Close bug#6450.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4111f0c7
GM
12010-06-19 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/idlwave.el (idlwave-action-and-binding):
4 Fix typo in 2009-12-03 change. (Bug#6450)
5
b8add347
SM
62010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9
36901266
SM
102010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * font-lock.el (font-lock-major-mode): Rename from
13 font-lock-mode-major-mode to distinguish it from
14 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
15 (font-lock-set-defaults):
16 * font-core.el (font-lock-default-function): Adjust users.
17 (font-lock-mode): Don't set it at all.
18
12755d08
SM
192010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * vc-annotate.el (vc-annotate): Use vc-read-revision.
22
d7cd4abb
GM
232010-06-15 Glenn Morris <rgm@gnu.org>
24
25 * calendar/appt.el (appt-time-msg-list): Doc fix.
26 (appt-check): Let-bind appt-warn-time.
27 (appt-add): Make the 3rd argument optional.
28 Simplify argument names. Doc fix. Check for integer WARNTIME.
29 Only add WARNTIME to the output list if non-nil.
30
a675c749
IK
312010-06-15 Ivan Kanis <apple@kanis.eu>
32
33 * calendar/appt.el (appt-check): Let the 3rd element of
34 appt-time-msg-list specify the warning time.
35 (appt-add): Add new argument with the warning time. (Bug#5176)
36
a9de35fe
BR
372010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
38
39 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
40 older than version 1.6. (Bug#6361)
41
37a7e764
HE
422010-06-12 Helmut Eller <eller.helmut@gmail.com>
43
44 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
45 used by cl-do-arglist. (Bug#6408)
46
8c6eab5a
SM
472010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
48
989bc97f
SM
49 * emacs-lisp/advice.el (ad-compile-function):
50 Define warning-suppress-types before we let-bind it (bug#6275).
51
8c6eab5a
SM
52 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
53 declare it, make it buffer-local and permanent-local (bug#6324).
54 (vc-resynch-window): Adjust name.
55 * vc-hooks.el (vc-find-file-hook): Adjust name.
56
2d9a4946
JR
572010-06-07 Jonathan Rockway <jon@jrock.us>
58
59 * net/rcirc.el: Add support for password authentication.
60 (rcirc-server-alist): Add :password keyword.
61 (rcirc): Ask for a password, or get it from the server's alist.
62 (rcirc-connect): Add password argument. Pass it to server.
63
35b148ee
JB
642010-06-05 Juanma Barranquero <lekktu@gmail.com>
65
66 * net/dbus.el (dbus-register-method): Declare function.
67 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
68 (dbus-introspect): Doc fix.
69 (dbus-event-bus-name, dbus-introspect-get-interface)
70 (dbus-introspect-get-argument): Reflow docstrings.
71
86253dc0
CY
722010-06-04 Chong Yidong <cyd@stupidchicken.com>
73
74 * term/common-win.el (x-colors): Add "dark green" and "dark
75 turquoise" (Bug#6332).
76
988b91ce
EL
772010-06-03 Eric Ludlam <zappo@gnu.org>
78
79 * cedet/semantic/lex-spp.el
80 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
81 invalid values during save, just save a nil (Bug#6324).
82
3845c322
GM
832010-06-03 Glenn Morris <rgm@gnu.org>
84
85 * desktop.el (desktop-clear-preserve-buffers):
86 Add "*Warnings*" buffer. (Bug#6336)
87
dbe82b27
DN
882010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
89
90 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
91
feceda26
SM
922010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
95 `file-directory-p' to the filename part rather than to the whole text.
96
a44ae268 972010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
98
99 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
100 (bug#6231).
101
896114cf
SM
1022010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
105
949544ed
DA
1062010-05-31 Drew Adams <drew.adams@oracle.com>
107
108 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
109
450439d5
JB
1102010-05-31 Juanma Barranquero <lekktu@gmail.com>
111
112 * subr.el (momentary-string-display): Just use read-event to read
113 the exit event (Bug#6238).
114
fcb52808
CY
1152010-05-29 Chong Yidong <cyd@stupidchicken.com>
116
117 * ansi-color.el: Delete unused escape sequences (Bug#6085).
118 (ansi-color-drop-regexp): New constant.
119 (ansi-color-apply, ansi-color-filter-region)
896114cf 120 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
121 (ansi-color-apply): Build string list before calling concat.
122
4da3541b
CY
1232010-05-27 Chong Yidong <cyd@stupidchicken.com>
124
896114cf
SM
125 * progmodes/verilog-mode.el (verilog-type-font-keywords):
126 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
127
1282010-05-27 Masatake YAMATO <yamato@redhat.com>
129
130 * htmlfontify.el (hfy-face-resolve-face): New function.
131 (hfy-face-to-style): Use it (Bug#6279).
132
397eb3f3
SM
1332010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * epa.el (epa--select-keys): Don't explicitly delete the window since
136 that can fail (e.g. sole window in frame). Use dedication instead.
137
ab0c07c0
SM
1382010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
139
140 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
141
29031d52
CY
1422010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * subr.el (read-quoted-char): Resolve modifiers after key
145 remapping (bug#6212).
146
dc9ed794
SM
1472010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * tmm.el (tmm-prompt): Don't try to precompute bindings.
150 (tmm-get-keymap): Compute shortcuts (bug#6171).
151
e1cb2c13
GM
1522010-05-10 Glenn Morris <rgm@gnu.org>
153
154 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
155 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
156
61a808e8
CY
1572010-05-07 Chong Yidong <cyd@stupidchicken.com>
158
159 * Version 23.2 released.
160
f034e176
CY
1612010-05-03 Chong Yidong <cyd@stupidchicken.com>
162
163 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 164 car of each item, not the whole list (Bug#6083).
f034e176 165
f5d6ff44
CY
1662010-05-02 Chong Yidong <cyd@stupidchicken.com>
167
168 * progmodes/js.el (js-mode): Make paragraph variables local before
169 calling c-setup-paragraph-variables (Bug#6071).
170
aa4d4e4a
EZ
1712010-05-01 Eli Zaretskii <eliz@gnu.org>
172
173 * composite.el (compose-region, reference-point-alist): Fix typos
174 in the doc strings.
175
78edd3b7 1762010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
177
178 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
179 gnuplot's "set" command.
180
29c48340
JB
1812010-04-26 Juanma Barranquero <lekktu@gmail.com>
182
183 * abbrev.el (last-abbrev-text): Doc fix.
184 (abbrev-prefix-mark): Don't escape parenthesis.
185
8ed6fc47
AS
1862010-04-24 Andreas Schwab <schwab@linux-m68k.org>
187
188 * composite.el (find-composition): Doc fix.
189
063c6324
JB
1902010-04-24 Juanma Barranquero <lekktu@gmail.com>
191
192 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
193 (sql-oracle-program, sql-sqlite-options)
194 (sql-query-placeholders-and-send): Doc fixes.
195 (sql-set-product, sql-interactive-mode): Reflow docstrings.
196 (sql-imenu-generic-expression, sql-buffer)
197 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
198 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
199 (sql-mode-sybase-font-lock-keywords)
200 (sql-mode-informix-font-lock-keywords)
201 (sql-mode-interbase-font-lock-keywords)
202 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
203 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
204 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
205 (sql-product-feature, sql-highlight-product)
206 (comint-line-beginning-position, sql-rename-buffer)
207 (sql-toggle-pop-to-buffer-after-send-region)
208 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
209 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
210 Fix typos in docstrings.
211
e89dee79
JL
2122010-04-23 Juri Linkov <juri@jurta.org>
213
214 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
215 property instead of `invisible' and `after-string' (bug#5998).
216
316d12fb
JL
2172010-04-23 Juri Linkov <juri@jurta.org>
218
219 * image-mode.el (image-mode-as-text): Fix typo in docstring.
220
770255e9
JB
2212010-04-23 Juanma Barranquero <lekktu@gmail.com>
222
223 * filecache.el (file-cache-add-directory-list)
224 (file-cache-add-directory-recursively): Fix typos in docstrings.
225
ece33a6e
KH
2262010-04-22 Kenichi Handa <handa@m17n.org>
227
228 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 229 (gujarati-composable-pattern): Fix typo.
ece33a6e 230
771533aa
KH
2312010-04-20 Kenichi Handa <handa@m17n.org>
232
233 * language/indian.el (oriya-composable-pattern)
234 (tamil-composable-pattern, malayalam-composable-pattern): Add
235 two-part vowels to "v" (vowel sign).
236
790c2e44
CY
2372010-04-20 Chong Yidong <cyd@stupidchicken.com>
238
99833607
CY
239 * files.el (copy-directory): Handle symlinks (Bug#5982).
240
790c2e44
CY
241 * progmodes/compile.el (compilation-next-error-function): Revert
242 2009-10-12 change (Bug#5983).
243
808ecc4e
CY
2442010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
245
246 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
247 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
248 (Bug#5846).
249
d2c7b917
GM
2502010-04-20 Glenn Morris <rgm@gnu.org>
251
0ca12598
GM
252 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
253
d2c7b917
GM
254 * minibuffer.el (completion-at-point): Doc fix.
255
137327ef
CY
2562010-04-18 Chong Yidong <cyd@stupidchicken.com>
257
258 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
259 destroy list before using it.
260
bce31830
DN
2612010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
262
263 Fix the version number for added files.
264 * vc-hg.el (vc-hg-working-revision): Check if the file is
265 registered after hg parent fails (Bug#5961).
266
0433ffa6
GM
2672010-04-17 Glenn Morris <rgm@gnu.org>
268
269 * htmlfontify.el (htmlfontify-buffer)
270 (htmlfontify-copy-and-link-dir): Autoload entry points.
271
8507c65c
CY
2722010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
273
274 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
275 name relative to the project root (Bug#5960).
276
e9ef9777
GM
2772010-04-16 Glenn Morris <rgm@gnu.org>
278
279 * vc-git.el (vc-git-print-log): Doc fix.
280
3808c51f
CY
2812010-04-14 Óscar Fuentes <ofv@wanadoo.es>
282
283 * ido.el (ido-file-internal): Fix 2009-12-02 change.
284
7860d2e3
CY
2852010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
286
287 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
288 default settings (Bug#5928).
289
119850e9
GM
2902010-04-10 Glenn Morris <rgm@gnu.org>
291
292 * progmodes/fortran.el (fortran-match-and-skip-declaration):
293 New function.
0a23b2c3 294 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 295
86a366f4
KH
2962010-04-07 Kenichi Handa <handa@m17n.org>
297
298 * language/indian.el (malayalam-composable-pattern): Fix previous
299 change (add U+0D4D "SIGN VIRAMA").
300 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
301 (tamil-composable-pattern): Fix typo in the regexp.
302 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
303 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
304 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
305
8afe2ec6
CY
3062010-04-06 Chong Yidong <cyd@stupidchicken.com>
307
308 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
309 paragraph-separate (Bug#5821).
310
3c5d6dfb
JL
3112010-04-05 Juri Linkov <juri@jurta.org>
312
313 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
314
315 * info.el (Info-find-node-2): Comment out code that skips
316 breadcrumbs line.
317 (Info-mouse-follow-link): New command.
318 (Info-link-keymap): New keymap.
319 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
320 Return a string with links instead of inserting breadcrumbs
321 to the Info buffer.
322 (Info-fontify-node): Comment out code that inserts breadcrumbs.
323 Instead of putting the `invisible' text property over the Info
324 header, make an overlay over the Info header with the `invisible'
325 property and `after-string' set to the string returned by
326 `Info-breadcrumbs'.
327
6baa27a2
CY
3282010-04-03 Chong Yidong <cyd@stupidchicken.com>
329
330 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
331 Reported by monkey@sandpframing.com.
332
e4b204d7
JB
3332010-04-02 Juanma Barranquero <lekktu@gmail.com>
334
335 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
336 (semantic-create-imenu-directory-index): Fix typos in docstrings.
337 (semantic-imenu-goto-function): Reflow docstring.
338
b42da387
TA
3392010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
340
341 * textmodes/artist.el (artist-mode): Fix typo in docstring.
342 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
343
42763dda
KH
3442010-03-30 Kenichi Handa <handa@m17n.org>
345
346 * language/sinhala.el (composition-function-table): Fix regexp for
347 the new Unicode specification.
348
349 * language/indian.el (devanagari-composable-pattern)
350 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 351 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
352 specification.
353 (bengali-composable-pattern, gurmukhi-composable-pattern)
354 (gujarati-composable-pattern, oriya-composable-pattern)
355 (telugu-composable-pattern): New variables to cope with the new
356 Unicode specification. Use them in composition-function-table.
357
fe59d705
SM
3582010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
359
79d74ac5 360 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
361 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
362 vectors rather than cons cells, as used in menu-bar-update-buffers.
363
03ffe8be
CY
3642010-03-28 Chong Yidong <cyd@stupidchicken.com>
365
2a793f7f
CY
366 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
367 (js-insert-and-indent): Revert 2009-08-15 change, restoring
368 electric punctuation for "{}();,:" (Bug#5586).
369
03ffe8be
CY
370 * mail/sendmail.el (mail-default-directory): Doc fix.
371
3722010-03-27 Chong Yidong <cyd@stupidchicken.com>
373
374 * mail/sendmail.el (mail-default-directory): Doc fix.
375
94785022
EZ
3762010-03-27 Eli Zaretskii <eliz@gnu.org>
377
378 * subr.el (version-regexp-alist, version-to-list)
379 (version-list-<, version-list-=, version-list-<=)
380 (version-list-not-zero, version<, version<=, version=): Doc fix.
381 (Bug#5744).
382
eca16aa7
NR
3832010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
384 Nick Roberts <nickrob@snap.net.nz>
385
386 * progmodes/gdb-ui.el (gdb-apple-test): New function.
387 (gdb-init-1): Use it.
388
431af6a4
DN
3892010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
390
391 * vc.el (vc-root-diff): Doc fix.
392
9d30a9f4
CY
3932010-03-25 Chong Yidong <cyd@stupidchicken.com>
394
9aa2c576
CY
395 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
396
9d30a9f4
CY
397 * simple.el (append-to-buffer): Fix last change.
398
d0fba174
CY
3992010-03-24 Chong Yidong <cyd@stupidchicken.com>
400
401 * simple.el (append-to-buffer): Ensure that point is preserved if
402 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
403 (Bug#5749)
404
efee6a6d
SM
4052010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
408 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
409 not be present any more.
410
c6f3804c
JB
4112010-03-24 Juanma Barranquero <lekktu@gmail.com>
412
413 * faces.el (set-face-attribute): Fix typo in docstring.
414 (face-valid-attribute-values): Reflow docstring.
415
416 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
417
4c3a215a
GM
4182010-03-23 Glenn Morris <rgm@gnu.org>
419
efee6a6d 420 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 421
e9ba3e26
CY
4222010-03-21 Chong Yidong <cyd@stupidchicken.com>
423
424 * indent.el (indent-for-tab-command): Doc fix.
425
c8de140b
JB
4262010-03-22 Juanma Barranquero <lekktu@gmail.com>
427
428 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
429 (image-dired-read-comment): Doc fix.
430
efee6a6d
SM
431 * json.el (json-object-type, json-array-type, json-key-type)
432 (json-false, json-null, json-read-number):
c8de140b
JB
433 * minibuffer.el (completion-in-region-functions):
434 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
435 (cal-tex-cursor-week):
436 * emacs-lisp/trace.el (trace-function):
437 * eshell/em-basic.el (eshell/printnl):
438 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
439 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
440 * obsolete/levents.el (allocate-event, event-key, event-object)
441 (event-point, event-process, event-timestamp, event-to-character)
442 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
443 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
444 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
445 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
446 (reftex-highlight-selection): Fix typos in docstrings.
447
d1200087
JB
4482010-03-19 Juanma Barranquero <lekktu@gmail.com>
449
450 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
451
f454672b
GM
4522010-03-18 Glenn Morris <rgm@gnu.org>
453
454 * mail/rmail.el (rmail-highlight-face): Restore option deleted
455 2008-02-13 without comment; mark it obsolete.
456 (rmail-highlight-headers): Use rmail-highlight-face once more.
457
d5704d66
CY
4582010-03-16 Chong Yidong <cyd@stupidchicken.com>
459
460 * woman.el (woman2-process-escapes): Only consume the newline if
461 the filler character is on a line by itself (Bug#5729).
462
fade35dd
KH
4632010-03-16 Kenichi Handa <handa@m17n.org>
464
465 * language/indian.el (devanagari-composable-pattern): Add more
466 consonants.
467
c8215db1
MA
4682010-03-14 Michael Albinus <michael.albinus@gmx.de>
469
470 * net/trampver.el: Update release number.
471
b4d16368
GM
4722010-03-13 Glenn Morris <rgm@gnu.org>
473
474 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
475
c0e17ff2
MA
4762010-03-13 Michael Albinus <michael.albinus@gmx.de>
477
efee6a6d
SM
478 * net/tramp.el (tramp-find-executable):
479 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
480 output of "wc -l" more robust.
481 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
482 (tramp-open-connection-setup-interactive-shell): Remove workaround
483 for OpenSolaris bug, it is not needed anymore.
484
6408fd42
CY
4852010-03-13 Eric M. Ludlam <zappo@gnu.org>
486
487 * cedet/semantic/imenu.el: New file, from the CEDET repository
488 (Bug#5412).
489
eb123b12
GM
4902010-03-12 Glenn Morris <rgm@gnu.org>
491
492 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
493
5f8d2ce0
WS
4942010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
495
496 * files.el (auto-mode-alist): Accept more verilog file patterns.
497
35b148ee 4982010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
499
500 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
501 instead of "format:"; this ensures that the output is
502 newline-terminated.
503
4e7cafbe
CY
5042010-03-08 Chong Yidong <cyd@stupidchicken.com>
505
506 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
507 that all errors are caught, and that the return value is always a
508 list (Bug#5692).
509
aec66319
KH
5102010-03-08 Kenichi Handa <handa@m17n.org>
511
512 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 513 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 514
b327c975
AS
5152010-03-07 Andreas Schwab <schwab@linux-m68k.org>
516
517 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
518 call to rfc822-bad-address. (Bug#5692)
519
1c465a6a
CY
5202010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
521
522 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
f7e0618c 523 vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 524
a4e32226
CY
5252010-03-06 Chong Yidong <cyd@stupidchicken.com>
526
527 * calculator.el (calculator): Don't bind split-window-keep-point
528 (Bug#5674).
529
4c83ed3d
SM
5302010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * vc-git.el: Re-flow to fit into 80 columns.
533 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
534 Remove spurious `quote' element in each case alternative.
535 (vc-git-show-log-entry): Use prog1.
536 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
537
d40a7570
GM
5382010-03-06 Glenn Morris <rgm@gnu.org>
539
540 * cedet/semantic/grammar.el (semantic-grammar-header-template):
541 Update template copyright to GPLv3+.
542
e8defde3
SM
5432010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
546
233f0c9f
CY
5472010-03-03 Chong Yidong <cyd@stupidchicken.com>
548
549 * macros.el (insert-kbd-macro): Look up keyboard macro using the
550 definition, not the name (Bug#5481).
551
254bedef 5522010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
553
554 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
555 argument with a local variable. (Bug#5670)
556
7187cdae
JL
5572010-03-02 Juri Linkov <juri@jurta.org>
558
559 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
560
9cf3544e
MA
5612010-03-02 Michael Albinus <michael.albinus@gmx.de>
562
563 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
564 error when FILENAME and NEWNAME are existing remote directories.
565
566 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
567 parameter DIR-FLAG.
568
33f77982
GM
5692010-03-02 Glenn Morris <rgm@gnu.org>
570
571 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
572 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
573
d99ea08e
KH
5742010-03-01 Kenichi Handa <handa@m17n.org>
575
e8defde3 576 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
577 myanmar-composable-pattern.
578
e8defde3
SM
579 * international/characters.el (script-list):
580 * international/fontset.el (script-representative-chars):
581 Change myanmar to burmese.
d99ea08e 582 (otf-script-alist): Likewise.
4aa2c3b2
KH
583 (setup-default-fontset): Likewise. Re-fix :otf spec.
584
b374f54d
KY
5852010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
586
587 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
588
71572c03
JD
5892010-02-28 Jan Djärv <jan.h.d@swipnet.se>
590
591 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
592
00cffdeb
MA
5932010-02-28 Michael Albinus <michael.albinus@gmx.de>
594
595 * net/tramp.el (tramp-handle-write-region): START can be a string.
596 Take care in the checks. Reported by Dan Davison
597 <davison@stats.ox.ac.uk>.
598
d4b06783
MA
5992010-02-28 Michael Albinus <michael.albinus@gmx.de>
600
601 * net/dbus.el (dbus-introspect, dbus-get-property)
602 (dbus-set-property, dbus-get-all-properties): Use
603 `dbus-call-method' when noninteractive. (Bug#5645)
604
8c3e96d2
CY
6052010-02-28 Chong Yidong <cyd@stupidchicken.com>
606
de3a1fe9
CY
607 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
608 * emacs-lisp/elint.el (elint-add-required-env):
609 * cedet/semantic/db-find.el
610 (semanticdb-find-translate-path-brutish-default):
611 * cedet/ede/make.el (ede-make-check-version):
612 * calendar/icalendar.el (icalendar--add-diary-entry):
613 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
614 * files.el (recover-session-finish): Use with-current-buffer
615 instead of save-excursion.
616
c53b9c3b
SM
6172010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 Fix in-buffer completion when after-change-functions modify the buffer.
620 * minibuffer.el (completion--replace): New function.
621 (completion--do-completion): Use it and use relative movement.
622
4a16bdc6
CY
6232010-02-27 Chong Yidong <cyd@stupidchicken.com>
624
625 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 626
b8280f39
CY
6272010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
628
c53b9c3b
SM
629 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
630 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 631
f88cc4d6
KH
6322010-02-26 Kenichi Handa <handa@m17n.org>
633
634 * language/burmese.el: Fix entries in composition-function-table.
635 (myanmar-composable-pattern): New variable.
636
637 * international/fontset.el (setup-default-fontset): Add an entry
638 for myanmar.
639
640 * international/characters.el (script-list): Add Myanmar
641 Extended-A.
642
cdbf9100
GM
6432010-02-26 Glenn Morris <rgm@gnu.org>
644
90a94603
GM
645 * custom.el (custom-initialize-delay): Doc fix.
646
cdbf9100
GM
647 * mail/sendmail.el (send-mail-function): Autoload the call
648 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
649
f95a5fd0
CY
6502010-02-24 Chong Yidong <cyd@stupidchicken.com>
651
652 * files.el (hack-local-variables-filter): For eval forms, also
653 check safe-local-variable-p (Bug#5636).
654
6583ba0e
CY
6552010-02-24 Eduard Wiebe <usenet@pusto.de>
656
657 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
658 and use c(ad)r of cddr (Bug#5640).
659
459a5f4b
MA
6602010-02-22 Michael Albinus <michael.albinus@gmx.de>
661
662 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
663 setting the modes by `ignore-errors'. It might fail, for example
664 if the file is not owned by the user but the group.
665 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
666
bb23f6e8
CY
6672010-02-21 Chong Yidong <cyd@stupidchicken.com>
668
50c58e27
CY
669 * files.el (directory-listing-before-filename-regexp): Use
670 stricter matching for iso-style dates, to avoid false matches with
671 date-like filenames (Bug#5597).
672
b660eb70
CY
673 * htmlfontify.el (htmlfontify): Doc fix.
674
675 * eshell/eshell.el (eshell): Doc fix.
676
bb23f6e8
CY
677 * startup.el (fancy-about-screen): In mode-line, apply
678 mode-line-buffer-id face only to the buffer name (Bug#5613).
679
3e39928c
CY
6802010-02-20 Kevin Ryde <user42@zip.com.au>
681
f7e0618c
JB
682 * progmodes/compile.el (compilation-error-regexp-alist-alist):
683 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
684 (Bug#5599).
685
0f00e948
EZ
6862010-02-20 Eli Zaretskii <eliz@gnu.org>
687
688 * subr.el (remove-yank-excluded-properties): Explain in a comment
689 why `category' property is removed.
690
3513efb2
CY
6912010-02-19 Chong Yidong <cyd@stupidchicken.com>
692
693 * isearch.el (isearch-update-post-hook, isearch-update): Revert
694 2010-02-17 change.
695
b4340b3f
UJ
6962010-02-19 Ulf Jasper <ulf.jasper@web.de>
697
698 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
699 (icalendar--convert-weekly-to-ical)
700 (icalendar--convert-yearly-to-ical)
701 (icalendar--convert-block-to-ical)
702 (icalendar--convert-cyclic-to-ical)
703 (icalendar--convert-anniversary-to-ical): Take care of time
704 specifications where hour has 1-digit only (Bug#5549).
705
8cfae03d
NR
7062010-02-19 Nick Roberts <nickrob@snap.net.nz>
707
708 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
709 of disassemble output in GDB 7.1.
710
055e4eea
GM
7112010-02-19 Glenn Morris <rgm@gnu.org>
712
713 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
714 property. (Bug#5593)
715
ff6b00de
SS
7162010-02-18 Sam Steingold <sds@gnu.org>
717
718 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
719
fe8c0b47
SM
7202010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 Use abbreviated file names in bookmarks (bug#5591).
723 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
724 calls to expand-file-name.
725 (bookmark-relocate): Use abbreviated file names in bookmarks.
726 (bookmark-load): Use abbreviated file names in messages.
727
73a37a69
MA
7282010-02-18 Michael Albinus <michael.albinus@gmx.de>
729
730 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
731 expand "." and "..". Reported by Thierry Volpiatto
732 <thierry.volpiatto@gmail.com>.
733
6e4f5731
MA
7342010-02-18 Michael Albinus <michael.albinus@gmx.de>
735
736 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
737 permissions of the temporary file to "0600". In case the remote
738 file has no read permissions for the owner, there might be
739 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
740
74122010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
742
743 * emacs-lisp/authors.el (authors-renamed-files-alist):
744 Add entries for INSTALL.CVS.
745
ba5bf642
MH
7462010-02-17 Mark A. Hershberger <mah@everybody.org>
747
f7e0618c 748 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 749
f7e0618c 750 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
751 (isearch-update): Use the new hook.
752
aac0b0f2
MA
7532010-02-16 Michael Albinus <michael.albinus@gmx.de>
754
fe8c0b47
SM
755 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
756 Fix errors in copying directories.
aac0b0f2
MA
757 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
758 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
759 (tramp-handle-delete-file)
760 (tramp-handle-dired-recursive-delete-directory)
761 (tramp-handle-write-region): Flush also the cache for the upper
762 directory.
763
05bbe066
CY
7642010-02-16 Chong Yidong <cyd@stupidchicken.com>
765
e8ab3908
CY
766 * simple.el (save-interprogram-paste-before-kill): Doc fix.
767
ff90f4b0
CY
768 * cus-edit.el (hardware): Doc fix.
769
770 * man.el (man): Add to external custom group.
771
772 * delim-col.el (columns): Move to wp custom group.
773
774 * doc-view.el (doc-view): Add to data custom group.
775
776 * cedet/data-debug.el (data-debug): Move to extensions group.
777
778 * cedet/ede.el (ede):
779 * cedet/srecode.el (srecode):
780 * cedet/semantic.el (semantic): Put in tools and extensions group.
781
fe8c0b47 782 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 783
05bbe066
CY
784 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
785 by ispell-parse-output (Bug#5575).
786
fa6ea913
KH
7872010-02-16 Kenichi Handa <handa@m17n.org>
788
789 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
790 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
791 (skkdic-convert): Use `euc-japan' coding system for writing.
792
88fd78ae
GM
7932010-02-16 Glenn Morris <rgm@gnu.org>
794
795 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
796 tex-main-file before using it. (Bug#5562)
797
2b8c974a
SM
7982010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
801 warnings, since it is annoying for the user to see them each time he
802 runs the code.
803
7540f029
MA
8042010-02-15 Michael Albinus <michael.albinus@gmx.de>
805
806 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
807 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
808 instead of PROC for caching "first-password-request". Otherwise,
809 new processes would not profit from passwords already entered.
810
2b8c974a
SM
811 * net/tramp-cache.el (tramp-dump-connection-properties):
812 Don't save "first-password-request" property.
7540f029 813
fa5f7c5f
JB
8142010-02-14 Juanma Barranquero <lekktu@gmail.com>
815
816 * outline.el (outline-head-from-level):
817 * simple.el (with-wrapper-hook):
818 * cedet/ede.el (ede-run-target, project-delete-target)
819 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
820 (ede-adebug-project, ede-adebug-project-parent)
821 (ede-adebug-project-root):
822 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
823 (elint-defun, elint-buffer-env, elint-top-form-logged)
824 (elint-unbound-variable):
825 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
826 Fix typos in docstrings.
827
ecbaeb7b
MA
8282010-02-14 Michael Albinus <michael.albinus@gmx.de>
829
830 * files.el (insert-directory): When WILDCARD-REGEXP and
831 FULL-DIRECTORY-P are nil, insert the file entry instead of the
832 whole directory. (Bug#5551)
833
834 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
835 dired's alignment sanity. (Bug#5516)
836
91e3333f
JL
8372010-02-14 Juri Linkov <juri@jurta.org>
838
839 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
840 Remove remaining ^H with their preceding chars. (Bug#5566)
841
36020642
GM
8422010-02-13 Glenn Morris <rgm@gnu.org>
843
844 * simple.el (transpose-subr): Give it a doc-string.
845
846 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
847 Doc fixes.
848
f5952338
JL
8492010-02-12 Juri Linkov <juri@jurta.org>
850
851 * arc-mode.el (archive-unique-fname): Make directories for nested
852 archives. (Bug#5540)
853
918fe50f
JL
8542010-02-12 Juri Linkov <juri@jurta.org>
855
856 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
857
c07ff221
SM
8582010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
859
48b1e7cf
SM
860 * subr.el (copy-overlay): Handle deleted overlays.
861
c07ff221
SM
862 * man.el (Man-completion-table): Don't signal an error if we can't run
863 manual-program (bug#4056).
864
0e374247
JB
8652010-02-10 Juanma Barranquero <lekktu@gmail.com>
866
867 * textmodes/artist.el (artist-mt): Fix typos in docstring.
868
dbf8402b
SM
8692010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
870
348d1e60
SM
871 * info.el (Info-bookmark-jump): Simplify.
872
dbf8402b
SM
873 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
874 (bookmark-default-handler): Accept new bookmark field `buffer'.
875
e6d23bb5
CY
8762010-02-10 Chong Yidong <cyd@stupidchicken.com>
877
878 * iswitchb.el (iswitchb-completions): Revert last change.
879
a8e4290b
MA
8802010-02-10 Michael Albinus <michael.albinus@gmx.de>
881
2b23acde 882 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
883 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
884 This prevents file names like "~/" being listed literally.
a8e4290b 885
c59d6fad
DN
8862010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
887
348d1e60
SM
888 * term/xterm.el (xterm-maybe-set-dark-background-mode):
889 Remove dead code. (Bug#5546)
c59d6fad 890
3a66e78f
CY
8912010-02-09 Chong Yidong <cyd@stupidchicken.com>
892
893 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
894 correctly (Bug#5548).
895
f29fd869
CY
8962010-02-08 Jose E. Marchesi <jemarch@gnu.org>
897
898 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 899 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 900
7fad1447
KH
9012010-02-08 Kenichi Handa <handa@m17n.org>
902
903 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 904 cookie for putting `lisp-indent-function'.
7fad1447 905
50e4518b
GM
9062010-02-07 Glenn Morris <rgm@gnu.org>
907
908 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
909 Move F2003 named interfaces from keywords-2 to keywords-1, and
910 use function-name-face rather than constant-face.
911 Simplify "abstract interface" regexp.
912
a4cc44cf
CY
9132010-02-07 Chong Yidong <cyd@stupidchicken.com>
914
915 * eshell/esh-util.el (eshell-file-attributes): New optional arg
916 ID-FORMAT. Pass it to `file-attributes'.
917
918 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
919
c917476d
CY
9202010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
921
922 * faces.el (set-face-attribute): Allow calling
923 internal-set-lisp-face-attribute with 'unspecified family and
924 foundry argument (Bug#5536).
925
7cf3f3d6
GM
9262010-02-07 Glenn Morris <rgm@gnu.org>
927
928 * progmodes/f90.el (f90-font-lock-keywords-2)
929 (f90-looking-at-type-like, f90-looking-at-program-block-end):
930 Handle F2003 named interfaces.
931
ffe87109
CY
9322010-02-06 Chong Yidong <cyd@stupidchicken.com>
933
934 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
935 beg and end before calling c-get-state-before-change-functions.
936
4775ecad
DN
9372010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
938
939 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
940
0d17c4b9
JL
9412010-02-05 Juri Linkov <juri@jurta.org>
942
943 * doc-view.el (doc-view-mode):
944 * image-mode.el (image-mode): Put property mode-class=special.
945 (Bug#4896)
946
8228a275
MH
9472010-02-05 Mark A. Hershberger <mah@everybody.org>
948
949 * vc-svn.el (vc-svn-revision-table): New function.
950
d9320986
MA
9512010-02-05 Michael Albinus <michael.albinus@gmx.de>
952
953 * net/ange-ftp.el (ange-ftp-insert-directory):
954 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
955 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
956 Handle also directories. (Bug#5478)
957
f43d8ecc
GM
9582010-02-05 Glenn Morris <rgm@gnu.org>
959
960 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
961
ce3a988d
CY
9622010-02-05 Chong Yidong <cyd@stupidchicken.com>
963
964 * startup.el (command-line-1): Convert options beginning with a
965 single dash as well (Bug#5519).
966
bdd42899
SM
9672010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
968
51b23c44
SM
969 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
970 * minibuffer.el (completion-initials-expand): Only check the presence
971 of delims *within* the boundaries, since otherwise the / delim is
972 always found for files.
973
bdd42899
SM
974 Fix up various corner case problems.
975 * doc-view.el (doc-view-last-page-number): New function.
976 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
977 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
978 (doc-view-kill-proc): Avoid inf-loop in freak cases.
979 (doc-view-reconvert-doc): Use the new recursive delete-directory.
980 (doc-view-convert-current-doc): Don't create the resolution.el file
981 here any more.
982 (doc-view-pdf/ps->png): Do it here instead.
983 (doc-view-already-converted-p): Check that resolution.el is present.
984 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
985 windows that are not yet showing images.
986
d5b3979c
MA
9872010-02-04 Michael Albinus <michael.albinus@gmx.de>
988
989 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
990 `dired-uncache' for every elemnt which is an absolute file name.
991
992 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
993 directory, handle its directory component.
994 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
995 function is called permanently and creates noise, otherwise.
996
997 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
998 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
999 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1000
b003beb1
DB
10012010-02-04 David Burger <dburger@google.com> (tiny change)
1002
1003 * macros.el (apply-macro-to-region-lines):
1004 Minor simplification. (Bug#5485)
1005
ea92f9f3
GM
10062010-02-04 Glenn Morris <rgm@gnu.org>
1007
a03ae20d
GM
1008 * mail/rmail.el (rmail-show-message-1): Handle malformed
1009 quoted-printable text. (Bug#5441)
1010
4d01b827
GM
1011 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1012
ea92f9f3
GM
1013 * simple.el (visual-line-mode): Capitalize lighter.
1014
82055bb7
JW
10152010-02-03 John Wiegley <jwiegley@gmail.com>
1016
1017 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1018 list of files considered for "virtual buffer" completions.
1019
8214b6e4
MA
10202010-02-03 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1023 also in case of (and (not full) (not wildcard)). This is needed,
1024 when dired is called with a list of files, which are not in
1025 `default-directory'. (Bug#5478)
1026
1df9718f
SM
10272010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1030
02ba1267
JL
10312010-02-02 Juri Linkov <juri@jurta.org>
1032
1033 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1034 from unidiff to allow function-line after @@.
1035
a0c6a0fb
JL
10362010-02-02 Juri Linkov <juri@jurta.org>
1037
1038 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1039 '(RCS SCCS) with inverted condition.
1040
c35fcd52
MA
10412010-02-02 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1044 messages.
1045
6ba973c1
JL
10462010-02-01 Juri Linkov <juri@jurta.org>
1047
1048 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1049 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1050 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1051 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1052
0bca393f
SM
10532010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1056 (doc-view-revert-buffer): New command.
1057 (doc-view-mode-map): Use it.
1058
7a444e2a
DN
10592010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1060
1061 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1062 pending merge is detected.
1063
ad6fc8f4
JL
10642010-01-31 Juri Linkov <juri@jurta.org>
1065
1066 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1067 beginning of interactive spec like all other grep commands do.
1068 Put "all" in front of "gz". (Bug#5260)
1069
b9236874
DN
10702010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1071
1072 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1073
1e868757
CY
10742010-01-29 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1077 regexp is incorrect (Bug#5476).
1078
e5c70c41
MA
10792010-01-29 Michael Albinus <michael.albinus@gmx.de>
1080
1081 * net/tramp.el (tramp-handle-insert-directory): Handle also
1082 symlinks, when FILENAME is not in `default-directory'.
1083
0c0b61f1
MA
10842010-01-28 Michael Albinus <michael.albinus@gmx.de>
1085
1086 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1087 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1088
1089 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1090 of SWITCHES. Handle the case, FILENAME is not in
1091 `default-directory'. (Bug#5478)
1092 (tramp-register-file-name-handlers): Add safe-magic property.
1093
763f325e
CY
10942010-01-28 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1097 unzip (Bug#5475).
1098
fd09a83f
CY
10992010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1100
1101 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1102 (flymake-master-make-header-init): Add other C++ filename masks.
1103 (flymake-find-possible-master-files)
1104 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1105
7e5686f0
MA
11062010-01-28 Michael Albinus <michael.albinus@gmx.de>
1107
1108 Fix some busybox annoyances.
1109
1110 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1111 not responding." string.
1112 (tramp-open-connection-setup-interactive-shell): Dump stty
1113 settings. Enable "neveropen" arg for all `tramp-send-command'
1114 calls. Handle "=" in variable values properly.
1115 (tramp-find-inline-encoding): Raise an error, when no encoding is
1116 found.
1117 (tramp-wait-for-output): Check, whether PROC buffer is available.
1118 Remove spurious " ^H" sequences, sent by busybox.
1119 (tramp-get-ls-command): Suppress coloring, if possible.
1120
c6265c10
GM
11212010-01-28 Glenn Morris <rgm@gnu.org>
1122
c85a168b
GM
1123 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1124
c6265c10
GM
1125 * log-edit.el (log-edit-strip-single-file-name): Add missing
1126 :safe, :group, and :version tags.
1127
7d82a738
SB
11282010-01-27 Stephen Berman <stephen.berman@gmx.net>
1129
1130 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1131 buffers. (Bug#5477)
1132
8b0e68ea
CY
11332010-01-27 David De La Harpe Golden <david@harpegolden.net>
1134
1135 * files.el (delete-directory): Handle moving to trash without
1136 first doing recursion (Bug#5436).
1137
368d3208
DN
11382010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1139
1140 * vc-hooks.el (vc-path): Mark as obsolete.
1141
755da7fa
DN
11422010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1143
e2396d80
DN
1144 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1145 names too.
1146
755da7fa
DN
1147 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1148 for the short log.
1149 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1150
6a6d15ab 11512010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1152
ac9ffe99 1153 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1154
48c2d18a 1155 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1156
504dcc71
EH
11572010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1158
1159 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1160 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1161
51850286
DN
11622010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1163
c2f1d6d8
DN
1164 Remove support for adding --signoff on commit.
1165 Future support will use an incompatible generic mechanism.
1166 * vc-git.el (vc-git-add-signoff): Remove variable.
1167 (vc-git-toggle-signoff): Remove function.
1168 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1169
51850286
DN
1170 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1171 from xterm-set-background-mode. Return t if the background mode
1172 was set.
1173 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1174 earlier, call it again in case the background mode has changed.
1175
02c6d0d0
CY
11762010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1177
1178 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1179 (Bug#3541).
1180
064eee03
CY
11812010-01-23 Chong Yidong <cyd@stupidchicken.com>
1182
02c6d0d0
CY
1183 * emacs-lisp/assoc.el (aelement): Doc fix.
1184 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1185
5336c3ec 11862010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1187
48c2d18a 1188 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1189 is the same as subprogram call, not declaration. (Bug#5435).
1190
0536254e
MA
11912010-01-23 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1194 (tramp-smb-maybe-open-connection): Use it.
1195
411d06c2
MA
11962010-01-22 Michael Albinus <michael.albinus@gmx.de>
1197
0536254e 1198 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1199
c893016b
SM
12002010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1203 just because we see "encoding: 8bit".
1204 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1205
9425f8e1
CY
12062010-01-22 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1209
6a801864
EZ
12102010-01-22 Eli Zaretskii <eliz@gnu.org>
1211
1212 * jka-compr.el (jka-compr-load): If load-file is not in
1213 load-history, try its file-truename version. (bug#5447)
1214
3e8f7d91
AM
12152010-01-21 Alan Mackenzie <acm@muc.de>
1216
1217 Fix a situation where deletion of a cpp construct throws an error.
1218 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1219 invoking c-with-all-but-one-cpps-commented-out, check that the
1220 special cpp construct is still in the buffer.
1221 (c-parse-state): Record the special cpp with markers, not numbers.
1222
f0bd0ad5
CY
12232010-01-21 Kenichi Handa <handa@m17n.org>
1224
1225 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1226 process last-command-event, as it is now decoded first (Bug#5380).
1227
5189d95b
CY
12282010-01-20 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1231
e073d74a
GM
12322010-01-20 Glenn Morris <rgm@gnu.org>
1233
1234 * indent.el (tab-always-indent): Fix custom-type.
1235
8ee04f3a
AM
12362010-01-19 Alan Mackenzie <acm@muc.de>
1237
1238 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1239 buffer throws "args out of range".
1240 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1241 playing the role of delimiter.
1242
6a47c86a
SL
12432010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1244
bf0b361c 1245 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1246 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1247 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1248 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1249 Improve comments in "is" portion. Handle null procedure declaration.
1250 (ada-move-to-end): Improve doc string.
1251
2acfb954
ÓF
12522010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1253
e90d57c0 1254 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1255 Remove obsolete information from commentary.
e90d57c0
JB
1256 (ido-choice-list): Initialize to nil.
1257 (ido-get-bufname): Reject minibuffers.
1258 (ido-make-buffer-list): If "default" is a nonexistent
1259 buffer, ignore it, as per the function's comment.
1260 (ido-kill-buffer-internal): New function.
1261 (ido-kill-buffer-at-head): Use it.
1262 (ido-visit-buffer): Likewise.
2acfb954 1263
244b023e
CY
12642010-01-18 Chong Yidong <cyd@stupidchicken.com>
1265
1266 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1267
db9e401b
JB
12682010-01-18 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * cedet/ede/locate.el (ede-locate-file-in-project)
1271 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1272 (ede-enable-locate-on-project): Fix typos in error messages.
1273
1274 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1275 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1276 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1277 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1278 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1279 Fix typos in menu help.
1280
1281 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1282 Fix typos in chart titles.
1283
1284 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1285 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1286 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1287 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1288 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1289 (semantic-parse-stream, semantic-parse-region)
1290 (semantic-parse-region-default, semantic--set-buffer-cache)
1291 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1292 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1293 (semantic-default-submodes):
1294 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1295 (semanticdb-create-ebrowse-database)
1296 (semanticdb-find-tags-for-completion-method)
1297 (semanticdb-find-tags-by-class-method)
1298 (semanticdb-deep-find-tags-by-name-method)
1299 (semanticdb-deep-find-tags-for-completion-method):
1300 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1301 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1302 (semanticdb-find-tags-for-completion-method)
1303 (semanticdb-find-tags-by-class-method)
1304 (semanticdb-deep-find-tags-for-completion-method):
1305 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1306 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1307 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1308 (semanticdb-find-tags-by-name-method)
1309 (semanticdb-find-tags-by-name-regexp-method)
1310 (semanticdb-find-tags-for-completion-method)
1311 (semanticdb-find-tags-by-class-method)
1312 (semanticdb-find-tags-external-children-of-type-method)
1313 (semanticdb-find-tags-subclasses-of-type-method)
1314 (semanticdb-deep-find-tags-by-name-method)
1315 (semanticdb-deep-find-tags-by-name-regexp-method)
1316 (semanticdb-deep-find-tags-for-completion-method):
1317 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1318 (semanticdb-enable-gnu-global-in-buffer)
1319 (semanticdb-find-tags-for-completion-method)
1320 (semanticdb-deep-find-tags-by-name-method)
1321 (semanticdb-deep-find-tags-for-completion-method):
1322 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1323 (javascript-mode, semanticdb-find-translate-path)
1324 (semanticdb-find-tags-for-completion-method)
1325 (semanticdb-find-tags-by-class-method)
1326 (semanticdb-deep-find-tags-by-name-method)
1327 (semanticdb-deep-find-tags-for-completion-method)
1328 (semanticdb-find-tags-external-children-of-type-method):
1329 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1330 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1331 (global-semantic-idle-scheduler-mode):
1332 * cedet/srecode/dictionary.el (srecode-field-value)
1333 (srecode-dictionary-add-section-dictionary):
1334 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1335 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1336 (describe-class, eieio-describe-generic, describe-generic):
1337 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1338 (eieio-speedbar-expand):
1339 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1340 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1341 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1342 (viper-del-backward-char-in-replace, viper-backward-indent)
1343 (viper-brac-function, viper-register-to-point, viper-submit-report):
1344 * net/tramp.el (tramp-remote-coding-commands):
1345 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1346 Fix typos in docstrings.
1347
9295137d
CY
13482010-01-17 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * mail/sendmail.el (mail-yank-original): Set the mark if the
1351 specified function for yanking does not do it.
1352
4d0bbcb6
DN
13532010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1354
7902c120
DN
1355 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1356
4d0bbcb6
DN
1357 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1358 resyncing a directory.
1359
0b702bc1
SL
13602010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1361
6a47c86a 1362 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
1363 (ada-ident-re): Delete ., allow multibyte characters.
1364 (ada-goto-label-re): New; matches goto labels.
1365 (ada-block-label-re): New; matches block labels.
1366 (ada-label-re): New; matches both.
1367 (ada-named-block-re): Deleted; callers changed to use
1368 `ada-block-label-re' instead.
1369 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1370 Use `ada-block-label-re'.
1371 (ada-indent-on-previous-lines): Improve handling of goto labels.
1372 (ada-get-indent-block-start): Special-case block label.
1373 (ada-get-indent-label): Split into `ada-indent-block-label' and
1374 `ada-indent-goto-label'.
1375 (ada-goto-stmt-start, ada-goto-next-non-ws):
1376 Optionally ignore goto labels.
1377 (ada-goto-next-word): Simplify.
1378 (ada-indent-newline-indent-conditional): Insert newline before
1379 trying to fix indentation; doc fix.
1380
05287c49
JB
13812010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1382
1383 * calc/calc.el (calc-command-flags): Give it an initial value.
1384
44e82a0b
GM
13852010-01-17 Glenn Morris <rgm@gnu.org>
1386
1387 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1388
4963739e
JB
13892010-01-17 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * cedet/semantic.el (semantic-mode):
1392 * files.el (minibuffer-with-setup-hook):
1393 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1394 (artist-key-draw-continously, artist-key-do-continously-continously)
1395 (artist-key-set-point-continously, artist-mouse-draw-continously):
1396 Fix typos in docstrings.
1397
116bd1ee
CY
13982010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1399
1400 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1401 return t (Bug#3898).
1402
2784cd7a 14032010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1404
1405 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1406 can parse the output of the external commands (Bug#5279).
1407
abd5cfe8
CY
14082010-01-16 Jari Aalto <jari.aalto@cante.net>
1409
1410 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1411
4fe22cdf
CY
14122010-01-16 Chong Yidong <cyd@stupidchicken.com>
1413
bbdc98ef
CY
1414 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1415
c7dc1ac1
CY
1416 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1417
4fe22cdf
CY
1418 * startup.el (command-line): Remove unused --icon-type arg.
1419 Handle --display arg, passing it to command-line-1 (Bug#5392).
1420
045b9da7
ML
14212010-01-16 Mario Lang <mlang@delysid.org>
1422
1423 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1424 * cedet/ede/files.el (ede-expand-filename):
1425 * cedet/ede/simple.el (ede-simple-project):
1426 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1427 (semantic-complete-inline-tag-engine):
1428 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1429 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1430 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1431 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1432 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1433 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1434 * emacs-lisp/chart.el (chart-translate-namezone):
1435 * textmodes/artist.el (artist-compute-popup-menu-table):
1436 Remove duplicated words in doc-strings.
1437
6554a5df
CY
14382010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1439
1440 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1441 to mairix-search to suppress threading (Bug#5342).
1442
ca4f0e9a
KH
14432010-01-15 Kenichi Handa <handa@m17n.org>
1444
1445 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 1446 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 1447
1db3226b
GM
14482010-01-15 Glenn Morris <rgm@gnu.org>
1449
56a03f46
GM
1450 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1451
1452 * wid-edit.el (widget-keymap): Doc fix.
1453
1db3226b
GM
1454 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1455 former seems to be more widely accepted by various svn versions.
1456
80cd4bb4
JB
14572010-01-14 Juanma Barranquero <lekktu@gmail.com>
1458
d1f18ec0
JB
1459 * find-cmd.el (find-constituents):
1460 * vc-arch.el (vc-arch-root):
1461 * window.el (window-body-height, pop-up-frames):
1462 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1463 (semantic-no-reparse-needed-change-hook):
1464 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1465 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1466 (srecode-template-inserter-ask, srecode-template-inserter-width)
1467 (srecode-template-inserter-section-start)
1468 (srecode-template-inserter-section-end, srecode-insert-method):
1469 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1470 * progmodes/ada-stmt.el (ada-if):
1471 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1472 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1473 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1474 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1475
80cd4bb4
JB
1476 * progmodes/flymake.el (flymake-post-syntax-check):
1477 Fix typo in error message.
1478
9c23ca47
JB
14792010-01-14 Juanma Barranquero <lekktu@gmail.com>
1480
1481 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1482 which is always a string. (Bug#5313)
1483
8794c483
JB
14842010-01-14 Juanma Barranquero <lekktu@gmail.com>
1485
1486 * progmodes/ada-xref.el (ada-default-prj-properties):
1487 Simplify previous change.
1488
95005d39
SL
14892010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1490
1491 * progmodes/ada-xref.el (ada-default-prj-properties):
1492 Default ada_project_path to $ADA_PROJECT_PATH.
1493
14942010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
1495
1496 * progmodes/ada-mode.el (ada-create-keymap):
1497 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1498
fb0d1545
SL
14992010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1500
1501 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1502 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1503 (ada-get-current-indent, ada-imenu-generic-expression)
1504 (ada-which-function): Check for it.
1505
5c9434d0
SL
15062010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1507
1508 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1509 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1510
3a4f3a3b
GM
15112010-01-14 Glenn Morris <rgm@gnu.org>
1512
1513 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1514
d9a7c140
KH
15152010-01-14 Kenichi Handa <handa@m17n.org>
1516
1517 * composite.el (auto-composition-mode): Make it a buffer local
1518 variable (permanent-local).
1519 (auto-composition-function): Set the default value to
1520 auto-compose-chars.
49caf252 1521 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
1522 (global-auto-composition-mode): Likewise.
1523 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 1524
38bee102
KF
15252010-01-13 Karl Fogel <kfogel@red-bean.com>
1526
1527 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 1528
b8b45afc
MA
15292010-01-12 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * files.el (copy-directory): Compute target for recursive
1532 directories with identical names. (Bug#5343)
1533
893db5bc
GM
15342010-01-12 Glenn Morris <rgm@gnu.org>
1535
1536 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1537 it to bug-gnu-emacs rather than emacs-pretest-bug.
1538
2f27e6d4
JB
15392010-01-12 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * cedet/data-debug.el (data-debug): Fix customization group reference.
1542
91abaf51
JB
15432010-01-12 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1546 (semantic-analyze-context, semantic-analyze-context-assignment)
1547 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1548 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1549 (semantic-java-doc-keywords-map):
1550 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1551 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1552 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1553 (semantic-c-classname, semantic-format-tag-uml-prototype)
1554 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1555 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1556 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1557 (semantic-get-local-variables, semantic-end-of-command)
1558 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1559 (lisp-mode):
1560 * cedet/semantic/bovine/make.el (makefile-mode):
1561 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1562 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1563 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1564 (semantic-lex, semantic-get-local-variables, python-mode):
1565 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1566 * cedet/srecode/extract.el (srecode-extract-state-set)
1567 (srecode-extract-method): Fix typos in docstrings.
1568
d8b8451f
SS
15692010-01-11 Sam Steingold <sds@gnu.org>
1570
1571 * imenu.el (imenu-default-create-index-function): Detect infinite
1572 loops caused by imenu-prev-index-position-function.
1573
30afcdff
JB
15742010-01-11 Juanma Barranquero <lekktu@gmail.com>
1575
1576 * htmlfontify.el (htmlfontify-load-rgb-file)
1577 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1578 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1579 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1580 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1581 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1582 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1583 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1584 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1585 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1586 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1587 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1588 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1589 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1590 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1591 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1592 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1593 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1594 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1595 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1596 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1597 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1598 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1599 backslash-quoting from parentheses, etc.
1600
92b1c416
CY
16012010-01-11 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * progmodes/js.el: Autoload javascript-mode alias.
1604
4454adab
JB
16052010-01-11 Juanma Barranquero <lekktu@gmail.com>
1606
1607 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1608 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1609 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1610 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1611 Fix typos in docstrings.
1612 (ffap-url-regexp): Doc fix.
1613 (ffap-at-mouse): Fix typo in message.
1614
6589a2f9
GM
16152010-01-11 Glenn Morris <rgm@gnu.org>
1616
1617 * version.el (emacs-copyright): Set copyright year to 2010.
1618
4e5617ee
SM
16192010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * format.el (format-annotate-function): Only set
1622 write-region-post-annotation-function after running to-fn so as not to
1623 affect nested write-region calls (bug#5273).
1624
52bee098
CY
16252010-01-10 Chong Yidong <cyd@stupidchicken.com>
1626
4e5617ee
SM
1627 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1628 Add python parser.
52bee098 1629
a069f067
CY
1630 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1631 wisent/python.el.
1632
52bee098
CY
16332010-01-10 Richard Kim <emacs18@gmail.com>
1634
1635 * cedet/semantic/wisent/python-wy.el:
1636 * cedet/semantic/wisent/python.el: New files.
1637
e709e39d
CY
16382010-01-09 Chong Yidong <cyd@stupidchicken.com>
1639
1640 * man.el (Man-goto-section): Signal error if the section is not
1641 found (Bug#5317).
1642
6ee86780
JB
16432010-01-09 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1646 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1647
fa7b5f7b
CY
16482010-01-09 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * progmodes/compile.el: Don't treat compile-command as safe if
1651 compilation-read-command might be nil (Bug#4218).
1652
de62c4d9
JD
16532010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1654
1655 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1656 NS options.
1657
e94be827
KH
16582010-01-08 Kenichi Handa <handa@m17n.org>
1659
4e5617ee
SM
1660 * international/fontset.el (build-default-fontset-data):
1661 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1662
1dfae2a2
JB
16632010-01-07 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1666 to `create-file-buffer' as it expects, not just a buffer name.
1667 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1668 to help uniquify. (Bug#3224)
1669
d0cf45b7
JD
16702010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1671
1672 * font-setting.el (font-setting-change-default-font): Use user-spec
1673 instead of name.
1674
7534fa5e
DN
16752010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1676
1677 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1678
fd579fdc
CY
16792010-01-05 Tom Tromey <tromey@redhat.com>
1680
4e5617ee
SM
1681 * progmodes/python.el (python-font-lock-keywords):
1682 Handle qualified decorators (Bug#881).
fd579fdc 1683
37860caf
DN
16842010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1685
1686 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1687 in a lightweight checkout.
1688
69db641d
KH
16892010-01-05 Kenichi Handa <handa@m17n.org>
1690
4e5617ee 1691 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1692
b25d6a02
DN
16932010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1696
137d88ca
DN
16972010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1698
1699 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1700 checkouts. (Bug#618)
3d5d0aa9 1701 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1702 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1703 (vc-bzr-shelve-menu-map):
1704 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1705 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1706
da76998b
CY
17072010-01-02 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1710 They are valid characters in URL paths (rfc3986), and at least
1711 Firefox does not understand the encoded version (Bug#3166).
1712
b2ad70b6
CY
17132010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1714
1715 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1716 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1717 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1718 (octave-end-as-array-index-p): New function.
1719 (calculate-octave-indent): Use it.
1720
54136282
KF
17212010-01-02 Karl Fogel <kfogel@red-bean.com>
1722
1723 * bookmark.el: Consistently put the text property on the bookmark name.
1724 (bookmark-bmenu-marks-width): Bump back to 2, to include
1725 annotation marks.
1726 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1727 property on the bookmark name, instead of not putting it at all.
1728 (bookmark-bmenu-list): Fix where we put the text property.
1729
cc4d3cad
KF
17302010-01-02 Karl Fogel <kfogel@red-bean.com>
1731
1732 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1733 for showing buffer modified state (as added in the previous change).
1734
b894c439
KF
17352010-01-02 Karl Fogel <kfogel@red-bean.com>
1736
1737 * bookmark.el: Show modified state of bookmark buffer more accurately.
1738 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1739 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1740 (with-buffer-modified-unmodified): New macro.
1741 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1742 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1743 Use new macro to preserve the buffer modified state.
b894c439 1744
3a69db53
KF
17452010-01-02 Karl Fogel <kfogel@red-bean.com>
1746
4e5617ee 1747 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1748 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1749 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1750 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1751 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1752 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1753 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1754
af414f10
EZ
17552010-01-02 Eli Zaretskii <eliz@gnu.org>
1756
4e5617ee
SM
1757 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1758 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1759
f2ec0e5e
CY
17602010-01-02 Ryan Yeske <rcyeske@gmail.com>
1761
1762 * net/rcirc.el: Add follow-link binding (Bug#4738).
1763
38c1ba62
EZ
17642010-01-02 Eli Zaretskii <eliz@gnu.org>
1765
4e5617ee 1766 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1767 (cvs-update): New target for backward compatibility.
1768
4e5617ee 1769 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1770 (cvs-update): New target for backward compatibility.
1771
ea2c0f5b
KF
17722010-01-02 Karl Fogel <kfogel@red-bean.com>
1773
1774 * bookmark.el: Remove gratuitous gratitude.
1775
5ae329f4
KF
17762010-01-02 Karl Fogel <kfogel@red-bean.com>
1777
47989945
KF
1778 * bookmark.el (bookmark-bmenu-any-marks): New function
1779 (bookmark-bmenu-save): Clear buffer modification if no marks.
1780
17812010-01-02 Karl Fogel <kfogel@red-bean.com>
1782
1783 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
1784 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1785 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1786 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1787
1788 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1789 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1790 To: emacs-devel {_AT_} gnu.org
1791 Subject: bookmark.el bug report
1792 Date: Mon, 28 Dec 2009 14:19:16 +0800
1793 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1794
aef053eb
KF
17952010-01-02 Karl Fogel <kfogel@red-bean.com>
1796
1797 * bookmark.el: Improvements suggested by Drew Adams:
1798 (bookmark-bmenu-ensure-position): New name for
1799 `bookmark-bmenu-check-position'. Just ensure the position,
1800 don't return any meaningful value.
1801 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1802 New constants.
1803
0472835f
JB
18042010-01-02 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1807 (bookmark-yank-point, bookmark-bmenu-check-position):
1808 Fix typos in docstrings.
1809 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1810 (bookmark-name-from-full-record, bookmark-get-position)
1811 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1812 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1813 Remove useless quoting of parenthesis, etc. in docstrings.
1814
1815 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1816 (ediff-append-custom-diff): Fix typo in error message.
1817 (ediff-meta-mark-equal-files): Fix typos in messages.
1818
1819 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1820
1821 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1822 Fix typo in docstring.
1823
1824 * net/imap-hash.el (imap-hash-make): Doc fix.
1825 (imap-hash-test): Fix typo in error message; reflow docstring.
1826 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1827 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1828 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1829 Fix typos in docstrings.
1830 (imap-hash-open-connection): Fix typo in error message.
1831
1832 * play/gomoku.el (gomoku): Fix typos in docstring.
1833
1834 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1835 (gdb-jsonify-buffer): Fix typos in docstring.
1836 (gdb-goto-breakpoint): Fix typo in error message.
1837 ("Display Other Windows"): Fix typo in help message.
1838 (gdb-speedbar-expand-node): Fix typo in question.
1839
1840 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1841 (idlwave-html-system-help-location, idlwave-html-help-location)
1842 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1843 (idlwave-help-browser-generic-args, idlwave-help-directory)
1844 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1845 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1846 (idlwave-online-help, idlwave-help-html-link)
1847 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1848 Fix typos in docstrings.
1849 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1850 Reflow docstrings.
1851 (idlwave-help-assistant-start): Fix typo in error message.
1852
1853 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1854 (octave-electric-space): Fix typos in docstrings.
1855
9bbe0828
CY
18562010-01-01 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1859
a88c46c3
CY
18602010-01-01 Juri Linkov <juri@jurta.org>
1861
1862 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 1863 increase the default to 500 (Bug#5148).
a88c46c3 1864
7ee6c59b
NR
18652009-12-31 Nick Roberts <nickrob@snap.net.nz>
1866
1867 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1868 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1869 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1870
a9c8a2cd
NR
18712009-12-30 Nick Roberts <nickrob@snap.net.nz>
1872
1873 Show working revision correctly for mercurial.
1874 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 1875 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 1876
659e4408
JB
18772009-12-29 Juanma Barranquero <lekktu@gmail.com>
1878
1879 Declare some functions for the byte-compiler.
1880 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1881 (speedbar-timer-fn, speedbar-change-expand-button-char)
1882 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1883
7ee6c59b
NR
18842009-12-29 Nick Roberts <nickrob@snap.net.nz>
1885
1886 This changeset reverts GDB Graphical Interface to use annotations.
1887 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1888
460f6e7c
DN
18892009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1890
1891 Make vc-dir work on subdirectories of the bzr root.
1892 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1893 file names relative to it.
1894 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1895 relative directory to vc-bzr-after-dir-status.
1896
543f553a
TH
18972009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1898
1899 * font-lock.el (font-lock-refresh-defaults): New function, which
1900 can be used to let font-lock react to external changes in
1901 variables like font-lock-defaults and keywords.
1902 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1903
2592ab76
DN
19042009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1905
ac859983
DN
1906 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1907
2592ab76
DN
1908 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1909
58941d03
JB
19102009-12-28 Juanma Barranquero <lekktu@gmail.com>
1911
1912 Supersede color.diff settings in git log (bug#5211).
1913
1914 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1915 escape chars in its output when the user has color.diff set to `always'.
1916 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1917
39764e76
KR
19182009-12-26 Kevin Ryde <user42@zip.com.au>
1919
1920 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1921 node. Keep previous "Index" name to work with past coreutils too.
1922
91c4831e
KR
1923 * man.el (man): Revise docstring a bit to show -a and -l as
1924 examples. Add -k description since support for it has otherwise
1925 been a secret. (Further to bug#3717.)
651e932e
KR
1926 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1927 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 1928 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 1929
7f4d4a97
MA
19302009-12-26 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1933 switches. Check also for //SUBDIRED// line.
1934
bcffff46
KH
19352009-12-25 Kenichi Handa <handa@m17n.org>
1936
1937 * language/indian.el (devanagari-composable-pattern): Fixed to
1938 handle ZWNJ and ZWJ. Use it in composition-function-table for
1939 Devanagari.
1940 (malayalam-composable-pattern): Fix previous change.
1941
dc1dcfa4
VJL
19422009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1943
1944 * ps-print.el (ps-face-attributes): It was not returning the
1945 attribute face for faces specified as string. Reported by harven
1946 <harven@free.fr>.
1947 (ps-print-version): New version 7.3.5.
1948
6fe539d2
UJ
19492009-12-18 Ulf Jasper <ulf.jasper@web.de>
1950
1951 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1952 timezone names.
1953 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1954 (icalendar--add-diary-entry): Remove the trailing blank that
1955 diary-make-entry inserts.
1956
1f3611c6
MA
19572009-12-17 Michael Albinus <michael.albinus@gmx.de>
1958
1959 Make `file-expand-wildcards' work for remote files.
1960
1961 * files.el (file-expand-wildcards): In case of remote files, check
1962 only local file name part for wildcards. Provide feature 'files
1963 and subfeature 'remote-wildcards. (Bug#5198)
1964
1965 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1966 if there is already an established connection.
1967 (tramp-advice-file-expand-wildcards): Remove it.
1968
1969 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1970 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1971 Activate advice for older GNU Emacs versions. (Bug#5237)
1972
9762b219
JB
19732009-12-17 Juanma Barranquero <lekktu@gmail.com>
1974
1975 Some doc fixes (more needed).
1976
1977 * find-cmd.el (find-constituents): Reflow docstring.
1978 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1979 (find-generic): Doc fix.
1980
cfb54897
JL
19812009-12-17 Juri Linkov <juri@jurta.org>
1982
1983 Fix regression from 23.1 to allow multiple modes in Local Variables.
1984
1985 * files.el (hack-local-variables-filter): While ignoring duplicates,
1986 don't take `mode' into account.
1987 (hack-local-variables-filter, hack-dir-local-variables): Don't
1988 remove duplicate `mode' from local-variables-alist (like `eval').
1989
ad974e9e
JL
19902009-12-17 Juri Linkov <juri@jurta.org>
1991
1992 Make `dired-diff' more safe. (Bug#5225)
1993
1994 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1995 `current' or when `file' is a directory of the `current' file.
1996
3616e0b9
AS
19972009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1998
1999 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2000 unconditionally preloaded files.
2001
72b57560
JL
20022009-12-16 Juri Linkov <juri@jurta.org>
2003
2004 Revert to old 23.1 logic of using the file at the mark as default.
2005 * dired-aux.el (dired-diff): Use the file at the mark as default
2006 if it's not the same as the current file, and the target dir is
2007 the current dir or the mark is active. Add the current file
2008 as the arg of `dired-dwim-target-defaults'. Use the default file
2009 in the prompt. (Bug#5225)
2010
68712eb6
MA
20112009-12-15 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2014 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2015 (tramp-check-for-regexp): Check also, when an echoing shell stops
2016 to echo sent commands.
2017
fd471993
CY
20182009-12-14 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * Makefile.in: Revert last change (Bug#5191).
2021
86b5e14c
DN
20222009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2023
2024 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2025 (vc-hg-working-revision): Make sure the command is executed in a
2026 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2027
8cffbb75
CY
20282009-12-14 Chong Yidong <cyd@stupidchicken.com>
2029
2030 * progmodes/python.el (python-symbol-completions): Remove text
2031 properties from symbol string before calling python-send-receive.
2032
6c2b67ad
NR
20332009-12-14 Nick Roberts <nickrob@snap.net.nz>
2034
2035 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2036 when there are values for both file and line. (Bug#5060)
6c2b67ad 2037
ff6f4585
JL
20382009-12-14 Juri Linkov <juri@jurta.org>
2039
2040 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2041 whitespace after the file name of the first line of unified format,
2042 because git-diff doesn't output whitespace and file modification time
2043 after the file name.
2044
d3de1c8e
JL
20452009-12-14 David Kastrup <dak@gnu.org>
2046
2047 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2048 check if it already has the `display' property added by
2049 `Info-display-images-node', and not put the `invisible' property
2050 in this case.
2051
f192624c
CY
20522009-12-14 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2055 (semantic-mru-bookmark-mode): Doc fixes.
2056
2057 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2058 of assert.
2059
2f1b7dc4
GM
20602009-12-13 Glenn Morris <rgm@gnu.org>
2061
a0cefee5
GM
2062 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2063 (report-emacs-bug): In message-mode, sort manually before storing
2064 original report text. (Bug#5178)
2f1b7dc4
GM
2065 Remove superfluous save-excursion.
2066
31bb373f
MA
20672009-12-12 Michael Albinus <michael.albinus@gmx.de>
2068
2069 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2070 when responding to "GetAll" properties.
2071
5e1d4968
CY
20722009-12-12 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * simple.el (compose-mail): Remove mail-setup-with-from from
2075 customization checks.
2076
097d86f9
EZ
20772009-12-12 Eli Zaretskii <eliz@gnu.org>
2078
2079 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2080 RAR archives created on Unix systems.
2081
1d4adede
SM
20822009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2085 the varalias that was accidentally removed by the 2009-11-19 change
2086 (bug#5186).
2087
3ff3655c
KH
20882009-12-12 Kenichi Handa <handa@m17n.org>
2089
2090 * language/indian.el (indian-compose-regexp): New function.
2091 (malayalam-composable-pattern): Fix the pattern.
2092 (composition-function-table): Set malayalam-composable-pattern for
2093 Malayalam characters.
2094
82d3343c
CY
20952009-12-11 Chong Yidong <cyd@stupidchicken.com>
2096
315eb96d
CY
2097 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2098 rather than down-mouse-1, based on follow-link conventions.
2099
82d3343c
CY
2100 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2101 are compiled.
2102
86a4c7ac
DN
21032009-12-11 Michael McNamara <mac@mail.brushroad.com>
2104
bf0b361c 2105 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2106 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2107 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2108 (verilog-leap-to-head, verilog-backward-token):
2109 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2110
21112009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2112
bf0b361c
JB
2113 * progmodes/verilog-mode.el (verilog-auto-lineup)
2114 (verilog-nameable-item-re): Cleanup user-visible spelling and
2115 documentation errors. One reported by Gary Delp.
1d4adede 2116 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2117 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2118 package, bug195. Reported by Pierre-David Pfister.
2119
fe03f49a
GM
21202009-12-11 Glenn Morris <rgm@gnu.org>
2121
47641aac
GM
2122 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2123
85094855
GM
2124 * mail/emacsbug.el: No longer require sendmail.
2125 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2126 (report-emacs-bug-orig-text): Doc fix.
2127 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2128 New local variables, to adapt to different mail-user-agents.
2129 (report-emacs-bug): Fix test for a gnu.org address.
2130 Use overlays for emphasis, since font-lock defeats 'face property.
2131 Pretest bugs also end up at the newsgroup these days.
2132 Stop message-mode stripping text properties.
2133 Set and use the new buffer-local variables.
2134 (report-emacs-bug-hook): Add doc-string.
2135 Remove some unnecessary save-excursions and simplify.
2136 Use the appropriate hook and send-command.
2137
fe03f49a
GM
2138 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2139 capitalization of some menu entries.
2140
345427f0
VJL
21412009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2142
4e6a65b9 2143 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2144 `buffer-display-table' is unique when two or more windows are
2145 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2146 New version 12.1.
2147
c70ccbba
EZ
21482009-12-10 Eli Zaretskii <eliz@gnu.org>
2149
2150 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2151 characters in the Attribute field.
2152
f1943c1b
DN
21532009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2154
2155 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2156
1c67aeaa
SM
21572009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2160 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2161 Disregard autoload-excludes.
2162 (update-directory-autoloads): Obey autoload-excludes here instead.
2163 But don't store its contents in no-autoloads and remove entries that
2164 refer to excludes files.
2165
d8194864
GM
21662009-12-10 Glenn Morris <rgm@gnu.org>
2167
8c0171c0
GM
2168 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2169 (expand-mail-aliases): Define for compiler.
2170
dba372dd
GM
2171 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2172 Define for compiler.
2173
d8194864
GM
2174 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2175 appropriate for the mail-user-agent in use.
2176
fe5facd3
MA
21772009-12-09 Michael Albinus <michael.albinus@gmx.de>
2178
2179 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2180
99999a1d
DN
21812009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2182
2183 Fix short log parsing and fontification.
2184 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2185 Fix fontification for the [merge] label.
2186
2ea1c4aa
SM
21872009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2188
2189 Drop some properties to avoid surprises.
2190 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2191 (hfy-fontify-buffer): Use it.
2192
9840deb6
SM
21932009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2194
a0d1aadf
SM
2195 Minor cleanup.
2196 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2197 Adjust all callers.
2198 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2199 args compulsory. Adjust callers.
2200 (ffap-gopher-at-point): Remove unused var `name'.
2201
9840deb6
SM
2202 Get rid of the ELCFILES abomination.
2203 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2204 (compile-elcfiles): New phony target.
2205 (compile-main): Compute ELCFILES dynamically.
2206 (compile-clean): New target to remove left-over elc files.
2207 (compile, all): Use it.
2208
7eb3f9a8
KH
22092009-12-09 Kenichi Handa <handa@etlken>
2210
2211 * international/mule-diag.el: Require help-mode instead of help-fns.
2212
ae63e572
KH
22132009-12-09 Kenichi Handa <handa@m17n.org>
2214
5ce6e4f4 2215 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2216 fine ranges instead of pre-calculating accurate ranges.
2217 Iterate with bigger gc-cons-threshold.
ae63e572 2218
e2f3c692
DN
22192009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 Add support for stashing a snapshot of the current tree.
2222 * vc-git.el (vc-git-stash-snapshot): New function.
2223 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2224
cf6d0352
JB
22252009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2226
2227 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2228 instead of `(beginning|end)-of-line'.
2229
48e4acc9
GM
22302009-12-08 Glenn Morris <rgm@gnu.org>
2231
6e890faa
GM
2232 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2233
48e4acc9
GM
2234 * Makefile.in (ELCFILES): Regenerate.
2235
d2a1dc7b
JL
22362009-12-07 Juri Linkov <juri@jurta.org>
2237
2238 Don't lazy-highlight the comint output in history Isearch mode.
2239
2240 * comint.el (comint-history-isearch-search): Instead of
2241 `comint-line-beginning-position', use `comint-after-pmark-p'
2242 to check if point if before the process mark, and go to
2243 `process-mark' in this case.
2244
51ef56c4
SM
22452009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2246
fb10ee4a
SM
2247 * textmodes/tex-mode.el (latex-complete)
2248 (latex-indent-or-complete): Remove.
2249 (latex-mode): Set completion-at-point-functions instead.
2250
2251 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2252 * minibuffer.el (completion-at-point-functions): New var.
2253 (completion-at-point): New command.
fb10ee4a 2254 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2255 * progmodes/python.el (python-mode-map): Use completion-at-point.
2256 (python-completion-at-point): Rename from python-partial-symbol and
2257 adjust for use in completion-at-point-functions.
2258 (python-mode): Setup completion-at-point for Python completion.
2259 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2260 extracted from lisp-complete-symbol.
2261 (lisp-complete-symbol): Use it.
2262 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2263 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2264 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2265 Use completion-at-point.
51ef56c4 2266 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2267 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2268 * progmodes/sym-comp.el: Move to...
2269 * obsolete/sym-comp.el: Move from progmodes.
2270
5e7a9022
EZ
22712009-12-07 Eli Zaretskii <eliz@gnu.org>
2272
2273 Prevent save-buffer in Rmail buffers from using the coding-system
2274 of the current message, and from clobbering the encoding mnemonics
2275 in the mode line (Bug#4623).
2276
2277 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2278 flag, too.
2279 (rmail-message-encoding): New variable.
2280 (rmail-write-region-annotate): Record the encoding of the current
2281 message in rmail-message-encoding.
2282 (rmail-after-save-hook): New function, restores the encoding of
2283 the current message after the message collection is saved.
2284
9136e895
JL
22852009-12-07 Juri Linkov <juri@jurta.org>
2286
2287 * progmodes/grep.el (grep-read-files): Use `completing-read'
2288 instead of `read-string'. Set its `collection' arg to
2289 `read-file-name-internal'. (Bug#4301)
2290
40637410
JL
22912009-12-07 Juri Linkov <juri@jurta.org>
2292
2293 Correctly restore original Isearch point. (Bug#4994)
2294
2295 * isearch.el (isearch-mode): Move `isearch-push-state' after
2296 `(run-hooks 'isearch-mode-hook)'.
2297 (isearch-cancel): When `isearch-push-state-function' is defined,
2298 let-bind `isearch-cmds' to the first state (the last element of
2299 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2300 function and restores the original point). Otherwise, move point
2301 to `isearch-opoint'.
2302
da10ce2b
SM
23032009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2306 chars that don't have names, so the table can be built much faster at
2307 run-time.
2308
3d68fa99
CY
23092009-12-07 Chong Yidong <cyd@stupidchicken.com>
2310
f82b1493
CY
2311 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2312 change. Suggested by David Kastrup.
2313
3d68fa99
CY
2314 * simple.el (compose-mail): Check for incompatibilities and warn.
2315 (compose-mail-user-agent-warnings): New option.
2316
662c5698
DN
23172009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2318
2319 Support showing a single log entry from vc-annotate.
2320 * vc.el (print-log): Add a new argument: START-REVISION.
2321 (vc-print-log-internal): Add a new optional argument and
2322 pass it to the backend.
2323 (vc-print-log, vc-print-root-log): Adjust callers.
2324 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2325 buffer already displays the requested log entry, use it.
2326 Otherwise display only the log entry in question.
2327 * vc-svn.el (vc-svn-print-log):
e4070cdc 2328 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2329 * vc-hg.el (vc-hg-state):
2330 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2331 (vc-git-show-log-entry): Return t on success.
2332 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2333 (vc-bzr-show-log-entry): Return t on success.
2334 * vc-rcs.el (vc-rcs-print-log):
2335 * vc-sccs.el (vc-sccs-print-log):
2336 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2337
e4070cdc
GM
23382009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2339
5ce6e4f4
JB
2340 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2341 Add menus to the meta mode. (Bug#5043)
e4070cdc 2342
5ce6e4f4 23432009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
2344
2345 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 2346 event-key.
662c5698 2347
662c5698
DN
2348 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2349
dab816a9
MA
23502009-12-07 Michael Albinus <michael.albinus@gmx.de>
2351
2352 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2353 Berbain <raphael.berbain@gmail.com>.
2354
2355 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2356 characters.
2357 (tramp-initial-end-of-output): New defconst.
2358 (tramp-methods, tramp-find-shell)
2359 (tramp-open-connection-setup-interactive-shell)
2360 (tramp-maybe-open-connection): Use it.
2361 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2362 existence of `#' and `$'.
2363
2364 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2365 `tramp-initial-end-of-output'.
2366
a91e1f6b
DN
23672009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2368
2369 Get the background mode from the terminal for xterm, and set
2370 faces accordingly.
2371 * term/xterm.el (xterm-set-background-mode): New function.
2372 (terminal-init-xterm): Use it in case xterm supports background
2373 color queries. Recompute faces after getting the background
2374 color.
2375
5fa9d1ec
GM
23762009-12-07 Ulrich Mueller <ulm@gentoo.org>
2377
2378 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2379 number comment back on its own line, for easier parsing.
2380
5e9fde5e
SM
23812009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 Make it work for non-file buffers (bug#5102).
2384 * doc-view.el (doc-view-current-cache-dir):
2385 Use doc-view-buffer-file-name rather than buffer-file-name.
2386 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2387
2f2f5242
CY
23882009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2389
2390 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2391 author field is too short.
2392
cebf8ec6
DN
23932009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2394
5e9fde5e
SM
2395 * vc-git.el (vc-git-print-log): Handle a limit argument.
2396 Display the short log in graph form and with labels.
0d3f8a78
DN
2397 (vc-git-log-view-mode): Handle labels.
2398
cebf8ec6
DN
2399 Make vc-revert change VC state from 'added to 'unregistered.
2400 * vc-git.el (vc-git-revert): Call git reset first.
2401
8e39154d
UJ
24022009-12-06 Ulf Jasper <ulf.jasper@web.de>
2403
d8194864
GM
2404 * net/newst-backend.el, net/newst-plainview.el:
2405 * net/newst-reader.el, net/newst-ticker.el:
2406 * net/newst-treeview.el, net/newsticker.el:
2407 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2408
ef187c24
CY
24092009-12-06 Chong Yidong <cyd@stupidchicken.com>
2410
238a0f3a
CY
2411 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2412
2c6bb71a
CY
2413 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2414 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2415 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2416 Update annotation regexp.
2417
ef187c24
CY
2418 * simple.el (beginning-of-visual-line): Constrain to field
2419 boundaries (Bug#5106).
2420
571855b6
UJ
24212009-12-06 Ulf Jasper <ulf.jasper@web.de>
2422
d8194864 2423 * xml.el (xml-substitute-numeric-entities): Move
571855b6 2424 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2425 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
2426 * net/newst-backend.el (newsticker--parse-generic-feed)
2427 (newsticker--parse-generic-items)
d8194864 2428 (newsticker--decode-numeric-entities): Move
571855b6 2429 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2430 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 2431
b857059c
CY
24322009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2433
2434 * progmodes/js.el (js--js-not): Add null to the list of values.
2435
c2dae51b
CY
24362009-12-06 Chong Yidong <cyd@stupidchicken.com>
2437
d8194864 2438 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 2439
ed0f72d2
RW
24402009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2441
2442 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2443 delimiter if it is at the end of the current line.
2444 (bibtex-generate-url-list): Fix docstring.
2445
365b9a62
SM
24462009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2449 minibuffer's content with itself.
2450 Fold the confirm-after-completion case into the `confirm' case.
2451 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2452
990a9cb1
KR
24532009-12-06 Kevin Ryde <user42@zip.com.au>
2454
2455 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 2456 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 2457
8b5a10db 2458 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 2459 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 2460
065543e7
JL
24612009-12-05 Juri Linkov <juri@jurta.org>
2462
2463 Save and restore dired buffer's point positions too. (Bug#4880)
2464
2465 * dired.el (dired-save-positions): Return in the first element
2466 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2467 Doc fix.
2468 (dired-restore-positions): First restore buffer's position.
2469 While restoring window's positions, check if window still displays
2470 the original buffer.
2471
503edac9
CY
24722009-12-05 Chong Yidong <cyd@stupidchicken.com>
2473
9a594ee6
CY
2474 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2475 if possible.
2476
365b9a62
SM
2477 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2478 Make argument optional.
9a594ee6 2479
925f8c70
CY
2480 * shell.el (shell): Require ansi-color (Bug#5113).
2481
2482 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2483
503edac9
CY
2484 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2485
8fea6b33
AM
24862009-12-05 Alan Mackenzie <acm@muc.de>
2487
2488 * progmodes/cc-mode.el (c-before-hack-hook)
2489 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2490 `c-file-style' to work again. This reversion restores the current
212c5aef 2491 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 2492
5d1fd962
CY
24932009-12-05 Kevin Ryde <user42@zip.com.au>
2494
2495 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2496 comment-start-skip to comment-end-skip as comment (Bug#4781).
2497
30760c8b
JL
24982009-12-05 Juri Linkov <juri@jurta.org>
2499
2500 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2501 for virtual nodes. (Bug#4147)
2502 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2503 when moving from a virtual node.
2504 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2505 (Info-mode): Add `Info-virtual-index' to the docstring.
2506
1dc5c6f3
CY
25072009-12-05 Eric Ludlam <zappo@gnu.org>
2508
2509 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2510 Describe project macro symbols.
2511
2512 * cedet/semantic/complete.el (semantic-complete-do-completion):
2513 Don't call semantic-collector-current-exact-match.
2514
2515 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2516 ede-objects as targets.
2517
2518 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2519 a target's object list even if compiler vars are already in the
2520 Makefile.
2521
2522 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2523 list of headers producing necessary macros.
2524
403111a8
RW
25252009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2526
2527 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2528 track of the buffer position of the end of a BibTeX entry as this
2529 position may change during reformatting.
2530 (bibtex-format-entry): Remove whitespace before processing
2531 numerical fields so that we recognize the latter properly.
2532 (bibtex-reformat): Do not use push which changes the global value
2533 of bibtex-entry-format.
2534 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2535 (bibtex-field-re-init): Replace only space characters by regexp
2536 for whitespace.
365b9a62 2537 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
2538 (bibtex-initialize): Also update bibtex-strings.
2539 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
2540 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2541 Update bibtex-reference-keys.
403111a8 2542
25b54627
SM
25432009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2546 point after a star, if that's the only place where modifications can
2547 make progress.
2548
35639eb4
DN
25492009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2550
2551 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2552 in docstrings.
2553
8b78760b
JL
25542009-12-04 Juri Linkov <juri@jurta.org>
2555
2556 * proced.el (proced): Call `(proced-update t)' to update process
2557 information instead of only running proced-post-display-hook.
2558 (proced-send-signal): Add a leading space to the buffer name
2559 " *Marked Processes*" to make this buffer ephemeral.
2560
2b3489a7
JL
25612009-12-04 Juri Linkov <juri@jurta.org>
2562
2563 * dired.el (dired-auto-revert-buffer): New defcustom.
2564 (dired-internal-noselect): Use it.
2565
9b9debd1
JL
25662009-12-04 Juri Linkov <juri@jurta.org>
2567
2568 Change roles of modes and functions in image-mode.el (Bug#5062).
2569
2570 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2571 in `auto-mode-alist'.
2572 (image-mode-previous-major-mode): New variable.
2573 (image-minor-mode-map): Rename from `image-mode-text-map'.
2574 (image-mode): Move graceful error-handling code from
2575 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2576 (image-minor-mode): Remove all image-handling code.
2577 Replace `image-mode-text-map' with `image-minor-mode-map'.
2578 Check for `image-type' in mode-line format string.
2579 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2580 (image-mode-as-text): New function with most code from
2581 `image-mode-maybe'.
2582 (image-toggle-display-text): Move code that removes image
2583 properties from `image-toggle-display' to here.
2584 (image-toggle-display-image): New function with code that adds
2585 image properties copied from `image-toggle-display'.
2586 (image-toggle-display): Remove most code with leaving only code
2587 that toggles between `image-mode-as-text' and `image-mode'.
2588
0c74a301
UJ
25892009-12-04 Ulf Jasper <ulf.jasper@web.de>
2590
2591 * net/newst-treeview.el
2592 (newsticker--treeview-list-highlight-start): Restored call to
2593 save-excursion: Selected item was stuck.
2594 (newsticker--treeview-list-select): New.
2595 (newsticker--treeview-item-show-text)
2596 (newsticker--treeview-item-show)
2597 (newsticker--treeview-item-update): Use new
2598 newsticker-treeview-item-mode.
2599 (newsticker-treeview-update): Keep current item.
2600 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2601 (newsticker--treeview-first-feed): Doc change.
2602 (newsticker-treeview-list-menu)
2603 (newsticker-treeview-item-menu): Added menu entries.
2604 (newsticker-treeview-item-mode): New.
2605
5ce6e4f4 2606 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
2607 windows.
2608
9eaeec5b
SS
26092009-12-04 Sam Steingold <sds@gnu.org>
2610
2611 * log-view.el (log-view-mode-map): "q" calls quit-window,
2612 like in all the other non-self-insert buffers.
2613
b2bf5be5
SM
26142009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 Minor cleanup.
2617 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2618 key decoding rather than do it manually via last-input-event +
2619 ascii-character.
2620 (term-exec): Use delete-and-extract-region.
2621 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2622 (term-process-pager): Remove unused var `i'.
2623 (term-dynamic-simple-complete): Make obsolete.
2624 (serial-update-config-menu): Remove unused vars `y' and `str'.
2625 (term-update-mode-line): Remove unused var `temp'.
2626
46e5c897
DN
26272009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2628
2629 Limit the number of log entries displayed by default.
2630 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2631 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2632 using a prefix argument.
2633
627e0a14
GM
26342009-12-03 Glenn Morris <rgm@gnu.org>
2635
2636 * progmodes/idlwave.el (class): Restore still useful declaration.
2637
8578c224
AM
26382009-12-03 Alan Mackenzie <acm@muc.de>
2639
4abc318c 2640 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2641
b2bf5be5
SM
2642 * progmodes/cc-mode.el (c-basic-common-init):
2643 Call c-state-cache-init.
9762b219 2644 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2645 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2646 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2647
2648 * progmodes/cc-langs.el (c-before-font-lock-function):
2649 c-extend-and-neutralize-syntax-in-CPP has been renamed
2650 c-neutralize-syntax-in-and-mark-CPP.
2651
2652 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2653 with `category' properties now, not `syntax-table' ones.
2654
2655 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2656 enhanced (but slower) version of c-end-of-macro that won't land
2657 inside a literal or on another awkward character.
2658 (c-state-cache-too-far, c-state-cache-start)
2659 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2660 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2661 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2662 (c-state-min-scan-pos, c-state-brace-pair-desert)
2663 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2664 buffer local variables.
2665 (c-state-literal-at, c-state-lit-beg)
2666 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2667 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2668 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2669 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2670 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2671 (c-renarrow-state-cache)
2672 (c-append-lower-brace-pair-to-state-cache)
2673 (c-state-push-any-brace-pair, c-append-to-state-cache)
2674 (c-remove-stale-state-cache)
2675 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2676 (c-invalidate-state-cache-1, c-parse-state-1)
2677 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2678 (c-parse-state): Enhance and refactor.
2679 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2680
2681 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2682 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2683 modify to use category text properties rather than syntax-table ones.
2684 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2685 to switch off/on the syntactic paren property of C++ template
2686 delimiters using the category property.
2687 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2688 template delims suppressed.
2689 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2690 New constant/macros which apply category properties to the start
2691 and end of preprocessor constructs.
b2bf5be5 2692 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2693 "comment out" the syntactic value of characters in preprocessor
2694 constructs.
2695 (c-with-cpps-commented-out)
2696 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2697 with characters in all or all but one preprocessor constructs
2698 "commented out".
2699
0d4dc442
RW
27002009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2701
2702 * proced.el (proced-filter-alist): Use regexp-quote.
2703
a09dc9bf
MA
27042009-12-03 Michael Albinus <michael.albinus@gmx.de>
2705
2706 Cleanup.
2707 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2708 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2709 arguments. Expand `default-directory'.
2710
2711 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2712 the benefit of returning an expanded localname.
2713 (tramp-tramp-file-p): Handle the case NAME is not a string.
2714
3f6bd790
DN
27152009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2716
4dfb3b9c
DN
2717 Add support for bzr shelve/unshelve.
2718 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2719 (vc-bzr-extra-menu-map): New variables.
2720 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2721 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2722 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2723 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2724 (vc-bzr-dir-extra-headers): Display shelves.
2725
3f6bd790
DN
2726 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2727
842d73a1
SM
27282009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * textmodes/bibtex.el (bibtex-complete-internal):
2731 Use completion-in-region.
2732 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2733
7fa4876f
DN
27342009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2735
2736 Support applying stashes. Improve UI.
2737 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2738 (vc-git-stash-apply, vc-git-stash-pop)
2739 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2740 (vc-git-stash-menu): New functions.
2741 (vc-git-stash-menu-map): New variable.
2742 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2743
d6e82452
GM
27442009-12-03 Glenn Morris <rgm@gnu.org>
2745
2746 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2747 (vc-print-log-internal): Fix previous change.
2748 (vc-revert): Correct pluralization.
2749
8d222148
SM
27502009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2751
ea52206b
SM
2752 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2753 it to be an alist any more.
2754 (makefile-complete): Use completion-in-region.
2755
69a94a37
SM
2756 * progmodes/octave-mod.el (octave-complete-symbol):
2757 Use completion-in-region.
2758
8d222148
SM
2759 Misc cleanup.
2760 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2761 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2762 (idlwave-complete-class): Don't quote lambda.
2763 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2764 (idlwave-mode-map): Move initialization into declaration.
2765 (idlwave-action-and-binding): Use backquotes.
2766 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2767 Simplify.
2768 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2769 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2770 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2771 `parts', and `all-parts'.
2772 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2773 (idlwave-convert-xml-system-routine-info): Remove unused string
2774 `version-string'.
2775 (idlwave-display-user-catalog-widget): Use dolist.
2776 (idlwave-scanning-lib): Declare dynamically-scoped var.
2777 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2778 (completion-highlight-first-word-only): Declare to silence bytecomp.
2779 (idlwave-popup-select): Tighten scope of `resp'.
2780 (idlwave-find-struct-tag): Remove unused var `beg'.
2781 (idlwave-after-load-rinfo-hook): Declare.
2782 (idlwave-sintern-class-info): Remove unused var `taglist'.
2783 (idlwave-find-class-definition): Remove unused var `list'.
2784 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2785 (idlwave-what-module-find-class): Remove unused var `classes'.
2786
3bb8691b
JB
27872009-12-03 Juanma Barranquero <lekktu@gmail.com>
2788
2789 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2790
f72f0c23
SM
27912009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2794 buffers visited. Remove redundant current-buffer-saving.
2795
601a9508
SM
27962009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 Use completion-in-buffer and remove uses of dynamic scoping.
2799 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2800 (pascal-buffer-to-use, pascal-flag): Don't declare.
2801 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2802 (pascal-get-completion-decl, pascal-keyword-completion):
2803 Add `pascal-str' argument, save-excursion,
2804 return the found completions, and don't filter with pascal-pred.
2805 (pascal-completion-cache): New var.
2806 (pascal-completion): Don't switch buffer any more (it was never
2807 necessary). Don't save-excursion any more (it's done by the called
2808 subroutines). Use a cache to avoid redundant computations.
2809 Use complete-with-action rather than pascal-completion-response and
2810 let it apply the predicate as well.
2811 (pascal-complete-word): Use completion-in-buffer when
2812 pascal-toggle-completions is nil.
2813 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2814 not used any more.
2815 (pascal-comp-defun): Don't change buffer any more.
2816 Use complete-with-action rather than pascal-completion-response and
2817 let it apply the predicate as well.
2818 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2819 when neded.
2820
1ff4cb98
KH
28212009-12-02 Kenichi Handa <handa@m17n.org>
2822
2823 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2824 shape for all Indic scripts.
2825
bb12edf1
SM
28262009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 Use completion-in-buffer.
2829 * wid-edit.el (widget-field-text-end): New function.
2830 (widget-field-value-get): Use it.
2831 (widget-string-complete, widget-file-complete)
2832 (widget-color-complete): Use it and completion-in-region.
2833 (widget-complete): Don't narrow the buffer.
2834
5813f6ef
GM
28352009-12-02 Glenn Morris <rgm@gnu.org>
2836
c920f222
GM
2837 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2838 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
2839 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2840 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 2841
5813f6ef
GM
2842 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2843 save-excursion with save-current-buffer.
2844 Widen before searching. (Bug#5093)
2845 (diary-list-sexp-entries): Remove superfluous save-excursion.
2846
34b1d750
GM
28472009-12-02 Michael Welsh Duggan <mwd@cert.org>
2848
2849 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2850 name. (Bug#5038)
2851
b2d5f31a
GM
28522009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2853
2854 * ido.el (ido-file-internal): Handle filenames at point that do
2855 not have a directory part. (Bug#5049)
2856
c710ac3c
JB
28572009-12-02 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2860 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2861
9946be46
SM
28622009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2863
2864 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2865 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2866 any more.
2867
b08016f2
SM
28682009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2869
e7440df4
SM
2870 * comint.el (comint-insert-input): Ignore clicks to the right of
2871 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2872
3bb8691b 2873 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
2874 terminate before setting up the major mode.
2875
f3b757f5
SM
2876 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2877 in case.
2878
a2877f1d
SM
2879 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2880 the last element.
2881
b08016f2
SM
2882 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2883
782d6e30
GM
28842009-12-01 Glenn Morris <rgm@gnu.org>
2885
2886 * window.el (window--display-buffer-2): Fix previous changes.
2887
28f57f7e
CY
28882009-12-01 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2891
c31a2fdc
GM
28922009-12-01 Glenn Morris <rgm@gnu.org>
2893
2894 * Makefile.in (ELCFILES): Add mpc.elc.
2895
e1ada222
SM
28962009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * mpc.el: New file.
2899
0c9ff2c5
GM
29002009-12-01 Glenn Morris <rgm@gnu.org>
2901
3689984f
GM
2902 * window.el (window-to-use): Define for compiler.
2903
3ab4308b
GM
2904 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2905 consistent with others (no final period).
2906
0c9ff2c5
GM
2907 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2908 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2909
fb0c18ff
DN
29102009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 Make vc-print-log buttons work.
045b9da7 2913 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 2914
2ac7e73e
JB
29152009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2916
2917 * savehist.el (savehist-autosave-interval): Allow setting to nil
2918 through customize. (Bug#5056)
2919
5237d741
JB
29202009-11-30 Juanma Barranquero <lekktu@gmail.com>
2921
2922 Fix references to jit-lock properties.
2923 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2924 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2925 (perl-font-lock-special-syntactic-constructs):
2926 Quote jit-lock-defer-multiline property.
2927
379241fa
DN
29282009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2929
2930 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2931
054ae856
JL
29322009-11-30 Juri Linkov <juri@jurta.org>
2933
2934 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2935 value `buffer' of `multi-isearch-next-buffer-current-function'.
2936 Use `(current-buffer)' when `buffer' is nil.
2937 (multi-isearch-next-buffer-from-list): Don't fallback to
2938 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2939
67296dda
JL
29402009-11-30 Juri Linkov <juri@jurta.org>
2941
2942 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2943 of buffers with `get-buffer' to `multi-isearch-buffers'.
2944 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2945 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2946 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2947 FILES with `expand-file-name' converting relative file names
2948 to absolute. Doc fix. (Bug#4727)
2949
c585bf32
JL
29502009-11-30 Juri Linkov <juri@jurta.org>
2951
2952 * misearch.el (multi-isearch-read-buffers)
2953 (multi-isearch-read-matching-buffers): New functions.
2954 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2955 Use them in the `interactive' spec. Doc fix.
2956 (multi-isearch-read-files, multi-isearch-read-matching-files):
2957 New functions.
2958 (multi-isearch-files, multi-isearch-files-regexp):
2959 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2960
0a745733
JL
29612009-11-30 Juri Linkov <juri@jurta.org>
2962
2963 * doc-view.el (doc-view-continuous):
2964 Rename from `doc-view-continuous-mode'.
2965 (doc-view-menu): Move "Toggle display" to the top.
2966 Add submenu "Continuous" with radio buttons "Off"/"On"
2967 and "Save as Default".
2968 (doc-view-scroll-up-or-next-page)
2969 (doc-view-scroll-down-or-previous-page)
2970 (doc-view-next-line-or-next-page)
2971 (doc-view-previous-line-or-previous-page): Rename
2972 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2973
1f9689eb
JL
29742009-11-30 Juri Linkov <juri@jurta.org>
2975
2976 * comint.el (comint-mode-map): Rebind `M-r' from
2977 `comint-previous-matching-input' to
2978 `comint-history-isearch-backward-regexp'.
2979 Unbind `M-s' to allow global key binding `M-s'.
2980 Add menu items for `comint-history-isearch-backward' and
2981 `comint-history-isearch-backward-regexp'. (Bug#3746)
2982
2952b1ae
JL
29832009-11-30 Juri Linkov <juri@jurta.org>
2984
2985 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2986 For def=recenter, replace `recenter' with `recenter-top-bottom'
2987 that is called with `this-command' and `last-command' let-bound
2988 to `recenter-top-bottom'. When the last `def' was not `recenter',
2989 set `recenter-last-op' to nil. (Bug#4981)
2990
7a9547ca
SM
29912009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2992
20565545
SM
2993 Minor cleanup and simplification.
2994 * filecache.el (file-cache-add-directory)
2995 (file-cache-add-directory-recursively)
2996 (file-cache-add-from-file-cache-buffer)
2997 (file-cache-delete-file-regexp, file-cache-delete-directory)
2998 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2999 (file-cache-temp-minibuffer-message): Delete function.
3000 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3001
7a9547ca
SM
3002 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3003 Don't signal an error when bumping into EOB in tr, s, or y.
3004
08e968f3
JL
30052009-11-29 Juri Linkov <juri@jurta.org>
3006
3007 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3008 (Bug#4960)
3009
3010 * descr-text.el (describe-char-unidata-list): Use lowercase name
3011 for "Unicode name" like in other tags.
3012
f8d170a4
JL
30132009-11-29 Juri Linkov <juri@jurta.org>
3014
3015 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3016 New compatibility macro.
7a9547ca 3017 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3018
0116abbd
JL
30192009-11-29 Juri Linkov <juri@jurta.org>
3020
3021 Add defcustom to define the cycling order of `recenter-top-bottom'.
3022 (Bug#4981)
3023
3024 * window.el (recenter-last-op): Doc fix.
3025 (recenter-positions): New defcustom.
3026 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3027 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3028
61eef560
MA
30292009-11-29 Michael Albinus <michael.albinus@gmx.de>
3030
3031 Improve integration of Tramp and ange-ftp in eshell.
3032
e4070cdc 3033 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3034 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3035 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3036
3037 * eshell/esh-util.el (top): Require also Tramp when compiling.
3038 (eshell-directory-files-and-attributes): Check for FTP remote
3039 connection.
3040 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3041 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3042 (eshell-file-attributes): Handle ".". Return `entry'.
3043
3044 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3045 (ange-ftp-directory-files-and-attributes)
3046 (ange-ftp-real-directory-files-and-attributes): New defuns.
3047
3048 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3049 shell with "exec" when possible. This prevents trailing prompts
3050 in `start-file-process'.
3051
f5467d3f
SM
30522009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3053
21f49db9
SM
3054 Try and remove assumptions about point-min==1.
3055 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3056 (rng-compute-mode-line-string): Show the validation percentage in
3057 terms of the narrowed text, not the widened text.
3058 (rng-do-some-validation): Don't catch internal errors when debugging.
3059 (rng-first-error): Simplify.
3060 (rng-after-change-function): Remove work around. AFAIK the bug has
3061 been fixed a while ago.
3062
26224faf
SM
3063 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3064 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3065
d7117720
SM
3066 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3067
f5467d3f
SM
3068 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3069 `cd' doesn't always do it for us (bug#5067).
3070
3071 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3072 on 2009-10-25 as part of some other change (bug#5067).
3073
c5269f1c
SM
30742009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3075
62a258a7
SM
3076 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3077 `suspicious'.
3078 (byte-compile-warnings): Use byte-compile-warning-types.
3079 (byte-compile-save-excursion): Warn about use of set-buffer right
3080 after save-excursion.
3081
c5269f1c
SM
3082 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3083 the excursion as well.
3084
3ba30eb8
MA
30852009-11-27 Michael Albinus <michael.albinus@gmx.de>
3086
3087 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3088 providing a Tramp related implementation of "su" and "sudo".
3089 (eshell-unix-initialize): Add "su" and "sudo".
3090
6c6f788d
DU
30912009-11-27 Daiki Ueno <ueno@unixuser.org>
3092
3093 * net/socks.el (socks-send-command): Convert binary request to
3094 unibyte before sending. This fixes mishandling of some port
3095 numbers such as 129.
3096
10c877fe
SM
30972009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3098
6f06a171
SM
3099 * help.el (describe-bindings-internal): Remove `interactive'.
3100
10c877fe
SM
3101 * man.el (Man-completion-table): Trim a terminating "(".
3102 Remove the space between name page a section.
3103 Add the command's description on the `help-echo' property.
c5269f1c
SM
3104 Remove `process-connection-type' binding since it's unused by
3105 call-process.
10c877fe
SM
3106 Provide completion for the "<section> <name>" format as well.
3107 (Man-default-man-entry): Remove spurious var shadowing the argument.
3108
c44a4822
KR
31092009-11-26 Kevin Ryde <user42@zip.com.au>
3110
3111 * log-view.el: Add "Keywords: tools", since its other keywords
3112 aren't in finder-known-keywords, and following vc.el.
3113
9d58f081
KR
3114 * sha1.el (sha1-string-external): default-directory "/" in case
3115 otherwise non-existent. process-connection-type pipe for touch of
3116 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3117
72fe6b25
SM
31182009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 Misc coding convention cleanups.
3121 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3122 hfy-init-kludge-hooks.
3123 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3124 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3125 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3126 and push.
3127 (hfy-slant, hfy-weight): Use tables rather than code.
3128 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3129 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3130 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3131 (hfy-face-to-css): Remove `nconc' with single arg.
3132 (hfy-p-to-face-lennart): Use `or'.
3133 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3134 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3135 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3136 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3137 (hfy-force-fontification): Use run-hooks.
3138
85e0a536
SM
31392009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3140
3141 Various minor fixes.
3142 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3143 Javascript belongs in the header, not the body.
3144 (hfy-javascript): Remove.
3145 (hfy-fontify-buffer): Don't insert it any more.
3146 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3147 Fix bug in invis handling when there were no invis props in a chunk.
3148
62ccc42c
SM
31492009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3152
2643c7aa
DN
31532009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3154
3155 * finder.el (finder-mode-map): Add a menu.
3156
0e5c8aed
DN
31572009-11-26 Michael McNamara <mac@mail.brushroad.com>
3158
bf0b361c 3159 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3160 "unsigned" structs.
3161
3162 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3163 fork" statement better.
3164
31652009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3166
bf0b361c
JB
3167 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3168 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3169 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3170 Reported by Clay Douglass.
0e5c8aed
DN
3171
3172 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3173 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3174 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3175 Pierre-David Pfister.
3176
7629c4e7
GM
31772009-11-26 Glenn Morris <rgm@gnu.org>
3178
62ccc42c
SM
3179 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3180 the scope.
7629c4e7 3181
a5d358f8
JB
31822009-11-25 Johan Bockgård <bojohan@gnu.org>
3183
3184 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3185 Really use previous revision.
3186
002cbde5
KR
31872009-11-25 Kevin Ryde <user42@zip.com.au>
3188
3189 * man.el (Man-completion-table): default-directory "/" in case
3190 doesn't otherwise exist. process-environment COLUMNS=999 so as
3191 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3192 any chance of hitting the pseudo-tty TIOCGWINSZ.
3193 (man): completion-ignore-case t for friendliness and since man
3194 itself is case-insensitive on the command line.
3195 Further to Bug#3717.
002cbde5 3196
8cb5ffe8
KR
3197 * arc-mode.el: Add "Keywords: files", so the details in its
3198 commentary can be reached from finder-by-keyword.
34607612
KR
3199 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3200 editing mode, but it's comms related and sgml-mode.el has "comm"
3201 on that basis too.
b8dfcf54 3202 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3203 * international/isearch-x.el, international/ja-dic-cnv.el:
3204 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3205 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3206
1e2d9ba1
JL
32072009-11-25 Juri Linkov <juri@jurta.org>
3208
3209 * man.el (Man-completion-table): Modify regexp to include
3210 section names to completion strings. (Bug#3717)
3211
a601d313
JL
32122009-11-25 Juri Linkov <juri@jurta.org>
3213
3214 Search recursively in gzipped files. (Bug#4982)
3215
3216 * progmodes/grep.el (grep-highlight-matches): Add new options
3217 `always' and `auto'. Doc fix.
3218 (grep-process-setup): Check `grep-highlight-matches' for
3219 `auto-detect' to determine the need to compute grep defaults.
3220 Move Windows/DOS specific --colors settings handling
3221 to `grep-compute-defaults'. Check `grep-highlight-matches'
3222 to get the value of "--color=".
3223 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3224 has the value `auto-detect'. Move Windows/DOS specific settings
3225 from `grep-process-setup'.
3226 (zrgrep): New command with alias `rzgrep'.
3227
bde04ea9
JL
32282009-11-25 Juri Linkov <juri@jurta.org>
3229
3230 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3231 to nil instead of switching off view-mode. (Bug#4896)
3232
7d6b4d3c
JL
32332009-11-25 Juri Linkov <juri@jurta.org>
3234
3235 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3236
3237 * mwheel.el (mwheel-scroll-up-function)
3238 (mwheel-scroll-down-function): New defvars.
3239 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3240 `scroll-up', and `mwheel-scroll-down-function' instead of
3241 `scroll-down'.
3242
3243 * doc-view.el (doc-view-scroll-up-or-next-page)
3244 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3245 Use this ARG in the call to image-scroll-up/image-scroll-down.
3246 Change `interactive' spec to "P". Goto next/previous page only
3247 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3248 SPC/DEL case). Doc fix.
3249 (doc-view-next-line-or-next-page)
3250 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3251 for consistency.
3252 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3253 `doc-view-scroll-up-or-next-page', and buffer-local
3254 `mwheel-scroll-down-function' to
3255 `doc-view-scroll-down-or-previous-page'.
3256
e237085f
JL
32572009-11-25 Juri Linkov <juri@jurta.org>
3258
3259 Provide additional default values (directories at other Dired
3260 windows) via M-n in the minibuffer of some Dired commands.
3261
3262 * dired-aux.el (dired-diff, dired-compare-directories)
3263 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3264 `minibuffer-default' in `minibuffer-with-setup-hook'.
3265 (dired-dwim-target-directory): Find a window that displays Dired
3266 buffer instead of failing when the next window is not Dired.
3267 Use `get-window-with-predicate' to find for the next Dired window.
3268 (dired-dwim-target-defaults): New function.
3269
3270 * ediff-util.el (ediff-read-file-name):
3271 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3272 in `minibuffer-with-setup-hook'.
3273
7d371eac
JL
32742009-11-25 Juri Linkov <juri@jurta.org>
3275
3276 Provide additional default values (file name at point or at the
3277 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3278
3279 * minibuffer.el (read-file-name-defaults): New function.
3280 (read-file-name): Reset `minibuffer-default' to nil when
3281 it duplicates initial input `insdef'.
3282 Bind `minibuffer-default-add-function' to lambda that
3283 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3284 (minibuffer-insert-file-name-at-point): New command.
3285
3286 * files.el (file-name-at-point-functions): New defcustom.
3287 (find-file-default): Remove defvar.
3288 (find-file-read-args): Don't use `find-file-default'.
3289 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3290 to `read-file-name'.
3291 (find-file-literally): Use `read-file-name' with
3292 `confirm-nonexistent-file-or-buffer'.
3293
3294 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3295
3296 * dired.el (dired-read-dir-and-switches):
3297 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3298 to `read-file-name'.
3299 (dired-file-name-at-point): New function.
3300 (dired-mode): Add hook `dired-file-name-at-point' to
3301 `file-name-at-point-functions'.
3302
04ae543a
SM
33032009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 Really make the *Completions* window soft-dedicated (bug#5030).
3306 * window.el (window--display-buffer-2): Add `dedicated' argument.
3307 (display-buffer): Pass it when needed so the dedicated flag is set
3308 after calling set-window-buffer, which would otherwise reset it.
3309
eb708e66
SM
33102009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3311
d6b8d4e7
SM
3312 * progmodes/meta-mode.el (meta-complete-symbol):
3313 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3314 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3315 Use completion-in-region.
3316
5f24557b
SM
3317 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3318 (dabbrev-completion): Use completion-in-region.
3319 (dabbrev--abbrev-at-point): Simplify regexp.
3320
fe4346f0
SM
3321 * abbrev.el (abbrev--before-point): Use word-motion functions
3322 if :regexp is not specified (bug#5031).
3323
cb190d7d
SM
3324 * subr.el (string-prefix-p): New function.
3325
e2ec6dd5
SM
3326 * man.el (Man-completion-cache): New var.
3327 (Man-completion-table): Use it.
3328
eb708e66
SM
3329 * vc.el (vc-print-log-internal): Make `limit' optional for better
3330 compatibility (e.g. with vc-annotate.el).
3331
4cf8971b
KR
33322009-11-24 Kevin Ryde <user42@zip.com.au>
3333
eb708e66 3334 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3335 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3336
4cf8971b
KR
3337 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3338 when .el source file not found or other error.
3339
d204c46c
SM
33402009-11-24 Markus Triska <markus.triska@gmx.at>
3341
3342 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3343
bb301b9a
SM
33442009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3345
449c27f0
SM
3346 Handle the [back] button properly (bug#4979).
3347 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3348 Use help-setup-xref, help-buffer, and with-help-window.
3349 (describe-char): Add `buffer' argument.
3350 Pass proper command to help-setup-xref. Don't meddle with
3351 help-xref-stack-item directly.
3352 (describe-text-category): Use with-help-window and help-buffer.
3353
32fe5377
SM
3354 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3355 for the displayed buffer (bug#4887).
3356
bb301b9a
SM
3357 * man.el (Man-completion-table): New function.
3358 (man): Use it.
3359
35179414
DR
33602009-11-24 David Reitter <david.reitter@gmail.com>
3361
bb301b9a 3362 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
3363 .git is) rather than the file's directory and a relative path spec
3364 to work around a bug in git.
3365
605a20a9
MA
33662009-11-24 Michael Albinus <michael.albinus@gmx.de>
3367
3368 Improve handling of processes on remote hosts.
3369
3370 * eshell/esh-util.el (eshell-path-env): New defvar.
3371 (eshell-parse-colon-path): New defun.
3372 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3373
bb301b9a
SM
3374 * eshell/esh-ext.el (eshell-search-path):
3375 Use `eshell-parse-colon-path'.
605a20a9
MA
3376 (eshell-remote-command): Remove argument HANDLER.
3377 (eshell-external-command): Check for FTP remote connection.
3378
bb301b9a
SM
3379 * eshell/esh-proc.el (eshell-gather-process-output):
3380 Use `file-truename', in order to start also symlinked files.
3381 Apply `start-file-process' instead of `start-process'.
3382 Shorten `command' to the local file name part.
605a20a9 3383
bb301b9a
SM
3384 * eshell/em-cmpl.el (eshell-complete-commands-list):
3385 Use `eshell-parse-colon-path'.
605a20a9
MA
3386
3387 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3388
3389 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3390 to `eshell-directory-change-hook'.
3391
d1d33062
TH
33922009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3393
3394 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3395 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3396
a34d8565 33972009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3398
a34d8565
MK
3399 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3400 made on 2009-11-22.
d1d33062 3401
c83b8d1b
GM
34022009-11-24 Glenn Morris <rgm@gnu.org>
3403
3404 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3405 deleted variable bookmark-bmenu-bookmark-column.
3406
65235b0a
GM
3407 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3408 Move after definition of global-semantic-idle-tag-highlight-mode.
3409
83505cfe
SM
34102009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3413
5241b291
CY
34142009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3415
3416 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3417 two slashes to the "file:" prefix.
3418 (browse-url-file-url): De-munge Cygwin filenames before passing
3419 them to Windows browser.
3420 (browse-url-default-windows-browser): Use call-process.
3421
aefcadb6
JL
34222009-11-23 Juri Linkov <juri@jurta.org>
3423
3424 Implement DocView Continuous mode. (Bug#4896)
3425 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
3426 (doc-view-mode-map): Bind C-n/<down> to
3427 `doc-view-next-line-or-next-page', C-p/<up> to
3428 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
3429 (doc-view-next-line-or-next-page)
3430 (doc-view-previous-line-or-previous-page): New commands.
3431
0d62bcea
JL
34322009-11-23 Juri Linkov <juri@jurta.org>
3433
3434 Implement Isearch in comint input history. (Bug#3746)
3435 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3436 `isearch-mode-hook'.
3437 (comint-history-isearch): New defcustom.
3438 (comint-history-isearch-backward)
3439 (comint-history-isearch-backward-regexp): New commands.
3440 (comint-history-isearch-message-overlay): New buffer-local variable.
3441 (comint-history-isearch-setup, comint-history-isearch-end)
3442 (comint-goto-input, comint-history-isearch-search)
3443 (comint-history-isearch-message, comint-history-isearch-wrap)
3444 (comint-history-isearch-push-state)
3445 (comint-history-isearch-pop-state): New functions.
3446
b593f105
MA
34472009-11-23 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3450 return.
3451 (tramp-handle-make-symbolic-link)
3452 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3453 Quote file names.
3454 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3455 (tramp-handle-process-file): Use it.
3456
0f202d5d
SM
34572009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * window.el (move-to-window-line-last-op): Remove.
3460 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3461
216349f8
SM
34622009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3463
0f202d5d 3464 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
3465 * window.el (move-to-window-line-last-op): New var.
3466 (move-to-window-line-top-bottom): New command.
3467 (global-map): Bind M-r move-to-window-line-top-bottom.
3468
c10e0633
GM
34692009-11-23 Sven Joachim <svenjoac@gmx.de>
3470
3471 * dired-x.el (dired-guess-shell-alist-default):
3472 Support xz format. (Bug#4953)
3473
e96ec425
CY
34742009-11-22 Chong Yidong <cyd@stupidchicken.com>
3475
2054a44c
CY
3476 * cedet/srecode/map.el (srecode-get-maps):
3477 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3478 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3479 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3480 (semantic-toggle-decoration-style):
3481 * cedet/semantic/decorate/include.el
3482 (semantic-decoration-include-describe)
3483 (semantic-decoration-unknown-include-describe)
3484 (semantic-decoration-unparsed-include-describe)
3485 (semantic-decoration-all-include-summary):
3486 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3487 * cedet/semantic/analyze/complete.el
3488 (semantic-analyze-possible-completions):
3489 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3490 (semantic-show-unmatched-syntax-mode)
3491 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3492 (semantic-highlight-func-mode):
3493 * cedet/semantic/util.el (semantic-describe-buffer):
3494 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3495 (semantic-symref-find-tags-by-name)
3496 (semantic-symref-find-tags-by-regexp)
3497 (semantic-symref-find-tags-by-completion)
3498 (semantic-symref-find-file-references-by-name)
3499 (semantic-symref-find-text):
3500 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3501 (senator-yank-tag):
3502 * cedet/semantic/scope.el (semantic-calculate-scope):
3503 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3504 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3505 (define-semantic-idle-service):
3506 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3507 (semantic-complete-analyze-inline-idle):
3508 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3509 * cedet/mode-local.el (describe-mode-local-bindings)
3510 (describe-mode-local-bindings-in-mode):
3511 * cedet/ede/make.el (ede-make-check-version):
3512 * cedet/ede/locate.el (ede-enable-locate-on-project):
3513 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3514 (cedet-idutils-version-check):
3515 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3516 (cedet-gnu-global-version-check):
3517 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3518 (cedet-cscope-version-check): Use called-interactively-p instead
3519 of interactive-p.
3520
e96ec425
CY
3521 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3522 Use semantic-format-tag-prototype.
3523
953e0c1a
GM
35242009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3525
3526 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3527 last-command-char/last-command-event.
3528 (viper-prefix-arg-value): Do correct conversion of event-char for
3529 XEmacs.
3530
83505cfe
SM
3531 * emulation/viper-util.el, emulation/viper.el:
3532 Use viper-last-command-char instead of
3533 last-command-char/last-command-event.
953e0c1a 3534
83505cfe
SM
3535 * ediff-init.el, ediff-mult.el, ediff-util.el:
3536 Replace last-command-char and last-command-event
3537 with (ediff-last-command-char) everywhere.
953e0c1a
GM
3538
3539 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3540 created in fundamental mode.
3541
3542 * ediff.el (ediff-version): Revert the change of interactive-p to
3543 called-interactively-p.
3544
9ee12eee
TH
35452009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3546
3547 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3548 generation from word-movement command names.
3549
ab2c15d4
CY
35502009-11-21 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
3553 (semantic-complete-jump-local, semantic-complete-jump):
3554 Improve prompt string.
ab2c15d4 3555
8b571bf3
JD
35562009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3557
3558 * cus-start.el (all): Add native condition for font-use-system-font.
3559
4121db47
AM
35602009-11-21 Nathaniel Flath <flat0103@gmail.com>
3561
83505cfe
SM
3562 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3563 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 3564
d71f5e0c
TH
35652009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3566
3567 * progmodes/subword.el: Rename from lisp/subword.el.
3568
3569 * subword.el: Rename to progmodes/subword.el.
3570
3571 * Makefile.in (ELCFILES): Adapt to subword.el move.
3572
fc9d6ad6
SM
35732009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3574 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3577 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3578 (bookmark-bmenu-show-filenames): Use push.
3579 (bookmark-bmenu-hide-filenames): Use local var instead of
3580 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3581 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3582 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3583 filenames now that the bookmark names are always available.
3584
26d9285f
SM
35852009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3588 (bookmark-search-pattern): Move and leave unbound.
3589 (bookmark-bmenu-mode-map): Change binding.
3590 (bookmark-read-search-input): Simplify.
3591 Don't use text-char-description. Don't error on non-char events.
3592 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3593 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3594 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3595 Use a local var for the timer.
3596 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3597 (i.e. bookmark-bmenu-search).
3598
d73a0317
GM
35992009-11-21 Glenn Morris <rgm@gnu.org>
3600
3601 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3602
e572025f
CY
36032009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3604
26d9285f
SM
3605 * net/browse-url.el (browse-url-default-windows-browser):
3606 Use cygstart for cygwin.
e572025f 3607
6aeaa3dc
KF
36082009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3609
e4070cdc 3610 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
3611 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3612 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 3613 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
3614 (bookmark-read-search-input): Adjust to fit within 80 columns.
3615
a9b76eec
TH
36162009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3617
3618 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3619 (c-backward-into-nomenclature): Adapt to subword renaming.
3620
3621 * subword.el (subword-forward, subword-backward, subword-mark)
3622 (subword-kill, subword-backward-kill, subword-transpose)
3623 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3624 (subword-forward-internal, subword-backward-internal):
3625 Rename from forward-subword, backward-subword, mark-subword,
3626 kill-subword, backward-kill-subword, transpose-subwords,
3627 downcase-subword, upcase-subword, capitalize-subword,
3628 forward-subword-internal, backward-subword-internal.
a9b76eec 3629
1e7d4475
SM
36302009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3631
26d9285f
SM
3632 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3633 New options.
1e7d4475
SM
3634 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3635 New vars.
3636 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3637 (bookmark-bmenu-filter-alist-by-regexp)
3638 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3639 (bookmark-bmenu-search): New command.
3640 (bookmark-bmenu-mode-map): Bind it.
3641
acfad775
CY
36422009-11-20 Chong Yidong <cyd@stupidchicken.com>
3643
1e7d4475 3644 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3645
3646 * cedet/semantic/idle.el (define-semantic-idle-service)
3647 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3648
653d1554
TH
36492009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3650
ab84bfa0
TH
3651 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3652 backward-subword to quit the byte-compiler.
3653
1f35fda9
TH
3654 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3655
3656 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3657
653d1554 3658 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3659 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3660 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3661
3662 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3663 subword.el functions instead of cc-subword.el.
3664
1e7d4475
SM
3665 * progmodes/cc-subword.el: Rename to subword.el.
3666 * subword.el: Rename from progmodes/cc-subword.el.
3667 (subword-mode-map): Rename from c-subword-mode-map.
3668 (subword-mode): Rename from c-subword-mode.
653d1554 3669 (global-subword-mode): New global minor mode.
1e7d4475
SM
3670 (forward-subword): Rename from c-forward-subword.
3671 (backward-subword): Rename from c-backward-subword.
3672 (mark-subword): Rename from c-mark-subword.
3673 (kill-subword): Rename from c-kill-subword.
3674 (backward-kill-subword): Rename from c-backward-kill-subword.
3675 (transpose-subwords): Rename from c-tranpose-subword.
3676 (downcase-subword): Rename from c-downcase-subword.
3677 (capitalize-subword): Rename from c-capitalize-subword.
3678 (forward-subword-internal): Rename from c-forward-subword-internal.
3679 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3680
9717f119
DN
36812009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3682
8de724f3
DN
3683 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3684 from a dired buffer.
3685 (vc-dired-deduce-fileset): New function.
3686 (vc-root-diff, vc-print-root-log): Use it.
3687
9717f119
DN
3688 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3689 nil LIMIT argument to vc-print-log-internal.
3690
af4999b8
GM
36912009-11-20 Glenn Morris <rgm@gnu.org>
3692
3693 * Makefile.in (ELCFILES): Regenerate.
3694
725bff06
CY
36952009-11-20 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3698
3699 * cedet/semantic.el: Enable idle-mode menu items only if
3700 global-semantic-idle-scheduler-mode is enabled.
3701 (semantic-default-submodes): Doc fix.
3702
3703 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3704 When turning off, disable other idle modes.
3705
b58edcb6
JB
37062009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3707
02e1b488
SM
3708 * calc/calc.el (calc-set-mode-line):
3709 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3710 (math-format-number): Rename `math-format-complement-signed' to
3711 `math-format-twos-complement'.
3712
02e1b488 3713 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3714 math-format-complement-signed.
3715 (calc-radix): Rename `calc-complement-signed-mode' to
3716 `calc-twos-complement-mode'.
02e1b488
SM
3717 (calc-octal-radix, calc-hex-radix): Add an argument for
3718 two's complement.
b58edcb6 3719
02e1b488
SM
3720 * calc/calc-embed.el (calc-embedded-mode-vars):
3721 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3722
02e1b488
SM
3723 * calc/calc-ext.el (calc-init-extensions):
3724 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3725 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3726
02e1b488
SM
3727 * calc/calc-units.el (math-build-units-table-buffer):
3728 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3729
3730 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3731 entries.
3732
3733 * calc/calc-vec.el (calcFunc-vunpack):
3734 * calc/calc-aent.el (calc-do-calc-eval):
3735 * calc/calc-forms.el (math-format-date):
3736 * calc/calc-graph.el (calc-graph-plot):
3737 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3738 * calc/calccomp.el (math-compose-expr):
3739 Let `calc-twos-complement-mode' be nil.
3740
37412009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3744 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3745 * minibuffer.el (completion-in-region-functions): New hook.
3746 (completion-in-region): New function.
3747 * emacs-lisp/lisp.el (lisp-complete-symbol):
3748 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3749
e3353a78
SM
37502009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3751
eff77808
SM
3752 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3753 (latex-complete-alist): New vars.
3754 (latex-string-prefix-p, latex-complete-bibtex-keys)
3755 (latex-complete-envnames, latex-complete-refkeys)
3756 (latex-complete-data): New functions.
3757 (latex-complete, latex-indent-or-complete): New commands.
3758
d2c9fc42
SM
3759 * window.el (display-buffer-mark-dedicated): New var.
3760 (display-buffer): Obey it.
3761 * minibuffer.el (minibuffer-completion-help): Use it.
3762
31a1c477
SM
3763 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3764
bed4c972
SM
3765 * filecache.el (file-cache-add-file): Use push and cons.
3766 (file-cache-delete-file-regexp): Use push.
3767 (file-cache-complete): Use completion-in-region.
3768
8c22699f
SM
3769 * simple.el (with-wrapper-hook): Fix thinko.
3770
e3353a78
SM
3771 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3772 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3773 Use with-current-buffer and string-to-number.
3774 (hfy-fallback-colour-values): Use assoc-string.
3775 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3776 (hfy-face-at): Remove unused var `found-face'.
3777 (hfy-compile-stylesheet): Remove unused var `css'.
3778 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3779 and `orig-buffer'.
3780 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3781 Use with-current-buffer.
3782 (hfy-text-p): Use expand-file-name and fewer setq.
3783
acca02b0
SM
37842009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3785
3786 * htmlfontify.el, hfy-cmap.el: New files.
3787
042b7cc6
JL
37882009-11-19 Juri Linkov <juri@jurta.org>
3789
3790 * minibuffer.el (completions-format): New defcustom.
3791 (completion--insert-strings): Implement vertical format.
3792
3793 * simple.el (switch-to-completions): Move point to the first
3794 completion when point was at the beginning of the buffer.
3795
da205913
JL
37962009-11-19 Juri Linkov <juri@jurta.org>
3797
3798 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3799
3800 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3801
0b8ee421
CY
38022009-11-19 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3805 (mail-signature): Change default to t.
3806 (mail-from-style): Deprecate `system-default' value.
3807 (mail-insert-from-field): For default value of mail-from-style,
3808 default to `angles' unless `angles' needs quoting and `parens'
3809 does not.
3810 (mail-citation-prefix-regexp): Use citation regexp from
3811 message-mode.
3812
4265deab
MA
38132009-11-19 Michael Albinus <michael.albinus@gmx.de>
3814
acca02b0
SM
3815 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3816 Set variables for computing the prompt for reading password.
4265deab 3817
27cacd2d
GM
38182009-11-19 Glenn Morris <rgm@gnu.org>
3819
470bce7d
GM
3820 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3821
7e705a1d
GM
3822 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3823
27cacd2d
GM
3824 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3825 (newsticker-treeview-listwindow-height): Fix custom type.
3826
b2f0be0f
KH
38272009-11-19 Kenichi Handa <handa@m17n.org>
3828
3829 * descr-text.el (describe-char-padded-string): Compose with TAB
3830 only if there's a font for CH.
02e1b488 3831 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 3832
03446045 38332009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
3834
3835 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 3836 more accurate version of the regexp. (Bug#3910)
b96337b0 3837
03446045 38382009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
3839
3840 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3841
e0620570
JB
38422009-11-18 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3845 (font-setting-change-default-font): Fix typo in docstring.
3846
6cc6582e
AM
38472009-11-18 Alan Mackenzie <acm@muc.de>
3848
3849 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3850
dfb3c4c6
JD
38512009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3852
02e1b488 3853 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
3854
3855 * cus-start.el (all): ... to here.
3856
e268e987
MA
38572009-11-17 Michael Albinus <michael.albinus@gmx.de>
3858
3859 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3860 Don't set `ad-return-value' if `ad-do-it' doesn't.
3861
303ffde8
MA
3862 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3863 modification time.
3864
637fa988
JD
38652009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3866
3867 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 3868 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
3869
3870 * loadup.el: If feature system-font-setting or font-render-setting is
3871 there, load font-setting.
3872
02e1b488 3873 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
3874 * font-setting.el: New file.
3875
1d16a255
GM
38762009-11-17 Glenn Morris <rgm@gnu.org>
3877
3878 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3879
2d84f804
GM
3880 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3881 Preserve point in the list buffer. (Bug#4939)
3882 Use point-at-eol.
3883 (newsticker--treeview-list-update-highlight)
3884 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3885
14467b99
JB
38862009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3887
3888 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3889 Remove.
3890
3891 * calc/calc-ext.el (calc-init-extensions): Remove references to
3892 symclip.
3893
3894 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3895
3896 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3897 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3898 `calc-symclip'.
3899
e3c39c01
KR
39002009-11-16 Kevin Ryde <user42@zip.com.au>
3901
02e1b488 3902 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 3903 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 3904
497de631
KR
3905 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3906 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3907 Ignore trailing spaces by omit-nulls to split-string (fixing
3908 regression from Emacs 21 due to the incompatible split-string
14467b99 3909 change). (Bug #4928.)
497de631 3910
48b27575
DN
39112009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3912
5237d741 3913 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
3914 (vc-print-log-internal): Insert buttons to request more entries
3915 when limiting the output.
3916
3917 * vc-sccs.el (vc-sccs-print-log):
3918 * vc-rcs.el (vc-rcs-print-log):
3919 * vc-cvs.el (vc-cvs-print-log):
3920 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3921 LIMIT is non-nil.
3922
d3e97185
MA
39232009-11-16 Michael Albinus <michael.albinus@gmx.de>
3924
3925 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3926 error when `tramp-gvfs-dbus-event-vector' is set.
3927 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3928
68d87786
SM
39292009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3932
c0a39702
MA
39332009-11-16 Michael Albinus <michael.albinus@gmx.de>
3934
3935 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 3936 (dbus-register-property): Register the handlers of
c0a39702
MA
3937 "org.freedesktop.DBus.Properties" for SERVICE.
3938 (dbus-property-handler): Fix docstring.
3939
1e857121
YM
39402009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3941
3942 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3943 Quote doc string reference in defvaralias as it is not in special form.
3944 (byte-compile-output-docform): Doc fix.
3945
887484c1
JB
39462009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3947
3948 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3949 (calc-complement-signed-mode): New variables.
3950 (calc-set-mode-line): Add indicator for twos-complements.
3951 (math-format-number): Format twos-complement notation.
3952
3953 * calc/calc-bin.el (calc-word-size): Reset the variables
3954 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
3955 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3956 (calc-symclip): New functions.
887484c1
JB
3957
3958 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3959
68d87786
SM
3960 * calc/calc-embed.el (calc-embedded-mode-vars):
3961 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
3962
3963 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 3964 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
3965
3966 * calc/calc-ext.el (math-read-number-fancy): Read complement
3967 signed numbers.
68d87786
SM
3968 (calc-init-extensions): Add binding for `calc-symclip'.
3969 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
3970
3971 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3972 `calc-symclip'.
68d87786 3973 (calc-modes-menu): Add item for twos complement mode.
887484c1 3974
5237d741 3975 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 3976
4cf1d7e3
CY
39772009-11-15 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * register.el (jump-to-register, insert-register): Handle Semantic
3980 tags. From commented-out advice in semantic/senator.el.
3981
f8e65267
DN
39822009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3983
6616006b
DN
3984 * vc.el (vc-log-show-limit): New variable.
3985 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3986 when using a prefix argument.
3987 (vc-print-log-internal): Add new argument LIMIT.
3988
3989 * vc-svn.el (vc-svn-print-log):
3990 * vc-mtn.el (vc-mtn-print-log):
3991 * vc-hg.el (vc-hg-print-log):
3992 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 3993 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
3994 non-optional.
3995
3996 * vc-sccs.el (vc-sccs-print-log):
3997 * vc-rcs.el (vc-rcs-print-log):
3998 * vc-git.el (vc-git-print-log):
3999 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4000 ignore it. Make the BUFFER argument non-optional
4001
f8e65267
DN
4002 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4003
0566c4bc
CY
40042009-11-15 Chong Yidong <cyd@stupidchicken.com>
4005
7cce3c91
CY
4006 * dired.el (dired-mode-map): Move encryption items to "Operate"
4007 menu (Bug#4703).
4008
d7063de9
CY
4009 * strokes.el (strokes-update-window-configuration): Make strokes
4010 buffer current before erasing (Bug#4906).
4011
0566c4bc
CY
4012 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4013 (semantic-idle-summary-mode): Define using define-minor-mode
4014 instead of define-semantic-idle-service.
4015 (semantic-idle-summary-mode): New function.
4016 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4017 that mouse motion does not reset the echo area.
4018
0fc10137
JL
40192009-11-15 Juri Linkov <juri@jurta.org>
4020
4021 * simple.el (set-mark-default-inactive): Add :type, :group
4022 and :version. (Bug#4876)
4023
f5fce4ec
MA
40242009-11-15 Michael Albinus <michael.albinus@gmx.de>
4025
4026 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4027 (archive-unique-fname): ... here. (Bug#4929)
4028
8d720a00
SM
40292009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4030
589888fe
SM
4031 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4032 with a real fix.
4033
8d720a00
SM
4034 * novice.el (disabled-command-function): Add useful args.
4035 Setup the help buffer so that [back] works.
4036 Remove redundant call to help-mode.
4037 (disabled-command-function): Use `case'.
4038 (en/disable-command): New function extracted from enable-command.
4039 (enable-command, disable-command): Use it.
4040
a61344d6
GM
40412009-11-14 Glenn Morris <rgm@gnu.org>
4042
497f0cdd
GM
4043 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4044 constants. (Bug#4913)
4045
a61344d6
GM
4046 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4047
d501801e
GM
40482009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4049
4050 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4051 defined in C that have no doc-strings. (Bug#1063)
4052
5af27ac2
GM
40532009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4054
4055 * cus-edit.el (data, files):
4056 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4057
aec5395b
CY
40582009-11-14 Chong Yidong <cyd@stupidchicken.com>
4059
e7791447
CY
4060 * simple.el (shell-command): Doc fix (Bug#4891).
4061
aec5395b
CY
4062 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4063
7a41cd7f
GM
40642009-11-14 Glenn Morris <rgm@gnu.org>
4065
c3583c94
GM
4066 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4067 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4068 If they are already loaded, eval-after-load will do the right thing.
4069
73900d1f
GM
4070 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4071 compiling.
4072
0028351d
GM
4073 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4074
f6714ede
GM
4075 * simple.el (x-selection-owner-p): Declare.
4076 (read-mail-command): Use custom radio type rather than choice.
4077 (completion-no-auto-exit): Doc fix.
4078
7a41cd7f 4079 * custom.el (defgroup):
5af27ac2 4080 * epg-config.el (epg): Doc fixes.
7a41cd7f 4081
2d0659ec
DN
40822009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4083
4084 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4085 * international/ccl.el (define-ccl-program): Do not purecopy the
4086 docstring, defconst does it anyway.
4087
7fdbcd83
SM
40882009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4089
d499c5b9
SM
4090 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4091 a second time.
4092
7fdbcd83
SM
4093 * x-dnd.el (x-dnd-maybe-call-test-function):
4094 * window.el (split-window-vertically):
4095 * whitespace.el (whitespace-help-on):
4096 * vc-rcs.el (vc-rcs-consult-headers):
4097 * userlock.el (ask-user-about-lock-help)
4098 (ask-user-about-supersession-help):
4099 * type-break.el (type-break-force-mode-line-update):
4100 * time-stamp.el (time-stamp-conv-warn):
4101 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4102 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4103 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4104 (term-write-input-ring, term-check-source, term-start-output-log):
4105 (term-display-buffer-line, term-dynamic-list-completions):
4106 (term-ansi-make-term, serial-term):
4107 * subr.el (selective-display):
4108 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4109 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4110 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4111 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4112 (speedbar-remove-localized-speedbar-support)
4113 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4114 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4115 (speedbar-buffers-line-directory):
4116 * simple.el (shell-command-on-region, append-to-buffer)
4117 (prepend-to-buffer):
4118 * shadowfile.el (shadow-save-todo-file):
4119 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4120 (scroll-bar-maybe-set-window-start):
4121 * sb-image.el (speedbar-image-dump):
4122 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4123 (load-save-place-alist-from-file):
4124 * ps-samp.el (ps-print-message-from-summary):
4125 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4126 (ps-background-image, ps-begin-job, ps-do-despool):
4127 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4128 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4129 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4130 (pr-call-process, pr-file-list, pr-interface-save):
4131 * novice.el (disabled-command-function)
4132 (enable-command, disable-command):
4133 * mouse.el (mouse-buffer-menu-alist):
4134 * mouse-copy.el (mouse-kill-preserving-secondary):
4135 * macros.el (kbd-macro-query):
4136 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4137 * informat.el (batch-info-validate):
4138 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4139 * hippie-exp.el (try-expand-dabbrev-visible):
4140 * help-mode.el (help-make-xrefs):
4141 * help-fns.el (describe-variable):
4142 * generic-x.el (bat-generic-mode-run-as-comint):
4143 * finder.el (finder-mouse-select):
4144 * find-dired.el (find-dired-sentinel):
4145 * filesets.el (filesets-file-close):
4146 * files.el (list-directory):
4147 * faces.el (list-faces-display, describe-face):
4148 * facemenu.el (list-colors-display):
4149 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4150 * epg.el (epg--process-filter, epg-cancel):
4151 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4152 (epa--read-signature-type):
4153 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4154 (emerge-file-names):
4155 * ehelp.el (electric-helpify):
4156 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4157 * ediff-vers.el (rcs-ediff-view-revision):
4158 * ediff-util.el (ediff-setup):
4159 * ediff-mult.el (ediff-append-custom-diff):
4160 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4161 (ediff-wordify):
4162 * echistory.el (Electric-command-history-redo-expression):
4163 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4164 * disp-table.el (describe-display-table):
4165 * dired.el (dired-find-buffer-nocreate):
4166 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4167 * dabbrev.el (dabbrev--same-major-mode-p):
4168 * chistory.el (list-command-history):
4169 * apropos.el (apropos-documentation):
4170 * allout.el (allout-obtain-passphrase):
4171 (allout-copy-exposed-to-buffer):
4172 (allout-verify-passphrase): Use with-current-buffer.
4173
2ccbc060
GM
41742009-11-13 Glenn Morris <rgm@gnu.org>
4175
4176 * Makefile.in (ELCFILES): Regenerate.
4177
b172ed20
MA
41782009-11-13 Michael Albinus <michael.albinus@gmx.de>
4179
7fdbcd83
SM
4180 * net/dbus.el (dbus-registered-objects-table): Rename from
4181 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4182 (dbus-unregister-object): Unregister also properties.
4183 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4184 Use a timeout of 500 msec, in order to not block.
4185 (dbus-register-property, dbus-property-handler): New defuns.
4186
e96d62cd
SM
41872009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * simple.el (minibuffer-default-add-completions): Drop deprecated
4190 4th arg.
4191
14bd267d
EZ
41922009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4193
e96d62cd
SM
4194 * textmodes/artist.el (artist-mouse-choose-operation):
4195 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4196 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4197 (artist-compute-up-event-key): New function.
4198 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4199
bf89fd7b
KH
42002009-11-13 Kenichi Handa <handa@m17n.org>
4201
4202 * language/japan-util.el: Make sure that the value of jisx0208
4203 property is jisx0208 character.
4204
f70b8925
DN
42052009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4206
4207 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4208 car or each item, not the whole list.
4209
4d93a9e0
SM
42102009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * minibuffer.el (minibuffer-completion-help):
4213 Use minibuffer-hide-completions.
4214
05404988
SM
42152009-11-12 Per Starbäck <per@starback.se> (tiny change)
4216
4217 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4218 (dired-revert): Use them (bug#4880).
4219
5297bc10
DN
42202009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4221
4222 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4223
e2685eb7
JL
42242009-11-12 Juri Linkov <juri@jurta.org>
4225
4226 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4227 New functions.
4228 (find-file-literally-at-point): Alias of `ffap-literally'.
4229
76410c3e
DN
42302009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4231
6d341a2a
DN
4232 * textmodes/ispell.el (ispell-skip-region-alist):
4233 * textmodes/css-mode.el (auto-mode-alist):
4234 * progmodes/compile.el (auto-mode-alist):
4235 * international/mule.el (ctext-non-standard-encodings-alist)
4236 (ctext-non-standard-encodings-regexp):
4237 * simple.el (shell-command-switch, text-read-only):
4238 * replace.el (occur-mode-map):
4239 * paths.el (rmail-file-name):
4240 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4241 * find-file.el (ff-special-constructs):
4242 * files.el (file-name-handler-alist):
4243 * composite.el: Purecopy strings.
4244
76410c3e
DN
4245 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4246
aaa448c9
DN
42472009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * widget.el (define-widget): Purecopy the docstring.
4250 * international/mule-cmds.el (charset): Do not purecopy the
4251 docstring here, define-widget does it.
4252
4253 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4254 * textmodes/bibtex-style.el (auto-mode-alist):
4255 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4256 * progmodes/compile.el (compile-command):
4257 * language/korea-util.el (default-korean-keyboard):
4258 * international/mule-conf.el (file-coding-system-alist):
4259 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4260 * tooltip.el (tooltip-frame-parameters):
4261 * newcomment.el (comment-end, comment-padding):
4262 * dired.el (dired-trivial-filenames):
4263 * comint.el (comint-file-name-prefix): Purecopy initial values.
4264
bbe650fd
MA
42652009-11-11 Michael Albinus <michael.albinus@gmx.de>
4266
4267 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4268 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4269 `tramp-unload'.
4270 (tramp-advice-make-auto-save-file-name)
4271 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4272 after removing the advice.
4273
6bdad9ae
DN
42742009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4275
2f7f4bee
DN
4276 * progmodes/grep.el (grep-regexp-alist):
4277 * international/mule-cmds.el (iso-2022-control-alist):
4278 * emacs-lisp/timer.el (timer-duration-words):
4279 * subr.el (version-separator, version-regexp-alist):
4280 * minibuffer.el (completion-styles-alist):
4281 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4282 Change defvars to defconsts.
4283
a042de45
DN
4284 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4285 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4286 * international/mule-conf.el: Allow to be byte compiled.
4287
3b6acc72
DN
4288 * international/mule.el (define-charset): Purecopy props.
4289 (load-with-code-conversion): Purecopy doc string and file name.
4290 (put-charset-property): Purecopy strings.
4291 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4292
1c2efdfb 4293 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4294 (define-char-code-property): Correctly purecopy the table.
4295
62591911
DN
4296 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4297
8b908da6
DN
4298 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4299
ff917d63
DN
4300 * subr.el (add-hook): Purecopy strings.
4301 (eval-after-load): Purecopy load-history-regexp and the form.
4302
af89cf77
DN
4303 * custom.el (custom-declare-group): Purecopy load-file-name.
4304
a3c20c83 4305 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4306 * net/eudc.el (eudc-tools-menu):
4307 * international/mule-cmds.el (set-coding-system-map)
4308 (mule-menu-keymap):
4309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4310 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4311 * replace.el (occur-mode-map):
4312 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4313 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4314 (menu-bar-custom-menu, menu-bar-showhide-menu)
4315 (menu-bar-options-menu, menu-bar-tools-menu)
4316 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4317 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4318 (menu-bar-help-menu):
4319 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4320 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4321
6bdad9ae
DN
4322 * term/x-win.el (x-gtk-stock-map):
4323 * progmodes/vera-mode.el (auto-mode-alist):
4324 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4325 (inferior-lisp-program, inferior-lisp-load-command):
4326 * progmodes/hideshow.el (hs-special-modes-alist):
4327 * progmodes/gud.el (same-window-regexps):
4328 * progmodes/grep.el (grep-program, find-program, xargs-program):
4329 * net/telnet.el (same-window-regexps):
4330 * net/rlogin.el (same-window-regexps):
4331 * language/ethiopic.el (font-ccl-encoder-alist):
4332 * vc-sccs.el (vc-sccs-master-templates):
4333 * vc-rcs.el (vc-rcs-master-templates):
4334 * subr.el (cl-assertion-failed):
4335 * simple.el (next-error-overlay-arrow-position):
4336 * lpr.el (lpr-command):
4337 * locate.el (locate-ls-subdir-switches):
4338 * info.el (same-window-regexps, info)
4339 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4340 * image-mode.el (image-mode, auto-mode-alist):
4341 * hippie-exp.el (hippie-expand-ignore-buffers):
4342 * format.el (format-alist):
4343 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4344 (find-name-arg):
4345 * facemenu.el (facemenu-keybindings):
4346 * dired.el (dired-listing-switches, dired-chown-program):
4347 * diff.el (diff-switches, diff-command):
4348 * cus-edit.el (same-window-regexps):
4349 * bindings.el (mode-line-mule-info)
4350 (mode-line-buffer-identification): Purecopy strings.
4351
e0987650
JL
43522009-11-11 Juri Linkov <juri@jurta.org>
4353
3570691b 4354 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4355 Tell the byte-compiler about dired-get-filename.
4356 (shell-command): In Dired mode, get filename from the current line
4357 as the default value.
4358
b16ff465
GM
43592009-11-10 Glenn Morris <rgm@gnu.org>
4360
e8a11b22
GM
4361 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4362 * calendar/holidays.el, progmodes/cperl-mode.el:
4363 Update x-popup-menu declarations.
4364
b16ff465
GM
4365 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4366 (list-load-path-shadows): Use dolist.
4367 (list-load-path-shadows): Use with-current-buffer.
4368
032c3399
JL
43692009-11-10 Juri Linkov <juri@jurta.org>
4370
4371 * minibuffer.el (read-file-name): Support a list of default values
4372 in `default-filename'. Use the first file name where only one
4373 element is required. Doc fix.
4374
8fb1629f
MA
43752009-11-09 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * net/dbus.el (dbus-unregister-object): Release service, if no
4378 other method is registered for it.
4379
a51203ee 43802009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4381
4382 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4383 bookmark-sort-flag is non-nil (Bug#4653).
4384
9bf7dc8a
CY
43852009-11-08 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4388 the progress reporter entirely.
4389
15207e74
CY
4390 * emulation/cua-base.el: Add CUA property to some CC mode commands
4391 (Bug#4100).
4392
8bf7ed70
KR
43932009-11-08 Kevin Ryde <user42@zip.com.au>
4394
4395 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4396 at end of sentence (Bug#4818).
8bf7ed70 4397
951802d0
CY
43982009-11-08 Jared Finder <jfinder@crypticstudios.com>
4399
4400 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4401 Handle "see declaration of" MSFT statements (Bug#4100).
4402
e8244310
MA
44032009-11-08 Michael Albinus <michael.albinus@gmx.de>
4404
4405 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4406 (tramp-advice-file-expand-wildcards): Unload via
4407 `ad-remove-advice'.
4408
4409 * net/trampver.el: Update release number.
4410
a51203ee 44112009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4412
4413 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4414 `ad-do-it'.
4415
a51203ee 44162009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4417
4418 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4419 in order to keep context in SELinux.
4420
bedd8a58
CY
44212009-11-08 Chong Yidong <cyd@stupidchicken.com>
4422
4423 * dired-aux.el (dired-query): Place cursor in echo area and allow
4424 C-g.
4425
4426 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4427 menu item if not on a directory (Bug#4701).
4428
0484d600
MA
44292009-11-07 Michael Albinus <michael.albinus@gmx.de>
4430
4431 Sync with Tramp 2.1.17.
4432
4433 * net/tramp.el (tramp-handle-copy-directory): Don't use
4434 `file-remote-p' (due to compatibility).
4435
4436 * net/tramp-compat.el (tramp-compat-copy-directory)
4437 (tramp-compat-delete-directory): New defuns.
4438
4439 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4440 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4441 `tramp-compat-delete-directory'.
4442
4443 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 4444 (tramp-smb-handle-delete-directory): Use
0484d600
MA
4445 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4446
4447 * net/trampver.el: Update release number.
4448
b42b2189
CY
44492009-11-07 Chong Yidong <cyd@stupidchicken.com>
4450
6960d7b9
CY
4451 * tar-mode.el (tar-copy): Call write-region on the right buffer
4452 (Bug#4857).
4453
b42b2189
CY
4454 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4455 by hand, if necessary (Bug#4878).
4456
0ad57dfd
CY
44572009-11-06 Chong Yidong <cyd@stupidchicken.com>
4458
d19e23ae
CY
4459 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4460 align size column (Bug#4839).
4461
0ad57dfd
CY
4462 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4463 statement.
4464
0b7f397c
DN
44652009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4466
4467 * progmodes/ld-script.el (auto-mode-alist):
4468 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4469
4470 * cus-face.el (custom-declare-face): Purecopy face spec.
4471
495bd5ca
KH
44722009-11-06 Kenichi Handa <handa@m17n.org>
4473
4474 * international/uni-bidi.el: Re-generated.
4475 * international/uni-category.el: Re-generated.
4476 * international/uni-combining.el: Re-generated.
4477 * international/uni-mirrored.el: Re-generated.
4478
1e8780b1
DN
44792009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4480
4481 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4482 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4483 (tex-start-options, slitex-run-command, latex-run-command)
4484 (tex-run-command, tex-directory):
4485 * textmodes/ispell.el (ispell-html-skip-alists)
4486 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4487 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4488 (adaptive-fill-regexp):
4489 * textmodes/dns-mode.el (auto-mode-alist):
4490 * progmodes/python.el (interpreter-mode-alist):
4491 * progmodes/etags.el (tags-compression-info-list):
4492 * progmodes/etags.el (tags-file-name):
4493 * net/browse-url.el (browse-url-galeon-program)
4494 (browse-url-firefox-program):
4495 * mail/sendmail.el (mail-signature-file)
4496 (mail-citation-prefix-regexp):
4497 * international/mule-conf.el (eight-bit):
4498 * international/latexenc.el (latex-inputenc-coding-alist):
4499 * international/fontset.el (x-pixel-size-width-font-regexp):
4500 * emacs-lisp/warnings.el (warning-type-format):
4501 * emacs-lisp/trace.el (trace-buffer):
4502 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4503 (emacs-lisp-mode-map):
4504 * calendar/holidays.el (holiday-solar-holidays)
4505 (holiday-bahai-holidays, holiday-islamic-holidays)
4506 (holiday-christian-holidays, holiday-hebrew-holidays)
4507 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4508 (hebrew-holidays-1, holiday-oriental-holidays)
4509 (holiday-general-holidays):
4510 * x-dnd.el (x-dnd-known-types):
4511 * tool-bar.el (tool-bar):
4512 * startup.el (site-run-file):
4513 * shell.el (shell-dumb-shell-regexp):
4514 * rfn-eshadow.el (file-name-shadow-tty-properties)
4515 (file-name-shadow-properties):
4516 * paths.el (remote-shell-program, news-directory):
4517 * mouse.el ([C-down-mouse-3]):
4518 * menu-bar.el (menu-bar-tools-menu):
4519 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4520 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4521 (jka-compr-compression-info-list):
4522 * isearch.el (search-whitespace-regexp):
4523 * image-file.el (image-file-name-extensions):
4524 * find-dired.el (find-ls-option):
4525 * files.el (directory-listing-before-filename-regexp)
4526 (directory-free-space-args, insert-directory-program)
4527 (list-directory-brief-switches, magic-fallback-mode-alist)
4528 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4529 (automount-dir-prefix):
4530 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4531 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4532 (face-font-registry-alternatives, face-font-registry-alternatives)
4533 (face-font-family-alternatives):
4534 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4535 (facemenu-foreground-menu, facemenu-face-menu):
4536 * epa-hook.el (epa-file-name-regexp):
4537 * dnd.el (dnd-protocol-alist):
4538 * textmodes/rst.el (auto-mode-alist):
a51203ee 4539 * button.el (default-button): Purecopy strings.
1e8780b1 4540
0adae11f
GM
45412009-11-06 Glenn Morris <rgm@gnu.org>
4542
4543 * Makefile.in (ELCFILES): Update.
4544
2adaf057
SM
45452009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4546
8f72f03c
SM
4547 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4548 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4549
2adaf057
SM
4550 * nxml/xsd-regexp.el (xsdre-gen-categories):
4551 * nxml/xmltok.el (xmltok-parse-entity):
4552 * nxml/rng-parse.el (rng-parse-validate-file):
4553 * nxml/rng-maint.el (rng-format-manual)
4554 (rng-manual-output-force-new-line):
4555 * nxml/rng-loc.el (rng-save-schema-location-1):
4556 * nxml/rng-cmpct.el (rng-c-parse-file):
4557 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4558 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4559
14862301
SM
45602009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4561
bf0b361c 4562 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
4563 Remove extra save-excursions and make-variable-buffer-local's.
4564 Suggested by Stefan Monnier.
4565
4566 (verilog-getopt-file, verilog-module-inside-filename-p)
4567 (verilog-set-define): Merge GNU 1.35 and repair changes from
4568 switching to using with-current-buffer.
4569
4570 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4571 being treated as a number and confusing AUTORESET.
4572 Reported by Dan Dever.
4573
4574 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4575 Add verilog-auto-ignore-concat to fix backward compatibility with
4576 older verilog-modes. Reported by Dan Katz.
4577
4578 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4579 containing closing anchors "...$".
4580
4581 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4582 Reported by Wade Smith.
4583
48c2d18a 4584 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
4585
45862009-11-05 Michael McNamara <mac@mail.brushroad.com>
4587
bf0b361c
JB
4588 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4589 for labels.
14862301
SM
4590
4591 (verilog-label-re, verilog-calc-1): Support proper indent of named
4592 asserts.
4593
4594 (verilog-backward-token, verilog-basic-complete-re)
4595 (verilog-beg-of-statement, verilog-indent-re): Support proper
4596 indent of the assert statement at the beginning of a block of text.
4597
4598 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4599 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4600 tokens as begins.
4601
4f8f657f
GM
46022009-11-05 Glenn Morris <rgm@gnu.org>
4603
775adc51
GM
4604 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4605 Emacs 19. (Bug#1531)
4606 (byte-compile-fix-header): Update for the above change.
4607 Drop test for epoch::version.
4608
4ad6a5e7 4609 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
4610 * cus-dep.el (custom-make-dependencies):
4611 * finder.el (finder-compile-keywords):
4612 Use autoload-rubric's feature argument.
4ad6a5e7 4613
4f8f657f
GM
4614 * calendar/diary-lib.el (top-level): Make load behave more like require.
4615
881e4184
GM
4616 * vc-git.el (vc-git-stash-map): Move definition before use.
4617
ba214964 46182009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4619
b6f8ba09
DN
4620 * custom.el (custom-declare-group): Purecopy standard-value.
4621 (custom-declare-group): Purecopy custom-prefix.
4622
7fdbcd83
SM
4623 * international/mule.el (load-with-code-conversion):
4624 Call do-after-load-evaluation unconditionally.
eb6f577b 4625
f6195dfb
DN
4626 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4627
56f14120
SM
46282009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4631
e5c89ce9
GM
46322009-11-04 Glenn Morris <rgm@gnu.org>
4633
4634 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4635 (byte-compile-compatibility): Remove option.
4636 (byte-compile-close-variables, byte-compile-fix-header)
4637 (byte-compile-insert-header, byte-compile-output-docform)
4638 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4639 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4640 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4641 (byte-compile-insert, byte-compile-defun):
4642 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4643 (byte-defop-compiler19): Remove.
4644 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4645 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4646
e24f42ab
JL
46472009-11-04 Juri Linkov <juri@jurta.org>
4648
4649 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4650 (menu-bar-options-menu): Don't quote the `prop' arg of
4651 `menu-bar-make-mm-toggle'.
4652
d3d5f4f5
JB
46532009-11-04 Juanma Barranquero <lekktu@gmail.com>
4654
4655 * calendar/calendar.el (cal-loaddefs):
4656 * calendar/diary-lib.el (diary-loaddefs):
4657 * calendar/holidays.el (hol-loaddefs):
4658 * eshell/esh-module.el (esh-groups): Load rather than require.
4659
6e39d3b2
SM
46602009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4661
e96d62cd
SM
4662 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4663 point-min==1.
7e83e8b4
SM
4664 (todo-top-priorities): Only display-buffer when called interactively.
4665 (todo-item-start): Don't save excursion point.
4666 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4667 (todo-insert-item-here, todo-file-item, todo-remove-item):
4668 Adjust uses of todo-item-start and todo-item-end.
4669
fae4e5b9
SM
4670 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4671 (autoload-rubric): Don't use any more.
4672 * cedet/semantic/fw.el (semantic/loaddefs):
4673 * cedet/srecode.el (srecode/loaddefs):
4674 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4675 * cedet/ede/cpp-root.el:
4676 * cedet/ede/emacs.el:
4677 * cedet/ede/files.el:
4678 * cedet/ede/linux.el:
4679 * cedet/ede/locate.el:
4680 * cedet/ede/make.el:
4681 * cedet/ede/shell.el:
4682 * cedet/ede/speedbar.el:
4683 * cedet/ede/system.el:
4684 * cedet/ede/util.el:
4685 * cedet/semantic/analyze.el:
4686 * cedet/semantic/bovine.el:
4687 * cedet/semantic/complete.el:
4688 * cedet/semantic/ctxt.el:
4689 * cedet/semantic/db-file.el:
4690 * cedet/semantic/db-find.el:
4691 * cedet/semantic/db-global.el:
4692 * cedet/semantic/db-mode.el:
4693 * cedet/semantic/db-typecache.el:
4694 * cedet/semantic/db.el:
4695 * cedet/semantic/debug.el:
4696 * cedet/semantic/dep.el:
4697 * cedet/semantic/doc.el:
4698 * cedet/semantic/edit.el:
4699 * cedet/semantic/find.el:
4700 * cedet/semantic/format.el:
4701 * cedet/semantic/html.el:
4702 * cedet/semantic/ia-sb.el:
4703 * cedet/semantic/ia.el:
4704 * cedet/semantic/idle.el:
4705 * cedet/semantic/lex-spp.el:
4706 * cedet/semantic/lex.el:
4707 * cedet/semantic/mru-bookmark.el:
4708 * cedet/semantic/scope.el:
4709 * cedet/semantic/senator.el:
4710 * cedet/semantic/sort.el:
4711 * cedet/semantic/symref.el:
4712 * cedet/semantic/tag-file.el:
4713 * cedet/semantic/tag-ls.el:
4714 * cedet/semantic/tag-write.el:
4715 * cedet/semantic/tag.el:
4716 * cedet/semantic/util-modes.el:
4717 * cedet/semantic/analyze/complete.el:
4718 * cedet/semantic/analyze/refs.el:
4719 * cedet/semantic/bovine/c.el:
4720 * cedet/semantic/bovine/gcc.el:
4721 * cedet/semantic/bovine/make.el:
4722 * cedet/semantic/bovine/scm.el:
4723 * cedet/semantic/decorate/include.el:
4724 * cedet/semantic/decorate/mode.el:
4725 * cedet/semantic/symref/cscope.el:
4726 * cedet/semantic/symref/global.el:
4727 * cedet/semantic/symref/grep.el:
4728 * cedet/semantic/symref/idutils.el:
4729 * cedet/semantic/symref/list.el:
4730 * cedet/semantic/wisent/java-tags.el:
4731 * cedet/semantic/wisent/javascript.el:
4732 * cedet/srecode/compile.el:
4733 * cedet/srecode/cpp.el:
4734 * cedet/srecode/document.el:
4735 * cedet/srecode/el.el:
4736 * cedet/srecode/expandproto.el:
4737 * cedet/srecode/getset.el:
4738 * cedet/srecode/insert.el:
4739 * cedet/srecode/java.el:
4740 * cedet/srecode/map.el:
4741 * cedet/srecode/mode.el:
4742 * cedet/srecode/template.el:
4743 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4744 generated-autoload-feature.
4745
6e39d3b2
SM
4746 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4747 and only put a prop if it is non-nil.
4748
c9753fb4
JL
47492009-11-03 Juri Linkov <juri@jurta.org>
4750
4751 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4752 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4753
4754 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4755 and "Menu" to make top-level menu item visually one unit (like
4756 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4757 multi-word menu items). Fix :help string for quit-window.
4758
db04f33f
GM
47592009-11-03 Glenn Morris <rgm@gnu.org>
4760
df8fff6c
GM
4761 * cedet/mode-local.el (with-mode-local): Doc fix.
4762
2aea6521
GM
4763 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4764 (byte-compile-file-form-define-abbrev-table)
4765 (byte-compile-file-form-custom-declare-variable)
4766 (byte-compile-variable-ref, byte-compile-defvar):
4767 Whether or not a warning is enabled should only affect whether we issue
4768 the warning, not whether or not we collect the relevant data.
4769 Eg warnings can be turned on and off throughout the course of a file.
4770
db04f33f
GM
4771 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4772 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4773
937e6a56
SM
47742009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4777 * play/mpuz.el (mpuz-create-buffer):
4778 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4779 (lm-print-y,s,noise, lm-print-w0, lm-init):
4780 * play/gomoku.el (gomoku-prompt-for-move):
4781 * play/fortune.el (fortune-in-buffer):
4782 * play/dissociate.el (dissociated-press):
4783 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 4784 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
4785 * mail/supercite.el (sc-eref-show):
4786 * mail/smtpmail.el (smtpmail-send-it):
4787 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4788 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4789 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4790 (rmail-summary-goto-msg, rmail-summary-expunge)
4791 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4792 (rmail-summary-add-label, rmail-summary-output-menu)
4793 (rmail-summary-output-body):
4794 * mail/rfc822.el (rfc822-addresses):
4795 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4796 * mail/mailpost.el (post-mail-send-it):
4797 * mail/hashcash.el (hashcash-generate-payment):
4798 * mail/feedmail.el (feedmail-run-the-queue)
4799 (feedmail-queue-send-edit-prompt-help-first)
4800 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4801 (feedmail-deduce-address-list):
4802 * eshell/esh-ext.el (eshell-remote-command):
4803 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4804 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4805 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4806 (viper-save-string-in-file, viper-valid-marker):
4807 * emulation/viper-keym.el (viper-toggle-key):
4808 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4809 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4810 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4811 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4812 (viper-exec-form-in-emacs, viper-brac-function):
4813 * emulation/viper.el (viper-delocalize-var):
4814 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4815 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4816 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4817 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4818 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4819 * emulation/edt.el (edt-electric-helpify):
4820 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4821 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4822 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4823 (cua-indent-to-global-mark-column):
4824 * calendar/diary-lib.el (calendar-mark-1):
4825 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4826 Use with-current-buffer.
4827 * emulation/viper.el (viper-delocalize-var): Use dolist.
4828
5b955562
CY
48292009-11-03 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * comint.el (comint-replace-by-expanded-history-before-point):
4832 Replace !! with the previous input string literally (Bug#1795).
4833
6292c599
JB
48342009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4835
4836 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4837 to be made up of whitespace.
4838
8368c14e
CY
48392009-11-02 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * minibuffer.el (read-file-name): Don't use file dialogs for
4842 remote directories (Bug#99).
4843
6f750f0d
CY
48442009-11-01 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4847
97ab3f47
AS
48482009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4849
4850 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4851 instead of deleting the window or frame.
4852
673c1168
CY
48532009-10-31 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4856 Support face colors.
4857
937e6a56
SM
4858 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4859 New function. Support face colors (Bug#1168).
673c1168
CY
4860 (tex-common-initialization): Use it.
4861
4862 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4863 mode allows it (Bug#1168).
4864
c9349f0a
CY
48652009-10-31 Juri Linkov <juri@jurta.org>
4866
4867 * facemenu.el (list-colors-display): Don't mark buffer as
4868 modified (Bug#3948).
4869
ebf5c4f5
CY
48702009-10-31 Chong Yidong <cyd@stupidchicken.com>
4871
5c2dce75
CY
4872 * international/mule-diag.el (list-character-sets-1): Minor
4873 message fix (Bug#3526).
4874
26581f0e
CY
4875 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4876 face property (Bug#4834).
4877 (etags-list-tags, etags-tags-apropos-additional)
4878 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4879 property.
4880
ebf5c4f5
CY
4881 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4882 items.
4883
4884 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4885 items.
4886
4887 * cedet/ede.el (ede-minor-mode):
4888 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4889
9a529312
SM
48902009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * textmodes/two-column.el (2C-split):
4893 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4894 * textmodes/tex-mode.el (tex-set-buffer-directory):
4895 * textmodes/spell.el (spell-region, spell-string):
4896 * textmodes/reftex.el (reftex-erase-buffer):
4897 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4898 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4899 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4900 (reftex-select-item):
4901 * textmodes/reftex-ref.el (reftex-label-info-update)
4902 (reftex-offer-label-menu):
4903 * textmodes/reftex-index.el (reftex-index-change-entry)
4904 (reftex-index-phrases-info):
4905 * textmodes/reftex-global.el (reftex-create-tags-file)
4906 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4907 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4908 (reftex-view-crossref-from-bibtex):
4909 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4910 (reftex-extract-bib-entries-from-thebibliography)
4911 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4912 * textmodes/refbib.el (r2b-capitalize-title):
4913 (r2b-convert-buffer, r2b-help):
4914 * textmodes/page-ext.el (pages-directory)
4915 (pages-directory-goto-with-mouse):
4916 * textmodes/bibtex.el (bibtex-validate-globally):
4917 * textmodes/bib-mode.el (bib-capitalize-title):
4918 * textmodes/artist.el (artist-clear-buffer, artist-system):
4919 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4920 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4921 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4922 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4923 (xscheme-send-control-g-interrupt, xscheme-start-process)
4924 (xscheme-process-sentinel, xscheme-cd):
4925 * progmodes/verilog-mode.el (verilog-read-always-signals)
4926 (verilog-set-define, verilog-getopt-file)
4927 (verilog-module-inside-filename-p):
4928 * progmodes/sh-script.el:
4929 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4930 (python-pdbtrack-grub-for-buffer, python-execute-file):
4931 * progmodes/octave-inf.el (inferior-octave):
4932 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4933 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4934 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4935 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4936 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4937 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4938 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4939 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4940 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4941 (idlwave-shell-examine-display, idlwave-shell-run-region)
4942 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4943 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4944 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4945 (idlwave-help-get-help-buffer):
4946 * progmodes/gud.el (gud-basic-call, gud-find-class)
4947 (gud-tooltip-activate-mouse-motions-if-enabled):
4948 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4949 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4950 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4951 (ebrowse-tags-next-file):
4952 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4953 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4954 (ebnf-eps-finish-and-write):
4955 * progmodes/cpp.el (cpp-edit-save):
4956 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4957 * progmodes/cc-defs.el (c-emacs-features):
4958 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4959 (antlr-directory-dependencies):
4960 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4961 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4962 (ada-find-any-references, ada-make-filename-from-adaname)
4963 (ada-make-body-gnatstub):
4964 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 4965 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
4966 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4967 * net/rcirc.el (rcirc-debug):
4968 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4969 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4970 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4971 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 4972 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
4973 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4974 (newsticker--treeview-list-clear-highlight)
4975 (newsticker--treeview-list-update-highlight)
4976 (newsticker--treeview-list-highlight-start)
4977 (newsticker--treeview-tree-update-highlight)
4978 (newsticker--treeview-get-selected-item)
4979 (newsticker-treeview-mark-list-items-old)
4980 (newsticker--treeview-set-current-node):
4981 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4982 * net/newst-backend.el (newsticker--get-news-by-funcall)
4983 (newsticker--get-news-by-wget, newsticker--image-get)
4984 (newsticker--image-sentinel):
4985 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4986 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4987 (eudc-ph-close-session):
4988 * net/eudc.el (eudc-save-options):
4989 * language/thai-word.el (thai-update-word-table):
4990 * language/japan-util.el (japanese-string-conversion):
4991 * international/titdic-cnv.el (tsang-quick-converter)
4992 (ziranma-converter, ctlau-converter):
4993 * international/mule-cmds.el (describe-language-environment):
4994 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4995 (skkdic-convert-postfix, skkdic-convert-prefix):
4996 (skkdic-convert-okuri-nasi, skkdic-convert):
4997 * emacs-lisp/re-builder.el (reb-update-overlays):
4998 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4999 * emacs-lisp/gulp.el (gulp-send-requests):
5000 * emacs-lisp/find-gc.el (trace-call-tree):
5001 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5002 (eieio-describe-generic):
5003 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5004 * emacs-lisp/edebug.el (edebug-outside-excursion):
5005 * emacs-lisp/debug.el (debugger-make-xrefs):
5006 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5007 * emacs-lisp/chart.el (chart-new-buffer):
5008 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5009 Use with-current-buffer.
5010 * textmodes/artist.el (artist-system): Don't call
5011 copy-sequence on a fresh string.
5012 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5013
d566f228
GM
50142009-10-31 Stephen Berman <stephen.berman@gmx.net>
5015
5016 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5017 is no item to edit. (Bug#4820)
d566f228 5018 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5019 buffer. (Bug#4820)
d566f228 5020
f3628edd
GM
50212009-10-31 Glenn Morris <rgm@gnu.org>
5022
5cf3709c
GM
5023 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5024 (comint-last-output-start, comint-last-input-start)
5025 (comint-last-input-end): Don't defvar when compiling.
5026 (ange-ftp-process-file): Use bound-and-true-p.
5027
4c814fd2
GM
5028 * pcmpl-rpm.el (top-level): Move provide statement to end.
5029 (pcmpl-rpm): Remove unused custom group.
5030
113b8dcc
GM
5031 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5032
31c615e4
GM
5033 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5034
416d3588
GM
5035 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5036 (byte-compile-warnings): Add `constants' as an option.
5037 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5038 (display-call-tree): Update for byte-compile-fdefinition possibly
5039 returning `(macro lambda ...)'. (Bug#4778)
5040 (byte-compile-variable-ref, byte-compile-setq-default):
5041 Respect `constants' member of byte-compile-warnings.
5042
8aedfd3b
GM
5043 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5044 Use mapc rather than mapcar because the return value is never used.
5045
f3628edd
GM
5046 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5047 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5048 * cedet/semantic/html.el:
5049 Suppress harmless warnings about setting up semantic-imenu (not
5050 part of Emacs) variables.
5051
00f71f39
SM
50522009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5055 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5056 to "submit:".
5057
4fa4a838
SM
5058 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5059 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5060 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5061 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5062 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5063 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5064 (semantic-analyzer-debug-global-symbol)
5065 (semantic-analyzer-debug-missing-innertype)
5066 (semantic-analyzer-debug-insert-include-summary):
5067 * cedet/semantic/util.el (semantic-file-tag-table):
5068 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5069 (semantic-recursive-find-nonterminal-by-name):
5070 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5071 * cedet/semantic/tag-file.el (semantic-prototype-file):
5072 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5073 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5074 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5075 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5076 (semantic-idle-summary-maybe-highlight):
5077 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5078 (semantic-ia-sb-tag-info):
5079 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5080 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5081 * cedet/semantic/ede-grammar.el (project-compile-target):
5082 (ede-proj-makefile-insert-variables):
5083 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5084 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5085 (semantic-debug-mode, semantic-debug):
5086 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5087 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5088 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5089 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5090 (semanticdb-find-translate-path-includes--internal)
5091 (semanticdb-reset-log, semanticdb-find-log-activity):
5092 * cedet/semantic/db-file.el (object-write):
5093 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5094 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5095 (semanticdb-create-ebrowse-database):
5096 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5097 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5098 (semantic-collector-calculate-completions-raw)
5099 (semantic-complete-read-tag-analyzer):
5100 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5101 * cedet/ede/util.el (ede-update-version-in-source):
5102 * cedet/ede/proj.el (project-delete-target):
5103 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5104 (ede-proj-flush-autoconf):
5105 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5106 (ede-proj-configure-synchronize):
5107 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5108 * cedet/ede/linux.el (ede-linux-version):
5109 * cedet/ede/emacs.el (ede-emacs-version):
5110 * cedet/ede/dired.el (ede-dired-add-to-target):
5111 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5112 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5113 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5114 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5115 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5116 (cedet-idutils-version-check):
5117 * cedet/cedet-global.el (cedet-gnu-global-call):
5118 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5119 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5120 * cedet/cedet-cscope.el (cedet-cscope-call)
5121 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5122 Use with-current-buffer.
5123 * cedet/ede.el (ede-make-project-local-variable)
5124 (ede-set-project-variables, ede-set): Use dolist.
5125
ca0a881a
DN
51262009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5127
5128 * textmodes/ispell.el (ispell-skip-region-alist):
5129 * international/mule-conf.el (eight-bit):
5130 * international/fontset.el (font-encoding-alist):
5131 * startup.el (pure-space-overflow-message):
5132 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5133 * paths.el (gnus-nntp-service, rmail-spool-directory)
5134 (term-file-prefix):
5135 * files.el (save-some-buffers-action-alist):
5136 * cmuscheme.el (same-window-buffer-names):
5137 * ielm.el (same-window-buffer-names):
5138 * shell.el (same-window-buffer-names):
5139 * mail/sendmail.el (same-window-buffer-names):
5140 * progmodes/inf-lisp.el (same-window-buffer-names):
5141 * bindings.el (mode-line-client)
5142 (mode-line-column-line-number-mode-map):
5143 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5144 (tibetan-precomposed-regexp): Purecopy string arguments.
5145
b861e45e
SM
51462009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5147
6df9b6d7
SM
5148 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5149 (calcDigit-nondigit):
5150 * calc/calc-yank.el (calc-copy-to-buffer):
5151 * calc/calc-units.el (calc-invalidate-units-table):
5152 * calc/calc-trail.el (calc-trail-yank):
5153 * calc/calc-store.el (calc-insert-variables):
5154 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5155 * calc/calc-prog.el (calc-read-parse-table):
5156 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5157 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5158 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5159 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5160 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5161 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5162 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5163 * calc/calc-ext.el (calc-realign):
5164 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5165 (calc-embedded-finish-edit, calc-embedded-make-info)
5166 (calc-embedded-finish-command, calc-embedded-stack-change):
5167 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5168
5a916e35
SM
5169 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5170 (overload-docstring-extension): Use that info.
5171 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5172 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5173 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5174 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5175 (semantic-nonterminal-full-name): Add the new `when' info.
5176 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5177 `assert'.
5178
70f44c65
SM
5179 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5180 shell-dynamic-complete-filename in preference to
5181 comint-dynamic-complete-filename.
5182
b861e45e
SM
5183 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5184 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5185 Don't consider whether the display supports colors.
5186 (bookmark-import-new-list): Use dolist.
5187 (bookmark-bmenu-mode-map): Move initialization into declaration.
5188 (bookmark-bmenu-list): Use dolist, simplify.
5189 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5190 (menu-bar-final-items): Use push.
5191
8549241d 51922009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5193
5194 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5195 it works on remote files.
5196 (vc-hg-diff): Don't pass any `--cwd' argument.
5197
30644573
KR
51982009-10-27 Kevin Ryde <user42@zip.com.au>
5199
cc63d28f
SM
5200 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5201 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5202 (Further to Bug#3921).
5203
9be01a63
MA
52042009-10-27 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5207 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5208 calling `tramp-imap-put-file'. Add file size to the call.
5209 (tramp-imap-get-file-entries): Compute also user name, file size,
5210 and date.
5211 (tramp-imap-handle-insert-directory): Insert uid and gid.
5212 (tramp-imap-handle-file-attributes): Transform uid and gid
5213 according to `id-format'.
5214 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5215 size in header X-Size.
5216
41849bf9
JB
52172009-10-26 Juanma Barranquero <lekktu@gmail.com>
5218
5219 * simple.el (transpose-subr): Give clearer error when the mark
5220 is not set. (Bug#4807)
5221
293c24f9
MA
52222009-10-26 Michael Albinus <michael.albinus@gmx.de>
5223
cc63d28f
SM
5224 * net/tramp.el (tramp-perl-file-truename): New defconst.
5225 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5226 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5227 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5228 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5229
cc63d28f
SM
5230 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5231 Ignore `dired-call-process'.
293c24f9
MA
5232 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5233
52342009-10-26 Julian Scheid <julians37@gmail.com>
5235
cc63d28f 5236 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5237 (tramp-get-remote-readlink): New defun.
5238 (tramp-handle-file-truename): Use it.
5239 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5240 file exists if cache value present.
48c2d18a 5241 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5242 (tramp-handle-file-readable-p): Use it.
5243 (tramp-handle-file-writable-p): Likewise.
5244 (tramp-handle-file-executable-p): Likewise.
5245 (tramp-handle-file-name-all-completions): Try using Perl to get
5246 partial completions. When perl not available, combine `cd' and
5247 `ls' into single remote operation and use shell expansion to get
5248 partial remote directory contents. Set `file-exists-p' cache for
5249 directory and any files returned by ls. Change cache handling to
5250 support partial directory contents. Use error message emitted by
5251 remote `cd' or Perl code for local tramp-error.
5252 (tramp-do-copy-or-rename-file-directly): Avoid separate
5253 tramp-send-command-and-check call.
cc63d28f
SM
5254 (tramp-handle-process-file): Merge three remote ops into one.
5255 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5256 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5257 file-attributes shows uid/gid to be set already.
5258
a7610c52
DN
52592009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5260
5261 * textmodes/tex-mode.el (tex-dvi-view-command)
5262 (tex-show-queue-command, tex-open-quote):
5263 * progmodes/ruby-mode.el (auto-mode-alist)
5264 (interpreter-mode-alist): Purecopy strings.
5265
5266 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5267
5268 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5269 string for the hook, keymap and abbrev table.
5270
5271 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5272
5273 * x-dnd.el (x-dnd-xdnd-to-action):
5274 * startup.el (fancy-startup-text, fancy-about-text): Change to
5275 defconst from defvar.
5276
5277 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5278
5279 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5280 Purecopy initialization strings.
5281
5282 * mail/sendmail.el (mail-header-separator)
5283 (mail-personal-alias-file):
5284 * mail/rmail.el (rmail-default-dont-reply-to-names)
5285 (rmail-ignored-headers, rmail-retry-ignored-headers)
5286 (rmail-highlighted-headers, rmail-secondary-file-directory)
5287 (rmail-secondary-file-regexp):
5288 * files.el (null-device, file-name-invalid-regexp)
5289 (locate-dominating-stop-dir-regexp)
cc63d28f 5290 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5291 (interpreter-mode-alist): Use mapcar instead of mapc.
5292
5293 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5294
5295 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5296 (completion-ignored-extensions):
5297 (debug-ignored-errors): Purecopy strings.
5298
4fcc3d32
SM
52992009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5300
0667de21
SM
5301 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5302 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5303 (pcomplete--here): Use push.
5304
4fcc3d32
SM
5305 * subr.el (all-completions): Declare the 4th arg obsolete.
5306
955ef430
SM
53072009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5308
2d085307
SM
5309 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5310 (pcomplete-unquote-argument): New function.
5311 (pcomplete--common-suffix): Always pay attention to case.
5312 (pcomplete--table-subvert): Quote and unquote the text.
5313 (pcomplete--common-quoted-suffix): New function.
5314 (pcomplete-std-complete): Use it and pcomplete-begin.
5315
955ef430
SM
5316 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5317 we're inside a dedicated or minibuffer window.
5318
4fcc3d32
SM
53192009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * cedet/semantic/fw.el (semantic-alias-obsolete)
5322 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5323 (define-mode-overload-implementation):
5324 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5325 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5326 * cedet/semantic/util.el (semantic-file-token-stream)
5327 (semantic-something-to-stream):
5328 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5329 (semantic-expand-nonterminal):
5330 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5331 (semantic-find-dependency, semantic-find-nonterminal)
5332 (semantic-find-dependency):
5333 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5334 (semantic-flex-text, semantic-flex-make-keyword-table)
5335 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5336 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5337 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5338 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5339 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5340 (semantic-after-idle-scheduler-reparse-hooks):
5341 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5342 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5343 * cedet/semantic.el (semantic-toplevel-bovine-table)
5344 (semantic-toplevel-bovine-cache)
5345 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5346 (semantic-init-mode-hooks, semantic-init-db-hooks)
5347 (semantic-bovination-working-type): Provide the `when' arg.
5348
7c85c02b
KF
53492009-10-24 Karl Fogel <kfogel@red-bean.com>
5350
5351 * bookmark.el: Update documentation, especially documentation
5352 of `bookmark-alist' and of the bookmark file format.
5353 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5354
3e8ae8a6
CY
53552009-10-24 Chong Yidong <cyd@stupidchicken.com>
5356
3e425845
CY
5357 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5358 keybindings apply to the mail buffer (Bug#4003). Shrink help
5359 window to buffer.
5360
cdd47d48
CY
5361 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5362 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5363 (whitespace-toggle-options, global-whitespace-toggle-options):
5364 Doc fix (Bug#3660).
cdd47d48 5365
ba07c9ad
CY
5366 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5367 of xmltok-start before the end tag was inserted (Bug#2840).
5368
3e8ae8a6
CY
5369 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5370 patterns that are preceded by an open-paren (Bug#1320).
5371
ab276820
CY
53722009-10-24 Sven Joachim <svenjoac@gmx.de>
5373
5374 * files.el (delete-directory): Delete symlinks to directories with
5375 delete-file (Bug#4739).
5376
86f1602f
CY
53772009-10-24 Chong Yidong <cyd@stupidchicken.com>
5378
5379 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5380 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5381 argument to make-obsolete.
5382
5383 * cedet/semantic/fw.el (semantic-alias-obsolete)
5384 (semantic-varalias-obsolete): Add optional WHEN argument.
5385
905a9ed3
DN
53862009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5387
a9a2a6db
DN
5388 * vc.el (vc-backend-for-registration): Rename from
5389 vc-get-backend-for-registration. Update callers.
5390
cc63d28f
SM
5391 * international/mule-cmds.el (set-language-info-alist):
5392 Purecopy lang-env.
905a9ed3
DN
5393 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5394 (charset): Purecopy the name.
5395 (define-char-code-property): Purecopy string arguments.
5396
5397 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5398 Purecopy string arguments.
5399
5400 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5401 * ediff-hook.el (menu-bar-ediff-menu):
5402 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5403 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5404
d270305a
GM
54052009-10-24 Glenn Morris <rgm@gnu.org>
5406
6c74d523 5407 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5408 * term.el (term-dynamic-list-completions): Use choose-completion rather
5409 than obsolete alias mouse-choose-completion.
5410
ae732337
GM
5411 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5412 file-cache-choose-completion.
5413 (file-cache-choose-completion): Handle an optional event argument.
5414 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5415
cc63d28f
SM
5416 * progmodes/octave-mod.el (octave-complete-symbol):
5417 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5418
9847dc91
GM
5419 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5420 use.
5421
e8f2a5d5
GM
5422 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5423 compiler.
5424
d270305a
GM
5425 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5426
c6432f1e
SM
54272009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5430 Ignore `pred' now that we receive one.
5431 Handle test-completion specially.
5432
6ab196f9
DN
54332009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5434
5435 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5436 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5437 REGISTER ...
5438 (vc-get-backend-for-registration): ... here. New function.
5439 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5440 of vc-responsible-backend, pass the file name instead of the
5441 directory name.
5442
48feed59
SM
54432009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5446 New funs.
5447 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5448 (pcomplete-comint-setup): Don't modify a global var via
5449 accidental side-effects.
5450 (pcomplete-shell-setup): Adjust call accordingly.
5451 (pcomplete-parse-comint-arguments): Use push.
5452
00006066
CY
54532009-10-23 Chong Yidong <cyd@stupidchicken.com>
5454
36bfa3af
CY
5455 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5456 Allow uncapitalized info node names (Bug#3921).
5457
00006066
CY
5458 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5459 to the DEBUG file (Bug#3781).
5460
aa311d6e
CY
54612009-10-23 Jari Aalto <jari.aalto@cante.net>
5462
5463 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5464 dictionary entry (Bug#4579).
5465
b88f2d0a
MA
54662009-10-23 Michael Albinus <michael.albinus@gmx.de>
5467
5468 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5469 from `rfn-eshadow-update-overlay-hook' when unloading.
5470 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5471 "rsyncc". Adjust doc string.
48c2d18a 5472 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5473 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5474 Keep temporary file when indicated by method ("rsync" and
5475 "rsyncc").
5476 (tramp-handle-write-region): Handle APPEND.
5477 (tramp-delete-temp-file-function): New defun. Added to
5478 `kill-buffer-hook'.
5479
1becddbb
JB
54802009-10-23 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5483
8f43cbf3
DN
54842009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5485
5486 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5487 (color-name-rgb-alist, tty-standard-colors)
5488 (tty-color-mode-alist): Change to defconst.
5489
5490 * simple.el (mark-inactive): Purecopy message.
5491
5492 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5493 (global-map, yank-menu):
5494 * textmodes/ispell.el (ispell-menu-map):
5495 * net/eudc.el (eudc-tools-menu):
5496 * international/mule-cmds.el (describe-language-environment-map)
5497 (setup-language-environment-map, set-coding-system-map)
5498 (mule-menu-keymap):
5499 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5500 * replace.el (occur-mode-map):
5501 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5502
1d228a31
JB
55032009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5504
5505 * calc/calc.el (math-read-number, math-read-number-simple): Use
5506 `save-match-data'.
5507
3b067af1
SM
55082009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5509
28a90c44
SM
5510 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5511 rather than fiddling with global-map bindings, since it should only
5512 affect per-terminal settings.
5513 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5514
a452eee8
SM
5515 * minibuffer.el (completion-table-with-terminator): Allow to specify
5516 the terminator-regexp.
5517
ab14d7d5
SM
5518 * simple.el (switch-to-completions): Look for *Completions* in other
5519 frames as well.
5520
3b067af1
SM
5521 * pcomplete.el: Allow the use of completion-tables.
5522 (pcomplete-std-complete): New command.
5523 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5524 (pcomplete--here): Use a function for `form' rather than an expression,
5525 so it can be byte-compiled.
5526 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5527 Add edebug declaration.
5528 (pcomplete-show-completions): Remove unused var `curbuf'.
5529 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5530 Don't assume `completions' is a list of strings any more.
3b067af1 5531
5480359e
JB
55322009-10-22 Juanma Barranquero <lekktu@gmail.com>
5533
5534 * find-dired.el (find-name-arg): Fix typo in docstring.
5535
3170b794
SM
55362009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5537
48c23a25
SM
5538 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5539 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5540
56b14058
SM
5541 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5542 pcomplete-entries.
5543
3170b794
SM
5544 * comint.el (comint-read-input-ring, comint-write-input-ring)
5545 (comint-substitute-in-file-name)
5546 (comint-dynamic-complete-as-filename)
5547 (comint-dynamic-simple-complete)
5548 (comint-dynamic-list-filename-completions)
5549 (comint-dynamic-list-completions)
5550 (comint-redirect-results-list-from-process): Minor simplifications.
5551
2affef34
KR
55522009-10-21 Kevin Ryde <user42@zip.com.au>
5553
3170b794
SM
5554 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5555 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5556 the first form. And insert a blank line after ";;; Code" since
d8194864 5557 that's usual style. (Bug#4612)
2affef34 5558
e7b94bbb
KR
5559 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5560
528c56e2
SM
55612009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * minibuffer.el (completion-table-with-terminator): Properly implement
5564 boundaries, in case `terminator' appears in the suffix.
5565 (completion--embedded-envvar-table): Don't return boundaries if
5566 there's no valid completion. Simplify.
5567 (completion-file-name-table): New completion table extracted from
5568 completion--file-name-table.
5569 (completion--file-name-table): Use it.
5570 (read-file-name-predicate): Declare obsolete.
5571 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5572 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5573 completion-file-name-table, and use the `pred' argument.
5574 * files.el (locate-file-completion-table): Use the `pred' arg rather
5575 than read-file-name-predicate.
5576 (abbreviate-file-name): Use \` rather than ^ for BOS.
5577
f9ed9b4f
DN
55782009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5579
5580 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5581 vc-responsible-backend to register, it causes problems.
5582
5f2022a3
SM
55832009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5586
8d106ea0
CY
55872009-10-21 Eric Ludlam <zappo@gnu.org>
5588
5589 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5590 (semantic-c-debug-mode-init-pch): New functions.
5591 (semantic-c-debug-mode-init-last-mode): New var.
5592 (semantic-c-parse-lexical-token): Use them.
5593
5594 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5595 When extracting the argument list, limit only by point-max.
5596
fc754ea1
MA
55972009-10-21 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5600 (tramp-smb-handle-file-attributes): Use it.
5601 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5602 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5603 `mapcar'. Use `tramp-smb-get-stat-capability'.
5604 Add `dired-filename' text properties.
fc754ea1
MA
5605 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5606 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5607 version.
5608
79bd5ba1
SM
56092009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * subr.el (read-key-delay): Reduce to 0.01.
5612 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5613 (bug#4751).
5614
3c13704d
SM
56152009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5616
554efd10
SM
5617 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5618
c2a37b78
SM
5619 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5620 (Info-menu): Remove unused vars `last' and `completions'.
5621 (Info-index-nodes): Remove unused var `node'.
5622
3c13704d
SM
5623 * info.el (Info-complete-menu-item): Use complete-with-action.
5624
d1e4c403
DN
56252009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5626
5627 Make vc-annotate work through copies and renames.
3c13704d
SM
5628 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5629 Return the file name too.
d1e4c403
DN
5630 (vc-annotate-revision-at-line)
5631 (vc-annotate-find-revision-at-line)
5632 (vc-annotate-revision-previous-to-line)
5633 (vc-annotate-show-log-revision-at-line): Update to get the file
5634 name from vc-annotate-extract-revision-at-line.
5635 (vc-annotate-show-diff-revision-at-line-internal): Change the
5636 argument to mean whether to show a file diff or not. Get the file
5637 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5638 (vc-annotate-show-diff-revision-at-line):
5639 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5640 (vc-annotate-warp-revision): Add an optional file argument.
5641
5642 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5643 (vc-git-annotate-extract-revision-at-line): Also return the file
5644 name if found.
5645
5646 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5647 command. Remove unused code.
5648 (vc-hg-annotate-re): Update to match --follow output.
5649 (vc-hg-annotate-extract-revision-at-line): Also return the file
5650 name if found.
5651
5652 * vc.el: Update annotate-extract-revision-at-line documentation.
5653
b0b0ef98
KR
56542009-10-18 Kevin Ryde <user42@zip.com.au>
5655
5656 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5657 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5658
a9e7f03d
KR
5659 * net/browse-url.el (browse-url): Identify alist with "consp and
5660 not functionp" and let all other things go down the `apply' leg,
5661 as suggested by Stefan. (Further to bug#4531.)
5662
7346a407
CY
56632009-10-18 Chong Yidong <cyd@stupidchicken.com>
5664
5665 * minibuffer.el (read-file-name): Check for repeat before putting
5666 a default argument in file-name-history (Bug#4657).
5667
5668 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5669 read syntax (Bug#4737).
5670
3c13704d 5671 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5672
1da94541
CY
56732009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5674
5675 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5676 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5677 entries and make note of obsolete tags.
5678
2b93080a
SM
56792009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5682
18b5ffb5
GM
56832009-10-18 Glenn Morris <rgm@gnu.org>
5684
5685 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5686 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5687 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5688 now, and in any case the file header format has changed.
5689
c2e161b2
GM
56902009-10-17 Glenn Morris <rgm@gnu.org>
5691
5692 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5693 (flyspell-get-word, flyspell-large-region)
5694 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5695
a1eb44f5
CY
56962009-10-17 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * Makefile.in (ELCFILES): Add ede/shell.
5699
4418646e
DN
57002009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5701
5702 * term/common-win.el (x-colors): Purecopy it.
5703
4062011e
SM
57042009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5707 permissive for when the buffer is empty.
5708 (tar-header-block-tokenize): Decode the username and groupname.
5709 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5710
67d3ffe4
CY
57112009-10-17 Chong Yidong <cyd@stupidchicken.com>
5712
5713 * cedet/srecode/srt.el:
5714 * cedet/srecode/compile.el:
5715 * cedet/semantic/mru-bookmark.el:
5716 * cedet/semantic/debug.el:
5717 * cedet/semantic/complete.el:
5718 * cedet/semantic/analyze.el: Require CL when compiling.
5719
57202009-10-17 Eric Ludlam <zappo@gnu.org>
5721
5722 * cedet/semantic/scope.el
5723 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5724 tmpscope so that the regular scope will continue to work.
5725
4062011e
SM
5726 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5727 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5728
5729 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5730 contains multibyte characters, choose first applicable coding
5731 system automatically.
5732
5733 * cedet/ede/project-am.el (project-run-target): New method.
5734 (project-run-target): New method.
5735
5736 * cedet/ede.el (ede-target): Add run target menu item.
5737 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5738 (ede-run-target): New function.
5739 (ede-target::project-run-target): New method.
5740
5741 * cedet/ede/proj.el (project-run-target): New method.
5742
5743 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5744 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5745 Add :rules.
5746 (ede-proj-target-makefile-shared-object): Only libtool compilers
5747 now available. Add linkers for libtool.
5748 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5749 (ede-proj-makefile-target-name): Always use .la extension.
5750
5751 * cedet/ede/proj-prog.el (project-run-target): New method.
5752
4062011e 5753 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5754 (ede-g++-linker): Change Change link lines.
5755
4062011e
SM
5756 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5757 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5758 search backward from there.
5759 (ede-proj-makefile-automake-insert-subdirs)
5760 (ede-proj-makefile-automake-insert-extradist): New methods.
5761 (ede-proj-makefile-create): Use them.
5762
5763 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5764 Force FILE to expand to the current target. Use file-exists-p to
5765 check that it exists.
5766
5767 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
5768 (ede-linux-load): Wrap dir in file-name-as-directory.
5769 Set :version slot.
67d3ffe4
CY
5770
5771 * cedet/ede/files.el (ede-get-locator-object): When enabling
5772 locate, do so on "top".
5773
5774 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5775 file-name-as-directory during compare.
4062011e
SM
5776 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5777 Get version number from different places. Don't call egrep.
67d3ffe4
CY
5778 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5779 to set the directory.
5780
5781 * cedet/ede/shell.el: New file.
5782
5783 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5784 alpha/beta variants.
5785
2df48a87
SM
57862009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * international/mule-cmds.el (select-safe-coding-system): If the file
5789 has a coding cookie, use it regardless of any other setting (bug#4712).
5790
fd7dd48c
GM
57912009-10-17 Glenn Morris <rgm@gnu.org>
5792
547776f9
GM
5793 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5794 All errors should have messages.
5795
3ee0b477 5796 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
5797 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5798
2550e4b1
GM
5799 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5800 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5801 (dired-keep-marker-symlink, dired-dwim-target)
5802 (dired-copy-preserve-time): Do not autoload these defcustoms.
5803
fd7dd48c
GM
5804 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5805 messages from messing up the file coding. (Bug#4623)
5806
f3e3a990
GM
58072009-10-17 Jari Aalto <jari.aalto@cante.net>
5808
5809 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5810 if no match is found for the current dictionary. (Bug#4578)
5811
5812 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5813 optional, since that is how it is documented, and this is often called
5814 with a nil argument. (Bug#4577)
5815 (flyspell-external-point-words, flyspell-auto-correct-word)
5816 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5817 (flyspell-word-search-backward): Remove nil argument in calls to
5818 flyspell-get-word, since it is not needed now.
5819
58202009-10-17 Ulrich Mueller <ulm@gentoo.org>
5821
1becddbb 5822 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 5823
b61374ab
GM
58242009-10-16 Glenn Morris <rgm@gnu.org>
5825
5826 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5827
412707c2
SM
58282009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5829
5830 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5831 (ange-ftp-file-size): New function.
5832 (ange-ftp-file-attributes): Use it.
5833
0c6f436e
MA
58342009-10-16 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/tramp-smb.el (tramp-smb-version): New defvar.
5837 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5838 repeated checks.
5839
850bfd04
GM
58402009-10-16 Glenn Morris <rgm@gnu.org>
5841
5842 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5843 Maybe copy some custom properties from old to new name. (Bug#4706)
5844
f3ed9aca
JB
58452009-10-16 Juanma Barranquero <lekktu@gmail.com>
5846
5847 * subr.el (error, sit-for, start-process-shell-command)
5848 (start-file-process-shell-command): Set the calling convention
5849 after the function definition.
5850
fd6c5134
SM
58512009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * subr.el (error, sit-for, start-process-shell-command)
5854 (start-file-process-shell-command): Use the new
5855 set-advertised-calling-convention feature.
5856
73874eb7
KH
58572009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5858
fd6c5134
SM
5859 * international/ucs-normalize.el (ucs-normalize-version):
5860 Change to 1.2.
5861 (check-range): Adjust for Unicode 5.2.
73874eb7 5862
03fb33cf
JL
58632009-10-15 Juri Linkov <juri@jurta.org>
5864
5865 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5866 to the `menu-item' format.
5867
4260b402
MA
58682009-10-15 Michael Albinus <michael.albinus@gmx.de>
5869
5870 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5871 if the environment variable does not exist.
5872
5873 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5874 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5875 parameter.
5876 (tramp-smb-handle-add-name-to-file)
5877 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5878 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5879 (tramp-smb-handle-file-attributes)
5880 (tramp-smb-do-file-attributes-with-stat)
5881 (tramp-smb-handle-file-local-copy)
5882 (tramp-smb-handle-insert-directory)
5883 (tramp-smb-handle-make-directory)
5884 (tramp-smb-handle-make-directory-internal)
5885 (tramp-smb-handle-make-symbolic-link)
5886 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5887 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5888 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5889 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5890 Handle long file names.
5891 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5892 process is running.
5893 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5894 Read share names with "-g" option.
5895
d7a0fd6f
GM
58962009-10-15 Ryan Yeske <rcyeske@gmail.com>
5897
5898 * net/rcirc.el (rcirc-view-log-file): New command.
5899 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5900 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5901 specified.
5902
0b44494a
GM
59032009-10-15 Glenn Morris <rgm@gnu.org>
5904
af9fb32f
GM
5905 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5906 from the second command-line argument.
5907 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5908 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5909 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5910 w32-batch-update-autoloads.
5911 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5912 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5913
0b44494a
GM
5914 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5915 the headers cannot be located. Simplify, subtracting superflous
5916 save-excursions.
5917
d5e63715
SM
59182009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 Replace completion-base-size by completion-base-position to fix bugs
5921 such as (bug#4699).
5922 * simple.el (completion-base-position): New var.
5923 (completion-base-size): Mark as obsolete.
5924 (choose-completion): Make it work for mouse events as well.
5925 Pass the new base-position to choose-completion-string.
5926 (choose-completion-guess-base-position): New function, extracted from
5927 choose-completion-delete-max-match.
5928 (choose-completion-delete-max-match): Use it. Make obsolete.
5929 (choose-completion-string): Use the new base-position info.
5930 (completion-root-regexp): Delete.
5931 (completion-setup-function): Preserve completion-base-position.
5932 Eliminate obsolete base-size manipulation.
5933 * minibuffer.el (display-completion-list): Don't mess with base-size.
5934 (minibuffer-completion-help): Set completion-base-position instead.
5935 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5936 choose-completion.
5937 * textmodes/bibtex.el (bibtex-complete):
5938 * emacs-lisp/crm.el (crm--choose-completion-string):
5939 Adjust to new calling convention.
5940 * complete.el (partial-completion-mode): Use minibufferp to avoid
5941 bumping into incompatible change to choose-completion-string-functions.
5942 * ido.el (ido-choose-completion-string): Make its calling convention
5943 more permissive.
5944 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5945 base-size manipulation.
5946 (comint-dynamic-list-input-ring): Use dotimes and push.
5947 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5948 fundamental-mode. Use `or'.
5949
92f8bfc7
JL
59502009-10-14 Juri Linkov <juri@jurta.org>
5951
5952 * misearch.el (multi-isearch-next-buffer-from-list)
5953 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5954
e78e280d
SM
59552009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5956
384ca163
SM
5957 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5958 `bytecomp.el'.
5959
681e0e7c
SM
5960 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5961 string we return is all made up of text from the completions rather
5962 than part from the completions and part from the input (bug#4219).
5963
e78e280d
SM
5964 * ido.el (ido-everywhere): Use define-minor-mode.
5965
5966 * buff-menu.el (list-buffers, ctl-x-map):
5967 Mark the entry points with ;;;###autoload cookies.
5968
b4e813ca
DN
59692009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5970
52964e54
DN
5971 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5972 correctly in the detached head case.
5973 (vc-git-print-log): Remove unused binding.
5974
b4e813ca
DN
5975 * vc.el (vc-responsible-backend): When a directory is passed for
5976 for registration create a VC repository if no backend is
5977 responsible for the directory argument.
5978 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
5979
5980 * vc.el: Move comments about RCS and SCCS ...
5981 * vc-rcs.el:
5982 * vc-sccs.el: ... here, respectively.
5983
40ba9882
SM
59842009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * minibuffer.el (completion--file-name-table): Return nil if there's
5987 no file completion, even if substitute-in-file-name changed
5988 the string (bug#4708).
5989
04e0f59b
JL
59902009-10-13 Juri Linkov <juri@jurta.org>
5991
5992 * files-x.el (read-file-local-variable-value): Don't filter out
5993 minor modes from mode name completion (bug#4664).
5994
314c8e25
JB
59952009-10-13 Juanma Barranquero <lekktu@gmail.com>
5996
5997 * international/mule-cmds.el (ucs-names): Remove exclusion of
5998 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5999
5c9b7d36
KH
60002009-10-13 Kenichi Handa <handa@m17n.org>
6001
6002 * international/uni-name.el: Regenerated.
6003
1e7a80f2
JB
60042009-10-13 Juanma Barranquero <lekktu@gmail.com>
6005
6006 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6007 should be automatically buffer-local, but isn't.)
6008
cd29f88b
SS
60092009-10-12 Sam Steingold <sds@gnu.org>
6010
6011 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6012 timestamps if the buffer has been visited before.
0cd16af4
SS
6013 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6014 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6015
37493a98
GM
60162009-10-12 Glenn Morris <rgm@gnu.org>
6017
6018 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6019 Let-bind `size'.
6020
3b56b1e6
JB
60212009-10-12 Juanma Barranquero <lekktu@gmail.com>
6022
7422a4bb
JB
6023 * proced.el (proced-unload-function): New function.
6024
fa72d075
JB
6025 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6026 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6027 Doc fix.
6028
3b56b1e6
JB
6029 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6030
4d9b4323
JL
60312009-10-11 Juri Linkov <juri@jurta.org>
6032
6033 * files-x.el (read-file-local-variable-value):
6034 Provide default value only for bound variables (bug#4664).
6035
f6f7e059
MA
60362009-10-11 Michael Albinus <michael.albinus@gmx.de>
6037
6038 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6039 connection methods like smb.
6040
6041 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6042 can be empty.
6043
6044 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6045 (tramp-smb-file-name-handler-alist): Add handlers for
6046 `add-name-to-file', `make-symbolic-link'.
6047 (tramp-smb-handle-add-name-to-file)
2992485f 6048 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6049 (tramp-smb-handle-make-symbolic-link)
6050 (tramp-smb-get-cifs-capabilities): New defuns.
6051 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6052 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6053 (tramp-smb-handle-file-local-copy)
6054 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6055 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6056 The file name syntax depends on cifs capabilities.
6057 (tramp-smb-handle-file-attributes):
6058 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6059 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6060 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6061
67868d26
CY
60622009-10-11 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6065 (eieio-defclass): Apply deftype handler and setf-method properties
6066 directly.
6067 (eieio-add-new-slot): Avoid union function from cl library.
6068 (eieio--typep): New function.
6069 (eieio-perform-slot-validation): Use it.
6070
6d6a5b7e
KF
60712009-10-10 Karl Fogel <kfogel@red-bean.com>
6072
3b56b1e6 6073 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6074 Update documentation to refer to the variables documented in r1.135.
6075 (Bug#4188)
6076
67b70de9
KF
60772009-10-10 Karl Fogel <kfogel@red-bean.com>
6078
6079 * bookmark.el (Info-suffix-list): Remove this unused variable.
6080 (bookmark-current-point): Remove this obsolete variable.
6081 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6082 Adjust for removal of bookmark-current-point.
6083
6084 (bookmarks-already-loaded, bookmark-current-buffer)
6085 (bookmark-yank-point): Document. (Bug#4188)
6086
58ae51ae
GM
60872009-10-10 Glenn Morris <rgm@gnu.org>
6088
4619ff5e
GM
6089 * frame.el (frame-height): Doc fix.
6090
58ae51ae
GM
6091 * calendar/calendar.el (calendar-split-width-threshold): New option.
6092 (calendar-basic-setup): Use calendar-split-width-threshold.
6093
3b56b1e6 60942009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6095
3b56b1e6
JB
6096 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6097 Use .la for Automake.
d751f122 6098
fa63f49c
CY
60992009-10-09 Chong Yidong <cyd@stupidchicken.com>
6100
3b56b1e6
JB
6101 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6102 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6103
d364386c
JB
61042009-10-09 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6107 Ideographic Supplement" range (U+1F200..U+1F2FF).
6108
33e97a28
KF
61092009-10-09 Karl Fogel <kfogel@red-bean.com>
6110
02d0f051 6111 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6112 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6113
61142009-10-09 Karl Fogel <kfogel@red-bean.com>
6115
d364386c 6116 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6117 (bookmark-bmenu-execute-deletions): Don't save here, as
6118 bookmark-delete will now do so if necessary.
d364386c 6119 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6120 (Bug#4348)
6121
9656d87b
GM
61222009-10-09 Glenn Morris <rgm@gnu.org>
6123
6124 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6125
e6227f06
KF
61262009-10-09 Karl Fogel <kfogel@red-bean.com>
6127
6128 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6129 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6130 argument now, so the two function's behaviors will match. (Bug#3645)
6131
35c7e413
CY
61322009-10-08 Chong Yidong <cyd@stupidchicken.com>
6133
4f54db4b
CY
6134 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6135 Fix filename test.
35c7e413
CY
6136 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6137 to expand file names.
6138
288f783b
MA
61392009-10-08 Michael Albinus <michael.albinus@gmx.de>
6140
6141 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6142 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6143 Apply `save-match-data'.
288f783b
MA
6144
6145 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6146 case both directories are remote.
6147 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6148 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6149
c2a81032
CY
61502009-10-08 Chong Yidong <cyd@stupidchicken.com>
6151
a6b98754
CY
6152 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6153 (ede-proj-target-makefile-objectcode): Use it.
6154
c2a81032 6155 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6156 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6157 Return search result. This error was introduced while merging.
c2a81032 6158
872a1ea4
JB
61592009-10-07 Juanma Barranquero <lekktu@gmail.com>
6160
6161 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6162
ab2baced
GM
61632009-10-07 Glenn Morris <rgm@gnu.org>
6164
e78e280d
SM
6165 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6166 of concat.
ab2baced 6167
5c4634c1
SM
61682009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * files-x.el (read-file-local-variable): Include some
6171 non-user-variables in the completion table (bug#4664).
6172
c2dc9732
MA
61732009-10-07 Michael Albinus <michael.albinus@gmx.de>
6174
6175 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6176 message.
6177
6178 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6179 (tramp-smb-file-name-handler-alist): Add handler for
6180 `copy-directory', `expand-file-name', `set-file-modes'.
6181 (tramp-smb-handle-copy-directory)
6182 (tramp-smb-handle-expand-file-name)
6183 (tramp-smb-handle-set-file-modes): New defuns.
6184 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6185 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6186 entry.
6187 (tramp-smb-handle-insert-directory): Don't flush the cache.
6188 (tramp-smb-maybe-open-connection): Check for samba client and
6189 server versions.
6190
11be40a6
EZ
61912009-10-07 Eli Zaretskii <eliz@gnu.org>
6192
6193 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6194 to not error out of search for "^lisp=" fails.
6195
8c4afe20
JB
61962009-10-07 Juanma Barranquero <lekktu@gmail.com>
6197
6198 * makefile.w32-in (WINS_UPDATES): New macro.
6199 (custom-deps, finder-data, autoloads): Use it.
6200
429a1506
GM
62012009-10-07 Glenn Morris <rgm@gnu.org>
6202
ee2e93e2
GM
6203 * Makefile.in (autoloads): Revert previous change.
6204 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6205 the list of preloaded files passed on the command-line, get
6206 it from src/Makefile.
6207
429a1506
GM
6208 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6209 show the original buffer rather than a random one.
6210
a51203ee 62112009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6212
6213 * help.el (describe-no-warranty): Place point in a slightly better
6214 position in the GPLv3 text.
6215
f58f7520
SS
62162009-10-06 Sam Steingold <sds@gnu.org>
6217
6218 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6219 the comm attribute is present before calling regexp-quote.
6220
bde79dc0
JB
62212009-10-06 Juanma Barranquero <lekktu@gmail.com>
6222
6223 * play/animate.el (animate-string): For good effect, make sure
6224 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6225
6226 * play/animate.el (animate-sequence, animate-birthday-present):
6227 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6228
25ab0302
GM
62292009-10-06 Glenn Morris <rgm@gnu.org>
6230
73fe714a
GM
6231 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6232
3405d98c
GM
6233 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6234 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6235 (batch-update-autoloads): Process a string value of autoload-excludes,
6236 set during the build process.
6237 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6238
9fb2cdc5
GM
6239 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6240 inside with-parsed... macro so that `v' is defined.
6241
7938ab41
GM
6242 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6243 * progmodes/fortran.el (fortran-end-of-block)
6244 (fortran-beginning-of-block):
6245 Also push mark in the macro case.
6246
eaf9b564
GM
6247 * emerge.el (emerge-show-file-name):
6248 * calc/calc.el (calc-quit):
6249 * calc/calc-misc.el (calc-big-or-small):
6250 * calc/calc-graph.el (calc-graph-view):
6251 * calc/calc-ext.el (calc-reset):
6252 * calendar/calendar.el (calendar-basic-setup):
6253 Use window-full-height-p.
6254
25ab0302
GM
6255 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6256 header we don't understand, don't insert another. (Bug#4624)
6257 If changing mime charset, insert the new one in the right place.
6258
00169eb6
GM
62592009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6260
6261 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6262 (cal-tex-cursor-month): Correctly increment the end date for diary and
6263 holiday listing. (Bug#4626)
6264
82882188
SM
62652009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6266
40ba9882 6267 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6268 a symbol.
6269
a8f316ca
JB
62702009-10-05 Juanma Barranquero <lekktu@gmail.com>
6271
6272 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6273 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6274 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6275 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6276
6277 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6278 (eieio-default-superclass): Reflow docstrings.
6279 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6280 (eieio-unbind-method-implementations, defmethod)
6281 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6282 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6283 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6284 (eieio-slot-originating-class-p, eieio-slot-name-index)
6285 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6286 (constructor, initialize-instance, no-next-method, object-print)
6287 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6288 Fix typos in docstrings.
6289 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6290 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6291 (next-method-p): Doc fixes.
6292 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6293 Fix typos in error messages.
6294 (eieio-defmethod): Fix typo in description of generic method.
6295
6296 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6297 (eieio-persistent-save-interactive, slot-missing):
6298 Fix typos in docstrings.
6299 (eieio-instance-inheritor-slot-boundp): Doc fix.
6300
6301 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6302 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6303
6304 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6305 (eieio-custom-object-apply-reset):
6306 Fix typos in docstrings and error messages.
6307
6308 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6309 Fix typo in docstring.
6310
6311 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6312 (eieio-browse-tree): Doc fix.
6313 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6314 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6315 Fix typos in docstrings.
6316
6317 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6318 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6319 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6320 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6321 Reflow docstrings.
6322
c66b7ac0
DN
63232009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6324
4a827e0a 6325 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6326 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6327 Set log-view-vc-backend so that diff can work.
4a827e0a 6328
c66b7ac0
DN
6329 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6330 vc-version-diff.
6331 (vc-diff-internal): Autoload this instead of vc-version-diff.
6332
1902a98c
EZ
63332009-10-05 Eli Zaretskii <eliz@gnu.org>
6334
a7a8618b
EZ
6335 * simple.el (eval-expression): Doc fix.
6336
1902a98c
EZ
6337 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6338
0e1f2ee6
MA
63392009-10-05 Michael Albinus <michael.albinus@gmx.de>
6340
6341 * files.el (directory-files-no-dot-files-regexp): New defconst.
6342 (delete-directory): Use it.
6343 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6344
263c02ef 6345 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6346 (tramp-methods): Add recursive option to `tramp-copy-args'.
6347 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6348 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6349 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6350 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6351 Add handler for `copy-directory'.
6352 (tramp-handle-copy-directory): New defun.
6353 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6354 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6355 Optimize sent command.
263c02ef 6356
72aa7df4
SM
63572009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6358
4a34f065
SM
6359 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6360 window if necessary.
6361
72aa7df4
SM
6362 * calendar/calendar.el (calendar-basic-setup): Don't call
6363 switch-to-buffer in a dedicated window.
6364
5feb1ba7
KF
63652009-10-05 Karl Fogel <kfogel@red-bean.com>
6366
6367 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 6368 don't do anything related to relocating, just return nil.
5feb1ba7
KF
6369 (bookmark-error-no-filename): New error.
6370 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
6371 bookmark has no file. Don't even attempt to handle things that
6372 are not files; the whole point of custom handlers is to keep that
6373 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
6374 (bookmark-file-or-variation-thereof): Remove now-unused function.
6375 (bookmark-location): Doc string fix.
6376 (Bug#4250)
6377
1bd49952
KF
63782009-10-04 Karl Fogel <kfogel@red-bean.com>
6379
6380 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6381 don't use a file dialog, because they usually don't know how to read
6382 a directory target from the user. (Bug#4230)
6383 Also, make sure the prompt can display directories as well as files.
6384
825382c0
KF
63852009-10-04 Karl Fogel <kfogel@red-bean.com>
6386
6387 * bookmark.el (bookmark-set, bookmark-buffer-name):
6388 Improve doc strings. (Bug#1193)
6389
13901bcb
KF
63902009-10-04 Karl Fogel <kfogel@red-bean.com>
6391
4a34f065
SM
6392 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6393 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6394 (bookmark-get-annotation, bookmark-set-annotation)
6395 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6396 (bookmark-set-position, bookmark-get-front-context-string)
6397 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6398 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6399 (bookmark-jump-other-window, bookmark-handle-bookmark)
6400 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6401 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6402 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
6403 Improve doc strings to say whether bookmark can be a string or
6404 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
6405 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6406 (bookmark-default-annotation-text, bookmark-yank-word)
6407 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6408 (bookmark-import-new-list, bookmark-maybe-rename)
6409 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6410 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 6411 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 6412 add a FIXME comment about how the function may be pointless.
13901bcb 6413 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
6414 parameter name, to clarify that this takes a bookmark record
6415 not a bookmark name.
13901bcb 6416 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 6417 and improve the doc string a bit.
13901bcb
KF
6418 (Bug#4188)
6419
5c1b3e94
KF
64202009-10-04 Karl Fogel <kfogel@red-bean.com>
6421
6422 * bookmark.el (bookmark-alist): Document the new `handler' element
6423 in the param alist.
6424 (bookmark-make-record-function): Adjust documentation for above.
6425 (Bug#4193)
6426
8559076d
KF
64272009-10-04 Karl Fogel <kfogel@red-bean.com>
6428
6429 * info.el (Info-bookmark-make-record): Document this function.
6430 (Info-bookmark-jump): Document with a doc string, not just a comment.
6431 (Bug#4203)
6432
82481502
CY
64332009-10-04 Chong Yidong <cyd@stupidchicken.com>
6434
4a34f065 6435 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
6436 (semantic-new-buffer-fcn): Call parser setup functions here.
6437 (semantic-mode): Don't call parser setup functions here, it's done
6438 in semantic-new-buffer-fcn now.
d436f538 6439 (semantic-mode): Parse all existing buffers when enabled.
82481502 6440
4a34f065
SM
6441 * cedet/srecode/compile.el (srecode-compile-file):
6442 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 6443
2e7eba60
CY
64442009-10-04 Chong Yidong <cyd@stupidchicken.com>
6445
d91485a9
CY
6446 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6447
6448 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6449 (proj-comp-insert-variable-once): New macro, renamed from
6450 ede-pmake-insert-variable-once in ede/pmake.edl.
6451 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 6452
b4583b8c
MA
64532009-10-04 Michael Albinus <michael.albinus@gmx.de>
6454
6455 * files.el (copy-directory): New defun.
6456
6457 * dired-aux.el (dired-copy-file-recursive): Use it.
6458
04075952
JB
64592009-10-04 Juanma Barranquero <lekktu@gmail.com>
6460
6461 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6462 (makefile-end-of-command):
6463 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6464 (semantic-end-of-context): Fix previous change. Doc fixes.
6465
131ae8f2
JB
64662009-10-04 Juanma Barranquero <lekktu@gmail.com>
6467
a30e71ae
JB
6468 * files-x.el (modify-dir-local-variable)
6469 (copy-dir-locals-to-file-locals-prop-line):
6470 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6471 (makefile-end-of-command):
6472 * cedet/semantic/lex.el (semantic-lex-token):
6473 * cedet/semantic/analyze/fcn.el
6474 (semantic-analyze-dereference-metatype-1):
6475 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6476 (semantic-lex-cpp-undef):
6477 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6478 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6479 (semantic-end-of-context): Fix typos in docstrings.
6480
131ae8f2
JB
6481 * recentf.el (recentf-unload-function): New function.
6482
0fd9cb9c
CY
64832009-10-04 Chong Yidong <cyd@stupidchicken.com>
6484
a30e71ae 6485 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
6486 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6487 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 6488 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 6489
ccafbf06
GM
64902009-10-04 Glenn Morris <rgm@gnu.org>
6491
6492 * window.el (window-full-height-p): Add doc string.
6493
02c6f098
GM
64942009-10-04 Martin Rudalics <rudalics@gmx.at>
6495
6496 * window.el (window-full-height-p): New function. (Bug#4543)
6497
e6e267fc
CY
64982009-10-03 Chong Yidong <cyd@stupidchicken.com>
6499
a70bfe61
CY
6500 * cedet/srecode/insert.el: Require srecode/args.
6501
6502 * cedet/srecode/args.el: Require srecode/dictionary instead of
6503 srecode/insert.
6504
e6e267fc
CY
6505 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6506
6507 * files.el (auto-mode-alist): Add .srt and Project.ede.
6508
4a34f065
SM
6509 * cedet/semantic.el (semantic-mode):
6510 Handle srecode-template-mode-hook as well.
0b8cafba 6511 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
6512
6513 * cedet/srecode/template.el: Remove hook variable.
6514
6515 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6516
6517 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6518 projects exist.
8b440f71
CY
6519 (ede-project-placeholder-cache-file): Default to a file in
6520 user-emacs-directory.
e6e267fc
CY
6521
6522 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6523 templates in data-directory.
4a34f065 6524 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
6525
6526 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6527 directory.
6528
65292009-09-30 Eric Ludlam <zappo@gnu.org>
6530
131ae8f2
JB
6531 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6532 Doc fix.
e6e267fc
CY
6533
6534 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6535 Only insert each variable once.
6536
6537 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6538 (ede-pmake-insert-variable-shared): Use it.
6539
6540 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6541 for lexical table iff table is nil.
6542
ed6b0195
DN
65432009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6544
6545 * vc.el: Remove commented out code.
6546 (vc-derived-from-dir-mode): Remove, unused.
6547 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6548
1b8d1cc7
MA
65492009-10-03 Michael Albinus <michael.albinus@gmx.de>
6550
4a34f065
SM
6551 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6552 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6553 there could be recursive loading when `default-directory' is a
6554 remote file name. (Bug#4614)
6555
ac3c593c
GM
65562009-10-03 Glenn Morris <rgm@gnu.org>
6557
686ea556
GM
6558 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6559 the frame is wide.
6560 (calendar-generate-window): Test for shrinkability rather than width.
6561
619392fc
GM
6562 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6563 declaration, currently false.
6564
ac3c593c
GM
6565 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6566 reusing existing buffers, in case we happen to visit two files with the
6567 same basename. (Bug#4593)
6568
573709fd
EZ
65692009-10-02 Eli Zaretskii <eliz@gnu.org>
6570
4a34f065 6571 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6572 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6573 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6574 subdirs of cedet as well.
8f885d01 6575 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6576
8d6c1239
SM
65772009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6580 Obey advertised-signature-table.
6581
6582 * help-fns.el (help-function-arglist): Don't check
6583 advertised-signature-table.
6584 (describe-function-1): Do it here instead so it also applies to subrs.
6585
c4861de0
MA
65862009-10-02 Michael Albinus <michael.albinus@gmx.de>
6587
6588 * simple.el (start-file-process): Say in the doc-string, that file
6589 handlers might not support pty association, if PROGRAM is nil.
6590
6591 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6592 HOST and USER are strings. They are nil, when there are
6593 incomplete entries in ~/.netrc, for example.
6594 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6595 root directory ("device busy" error otherwise).
6596
8d6c1239
SM
6597 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6598 Flush file properties of created directory.
c4861de0 6599
d2bda74f
EZ
66002009-10-02 Eli Zaretskii <eliz@gnu.org>
6601
6602 * makefile.w32-in (WINS_BASIC): Remove cedet.
6603 (WINS_CEDET): Add cedet.
6604 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6605
895d1904
GM
66062009-10-02 Kevin Ryde <user42@zip.com.au>
6607
6608 * net/browse-url.el (browse-url): Pass any symbol in
6609 browse-url-browser-function to `apply', since if you've mistakenly put
6610 an unbound symbol then the error is clearer. (Bug#4531)
6611
32226619
JB
66122009-10-02 Juanma Barranquero <lekktu@gmail.com>
6613
6614 * allout.el (allout-init, allout-back-to-current-heading)
6615 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6616 (allout-ascend, allout-up-current-level, allout-end-of-level)
6617 (allout-previous-visible-heading, allout-forward-current-level)
6618 (allout-backward-current-level, allout-show-children):
6619 * apropos.el (apropos-describe-plist):
6620 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6621 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6622 * completion.el (add-completion, add-permanent-completion):
6623 * descr-text.el (describe-text-category, describe-char):
6624 * desktop.el (desktop-lazy-abort):
6625 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6626 * dired.el (dired-build-subdir-alist):
6627 * ediff.el (ediff-version):
6628 * elide-head.el (elide-head, elide-head-show):
6629 * emerge.el (emerge-version):
6630 * env.el (getenv):
6631 * face-remap.el (variable-pitch-mode):
6632 * faces.el (describe-face):
6633 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6634 (dired-at-point):
6635 * files.el (find-file-existing, auto-save-mode):
6636 * font-lock.el (font-lock-fontify-buffer):
6637 * help-fns.el (describe-function, describe-variable)
6638 (describe-syntax, describe-categories):
6639 * help.el (view-lossage, describe-bindings, describe-key)
6640 (describe-mode):
6641 * hexl.el (hexl-current-address):
6642 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6643 * info.el (Info-goto-emacs-key-command-node):
6644 * log-edit.el (log-edit-insert-cvs-template)
6645 (log-edit-insert-cvs-rcstemplate):
6646 * menu-bar.el (menu-bar-mode):
6647 * mouse.el (mouse-appearance-menu):
6648 * newcomment.el (comment-indent-new-line):
6649 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6650 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6651 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6652 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6653 * recentf.el (recentf-mode):
6654 * savehist.el (savehist-mode, savehist-save):
6655 * shadowfile.el (shadow-copy-files):
6656 * simple.el (kill-ring-save, next-line, previous-line)
6657 (normal-erase-is-backspace-mode):
6658 * strokes.el (strokes-update-window-configuration)
6659 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6660 (strokes-xpm-for-stroke):
6661 * time.el (emacs-uptime, emacs-init-time):
6662 * tutorial.el (tutorial--describe-nonstandard-key)
6663 (tutorial--detailed-help):
6664 * type-break.el (type-break-mode)
6665 (type-break-mode-line-message-mode, type-break-query-mode)
6666 (type-break-guesstimate-keystroke-threshold):
6667 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6668 * version.el (emacs-version):
6669 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6670 * winner.el (winner-mode):
6671 * calendar/timeclock.el (timeclock-in, timeclock-out)
6672 (timeclock-status-string, timeclock-change)
6673 (timeclock-workday-remaining-string)
6674 (timeclock-workday-elapsed-string)
6675 (timeclock-when-to-leave-string):
6676 * calendar/todo-mode.el (todo-add-category):
6677 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6678 * emacs-lisp/autoload.el (update-file-autoloads):
6679 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6680 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6681 (checkdoc-message-text, checkdoc-defun):
6682 * emacs-lisp/debug.el (debugger-list-functions):
6683 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6684 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6685 (eieio-describe-generic):
6686 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6687 * emacs-lisp/shadow.el (list-load-path-shadows):
6688 * emulation/cua-base.el (cua-mode):
6689 * emulation/edt.el (edt-set-scroll-margins):
6690 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6691 (tpu-toggle-regexp, tpu-toggle-search-direction)
6692 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6693 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6694 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6695 (viper-set-parsing-style-toggling-macro)
6696 (viper-set-emacs-state-searchstyle-macros):
6697 * emulation/viper.el (viper-set-hooks):
6698 * eshell/esh-mode.el (eshell-truncate-buffer):
6699 * international/mule-cmds.el (prefer-coding-system)
6700 (describe-input-method, describe-language-environment):
6701 * international/mule-diag.el (list-character-sets)
6702 (describe-character-set, describe-coding-system)
6703 (describe-fontset, list-fontsets, list-input-methods):
6704 * mail/sendmail.el (mail-signature):
6705 * net/ange-ftp.el (ange-ftp-copy-file):
6706 * net/browse-url.el (browse-url):
6707 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6708 * net/quickurl.el (quickurl-add-url):
6709 * net/rcirc.el (names, topic):
6710 * net/xesam.el (xesam-mode):
6711 * play/5x5.el (5x5-new-game):
6712 * play/yow.el (apropos-zippy):
6713 * progmodes/ada-mode.el (ada-mode-version):
6714 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6715 (f90-end-of-block)
6716 (f90-beginning-of-block):
6717 * progmodes/fortran.el (fortran-end-of-block)
6718 (fortran-beginning-of-block):
6719 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6720 * progmodes/python.el (python-describe-symbol, python-shell):
6721 * term/ns-win.el (ns-print-buffer):
6722 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6723 * textmodes/flyspell.el (flyspell-mode-on):
6724 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6725 (pages-directory-for-addresses):
6726 * textmodes/table.el (table-recognize-cell)
6727 (table-query-dimension, table-generate-source)
6728 (table-insert-sequence, table--warn-incompatibility):
6729 * textmodes/tex-mode.el (tex-validate-buffer):
6730 * textmodes/texinfmt.el (texinfmt-version)
6731 (texinfo-format-buffer):
6732 Use `called-interactively-p' instead of `interactive-p'.
6733
12a3c28c
JB
67342009-10-02 Juanma Barranquero <lekktu@gmail.com>
6735
6736 * image-mode.el (image-toggle-display):
6737 * emacs-lisp/elp.el (elp-instrument-function):
6738 * emacs-lisp/advice.el (ad-make-advised-definition):
6739 * emacs-lisp/easy-mmode.el (define-minor-mode):
6740 * net/browse-url.el (browse-url-maybe-new-window):
6741 * progmodes/sh-script.el (sh-learn-buffer-indent):
6742 Pass new argument 'any to `called-interactively-p'.
6743
171fda8a
JB
67442009-10-01 Juanma Barranquero <lekktu@gmail.com>
6745
171fda8a
JB
6746 * international/uni-bidi.el:
6747 * international/uni-category.el:
6748 * international/uni-combining.el:
6749 * international/uni-comment.el:
6750 * international/uni-decimal.el:
9c3c9fdf 6751 * international/uni-decomposition.el:
171fda8a
JB
6752 * international/uni-digit.el:
6753 * international/uni-lowercase.el:
6754 * international/uni-mirrored.el:
6755 * international/uni-name.el:
6756 * international/uni-numeric.el:
6757 * international/uni-old-name.el:
6758 * international/uni-titlecase.el:
6759 * international/uni-uppercase.el:
6760 Regenerate from Unicode 5.2.0 data.
6761
dcb9734a
GM
67622009-10-01 Glenn Morris <rgm@gnu.org>
6763
6764 * Makefile.in (ELCFILES): Regenerate.
6765
ced10a4c
SM
67662009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6767
9d28c33e
SM
6768 * subr.el (interactive-p): Mark obsolete.
6769 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6770 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6771 advertised-signature-table for subroutines as well.
6772
ced10a4c
SM
6773 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6774 (set-advertised-calling-convention): New function.
6775 (make-obsolete, define-obsolete-function-alias)
6776 (make-obsolete-variable, define-obsolete-variable-alias):
6777 Make the optional-ness of `when' obsolete.
6778 (define-obsolete-face-alias): Make `when' non-optional.
6779 * help-fns.el (help-function-arglist):
6780 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6781 Use advertised-signature-table.
6782
cc3dda16
MA
67832009-10-01 Michael Albinus <michael.albinus@gmx.de>
6784
6785 * files.el (delete-directory): New defun. The original function
6786 in fileio.c has been renamed to `delete-directory-internal'.
6787
6788 * dired.el (dired-delete-file): Call `delete-directory' with
6789 RECURSIVE parameter.
6790
5ce6e4f4 6791 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6792 parameter RECURSIVE. Implementation is missing.
6793
6794 * net/tramp.el (tramp-handle-make-directory): Flush upper
6795 directory's file properties.
ced10a4c 6796 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6797 (tramp-handle-dired-recursive-delete-directory): Flush directory
6798 properties after the remove command only.
6799
ced10a4c
SM
6800 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6801 Handle optional parameter RECURSIVE.
cc3dda16 6802
ced10a4c
SM
6803 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6804 Handle optional parameter RECURSIVE.
cc3dda16
MA
6805
6806 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6807 connection timeout.
6808 (tramp-smb-handle-delete-directory): Handle optional parameter
6809 RECURSIVE.
6810
cf885595
SM
68112009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6812
e3a6b82f
SM
6813 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6814 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6815 (byte-compile-defmacro): Use backquotes.
6816
7201bfbb
SM
6817 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6818
cf885595
SM
6819 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6820 has no associated file.
6821 (vc-resynch-buffer): Use vc-dir-buffers.
6822
a4d2c321
GM
68232009-10-01 Glenn Morris <rgm@gnu.org>
6824
9ffe3f52
GM
6825 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6826 (chart-file-count):
6827 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6828 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6829 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6830 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6831 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6832 (eieio-copy-parents-into-subclass, make-instance, class-children)
6833 (eieio-generic-form):
bd2afec2
GM
6834 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6835 * cedet/cedet-idutils.el (cedet-idutils-search)
6836 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6837 (cedet-idutils-version-check):
6838 * cedet/cedet.el (cedet-version):
6839 * cedet/data-debug.el (data-debug-insert-overlay-button)
6840 (data-debug-insert-overlay-list-button)
6841 (data-debug-insert-buffer-button)
6842 (data-debug-insert-buffer-list-button)
6843 (data-debug-insert-process-button, data-debug-insert-ring-button)
6844 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6845 (data-debug-insert-stuff-vector-button)
6846 (data-debug-insert-symbol-button, data-debug-insert-string)
6847 (data-debug-insert-number, data-debug-insert-lambda-expression)
6848 (data-debug-insert-nil, data-debug-insert-simple-thing)
6849 (data-debug-insert-custom, data-debug-edebug-expr):
6850 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6851 (global-ede-mode-map, ede-new, ede-debug-target)
6852 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6853 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6854 (semantic-fetch-tags, semantic-submode-list)
6855 (semantic-default-submodes):
a785b776
GM
6856 * cedet/ede/source.el (ede-source-match):
6857 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6858 (project-am-package-info):
6859 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6860 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6861 * cedet/ede/proj-comp.el (ede-current-build-list):
6862 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6863 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6864 * cedet/ede/cpp-root.el (initialize-instance):
6865 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6866 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
6867 * cedet/semantic/wisent.el (wisent-lex-eoi):
6868 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6869 (semantic-show-parser-state-mode):
6870 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6871 * cedet/semantic/tag.el (semantic-tag-new-variable)
6872 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6873 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6874 (semantic--tag-deep-copy-tag-list)
6875 (semantic-tag-components-with-overlays-default):
6876 * cedet/semantic/symref.el (semantic-symref-find-text):
6877 * cedet/semantic/senator.el (senator-yank-tag)
6878 (senator-transpose-tags-up):
6879 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6880 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6881 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6882 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6883 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6884 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6885 * cedet/semantic/lex-spp.el
6886 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6887 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6888 * cedet/semantic/idle.el
6889 (semantic-idle-summary-current-symbol-info-brutish)
6890 (semantic-idle-summary-current-symbol-info-default):
6891 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6892 (semantic--grammar-macro-compl-dict):
6893 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6894 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6895 (semantic-format-tag-canonical-name-default):
6896 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6897 (semantic-find-tags-for-completion)
6898 (semantic-find-tags-by-scope-protection-default)
6899 (semantic-deep-find-tags-for-completion):
6900 * cedet/semantic/edit.el
6901 (semantic-edits-incremental-reparse-failed-hook)
6902 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6903 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6904 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6905 * cedet/semantic/dep.el (semantic-dependency-include-path):
6906 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6907 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6908 (semanticdb-project-roots):
6909 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6910 (semanticdb-find-adebug-insert-scanned-tag-cons)
6911 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6912 (semanticdb-brute-deep-find-tags-for-completion):
6913 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6914 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6915 (semantic-end-of-context-default)
6916 (semantic-ctxt-current-function-default)
6917 (semantic-ctxt-scoped-types-default):
6918 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6919 (semantic-complete-inline-tag-engine)
6920 (semantic-complete-inline-custom-type)
6921 (semantic-complete-read-tag-analyzer):
6922 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6923 (semantic-chart-database-size):
6924 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6925 (semantic-analyze-current-context):
6926 * cedet/semantic/symref/list.el (semantic-symref)
6927 (semantic-symref-hide-buffer, semantic-symref-symbol):
6928 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6929 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6930 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6931 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6932 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6933 (semantic-c-dereference-template):
6934 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6935 (semantic--analyze-refs-full-lookup-with-parents)
6936 (semantic--analyze-refs-full-lookup-simple):
6937 * cedet/semantic/analyze/complete.el
6938 (semantic-analyze-possible-completions):
2f10955c
GM
6939 * cedet/srecode/table.el (srecode-mode-table-new):
6940 * cedet/srecode/srt.el (srecode-read-variable-name):
6941 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6942 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6943 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6944 * cedet/srecode/map.el (srecode-current-map):
6945 * cedet/srecode/insert.el (srecode-insert)
6946 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6947 (srecode-template-inserter-point-override)
6948 (srecode-insert-include-lookup):
6949 * cedet/srecode/getset.el (srecode-auto-choose-class):
6950 * cedet/srecode/extract.el (srecode-inserter-extract):
6951 * cedet/srecode/document.el
6952 (srecode-document-autocomment-return-last-alist)
6953 (srecode-document-autocomment-param-type-alist)
6954 (srecode-document-insert-function-comment)
6955 (srecode-document-insert-variable-one-line-comment)
6956 (srecode-document-function-name-comment):
6957 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6958 (srecode-compound-toString):
6959 * cedet/srecode/compile.el (srecode-flush-active-templates):
6960 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
6961 Doc/message fixes.
6962
9515cdcc
GM
6963 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6964 match-data. (Bug#4555).
6965
57b0083a
GM
6966 * cedet/semantic/bovine/gcc.el
6967 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6968 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6969
a4d2c321
GM
6970 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6971 rather than parsing it as a regexp. This relaxes the layout
6972 requirements and makes errors easier to detect.
6973 (check-declare-verify): Check file is regular.
6974 (check-declare-directory): Doc fix.
6975 * subr.el (declare-function): Doc fix.
6976
b15c31c7
GM
6977 * ibuffer.el (ibuffer-format-qualifier):
6978 * isearch.el (hi-lock-regexp-okay):
6979 * calc/calc.el (math-zerop):
6980 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6981 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6982 Remove unused declarations.
6983
0376249d
JB
69842009-10-01 Juanma Barranquero <lekktu@gmail.com>
6985
6986 * cedet/semantic/wisent/javat-wy.el
6987 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6988
9a589407
JB
69892009-09-30 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * cedet/srecode/expandproto.el: Fix provide statement.
6992
722ff82f
CY
69932009-09-30 Eric Ludlam <zappo@gnu.org>
6994
cf885595 6995 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
6996
69972009-09-30 Sascha Wilde <wilde@sha-bang.de>
6998
6999 * cedet/ede/srecode.el: Fix provide statement.
7000
1fc28a2c
GM
70012009-09-30 Glenn Morris <rgm@gnu.org>
7002
8240628d 7003 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 7004 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
7005 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7006 (ede-misc-source):
d16d4acd
GM
7007 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7008 (semantic-mrub-switch-tags): Fix doc typos.
7009
40f9bf94
GM
7010 * cedet/semantic/db-global.el (data-debug-new-buffer)
7011 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7012 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7013
494f4fc7
GM
7014 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7015
cf885595
SM
7016 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7017 use of CL function `remove-if-not'.
1fc28a2c
GM
7018
7019 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7020
494f4fc7
GM
7021 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7022 filename is not a string.
7023
561580e9
CY
70242009-09-29 Chong Yidong <cyd@stupidchicken.com>
7025
7026 * files.el (safe-local-eval-forms): Fix typo.
7027
dcbbecd4
SM
70282009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * vc-hooks.el (vc-dir-buffers): New var.
7031 (vc-state-refresh): New function.
7032 (vc-state): Use it.
7033 (vc-after-save): Always ask the backend to recompute the new state.
7034 Always call vc-dir if necessary, using vc-dir-buffers.
7035 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7036 Use vc-dir-buffers.
7037 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7038 (vc-dir-prepare-status-buffer, vc-dir-update)
7039 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7040 Don't call expand-file-name on default-directory.
7041
d88444f2
JB
70422009-09-29 Juanma Barranquero <lekktu@gmail.com>
7043
7044 * speedbar.el (speedbar-item-delete):
7045 * calc/calc-prog.el (calc-kbd-if):
7046 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7047
7048 * epa.el (epa-key-list-mode-map):
7049 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7050
7051 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7052 (hs-show-hook): Fix typo in docstring.
7053
5da62d41
GM
70542009-09-29 Glenn Morris <rgm@gnu.org>
7055
d037e45a
GM
7056 * cedet/semantic/symref/idutils.el:
7057 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7058
ae715515
GM
7059 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7060
7061 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7062 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7063 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7064 Mark declarations not understood by check-declare.
7065
8360fce0
GM
7066 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7067 file-name-nondirectory call preventing location of cedet files.
7068 (check-declare-verify): Use literal search rather than re-search.
ae715515 7069 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7070
7071 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7072 Use tramp-compat-file-attributes rather than nonexistent
7073 tramp-compat-handle-file-attributes.
7074
5da62d41
GM
7075 * Makefile.in (lisptagsfiles4): New.
7076 (AUTOGENEL): Add cedet loaddefs files.
7077 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7078 (update-elclist, compile-always, backup-compiled-files)
7079 (bootstrap-clean): Add yet another directory level.
7080 (update-elclist): Use LC_COLLATE rather than COLLATE.
7081 (ELCFILES): Update, via `make update-elclist'.
7082
48267264
JB
70832009-09-29 Juanma Barranquero <lekktu@gmail.com>
7084
7085 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7086 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7087 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7088
2c4cd0b0
AS
70892009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7090
7091 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7092 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7093 (update-elclist): Add third directory level to look for elc files.
7094 (compile-always): Likewise.
7095 (backup-compiled-files): Likewise.
7096 (bootstrap-clean): Likewise.
7097 (ELCFILES): Update.
7098
a2533e47
CY
70992009-09-28 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * Makefile.in (ELCFILES): Add CEDET files.
7102
b90caf50 71032009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7104
b90caf50 7105 CEDET (development tools) package merged.
a2095e2e 7106
b90caf50
CY
7107 * cedet/*.el:
7108 * cedet/ede/*.el:
7109 * cedet/semantic/*.el:
7110 * cedet/srecode/*.el: New files.
a2095e2e 7111
eefbedb1
MA
71122009-09-28 Michael Albinus <michael.albinus@gmx.de>
7113
7114 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7115
7116 * net/tramp.el (top): Require tramp-imap.
7117
7118 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7119 Use `tramp-compat-handle-file-attributes'.
7120
71212009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7122
7123 * net/tramp-imap.el: New package.
7124
66635e2f 71252009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7126
7127 * emacs-lisp/chart.el:
7128 * emacs-lisp/eieio-base.el:
7129 * emacs-lisp/eieio-comp.el:
7130 * emacs-lisp/eieio-custom.el:
e608e7be 7131 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7132 * emacs-lisp/eieio-opt.el:
7133 * emacs-lisp/eieio-speedbar.el:
7134 * emacs-lisp/eieio.el: New files.
7135
666fd2cc
CY
7136 * cedet/cedet-cscope.el:
7137 * cedet/cedet-files.el:
7138 * cedet/cedet-global.el:
7139 * cedet/cedet-idutils.el:
7140 * cedet/data-debug.el:
7141 * cedet/inversion.el:
7b232be9 7142 * cedet/mode-local.el:
666fd2cc
CY
7143 * cedet/pulse.el: New files.
7144
748e3d67
VJL
71452009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7146
7147 * whitespace.el (whitespace-trailing-regexp)
7148 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7149 Fix doc string.
7150
15120dec
CY
71512009-09-27 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7154 menu.
7155
7156 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7157 menu-bar-ediff-menu.
7158
7159 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7160 define-overloadable-function.
7161
7162 * progmodes/autoconf.el: Provide autoconf as well, so that this
7163 file can be `require'd.
7164
7165 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7166
7167 * emacs-lisp/autoload.el (generated-autoload-feature)
7168 (generated-autoload-load-name): New vars.
7169 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7170 (make-autoload): Recognize define-overloadable-function and
7171 defclass forms (for EIEIO).
7172
7173 * Makefile.in (update-subdirs): Exclude cedet directory.
7174
135abf91
AR
71752009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7176
1becddbb 7177 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7178
7179 * faces.el: Default light-background background for region face to
7180 ns_selection_color under NS.
7181
3d994264
TZ
71822009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7183
7184 * net/imap-hash.el: New library, see NEWS.
7185
7186 * Makefile.in (ELCFILES): Add imap-hash.el.
7187
ce9a0ccb
SM
71882009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7189
7190 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7191 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7192 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7193 definition where the docstring could be taken for the return value.
7194
a92cdd49
GM
71952009-09-26 Glenn Morris <rgm@gnu.org>
7196
7197 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7198 Add option to only show images below a certain size.
7199 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7200 save-excursion calls.
7201
416ac2f1
EZ
72022009-09-26 Eli Zaretskii <eliz@gnu.org>
7203
7204 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7205 subdirectories) and eieio.
7206
d9a13f68
AM
72072009-09-26 Alan Mackenzie <acm@muc.de>
7208
9c3c9fdf 7209 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7210 buggy bracketing. (Bug#4289)
d9a13f68
AM
7211
7212 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7213 character constants (as case labels). (Bug#4289)
d9a13f68 7214
182b3bec
CY
72152009-09-25 Juri Linkov <juri@jurta.org>
7216
7217 * files.el (safe-local-eval-forms): Allow time-stamp in
7218 before-save-hook (Bug#4554).
7219
8f75f2da
JB
72202009-09-25 Drew Adams <drew.adams@oracle.com>
7221
7222 * menu-bar.el (list-buffers-directory): Doc fix.
7223
8390fb80
SM
72242009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7227 Try and avoid copying twice the same paragraph.
7228 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7229 Remove save-excursion.
7230 (log-edit-changelog-entry): Do it here instead.
7231
11ee8d90
JB
72322009-09-25 Juanma Barranquero <lekktu@gmail.com>
7233
027b1942
JB
7234 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7235 when available, instead of hardcoding mode names. Doc fix.
7236
11ee8d90
JB
7237 * menu-bar.el (list-buffers-directory): Add docstring.
7238 Make automatically buffer-local.
7239
7240 * dired.el (dired-mode):
7241 * files.el (cd-absolute):
7242 * pcvs.el (cvs-temp-buffer):
7243 * pcvs-util.el (cvs-get-buffer-create):
7244 * shell.el (shell-mode):
7245 * vc-dir.el (vc-dir-mode):
7246 Don't make `list-buffers-directory' buffer local.
7247
21289c5d
CY
72482009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7249
8390fb80
SM
7250 * comint.el (comint-exec, comint-run, make-comint):
7251 Doc fixes (Bug#4542).
21289c5d 7252
e8652dd9
GM
72532009-09-25 Glenn Morris <rgm@gnu.org>
7254
7255 * mail/rmailmm.el (rmail-mime): New custom group.
7256 Move all defcustoms in this file into this group.
7257 (rmail-mime-media-type-handlers-alist): Revert previous change.
7258 (rmail-mime-show-images): New option.
7259 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7260 references to it, since it wasn't actually used for anything.
7261 (rmail-mime-insert-image): New function.
7262 (rmail-mime-image): Use rmail-mime-insert-image.
7263 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7264 obey the value of `rmail-mime-show-images' option. Print the size of
7265 attachments.
e8652dd9 7266
fb652bb5
JB
72672009-09-25 David Engster <deng@randomsample.de>
7268
7269 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7270
32a9841c
VJL
72712009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7272
7273 * whitespace.el: Does not highlight trailing spaces While point is
7274 at end of line. Does not highligt spaces at beginning of buffer
7275 while point is at beginning of buffer. Does not highlight spaces
7276 at end of buffer while point is at end of buffer. (Bug#4177)
7277 New version 12.0.
7278 (whitespace-display-mappings): Adjust initialization.
7279 (whitespace-point, whitespace-font-lock-refontify): New vars.
7280 (whitespace-color-on, whitespace-color-off): Adjust code.
7281 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7282 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7283 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7284
e477ca84
CY
72852009-09-24 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7288
7289 * textmodes/sgml-mode.el: Remove xml-mode alias.
7290
7291 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7292 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7293
68712602
AM
72942009-09-24 Alan Mackenzie <acm@muc.de>
7295
7296 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7297 c-forward-conditionals, but it doesn't move point and doesn't set
7298 the mark.
7299 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7300 (c-down-conditional-with-else, c-backward-conditional)
7301 (c-forward-conditional): Refactor to use c-scan-conditionals.
7302
1659ada0
JB
73032009-09-24 Juanma Barranquero <lekktu@gmail.com>
7304
7305 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7306 (help-default-arg-highlight): Remove.
7307 (help-highlight-arg): New function.
7308 (help-do-arg-highlight): Use it.
7309 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7310
b3f01e46
SM
73112009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7314 Undo last change, which didn't fix the problem and introduced others.
7315
107ef54a
NR
73162009-09-24 Nick Roberts <nickrob@snap.net.nz>
7317
7318 * progmodes/gdb-mi.el: Don't require speedbar.
7319 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7320
ffa1fed6
GM
73212009-09-24 Glenn Morris <rgm@gnu.org>
7322
2157a2be
GM
7323 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7324
6125167c
GM
7325 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7326
ffa1fed6
GM
7327 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7328 there is no newline after the final mime boundary. (Bug#4539)
7329 Move markers on insertion so that any buttons inserted don't end up in
7330 the next part of a multipart message.
2e9075d3
GM
7331 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7332 (rmail-mime-bulk-handler): Optionally handle images.
7333 (rmail-mime-image): New button action.
7334 (rmail-mime-image-handler): New function.
7335 (rmail-mime-mode): New mode.
7336 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7337
4a814992
SM
73382009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7339
075518b5
SM
7340 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7341 than just dropping elements from it (bug#4504).
7342
8ad2defc
SM
7343 * term.el (term-set-scroll-region): Don't move cursor any more.
7344 (term-handle-ansi-escape): Call term-goto here instead.
7345 Suggested by Ivan Kanis <apple@kanis.eu>.
7346
4a814992
SM
7347 * term.el: Require CL.
7348 (term-ansi-reset): New function.
7349 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7350 (term-handle-colors-array): Simplify.
7351
5a0c3f56
JB
73522009-09-24 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * allout.el (allout-overlay-interior-modification-handler)
7355 (allout-obtain-passphrase):
7356 * epa-file.el (epa-file-write-region):
7357 * ps-print.el (ps-begin-job):
7358 * vc-hooks.el (vc-toggle-read-only):
7359 * vc-rcs.el (vc-rcs-rollback):
7360 * vc-sccs.el (vc-sccs-rollback):
7361 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7362 (vc-version-diff, vc-revert, vc-rollback):
7363 * wdired.el (wdired-check-kill-buffer):
7364 * emacs-lisp/authors.el (authors):
7365 * net/socks.el (socks-open-connection):
7366 * net/zeroconf.el (zeroconf-service-add-hook):
7367 * obsolete/vc-mcvs.el (vc-mcvs-register):
7368 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7369 (gdb-select-frame):
7370 * progmodes/grep.el (lgrep, rgrep):
7371 * progmodes/idlw-help.el (idlwave-help-check-locations)
7372 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7373 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7374 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7375 (reftex-toc-rename-label): Fix typos in error messages.
7376
7377 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7378 (dired-copy-how-to-fn): Doc fix.
7379 (dired-files-attributes, dired-read-shell-command):
7380 Fix typos in docstrings.
7381
7382 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7383 (dired-x-find-file-other-window): Reflow docstrings.
7384 (dired-omit-marker-char, dired-read-shell-command)
7385 (dired-x-submit-report): Fix typos in docstrings.
7386
7387 * shell.el (shell-mode-hook):
7388 * view.el (View-scroll-line-forward):
7389 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7390 Fix typos in docstrings.
7391
7392 * net/dig.el (dig-invoke): Fix typo in docstring.
7393 (query-dig): Reflow docstring.
7394
7395 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7396 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7397 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7398 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7399 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7400 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7401 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7402 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7403 (idlwave-completion-map, idlwave-current-indent)
7404 (idlwave-custom-ampersand-surround, idlwave-customize)
7405 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7406 (idlwave-define-abbrev, idlwave-determine-class-special)
7407 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7408 (idlwave-end-block-reg, idlwave-end-of-statement)
7409 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7410 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7411 (idlwave-explicit-class-listed, idlwave-file-header)
7412 (idlwave-fill-paragraph, idlwave-find-class-definition)
7413 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7414 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7415 (idlwave-in-quote, idlwave-indent-action-table)
7416 (idlwave-indent-expand-table, idlwave-indent-line)
7417 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7418 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7419 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7420 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7421 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7422 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7423 (idlwave-outlawed-buffers, idlwave-popup-select)
7424 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7425 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7426 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7427 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7428 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7429 (idlwave-statement-type, idlwave-struct-skip)
7430 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7431 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7432 (idlwave-what-module-find-class): Fix typos in docstrings.
7433 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7434 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7435 (idlwave-find-module, idlwave-find-structure-definition)
7436 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7437 (idlwave-list-load-path-shadows, idlwave-next-statement)
7438 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7439 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7440 (idlwave-template): Reflow docstrings.
7441
7442 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7443 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7444 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7445 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7446 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7447 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7448 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7449 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7450 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7451 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7452 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7453 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7454 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7455 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7456 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7457 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7458 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7459 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7460 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7461 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7462 Fix typos in docstrings.
7463 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7464 (idlwave-shell-hide-output, idlwave-shell-mode)
7465 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7466 Reflow docstrings.
7467
7468 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7469
62136c5d
SM
74702009-09-24 Ivan Kanis <apple@kanis.eu>
7471
7472 * term.el (term-bold-attribute): New var.
7473 (term-handle-colors-array): Use it.
7474
9c1a45ed
NR
74752009-09-23 Nick Roberts <nickrob@snap.net.nz>
7476
7477 * progmodes/gdb-mi.el (gdb-version): New variable.
7478 (gdb-non-stop-handler): Set gdb-version.
7479 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7480 Condition "--thread" option on gdb-version.
7481 (gdb-invalidate-threads): Remove unused argument.
7482
03304f31
SM
74832009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7486 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7487
4f02f0c9
GM
74882009-09-23 Glenn Morris <rgm@gnu.org>
7489
7490 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7491 replying to mail without References or Message-Id. (Bug#4525)
7492
a3b4b363
AR
74932009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7494
7495 * term/ns-win.el (ns-reg-to-script): New variable.
7496
7bda18cc
DU
74972009-09-23 Daiki Ueno <ueno@unixuser.org>
7498
7499 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7500
72169e55
SS
75012009-09-22 Sam Steingold <sds@gnu.org>
7502
7503 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7504 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7505 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7506 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7507
905b7d38
SM
75082009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7509
b0459dec
SM
7510 * textmodes/fill.el: Convert to utf-8 encoding.
7511 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7512 pre-unicode days.
7513
905b7d38
SM
7514 * add-log.el (change-log-fill-forward-paragraph): New function.
7515 (change-log-mode): Use it so fill-region DTRT.
7516 Set fill-indent-according-to-mode here rather than in
7517 change-log-fill-paragraph.
7518 (change-log-fill-paragraph): Remove.
7519
baa7f3de
JB
75202009-09-22 Juanma Barranquero <lekktu@gmail.com>
7521
7522 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7523 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7524
a8d789f0
GM
75252009-09-22 Glenn Morris <rgm@gnu.org>
7526
daedbbc2
GM
7527 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7528 the scroll-bar scroll the calendar window rather than the buffer.
7529
d8899a74
GM
7530 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7531 commands that move point (as opposed to scrolling).
7532
a8d789f0
GM
7533 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7534
7535 * emacs-lisp/elint.el (elint): New custom group.
7536 (elint-log-buffer): Make it a defcustom.
7537 (elint-scan-preloaded, elint-ignored-warnings)
7538 (elint-directory-skip-re): New options.
7539 (elint-builtin-variables): Doc fix.
7540 (elint-preloaded-env): New variable.
7541 (elint-unknown-builtin-args): Add an entry for encode-time.
7542 (elint-extra-errors): Make it a variable rather than a constant.
7543 (elint-preloaded-skip-re): New constant.
7544 (elint-directory): Skip files matching elint-directory-skip-re.
7545 (elint-features): New variable, local to linted buffers.
7546 (elint-update-env): Initialize elint-features. Possibly add
7547 elint-preloaded-env to the buffer's environment.
7548 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7549 Skip quoted forms.
7550 (elint-init-form): New function, extracted from elint-init-env.
7551 Make non-list forms a warning rather than an error.
7552 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7553 easy-menu-define, put that adds an error-condition, and provide.
7554 When requiring cl, also require cl-macs. Really require cl, to handle
7555 some cl macros. Store required libraries in the list elint-features,
7556 so as not to re-load them. Treat cc-require like require.
7557 (elint-init-env): Call elint-init-form to do the work.
7558 Handle eval-and-compile and such like.
7559 (elint-add-required-env): Do not clear messages.
7560 (elint-special-forms): Add handlers for function, defalias, if, when,
7561 unless, and, or.
7562 (elint-form): Add optional argument to ignore elint-special-forms,
7563 useful to prevent recursive calls from handlers. Doc fix.
7564 Respect elint-ignored-warnings.
7565 (elint-form): Respect elint-ignored-warnings.
7566 (elint-bound-variable, elint-bound-function): New variables.
7567 (elint-unbound-variable): Respect elint-bound-variable.
7568 (elint-get-args): Respect elint-bound-function.
7569 (elint-check-cond-form): Add some simple handling for (f)boundp and
7570 featurep tests.
7571 (elint-check-defalias-form): New handler.
7572 (elint-check-let-form): Make an empty let a warning rather than an
7573 error.
7574 (elint-check-setq-form): Make an empty setq a warning rather than an
7575 error. Respect elint-ignored-warnings.
7576 (elint-check-defvar-form): Accept null doc-strings.
7577 (elint-check-conditional-form): New handler. Does some simple-minded
7578 checking of featurep and (f)boundp tests.
7579 (elint-put-function-args): New function.
7580 (elint-initialize): Use elint-scan-doc-file rather than
7581 elint-find-builtin-variables. Use elint-put-function-args.
7582 Possibly scan preloaded-file-list.
7583 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7584 extend to handle functions as well.
7585
245be23c
JB
75862009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7587
7588 * linum.el (linum-delete-overlays, linum-update-window):
7589 Do not modify the right margin. (Bug#3971)
7590
91fdbd6f
CY
75912009-09-21 Chong Yidong <cyd@stupidchicken.com>
7592
7593 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7594 nxml-mode instead of xml-mode.
7595
7589d38e
JB
75962009-09-21 Kevin Ryde <user42@zip.com.au>
7597
7598 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7599
5ac42715
SM
76002009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * net/dig.el (dig-mode): Use define-derived-mode.
7603
09c01323
DN
76042009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7605
4096c5f2
DN
7606 * vc-dispatcher.el (vc-do-command): Return the process object in
7607 the asynchronous case. Use when instead of if. Do not run
5480359e 7608 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7609
0e172cc2
DN
7610 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7611 properties to the stash strings.
7612 (vc-git-stash-list): Return a list of strings.
7613 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7614 (vc-git-stash-show-at-point): New functions.
7615 (vc-git-stash-map): New keymap.
7616
03304f31
SM
7617 * register.el (ctl-x-r-map): Define the keys here instead of
7618 using autoload.
09c01323 7619
03304f31 76202009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7621
7622 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7623 list, to workaround performance problem (bug#4485).
7624
2f5fc4d7
NR
76252009-09-20 Nick Roberts <nickrob@snap.net.nz>
7626
7627 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7628
b0f5fd2e
DU
76292009-09-20 Daiki Ueno <ueno@unixuser.org>
7630
7631 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7632 Document that this option is not recommended to use.
7633
f3445fab
GM
76342009-09-19 Glenn Morris <rgm@gnu.org>
7635
547c6921
GM
7636 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7637 variable `var'.
7638
f3445fab
GM
7639 * calc/calc-alg.el (var):
7640 * calc/calcalg2.el (var): Define for compiler.
7641
946c009b
CY
76422009-09-19 Chong Yidong <cyd@stupidchicken.com>
7643
e3f36d03
SM
7644 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7645 Doc fix (Bug#3932).
e2045997 7646
24aedbca
CY
7647 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7648
327dd27a
CY
7649 * time-stamp.el (time-stamp-month-dd-yyyy)
7650 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7651 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7652 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7653 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7654 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7655
946c009b
CY
7656 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7657 indent buffer only if called interactively (Bug#4452).
7658
3e70541a
JB
76592009-09-19 Juanma Barranquero <lekktu@gmail.com>
7660 Eli Zaretskii <eliz@gnu.org>
7661
7662 This fixes bug#4197 (merged to bug#865, though not identical).
7663 * server.el (server-auth-dir): Add docstring note about FAT32.
7664 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7665 but warn against using them.
7666
9b94c32e
NR
76672009-09-19 Nick Roberts <nickrob@snap.net.nz>
7668
7669 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7670 older GDB where there is no has_more field.
7671
66590684
GM
76722009-09-19 Glenn Morris <rgm@gnu.org>
7673
7674 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7675
9a1337f9
CY
76762009-09-18 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * files.el (auto-mode-alist): Change default for XML files to nXML
7679 mode (Bug#4169).
7680
d7554167
JB
76812009-09-18 Juanma Barranquero <lekktu@gmail.com>
7682
7683 * server.el (server-ensure-safe-dir): Pass 'integer
7684 to `file-attributes', as suggested.
7685
35a3f9a4
SM
76862009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7689 (dired-query): Use read-key.
7690
044f9b05
AR
76912009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7692
7693 * cus-start.el (ns-use-qd-smoothing): Remove.
7694
6188ea49
GM
76952009-09-18 Glenn Morris <rgm@gnu.org>
7696
08cf18e4
GM
7697 * allout.el (top-level): Remove unnecessary progn.
7698
07eae5c5
GM
7699 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7700
6726c25e
GM
7701 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7702 definition of abbrev table.
7703
3f527154 7704 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7705 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7706 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7707 * net/newst-backend.el (newsticker--cache-read-feed):
7708 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7709 condition-case handlers.
7710
ccb4c30c
NR
77112009-09-18 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7714 (gdb-var-list): Add an element for has_more field.
7715 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7716 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7717 (gdb-var-update-handler-1): Parse output of dynamic variable
7718 objects (STL containers).
7719 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7720 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7721
7722 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7723 gdb-var-list.
7724 (gud-speedbar-buttons): Make node expandable if expression "has more"
7725 children.
7726
8686ac71
JB
77272009-09-17 Juanma Barranquero <lekktu@gmail.com>
7728
7729 * startup.el (emacs-quick-startup): Remove variable and all uses.
7730 (command-line): Set `inhibit-x-resources' instead.
7731 (command-line-1): Use `inhibit-x-resources' instead.
7732
a69c67e8
CY
77332009-09-17 Chong Yidong <cyd@stupidchicken.com>
7734
7735 * subr.el: Fix last change to avoid using the `unless' macro,
7736 which breaks bootstrapping.
7737
354f0faf
SM
77382009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7741 extended definitions, in case we reload subr.el after having
7742 loaded CL.
7743 (eval-next-after-load): Mark as obsolete.
7744
98b9bf40
JL
77452009-09-17 Juri Linkov <juri@jurta.org>
7746
7747 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7748 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7749 (menu-bar-showhide-menu, menu-bar-tools-menu)
7750 (menu-bar-describe-menu, menu-bar-help-menu)
7751 (minibuffer-local-completion-map, minibuffer-local-map):
7752 Fix list quoting.
7753
28fab7b5
GM
77542009-09-17 Glenn Morris <rgm@gnu.org>
7755
88d5190c
GM
7756 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7757 arguments, whether or not it has a handler.
7758
74f24ba7
GM
7759 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7760
28fab7b5
GM
7761 * simple.el (hard-newline): Give it a doc-string.
7762
a8106aec
GM
7763 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7764 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7765
76251ad7
DN
77662009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7767
72033dbe
DN
7768 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7769 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7770 (menu-bar-options-menu, menu-bar-showhide-menu)
7771 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7772 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7773 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7774 (menu-bar-options-menu, menu-bar-tools-menu)
7775 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7776 (menu-bar-help-menu):
7777 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7778 string arguments.
7779
76251ad7
DN
7780 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7781 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7782 calls for the menu names and :help.
7783
97b952b7
SM
77842009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7787 to :minor-mode-function (bug#4455).
7788
8f38189e
SM
77892009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7790
d2fd733e
SM
7791 * startup.el (command-line): Initialize the window-system after
7792 processing the command-line.
7793
8f38189e
SM
7794 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7795 page-delimiter matches the empty string.
7796
77564fa4
GM
77972009-09-16 Glenn Morris <rgm@gnu.org>
7798
7799 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7800 byte-compile-not-obsolete-var. It's a list now.
7801 (byte-compile-not-obsolete-funcs): New variable.
7802 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7803 byte-compile-not-obsolete-funcs.
7804 (byte-compile-variable-ref, byte-compile-defvar): Update for
7805 byte-compile-not-obsolete-vars name-change and list nature.
7806 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7807 and variables behind (f)boundp tests.
7808 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7809
79d316d3
DN
78102009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7813
8fed6934
SM
78142009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7817 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7818 Don't autoload.
7819
4078fd57
SE
78202009-09-15 Stephen Eglen <stephen@gnu.org>
7821
7822 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7823 the virtual-buffers, use the name of the buffer specified by
4078fd57 7824 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7825 problem if the target and the symlink had different names.)
4078fd57 7826
838ff458
SM
78272009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7828
b3c7c12d
SM
7829 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7830
13dc2bc2
SM
7831 * desktop.el (desktop-path): Check user-emacs-directory.
7832
49fec531
SM
7833 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7834
0e328d37
SM
7835 * loadup.el: Use after-load-functions to GC after loading each file.
7836 Remove the explicit GC calls that used to be sprinkled around.
7837
838ff458
SM
7838 * subr.el (after-load-functions): New hook.
7839 (do-after-load-evaluation): Run it. Use string-match-p to detect
7840 `obsolete' packages, rather than painfully extracting the relevant
7841 directory name.
7842
a62f564f
GM
78432009-09-15 Glenn Morris <rgm@gnu.org>
7844
7845 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7846 free variable `doc'.
7847
7848 * dired.el (dired-mode-map): Add menu entry for async shell command.
7849
7850 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7851 variables, also consider the .elc files, since the .el files are
7852 normally gzipped (subsequent code locates the .el.gz from the .elc).
7853
7854 * calc/calc-prog.el (arglist): Define for compiler.
7855
7856 * calendar/diary-lib.el (diary-display-function): Change the default to
7857 fancy display.
7858 (body): Define for compiler.
7859
7860 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7861 (byte-compile-file-form, byte-compile-lambda)
7862 (byte-compile-top-level-body, byte-compile-form)
7863 (byte-compile-variable-ref, byte-compile-setq)
7864 (byte-compile-setq-default, byte-compile-body)
7865 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7866 (batch-byte-compile): Give some more local variables with common names
7867 a "bytecomp-" prefix to avoid masking warnings about free variables.
7868
cd05fe7f
GM
7869 * startup.el (command-line-1): Give local variables with common names a
7870 distinguishing prefix, so as not to hide free variable warnings during
7871 bootstrap.
7872
a62f564f
GM
7873 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7874 clever and add a suffix to make a unique name, just let the user decide
7875 whether or not to overwrite it. If the input is a directory, write the
7876 default filename to that directory. (Bug#4388)
7877 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7878 is a filename-as-a-directory.
7879
fbc88440
SM
78802009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * textmodes/page.el (what-page): Don't move to beginning of line.
7883 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7884
60308853
DN
78852009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7886
7887 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7888
32ba3abc
DN
78892009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7890
9cd39aff
DN
7891 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7892 * help.el (help-for-help-internal): Add purecopy calls for text.
7893
32ba3abc
DN
7894 * vc.el (top): print-log method now takes an optional SHORTLOG
7895 argument. Add a new method: root.
32ba3abc
DN
7896 (vc-root-diff, vc-print-root-log): New functions.
7897 (vc-log-short-style): New variable.
7898 (vc-print-log-internal): Add support for showing short logs.
7899
7900 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7901 vc-print-root-log and vc-print-root-diff.
7902
7903 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7904 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7905 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7906 short logs.
7907
7908 * vc-cvs.el (vc-cvs-print-log):
7909 * vc-mtn.el (vc-mtn-print-log):
7910 * vc-rcs.el (vc-rcs-print-log):
7911 * vc-sccs.el (vc-sccs-print-log):
7912 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7913 that is ignored for now.
7914
837b0e99
DN
7915 * vc-mtn.el (vc-mtn-annotate-command):
7916 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7917
31cd2dd4
SM
79182009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7921 to function-key-map, and give them ascii-character property.
7922 * term/x-win.el (x-alternatives-map):
7923 * term/ns-win.el (ns-alternatives-map):
7924 * term/internal.el (msdos-key-remapping-map):
7925 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7926
d62e5bf2
GM
79272009-09-14 Glenn Morris <rgm@gnu.org>
7928
7929 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7930 temp-buffers (2009-09-12).
7931
7d0105e5
SM
79322009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7935 the new read-key function.
7936
e17ed9ad
CY
79372009-09-13 Chong Yidong <cyd@stupidchicken.com>
7938
7939 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7940 is defined (Bug#4405).
7941
1fc26e29
CY
79422009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7943
7944 * recentf.el (recentf-cleanup): Use a hash table to find
7945 duplicates (Bug#4407).
7946
61dc96a2 79472009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7948
7949 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7950 kp-0 to ascii equivalents (Bug#4325).
7951
42c3a9e3
CY
79522009-09-13 Chong Yidong <cyd@stupidchicken.com>
7953
1f5c1626
CY
7954 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7955
42c3a9e3 7956 * eshell/em-hist.el:
31cd2dd4
SM
7957 * eshell/em-dirs.el (eshell-complete-user-reference):
7958 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7959
79602009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7961
7962 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7963 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7964 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7965 * eshell/em-hist.el (eshell-history-file-name):
7966 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7967
1e2b6acf
GM
79682009-09-13 Glenn Morris <rgm@gnu.org>
7969
7970 * ediff-merg.el (ediff-do-merge):
7971 * filesets.el (filesets-run-cmd):
7972 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7973 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7974 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7975 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7976 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7977 Replace empty `let's with `progn'.
7978
adba8116
SM
79792009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * mail/sendmail.el (send-mail-function):
7982 * tooltip.el (tooltip-mode):
7983 * simple.el (transient-mark-mode):
7984 * rfn-eshadow.el (file-name-shadow-mode):
7985 * frame.el (blink-cursor-mode):
7986 * font-core.el (global-font-lock-mode):
7987 * files.el (temporary-file-directory)
7988 (small-temporary-file-directory, auto-save-file-name-transforms):
7989 * epa-hook.el (auto-encryption-mode):
7990 * composite.el (global-auto-composition-mode):
7991 Use custom-initialize-delay.
7992 * startup.el (command-line): Don't explicitly call
7993 custom-reevaluate-setting for all the above vars.
7994 * custom.el (custom-initialize-safe-set)
7995 (custom-initialize-safe-default): Delete.
7996
0a4afea9
SM
79972009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7998
9f94990d
SM
7999 * term/x-win.el (x-initialize-window-system):
8000 * term/w32-win.el (w32-initialize-window-system):
8001 * term/ns-win.el (ns-initialize-window-system): Don't call
8002 mouse-wheel-mode since it's enabled globally by default already.
8003
0a4afea9
SM
8004 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8005 actually define the variable, but only silences the byte-compiler.
8006 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8007 before looking it up.
8008 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8009 is changed.
8010
bf01513f
GM
80112009-09-12 Glenn Morris <rgm@gnu.org>
8012
8013 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8014 1000.
8015 (elint-add-required-env): Don't beep on error.
8016 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8017 (elint-init-env): Skip non-list forms.
8018 (elint-log): Handle unknown file positions.
bf01513f 8019
d85889e4
DU
80202009-09-12 Daiki Ueno <ueno@unixuser.org>
8021
8022 * epg.el (epg-make-context): Add autoload cookie.
8023 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8024 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8025 (epg-verify-string, epg-start-sign, epg-sign-file)
8026 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8027 (epg-encrypt-string, epg-start-export-keys)
8028 (epg-export-keys-to-file, epg-export-keys-to-string)
8029 (epg-start-import-keys, epg-import-keys-from-file)
8030 (epg-import-keys-from-string, epg-start-receive-keys)
8031 (epg-receive-keys, epg-import-keys-from-server)
8032 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8033 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8034 (epg-generate-key-from-file, epg-generate-key-from-string):
8035 Remove autoload cookie.
d85889e4 8036
8f825ee6
EZ
80372009-09-12 Eli Zaretskii <eliz@gnu.org>
8038
36b434ee
EZ
8039 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8040 reevaluation of trash-directory.
8041
8f825ee6
EZ
8042 * mwheel.el: Fix last change.
8043 (mouse-wheel-mode): New defvar.
8044 (mouse-wheel-mode): Remove autoload cookie.
8045
5766c380
SM
80462009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8047
ab5c0fcd
SM
8048 * mwheel.el (mwheel-installed-bindings): New var.
8049 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8050 the bindings we set last time. Use custom-initialize-delay.
8051 * loadup.el: Load mwheel after term/*-win.el.
8052 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8053 and mouse-wheel-up-event now that their first evaluation is done
8054 sufficiently late to be correct.
8055
45448e64
SM
8056 * startup.el (tutorial-directory): Make it a defcustom.
8057 Use custom-initialize-delay rather than eval-at-startup to set it.
8058 * image.el (image-load-path): Make it a defcustom.
8059 Use custom-initialize-delay rather than eval-at-startup to set it.
8060 * subr.el (eval-at-startup): Remove.
8061 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8062
5766c380
SM
8063 * subr.el (do-after-load-evaluation): Warn the user after loading an
8064 obsolete package.
8065
d6549da4
GM
80662009-09-12 Glenn Morris <rgm@gnu.org>
8067
8068 * proced.el (proced-mark-alt): Remove alias.
8069 (proced-mode-map): Remove proced-mark-alt.
8070
8071 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8072 Elint file and directory. Remove initialization entry.
8073
8074 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8075 commands.
8076 (elint-current-buffer): Set mode-line-process.
8077 (elint-init-env): Handle define-derived-mode.
8078 Fix declare-function with unspecified arglist. Guard against odd
8079 defalias statements (eg iso-insert's 8859-1-map).
8080 (elint-add-required-env): Use a temp buffer.
8081 (elint-form): Just print the function/macro name, not the whole form.
8082 Return env unchanged if we fail to parse a macro.
8083 (elint-forms): Guard against parse errors.
8084 (elint-output): New function, to handle batch mode.
8085 (elint-log-message): Add optional argument. Use elint-output.
8086 (elint-set-mode-line): New function.
8087
30194d4d
CY
80882009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8089
8090 * emacs-lisp/elp.el (elp-not-profilable): Add more
8091 functions (Bug#4233).
8092
a035f9b0
CY
80932009-09-12 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8096 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8097
dad61164
NR
80982009-09-11 Nick Roberts <nickrob@snap.net.nz>
8099
8100 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8101 (gdb-var-list-children): Use json parsing.
8102
9c3c9fdf 81032009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8104
8105 * progmodes/js.el (js--proper-indentation): Handle the case where
8106 char-before is null. Reported by Deniz Dogan.
8107
b4587710
JB
81082009-09-11 Juanma Barranquero <lekktu@gmail.com>
8109
8110 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8111
13890796
DU
81122009-09-11 Daiki Ueno <ueno@unixuser.org>
8113
8114 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8115 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8116 (epg-context-set-passphrase-callback)
97d4bdba 8117 (epg-context-set-progress-callback): Add description about
b18508dd 8118 callback function.
13890796 8119
2efb64a8
SM
81202009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8121
790d0270
SM
8122 * custom.el (custom-delayed-init-variables): New var.
8123 (custom-initialize-delay): New function.
8124 * startup.el (command-line): "Re"evaluate all vars in
8125 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8126 explicitly any more.
8127 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8128 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8129
8130 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8131
ac243a40
NR
81322009-09-11 Nick Roberts <nickrob@snap.net.nz>
8133
8134 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8135 (gdb-var-update-handler): Use json parsing.
8136
657bc6fc
JB
81372009-09-11 Juanma Barranquero <lekktu@gmail.com>
8138
8139 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8140 decode annotated text, regardless of language environment. (Bug#2741)
8141
b6fe8102
SM
81422009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * Makefile.in (autoloads): Make rmail.el writable as well.
8145
5cc443fe
GM
81462009-09-11 Glenn Morris <rgm@gnu.org>
8147
5515c54e
GM
8148 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8149 loaddefs.el.
8150 * dired.el: Regenerate with extracted autoloads.
8151 * Makefile.in (autoloads): Make dired.el writable.
8152
15067158
GM
8153 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8154 * ibuffer.el: Regenerate with extracted autoloads.
8155 * Makefile.in (autoloads): Make ibuffer.el writable.
8156
d35d0238
GM
8157 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8158 * version.el (emacs-copyright, emacs-major-version)
8159 (emacs-minor-version): Reformat doc-strings for make-docfile.
8160
5cc443fe
GM
8161 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8162 functions and variables, since they must be stuff specific to some other
8163 platform.
8164 (apropos-print): Make mouse-click message less specific about button.
8165
8166 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8167 that records where a macro was defined.
8168 * help-fns.el (describe-function-1): Mention if a function has a
8169 compiler-macro.
8170 * help-mode.el (help-function-cmacro): New button.
8171
8172 * locate.el (top-level): Always require dired.
8173 (locate-mode-map): Initialize inside the defvar.
8174
8175 * net/ange-ftp.el (dired-compress-file): Declare.
8176 (ange-ftp-dired-compress-file): Add doc string.
8177
8178 * term/ns-win.el (x-display-name, x-setup-function-keys):
8179 Unify doc-strings with X versions.
8180
8cb95edf
SM
81812009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8182
726a4d09
SM
8183 * emulation/crisp.el (crisp-mode-map): Move initialization
8184 into declaration.
8185 (crisp-mode): Use define-minor-mode.
8186
8cb95edf
SM
8187 * progmodes/xscheme.el (xscheme-evaluation-commands):
8188 Put a :advertised-binding property rather than using
8189 advertised-xscheme-send-previous-expression.
8190 (advertised-xscheme-send-previous-expression): Declare obsolete.
8191 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8192 `advertised-undo'.
8193 (crisp-mode): Add corresponding bindings to
8194 undo's :advertised-binding instead.
8195 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8196 than using dired-advertised-find-file.
8197 (dired-advertised-find-file):
8198 * simple.el (advertised-undo):
8199 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8200 (widget-keymap): Put a :advertised-binding property rather
8201 than using advertised-widget-backward.
8202 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8203 than using advertised-undo.
8204 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8205
07db5857
SS
82062009-09-10 Simon South <ssouth@slowcomputing.org>
8207
8208 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8209 Mark mode is enabled and region is active; otherwise indent or
8210 insert TAB as usual.
8211 (delphi-mode): Update description of TAB-key binding.
8212
50d4ba39
SM
82132009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * subr.el (define-key-rebound-commands): Mark obsolete.
8216 * startup.el (precompute-menubar-bindings): Remove.
8217 (normal-top-level): Remove obsolete code that tried to precompute
8218 menubar bindings.
8219 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8220 define-key-rebound-commands and precompute-menubar-bindings.
8221
ffa894db
KY
82222009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8223
8224 * net/imap.el (imap-interactive-login): Better messages.
8225 (imap-open): Fix bug with renamed buffer on reconnect.
8226 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8227 for easier debugging and cleaner code. On successful (guessed based on
8228 server capabilities) secondary authentication, set imap-state
8229 correctly.
8230 (imap-last-authenticator): Define imap-last-authenticator as a variable
8231 to avoid warnings.
8232
9477096c
GM
82332009-09-10 Glenn Morris <rgm@gnu.org>
8234
8235 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8236
8237 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8238 (byte-compile-file-form-autoload): Don't warn about unknown functions
8239 where the autoload statement comes after the use.
8240 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8241 that any handlers inside the body (eg require) are in turn respected.
8242
8243 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8244 effects.
8245
8246 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8247 and syntax and abbrev tables basic docs, if they don't have any.
8248
8249 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8250
8251 * international/mule-cmds.el (top-level): Require cl when compiling.
8252 (view-hello-file): Use default-value rather than
8253 default-enable-multibyte-characters.
8254
8255 * progmodes/fortran.el: Move all safe and risky properties into the
8256 defcustoms.
8257
8258 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8259 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8260 * mail/undigest.el:
8261 Put autoloads in rmail.el rather than loaddefs.el.
8262 * mail/rmail.el: Regenerate with extracted autoloads.
8263
8264 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8265 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8266
9f16c547
NR
82672009-09-10 Nick Roberts <nickrob@snap.net.nz>
8268
8269 Reported in thread for Bug#4375.
8270 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8271 "-data-evaluate-expression" instead of print.
8272 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8273 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8274 (gdb): Revert 2009-08-11 change. User should detach inferior
8275 manually.
9f16c547
NR
8276
8277 Remove the word "separate" from IO functions as inferior
8278 output is now never displayed in the GUD buffer.
8279
50405cd0
JB
82802009-09-10 Juanma Barranquero <lekktu@gmail.com>
8281
8282 * startup.el (command-line-normalize-file-name): On Windows and
8283 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8284
7ae62430
JL
82852009-09-10 Juri Linkov <juri@jurta.org>
8286
8287 * isearch.el (isearch-text-char-description): Propertize escape
8288 character sequences with the `escape-glyph' face. (Bug#4344)
8289
8290 * simple.el (shell-command): Set asynchronous process filter to
8291 `comint-output-filter'. (Bug#4343)
8292
8293 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8294 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8295 the list. Move "asm" to the bottom.
8296 (grep-find-ignored-directories): Add `choice' with nil value
8297 to empty the list easily.
8298 (grep-find-ignored-files): New option.
8299 (grep-files-history): Set to nil by default instead of '("ch" "el").
8300 (grep-compute-defaults): Add "<X>" to `grep-template'.
8301 (grep-read-files): Bind new local variables `default-alias' and
8302 `default-extension'. Use a list of default values for the file prompt.
8303 (lgrep): Add `--exclude=' command line options composed from
8304 `grep-find-ignored-files'.
8305 (rgrep): Add `-name' command line options composed from
8306 `grep-find-ignored-files'. (Bug#4301)
8307
cd875252
SM
83082009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8311 (bug#4368).
8312
cdce0b33
KY
83132009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8314
8315 * calendar/time-date.el (autoload):
8316 Expand define-obsolete-function-alias into defalias and make-obsolete
8317 for old Emacsen that Gnus supports.
8318 (with-no-warnings): Define it for old Emacsen.
8319 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8320 is available.
8321 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8322 float-time is available; suppress compile warning for time-to-seconds.
8323
83242009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8325
8326 * net/imap.el (imap-message-map): Docstring fix.
8327
2b2eb431
GM
83282009-09-09 Glenn Morris <rgm@gnu.org>
8329
8330 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8331 line numbers too. (Bug#4374)
8332
83a5aac5
SM
83332009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8334
755e0210
SM
8335 * smerge-mode.el (smerge-remove-props, smerge-refine):
8336 Use with-silent-modifications (bug#4342).
8337
83a5aac5
SM
8338 * subr.el (with-silent-modifications): New macro.
8339
79f01fa7
JB
83402009-09-07 Juanma Barranquero <lekktu@gmail.com>
8341
8342 * files.el (top-level): Require `cl' when compiling.
8343
448ecec3
GM
83442009-09-07 Glenn Morris <rgm@gnu.org>
8345
8346 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8347
8f09a02f
GM
8348 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8349 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8350
76ff67bf
NR
83512009-09-06 Nick Roberts <nickrob@snap.net.nz>
8352
8353 * vc-git.el (vc-git-annotate-command): Use separator to parse
8354 arguments correctly.
8355
943c8b75
EZ
83562009-09-06 Eli Zaretskii <eliz@gnu.org>
8357
8358 * proced.el (proced-mode): Doc fix.
8359
680db9ac
MA
83602009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8361
8362 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8363 lstat fails.
8364 (tramp-do-file-attributes-with-ls): Check for file existence at
8365 remote end.
8366 (tramp-do-file-attributes-with-stat): Likewise.
8367 (tramp-convert-file-attributes): Return nil when attr is nil.
8368
3f12e5bd
GM
83692009-09-05 Glenn Morris <rgm@gnu.org>
8370
c8dc27bf
GM
8371 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8372 properties to this button.
8373 (diary-fancy-display): Don't extend the button to the final newline.
8374 (diary-fancy-display-mode): Continue to define "q" as a local key.
8375
cca065d8
GM
8376 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8377 efficient.
8378
cddaedb6
GM
8379 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8380
3f12e5bd
GM
8381 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8382 (byte-compile-dest-file-function): New option.
8383 (byte-compile-dest-file): Doc fix.
8384 Obey byte-compile-dest-file-function.
8385 (byte-compile-cl-file-p): New function.
8386 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8387 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8388 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8389 than for file being previously loaded.
8390 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8391 (byte-compile-file-form-require): Handle the case where requiring a file
8392 indirectly causes CL to be loaded.
8393
049a231b
KF
83942009-09-05 Karl Fogel <kfogel@red-bean.com>
8395
8396 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8397 before killing the old buffer, since by the time `kill-buffer' is
8398 run so many buffer variables have been set to nil that it may not
8399 behave as expected. (Bug#4061)
8400
ef7ef2a0
KF
84012009-09-05 Karl Fogel <kfogel@red-bean.com>
8402
8403 * files.el (find-alternate-file): If the old buffer is modified
8404 and visiting a file, behave similarly to `kill-buffer' when
8405 killing it, thus reverting to the pre-1.878 behavior; see
8406 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8407 for discussion. Also, consult `buffer-file-name' as a variable
8408 not as a function, for consistency with the rest of the code.
8409
73d854cd
MA
84102009-09-04 Michael Albinus <michael.albinus@gmx.de>
8411
8412 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8413 also when adding a new directory.
8414
8415 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8416 defun.
8417
df120481
SM
84182009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * files.el (locate-file-completion-table): Make it provide boundary
8421 information, so partial-completion works better.
8422
c0bc6d79
SM
84232009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8424
8425 * mail/footnote.el (Footnote-text-under-cursor):
8426 Check footnote-text-marker-alist before using it (bug#4324).
8427
f76a9756
GM
84282009-09-04 Glenn Morris <rgm@gnu.org>
8429
67d110f1
GM
8430 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8431 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8432 * play/solitaire.el, play/tetris.el:
8433 Remove leading * from defcustom and defface docs.
8434
b42d4989
GM
8435 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8436 necessary.
8437 (diary-fancy-overriding-map): New variable.
8438 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8439 Use view-mode.
8440
f76a9756
GM
8441 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8442 goto-line.
8443
e605eeeb
GM
84442009-09-03 Glenn Morris <rgm@gnu.org>
8445
597e2240
GM
8446 * arc-mode.el (archive-mode):
8447 * dos-fns.el (set-default-process-coding-system):
8448 * man.el (Man-getpage-in-background):
8449 * menu-bar.el (menu-bar-describe-menu):
8450 * server.el (server-process-filter):
8451 * startup.el (command-line):
8452 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8453 * w32-fns.el (set-default-process-coding-system):
8454 * x-dnd.el (x-dnd-handle-file-name):
8455 * international/mule-cmds.el (mule-menu-keymap)
8456 (set-default-coding-systems, language-info-alist, set-language-info)
8457 (set-language-environment, standard-display-european-internal)
8458 (set-locale-environment):
8459 * international/mule-diag.el (mule-diag):
8460 * mail/emacsbug.el (report-emacs-bug):
8461 * mail/rmail.el (rmail-mode):
8462 * mail/sendmail.el (mail-setup):
8463 Use default-value rather than default-enable-multibyte-characters.
8464
f38184aa
GM
8465 * progmodes/f90.el: Move all safe properties into the defcustoms.
8466 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8467
e605eeeb
GM
8468 * calendar/appt.el (appt-check):
8469 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8470 (diary-check-diary-file, diary-list-entries)
8471 (diary-include-other-diary-files, diary-simple-display)
8472 (diary-fancy-display, diary-print-entries)
8473 (diary-mark-included-diary-files, diary-make-entry):
8474 Don't call substitute-in-file-name on diary-file.
8475
734db384
SM
84762009-09-03 Eduard Wiebe <usenet@pusto.de>
8477 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8480 (footnote-mode-map): Move initialization into the declaration.
8481 (footnote-minor-mode-map): Define it rather than changing global-map.
8482 (footnote-mode): Use define-minor-mode.
8483
e5aa47f9
MA
84842009-09-02 Michael Albinus <michael.albinus@gmx.de>
8485
8486 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8487 (tramp-do-file-attributes-with-perl)
8488 (tramp-do-file-attributes-with-stat): Rename from
8489 `tramp-handle-file-attributes-with-*'.
8490 (tramp-handle-file-attributes): Use them.
8491 (tramp-do-directory-files-and-attributes-with-perl)
8492 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8493 `tramp-handle-directory-files-and-attributes-with-*'.
8494 (tramp-handle-directory-files-and-attributes): Use them.
8495 (tramp-method-out-of-band-p): Additional parameter SIZE.
8496 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8497 (tramp-handle-write-region): Use it.
734db384 8498 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8499 (tramp-handle-vc-registered): Check, whether the first run did
8500 return files to be tested.
8501 (tramp-advice-make-auto-save-file-name): Do not call directly
8502 `tramp-handle-make-auto-save-file-name', because this would bypass
8503 the locking mechanism.
8504
734db384 8505 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8506 (file-remote-p, process-file, start-file-process, set-file-times)
8507 (tramp-compat-file-attributes): Compatibility functions shall not
8508 call directly `tramp-handle-*', because this would bypass the
8509 locking mechanism.
8510 (tramp-compat-number-sequence): New defun.
8511
6e2ca895
GM
85122009-09-02 Glenn Morris <rgm@gnu.org>
8513
697c7714
GM
8514 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8515 alias for float-time.
8516 (time-to-number-of-days): In Emacs, use float-time.
8517 * net/newst-backend.el (time-add): Suppress warnings from compat
8518 function.
8519 * time.el (emacs-uptime, emacs-init-time):
8520 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8521 Use float-time rather than time-to-seconds.
8522
6e2ca895
GM
8523 * minibuffer.el (completion-initials-expand): Fix typo.
8524
8525 * faces.el (modeline, modeline-inactive, modeline-highlight)
8526 (modeline-buffer-id):
8527 * info.el (info-menu-5): Mark these face aliases as obsolete.
8528
ed17efec
NR
85292009-09-01 Nick Roberts <nickrob@snap.net.nz>
8530
8531 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8532 space ...
8533 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8534 no "--thread" option.
8535 (gdb-stopped): Don't print "Switched to thread" message when it is
8536 unchanged.
8537
fcb68f70
SM
85382009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * minibuffer.el (completion-try-completion)
8541 (completion-all-completions): Remove ill-defined (and
8542 mistakenly installed and luckily never used nor documented)
8543 `completion-styles' property.
8544 (completion-initials-expand, completion-initials-all-completions)
8545 (completion-initials-try-completion): New functions.
8546 (completion-styles-alist): Add doc to each entry.
8547 Add new `initials' entry.
8548
83318a6d
NR
85492009-09-01 Nick Roberts <nickrob@snap.net.nz>
8550
8551 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8552 MI command -var-evaluate-expression.
8553 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8554 and tweak for case of string child.
734db384 8555 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8556
d63eb0e7
GM
85572009-09-01 Glenn Morris <rgm@gnu.org>
8558
c4f6e489
GM
8559 * add-log.el (change-log-date-face, change-log-name-face)
8560 (change-log-email-face, change-log-file-face, change-log-list-face)
8561 (change-log-conditionals-face, change-log-function-face)
8562 (change-log-acknowledgement-face):
8563 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8564 (custom-modified-face, custom-set-face, custom-changed-face)
8565 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8566 (custom-documentation-face, custom-state-face, custom-comment-face)
8567 (custom-comment-tag-face, custom-variable-tag-face)
8568 (custom-variable-button-face, custom-face-tag-face)
8569 (custom-group-tag-face-1, custom-group-tag-face):
8570 * diff-mode.el (diff-header-face, diff-file-header-face)
8571 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8572 (diff-added-face, diff-changed-face, diff-function-face)
8573 (diff-context-face, diff-nonexistent-face):
8574 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8575 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8576 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8577 (Info-title-4-face):
8578 * isearch.el (isearch-lazy-highlight-face):
8579 * log-view.el (log-view-file-face, log-view-message-face):
8580 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8581 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8582 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8583 (cvs-msg-face):
8584 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8585 (smerge-base-face, smerge-markers-face):
8586 * wid-edit.el (widget-documentation-face, widget-button-face)
8587 (widget-field-face, widget-single-line-field-face)
8588 (widget-inactive-face, widget-button-pressed-face):
8589 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8590 (woman-addition-face):
2fb1ec93
GM
8591 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8592 (eshell-ls-executable-face, eshell-ls-readonly-face)
8593 (eshell-ls-unreadable-face, eshell-ls-special-face)
8594 (eshell-ls-missing-face, eshell-ls-archive-face)
8595 (eshell-ls-backup-face, eshell-ls-product-face)
8596 (eshell-ls-clutter-face):
8597 * eshell/em-prompt.el (eshell-prompt-face):
8598 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8599 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8600 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8601 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8602 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8603 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8604 (antlr-font-lock-literal-face):
c4f6e489
GM
8605 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8606 (ebrowse-root-class-face, ebrowse-file-name-face)
8607 (ebrowse-default-face, ebrowse-member-attribute-face)
8608 (ebrowse-member-class-face, ebrowse-progress-face):
8609 * progmodes/make-mode.el (makefile-space-face):
8610 * progmodes/sh-script.el (sh-heredoc-face):
8611 * textmodes/flyspell.el (flyspell-incorrect-face)
8612 (flyspell-duplicate-face):
8613 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8614 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8615 Mark face aliases with "-face" suffix as obsolete.
8616
d80619fa
GM
8617 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8618 compiler.
8619
5f68c1b7
GM
8620 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8621 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8622 easy-menu-define wants to modify these.
8623
8624 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8625
8626 * net/browse-url.el (browse-url-file-url):
8627 * term/internal.el (dos-codepage-setup):
8628 Use default-value rather than default-enable-multibyte-characters.
8629
d80619fa 8630 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8631 * progmodes/flymake.el (flymake-highlight-line)
8632 (flymake-goto-file-and-line, flymake-goto-line):
8633 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8634 (gdb-goto-breakpoint):
8635 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8636 * progmodes/python.el (python-find-function)
8637 (python-pdbtrack-track-stack-file):
8638 * progmodes/verilog-mode.el (verilog-surelint-off):
8639 * term/ns-win.el (ns-open-file-select-line):
8640 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8641 Use forward-line rather than goto-line.
8642
d63eb0e7
GM
8643 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8644 * textmodes/reftex-index.el (reftex-display-index):
8645 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8646 * textmodes/reftex-toc.el (reftex-toc):
8647 Remove unnecessary bindings of default-major-mode (all are followed by
8648 major-mode check and possible mode switch).
8649
0afad278
NR
86502009-08-31 Nick Roberts <nickrob@snap.net.nz>
8651
8652 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8653 Handle watchpoints (bug#4282).
8654 (def-gdb-thread-buffer-command): Enable thread to be selected by
8655 clicking without selecting threads buffer first.
8656 (gdb-current-context-command): Use selected frame so that "up",
8657 "down" etc work in the GUD buffer.
8658 (gdb-update): Find selected frame before rendering stack buffer.
8659 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8660
4e135dd2
SM
86612009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * progmodes/sym-comp.el (displayed-completions): Remove.
8664 (symbol-complete): Use minibuffer-complete.
8665
e61eba34
GM
86662009-08-31 Glenn Morris <rgm@gnu.org>
8667
8668 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8669
734db384
SM
8670 * apropos.el (apropos-symbols-internal):
8671 Handle (obsolete) face aliases.
e61eba34
GM
8672
8673 * faces.el (describe-face): Adjust the output format to be more like
8674 describe-variable, and to mention (obsolete) face aliases.
8675 Adjust the whitespace so that help-setup-xref works.
8676
8677 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8678 * calendar/diary-lib.el (diary-button-face):
8679 Mark these face aliases as obsolete.
8680
8681 * calendar/calendar.el (calendar-today): Doc fix.
8682
4cf71456
NR
86832009-08-31 Nick Roberts <nickrob@snap.net.nz>
8684
8685 * progmodes/gdb-mi.el (gdb-control-all-threads)
8686 (gdb-control-current-thread): Force tool bar update.
8687 (gdb-non-stop-handler): New function.
8688 (gdb-init-1): Use it to test if non-stop mode is supported.
8689 Remove unused gdbmi buffer type.
8690
e61eba34 86912009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8692
8693 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8694 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8695
4324f7ca
NR
86962009-08-30 Nick Roberts <nickrob@snap.net.nz>
8697
8698 * comint.el (comint-exec-1): Check command is non-null first.
8699 Part of gdb-mi.el change (2009-08-28).
8700
a1bf889a
SM
87012009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8704
060c08b5
JB
87052009-08-30 Juanma Barranquero <lekktu@gmail.com>
8706
8707 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8708 instead of `dolist' to avoid a recursive require when bootstrapping.
8709
ab22be48
SM
87102009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8711
73ebf88f
SM
8712 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8713
80629cfc
SM
8714 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8715
206d0387 8716 * net/imap.el (imap-send-command): Simplify.
734db384 8717 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8718
844f7784
SM
8719 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8720
5ca4661e
SM
8721 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8722 with constant argument.
8723
c61dc887
SM
8724 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8725
7eb73deb
SM
8726 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8727
5fe443de
SM
8728 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8729 Change default, since most of our files don't have a history.
8730 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8731 the user.
8732
6444d64a
SM
8733 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8734 Add comint-run.
8735
5cb16bfc
SM
8736 * calc/calc.el: Improve commenting convention.
8737 (calc-digit-map, toplevel): Simplify.
8738
0aeb71a7
SM
8739 * comint.el (comint-insert-input): Be careful to only set point if we
8740 don't delegate to some other command.
8741
9a9af856
SM
8742 * proced.el (proced-signal-list): Make it an alist.
8743 (proced-grammar-alist): Capitalize names.
8744 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8745 Disable undo manually and make it read-only.
8746 Use completion-annotate-function.
8747
ab22be48
SM
8748 * minibuffer.el (minibuffer-message): If the current buffer is not
8749 a minibuffer, insert the message in the echo area rather than at the
8750 end of the buffer.
8751 (completion-annotate-function): New variable.
8752 (minibuffer-completion-help): Use it.
8753 (completion--embedded-envvar-table): Environment vars are
8754 always case-sensitive.
8755
4a948dbf
GM
87562009-08-30 Glenn Morris <rgm@gnu.org>
8757
8758 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8759 from fortran-current-defun.
8760 (fortran-beginning-of-subprogram): Be more precise about finding the
8761 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8762 (fortran-end-of-subprogram): Simplify.
8763 (fortran-current-defun): Use fortran-start-prog-re.
8764
486cf3b8
JB
87652009-08-29 Juanma Barranquero <lekktu@gmail.com>
8766
8767 * subr.el (do-after-load-evaluation): Simplify.
8768
db167d28
DN
87692009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8770
8771 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8772
8773 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8774 (vc-rcs-print-log): Use it.
8775
8776 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8777
efbc652a
SM
87782009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8779
2aa0e5bf
SM
8780 * paths.el (abbrev-file-name): Move to abbrev.el.
8781 * abbrev.el (abbrev-file-name): Move from paths.el.
8782 Obey user-emacs-directory.
8783 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8784 user-emacs-directory.
8785 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8786 abbrev-file-name and calc-settings-file any more.
8787 * startup.el (command-line): Recompute abbrev-file-name and
8788 abbreviated-home-dir.
8789 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8790 of the special code for when C-h bindings haven't been changed.
8791 (display-startup-echo-area-message): Use with-current-buffer.
8792 (command-line-1): Use a list of strings, rather than a list of lists
8793 of strings for longopts.
8794
51da8fe2
SM
8795 * files.el (get-free-disk-space): Use / for default-directory.
8796
0c3cc4dd
SM
8797 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8798 Use with-current-buffer.
8799
d988dbf6
SM
8800 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8801 Recognize immutable variables like most-positive-fixnum.
8802 (byte-compile-setq-default): Check and warn if trying to assign
8803 to an immutable variable, or a non-variable.
8804
efbc652a
SM
8805 * progmodes/cc-vars.el (c-comment-continuation-stars):
8806 * progmodes/cc-engine.el (c-looking-at-bos):
8807 * progmodes/cc-cmds.el (c-toggle-auto-state)
8808 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8809 (c-comment-line-break-function): Add version of obsolescence.
8810
d30a05d1
JL
88112009-08-28 Juri Linkov <juri@jurta.org>
8812
8813 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8814 associated with `archive-mode'.
8815
8816 * image.el (image-type-header-regexps): Use only JPEG magic number
8817 to determine JPEG images, and don't use `image-jpeg-p' because
8818 Emacs can display non-JFIF non-Exif JPEG images.
8819
1e8eecea
JB
88202009-08-28 Juanma Barranquero <lekktu@gmail.com>
8821
8822 * arc-mode.el (archive-mode):
8823 * emacs-lisp/re-builder.el (re-builder-unload-function):
8824 Protect against the default value of `major-mode' being nil.
8825
dd4fbf56
JB
88262009-08-28 Juanma Barranquero <lekktu@gmail.com>
8827
8828 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8829 Fix typos in docstrings.
8830
8831 * progmodes/js.el (js--macro-decl-re): Doc fix.
8832 (js--plain-method-re, js--split-name): Refloc docstring.
8833 (js--class-styles, js--make-merged-item, js--splice-into-items):
8834 Fix typos in docstrings; reflow docstrings.
8835 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8836 (js--variable-decl-matcher, js--inside-pitem-p)
8837 (js--parse-state-at-point, js--get-all-known-symbols)
8838 (js--symbol-history, js-find-symbol, js--js-references)
8839 (js--moz-interactor, js--js-encode-value, js--read-tab):
8840 Fix typos in docstrings.
8841
72f16325
SM
88422009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8843
14acf2f5
SM
8844 * textmodes/reftex.el (reftex-get-file-buffer-force):
8845 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8846 * emulation/viper.el (viper-go-away, viper-set-hooks):
8847 * emacs-lisp/re-builder.el (re-builder-unload-function):
8848 * emacs-lisp/bytecomp.el (byte-compile-file):
8849 * ses.el (ses-unload-function):
8850 * hexl.el (hexl-find-file):
8851 * files.el (normal-mode):
8852 * ehelp.el (with-electric-help):
8853 * autoinsert.el (auto-insert-alist):
8854 * arc-mode.el (archive-mode):
8855 Use (default-value 'major-mode) instead of default-major-mode.
8856
72f16325
SM
8857 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8858 * international/mule.el (load-with-code-conversion):
8859 * emacs-lisp/debug.el (debug):
8860 * ediff-vers.el (ediff-rcs-get-output-buffer):
8861 * dired.el (dired-internal-noselect): Don't let-bind
8862 default-major-mode around code that doesn't use it.
8863 E.g. buffer creation via get-buffer-create doesn't use it.
8864
aa485f7c
MA
88652009-08-28 Michael Albinus <michael.albinus@gmx.de>
8866
8867 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8868 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8869 when writing the temp file. Otherwise, epa-file gets confused.
8870 (tramp-register-file-name-handlers): Make it a defun. Move also
8871 `epa-file-handler' to the front of `file-name-handler-alist'.
8872
88732009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8876 start right after a ^M.
8877 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8878 (tramp-completion-file-name-regexp-separate)
8879 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8880 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8881 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8882 (tramp-completion-file-name-handler): Apply the checks here,
8883 instead during registration.
48c2d18a 8884 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8885 `tramp-register-file-name-handler'. Register both
8886 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8887 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8888
3f0c2b92
NR
88892009-08-28 Nick Roberts <nickrob@snap.net.nz>
8890
72f16325
SM
8891 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8892 Remove variable ...
3f0c2b92
NR
8893 (gdb-init-1, gdb-display-separate-io-buffer)
8894 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8895 references to it.
8896 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8897 (gdb-inferior-filter): Use comint-output-filter to stop
8898 echoing and remove ^M characters.
8899
705e5bd9
SM
89002009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8901
009fdc2e
SM
8902 * emulation/viper-init.el (viper-restore-cursor-type):
8903 * emulation/cua-base.el (cua--update-indications):
8904 Replace default-cursor-type with (default-value 'cursor-type).
8905
b56a5ae0
SM
8906 * mail/sendmail.el (mail-recover-1):
8907 * international/mule-diag.el (describe-current-coding-system-briefly)
8908 (describe-current-coding-system):
8909 * international/mule-cmds.el (select-safe-coding-system)
8910 (select-message-coding-system)
8911 (set-language-environment-coding-systems, set-locale-environment):
8912 * hexl.el (hexl-insert-multibyte-char):
8913 * dos-w32.el (find-buffer-file-type-coding-system):
8914 * simple.el (what-cursor-position):
8915 Replace uses of default-buffer-file-coding-system
8916 with (default-value 'buffer-file-coding-system).
8917
de70529f
SM
8918 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8919 Replace uses of default-cursor-in-non-selected-windows
8920 with (default-value 'cursor-in-non-selected-windows).
8921 Use with-current-buffer.
8922
705e5bd9
SM
8923 * mail/feedmail.el: Use CL macros.
8924 (feedmail-run-the-queue, feedmail-send-it-immediately):
8925 * dos-w32.el (find-buffer-file-type): Replace uses of
8926 default-buffer-file-type with (default-value 'buffer-file-type).
8927
4d985ac2
GM
89282009-08-28 Glenn Morris <rgm@gnu.org>
8929
8930 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8931 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8932 Use default-value of major-mode rather than default-major-mode.
8933
17c15b81
SM
89342009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8935
3a68ab06
SM
8936 * Makefile.in (update-elcfiles): Report left over elc files.
8937
9421bdd1
SM
8938 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8939 expand-file-name and with-current-buffer.
8940 (mail-get-names, mail-directory): Use with-current-buffer.
8941
17c15b81
SM
8942 * vc.el (vc-read-revision): New function.
8943 (vc-version-diff, vc-merge): Use it.
8944
ba83a64e
SS
89452009-08-27 Sam Steingold <sds@gnu.org>
8946
8947 * simple.el (kill-do-not-save-duplicates): New user option.
8948 (kill-new): When it is non-nil, and the new string is the same as
8949 the latest kill, set replace to t to avoid duplicates in kill-ring.
8950
be3e598a 89512009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8952
8953 * net/tramp.el (tramp-handle-process-file): Do not flush all
8954 caches when `process-file-side-effects' is set.
8955 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8956 instead of `tramp-find-file-exists-command'.
8957 Unset `process-file-side-effects'.
d5b5c94a
MA
8958
89592009-08-27 Michael Albinus <michael.albinus@gmx.de>
8960
8961 * net/tramp.el (tramp-methods): New method "rsyncc".
8962 (top): Add completion function for "rsyncc".
8963 (tramp-message-show-message): New defvar.
8964 (tramp-message, tramp-error): Use it.
8965 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8966 remote copying.
8967 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8968 `tramp-methods' entry `copy-env' of "rsyncc".
8969 (tramp-vc-registered-read-file-names): New defconst.
8970 (tramp-vc-registered-file-names): New defvar.
8971 (tramp-handle-vc-registered): Implement optimization strategy.
8972 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8973 (tramp-vc-file-name-handler): New defun.
8974 (tramp-get-ls-command, tramp-get-test-command)
8975 (tramp-get-file-exists-command, tramp-get-remote-ln)
8976 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8977 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8978
8979 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8980 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8981 timestamps.
8982 (tramp-get-file-property): Check for timestamps in
8983 `tramp-cache-inhibit-cache'.
8984 (tramp-set-file-property): Write timestamp.
8985
1339cf20
KH
89862009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8987
8988 * language/japan-util.el (japanese-symbol-table): Add entries for
8989 cp932-2-byte.
8990
8991 * international/characters.el: Add category `j' to cp932-2-byte.
8992
726e3f1d
KH
89932009-08-27 Kenichi Handa <handa@m17n.org>
8994
8995 * international/fontset.el (build-default-fontset-data): New macro.
8996 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 8997 tibetan, ethiopic, and ipa.
726e3f1d 8998
4e3b4528
SM
89992009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9002 (enable-multibyte-characters): Not customizable any more.
9003
9004 * subr.el (default-mode-line-format, default-header-line-format)
9005 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9006 (default-direction-reversed, default-truncate-lines)
9007 (default-left-margin, default-tab-width, default-case-fold-search)
9008 (default-left-margin-width, default-right-margin-width)
9009 (default-left-fringe-width, default-right-fringe-width)
9010 (default-fringes-outside-margins, default-scroll-bar-width)
9011 (default-vertical-scroll-bar, default-indicate-empty-lines)
9012 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9013 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9014 (default-scroll-down-aggressively, default-fill-column)
9015 (default-cursor-type, default-buffer-file-type)
9016 (default-cursor-in-non-selected-windows)
9017 (default-buffer-file-coding-system, default-major-mode)
9018 (default-enable-multibyte-characters): Mark as obsolete.
9019
b3cca6a6
DN
90202009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9021
652cc1a2
DN
9022 * vc-dir.el (vc-dir-update): Remove debug helper.
9023
b3cca6a6
DN
9024 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9025
4ed8c7aa
SS
90262009-08-26 Sam Steingold <sds@gnu.org>
9027
9028 * simple.el (save-interprogram-paste-before-kill): New user option.
9029 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9030 save the interprogram-paste into kill-ring before overriding it
9031 with the Emacs kill.
9032
3b64d86b
DN
90332009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9034
9035 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9036 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9037 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9038 and move to vc-rcs.el.
9039 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9040 move to vc-rcs.el.
9041 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9042 (vc-rcs-update-changelog): Remove.
9043 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9044 and move to vc-rcs.el.
9045
9046 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9047 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9048 renaming.
9049 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9050 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9051 vc.el, renamed to be RCS specific.
9052
72f16325
SM
9053 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9054 New functions.
9055 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9056
9057 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9058 New functions.
9059
636a36a0
SM
90602009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9063
239b3340
DN
90642009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9065
b91f0762 9066 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9067 (vc-git-stash, vc-git-stash-show): New functions.
9068 (vc-git-extra-menu-map): Bind them.
b91f0762 9069
b8e54362
DN
9070 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9071 directory correctly in case the item is a directory itself.
9072
239b3340
DN
9073 * vc.el: Document the desired behavior for reverted files in the
9074 `added' state.
dc810649
DN
9075 (vc-default-prettify-state-info): Remove function, unused.
9076
9077 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9078
e49c0179
GM
90792009-08-26 Glenn Morris <rgm@gnu.org>
9080
9081 * bindings.el (standard-mode-line-format): Reposition dashes in
9082 which-func entry. (Bug#4217)
9083
3029e594
GM
9084 * files.el (enable-local-variables, enable-local-eval)
9085 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9086 the defcustoms.
9087 (auto-mode-alist, ignored-local-variables)
9088 (save-some-buffers-action-alist): Move risky declarations to the
9089 definitions.
9090 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9091 (font-lock-defaults, format-alist, imenu--index-alist)
9092 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9093 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9094 (mode-line-modified, mode-line-mule-info, mode-line-position)
9095 (mode-line-process, mode-line-remote, outline-level)
9096 (parse-time-rules, rmail-output-file-alist)
9097 (special-display-buffer-names, vc-mode):
9098 Move risky declarations to the relevant files.
72f16325
SM
9099 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9100 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9101 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9102 * font-core.el (font-lock-defaults):
9103 * format.el (format-alist):
9104 * vc-hooks.el (vc-mode):
9105 * window.el (special-display-buffer-names):
9106 * international/mule-cmds.el (input-method-alist):
9107 Define riskiness here (dumped file) rather than in files.el.
9108 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9109 * imenu.el (imenu-generic-expression, imenu--index-alist):
9110 * outline.el (outline-level):
9111 * time.el (display-time-string):
9112 * calendar/parse-time.el (parse-time-rules):
9113 * mail/rmailout.el (rmail-output-file-alist):
9114 Autoload riskiness here, rather than placing in files.el.
9115
8476cfaf
SM
91162009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9117
9118 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9119
0b35b48e
MA
91202009-08-25 Michael Albinus <michael.albinus@gmx.de>
9121
9122 * simple.el (process-file-side-effects): New defvar.
9123
9124 * dired-aux.el (dired-show-file-type):
9125 * vc.el (vc-diff-internal):
9126 * vc-arch.el (vc-arch-diff):
9127 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9128 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9129 * vc-git.el (vc-git-registered, vc-git-working-revision)
9130 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9131 (vc-git--empty-db-p):
9132 * vc-hooks.el (vc-user-login-name):
9133 * vc-svn.el (vc-svn-registered, vc-svn-state)
9134 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9135 * progmodes/grep.el (grep-probe): Let-bind
9136 `process-file-side-effects' with nil.
9137
9138 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9139
9140 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9141 daemon. Replace ping by checking for running service for bluez
9142 and zeroconf. (Bug#4239)
9143
d54cc599
GM
91442009-08-25 Kevin Ryde <user42@zip.com.au>
9145
9146 * net/dig.el (dig): Add autoload cookie.
9147
7bfd055d
GM
91482009-08-25 Glenn Morris <rgm@gnu.org>
9149
bac9c66c
GM
9150 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9151 load-history for absolute file-names.
9152 (byte-compile-file-form-require): Warn about use of the cl package.
9153
7bfd055d
GM
9154 * format.el (format-alist): Doc fix.
9155
5ac1f9e0
GM
9156 * play/bubbles.el (top-level): Don't require cl at run-time.
9157
af62aa88
GM
9158 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9159 run-time cl).
9160
71e036af
DD
91612009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9162
9163 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9164 from cl package.
9165 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9166
42110eaf
JB
91672009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9168
9169 * calc/calc-alg.el (math-trig-rewrite)
9170 (math-hyperbolic-trig-rewrite): New functions.
9171 (calc-simplify): Simplify trig functions when asked.
9172
88421f3e
SM
91732009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9176
dbd9624e
KH
91772009-08-24 Kenichi Handa <handa@m17n.org>
9178
9179 * language/ind-util.el (mapthread): Delete it.
9180 (combinatorial): New function.
9181 (indian--puthash-cv): Use combinatorial instead of mapthread.
9182
9b89e3ee
GM
91832009-08-22 Kevin Ryde <user42@zip.com.au>
9184
9185 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9186 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9187 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9188 Clarify docstring that the value is strings not symbols.
9189 (checkdoc-list-of-strings-p): New function.
9190
e6ce8c42
GM
91912009-08-22 Glenn Morris <rgm@gnu.org>
9192
2ddf2ea6 9193 * files.el (auto-mode-alist):
a3374680
GM
9194 * hippie-exp.el (he-concat-directory-file-name):
9195 * lpr.el (lpr-windows-system, printer-name):
9196 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9197 * ps-print.el (ps-windows-system):
9198 * startup.el (command-line):
9199 * emulation/viper-ex.el (viper-glob-function):
9200 * international/mule-cmds.el (set-language-environment-coding-systems):
9201 * net/ange-ftp.el (ange-ftp-write-region):
9202 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9203 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9204 unisoft-unix, vax-vms, win32, w32.
9205
977955fa
GM
9206 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9207 given name if the pattern is not more specific.
9208
b4deec2e
GM
9209 * calendar/lunar.el (lunar-phase-names): New option.
9210 (lunar-phase): Doc fix.
9211 (lunar-cycles-per-year): New constant.
9212 (lunar-index): New function.
9213 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9214 (lunar-phase-name): Use lunar-phase-names.
9215 (calendar-lunar-phases): Use format.
9216 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9217
47e83968
GM
9218 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9219 Copy imenu-example--name-and-position function here for own use.
9220 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9221
e6ce8c42
GM
9222 * bs.el (bs--redisplay):
9223 * cus-edit.el (custom-redraw):
9224 * ibuffer.el (ibuffer-bury-buffer):
9225 * server.el (server-goto-line-column):
9226 * startup.el (command-line-1):
9227 * strokes.el (strokes-xpm-for-stroke):
9228 * term.el (term-display-buffer-line):
9229 * view.el (View-goto-line):
9230 * calc/calc.el (calc-do, calc-trail-buffer):
9231 * play/gamegrid.el (gamegrid-add-score-insecure):
9232 * progmodes/ada-mode.el (ada-compile-goto-error):
9233 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9234 (ebrowse-select-1st-to-9nth):
47e83968 9235 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9236 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9237 * progmodes/gud.el (gud-display-line):
9238 (idlwave-shell-display-line):
9239 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9240 * progmodes/make-mode.el (makefile-browser-toggle):
9241 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9242 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9243 * textmodes/picture.el (picture-draw-rectangle):
9244 * textmodes/reftex-index.el (reftex-index-goto-letter):
9245 (reftex-select-jump-to-previous):
9246 * textmodes/reftex-sel.el (reftex-find-start-point)
9247 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9248 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9249 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9250 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9251 * textmodes/two-column.el (2C-associated-buffer):
9252 Use forward-line rather than goto-line.
9253
9254 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9255 goto-line.
9256
4b18bdb3
GM
9257 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9258 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9259 (quick-check-list-to-regexp): Declare.
e6ce8c42 9260
72f16325
SM
9261 * progmodes/make-mode.el (makefile-browser-insert-selection):
9262 Use goto-char rather than goto-line.
e6ce8c42
GM
9263
9264 * progmodes/prolog.el (compilation-error-regexp-alist)
9265 (compilation-forget-errors): Declare.
9266
32a2cf25
JL
92672009-08-22 Juri Linkov <juri@jurta.org>
9268
9269 * progmodes/grep.el (lgrep, rgrep): At the beginning
9270 set `dir' to `default-directory' unless `dir' is a non-nil
9271 readable directory. (Bug#4052)
9272 (lgrep, rgrep): Change a weird way to report an error
9273 from using `read-string' to using `error'.
9274 Instead of using interactive arguments in the function body,
9275 add new argument `confirm'.
9276
5443c9b7
SM
92772009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9278
cb5b40ee
SM
9279 * textmodes/remember.el (remember-buffer):
9280 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9281 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9282 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9283 * net/newst-treeview.el (newsticker-groups-filename):
9284 * net/newst-backend.el (newsticker-cache-filename):
9285 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9286 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9287 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9288 (speedbar-buffers-line-path, speedbar-path-line)
9289 (speedbar-buffers-line-path):
9290 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9291 (epg-sign-keys):
9292 * epa.el (epa-display-verify-result):
9293 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9294
d6261cc1
GM
92952009-08-21 Glenn Morris <rgm@gnu.org>
9296
3e1ea342
GM
9297 * progmodes/js.el (inferior-moz-process): Fix declaration.
9298
ce86eeb5
GM
9299 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9300
fff28970
GM
9301 * obsolete/rnewspost.el (news-mail-reply):
9302 Use goto-char rather than goto-line.
9303
d93e053b
GM
9304 * term/ns-win.el (ns-open-file-select-line):
9305 Use line-beginning-position rather than goto-line.
9306
d5d105e8
GM
9307 * apropos.el (apropos-command):
9308 * ehelp.el (electric-helpify):
9309 * printing.el (pr-show-setup):
9310 * strokes.el (strokes-help):
9311 * tutorial.el (tutorial--describe-nonstandard-key)
9312 (tutorial--detailed-help):
9313 * woman.el (woman-mini-help, woman-display-extended-fonts):
9314 * calc/calc-help.el (calc-describe-key):
9315 * emulation/edt.el (edt-electric-helpify):
9316 * international/mule-diag.el (mule-diag):
9317 * play/yow.el (apropos-zippy):
9318 * progmodes/python.el (python-describe-symbol):
9319 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9320 * textmodes/table.el (*table--cell-describe-mode)
9321 (*table--cell-describe-bindings):
9322 Use help-print-return-message rather than the now obsolete alias.
9323
a8ab722f 9324 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9325 (calendar-cursor-to-visible-date):
9326 * play/5x5.el (5x5-position-cursor):
9327 * play/decipher.el (decipher):
9328 * play/gomoku.el (gomoku-goto-xy):
9329 * play/landmark.el (lm-goto-xy):
9330 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9331 (mpuz-paint-digit):
9332 Use forward-line, not goto-line.
a8ab722f 9333
d6261cc1
GM
9334 * mail/rmail.el (rmail-obsolete): Delete custom group.
9335 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9336 (rmail-remote-password, rmail-remote-password-required):
9337 Remove unneeded :set-after and :set properties.
9338
9e846523
MA
93392009-08-21 Michael Albinus <michael.albinus@gmx.de>
9340
9341 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9342
bbe1f502
DN
93432009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9344
bcc5db24
DN
9345 * loadup.el: Remove leftover macos code.
9346
bbe1f502
DN
9347 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9348 Explicitly pass the date format to git blame so that user local
9349 so that the output format can be parsed.
9350
6fd2d19a
MA
93512009-08-20 Michael Albinus <michael.albinus@gmx.de>
9352
9353 * net/dbus.el (top): Don't check for (getenv
9354 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9355
31764e15
SM
93562009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9357
9358 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9359 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9360
28930e39
SM
93612009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9362
4fd15622 9363 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9364 Bug#3287
4fd15622 9365
b3d8e4a0
SM
9366 * help.el (help-print-return-message): Rename from
9367 print-help-return-message.
9368
c9829c70
SM
9369 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9370 cvs-mode-map parent hack.
9371 (log-view-mode): Derive from special-mode.
9372
b932657b
SM
9373 * linum.el (linum-mode): window-size-change-functions is redundant.
9374 Adapt to new window-configuration-change-hook behavior.
9375 (linum-after-size, linum-after-config): Remove.
9376
1b700bca
SM
9377 * imenu.el (imenu-example--name-and-position)
9378 (imenu-example--lisp-extract-index-name)
9379 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9380 Mark as obsolete.
9381
28930e39
SM
9382 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9383 (inferior-prolog-mode): Use it.
9384 (inferior-prolog-load-file): Reset list of errors.
9385
c9af0b68
KH
93862009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9387
9388 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9389
9390 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9391
720c7cd6
MA
93922009-08-19 Michael Albinus <michael.albinus@gmx.de>
9393
9394 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9395 is running already.
9396
03a74b84
SM
93972009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * subr.el (listify-key-sequence-1): Use normal syntax since those
9400 integers are nowadays always represented by the same (positive) number
9401 on all platforms.
9402 (read-key-empty-map): New const.
9403 (read-key-delay): New var.
9404 (read-key): New function.
9405 (force-mode-line-update): Use with-current-buffer.
9406 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9407 (start-process-shell-command, start-file-process-shell-command):
9408 Discourage the use of command-args.
9409
f43e88d4
GM
94102009-08-19 Glenn Morris <rgm@gnu.org>
9411
9412 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9413
890429cc
SM
94142009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9415
85be9ec4
SM
9416 * simple.el (choose-completion-string): Don't rely on
9417 minibuffer-completing-file-name and ad-hoc checks to decide whether
9418 to continue completion or not.
9419
890429cc
SM
9420 * minibuffer.el (minibuffer-hide-completions): New function.
9421 (completion--do-completion): Use it.
9422 (completions-annotations): New face.
9423 (completion--insert-strings): Use it.
9424 (completion-pcm--delim-wild-regex): Add docstring.
9425 (completion-pcm--string->pattern): Add support for 0-width delimiters
9426 in completion-pcm--delim-wild-regex.
9427
265d4549
SM
94282009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9429
d440b941
SM
9430 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9431 Remove unused var `buffer-modified-p'.
9432
265d4549
SM
9433 * minibuffer.el (completion--do-completion): Move point for the #b001
9434 case as well (bug#4176).
9435 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9436
ba6f7d86
MA
94372009-08-18 Michael Albinus <michael.albinus@gmx.de>
9438
9439 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9440 and :session buses.
9441
98819490
KH
94422009-08-18 Kenichi Handa <handa@m17n.org>
9443
265d4549
SM
9444 * international/ucs-normalize.el (ucs-normalize-version):
9445 Change to 1.1.
58627cf0
KH
9446 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9447 (utf-8-hfs): Make it perform normalization on encoding too.
9448
98819490
KH
9449 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9450 (sentence-end-without-space): Delete duplicated chars.
9451 (sentence-end-base): Likewise.
e739cc85
KH
9452
9453 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9454 (html-mode): Delete duplicated chars from sentence-end-base.
9455
9456 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9457 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9458
645b9326
CY
94592009-08-17 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * files.el (hack-one-local-variable): If the mode function is for
9462 a minor mode, pass it an argument (Bug#4148).
9463
56c195af
MA
94642009-08-17 Michael Albinus <michael.albinus@gmx.de>
9465
9466 * net/tramp.el (tramp-register-completion-file-name-handler):
9467 Check also for (member 'partial-completion completion-styles).
9468
7a55c78b
CY
94692009-08-16 Chong Yidong <cyd@stupidchicken.com>
9470
9471 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9472 abbrev (Bug#3943).
9473
be3e598a 94742009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9475
9476 * progmodes/cperl-mode.el: Merge upstream 6.2.
9477 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9478 (cperl-forward-re): Check cperl-brace-recursing.
9479 (cperl-highlight-charclass): New function.
9480 (cperl-find-pods-heres): Use it.
31cd2dd4 9481 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9482 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9483 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9484 (cperl-beautify-level): Don't process entire regexp.
9485 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9486 calling man.
9487 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9488 (cperl-init-faces): Build a list in the normal way.
9489
81b1f9c9
CY
94902009-08-16 Chong Yidong <cyd@stupidchicken.com>
9491
9492 * calendar/parse-time.el (parse-time-string-chars): Save match
9493 data.
9494
c3732cb8
SM
94952009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9496
55659495
SM
9497 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9498 (sql-product): Use it.
9499 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9500 (sql-set-product): Add completion.
9501 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9502 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9503 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9504 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9505 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9506 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9507 (sql-highlight-db2-keywords): Remove.
9508 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9509 (sql-highlight-product): Use derived-mode-p.
9510 (sql-set-sqli-buffer): Use with-current-buffer.
9511 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9512 Simplify.
9513
1ae79427
SM
9514 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9515
c3732cb8
SM
9516 * term.el: Fix commenting convention, turn comments into docstrings.
9517
f24b8bf3
CY
95182009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9519
9520 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9521
7b6fefac 95222009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9523
1200ac26 9524 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9525 character classes, to handle non-ascii characters (Bug#3190).
9526
95272009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9528
1abbe4e5
CY
9529 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9530 another heredoc if the user adds another < (Bug#3226).
9531
c3732cb8
SM
9532 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9533 Don't initialize based on window-system (Bug#4124).
19261da4 9534
daad00fc
CY
9535 * facemenu.el (facemenu-read-color): Use a completion function
9536 that accepts any defined color, such as RGB triplets (Bug#3677).
9537
e1bdde78
CY
9538 * files.el (get-free-disk-space): Change fallback default
9539 directory to /. Expand DIR argument before switching to fallback.
9540 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9541
9d73a99e
CY
95422009-08-15 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * files.el (load-library): Doc fix.
9545
68b962d4 95462009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9547
953e0c1a 9548 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9549 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9550 incremental search string.
9d73a99e 9551
c3732cb8 9552 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9553 XEmacs.
9d73a99e 9554
c3732cb8
SM
9555 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9556 (ediff-merge-region-is-non-clash)
9557 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9558 Also check if the job is really a merge job.
9d73a99e 9559
c3732cb8 9560 * ediff.el (ediff-current-file): New function.
9d73a99e 9561
2e330adc
CY
95622009-08-15 Chong Yidong <cyd@stupidchicken.com>
9563
9564 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9565 conventions.
c3732cb8 9566 (js-insert-and-indent): Delete function.
2e330adc
CY
9567 (js-mode-map): Don't bind keys to js-insert-and-indent.
9568 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9569 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9570 (js-auto-indent-flag): Delete variable.
2e330adc 9571
17b5d0f7
CY
95722009-08-14 Chong Yidong <cyd@stupidchicken.com>
9573
c3732cb8
SM
9574 * progmodes/js.el: Remove proclaim statement.
9575 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9576
ba2d8894
CY
9577 * files.el (auto-mode-alist): Use js-mode for .js files.
9578
c3732cb8 9579 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9580
9581 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9582
9583 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9584
c3732cb8 9585 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9586
95872009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9588 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9589
9590 * progmodes/js.el: New file.
9591
b6377f1d
MH
95922009-08-14 Mark A. Hershberger <mah@everybody.org>
9593
9594 * timezone.el (timezone-parse-date): Add ability to understand ISO
9595 basic format (minimal separators) dates in addition to the
9596 already-supported extended format dates.
9597
bc0eef46
EZ
95982009-08-14 Eli Zaretskii <eliz@gnu.org>
9599
4e021e65
EZ
9600 * international/ucs-normalize.el: Add a `coding' file variable.
9601
bc0eef46
EZ
9602 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9603
53dab179
SS
96042009-08-14 Sam Steingold <sds@gnu.org>
9605
6801c38a 9606 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9607
6c58c39c
CY
96082009-08-13 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * faces.el (help-argument-name): Define it here instead of
9611 help-fns.el, because in daemon mode help-fns.el may be loaded when
9612 faces are still uninitialized (Bug#1078).
9613
9614 * help-fns.el (help-argument-name): Move defface to faces.el.
9615
c7baf7e9
NR
96162009-08-13 Nick Roberts <nickrob@snap.net.nz>
9617
9618 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9619 create buffer with a pty but no process so that GDB can make the
9620 inferior the controlling process.
9621
9c40e995 96222009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9623
9624 * international/ucs-normalize.el: New file.
9625
8cdba32b
RS
96262009-08-13 Richard Stallman <rms@gnu.org>
9627
5c950923
RS
9628 * mail/rmail.el (rmail-get-attr-names):
9629 Accept an attribute header that is too short.
9630
76e1e40b
RS
9631 * mail/rmail.el (rmail-forget-messages):
9632 Ignore nil elt in rmail-message-vector. Use dotimes.
9633
1fc01b08
RS
9634 * progmodes/compile.el (compilation-goto-locus):
9635 Use next-error-move-function.
9636
8cdba32b
RS
9637 * simple.el (next-error-move-function): New variable.
9638
99910cf4
JL
96392009-08-12 Juri Linkov <juri@jurta.org>
9640
9641 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9642 always non-nil. (Bug#4052)
9643
9644 * replace.el (read-regexp): Return empty string when
9645 `default-value' is nil.
9646 (keep-lines-read-args): Don't use empty string as the
9647 default value for `read-regexp'. (Bug#2495)
9648
fc5bdf6c
JL
96492009-08-12 Juri Linkov <juri@jurta.org>
9650
9651 * international/mule-cmds.el (ucs-insert): Change arguments
9652 from `arg' to `character', `count', `inherit' to be the same
9653 as in `insert-char'. Doc fix. (Bug#4039)
9654
9655 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9656
77748848
JL
96572009-08-12 Juri Linkov <juri@jurta.org>
9658
9659 * files-x.el: New file.
9660
9661 * files.el: Move code that deals with adding/deleting
9662 file/directory-local variables to files-x.el.
9663
9664 * Makefile.in (ELCFILES): Add files-x.elc.
9665
c8a44c4e
DD
96662009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9667
27a9fd5a
DD
9668 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9669 to use `goto-line'.
9670 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9671 `goto-line'.
9672 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9673 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9674 threads list.
107ef54a 9675 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9676 (gdb-starting): Moved -data-list-register-names...
9677 (gdb-stopped): ...here so it's sent when first thread stops.
9678 (gdb-registers-handler-custom): Do nothing if register names are
9679 unknown yet.
27a9fd5a 9680
c8a44c4e
DD
9681 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9682 from `gdb-mi.el' to avoid extra tangling.
9683
9684 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9685 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9686 (gdb-update-gud-running): No extra fuss for updating frame number.
9687
dfd4e693
SM
96882009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9689
51c4341f
SM
9690 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9691 (describe-language-environment-map, setup-language-environment-map)
9692 (set-coding-system-map): Move initialization into declaration.
9693 (set-language-info-alist): Last arg to define-key-after can be skipped.
9694
9695 * international/quail.el (quail-completion-1): Simplify.
9696 (quail-define-rules): Use slightly more compact code.
9697 (quail-insert-decode-map): Propertize keys, compact columns.
9698
dfd4e693
SM
9699 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9700 Add goto-line.
9701
83326559
MB
97022009-08-10 Miles Bader <miles@gnu.org>
9703
9704 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9705 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9706 (js2-instance-member, js2-private-member, js2-private-function-call)
9707 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9708 (js2-magic-paren, js2-external-variable):
9709 Remove "-face" suffix from face names.
9710 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9711 (js2-highlight-undeclared-vars, js2-peek-token)
9712 (js2-parse-function-params, js2-mode-show-errors)
9713 (js2-mode-show-warnings, js2-make-magic-delimiter)
9714 (js2-mode-highlight-magic-parens): Update to use new face names.
9715
8e754ea2
MA
97162009-08-09 Michael Albinus <michael.albinus@gmx.de>
9717
9718 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9719 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9720
1c292fc7
CY
97212009-08-09 Chong Yidong <cyd@stupidchicken.com>
9722
18d433a7
CY
9723 * subr.el: Provide hashtable-print-readable.
9724
1c292fc7
CY
9725 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9726 hs-c-like-adjust-block-beginning.
9727 (hs-hide-block-at-point): Stop hiding at the beginning of
9728 hs-block-end-regexp (Bug#700).
9729
2db0ae07
DD
97302009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9731
9732 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9733 a macro.
9734 (gdb-registers-handler-custom): Do not fail when register names
9735 are unavailable.
9736
fe4740a6
DD
97372009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9738
9739 * progmodes/gdb-mi.el (gdb-control-all-threads)
9740 (gdb-control-current-thread): Interactive setters for
9741 `gdb-gud-control-all-threads' to use in menu.
9742 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9743 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9744 gud/thread.xpm and gud/all.xpm.
9745
ce299d55
CY
97462009-08-08 Yoni Rabkin <yoni@rabkins.net>
9747
9748 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9749 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9750 (net-utils-mode): New mode for viewing diagnostic network output.
9751 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9752 (net-utils-run-simple): New function.
9753 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9754
7c4654ad
DD
97552009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9756
9757 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9758 (gdb-memory-set-address, def-gdb-set-positive-number)
9759 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9760 after changing settings.
9761 (gdb-invalidate-disassembly): Update when first shown.
9762 (gdb-edit-locals-value): Fixed.
9763 (gdb-registers-handler-custom): Print registers in right order and
9764 allow changing register values (only for current thread yet).
9cbac26b
DD
9765 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9766 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9767 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9768 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9769 info in mode name.
9770 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9771
0f25a277
EZ
97722009-08-08 Eli Zaretskii <eliz@gnu.org>
9773
9774 * mail/rmail.el (rmail-add-mbox-headers)
9775 (rmail-set-message-counters-counter): Search for
9776 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9777
b971be60
GM
97782009-08-08 Glenn Morris <rgm@gnu.org>
9779
9780 * Makefile.in (ELCFILES): Update.
9781
a35d3ad8
EZ
97822009-08-07 Eli Zaretskii <eliz@gnu.org>
9783
60c2df40
EZ
9784 * mail/sendmail.el (mail-yank-original): Set
9785 buffer-file-coding-system from the one used by the message whose
9786 text is yanked.
9787
8b0bcc2e
EZ
9788 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9789 to "windows" when "pgnuplot" is used.
9790 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9791 call accept-process-output if "pgnuplot" is used.
9792 (calc-graph-init): Don't send -display and -geometry to
9793 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9794 running "pgnuplot -V" with shell-command-to-string.
9795
9796 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9797 the default.
9798
97992009-08-07 Eli Zaretskii <eliz@gnu.org>
9800
9801 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9802 org/org-latex.elc.
9803
3bca7ca5
DN
98042009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9805
3c53763c
DN
9806 * vc-dispatcher.el (vc-resynch-window): Update comment.
9807
3bca7ca5
DN
9808 * term.el (term-handle-ansi-escape): Add comments with the
9809 terminfo capabilities implemented.
9810
7b217360
DD
98112009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9812
9813 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9814 (gdb-var-create-handler): Rewritten using JSON parser.
9815 (gdb-propertize-header): Moved earlier.
9816 (gdb-set-header): Removed to avoid duplication.
9817 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9818 Refresh disassembly buffers only after threads list have been
9819 update.
9820 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9821 variables.
9822
b4d84ecf
JL
98232009-08-04 Juri Linkov <juri@jurta.org>
9824
9825 * files.el: Commands to add/delete file/directory-local variables.
9826 (read-file-local-variable, read-file-local-variable-value)
9827 (read-file-local-variable-mode, modify-file-local-variable)
9828 (modify-file-local-variable-prop-line)
9829 (modify-dir-local-variable): New functions.
9830 (add-file-local-variable, delete-file-local-variable)
9831 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9832 (add-dir-local-variable, delete-dir-local-variable)
9833 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9834 (copy-dir-locals-to-file-locals-prop-line): New commands.
9835
42da39c1
CY
98362009-08-04 Chong Yidong <cyd@stupidchicken.com>
9837
9838 * abbrev.el (insert-abbrev-table-description): Prettify output.
9839 Suggested by Karl Chen.
9840
98bf8494
DD
98412009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9842
78b9fb28 9843 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9844 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9845 (gdb-overlay-arrow-position, gdb-thread-position)
9846 (gdb-disassembly-position): Declare variables.
9847 (gdb-wait-for-pending): Function now.
9848 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9849 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9850 compilation goes smoothly.
9851 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9852 (gdb-non-stop-setting): New customization setting which replaces
9853 `gdb-non-stop' so changing it doesn't break active GDB session.
9854 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9855 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9856 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9857 (gdb-show-threads-by-default): New customization options.
9858 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9859 routines.
9860 (gdb-get-buffer-create): Send buffers update signal when they are
9861 created.
9862 (gdb-invalidate-locals, gdb-invalidate-registers)
9863 (gdb-invalidate-breakpoints)
9864 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9865 (gdb-invalidate-memory): Accept update signal.
9866 (gdb-current-context-command): Use --frame option.
9867 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9868 Implement `gdb-frame-number' selection logic.
9869 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9870 whether to show GUD toolbar buttons.
9871 (gdb-thread-exited): Unselect current thread when it exits.
9872 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9873 (gdb-mark-line): Routine which sets overlay arrow or inverses
9874 video on fringeless displays.
9875 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9876 to build aligned columns of data in GDB buffers and set text
9877 properties line-by-line.
9878 (gdb-invalidate-breakpoints)
9879 (gdb-breakpoints-list-handler-custom)
9880 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9881 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9882 (gdb-registers-handler-custom): Align data columns.
9883 (gdb-locals-handler-custom): Now prints data like in variable
9884 declarations.
9885 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9886 Removed confusing buttons.
9887 (gdb-invalidate-threads): Append --frame.
9888 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9889 between breakpoints/threads buffers.
9890 (gdb-set-window-buffer): Now can ignore dedicated windows.
9891 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9892 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9893 (def-gdb-thread-buffer-gud-command): Replaces
9894 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9895 for fine thread control.
9896 (gdb-preempt-existing-or-display-buffer): New function used to
9897 display bound buffers without breaking window layout.
9898 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9899 (gdb-select-frame): New version of `gdb-frames-select' which now
9900 sets `gdb-frame-number' so commands may use --frame option instead
9901 of inner debugger state.
9902 (gdb-frame-handler): Do not set `gdb-frame-number'.
9903 (gdb-threads-mode-map): Select threads with mouse.
9904
9905 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9906 avoid compilation warning.
9907 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9908 `gdb-show-stop-p`.
9909
566f3909
DD
9910 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9911 Argument `key' renamed to `buffer-type'.
9912 (gdb-current-context-buffer-name): Do not add thread info to
9913 buffer name when no thread is selected.
9914 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9915 command (bug 3794).
9916 (gdb-thread-selected): Handle `=thread-selected' notification.
9917 (gdb-wait-for-pending): New macro to deal with congestion problems.
9918 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9919 breakpoints.
7b6fefac
JB
9920 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9921 This fixes problem similar to one described in bug 3947.
566f3909
DD
9922 (gud-menu-map): More menu items.
9923 (gdb-init-1): Reset `gdb-thread-number' to nil.
9924
4a31122c
DD
9925 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9926 non-stop settings.
9927
9928 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9929 (gdb-current-context-command): Do not append --thread if
9930 `gdb-thread-number' is nil.
9931 (gdb-running-threads-count, gdb-stopped-threads-count): New
9932 variables.
9933 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9934 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9935 customization options.
9936 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9937 GUD commands.
7b6fefac 9938 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9939 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9940 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9941 set `gdb-thread-number' and update `gud-running' properly.
9942 (gdb-running): Update threads list when new threads appear.
9943 (gdb-stopped): Support non-stop operation and new thread switching
9944 logic.
9945 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9946 (gdb-json-partial-output): New set of JSON routines.
9947 (def-gdb-auto-update-trigger): New `signal-list' optional
9948 argument.
9949 (gdb-thread-list-handler-custom): Update `gud-running',
9950 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9951 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9952 (gdb-continue-thread, gdb-step-thread): New commands for fine
9953 thread execution control.
9954 (gud-menu-map): New menu items to switch non-stop options.
9955 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9956 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9957
9958 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9959 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9960 gdb-buffer-rules.
9961 (def-gdb-auto-update-handler): New nopreserve optional argument.
9962 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9963
9964 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9965 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9966 (gdb-parent-mode): New mode to derive other GDB modes from.
9967 (gdb-display-disassembly-for-thread)
9968 (gdb-frame-disassembly-for-thread): New commands for threads
9969 buffer.
9970
9971 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9972 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9973 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9974 (gdb-update): We now store all GDB buffers in a list so that they
9975 can be updated by traversing a list instead of calling invalidate
7b6fefac 9976 triggers explicitly.
a5c9f540
DD
9977 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9978 pair for GDB buffer.
9979 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9980 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9981 handle pending triggers.
9982 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9983 (def-gdb-thread-buffer-simple-command)
9984 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9985 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9986 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9987 New commands which show buffers bound to thread.
e7086683 9988 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9989
7b6fefac
JB
9990 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9991 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9992 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9993 to (gud-comint-buffer) in *-buffer-name functions
9994 because (gdb-get-target-string) already does that.
9995 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9996 (gdb-changed-registers-handler): Rewritten without regexps.
9997
ba214964 9998 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
9999 (gdb-thread-number): New variable.
10000 (gdb-current-context-command): New macro which adds --thread
10001 option to command.
7b6fefac 10002 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10003 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10004 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10005 (gdb-select-thread): New command which selects current thread.
10006 (gdb-invalidate-frames, gdb-invalidate-locals)
10007 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10008
2ac33804
MA
100092009-08-04 Michael Albinus <michael.albinus@gmx.de>
10010
10011 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10012 robust. (Bug#3977)
2ac33804
MA
10013 (tramp-handle-insert-file-contents): `unwind-protect' must be
10014 inside `with-parsed-tramp-file-name'.
10015
10016 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10017 fails.
10018
39d0296f
NR
100192009-08-03 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10022 directory if CLASSPATH is not set.
10023
adcbca53
MA
100242009-08-03 Michael Albinus <michael.albinus@gmx.de>
10025
7b6fefac
JB
10026 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10027 New defconst.
7ef849b6 10028 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10029
30924b0b
CY
100302009-08-02 Kevin Ryde <user42@zip.com.au>
10031
7b6fefac
JB
10032 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10033 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10034
b6ce92f1
CY
100352009-08-02 Chong Yidong <cyd@stupidchicken.com>
10036
d977a092
CY
10037 * select.el (x-set-selection): Doc fix (Bug#4021).
10038
10039 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10040
b6ce92f1
CY
10041 * help-fns.el (describe-variable): Treat list return values from
10042 dir-locals-find-file properly (Bug#4005).
10043
7b6fefac 100442009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10045
10046 * net/tramp.el (tramp-debug-message): Print also microseconds.
10047
100482009-08-02 Michael Albinus <michael.albinus@gmx.de>
10049
10050 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10051 or END is non-nil.
10052 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10053 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10054 format.
10055
5ce6e4f4 10056 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10057 (tramp-get-file-property): Use it.
10058
10059 * autorevert.el (auto-revert-handler): Allow
10060 `auto-revert-tail-mode' for remote files.
10061
2aafe808
JR
100622009-08-02 Jason Rumney <jasonr@gnu.org>
10063
10064 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10065 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10066
e094097c
CY
100672009-08-02 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10070 (font-lock-variable-name-face, font-lock-constant-face): Darken
10071 the colors for light backgrounds.
10072
de94f281
EZ
100732009-08-01 Eli Zaretskii <eliz@gnu.org>
10074
10075 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10076 month names. (Bug#3987)
10077
54b99340
CY
100782009-07-31 Chong Yidong <cyd@stupidchicken.com>
10079
10080 * simple.el (line-move-finish): Pass whole number to
10081 line-move-to-column.
34be836c 10082 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10083
38216c30
JB
100842009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10085
10086 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10087
c779896d
CY
100882009-07-29 Alan Mackenzie <acm@muc.de>
10089
10090 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10091
592ccae0
DD
100922009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10093
35edc6c6
DD
10094 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10095 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10096
5a9e3ab7
JB
100972009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10098
10099 * calc/calc.el (calc-mode-map): Add keybinding for
10100 `calc-transpose-lines'.
10101
7b6fefac 101022009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10103
10104 * calc/calc-misc.el (calc-transpose-lines): New function.
10105
905fb90e
MA
101062009-07-28 Michael Albinus <michael.albinus@gmx.de>
10107
10108 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10109 Simplify check for out-of-band methods.
10110 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10111 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10112
76e14464
DN
101132009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10114
10115 * vc-git.el (vc-git-checkin): Fix typo.
10116
6088b51f 101172009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10118
10119 * progmodes/js2-mode.el: New file.
10120
b85157fe
NR
101212009-07-28 Nick Roberts <nickrob@snap.net.nz>
10122
10123 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10124 (gud-menu-map): Adjust tooltip accordingly.
10125
d43c2b06
DN
101262009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10127
1c0f0c3b
DN
10128 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10129 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10130
d43c2b06
DN
10131 * add-log.el (change-log-mode-map): Add a menu.
10132
3dec5c36
MA
101332009-07-27 Michael Albinus <michael.albinus@gmx.de>
10134
10135 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10136 function returns nil.
10137 (dbus-handle-event): Handle special return value :ignore.
10138 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10139
5704140c
CY
101402009-07-26 Chong Yidong <cyd@stupidchicken.com>
10141
10142 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10143 it's not needed.
10144
3077d1f6
EZ
101452009-07-25 Eli Zaretskii <eliz@gnu.org>
10146
10147 Fix Bug#3888:
10148
10149 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10150
10151 * term/pc-win.el (x-display-name, x-colors)
10152 (x-select-enable-clipboard, x-select-text): Doc fix.
10153
10154 * term/common-win.el (x-display-name, x-colors): Doc fix.
10155
10156 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10157 (xw-defined-colors): Doc fix.
10158
10159 * w32-fns.el (x-select-text, x-setup-function-keys)
10160 (x-get-selection, x-set-selection): Doc fix.
10161
10162 * term/x-win.el (x-select-text, x-setup-function-keys)
10163 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10164
10165 * select.el (x-set-selection): Doc fix.
10166
51768bc8
MA
101672009-07-25 Michael Albinus <michael.albinus@gmx.de>
10168
10169 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10170 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10171 "IsNSSSupportAvailable" method is not available. Reported by
10172 Steve Youngs <steve@sxemacs.org>.
10173
b11c2874
KH
101742009-07-24 Kenichi Handa <handa@m17n.org>
10175
10176 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10177 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10178 (build-unicode-category-table): Fix range checks.
10179
ba83b7b6
DN
101802009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10181
10182 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10183 the buffer we try to sync is current when calling
10184 vc-resynch-buffer.
10185
10186 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10187 not show up to date files.
10188
7a8ae964
GM
101892009-07-24 Glenn Morris <rgm@gnu.org>
10190
10191 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10192 Add autoload cookies. If necessary, initialize.
10193 (elint-log): Handle non-file buffers.
10194 (elint-initialize): Add optional argument to reinitialize.
10195 (elint-find-builtin-variables): Save excursion.
10196
a707eb05
DN
101972009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10198
10199 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10200 for Lint.
10201
0a2ddfa6
DN
102022009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10203
d6a62b0d
DN
10204 * vc.el (vc-print-log-internal): New function, split out from ...
10205 (vc-print-log): ... here.
10b5dcad 10206 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10207
0a2ddfa6
DN
10208 * vc-git.el (vc-git-add-signoff): New variable.
10209 (vc-git-checkin): Use it.
10210 (vc-git-toggle-signoff): New function.
10211 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10212 (vc-git--run-command-string): Accept a nil FILE argument.
10213 (vc-git-stash-list): New function.
10214 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10215
589a99f2
GM
102162009-07-23 Glenn Morris <rgm@gnu.org>
10217
10218 * help-fns.el (describe-variable): Describe ignored and risky local
10219 variables in a similar way to that in which we describe safe ones.
10220
10221 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10222 (byte-compile-output-file-form, byte-compile-output-docform)
10223 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10224 Give some more local variables with common names a "bytecomp-" prefix,
10225 so as not to shadow things during compilation.
10226 * emacs-lisp/cl-macs.el (load-time-value)
10227 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10228 `outbuffer' to `bytecomp-outbuffer'.
10229
10230 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10231 since the next two variables cover them automatically now.
10232 (elint-builtin-variables, elint-autoloaded-variables): New.
10233 (elint-unknown-builtin-args): Remove all members, since they can be
10234 parsed automatically now.
10235 (elint-extra-errors): New.
10236 (elint-env-add-env, elint-env-add-macro): Use cadr.
10237 (elint-current-buffer): Use or. Change final message.
10238 (elint-get-top-forms): Use line-end-position.
10239 (elint-init-env): Use cadr. Handle autoload, declare-function,
10240 and defalias.
10241 (elint-add-required-env): Doc fix. Use or. Standardize error.
10242 (regexp-assoc): Remove unused function.
10243 (elint-top-form): Set elint-current-pos, to record the start of the
10244 top-level form, for compilation-mode.
10245 (elint-form): Trap errors in macro expansion. Use dolist.
10246 (elint-unbound-variable): Use elint-builtin-variables and
10247 elint-autoloaded-variables.
10248 (elint-get-args): Use cadr, or.
10249 (elint-check-cond-form): Use dolist, cadr.
10250 (elint-check-condition-case-form): Doc fix. Use cadr.
10251 Use elint-extra-errors.
10252 (elint-log): New function.
10253 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10254 Distinguish errors and warnings.
10255 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10256 Use a bytecomp-style format.
10257 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10258 (elint-get-log-buffer): Use compilation mode. Disable undo.
10259 Don't truncate lines.
10260 (elint-initialize): Set builtin and autoloaded variable lists.
10261 Only process elint-unknown-builtin-args if non-nil.
10262 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10263 New functions.
10264 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10265
855b42a2
GM
102662009-07-22 Kevin Ryde <user42@zip.com.au>
10267
10268 * net/newst-backend.el (newsticker--parse-atom-1.0)
10269 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10270 (newsticker--parse-rss-1.0):
10271 * progmodes/idlwave.el (idlwave-mode):
10272 * progmodes/idlw-shell.el (idlwave-shell-mode):
10273 * progmodes/vera-mode.el (vera-mode):
10274 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10275 * progmodes/vhdl-mode.el (vhdl-mode):
10276 * textmodes/table.el (table-generate-source)
10277 (table--warn-incompatibility):
10278 Hyperlink urls in docstrings with URL `...'.
10279
fd413a37
GM
102802009-07-22 Glenn Morris <rgm@gnu.org>
10281
cb711556
GM
10282 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10283 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10284 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10285 Remove leading * from defcustom docs.
10286
fd413a37
GM
10287 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10288
10289 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10290 defcustom doc.
10291 (list-load-path-shadows): Optionally, just return shadows as a string.
10292
10293 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10294
a4f69701
CY
102952009-07-21 Chong Yidong <cyd@stupidchicken.com>
10296
10297 * mail/rmailedit.el (rmail-edit-mode): Use
10298 auto-save-include-big-deletions.
10299
10300 * mail/rmail.el (rmail-variables): Use
10301 auto-save-include-big-deletions.
10302
10303 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10304 changes.
10305
ec06459c
JB
103062009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10307
10308 * calc/calc.el (calc-undo-length): New variable.
10309 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10310
b41b0976
RS
103112009-07-21 Richard Stallman <rms@gnu.org>
10312
10313 * files.el (auto-save-mode): Handle buffer-save-size = -2
10314 for toggling mode.
10315
4ed32706
GM
103162009-07-21 Glenn Morris <rgm@gnu.org>
10317
531b1264
GM
10318 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10319
55d27f41
GM
10320 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10321
02df3f4d
GM
10322 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10323 silence compiler. Instead...
10324 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10325 (ps-print-ensure-fontified): Update for above function name changes.
10326
fdd8417e
GM
10327 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10328 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10329 silence compiler. Instead...
10330 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10331 (mh-show-buffer): Only define for compiler.
10332 (pr-mh-current-message): Update for above function name changes.
10333
4ed32706
GM
10334 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10335 as an argument.
10336 (find-file-noselect, insert-file-1): Update for above change.
10337
10338 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10339
10340 * mail/mailclient.el (mailclient-send-it): Fix message.
10341
10342 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10343 (edebug-eval): Check cl-debug-env is bound.
10344 (print-level, print-circle): Don't redefine built-in variables.
10345
10346 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10347 (custom-print-vectors): Remove old comments from doc.
10348
10349 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10350 (emerge-version): Make the variable an obsolete alias for the
10351 emacs-version variable. Make the function obsolete.
10352 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10353 Emerge options, rather than merging in into the main Options menu.
10354 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10355 and auto advance modes. Disable edit/fast items when not relevant.
10356
86812144
CY
103572009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10358
10359 * term/vt420.el (terminal-init-vt420): Fix typo.
10360
6bb90094
SS
103612009-07-20 Sam Steingold <sds@gnu.org>
10362
10363 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10364 variable (removed from compile.el on 2004-03-11).
10365
42e0a725
CY
103662009-07-20 Chong Yidong <cyd@stupidchicken.com>
10367
10368 * files.el (hack-local-variables-filter): Fix last change.
10369
2ee20f24
JL
103702009-07-19 Juri Linkov <juri@jurta.org>
10371
10372 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10373 (dir-local-variables-alist): New buffer-local variable.
10374 (hack-local-variables-filter): If variable is not dir-local,
10375 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10376 because file-local overrides dir-local.
3570691b 10377 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10378 Remove obsolete declaration.
10379 (hack-dir-local-variables): Add dir-local variable/value pair to
10380 `dir-local-variables-alist' and remove duplicates. Doc fix.
10381
10382 * help-fns.el (describe-variable): Add information about
10383 file-local and dir-local variables.
10384
89bf83cd
CY
103852009-07-19 Chong Yidong <cyd@stupidchicken.com>
10386
10387 * files.el (hack-local-variables-filter): Rewrite.
10388
1a8d3541
GM
103892009-07-19 Glenn Morris <rgm@gnu.org>
10390
d9e8a018
GM
10391 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10392 Silence compiler by only defining on XEmacs.
10393
da332cfb
GM
10394 * international/mule.el (auto-coding-regexp-alist): Only match
10395 BABYL... at the start of buffer, not of lines. (Bug#3790)
10396
1a8d3541
GM
10397 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10398 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10399 (cal-menu-context-mouse-menu): Doc fix.
10400
10401 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10402
10403 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10404
d842b103
JL
104052009-07-18 Juri Linkov <juri@jurta.org>
10406
10407 * info.el: Virtual Info keyword finder.
3570691b 10408 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10409 (Info-finder-file): New variable.
10410 (Info-finder-find-file): New function.
10411 (finder-known-keywords, finder-package-info)
10412 (find-library-name, lm-commentary): Use defvar and
10413 declare-function to silence compiler warnings.
10414 (Info-finder-find-node): New function.
10415 (info-finder): New command.
10416
10417 * subr.el (process-kill-buffer-query-function): New function.
10418 (add-hook)<kill-buffer-query-functions>: Add hook
10419 `process-kill-buffer-query-function'.
10420
10d37df7
AM
104212009-07-18 Alan Mackenzie <acm@muc.de>
10422
7b6fefac 10423 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10424 (c-postprocess-file-styles): Give invocation of `c-set-style'
10425 DONT-OVERRIDE parameter of t. Already set style variables will
10426 thus not be overridden by style settings given by `c-file-syle'.
10427
10428 * files.el (hack-local-variables-filter): Remove entries with
10429 duplicate keys from `file-local-variables-alist'.
10430
102e1a41
EZ
104312009-07-18 Eli Zaretskii <eliz@gnu.org>
10432
10433 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10434 x-set-selection if display-selections-p returns nil for the
10435 current frame.
10436
16f2e9fc
CY
104372009-07-18 Chong Yidong <cyd@stupidchicken.com>
10438
10439 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10440
f22693fc
EZ
104412009-07-18 Eli Zaretskii <eliz@gnu.org>
10442
a6c2c80c
EZ
10443 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10444 Accept nil in addition to a regexp.
10445 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10446 Accept nil in addition to a regexp.
10447 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10448 buffers that have an associated file. Handle nil values of
10449 desktop-buffers-not-to-save and desktop-files-not-to-save.
10450 (Bug#3833)
10451
f22693fc
EZ
10452 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10453 (x-disown-selection-internal): New functions.
10454
e456379a
NR
104552009-07-18 Nick Roberts <nickrob@snap.net.nz>
10456
10457 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10458 warning.
10459 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10460 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10461
0013b70f
CY
104622009-07-18 David De La Harpe Golden <david@harpegolden.net>
10463
10464 * simple.el (set-mark): Revert last change.
10465
0855c2ca
CY
104662009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10467
10468 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10469 rendering of pngs is not possible instead of messaging a long
10470 description.
10471
3f5c9cad
CY
104722009-07-17 David De La Harpe Golden <david@harpegolden.net>
10473
10474 * w32-fns.el (x-selection-owner-p): New function.
10475
10476 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10477 (mouse-yank-at-click, mouse-yank-primary): If
10478 select-active-regions is non-nil, deactivate the mark before
10479 insertion.
3f5c9cad
CY
10480
10481 * simple.el (deactivate-mark, set-mark): Only save selection if we
10482 own it.
10483
1fc87f9b
KH
104842009-07-17 Kenichi Handa <handa@m17n.org>
10485
10486 * case-table.el (describe-buffer-case-table): Fix for the case
10487 that KEY is a cons.
10488
d56fdcd2
DN
104892009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10490
10491 * vc-rcs.el (vc-rcs-find-file-hook):
10492 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10493
bede3e9f
MA
104942009-07-16 Michael Albinus <michael.albinus@gmx.de>
10495
10496 * net/tramp.el (tramp-wait-for-output): Handle the case when
10497 commands do not return a newline but a null byte before the shell
10498 prompt. (Bug#3858)
10499
7653ca1d
YM
105002009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10501
10502 * term/ns-win.el (ns-set-alpha): Don't declare.
10503 (ns-set-background-alpha): Remove function.
10504
ed2a52e9
SM
105052009-07-16 Kevin Ryde <user42@zip.com.au>
10506
10507 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10508 y-or-n-p, for safety.
10509
7a907299
RS
105102009-07-16 Richard Stallman <rms@gnu.org>
10511
10512 * files.el (auto-save-mode): If buffer-saved-size is -2,
10513 don't clobber it.
10514
10515 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10516 (rmail-retry-ignored-headers): Add more uninteresting fields.
10517
c0db3477
CY
105182009-07-15 Jari Aalto <jari.aalto@cante.net>
10519
10520 * net/rcirc.el (rcirc): Use history variables.
10521 (rcirc-server-name-history, rcirc-nick-name-history)
10522 (rcirc-server-port-history): New variables.
10523
6c875452
KH
105242009-07-15 Kenichi Handa <handa@m17n.org>
10525
bf974dc9
KH
10526 * international/mule-cmds.el (set-language-environment-charset):
10527 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10528 ignore them.
10529
6c875452
KH
10530 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10531 Delete unibyte-display.
10532
2066b4fe
CY
105332009-07-15 Chong Yidong <cyd@stupidchicken.com>
10534
10535 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10536
f9be2e35
CY
105372009-07-15 Chong Yidong <cyd@stupidchicken.com>
10538
10539 * simple.el (deactivate-mark): Optional argument FORCE.
10540 (set-mark): Use deactivate-mark.
10541
10542 * info.el (Info-search): No need to check transient-mark-mode
10543 before calling deactivate-mark.
10544
10545 * select.el (x-set-selection): Doc fix.
10546 (x-valid-simple-selection-p): Allow buffer values.
10547 (xselect--selection-bounds): Handle buffer values. Suggested by
10548 David De La Harpe Golden.
10549
10550 * mouse.el (mouse-set-region, mouse-drag-track): Call
10551 copy-region-as-kill before setting the mark, to let
10552 select-active-regions work.
10553
be3e598a 105542009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10555
10556 * simple.el (deactivate-mark): If select-active-regions is
10557 non-nil, copy the selection data into a string.
10558 (activate-mark): If select-active-regions is non-nil, set the
10559 selection to the current buffer.
10560 (set-mark): Update selection if select-active-regions is non-nil.
10561
10562 * select.el (x-valid-simple-selection-p): Allow buffer values.
10563
cbd61418
SM
105642009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10565
10566 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10567 and more featureful message-mode.
10568
f470187f
CY
105692009-07-14 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * select.el (x-set-selection): Doc fix.
10572 (x-valid-simple-selection-p): Disallow selection data consisting
10573 of a list or cons of integers, since that is not used.
10574 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10575 (xselect-convert-to-string, xselect-convert-to-length)
10576 (xselect-convert-to-filename, xselect-convert-to-charpos)
10577 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10578
bfc99364
DD
105792009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10580
10581 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10582 output in -break-info command (Emacs bug #3794).
10583
e32721f5
GM
105842009-07-14 Glenn Morris <rgm@gnu.org>
10585
1e46f9e4
GM
10586 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10587 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10588 (edebug-print-length, edebug-print-level, edebug-print-circle)
10589 (edebug-sit-for-seconds, edebug-view-outside)
10590 (edebug-bounce-point, edebug-set-global-break-condition)
10591 (edebug-Go-nonstop-mode, edebug-trace-mode)
10592 (edebug-Trace-fast-mode, edebug-continue-mode)
10593 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10594 (edebug-visit-eval-list): Doc fixes.
10595
e32721f5
GM
10596 * subr.el (def-edebug-spec): Doc fix.
10597
66a85e76
KH
105982009-07-14 Kenichi Handa <handa@m17n.org>
10599
10600 * international/characters.el: Fix setting of category ?C.
10601
28571246
JD
106022009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10603
7b6fefac 10604 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10605 ns-popup-font-panel instead of generate-fontset-menu.
10606
5d74672c
EZ
106072009-07-12 Eli Zaretskii <eliz@gnu.org>
10608
7b6fefac 10609 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10610
eb1727a4
CY
106112009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10612
10613 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10614 the PK\003\004 header (Bug#3770).
10615
208384c5
CY
106162009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10617
10618 * pcomplete.el (pcomplete-comint-setup): Check for
10619 shell-dynamic-complete-filename too.
10620
774409a1
CY
106212009-07-11 Chong Yidong <cyd@stupidchicken.com>
10622
10623 * simple.el (temporary-goal-column): Change the value for
10624 line-move-visual to a cons cell.
10625 (line-move-visual): Record or set the window hscroll, if
10626 necessary (Bug#3494).
10627 (line-move-1): Handle cons value of temporary-goal-column.
10628
1639ee1d
KH
106292009-07-11 Kenichi Handa <handa@m17n.org>
10630
10631 * international/mule-diag.el (describe-character-set): Don't show
10632 width.
10633
2b1d2412
SS
106342009-07-10 Sam Steingold <sds@gnu.org>
10635
10636 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10637 Omake sometimes indents the errors it prints, so allow all
10638 regexps to start with spaces.
10639
ed3a5691
EZ
106402009-07-10 Eli Zaretskii <eliz@gnu.org>
10641
ed2a52e9
SM
10642 * cus-edit.el (customize-changed-options-previous-release):
10643 Bump value to 22.1. (Bug#3804)
ed3a5691 10644
49405d0e
SS
106452009-07-08 Sam Steingold <sds@gnu.org>
10646
10647 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10648 to be a cons cell (test . ignored-directory) to selectively ignore
10649 some directories depending on the location of the search.
10650
93c3eb7c
MA
106512009-07-08 Michael Albinus <michael.albinus@gmx.de>
10652
10653 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10654 remote user is root, on the local host.
10655 (tramp-local-host-p): Either the local user or the remote user
10656 must be root. (Bug#3771)
10657
6f2a8484
NR
106582009-07-08 Nick Roberts <nickrob@snap.net.nz>
10659
10660 * progmodes/gdb-mi.el (gdb): Remove description of
10661 gdb-use-separate-io-buffer.
69cb8d82 10662 (menu): Don't allow toggling of or enable
6f2a8484
NR
10663 gdb-use-separate-io-buffer from menubar.
10664
88d03607
CY
106652009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10666
10667 * mail/unrmail.el (unrmail): Make sure the message ends with two
10668 newlines (Bug#3769).
10669
7ef5b8b2
GM
106702009-07-08 Glenn Morris <rgm@gnu.org>
10671
10672 * calendar/calendar.el (calendar-current-date): Rework previous change.
10673
3ce82f97
GM
106742009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10675
10676 * calendar/calendar.el (calendar-current-date):
10677 Add an optional argument giving an offset from today.
10678
f35fc841
GM
106792009-07-08 Glenn Morris <rgm@gnu.org>
10680
10681 * tutorial.el (tutorial--describe-nonstandard-key):
10682 Adjust the message for when a key has been unbound.
10683 (help-with-tutorial): Hide the arch-tag.
10684
40149292
KH
106852009-07-08 Kenichi Handa <handa@m17n.org>
10686
69cb8d82
KH
10687 * international/fontset.el (setup-default-fontset): For each
10688 script, append (not set) font-specs.
10689
40149292
KH
10690 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10691 docstring.
10692
ff0c4194
NR
106932009-07-08 Nick Roberts <nickrob@snap.net.nz>
10694
10695 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10696 -data-list-register-names to ...
10697 (gdb-starting): ... here because GDB 7.0 requires execution to
10698 have started when using this MI command.
10699 (gdb-set-header): New function to distinguish select and
10700 unselected tabs in gdb buffers.
10701 (gdb-propertize-header): New macro that uses gdb-set-header.
10702 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10703 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10704
8954c675
CY
107052009-07-07 Chong Yidong <cyd@stupidchicken.com>
10706
10707 * Makefile.in (ELCFILES): Remove fadr.elc.
10708
0996385d
DD
107092009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10710
dc6b4519
DD
10711 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10712 may contain frame information, so `string-match' should be used.
10713 (gdb-update): Disassembly is invalidated through
10714 `gdb-get-selected-frame'.
10715 (gdb-pad-string): New function to pad string with spaces.
10716 (gdb-invalidate-disassembly): Invalidate only if the buffer
10717 exists.
10718 (gdb-disassembly-handler-custom): Column alignment.
10719 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10720 placing new ones.
10721 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10722 end of line, too.
10723 (gdb-frame-handler): Match convention to for disassembly buffer
10724 mode name.
17c1380b 10725 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10726 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10727 not highlight breakpoints without line information.
69a197a2 10728 (gdb-input): Add trailing newline to command.
dc6b4519 10729
14340b25
DD
10730 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10731 buffer properly.
10732 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10733 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10734 now.
10735 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10736 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10737 to place breakpoints.
14340b25
DD
10738 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10739 functions.
10740 (gdb-disassembly-handler-custom): Show overlay arrow.
10741 (gdb-disassembly-place-breakpoints): Show breakpoints in
10742 disassembly buffer.
10743 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10744 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10745 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10746 in `gud-menu-map'.
14340b25 10747
38d4f316 10748 * fadr.el: Remove.
1f2a6224 10749
7b6fefac 10750 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10751 (gdb-memory-address): New variable which holds top address of
7b6fefac 10752 memory page shown in memory buffer.
0996385d
DD
10753 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10754 customization variables.
10755 New functions:
10756 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10757 display the memory buffer.
10758 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10759 buffer display parameters.
10760 (def-gdb-memory-format, gdb-memory-format-binary)
10761 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10762 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10763 Functions for setting memory buffer format.
10764 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10765 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10766 unit size used in memory buffer.
10767 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10768 to next/previous page of memory buffer.
28d67a53 10769 Now using (bindat-get-field) instead of fadr functions.
0996385d 10770
9ba562d3
SS
107712009-07-07 Sam Steingold <sds@gnu.org>
10772
10773 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10774 non-top-level files.
10775
a43977db
KH
107762009-07-07 Kenichi Handa <handa@m17n.org>
10777
10778 * international/mule-cmds.el (reset-language-environment): Put
10779 the highset priority to the charset iso-8859-1.
10780
d44d05e8
CY
107812009-07-06 Chong Yidong <cyd@stupidchicken.com>
10782
10783 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10784 to the end of the line when locating the block (Bug#700).
10785
3e2fa353
MA
107862009-07-06 Michael Albinus <michael.albinus@gmx.de>
10787
10788 * net/tramp.el (tramp-handle-write-region): Flush file properties
10789 in case of short track.
10790
be3e598a 107912009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10792
bf0b361c
JB
10793 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10794 Coded custom representation of verilog error regular expressions
10795 to work with Emacs-22's new format.
d88782c3 10796 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10797 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10798 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10799 error recognition into XEmacs.
10800 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10801 error recognition into Emacs-22.
10802
25c6f63e
CY
108032009-07-06 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * woman.el: Remove stand-alone closing parentheses.
10806 (woman-file-name, woman2-format-paragraphs)
10807 (woman-leave-blank-lines): Code cleanup.
10808 (woman-use-own-frame): Change default to nil.
10809 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10810 defaults to inherit from default faces.
10811 (woman2-process-escapes): Consume the newline after a stand-alone
10812 filler character (Bug#3651).
10813
f176290e
GM
108142009-07-06 Glenn Morris <rgm@gnu.org>
10815
10816 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10817 (top-level): Move provide to the end.
10818 (ffap): Remove defunct URL from custom group.
10819
10820 * subr.el (eval-after-load): Doc fix.
10821
7b6fefac 108222009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10823
10824 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10825 `calc-embedded-word' is called twice.
10826
4b8b1ec5
SM
108272009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * files.el (find-alternate-file-other-window, find-alternate-file):
10830 Obey confirm-nonexistent-file-or-buffer.
10831
d6ceb380
MA
108322009-07-05 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * dired-aux.el (dired-show-file-type): Handle remote files.
10835
be3e598a 108362009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10837
4b8b1ec5
SM
10838 * desktop.el (desktop-globals-to-save):
10839 Add file-name-history (Bug#2750).
c760f19e 10840
6d00ce04
CY
108412009-07-05 Chong Yidong <cyd@stupidchicken.com>
10842
4b8b1ec5 10843 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10844
6ee21b07
JB
108452009-07-04 Johan Bockgård <bojohan@gnu.org>
10846
10847 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10848 property on entire argument since this is what eshell-lisp-command
10849 expects.
10850
f0dbdc25
MA
108512009-07-03 Michael Albinus <michael.albinus@gmx.de>
10852
10853 * net/tramp-gvfs.el (tramp-gvfs-methods)
10854 (tramp-gvfs-zeroconf-domain)
10855 (tramp-bluez-discover-devices-timeout): Add version flag.
10856 (tramp-gvfs-handler-mounted-unmounted)
10857 (tramp-gvfs-connection-mounted-p): Polish handling of
10858 incompatibilities between GVFS 0.2 and 1.0.
10859
e044e4fc
JD
108602009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10861
4b8b1ec5 10862 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10863
2e9b968b
JB
108642009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10865
bf0b361c 10866 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10867 formatted correctly.
10868
baf1a55e
JL
108692009-07-02 Juri Linkov <juri@jurta.org>
10870
10871 * info.el: Virtual Info files and nodes.
10872 (Info-virtual-files, Info-virtual-nodes): New variables.
10873 (Info-current-node-virtual): New variable.
10874 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10875 New functions.
10876 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10877 to check for a virtual file instead of checking a fixed list
10878 of node names.
10879 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10880 instead of ad-hoc processing of "dir" and (apropos history toc).
10881 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10882 instead of ad-hoc processing of "dir" and (apropos history toc).
10883 Reread a file when moving from a virtual node.
10884 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10885 (Info-directory-toc-nodes, Info-directory-find-file)
10886 (Info-directory-find-node): New functions.
10887 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10888 (Info-history): Move part of code to
10889 `Info-history-find-node'.
10890 (Info-history-toc-nodes, Info-history-find-file)
10891 (Info-history-find-node): New functions.
10892 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10893 (Info-toc): Move part of code to `Info-toc-find-node'.
10894 (Info-toc-find-node): New function.
4b8b1ec5 10895 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10896 the current Info file name to references because now the node
10897 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10898 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10899 (Info-toc-nodes): Rename input argument `file' to `filename'.
10900 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10901 instead of ad-hoc processing of ("dir" apropos history toc).
10902 (Info-index-nodes): Use Info-virtual-file-p
10903 to check for a virtual file instead of checking a fixed list
10904 of node names.
10905 (Info-index-node): Add check for `Info-current-node-virtual'.
10906 Raise `save-match-data' higher up the tree to contain
10907 `search-forward' too (bug fix).
10908 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10909 (Info-virtual-index-nodes): New variable.
10910 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10911 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10912 (Info-apropos-file, Info-apropos-nodes): New variables.
10913 (Info-apropos-toc-nodes, Info-apropos-find-file)
10914 (Info-apropos-find-node, Info-apropos-matches): New functions.
10915 (info-apropos): Move part of code to `Info-apropos-find-node' and
10916 `Info-apropos-matches'.
10917 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10918 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10919 for a virtual file instead of checking a fixed list of node names.
10920
10921 * simple.el (async-shell-command): New command.
10922
10923 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10924
10925 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10926 instead of `mount-info'.
10927
d04bc496
MA
109282009-07-02 Michael Albinus <michael.albinus@gmx.de>
10929
10930 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10931 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10932
af0403e0
KH
109332009-07-02 Kenichi Handa <handa@m17n.org>
10934
10935 * international/mule.el (set-keyboard-coding-system): Force *-unix
10936 coding-system to avoid eol conversion.
10937
99278f8a
MA
109382009-07-01 Michael Albinus <michael.albinus@gmx.de>
10939
4b8b1ec5
SM
10940 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10941 Add handler for `process-file', `shell-command' and
99278f8a
MA
10942 `start-file-process'.
10943 (tramp-gvfs-handle-shell-command)
10944 (tramp-gvfs-handle-start-file-process)
10945 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10946 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10947
3f1c6666
JD
109482009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10949
10950 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10951
3f396bac
KH
109522009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10953
10954 * language/korean.el (set-language-info-alist): Add korean-cp949,
10955 cp949 to spec.
10956
c1185193
KH
109572009-07-01 Kenichi Handa <handa@m17n.org>
10958
10959 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10960
10961 * international/encoded-kb.el: Deleted.
10962
10963 * international/mule.el (set-keyboard-coding-system): Perform the
10964 necessary setup here instead of calling encoded-kbd-setup-display.
10965
3f150a60
GM
109662009-07-01 Glenn Morris <rgm@gnu.org>
10967
10968 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10969
b0d5b05b
GM
109702009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10971
10972 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10973
4f4126e6
MA
109742009-06-30 Michael Albinus <michael.albinus@gmx.de>
10975
4b8b1ec5
SM
10976 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10977 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 10978 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 10979
7ae3ea65 10980 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10981 (top): Add a default for "synce" in `tramp-default-user-alist'.
10982 Add completion function for "synce" method.
10983 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10984 (tramp-hal-interface-manager, tramp-hal-interface-device):
10985 New defconst.
10986 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10987 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10988 New defuns.
d6ceb380
MA
10989
10990 * net/trampver.el: Update release number.
7ae3ea65 10991
0ad6626b
KH
109922009-06-30 Kenichi Handa <handa@m17n.org>
10993
10994 * international/fontset.el (setup-default-fontset): Add CJK fonts
10995 for symbols and the other miscellaneous characters.
10996
4b8b1ec5
SM
10997 * language/korea-util.el (setup-korean-environment-internal):
10998 Make char-width-table suitable for Korean environments.
0ad6626b
KH
10999 (exit-korean-environment): Cancel above.
11000
11001 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11002 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11003 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11004 environments, and an exit-function to cancel that.
11005
11006 * language/japan-util.el (setup-japanese-environment-internal):
11007 Call use-cjk-char-width-table with arg `ja_JP'.
11008
11009 * international/characters.el (cjk-char-width-table): Delete it.
11010 (cjk-char-width-table-list): New variable.
11011 (use-cjk-char-width-table): New arg local-name.
11012 (use-default-char-width-table): Fix for the case that Emacs is
11013 already using the default char-width-table.
11014
fd46e893
MA
110152009-06-29 Michael Albinus <michael.albinus@gmx.de>
11016
11017 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11018 modes mandatory. (Bug#3712)
11019
b87d9f96
AM
110202009-06-29 Alan Mackenzie <acm@muc.de>
11021
11022 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11023 correction between the visible width of TABs and their number of bytes.
b87d9f96 11024
2d25aa5a
CY
110252009-06-29 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * server.el (server-buffer-done): Prevent kill-buffer from
11028 prompting by clearing the buffer modification flag (Bug#3696).
11029
a3a8b002
DN
110302009-06-28 Michael McNamara <mac@mail.brushroad.com>
11031
bf0b361c 11032 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11033 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11034 (verilog-basic-complete-re): Support localparam lineup.
11035 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11036 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11037 commenting.
11038 (verilog-leap-to-case-head): Now support *nested* unique &
11039 priority case statements.
11040 (verilog-auto-lineup): Make just declarations the default (as it
11041 had been).
4b8b1ec5 11042 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11043 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11044 select the various styles of automatic lineup.
a3a8b002
DN
11045 (verilog-error-regexp-alist): Rework to support the XEmacs style
11046 of error regular expressions from compilers, lint tools &
11047 simulators. Note that GNU Emacs has made it impossible for a mode
11048 to load such things.
11049 (electric-verilog-terminate-line, verilog-indent-declaration)
11050 (verilog-auto-wiure): Rework for radio button selection of
11051 auto-lineup selection of specification of auto lineup.
11052 (verilog-beg-of-statement-1): Redesign to support proper operation
11053 in additional code, based on testing with auto-lineup.
11054 (verilog-calculate-indent, assignments & declarations)
11055 (verilog-backward-token): Enhance to support auto-lineup of
11056 assignments & declarations.
11057 (verilog-in-directive-p, verilog-at-struct-p): New function for
11058 easy test of whether we are.
11059 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11060 to support safe execution at almost anyline.
11061 (verilog-calc-1): Properly support indenting deep inside generate
11062 blocks.
48c2d18a 11063 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11064 as it is redundant with font-lock-defaults.
a8f316ca 11065 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11066 to avoid circular calls if syntax-ppss is a function (as is the
11067 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11068 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11069 (verilog-ovm-begin-re, verilog-ovm-end-re)
11070 (verilog-ovm-statement-re, verilog-leap-to-head)
11071 (verilog-backward-token): Add support for OVM macros. Some are
11072 complete statements, and others open and close scopes like begin
11073 and end.
11074 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11075 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11076 compilation issue.
48c2d18a 11077 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11078 coverpoint, constraint and cross statements.
a3a8b002
DN
11079 (verilog-defun-level-list, verilog-generate-defun-level-list)
11080 (verilog-all-defun-level-list): Redo these specifications - it is
11081 too hard to support eval-when compile aggregation of lists also
11082 built at when-compile time.
11083 (verilog-defun-level-list): Place defconsts of variables used in
11084 building regular expressions which are built in eval-when-compile
11085 bodies in the same eval-when-compile body to facilitate compile
11086 without load.
11087 (verilog-beg-block-re-ordered): Support indenting
11088 virtual/protected tasks and functions.
7b6fefac 11089 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11090 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11091 indentation of some module items (generate items).
11092 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11093 across virtual/protected tasks and functions.
11094
110952009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11096
bf0b361c 11097 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11098 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11099 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11100 in concatenations. Reported by Yishay Belkind.
11101 (verilog-auto-ascii-enum): Support one-hot state machines in
11102 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11103 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11104 modport in AUTOINST and add vl-modport for users. Reported by
11105 David Rogoff.
11106 (verilog-auto-inout-module, verilog-auto-inst)
11107 (verilog-decls-get-interfaces, verilog-insert-definition)
11108 (verilog-insert-one-definition, verilog-read-decls)
11109 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11110 (verilog-sig-modport, verilog-signals-combine-bus)
11111 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11112 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11113 Suggested by David Rogoff.
11114 (verilog-repair-open-comma): Fix non-insertion of comma when
11115 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11116 (verilog-make-width-expression): Simplify [A-1:0] expression
11117 widths to just {A{1'b0}}.
11118 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11119 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11120 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11121 inputs/outputs or data type. Suggested by Vasu Kandadi.
11122 (next-error-last-buffer): Fix byte-compiler warning.
11123 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11124 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11125 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11126 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11127 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11128 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11129 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11130 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11131 causing use of <= assignments. Reported by Alex Reed.
11132 (verilog-read-decls): Fix triand, trior, wand, wor to be
11133 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11134 (verilog-extended-complete-re): Support import "DPI-C" functions.
11135 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11136 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11137 (verilog-insert-date, verilog-insert-year)
11138 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11139 Windows systems. Reported by Michael Potts.
11140 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11141 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11142 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11143 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11144 (verilog-read-decls): Fix detecting "parameter int" when using
11145 AUTOINSTPARAM. Reported by Bruce T.
11146 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11147 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11148 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11149 verilog-goto-defun will work. Reported by Lawrence Butcher.
11150 (verilog-getopt): Expand environment variables in -f file
11151 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11152 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11153 when reading enumerations.
11154 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11155 Suggested by Stephen Peltan.
4b8b1ec5 11156 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11157 files. Reported by Steve Peltan.
11158
f7c0d931
CY
111592009-06-28 David De La Harpe Golden <david@harpegolden.net>
11160
11161 * files.el (trash-directory): Fix defcustom type.
11162
baf1a55e 111632009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11164
11165 * help-fns.el (describe-function-1): Correctly locate adviced
11166 functions in hyperlink (Bug#2438).
11167
d63a01ef
CY
111682009-06-28 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * files.el (trash-directory): Change default to nil.
11171 (move-file-to-trash): If trash-directory is nil and
11172 system-move-file-to-trash is unbound, perform freedesktop-style
11173 trashing.
11174
111752009-06-28 David De La Harpe Golden <david@harpegolden.net>
11176
11177 * files.el (move-file-to-trash): Add freedesktop trash
11178 support (Bug#973).
11179
fc2f6a26
GM
111802009-06-28 Glenn Morris <rgm@gnu.org>
11181
11182 * autorevert.el (global-auto-revert-non-file-buffers)
11183 (global-auto-revert-mode): Doc fixes.
11184
00242b07
JB
111852009-06-27 Johan Bockgård <bojohan@gnu.org>
11186
11187 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11188
f5594f03
CY
111892009-06-27 Chong Yidong <cyd@stupidchicken.com>
11190
e8a2b2da
CY
11191 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11192 opened an X connection before calling x-get-resource (Bug#3194).
11193
f5594f03
CY
11194 * play/doctor.el: Remove reference to obsolete website.
11195 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11196
3c3bf6ce
DN
111972009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11198
11199 Remove find-file-not-found-hook VC method. (Bug#2757)
11200 * vc-hooks.el (vc-file-not-found-hook)
11201 (vc-default-find-file-not-found-hook): Remove functions.
11202 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11203 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11204 * vc.el:
11205 * vc-hg.el:
11206 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11207
e26a7bc0
AM
112082009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11209
11210 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11211 compatibility function for `looking-back'.
e26a7bc0 11212
4b8b1ec5 11213 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11214 Use `ispell-looking-back'.
e26a7bc0 11215
d9848600
MA
112162009-06-24 Michael Albinus <michael.albinus@gmx.de>
11217
11218 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11219 rather than `filename'.
d9848600 11220
05fbc4a9
MB
112212009-06-23 Miles Bader <miles@gnu.org>
11222
11223 * face-remap.el (text-scale-set): New function.
11224
f86ca715
GM
112252009-06-23 Glenn Morris <rgm@gnu.org>
11226
33e2c2e5
GM
11227 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11228
f529f302
GM
11229 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11230
34995333
GM
11231 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11232
cc80ccee
GM
11233 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11234
84cb770d
GM
11235 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11236 Simplify Persian conditionals.
11237
d916c965
GM
11238 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11239 variable `filename'.
11240
b6a44b27
GM
11241 * comint.el (comint-insert-input): Doc fix.
11242
f86ca715
GM
11243 * Makefile.in (ELCFILES): Fix typo in previous change.
11244
666e158e
MB
112452009-06-23 Miles Bader <miles@gnu.org>
11246
11247 * cus-start.el: Add entry for `recenter-redisplay'.
11248
be3e598a 112492009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11250
11251 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11252 Add an optional argument for the backend, use it instead of
11253 calling vc-backend.
4b8b1ec5
SM
11254 (vc-mode-line): Add an optional argument for the backend.
11255 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11256 special handling for vc-state being a buffer to ...
11257
11258 * vc-rcs.el (vc-rcs-find-file-hook):
11259 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11260
11261 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11262 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11263 vc-stay-local-p and vc-mode-line calls.
11264
11265 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11266 (vc-cvs-diff, vc-cvs-annotate-command)
11267 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11268 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11269 vc-mode-line calls.
11270
11271 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11272 direct comparison.
11273 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11274 backend when calling vc-mode-line.
11275 (vc-register): Do not create a closure for calling the vc register
11276 function, call it directly.
11277
2764748c
DN
112782009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11279
11280 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11281 to make it obvious item can be clicked.
f5a0b281
DN
11282
11283 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11284
d4a885b2
KH
112852009-06-23 Kenichi Handa <handa@m17n.org>
11286
11287 * language/korea-util.el (korean-key-bindings): Change the binding
11288 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11289 same command.
11290
e3610693
MA
112912009-06-22 Michael Albinus <michael.albinus@gmx.de>
11292
11293 Sync with Tramp 2.1.16.
11294
11295 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11296
11297 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11298 when a loading of a package fails. Completion function for rsync
11299 is `tramp-completion-function-alist-ssh'.
11300 (all): Replace all calls of `split-string' and
11301 `tramp-split-string' by `tramp-compat-split-string'.
11302 (tramp-default-method): Use `tramp-compat-process-running-p'.
11303 (tramp-default-proxies-alist): Allow also Lisp forms.
11304 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11305 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11306 (tramp-domain-regexp): Allow also "-", "_" and ".".
11307 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11308 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11309 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11310 (tramp-handle-directory-files-and-attributes-with-stat):
11311 Care about filenames with spaces, or starting with "-".
e3610693
MA
11312 (tramp-handle-dired-uncache): New defun.
11313 (tramp-handle-insert-directory): Don't flush the directory from
11314 cache, this is handled by `dired-uncache' now.
11315 (tramp-handle-insert-file-contents): Improve error handling.
11316 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11317 Quote `tramp-end-of-output'.
11318 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11319 (tramp-check-for-regexp): Both echoes must be present, before removing.
11320 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11321 (tramp-compute-multi-hops): Eval cons cells of
11322 `tramp-default-proxies-alist'.
11323 (tramp-maybe-open-connection): Use the same command pattern for
11324 first hop and further hops.
11325 (tramp-wait-for-output): Remove handling of newlines.
11326 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11327 (tramp-split-string): Remove function. It is handled in
11328 tramp-compat now.
11329
4b8b1ec5
SM
11330 * net/tramp-cmds.el (tramp-bug):
11331 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11332
11333 * net/tramp-compat.el (tramp-compat-split-string)
11334 (tramp-compat-process-running-p): New defuns.
11335
11336 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11337 for `dired-uncache'.
11338
11339 * net/tramp-gvfs.el: New package.
11340
4b8b1ec5
SM
11341 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11342 Add handler for `dired-uncache'.
e3610693
MA
11343 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11344
11345 * net/trampver.el: Update release number. Make version check fit
11346 for SXEmacs 22.
11347
13a3f374
JM
113482009-06-22 Jim Meyering <meyering@redhat.com>
11349
e0a28a3b 11350 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11351 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11352 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11353
5242671e 113542009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11355 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11356
e0a28a3b 11357 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11358 repository (http://sphinx.net.ru/hg/gdb-mi/).
11359
3fde45af
GM
113602009-06-22 Glenn Morris <rgm@gnu.org>
11361
46253b34
GM
11362 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11363 `mode' and `eval' entries. (Bug#3430)
11364
97e18192
GM
11365 * Makefile.in (ELCFILES): Add fadr.elc.
11366
731a00fb
GM
11367 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11368 differing behavior of \n and ^ in strings. (Bug#3385)
11369
c66cd0ff
GM
11370 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11371
3fde45af
GM
11372 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11373 property.
11374 (lisp-indent-function): Make it a defcustom.
11375
db2241a0
NR
113762009-06-21 Nick Roberts <nickrob@snap.net.nz>
11377
11378 * progmodes/gdb-ui.el: Replace with ...
5242671e 11379 * progmodes/gdb-mi.el: ... this file.
db2241a0 11380 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11381
113822009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11383
db2241a0
NR
11384 * fadr.el: New file.
11385
38d4f316 11386See ChangeLog.14 for earlier changes.
e3d51b27
MR
11387
11388;; Local Variables:
11389;; coding: utf-8
e3d51b27
MR
11390;; End:
11391
4e5617ee 11392 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11393
11394 This file is part of GNU Emacs.
11395
11396 GNU Emacs is free software: you can redistribute it and/or modify
11397 it under the terms of the GNU General Public License as published by
11398 the Free Software Foundation, either version 3 of the License, or
11399 (at your option) any later version.
11400
11401 GNU Emacs is distributed in the hope that it will be useful,
11402 but WITHOUT ANY WARRANTY; without even the implied warranty of
11403 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11404 GNU General Public License for more details.
11405
11406 You should have received a copy of the GNU General Public License
11407 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11408
38d4f316 11409;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1