Close bug#6422.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4111f0c7
GM
12010-06-19 Glenn Morris <rgm@gnu.org>
2
74739ffd
GM
3 * descr-text.el (describe-char-unicode-data): Insert separating
4 space when needed. (Bug#6422)
5
4111f0c7
GM
6 * progmodes/idlwave.el (idlwave-action-and-binding):
7 Fix typo in 2009-12-03 change. (Bug#6450)
8
b8add347
SM
92010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * subr.el (read-quoted-char): Fix up last change (bug#6290).
12
36901266
SM
132010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * font-lock.el (font-lock-major-mode): Rename from
16 font-lock-mode-major-mode to distinguish it from
17 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
18 (font-lock-set-defaults):
19 * font-core.el (font-lock-default-function): Adjust users.
20 (font-lock-mode): Don't set it at all.
21
12755d08
SM
222010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * vc-annotate.el (vc-annotate): Use vc-read-revision.
25
d7cd4abb
GM
262010-06-15 Glenn Morris <rgm@gnu.org>
27
28 * calendar/appt.el (appt-time-msg-list): Doc fix.
29 (appt-check): Let-bind appt-warn-time.
30 (appt-add): Make the 3rd argument optional.
31 Simplify argument names. Doc fix. Check for integer WARNTIME.
32 Only add WARNTIME to the output list if non-nil.
33
a675c749
IK
342010-06-15 Ivan Kanis <apple@kanis.eu>
35
36 * calendar/appt.el (appt-check): Let the 3rd element of
37 appt-time-msg-list specify the warning time.
38 (appt-add): Add new argument with the warning time. (Bug#5176)
39
a9de35fe
BR
402010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
41
42 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
43 older than version 1.6. (Bug#6361)
44
37a7e764
HE
452010-06-12 Helmut Eller <eller.helmut@gmail.com>
46
47 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
48 used by cl-do-arglist. (Bug#6408)
49
8c6eab5a
SM
502010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
51
989bc97f
SM
52 * emacs-lisp/advice.el (ad-compile-function):
53 Define warning-suppress-types before we let-bind it (bug#6275).
54
8c6eab5a
SM
55 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
56 declare it, make it buffer-local and permanent-local (bug#6324).
57 (vc-resynch-window): Adjust name.
58 * vc-hooks.el (vc-find-file-hook): Adjust name.
59
2d9a4946
JR
602010-06-07 Jonathan Rockway <jon@jrock.us>
61
62 * net/rcirc.el: Add support for password authentication.
63 (rcirc-server-alist): Add :password keyword.
64 (rcirc): Ask for a password, or get it from the server's alist.
65 (rcirc-connect): Add password argument. Pass it to server.
66
35b148ee
JB
672010-06-05 Juanma Barranquero <lekktu@gmail.com>
68
69 * net/dbus.el (dbus-register-method): Declare function.
70 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
71 (dbus-introspect): Doc fix.
72 (dbus-event-bus-name, dbus-introspect-get-interface)
73 (dbus-introspect-get-argument): Reflow docstrings.
74
86253dc0
CY
752010-06-04 Chong Yidong <cyd@stupidchicken.com>
76
77 * term/common-win.el (x-colors): Add "dark green" and "dark
78 turquoise" (Bug#6332).
79
988b91ce
EL
802010-06-03 Eric Ludlam <zappo@gnu.org>
81
82 * cedet/semantic/lex-spp.el
83 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
84 invalid values during save, just save a nil (Bug#6324).
85
3845c322
GM
862010-06-03 Glenn Morris <rgm@gnu.org>
87
88 * desktop.el (desktop-clear-preserve-buffers):
89 Add "*Warnings*" buffer. (Bug#6336)
90
dbe82b27
DN
912010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
92
93 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
94
feceda26
SM
952010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
98 `file-directory-p' to the filename part rather than to the whole text.
99
a44ae268 1002010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
101
102 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
103 (bug#6231).
104
896114cf
SM
1052010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
108
949544ed
DA
1092010-05-31 Drew Adams <drew.adams@oracle.com>
110
111 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
112
450439d5
JB
1132010-05-31 Juanma Barranquero <lekktu@gmail.com>
114
115 * subr.el (momentary-string-display): Just use read-event to read
116 the exit event (Bug#6238).
117
fcb52808
CY
1182010-05-29 Chong Yidong <cyd@stupidchicken.com>
119
120 * ansi-color.el: Delete unused escape sequences (Bug#6085).
121 (ansi-color-drop-regexp): New constant.
122 (ansi-color-apply, ansi-color-filter-region)
896114cf 123 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
124 (ansi-color-apply): Build string list before calling concat.
125
4da3541b
CY
1262010-05-27 Chong Yidong <cyd@stupidchicken.com>
127
896114cf
SM
128 * progmodes/verilog-mode.el (verilog-type-font-keywords):
129 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
130
1312010-05-27 Masatake YAMATO <yamato@redhat.com>
132
133 * htmlfontify.el (hfy-face-resolve-face): New function.
134 (hfy-face-to-style): Use it (Bug#6279).
135
397eb3f3
SM
1362010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * epa.el (epa--select-keys): Don't explicitly delete the window since
139 that can fail (e.g. sole window in frame). Use dedication instead.
140
ab0c07c0
SM
1412010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
142
143 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
144
29031d52
CY
1452010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * subr.el (read-quoted-char): Resolve modifiers after key
148 remapping (bug#6212).
149
dc9ed794
SM
1502010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * tmm.el (tmm-prompt): Don't try to precompute bindings.
153 (tmm-get-keymap): Compute shortcuts (bug#6171).
154
e1cb2c13
GM
1552010-05-10 Glenn Morris <rgm@gnu.org>
156
157 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
158 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
159
61a808e8
CY
1602010-05-07 Chong Yidong <cyd@stupidchicken.com>
161
162 * Version 23.2 released.
163
f034e176
CY
1642010-05-03 Chong Yidong <cyd@stupidchicken.com>
165
166 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 167 car of each item, not the whole list (Bug#6083).
f034e176 168
f5d6ff44
CY
1692010-05-02 Chong Yidong <cyd@stupidchicken.com>
170
171 * progmodes/js.el (js-mode): Make paragraph variables local before
172 calling c-setup-paragraph-variables (Bug#6071).
173
aa4d4e4a
EZ
1742010-05-01 Eli Zaretskii <eliz@gnu.org>
175
176 * composite.el (compose-region, reference-point-alist): Fix typos
177 in the doc strings.
178
78edd3b7 1792010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
180
181 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
182 gnuplot's "set" command.
183
29c48340
JB
1842010-04-26 Juanma Barranquero <lekktu@gmail.com>
185
186 * abbrev.el (last-abbrev-text): Doc fix.
187 (abbrev-prefix-mark): Don't escape parenthesis.
188
8ed6fc47
AS
1892010-04-24 Andreas Schwab <schwab@linux-m68k.org>
190
191 * composite.el (find-composition): Doc fix.
192
063c6324
JB
1932010-04-24 Juanma Barranquero <lekktu@gmail.com>
194
195 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
196 (sql-oracle-program, sql-sqlite-options)
197 (sql-query-placeholders-and-send): Doc fixes.
198 (sql-set-product, sql-interactive-mode): Reflow docstrings.
199 (sql-imenu-generic-expression, sql-buffer)
200 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
201 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
202 (sql-mode-sybase-font-lock-keywords)
203 (sql-mode-informix-font-lock-keywords)
204 (sql-mode-interbase-font-lock-keywords)
205 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
206 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
207 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
208 (sql-product-feature, sql-highlight-product)
209 (comint-line-beginning-position, sql-rename-buffer)
210 (sql-toggle-pop-to-buffer-after-send-region)
211 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
212 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
213 Fix typos in docstrings.
214
e89dee79
JL
2152010-04-23 Juri Linkov <juri@jurta.org>
216
217 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
218 property instead of `invisible' and `after-string' (bug#5998).
219
316d12fb
JL
2202010-04-23 Juri Linkov <juri@jurta.org>
221
222 * image-mode.el (image-mode-as-text): Fix typo in docstring.
223
770255e9
JB
2242010-04-23 Juanma Barranquero <lekktu@gmail.com>
225
226 * filecache.el (file-cache-add-directory-list)
227 (file-cache-add-directory-recursively): Fix typos in docstrings.
228
ece33a6e
KH
2292010-04-22 Kenichi Handa <handa@m17n.org>
230
231 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 232 (gujarati-composable-pattern): Fix typo.
ece33a6e 233
771533aa
KH
2342010-04-20 Kenichi Handa <handa@m17n.org>
235
236 * language/indian.el (oriya-composable-pattern)
237 (tamil-composable-pattern, malayalam-composable-pattern): Add
238 two-part vowels to "v" (vowel sign).
239
790c2e44
CY
2402010-04-20 Chong Yidong <cyd@stupidchicken.com>
241
99833607
CY
242 * files.el (copy-directory): Handle symlinks (Bug#5982).
243
790c2e44
CY
244 * progmodes/compile.el (compilation-next-error-function): Revert
245 2009-10-12 change (Bug#5983).
246
808ecc4e
CY
2472010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
248
249 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
250 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
251 (Bug#5846).
252
d2c7b917
GM
2532010-04-20 Glenn Morris <rgm@gnu.org>
254
0ca12598
GM
255 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
256
d2c7b917
GM
257 * minibuffer.el (completion-at-point): Doc fix.
258
137327ef
CY
2592010-04-18 Chong Yidong <cyd@stupidchicken.com>
260
261 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
262 destroy list before using it.
263
bce31830
DN
2642010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
265
266 Fix the version number for added files.
267 * vc-hg.el (vc-hg-working-revision): Check if the file is
268 registered after hg parent fails (Bug#5961).
269
0433ffa6
GM
2702010-04-17 Glenn Morris <rgm@gnu.org>
271
272 * htmlfontify.el (htmlfontify-buffer)
273 (htmlfontify-copy-and-link-dir): Autoload entry points.
274
8507c65c
CY
2752010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
276
277 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
278 name relative to the project root (Bug#5960).
279
e9ef9777
GM
2802010-04-16 Glenn Morris <rgm@gnu.org>
281
282 * vc-git.el (vc-git-print-log): Doc fix.
283
3808c51f
CY
2842010-04-14 Óscar Fuentes <ofv@wanadoo.es>
285
286 * ido.el (ido-file-internal): Fix 2009-12-02 change.
287
7860d2e3
CY
2882010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
289
290 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
291 default settings (Bug#5928).
292
119850e9
GM
2932010-04-10 Glenn Morris <rgm@gnu.org>
294
295 * progmodes/fortran.el (fortran-match-and-skip-declaration):
296 New function.
0a23b2c3 297 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 298
86a366f4
KH
2992010-04-07 Kenichi Handa <handa@m17n.org>
300
301 * language/indian.el (malayalam-composable-pattern): Fix previous
302 change (add U+0D4D "SIGN VIRAMA").
303 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
304 (tamil-composable-pattern): Fix typo in the regexp.
305 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
306 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
307 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
308
8afe2ec6
CY
3092010-04-06 Chong Yidong <cyd@stupidchicken.com>
310
311 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
312 paragraph-separate (Bug#5821).
313
3c5d6dfb
JL
3142010-04-05 Juri Linkov <juri@jurta.org>
315
316 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
317
318 * info.el (Info-find-node-2): Comment out code that skips
319 breadcrumbs line.
320 (Info-mouse-follow-link): New command.
321 (Info-link-keymap): New keymap.
322 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
323 Return a string with links instead of inserting breadcrumbs
324 to the Info buffer.
325 (Info-fontify-node): Comment out code that inserts breadcrumbs.
326 Instead of putting the `invisible' text property over the Info
327 header, make an overlay over the Info header with the `invisible'
328 property and `after-string' set to the string returned by
329 `Info-breadcrumbs'.
330
6baa27a2
CY
3312010-04-03 Chong Yidong <cyd@stupidchicken.com>
332
333 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
334 Reported by monkey@sandpframing.com.
335
e4b204d7
JB
3362010-04-02 Juanma Barranquero <lekktu@gmail.com>
337
338 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
339 (semantic-create-imenu-directory-index): Fix typos in docstrings.
340 (semantic-imenu-goto-function): Reflow docstring.
341
b42da387
TA
3422010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
343
344 * textmodes/artist.el (artist-mode): Fix typo in docstring.
345 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
346
42763dda
KH
3472010-03-30 Kenichi Handa <handa@m17n.org>
348
349 * language/sinhala.el (composition-function-table): Fix regexp for
350 the new Unicode specification.
351
352 * language/indian.el (devanagari-composable-pattern)
353 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 354 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
355 specification.
356 (bengali-composable-pattern, gurmukhi-composable-pattern)
357 (gujarati-composable-pattern, oriya-composable-pattern)
358 (telugu-composable-pattern): New variables to cope with the new
359 Unicode specification. Use them in composition-function-table.
360
fe59d705
SM
3612010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
362
79d74ac5 363 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
364 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
365 vectors rather than cons cells, as used in menu-bar-update-buffers.
366
03ffe8be
CY
3672010-03-28 Chong Yidong <cyd@stupidchicken.com>
368
2a793f7f
CY
369 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
370 (js-insert-and-indent): Revert 2009-08-15 change, restoring
371 electric punctuation for "{}();,:" (Bug#5586).
372
03ffe8be
CY
373 * mail/sendmail.el (mail-default-directory): Doc fix.
374
3752010-03-27 Chong Yidong <cyd@stupidchicken.com>
376
377 * mail/sendmail.el (mail-default-directory): Doc fix.
378
94785022
EZ
3792010-03-27 Eli Zaretskii <eliz@gnu.org>
380
381 * subr.el (version-regexp-alist, version-to-list)
382 (version-list-<, version-list-=, version-list-<=)
383 (version-list-not-zero, version<, version<=, version=): Doc fix.
384 (Bug#5744).
385
eca16aa7
NR
3862010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
387 Nick Roberts <nickrob@snap.net.nz>
388
389 * progmodes/gdb-ui.el (gdb-apple-test): New function.
390 (gdb-init-1): Use it.
391
431af6a4
DN
3922010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
393
394 * vc.el (vc-root-diff): Doc fix.
395
9d30a9f4
CY
3962010-03-25 Chong Yidong <cyd@stupidchicken.com>
397
9aa2c576
CY
398 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
399
9d30a9f4
CY
400 * simple.el (append-to-buffer): Fix last change.
401
d0fba174
CY
4022010-03-24 Chong Yidong <cyd@stupidchicken.com>
403
404 * simple.el (append-to-buffer): Ensure that point is preserved if
405 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
406 (Bug#5749)
407
efee6a6d
SM
4082010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
411 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
412 not be present any more.
413
c6f3804c
JB
4142010-03-24 Juanma Barranquero <lekktu@gmail.com>
415
416 * faces.el (set-face-attribute): Fix typo in docstring.
417 (face-valid-attribute-values): Reflow docstring.
418
419 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
420
4c3a215a
GM
4212010-03-23 Glenn Morris <rgm@gnu.org>
422
efee6a6d 423 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 424
e9ba3e26
CY
4252010-03-21 Chong Yidong <cyd@stupidchicken.com>
426
427 * indent.el (indent-for-tab-command): Doc fix.
428
c8de140b
JB
4292010-03-22 Juanma Barranquero <lekktu@gmail.com>
430
431 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
432 (image-dired-read-comment): Doc fix.
433
efee6a6d
SM
434 * json.el (json-object-type, json-array-type, json-key-type)
435 (json-false, json-null, json-read-number):
c8de140b
JB
436 * minibuffer.el (completion-in-region-functions):
437 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
438 (cal-tex-cursor-week):
439 * emacs-lisp/trace.el (trace-function):
440 * eshell/em-basic.el (eshell/printnl):
441 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
442 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
443 * obsolete/levents.el (allocate-event, event-key, event-object)
444 (event-point, event-process, event-timestamp, event-to-character)
445 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
446 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
447 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
448 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
449 (reftex-highlight-selection): Fix typos in docstrings.
450
d1200087
JB
4512010-03-19 Juanma Barranquero <lekktu@gmail.com>
452
453 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
454
f454672b
GM
4552010-03-18 Glenn Morris <rgm@gnu.org>
456
457 * mail/rmail.el (rmail-highlight-face): Restore option deleted
458 2008-02-13 without comment; mark it obsolete.
459 (rmail-highlight-headers): Use rmail-highlight-face once more.
460
d5704d66
CY
4612010-03-16 Chong Yidong <cyd@stupidchicken.com>
462
463 * woman.el (woman2-process-escapes): Only consume the newline if
464 the filler character is on a line by itself (Bug#5729).
465
fade35dd
KH
4662010-03-16 Kenichi Handa <handa@m17n.org>
467
468 * language/indian.el (devanagari-composable-pattern): Add more
469 consonants.
470
c8215db1
MA
4712010-03-14 Michael Albinus <michael.albinus@gmx.de>
472
473 * net/trampver.el: Update release number.
474
b4d16368
GM
4752010-03-13 Glenn Morris <rgm@gnu.org>
476
477 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
478
c0e17ff2
MA
4792010-03-13 Michael Albinus <michael.albinus@gmx.de>
480
efee6a6d
SM
481 * net/tramp.el (tramp-find-executable):
482 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
483 output of "wc -l" more robust.
484 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
485 (tramp-open-connection-setup-interactive-shell): Remove workaround
486 for OpenSolaris bug, it is not needed anymore.
487
6408fd42
CY
4882010-03-13 Eric M. Ludlam <zappo@gnu.org>
489
490 * cedet/semantic/imenu.el: New file, from the CEDET repository
491 (Bug#5412).
492
eb123b12
GM
4932010-03-12 Glenn Morris <rgm@gnu.org>
494
495 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
496
5f8d2ce0
WS
4972010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
498
499 * files.el (auto-mode-alist): Accept more verilog file patterns.
500
35b148ee 5012010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
502
503 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
504 instead of "format:"; this ensures that the output is
505 newline-terminated.
506
4e7cafbe
CY
5072010-03-08 Chong Yidong <cyd@stupidchicken.com>
508
509 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
510 that all errors are caught, and that the return value is always a
511 list (Bug#5692).
512
aec66319
KH
5132010-03-08 Kenichi Handa <handa@m17n.org>
514
515 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 516 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 517
b327c975
AS
5182010-03-07 Andreas Schwab <schwab@linux-m68k.org>
519
520 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
521 call to rfc822-bad-address. (Bug#5692)
522
1c465a6a
CY
5232010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
524
525 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
f7e0618c 526 vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 527
a4e32226
CY
5282010-03-06 Chong Yidong <cyd@stupidchicken.com>
529
530 * calculator.el (calculator): Don't bind split-window-keep-point
531 (Bug#5674).
532
4c83ed3d
SM
5332010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * vc-git.el: Re-flow to fit into 80 columns.
536 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
537 Remove spurious `quote' element in each case alternative.
538 (vc-git-show-log-entry): Use prog1.
539 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
540
d40a7570
GM
5412010-03-06 Glenn Morris <rgm@gnu.org>
542
543 * cedet/semantic/grammar.el (semantic-grammar-header-template):
544 Update template copyright to GPLv3+.
545
e8defde3
SM
5462010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
549
233f0c9f
CY
5502010-03-03 Chong Yidong <cyd@stupidchicken.com>
551
552 * macros.el (insert-kbd-macro): Look up keyboard macro using the
553 definition, not the name (Bug#5481).
554
254bedef 5552010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
556
557 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
558 argument with a local variable. (Bug#5670)
559
7187cdae
JL
5602010-03-02 Juri Linkov <juri@jurta.org>
561
562 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
563
9cf3544e
MA
5642010-03-02 Michael Albinus <michael.albinus@gmx.de>
565
566 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
567 error when FILENAME and NEWNAME are existing remote directories.
568
569 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
570 parameter DIR-FLAG.
571
33f77982
GM
5722010-03-02 Glenn Morris <rgm@gnu.org>
573
574 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
575 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
576
d99ea08e
KH
5772010-03-01 Kenichi Handa <handa@m17n.org>
578
e8defde3 579 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
580 myanmar-composable-pattern.
581
e8defde3
SM
582 * international/characters.el (script-list):
583 * international/fontset.el (script-representative-chars):
584 Change myanmar to burmese.
d99ea08e 585 (otf-script-alist): Likewise.
4aa2c3b2
KH
586 (setup-default-fontset): Likewise. Re-fix :otf spec.
587
b374f54d
KY
5882010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
589
590 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
591
71572c03
JD
5922010-02-28 Jan Djärv <jan.h.d@swipnet.se>
593
594 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
595
00cffdeb
MA
5962010-02-28 Michael Albinus <michael.albinus@gmx.de>
597
598 * net/tramp.el (tramp-handle-write-region): START can be a string.
599 Take care in the checks. Reported by Dan Davison
600 <davison@stats.ox.ac.uk>.
601
d4b06783
MA
6022010-02-28 Michael Albinus <michael.albinus@gmx.de>
603
604 * net/dbus.el (dbus-introspect, dbus-get-property)
605 (dbus-set-property, dbus-get-all-properties): Use
606 `dbus-call-method' when noninteractive. (Bug#5645)
607
8c3e96d2
CY
6082010-02-28 Chong Yidong <cyd@stupidchicken.com>
609
de3a1fe9
CY
610 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
611 * emacs-lisp/elint.el (elint-add-required-env):
612 * cedet/semantic/db-find.el
613 (semanticdb-find-translate-path-brutish-default):
614 * cedet/ede/make.el (ede-make-check-version):
615 * calendar/icalendar.el (icalendar--add-diary-entry):
616 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
617 * files.el (recover-session-finish): Use with-current-buffer
618 instead of save-excursion.
619
c53b9c3b
SM
6202010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 Fix in-buffer completion when after-change-functions modify the buffer.
623 * minibuffer.el (completion--replace): New function.
624 (completion--do-completion): Use it and use relative movement.
625
4a16bdc6
CY
6262010-02-27 Chong Yidong <cyd@stupidchicken.com>
627
628 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 629
b8280f39
CY
6302010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
631
c53b9c3b
SM
632 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
633 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 634
f88cc4d6
KH
6352010-02-26 Kenichi Handa <handa@m17n.org>
636
637 * language/burmese.el: Fix entries in composition-function-table.
638 (myanmar-composable-pattern): New variable.
639
640 * international/fontset.el (setup-default-fontset): Add an entry
641 for myanmar.
642
643 * international/characters.el (script-list): Add Myanmar
644 Extended-A.
645
cdbf9100
GM
6462010-02-26 Glenn Morris <rgm@gnu.org>
647
90a94603
GM
648 * custom.el (custom-initialize-delay): Doc fix.
649
cdbf9100
GM
650 * mail/sendmail.el (send-mail-function): Autoload the call
651 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
652
f95a5fd0
CY
6532010-02-24 Chong Yidong <cyd@stupidchicken.com>
654
655 * files.el (hack-local-variables-filter): For eval forms, also
656 check safe-local-variable-p (Bug#5636).
657
6583ba0e
CY
6582010-02-24 Eduard Wiebe <usenet@pusto.de>
659
660 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
661 and use c(ad)r of cddr (Bug#5640).
662
459a5f4b
MA
6632010-02-22 Michael Albinus <michael.albinus@gmx.de>
664
665 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
666 setting the modes by `ignore-errors'. It might fail, for example
667 if the file is not owned by the user but the group.
668 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
669
bb23f6e8
CY
6702010-02-21 Chong Yidong <cyd@stupidchicken.com>
671
50c58e27
CY
672 * files.el (directory-listing-before-filename-regexp): Use
673 stricter matching for iso-style dates, to avoid false matches with
674 date-like filenames (Bug#5597).
675
b660eb70
CY
676 * htmlfontify.el (htmlfontify): Doc fix.
677
678 * eshell/eshell.el (eshell): Doc fix.
679
bb23f6e8
CY
680 * startup.el (fancy-about-screen): In mode-line, apply
681 mode-line-buffer-id face only to the buffer name (Bug#5613).
682
3e39928c
CY
6832010-02-20 Kevin Ryde <user42@zip.com.au>
684
f7e0618c
JB
685 * progmodes/compile.el (compilation-error-regexp-alist-alist):
686 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
687 (Bug#5599).
688
0f00e948
EZ
6892010-02-20 Eli Zaretskii <eliz@gnu.org>
690
691 * subr.el (remove-yank-excluded-properties): Explain in a comment
692 why `category' property is removed.
693
3513efb2
CY
6942010-02-19 Chong Yidong <cyd@stupidchicken.com>
695
696 * isearch.el (isearch-update-post-hook, isearch-update): Revert
697 2010-02-17 change.
698
b4340b3f
UJ
6992010-02-19 Ulf Jasper <ulf.jasper@web.de>
700
701 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
702 (icalendar--convert-weekly-to-ical)
703 (icalendar--convert-yearly-to-ical)
704 (icalendar--convert-block-to-ical)
705 (icalendar--convert-cyclic-to-ical)
706 (icalendar--convert-anniversary-to-ical): Take care of time
707 specifications where hour has 1-digit only (Bug#5549).
708
8cfae03d
NR
7092010-02-19 Nick Roberts <nickrob@snap.net.nz>
710
711 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
712 of disassemble output in GDB 7.1.
713
055e4eea
GM
7142010-02-19 Glenn Morris <rgm@gnu.org>
715
716 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
717 property. (Bug#5593)
718
ff6b00de
SS
7192010-02-18 Sam Steingold <sds@gnu.org>
720
721 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
722
fe8c0b47
SM
7232010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 Use abbreviated file names in bookmarks (bug#5591).
726 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
727 calls to expand-file-name.
728 (bookmark-relocate): Use abbreviated file names in bookmarks.
729 (bookmark-load): Use abbreviated file names in messages.
730
73a37a69
MA
7312010-02-18 Michael Albinus <michael.albinus@gmx.de>
732
733 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
734 expand "." and "..". Reported by Thierry Volpiatto
735 <thierry.volpiatto@gmail.com>.
736
6e4f5731
MA
7372010-02-18 Michael Albinus <michael.albinus@gmx.de>
738
739 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
740 permissions of the temporary file to "0600". In case the remote
741 file has no read permissions for the owner, there might be
742 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
743
74422010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
745
746 * emacs-lisp/authors.el (authors-renamed-files-alist):
747 Add entries for INSTALL.CVS.
748
ba5bf642
MH
7492010-02-17 Mark A. Hershberger <mah@everybody.org>
750
f7e0618c 751 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 752
f7e0618c 753 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
754 (isearch-update): Use the new hook.
755
aac0b0f2
MA
7562010-02-16 Michael Albinus <michael.albinus@gmx.de>
757
fe8c0b47
SM
758 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
759 Fix errors in copying directories.
aac0b0f2
MA
760 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
761 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
762 (tramp-handle-delete-file)
763 (tramp-handle-dired-recursive-delete-directory)
764 (tramp-handle-write-region): Flush also the cache for the upper
765 directory.
766
05bbe066
CY
7672010-02-16 Chong Yidong <cyd@stupidchicken.com>
768
e8ab3908
CY
769 * simple.el (save-interprogram-paste-before-kill): Doc fix.
770
ff90f4b0
CY
771 * cus-edit.el (hardware): Doc fix.
772
773 * man.el (man): Add to external custom group.
774
775 * delim-col.el (columns): Move to wp custom group.
776
777 * doc-view.el (doc-view): Add to data custom group.
778
779 * cedet/data-debug.el (data-debug): Move to extensions group.
780
781 * cedet/ede.el (ede):
782 * cedet/srecode.el (srecode):
783 * cedet/semantic.el (semantic): Put in tools and extensions group.
784
fe8c0b47 785 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 786
05bbe066
CY
787 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
788 by ispell-parse-output (Bug#5575).
789
fa6ea913
KH
7902010-02-16 Kenichi Handa <handa@m17n.org>
791
792 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
793 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
794 (skkdic-convert): Use `euc-japan' coding system for writing.
795
88fd78ae
GM
7962010-02-16 Glenn Morris <rgm@gnu.org>
797
798 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
799 tex-main-file before using it. (Bug#5562)
800
2b8c974a
SM
8012010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
804 warnings, since it is annoying for the user to see them each time he
805 runs the code.
806
7540f029
MA
8072010-02-15 Michael Albinus <michael.albinus@gmx.de>
808
809 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
810 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
811 instead of PROC for caching "first-password-request". Otherwise,
812 new processes would not profit from passwords already entered.
813
2b8c974a
SM
814 * net/tramp-cache.el (tramp-dump-connection-properties):
815 Don't save "first-password-request" property.
7540f029 816
fa5f7c5f
JB
8172010-02-14 Juanma Barranquero <lekktu@gmail.com>
818
819 * outline.el (outline-head-from-level):
820 * simple.el (with-wrapper-hook):
821 * cedet/ede.el (ede-run-target, project-delete-target)
822 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
823 (ede-adebug-project, ede-adebug-project-parent)
824 (ede-adebug-project-root):
825 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
826 (elint-defun, elint-buffer-env, elint-top-form-logged)
827 (elint-unbound-variable):
828 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
829 Fix typos in docstrings.
830
ecbaeb7b
MA
8312010-02-14 Michael Albinus <michael.albinus@gmx.de>
832
833 * files.el (insert-directory): When WILDCARD-REGEXP and
834 FULL-DIRECTORY-P are nil, insert the file entry instead of the
835 whole directory. (Bug#5551)
836
837 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
838 dired's alignment sanity. (Bug#5516)
839
91e3333f
JL
8402010-02-14 Juri Linkov <juri@jurta.org>
841
842 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
843 Remove remaining ^H with their preceding chars. (Bug#5566)
844
36020642
GM
8452010-02-13 Glenn Morris <rgm@gnu.org>
846
847 * simple.el (transpose-subr): Give it a doc-string.
848
849 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
850 Doc fixes.
851
f5952338
JL
8522010-02-12 Juri Linkov <juri@jurta.org>
853
854 * arc-mode.el (archive-unique-fname): Make directories for nested
855 archives. (Bug#5540)
856
918fe50f
JL
8572010-02-12 Juri Linkov <juri@jurta.org>
858
859 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
860
c07ff221
SM
8612010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
862
48b1e7cf
SM
863 * subr.el (copy-overlay): Handle deleted overlays.
864
c07ff221
SM
865 * man.el (Man-completion-table): Don't signal an error if we can't run
866 manual-program (bug#4056).
867
0e374247
JB
8682010-02-10 Juanma Barranquero <lekktu@gmail.com>
869
870 * textmodes/artist.el (artist-mt): Fix typos in docstring.
871
dbf8402b
SM
8722010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
873
348d1e60
SM
874 * info.el (Info-bookmark-jump): Simplify.
875
dbf8402b
SM
876 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
877 (bookmark-default-handler): Accept new bookmark field `buffer'.
878
e6d23bb5
CY
8792010-02-10 Chong Yidong <cyd@stupidchicken.com>
880
881 * iswitchb.el (iswitchb-completions): Revert last change.
882
a8e4290b
MA
8832010-02-10 Michael Albinus <michael.albinus@gmx.de>
884
2b23acde 885 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
886 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
887 This prevents file names like "~/" being listed literally.
a8e4290b 888
c59d6fad
DN
8892010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
890
348d1e60
SM
891 * term/xterm.el (xterm-maybe-set-dark-background-mode):
892 Remove dead code. (Bug#5546)
c59d6fad 893
3a66e78f
CY
8942010-02-09 Chong Yidong <cyd@stupidchicken.com>
895
896 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
897 correctly (Bug#5548).
898
f29fd869
CY
8992010-02-08 Jose E. Marchesi <jemarch@gnu.org>
900
901 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 902 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 903
7fad1447
KH
9042010-02-08 Kenichi Handa <handa@m17n.org>
905
906 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 907 cookie for putting `lisp-indent-function'.
7fad1447 908
50e4518b
GM
9092010-02-07 Glenn Morris <rgm@gnu.org>
910
911 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
912 Move F2003 named interfaces from keywords-2 to keywords-1, and
913 use function-name-face rather than constant-face.
914 Simplify "abstract interface" regexp.
915
a4cc44cf
CY
9162010-02-07 Chong Yidong <cyd@stupidchicken.com>
917
918 * eshell/esh-util.el (eshell-file-attributes): New optional arg
919 ID-FORMAT. Pass it to `file-attributes'.
920
921 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
922
c917476d
CY
9232010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
924
925 * faces.el (set-face-attribute): Allow calling
926 internal-set-lisp-face-attribute with 'unspecified family and
927 foundry argument (Bug#5536).
928
7cf3f3d6
GM
9292010-02-07 Glenn Morris <rgm@gnu.org>
930
931 * progmodes/f90.el (f90-font-lock-keywords-2)
932 (f90-looking-at-type-like, f90-looking-at-program-block-end):
933 Handle F2003 named interfaces.
934
ffe87109
CY
9352010-02-06 Chong Yidong <cyd@stupidchicken.com>
936
937 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
938 beg and end before calling c-get-state-before-change-functions.
939
4775ecad
DN
9402010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
943
0d17c4b9
JL
9442010-02-05 Juri Linkov <juri@jurta.org>
945
946 * doc-view.el (doc-view-mode):
947 * image-mode.el (image-mode): Put property mode-class=special.
948 (Bug#4896)
949
8228a275
MH
9502010-02-05 Mark A. Hershberger <mah@everybody.org>
951
952 * vc-svn.el (vc-svn-revision-table): New function.
953
d9320986
MA
9542010-02-05 Michael Albinus <michael.albinus@gmx.de>
955
956 * net/ange-ftp.el (ange-ftp-insert-directory):
957 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
958 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
959 Handle also directories. (Bug#5478)
960
f43d8ecc
GM
9612010-02-05 Glenn Morris <rgm@gnu.org>
962
963 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
964
ce3a988d
CY
9652010-02-05 Chong Yidong <cyd@stupidchicken.com>
966
967 * startup.el (command-line-1): Convert options beginning with a
968 single dash as well (Bug#5519).
969
bdd42899
SM
9702010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
971
51b23c44
SM
972 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
973 * minibuffer.el (completion-initials-expand): Only check the presence
974 of delims *within* the boundaries, since otherwise the / delim is
975 always found for files.
976
bdd42899
SM
977 Fix up various corner case problems.
978 * doc-view.el (doc-view-last-page-number): New function.
979 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
980 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
981 (doc-view-kill-proc): Avoid inf-loop in freak cases.
982 (doc-view-reconvert-doc): Use the new recursive delete-directory.
983 (doc-view-convert-current-doc): Don't create the resolution.el file
984 here any more.
985 (doc-view-pdf/ps->png): Do it here instead.
986 (doc-view-already-converted-p): Check that resolution.el is present.
987 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
988 windows that are not yet showing images.
989
d5b3979c
MA
9902010-02-04 Michael Albinus <michael.albinus@gmx.de>
991
992 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
993 `dired-uncache' for every elemnt which is an absolute file name.
994
995 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
996 directory, handle its directory component.
997 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
998 function is called permanently and creates noise, otherwise.
999
1000 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1001 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1002 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1003
b003beb1
DB
10042010-02-04 David Burger <dburger@google.com> (tiny change)
1005
1006 * macros.el (apply-macro-to-region-lines):
1007 Minor simplification. (Bug#5485)
1008
ea92f9f3
GM
10092010-02-04 Glenn Morris <rgm@gnu.org>
1010
a03ae20d
GM
1011 * mail/rmail.el (rmail-show-message-1): Handle malformed
1012 quoted-printable text. (Bug#5441)
1013
4d01b827
GM
1014 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1015
ea92f9f3
GM
1016 * simple.el (visual-line-mode): Capitalize lighter.
1017
82055bb7
JW
10182010-02-03 John Wiegley <jwiegley@gmail.com>
1019
1020 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1021 list of files considered for "virtual buffer" completions.
1022
8214b6e4
MA
10232010-02-03 Michael Albinus <michael.albinus@gmx.de>
1024
1025 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1026 also in case of (and (not full) (not wildcard)). This is needed,
1027 when dired is called with a list of files, which are not in
1028 `default-directory'. (Bug#5478)
1029
1df9718f
SM
10302010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1033
02ba1267
JL
10342010-02-02 Juri Linkov <juri@jurta.org>
1035
1036 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1037 from unidiff to allow function-line after @@.
1038
a0c6a0fb
JL
10392010-02-02 Juri Linkov <juri@jurta.org>
1040
1041 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1042 '(RCS SCCS) with inverted condition.
1043
c35fcd52
MA
10442010-02-02 Michael Albinus <michael.albinus@gmx.de>
1045
1046 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1047 messages.
1048
6ba973c1
JL
10492010-02-01 Juri Linkov <juri@jurta.org>
1050
1051 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1052 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1053 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1054 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1055
0bca393f
SM
10562010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1059 (doc-view-revert-buffer): New command.
1060 (doc-view-mode-map): Use it.
1061
7a444e2a
DN
10622010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1063
1064 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1065 pending merge is detected.
1066
ad6fc8f4
JL
10672010-01-31 Juri Linkov <juri@jurta.org>
1068
1069 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1070 beginning of interactive spec like all other grep commands do.
1071 Put "all" in front of "gz". (Bug#5260)
1072
b9236874
DN
10732010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1074
1075 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1076
1e868757
CY
10772010-01-29 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1080 regexp is incorrect (Bug#5476).
1081
e5c70c41
MA
10822010-01-29 Michael Albinus <michael.albinus@gmx.de>
1083
1084 * net/tramp.el (tramp-handle-insert-directory): Handle also
1085 symlinks, when FILENAME is not in `default-directory'.
1086
0c0b61f1
MA
10872010-01-28 Michael Albinus <michael.albinus@gmx.de>
1088
1089 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1090 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1091
1092 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1093 of SWITCHES. Handle the case, FILENAME is not in
1094 `default-directory'. (Bug#5478)
1095 (tramp-register-file-name-handlers): Add safe-magic property.
1096
763f325e
CY
10972010-01-28 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1100 unzip (Bug#5475).
1101
fd09a83f
CY
11022010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1103
1104 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1105 (flymake-master-make-header-init): Add other C++ filename masks.
1106 (flymake-find-possible-master-files)
1107 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1108
7e5686f0
MA
11092010-01-28 Michael Albinus <michael.albinus@gmx.de>
1110
1111 Fix some busybox annoyances.
1112
1113 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1114 not responding." string.
1115 (tramp-open-connection-setup-interactive-shell): Dump stty
1116 settings. Enable "neveropen" arg for all `tramp-send-command'
1117 calls. Handle "=" in variable values properly.
1118 (tramp-find-inline-encoding): Raise an error, when no encoding is
1119 found.
1120 (tramp-wait-for-output): Check, whether PROC buffer is available.
1121 Remove spurious " ^H" sequences, sent by busybox.
1122 (tramp-get-ls-command): Suppress coloring, if possible.
1123
c6265c10
GM
11242010-01-28 Glenn Morris <rgm@gnu.org>
1125
c85a168b
GM
1126 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1127
c6265c10
GM
1128 * log-edit.el (log-edit-strip-single-file-name): Add missing
1129 :safe, :group, and :version tags.
1130
7d82a738
SB
11312010-01-27 Stephen Berman <stephen.berman@gmx.net>
1132
1133 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1134 buffers. (Bug#5477)
1135
8b0e68ea
CY
11362010-01-27 David De La Harpe Golden <david@harpegolden.net>
1137
1138 * files.el (delete-directory): Handle moving to trash without
1139 first doing recursion (Bug#5436).
1140
368d3208
DN
11412010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1142
1143 * vc-hooks.el (vc-path): Mark as obsolete.
1144
755da7fa
DN
11452010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1146
e2396d80
DN
1147 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1148 names too.
1149
755da7fa
DN
1150 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1151 for the short log.
1152 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1153
6a6d15ab 11542010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1155
ac9ffe99 1156 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1157
48c2d18a 1158 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1159
504dcc71
EH
11602010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1161
1162 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1163 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1164
51850286
DN
11652010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1166
c2f1d6d8
DN
1167 Remove support for adding --signoff on commit.
1168 Future support will use an incompatible generic mechanism.
1169 * vc-git.el (vc-git-add-signoff): Remove variable.
1170 (vc-git-toggle-signoff): Remove function.
1171 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1172
51850286
DN
1173 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1174 from xterm-set-background-mode. Return t if the background mode
1175 was set.
1176 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1177 earlier, call it again in case the background mode has changed.
1178
02c6d0d0
CY
11792010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1180
1181 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1182 (Bug#3541).
1183
064eee03
CY
11842010-01-23 Chong Yidong <cyd@stupidchicken.com>
1185
02c6d0d0
CY
1186 * emacs-lisp/assoc.el (aelement): Doc fix.
1187 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1188
5336c3ec 11892010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1190
48c2d18a 1191 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1192 is the same as subprogram call, not declaration. (Bug#5435).
1193
0536254e
MA
11942010-01-23 Michael Albinus <michael.albinus@gmx.de>
1195
1196 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1197 (tramp-smb-maybe-open-connection): Use it.
1198
411d06c2
MA
11992010-01-22 Michael Albinus <michael.albinus@gmx.de>
1200
0536254e 1201 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1202
c893016b
SM
12032010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1206 just because we see "encoding: 8bit".
1207 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1208
9425f8e1
CY
12092010-01-22 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1212
6a801864
EZ
12132010-01-22 Eli Zaretskii <eliz@gnu.org>
1214
1215 * jka-compr.el (jka-compr-load): If load-file is not in
1216 load-history, try its file-truename version. (bug#5447)
1217
3e8f7d91
AM
12182010-01-21 Alan Mackenzie <acm@muc.de>
1219
1220 Fix a situation where deletion of a cpp construct throws an error.
1221 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1222 invoking c-with-all-but-one-cpps-commented-out, check that the
1223 special cpp construct is still in the buffer.
1224 (c-parse-state): Record the special cpp with markers, not numbers.
1225
f0bd0ad5
CY
12262010-01-21 Kenichi Handa <handa@m17n.org>
1227
1228 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1229 process last-command-event, as it is now decoded first (Bug#5380).
1230
5189d95b
CY
12312010-01-20 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1234
e073d74a
GM
12352010-01-20 Glenn Morris <rgm@gnu.org>
1236
1237 * indent.el (tab-always-indent): Fix custom-type.
1238
8ee04f3a
AM
12392010-01-19 Alan Mackenzie <acm@muc.de>
1240
1241 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1242 buffer throws "args out of range".
1243 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1244 playing the role of delimiter.
1245
6a47c86a
SL
12462010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1247
bf0b361c 1248 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1249 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1250 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1251 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1252 Improve comments in "is" portion. Handle null procedure declaration.
1253 (ada-move-to-end): Improve doc string.
1254
2acfb954
ÓF
12552010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1256
e90d57c0 1257 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1258 Remove obsolete information from commentary.
e90d57c0
JB
1259 (ido-choice-list): Initialize to nil.
1260 (ido-get-bufname): Reject minibuffers.
1261 (ido-make-buffer-list): If "default" is a nonexistent
1262 buffer, ignore it, as per the function's comment.
1263 (ido-kill-buffer-internal): New function.
1264 (ido-kill-buffer-at-head): Use it.
1265 (ido-visit-buffer): Likewise.
2acfb954 1266
244b023e
CY
12672010-01-18 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1270
db9e401b
JB
12712010-01-18 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * cedet/ede/locate.el (ede-locate-file-in-project)
1274 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1275 (ede-enable-locate-on-project): Fix typos in error messages.
1276
1277 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1278 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1279 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1280 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1281 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1282 Fix typos in menu help.
1283
1284 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1285 Fix typos in chart titles.
1286
1287 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1288 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1289 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1290 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1291 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1292 (semantic-parse-stream, semantic-parse-region)
1293 (semantic-parse-region-default, semantic--set-buffer-cache)
1294 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1295 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1296 (semantic-default-submodes):
1297 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1298 (semanticdb-create-ebrowse-database)
1299 (semanticdb-find-tags-for-completion-method)
1300 (semanticdb-find-tags-by-class-method)
1301 (semanticdb-deep-find-tags-by-name-method)
1302 (semanticdb-deep-find-tags-for-completion-method):
1303 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1304 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1305 (semanticdb-find-tags-for-completion-method)
1306 (semanticdb-find-tags-by-class-method)
1307 (semanticdb-deep-find-tags-for-completion-method):
1308 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1309 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1310 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1311 (semanticdb-find-tags-by-name-method)
1312 (semanticdb-find-tags-by-name-regexp-method)
1313 (semanticdb-find-tags-for-completion-method)
1314 (semanticdb-find-tags-by-class-method)
1315 (semanticdb-find-tags-external-children-of-type-method)
1316 (semanticdb-find-tags-subclasses-of-type-method)
1317 (semanticdb-deep-find-tags-by-name-method)
1318 (semanticdb-deep-find-tags-by-name-regexp-method)
1319 (semanticdb-deep-find-tags-for-completion-method):
1320 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1321 (semanticdb-enable-gnu-global-in-buffer)
1322 (semanticdb-find-tags-for-completion-method)
1323 (semanticdb-deep-find-tags-by-name-method)
1324 (semanticdb-deep-find-tags-for-completion-method):
1325 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1326 (javascript-mode, semanticdb-find-translate-path)
1327 (semanticdb-find-tags-for-completion-method)
1328 (semanticdb-find-tags-by-class-method)
1329 (semanticdb-deep-find-tags-by-name-method)
1330 (semanticdb-deep-find-tags-for-completion-method)
1331 (semanticdb-find-tags-external-children-of-type-method):
1332 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1333 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1334 (global-semantic-idle-scheduler-mode):
1335 * cedet/srecode/dictionary.el (srecode-field-value)
1336 (srecode-dictionary-add-section-dictionary):
1337 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1338 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1339 (describe-class, eieio-describe-generic, describe-generic):
1340 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1341 (eieio-speedbar-expand):
1342 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1343 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1344 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1345 (viper-del-backward-char-in-replace, viper-backward-indent)
1346 (viper-brac-function, viper-register-to-point, viper-submit-report):
1347 * net/tramp.el (tramp-remote-coding-commands):
1348 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1349 Fix typos in docstrings.
1350
9295137d
CY
13512010-01-17 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * mail/sendmail.el (mail-yank-original): Set the mark if the
1354 specified function for yanking does not do it.
1355
4d0bbcb6
DN
13562010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1357
7902c120
DN
1358 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1359
4d0bbcb6
DN
1360 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1361 resyncing a directory.
1362
0b702bc1
SL
13632010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1364
6a47c86a 1365 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
1366 (ada-ident-re): Delete ., allow multibyte characters.
1367 (ada-goto-label-re): New; matches goto labels.
1368 (ada-block-label-re): New; matches block labels.
1369 (ada-label-re): New; matches both.
1370 (ada-named-block-re): Deleted; callers changed to use
1371 `ada-block-label-re' instead.
1372 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1373 Use `ada-block-label-re'.
1374 (ada-indent-on-previous-lines): Improve handling of goto labels.
1375 (ada-get-indent-block-start): Special-case block label.
1376 (ada-get-indent-label): Split into `ada-indent-block-label' and
1377 `ada-indent-goto-label'.
1378 (ada-goto-stmt-start, ada-goto-next-non-ws):
1379 Optionally ignore goto labels.
1380 (ada-goto-next-word): Simplify.
1381 (ada-indent-newline-indent-conditional): Insert newline before
1382 trying to fix indentation; doc fix.
1383
05287c49
JB
13842010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1385
1386 * calc/calc.el (calc-command-flags): Give it an initial value.
1387
44e82a0b
GM
13882010-01-17 Glenn Morris <rgm@gnu.org>
1389
1390 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1391
4963739e
JB
13922010-01-17 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * cedet/semantic.el (semantic-mode):
1395 * files.el (minibuffer-with-setup-hook):
1396 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1397 (artist-key-draw-continously, artist-key-do-continously-continously)
1398 (artist-key-set-point-continously, artist-mouse-draw-continously):
1399 Fix typos in docstrings.
1400
116bd1ee
CY
14012010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1402
1403 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1404 return t (Bug#3898).
1405
2784cd7a 14062010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1407
1408 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1409 can parse the output of the external commands (Bug#5279).
1410
abd5cfe8
CY
14112010-01-16 Jari Aalto <jari.aalto@cante.net>
1412
1413 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1414
4fe22cdf
CY
14152010-01-16 Chong Yidong <cyd@stupidchicken.com>
1416
bbdc98ef
CY
1417 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1418
c7dc1ac1
CY
1419 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1420
4fe22cdf
CY
1421 * startup.el (command-line): Remove unused --icon-type arg.
1422 Handle --display arg, passing it to command-line-1 (Bug#5392).
1423
045b9da7
ML
14242010-01-16 Mario Lang <mlang@delysid.org>
1425
1426 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1427 * cedet/ede/files.el (ede-expand-filename):
1428 * cedet/ede/simple.el (ede-simple-project):
1429 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1430 (semantic-complete-inline-tag-engine):
1431 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1432 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1433 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1434 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1435 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1436 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1437 * emacs-lisp/chart.el (chart-translate-namezone):
1438 * textmodes/artist.el (artist-compute-popup-menu-table):
1439 Remove duplicated words in doc-strings.
1440
6554a5df
CY
14412010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1442
1443 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1444 to mairix-search to suppress threading (Bug#5342).
1445
ca4f0e9a
KH
14462010-01-15 Kenichi Handa <handa@m17n.org>
1447
1448 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 1449 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 1450
1db3226b
GM
14512010-01-15 Glenn Morris <rgm@gnu.org>
1452
56a03f46
GM
1453 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1454
1455 * wid-edit.el (widget-keymap): Doc fix.
1456
1db3226b
GM
1457 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1458 former seems to be more widely accepted by various svn versions.
1459
80cd4bb4
JB
14602010-01-14 Juanma Barranquero <lekktu@gmail.com>
1461
d1f18ec0
JB
1462 * find-cmd.el (find-constituents):
1463 * vc-arch.el (vc-arch-root):
1464 * window.el (window-body-height, pop-up-frames):
1465 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1466 (semantic-no-reparse-needed-change-hook):
1467 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1468 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1469 (srecode-template-inserter-ask, srecode-template-inserter-width)
1470 (srecode-template-inserter-section-start)
1471 (srecode-template-inserter-section-end, srecode-insert-method):
1472 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1473 * progmodes/ada-stmt.el (ada-if):
1474 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1475 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1476 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1477 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1478
80cd4bb4
JB
1479 * progmodes/flymake.el (flymake-post-syntax-check):
1480 Fix typo in error message.
1481
9c23ca47
JB
14822010-01-14 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1485 which is always a string. (Bug#5313)
1486
8794c483
JB
14872010-01-14 Juanma Barranquero <lekktu@gmail.com>
1488
1489 * progmodes/ada-xref.el (ada-default-prj-properties):
1490 Simplify previous change.
1491
95005d39
SL
14922010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1493
1494 * progmodes/ada-xref.el (ada-default-prj-properties):
1495 Default ada_project_path to $ADA_PROJECT_PATH.
1496
14972010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
1498
1499 * progmodes/ada-mode.el (ada-create-keymap):
1500 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1501
fb0d1545
SL
15022010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1503
1504 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1505 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1506 (ada-get-current-indent, ada-imenu-generic-expression)
1507 (ada-which-function): Check for it.
1508
5c9434d0
SL
15092010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1510
1511 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1512 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1513
3a4f3a3b
GM
15142010-01-14 Glenn Morris <rgm@gnu.org>
1515
1516 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1517
d9a7c140
KH
15182010-01-14 Kenichi Handa <handa@m17n.org>
1519
1520 * composite.el (auto-composition-mode): Make it a buffer local
1521 variable (permanent-local).
1522 (auto-composition-function): Set the default value to
1523 auto-compose-chars.
49caf252 1524 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
1525 (global-auto-composition-mode): Likewise.
1526 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 1527
38bee102
KF
15282010-01-13 Karl Fogel <kfogel@red-bean.com>
1529
1530 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 1531
b8b45afc
MA
15322010-01-12 Michael Albinus <michael.albinus@gmx.de>
1533
1534 * files.el (copy-directory): Compute target for recursive
1535 directories with identical names. (Bug#5343)
1536
893db5bc
GM
15372010-01-12 Glenn Morris <rgm@gnu.org>
1538
1539 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1540 it to bug-gnu-emacs rather than emacs-pretest-bug.
1541
2f27e6d4
JB
15422010-01-12 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * cedet/data-debug.el (data-debug): Fix customization group reference.
1545
91abaf51
JB
15462010-01-12 Juanma Barranquero <lekktu@gmail.com>
1547
1548 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1549 (semantic-analyze-context, semantic-analyze-context-assignment)
1550 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1551 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1552 (semantic-java-doc-keywords-map):
1553 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1554 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1555 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1556 (semantic-c-classname, semantic-format-tag-uml-prototype)
1557 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1558 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1559 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1560 (semantic-get-local-variables, semantic-end-of-command)
1561 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1562 (lisp-mode):
1563 * cedet/semantic/bovine/make.el (makefile-mode):
1564 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1565 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1566 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1567 (semantic-lex, semantic-get-local-variables, python-mode):
1568 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1569 * cedet/srecode/extract.el (srecode-extract-state-set)
1570 (srecode-extract-method): Fix typos in docstrings.
1571
d8b8451f
SS
15722010-01-11 Sam Steingold <sds@gnu.org>
1573
1574 * imenu.el (imenu-default-create-index-function): Detect infinite
1575 loops caused by imenu-prev-index-position-function.
1576
30afcdff
JB
15772010-01-11 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * htmlfontify.el (htmlfontify-load-rgb-file)
1580 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1581 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1582 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1583 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1584 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1585 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1586 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1587 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1588 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1589 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1590 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1591 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1592 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1593 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1594 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1595 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1596 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1597 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1598 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1599 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1600 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1601 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1602 backslash-quoting from parentheses, etc.
1603
92b1c416
CY
16042010-01-11 Chong Yidong <cyd@stupidchicken.com>
1605
1606 * progmodes/js.el: Autoload javascript-mode alias.
1607
4454adab
JB
16082010-01-11 Juanma Barranquero <lekktu@gmail.com>
1609
1610 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1611 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1612 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1613 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1614 Fix typos in docstrings.
1615 (ffap-url-regexp): Doc fix.
1616 (ffap-at-mouse): Fix typo in message.
1617
6589a2f9
GM
16182010-01-11 Glenn Morris <rgm@gnu.org>
1619
1620 * version.el (emacs-copyright): Set copyright year to 2010.
1621
4e5617ee
SM
16222010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * format.el (format-annotate-function): Only set
1625 write-region-post-annotation-function after running to-fn so as not to
1626 affect nested write-region calls (bug#5273).
1627
52bee098
CY
16282010-01-10 Chong Yidong <cyd@stupidchicken.com>
1629
4e5617ee
SM
1630 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1631 Add python parser.
52bee098 1632
a069f067
CY
1633 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1634 wisent/python.el.
1635
52bee098
CY
16362010-01-10 Richard Kim <emacs18@gmail.com>
1637
1638 * cedet/semantic/wisent/python-wy.el:
1639 * cedet/semantic/wisent/python.el: New files.
1640
e709e39d
CY
16412010-01-09 Chong Yidong <cyd@stupidchicken.com>
1642
1643 * man.el (Man-goto-section): Signal error if the section is not
1644 found (Bug#5317).
1645
6ee86780
JB
16462010-01-09 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1649 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1650
fa7b5f7b
CY
16512010-01-09 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * progmodes/compile.el: Don't treat compile-command as safe if
1654 compilation-read-command might be nil (Bug#4218).
1655
de62c4d9
JD
16562010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1657
1658 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1659 NS options.
1660
e94be827
KH
16612010-01-08 Kenichi Handa <handa@m17n.org>
1662
4e5617ee
SM
1663 * international/fontset.el (build-default-fontset-data):
1664 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1665
1dfae2a2
JB
16662010-01-07 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1669 to `create-file-buffer' as it expects, not just a buffer name.
1670 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1671 to help uniquify. (Bug#3224)
1672
d0cf45b7
JD
16732010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1674
1675 * font-setting.el (font-setting-change-default-font): Use user-spec
1676 instead of name.
1677
7534fa5e
DN
16782010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1679
1680 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1681
fd579fdc
CY
16822010-01-05 Tom Tromey <tromey@redhat.com>
1683
4e5617ee
SM
1684 * progmodes/python.el (python-font-lock-keywords):
1685 Handle qualified decorators (Bug#881).
fd579fdc 1686
37860caf
DN
16872010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1690 in a lightweight checkout.
1691
69db641d
KH
16922010-01-05 Kenichi Handa <handa@m17n.org>
1693
4e5617ee 1694 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1695
b25d6a02
DN
16962010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1697
1698 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1699
137d88ca
DN
17002010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1701
1702 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1703 checkouts. (Bug#618)
3d5d0aa9 1704 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1705 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1706 (vc-bzr-shelve-menu-map):
1707 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1708 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1709
da76998b
CY
17102010-01-02 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1713 They are valid characters in URL paths (rfc3986), and at least
1714 Firefox does not understand the encoded version (Bug#3166).
1715
b2ad70b6
CY
17162010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1717
1718 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1719 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1720 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1721 (octave-end-as-array-index-p): New function.
1722 (calculate-octave-indent): Use it.
1723
54136282
KF
17242010-01-02 Karl Fogel <kfogel@red-bean.com>
1725
1726 * bookmark.el: Consistently put the text property on the bookmark name.
1727 (bookmark-bmenu-marks-width): Bump back to 2, to include
1728 annotation marks.
1729 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1730 property on the bookmark name, instead of not putting it at all.
1731 (bookmark-bmenu-list): Fix where we put the text property.
1732
cc4d3cad
KF
17332010-01-02 Karl Fogel <kfogel@red-bean.com>
1734
1735 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1736 for showing buffer modified state (as added in the previous change).
1737
b894c439
KF
17382010-01-02 Karl Fogel <kfogel@red-bean.com>
1739
1740 * bookmark.el: Show modified state of bookmark buffer more accurately.
1741 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1742 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1743 (with-buffer-modified-unmodified): New macro.
1744 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1745 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1746 Use new macro to preserve the buffer modified state.
b894c439 1747
3a69db53
KF
17482010-01-02 Karl Fogel <kfogel@red-bean.com>
1749
4e5617ee 1750 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1751 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1752 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1753 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1754 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1755 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1756 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1757
af414f10
EZ
17582010-01-02 Eli Zaretskii <eliz@gnu.org>
1759
4e5617ee
SM
1760 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1761 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1762
f2ec0e5e
CY
17632010-01-02 Ryan Yeske <rcyeske@gmail.com>
1764
1765 * net/rcirc.el: Add follow-link binding (Bug#4738).
1766
38c1ba62
EZ
17672010-01-02 Eli Zaretskii <eliz@gnu.org>
1768
4e5617ee 1769 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1770 (cvs-update): New target for backward compatibility.
1771
4e5617ee 1772 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1773 (cvs-update): New target for backward compatibility.
1774
ea2c0f5b
KF
17752010-01-02 Karl Fogel <kfogel@red-bean.com>
1776
1777 * bookmark.el: Remove gratuitous gratitude.
1778
5ae329f4
KF
17792010-01-02 Karl Fogel <kfogel@red-bean.com>
1780
47989945
KF
1781 * bookmark.el (bookmark-bmenu-any-marks): New function
1782 (bookmark-bmenu-save): Clear buffer modification if no marks.
1783
17842010-01-02 Karl Fogel <kfogel@red-bean.com>
1785
1786 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
1787 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1788 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1789 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1790
1791 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1792 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1793 To: emacs-devel {_AT_} gnu.org
1794 Subject: bookmark.el bug report
1795 Date: Mon, 28 Dec 2009 14:19:16 +0800
1796 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1797
aef053eb
KF
17982010-01-02 Karl Fogel <kfogel@red-bean.com>
1799
1800 * bookmark.el: Improvements suggested by Drew Adams:
1801 (bookmark-bmenu-ensure-position): New name for
1802 `bookmark-bmenu-check-position'. Just ensure the position,
1803 don't return any meaningful value.
1804 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1805 New constants.
1806
0472835f
JB
18072010-01-02 Juanma Barranquero <lekktu@gmail.com>
1808
1809 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1810 (bookmark-yank-point, bookmark-bmenu-check-position):
1811 Fix typos in docstrings.
1812 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1813 (bookmark-name-from-full-record, bookmark-get-position)
1814 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1815 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1816 Remove useless quoting of parenthesis, etc. in docstrings.
1817
1818 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1819 (ediff-append-custom-diff): Fix typo in error message.
1820 (ediff-meta-mark-equal-files): Fix typos in messages.
1821
1822 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1823
1824 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1825 Fix typo in docstring.
1826
1827 * net/imap-hash.el (imap-hash-make): Doc fix.
1828 (imap-hash-test): Fix typo in error message; reflow docstring.
1829 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1830 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1831 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1832 Fix typos in docstrings.
1833 (imap-hash-open-connection): Fix typo in error message.
1834
1835 * play/gomoku.el (gomoku): Fix typos in docstring.
1836
1837 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1838 (gdb-jsonify-buffer): Fix typos in docstring.
1839 (gdb-goto-breakpoint): Fix typo in error message.
1840 ("Display Other Windows"): Fix typo in help message.
1841 (gdb-speedbar-expand-node): Fix typo in question.
1842
1843 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1844 (idlwave-html-system-help-location, idlwave-html-help-location)
1845 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1846 (idlwave-help-browser-generic-args, idlwave-help-directory)
1847 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1848 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1849 (idlwave-online-help, idlwave-help-html-link)
1850 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1851 Fix typos in docstrings.
1852 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1853 Reflow docstrings.
1854 (idlwave-help-assistant-start): Fix typo in error message.
1855
1856 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1857 (octave-electric-space): Fix typos in docstrings.
1858
9bbe0828
CY
18592010-01-01 Chong Yidong <cyd@stupidchicken.com>
1860
1861 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1862
a88c46c3
CY
18632010-01-01 Juri Linkov <juri@jurta.org>
1864
1865 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 1866 increase the default to 500 (Bug#5148).
a88c46c3 1867
7ee6c59b
NR
18682009-12-31 Nick Roberts <nickrob@snap.net.nz>
1869
1870 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1871 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1872 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1873
a9c8a2cd
NR
18742009-12-30 Nick Roberts <nickrob@snap.net.nz>
1875
1876 Show working revision correctly for mercurial.
1877 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 1878 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 1879
659e4408
JB
18802009-12-29 Juanma Barranquero <lekktu@gmail.com>
1881
1882 Declare some functions for the byte-compiler.
1883 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1884 (speedbar-timer-fn, speedbar-change-expand-button-char)
1885 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1886
7ee6c59b
NR
18872009-12-29 Nick Roberts <nickrob@snap.net.nz>
1888
1889 This changeset reverts GDB Graphical Interface to use annotations.
1890 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1891
460f6e7c
DN
18922009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 Make vc-dir work on subdirectories of the bzr root.
1895 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1896 file names relative to it.
1897 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1898 relative directory to vc-bzr-after-dir-status.
1899
543f553a
TH
19002009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1901
1902 * font-lock.el (font-lock-refresh-defaults): New function, which
1903 can be used to let font-lock react to external changes in
1904 variables like font-lock-defaults and keywords.
1905 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1906
2592ab76
DN
19072009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1908
ac859983
DN
1909 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1910
2592ab76
DN
1911 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1912
58941d03
JB
19132009-12-28 Juanma Barranquero <lekktu@gmail.com>
1914
1915 Supersede color.diff settings in git log (bug#5211).
1916
1917 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1918 escape chars in its output when the user has color.diff set to `always'.
1919 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1920
39764e76
KR
19212009-12-26 Kevin Ryde <user42@zip.com.au>
1922
1923 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1924 node. Keep previous "Index" name to work with past coreutils too.
1925
91c4831e
KR
1926 * man.el (man): Revise docstring a bit to show -a and -l as
1927 examples. Add -k description since support for it has otherwise
1928 been a secret. (Further to bug#3717.)
651e932e
KR
1929 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1930 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 1931 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 1932
7f4d4a97
MA
19332009-12-26 Michael Albinus <michael.albinus@gmx.de>
1934
1935 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1936 switches. Check also for //SUBDIRED// line.
1937
bcffff46
KH
19382009-12-25 Kenichi Handa <handa@m17n.org>
1939
1940 * language/indian.el (devanagari-composable-pattern): Fixed to
1941 handle ZWNJ and ZWJ. Use it in composition-function-table for
1942 Devanagari.
1943 (malayalam-composable-pattern): Fix previous change.
1944
dc1dcfa4
VJL
19452009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1946
1947 * ps-print.el (ps-face-attributes): It was not returning the
1948 attribute face for faces specified as string. Reported by harven
1949 <harven@free.fr>.
1950 (ps-print-version): New version 7.3.5.
1951
6fe539d2
UJ
19522009-12-18 Ulf Jasper <ulf.jasper@web.de>
1953
1954 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1955 timezone names.
1956 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1957 (icalendar--add-diary-entry): Remove the trailing blank that
1958 diary-make-entry inserts.
1959
1f3611c6
MA
19602009-12-17 Michael Albinus <michael.albinus@gmx.de>
1961
1962 Make `file-expand-wildcards' work for remote files.
1963
1964 * files.el (file-expand-wildcards): In case of remote files, check
1965 only local file name part for wildcards. Provide feature 'files
1966 and subfeature 'remote-wildcards. (Bug#5198)
1967
1968 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1969 if there is already an established connection.
1970 (tramp-advice-file-expand-wildcards): Remove it.
1971
1972 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1973 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1974 Activate advice for older GNU Emacs versions. (Bug#5237)
1975
9762b219
JB
19762009-12-17 Juanma Barranquero <lekktu@gmail.com>
1977
1978 Some doc fixes (more needed).
1979
1980 * find-cmd.el (find-constituents): Reflow docstring.
1981 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1982 (find-generic): Doc fix.
1983
cfb54897
JL
19842009-12-17 Juri Linkov <juri@jurta.org>
1985
1986 Fix regression from 23.1 to allow multiple modes in Local Variables.
1987
1988 * files.el (hack-local-variables-filter): While ignoring duplicates,
1989 don't take `mode' into account.
1990 (hack-local-variables-filter, hack-dir-local-variables): Don't
1991 remove duplicate `mode' from local-variables-alist (like `eval').
1992
ad974e9e
JL
19932009-12-17 Juri Linkov <juri@jurta.org>
1994
1995 Make `dired-diff' more safe. (Bug#5225)
1996
1997 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1998 `current' or when `file' is a directory of the `current' file.
1999
3616e0b9
AS
20002009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2001
2002 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2003 unconditionally preloaded files.
2004
72b57560
JL
20052009-12-16 Juri Linkov <juri@jurta.org>
2006
2007 Revert to old 23.1 logic of using the file at the mark as default.
2008 * dired-aux.el (dired-diff): Use the file at the mark as default
2009 if it's not the same as the current file, and the target dir is
2010 the current dir or the mark is active. Add the current file
2011 as the arg of `dired-dwim-target-defaults'. Use the default file
2012 in the prompt. (Bug#5225)
2013
68712eb6
MA
20142009-12-15 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2017 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2018 (tramp-check-for-regexp): Check also, when an echoing shell stops
2019 to echo sent commands.
2020
fd471993
CY
20212009-12-14 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * Makefile.in: Revert last change (Bug#5191).
2024
86b5e14c
DN
20252009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2026
2027 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2028 (vc-hg-working-revision): Make sure the command is executed in a
2029 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2030
8cffbb75
CY
20312009-12-14 Chong Yidong <cyd@stupidchicken.com>
2032
2033 * progmodes/python.el (python-symbol-completions): Remove text
2034 properties from symbol string before calling python-send-receive.
2035
6c2b67ad
NR
20362009-12-14 Nick Roberts <nickrob@snap.net.nz>
2037
2038 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2039 when there are values for both file and line. (Bug#5060)
6c2b67ad 2040
ff6f4585
JL
20412009-12-14 Juri Linkov <juri@jurta.org>
2042
2043 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2044 whitespace after the file name of the first line of unified format,
2045 because git-diff doesn't output whitespace and file modification time
2046 after the file name.
2047
d3de1c8e
JL
20482009-12-14 David Kastrup <dak@gnu.org>
2049
2050 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2051 check if it already has the `display' property added by
2052 `Info-display-images-node', and not put the `invisible' property
2053 in this case.
2054
f192624c
CY
20552009-12-14 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2058 (semantic-mru-bookmark-mode): Doc fixes.
2059
2060 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2061 of assert.
2062
2f1b7dc4
GM
20632009-12-13 Glenn Morris <rgm@gnu.org>
2064
a0cefee5
GM
2065 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2066 (report-emacs-bug): In message-mode, sort manually before storing
2067 original report text. (Bug#5178)
2f1b7dc4
GM
2068 Remove superfluous save-excursion.
2069
31bb373f
MA
20702009-12-12 Michael Albinus <michael.albinus@gmx.de>
2071
2072 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2073 when responding to "GetAll" properties.
2074
5e1d4968
CY
20752009-12-12 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * simple.el (compose-mail): Remove mail-setup-with-from from
2078 customization checks.
2079
097d86f9
EZ
20802009-12-12 Eli Zaretskii <eliz@gnu.org>
2081
2082 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2083 RAR archives created on Unix systems.
2084
1d4adede
SM
20852009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2088 the varalias that was accidentally removed by the 2009-11-19 change
2089 (bug#5186).
2090
3ff3655c
KH
20912009-12-12 Kenichi Handa <handa@m17n.org>
2092
2093 * language/indian.el (indian-compose-regexp): New function.
2094 (malayalam-composable-pattern): Fix the pattern.
2095 (composition-function-table): Set malayalam-composable-pattern for
2096 Malayalam characters.
2097
82d3343c
CY
20982009-12-11 Chong Yidong <cyd@stupidchicken.com>
2099
315eb96d
CY
2100 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2101 rather than down-mouse-1, based on follow-link conventions.
2102
82d3343c
CY
2103 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2104 are compiled.
2105
86a4c7ac
DN
21062009-12-11 Michael McNamara <mac@mail.brushroad.com>
2107
bf0b361c 2108 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2109 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2110 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2111 (verilog-leap-to-head, verilog-backward-token):
2112 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2113
21142009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2115
bf0b361c
JB
2116 * progmodes/verilog-mode.el (verilog-auto-lineup)
2117 (verilog-nameable-item-re): Cleanup user-visible spelling and
2118 documentation errors. One reported by Gary Delp.
1d4adede 2119 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2120 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2121 package, bug195. Reported by Pierre-David Pfister.
2122
fe03f49a
GM
21232009-12-11 Glenn Morris <rgm@gnu.org>
2124
47641aac
GM
2125 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2126
85094855
GM
2127 * mail/emacsbug.el: No longer require sendmail.
2128 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2129 (report-emacs-bug-orig-text): Doc fix.
2130 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2131 New local variables, to adapt to different mail-user-agents.
2132 (report-emacs-bug): Fix test for a gnu.org address.
2133 Use overlays for emphasis, since font-lock defeats 'face property.
2134 Pretest bugs also end up at the newsgroup these days.
2135 Stop message-mode stripping text properties.
2136 Set and use the new buffer-local variables.
2137 (report-emacs-bug-hook): Add doc-string.
2138 Remove some unnecessary save-excursions and simplify.
2139 Use the appropriate hook and send-command.
2140
fe03f49a
GM
2141 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2142 capitalization of some menu entries.
2143
345427f0
VJL
21442009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2145
4e6a65b9 2146 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2147 `buffer-display-table' is unique when two or more windows are
2148 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2149 New version 12.1.
2150
c70ccbba
EZ
21512009-12-10 Eli Zaretskii <eliz@gnu.org>
2152
2153 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2154 characters in the Attribute field.
2155
f1943c1b
DN
21562009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2157
2158 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2159
1c67aeaa
SM
21602009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2163 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2164 Disregard autoload-excludes.
2165 (update-directory-autoloads): Obey autoload-excludes here instead.
2166 But don't store its contents in no-autoloads and remove entries that
2167 refer to excludes files.
2168
d8194864
GM
21692009-12-10 Glenn Morris <rgm@gnu.org>
2170
8c0171c0
GM
2171 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2172 (expand-mail-aliases): Define for compiler.
2173
dba372dd
GM
2174 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2175 Define for compiler.
2176
d8194864
GM
2177 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2178 appropriate for the mail-user-agent in use.
2179
fe5facd3
MA
21802009-12-09 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2183
99999a1d
DN
21842009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2185
2186 Fix short log parsing and fontification.
2187 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2188 Fix fontification for the [merge] label.
2189
2ea1c4aa
SM
21902009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2191
2192 Drop some properties to avoid surprises.
2193 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2194 (hfy-fontify-buffer): Use it.
2195
9840deb6
SM
21962009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2197
a0d1aadf
SM
2198 Minor cleanup.
2199 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2200 Adjust all callers.
2201 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2202 args compulsory. Adjust callers.
2203 (ffap-gopher-at-point): Remove unused var `name'.
2204
9840deb6
SM
2205 Get rid of the ELCFILES abomination.
2206 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2207 (compile-elcfiles): New phony target.
2208 (compile-main): Compute ELCFILES dynamically.
2209 (compile-clean): New target to remove left-over elc files.
2210 (compile, all): Use it.
2211
7eb3f9a8
KH
22122009-12-09 Kenichi Handa <handa@etlken>
2213
2214 * international/mule-diag.el: Require help-mode instead of help-fns.
2215
ae63e572
KH
22162009-12-09 Kenichi Handa <handa@m17n.org>
2217
5ce6e4f4 2218 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2219 fine ranges instead of pre-calculating accurate ranges.
2220 Iterate with bigger gc-cons-threshold.
ae63e572 2221
e2f3c692
DN
22222009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2223
2224 Add support for stashing a snapshot of the current tree.
2225 * vc-git.el (vc-git-stash-snapshot): New function.
2226 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2227
cf6d0352
JB
22282009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2229
2230 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2231 instead of `(beginning|end)-of-line'.
2232
48e4acc9
GM
22332009-12-08 Glenn Morris <rgm@gnu.org>
2234
6e890faa
GM
2235 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2236
48e4acc9
GM
2237 * Makefile.in (ELCFILES): Regenerate.
2238
d2a1dc7b
JL
22392009-12-07 Juri Linkov <juri@jurta.org>
2240
2241 Don't lazy-highlight the comint output in history Isearch mode.
2242
2243 * comint.el (comint-history-isearch-search): Instead of
2244 `comint-line-beginning-position', use `comint-after-pmark-p'
2245 to check if point if before the process mark, and go to
2246 `process-mark' in this case.
2247
51ef56c4
SM
22482009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2249
fb10ee4a
SM
2250 * textmodes/tex-mode.el (latex-complete)
2251 (latex-indent-or-complete): Remove.
2252 (latex-mode): Set completion-at-point-functions instead.
2253
2254 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2255 * minibuffer.el (completion-at-point-functions): New var.
2256 (completion-at-point): New command.
fb10ee4a 2257 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2258 * progmodes/python.el (python-mode-map): Use completion-at-point.
2259 (python-completion-at-point): Rename from python-partial-symbol and
2260 adjust for use in completion-at-point-functions.
2261 (python-mode): Setup completion-at-point for Python completion.
2262 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2263 extracted from lisp-complete-symbol.
2264 (lisp-complete-symbol): Use it.
2265 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2266 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2267 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2268 Use completion-at-point.
51ef56c4 2269 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2270 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2271 * progmodes/sym-comp.el: Move to...
2272 * obsolete/sym-comp.el: Move from progmodes.
2273
5e7a9022
EZ
22742009-12-07 Eli Zaretskii <eliz@gnu.org>
2275
2276 Prevent save-buffer in Rmail buffers from using the coding-system
2277 of the current message, and from clobbering the encoding mnemonics
2278 in the mode line (Bug#4623).
2279
2280 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2281 flag, too.
2282 (rmail-message-encoding): New variable.
2283 (rmail-write-region-annotate): Record the encoding of the current
2284 message in rmail-message-encoding.
2285 (rmail-after-save-hook): New function, restores the encoding of
2286 the current message after the message collection is saved.
2287
9136e895
JL
22882009-12-07 Juri Linkov <juri@jurta.org>
2289
2290 * progmodes/grep.el (grep-read-files): Use `completing-read'
2291 instead of `read-string'. Set its `collection' arg to
2292 `read-file-name-internal'. (Bug#4301)
2293
40637410
JL
22942009-12-07 Juri Linkov <juri@jurta.org>
2295
2296 Correctly restore original Isearch point. (Bug#4994)
2297
2298 * isearch.el (isearch-mode): Move `isearch-push-state' after
2299 `(run-hooks 'isearch-mode-hook)'.
2300 (isearch-cancel): When `isearch-push-state-function' is defined,
2301 let-bind `isearch-cmds' to the first state (the last element of
2302 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2303 function and restores the original point). Otherwise, move point
2304 to `isearch-opoint'.
2305
da10ce2b
SM
23062009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2309 chars that don't have names, so the table can be built much faster at
2310 run-time.
2311
3d68fa99
CY
23122009-12-07 Chong Yidong <cyd@stupidchicken.com>
2313
f82b1493
CY
2314 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2315 change. Suggested by David Kastrup.
2316
3d68fa99
CY
2317 * simple.el (compose-mail): Check for incompatibilities and warn.
2318 (compose-mail-user-agent-warnings): New option.
2319
662c5698
DN
23202009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2321
2322 Support showing a single log entry from vc-annotate.
2323 * vc.el (print-log): Add a new argument: START-REVISION.
2324 (vc-print-log-internal): Add a new optional argument and
2325 pass it to the backend.
2326 (vc-print-log, vc-print-root-log): Adjust callers.
2327 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2328 buffer already displays the requested log entry, use it.
2329 Otherwise display only the log entry in question.
2330 * vc-svn.el (vc-svn-print-log):
e4070cdc 2331 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2332 * vc-hg.el (vc-hg-state):
2333 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2334 (vc-git-show-log-entry): Return t on success.
2335 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2336 (vc-bzr-show-log-entry): Return t on success.
2337 * vc-rcs.el (vc-rcs-print-log):
2338 * vc-sccs.el (vc-sccs-print-log):
2339 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2340
e4070cdc
GM
23412009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2342
5ce6e4f4
JB
2343 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2344 Add menus to the meta mode. (Bug#5043)
e4070cdc 2345
5ce6e4f4 23462009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
2347
2348 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 2349 event-key.
662c5698 2350
662c5698
DN
2351 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2352
dab816a9
MA
23532009-12-07 Michael Albinus <michael.albinus@gmx.de>
2354
2355 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2356 Berbain <raphael.berbain@gmail.com>.
2357
2358 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2359 characters.
2360 (tramp-initial-end-of-output): New defconst.
2361 (tramp-methods, tramp-find-shell)
2362 (tramp-open-connection-setup-interactive-shell)
2363 (tramp-maybe-open-connection): Use it.
2364 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2365 existence of `#' and `$'.
2366
2367 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2368 `tramp-initial-end-of-output'.
2369
a91e1f6b
DN
23702009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2371
2372 Get the background mode from the terminal for xterm, and set
2373 faces accordingly.
2374 * term/xterm.el (xterm-set-background-mode): New function.
2375 (terminal-init-xterm): Use it in case xterm supports background
2376 color queries. Recompute faces after getting the background
2377 color.
2378
5fa9d1ec
GM
23792009-12-07 Ulrich Mueller <ulm@gentoo.org>
2380
2381 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2382 number comment back on its own line, for easier parsing.
2383
5e9fde5e
SM
23842009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 Make it work for non-file buffers (bug#5102).
2387 * doc-view.el (doc-view-current-cache-dir):
2388 Use doc-view-buffer-file-name rather than buffer-file-name.
2389 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2390
2f2f5242
CY
23912009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2392
2393 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2394 author field is too short.
2395
cebf8ec6
DN
23962009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2397
5e9fde5e
SM
2398 * vc-git.el (vc-git-print-log): Handle a limit argument.
2399 Display the short log in graph form and with labels.
0d3f8a78
DN
2400 (vc-git-log-view-mode): Handle labels.
2401
cebf8ec6
DN
2402 Make vc-revert change VC state from 'added to 'unregistered.
2403 * vc-git.el (vc-git-revert): Call git reset first.
2404
8e39154d
UJ
24052009-12-06 Ulf Jasper <ulf.jasper@web.de>
2406
d8194864
GM
2407 * net/newst-backend.el, net/newst-plainview.el:
2408 * net/newst-reader.el, net/newst-ticker.el:
2409 * net/newst-treeview.el, net/newsticker.el:
2410 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2411
ef187c24
CY
24122009-12-06 Chong Yidong <cyd@stupidchicken.com>
2413
238a0f3a
CY
2414 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2415
2c6bb71a
CY
2416 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2417 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2418 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2419 Update annotation regexp.
2420
ef187c24
CY
2421 * simple.el (beginning-of-visual-line): Constrain to field
2422 boundaries (Bug#5106).
2423
571855b6
UJ
24242009-12-06 Ulf Jasper <ulf.jasper@web.de>
2425
d8194864 2426 * xml.el (xml-substitute-numeric-entities): Move
571855b6 2427 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2428 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
2429 * net/newst-backend.el (newsticker--parse-generic-feed)
2430 (newsticker--parse-generic-items)
d8194864 2431 (newsticker--decode-numeric-entities): Move
571855b6 2432 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2433 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 2434
b857059c
CY
24352009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2436
2437 * progmodes/js.el (js--js-not): Add null to the list of values.
2438
c2dae51b
CY
24392009-12-06 Chong Yidong <cyd@stupidchicken.com>
2440
d8194864 2441 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 2442
ed0f72d2
RW
24432009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2444
2445 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2446 delimiter if it is at the end of the current line.
2447 (bibtex-generate-url-list): Fix docstring.
2448
365b9a62
SM
24492009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2452 minibuffer's content with itself.
2453 Fold the confirm-after-completion case into the `confirm' case.
2454 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2455
990a9cb1
KR
24562009-12-06 Kevin Ryde <user42@zip.com.au>
2457
2458 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 2459 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 2460
8b5a10db 2461 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 2462 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 2463
065543e7
JL
24642009-12-05 Juri Linkov <juri@jurta.org>
2465
2466 Save and restore dired buffer's point positions too. (Bug#4880)
2467
2468 * dired.el (dired-save-positions): Return in the first element
2469 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2470 Doc fix.
2471 (dired-restore-positions): First restore buffer's position.
2472 While restoring window's positions, check if window still displays
2473 the original buffer.
2474
503edac9
CY
24752009-12-05 Chong Yidong <cyd@stupidchicken.com>
2476
9a594ee6
CY
2477 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2478 if possible.
2479
365b9a62
SM
2480 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2481 Make argument optional.
9a594ee6 2482
925f8c70
CY
2483 * shell.el (shell): Require ansi-color (Bug#5113).
2484
2485 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2486
503edac9
CY
2487 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2488
8fea6b33
AM
24892009-12-05 Alan Mackenzie <acm@muc.de>
2490
2491 * progmodes/cc-mode.el (c-before-hack-hook)
2492 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2493 `c-file-style' to work again. This reversion restores the current
212c5aef 2494 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 2495
5d1fd962
CY
24962009-12-05 Kevin Ryde <user42@zip.com.au>
2497
2498 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2499 comment-start-skip to comment-end-skip as comment (Bug#4781).
2500
30760c8b
JL
25012009-12-05 Juri Linkov <juri@jurta.org>
2502
2503 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2504 for virtual nodes. (Bug#4147)
2505 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2506 when moving from a virtual node.
2507 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2508 (Info-mode): Add `Info-virtual-index' to the docstring.
2509
1dc5c6f3
CY
25102009-12-05 Eric Ludlam <zappo@gnu.org>
2511
2512 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2513 Describe project macro symbols.
2514
2515 * cedet/semantic/complete.el (semantic-complete-do-completion):
2516 Don't call semantic-collector-current-exact-match.
2517
2518 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2519 ede-objects as targets.
2520
2521 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2522 a target's object list even if compiler vars are already in the
2523 Makefile.
2524
2525 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2526 list of headers producing necessary macros.
2527
403111a8
RW
25282009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2529
2530 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2531 track of the buffer position of the end of a BibTeX entry as this
2532 position may change during reformatting.
2533 (bibtex-format-entry): Remove whitespace before processing
2534 numerical fields so that we recognize the latter properly.
2535 (bibtex-reformat): Do not use push which changes the global value
2536 of bibtex-entry-format.
2537 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2538 (bibtex-field-re-init): Replace only space characters by regexp
2539 for whitespace.
365b9a62 2540 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
2541 (bibtex-initialize): Also update bibtex-strings.
2542 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
2543 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2544 Update bibtex-reference-keys.
403111a8 2545
25b54627
SM
25462009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2549 point after a star, if that's the only place where modifications can
2550 make progress.
2551
35639eb4
DN
25522009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2553
2554 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2555 in docstrings.
2556
8b78760b
JL
25572009-12-04 Juri Linkov <juri@jurta.org>
2558
2559 * proced.el (proced): Call `(proced-update t)' to update process
2560 information instead of only running proced-post-display-hook.
2561 (proced-send-signal): Add a leading space to the buffer name
2562 " *Marked Processes*" to make this buffer ephemeral.
2563
2b3489a7
JL
25642009-12-04 Juri Linkov <juri@jurta.org>
2565
2566 * dired.el (dired-auto-revert-buffer): New defcustom.
2567 (dired-internal-noselect): Use it.
2568
9b9debd1
JL
25692009-12-04 Juri Linkov <juri@jurta.org>
2570
2571 Change roles of modes and functions in image-mode.el (Bug#5062).
2572
2573 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2574 in `auto-mode-alist'.
2575 (image-mode-previous-major-mode): New variable.
2576 (image-minor-mode-map): Rename from `image-mode-text-map'.
2577 (image-mode): Move graceful error-handling code from
2578 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2579 (image-minor-mode): Remove all image-handling code.
2580 Replace `image-mode-text-map' with `image-minor-mode-map'.
2581 Check for `image-type' in mode-line format string.
2582 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2583 (image-mode-as-text): New function with most code from
2584 `image-mode-maybe'.
2585 (image-toggle-display-text): Move code that removes image
2586 properties from `image-toggle-display' to here.
2587 (image-toggle-display-image): New function with code that adds
2588 image properties copied from `image-toggle-display'.
2589 (image-toggle-display): Remove most code with leaving only code
2590 that toggles between `image-mode-as-text' and `image-mode'.
2591
0c74a301
UJ
25922009-12-04 Ulf Jasper <ulf.jasper@web.de>
2593
2594 * net/newst-treeview.el
2595 (newsticker--treeview-list-highlight-start): Restored call to
2596 save-excursion: Selected item was stuck.
2597 (newsticker--treeview-list-select): New.
2598 (newsticker--treeview-item-show-text)
2599 (newsticker--treeview-item-show)
2600 (newsticker--treeview-item-update): Use new
2601 newsticker-treeview-item-mode.
2602 (newsticker-treeview-update): Keep current item.
2603 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2604 (newsticker--treeview-first-feed): Doc change.
2605 (newsticker-treeview-list-menu)
2606 (newsticker-treeview-item-menu): Added menu entries.
2607 (newsticker-treeview-item-mode): New.
2608
5ce6e4f4 2609 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
2610 windows.
2611
9eaeec5b
SS
26122009-12-04 Sam Steingold <sds@gnu.org>
2613
2614 * log-view.el (log-view-mode-map): "q" calls quit-window,
2615 like in all the other non-self-insert buffers.
2616
b2bf5be5
SM
26172009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 Minor cleanup.
2620 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2621 key decoding rather than do it manually via last-input-event +
2622 ascii-character.
2623 (term-exec): Use delete-and-extract-region.
2624 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2625 (term-process-pager): Remove unused var `i'.
2626 (term-dynamic-simple-complete): Make obsolete.
2627 (serial-update-config-menu): Remove unused vars `y' and `str'.
2628 (term-update-mode-line): Remove unused var `temp'.
2629
46e5c897
DN
26302009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2631
2632 Limit the number of log entries displayed by default.
2633 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2634 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2635 using a prefix argument.
2636
627e0a14
GM
26372009-12-03 Glenn Morris <rgm@gnu.org>
2638
2639 * progmodes/idlwave.el (class): Restore still useful declaration.
2640
8578c224
AM
26412009-12-03 Alan Mackenzie <acm@muc.de>
2642
4abc318c 2643 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2644
b2bf5be5
SM
2645 * progmodes/cc-mode.el (c-basic-common-init):
2646 Call c-state-cache-init.
9762b219 2647 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2648 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2649 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2650
2651 * progmodes/cc-langs.el (c-before-font-lock-function):
2652 c-extend-and-neutralize-syntax-in-CPP has been renamed
2653 c-neutralize-syntax-in-and-mark-CPP.
2654
2655 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2656 with `category' properties now, not `syntax-table' ones.
2657
2658 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2659 enhanced (but slower) version of c-end-of-macro that won't land
2660 inside a literal or on another awkward character.
2661 (c-state-cache-too-far, c-state-cache-start)
2662 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2663 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2664 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2665 (c-state-min-scan-pos, c-state-brace-pair-desert)
2666 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2667 buffer local variables.
2668 (c-state-literal-at, c-state-lit-beg)
2669 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2670 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2671 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2672 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2673 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2674 (c-renarrow-state-cache)
2675 (c-append-lower-brace-pair-to-state-cache)
2676 (c-state-push-any-brace-pair, c-append-to-state-cache)
2677 (c-remove-stale-state-cache)
2678 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2679 (c-invalidate-state-cache-1, c-parse-state-1)
2680 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2681 (c-parse-state): Enhance and refactor.
2682 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2683
2684 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2685 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2686 modify to use category text properties rather than syntax-table ones.
2687 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2688 to switch off/on the syntactic paren property of C++ template
2689 delimiters using the category property.
2690 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2691 template delims suppressed.
2692 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2693 New constant/macros which apply category properties to the start
2694 and end of preprocessor constructs.
b2bf5be5 2695 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2696 "comment out" the syntactic value of characters in preprocessor
2697 constructs.
2698 (c-with-cpps-commented-out)
2699 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2700 with characters in all or all but one preprocessor constructs
2701 "commented out".
2702
0d4dc442
RW
27032009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2704
2705 * proced.el (proced-filter-alist): Use regexp-quote.
2706
a09dc9bf
MA
27072009-12-03 Michael Albinus <michael.albinus@gmx.de>
2708
2709 Cleanup.
2710 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2711 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2712 arguments. Expand `default-directory'.
2713
2714 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2715 the benefit of returning an expanded localname.
2716 (tramp-tramp-file-p): Handle the case NAME is not a string.
2717
3f6bd790
DN
27182009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2719
4dfb3b9c
DN
2720 Add support for bzr shelve/unshelve.
2721 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2722 (vc-bzr-extra-menu-map): New variables.
2723 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2724 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2725 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2726 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2727 (vc-bzr-dir-extra-headers): Display shelves.
2728
3f6bd790
DN
2729 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2730
842d73a1
SM
27312009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * textmodes/bibtex.el (bibtex-complete-internal):
2734 Use completion-in-region.
2735 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2736
7fa4876f
DN
27372009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2738
2739 Support applying stashes. Improve UI.
2740 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2741 (vc-git-stash-apply, vc-git-stash-pop)
2742 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2743 (vc-git-stash-menu): New functions.
2744 (vc-git-stash-menu-map): New variable.
2745 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2746
d6e82452
GM
27472009-12-03 Glenn Morris <rgm@gnu.org>
2748
2749 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2750 (vc-print-log-internal): Fix previous change.
2751 (vc-revert): Correct pluralization.
2752
8d222148
SM
27532009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2754
ea52206b
SM
2755 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2756 it to be an alist any more.
2757 (makefile-complete): Use completion-in-region.
2758
69a94a37
SM
2759 * progmodes/octave-mod.el (octave-complete-symbol):
2760 Use completion-in-region.
2761
8d222148
SM
2762 Misc cleanup.
2763 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2764 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2765 (idlwave-complete-class): Don't quote lambda.
2766 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2767 (idlwave-mode-map): Move initialization into declaration.
2768 (idlwave-action-and-binding): Use backquotes.
2769 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2770 Simplify.
2771 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2772 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2773 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2774 `parts', and `all-parts'.
2775 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2776 (idlwave-convert-xml-system-routine-info): Remove unused string
2777 `version-string'.
2778 (idlwave-display-user-catalog-widget): Use dolist.
2779 (idlwave-scanning-lib): Declare dynamically-scoped var.
2780 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2781 (completion-highlight-first-word-only): Declare to silence bytecomp.
2782 (idlwave-popup-select): Tighten scope of `resp'.
2783 (idlwave-find-struct-tag): Remove unused var `beg'.
2784 (idlwave-after-load-rinfo-hook): Declare.
2785 (idlwave-sintern-class-info): Remove unused var `taglist'.
2786 (idlwave-find-class-definition): Remove unused var `list'.
2787 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2788 (idlwave-what-module-find-class): Remove unused var `classes'.
2789
3bb8691b
JB
27902009-12-03 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2793
f72f0c23
SM
27942009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2797 buffers visited. Remove redundant current-buffer-saving.
2798
601a9508
SM
27992009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 Use completion-in-buffer and remove uses of dynamic scoping.
2802 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2803 (pascal-buffer-to-use, pascal-flag): Don't declare.
2804 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2805 (pascal-get-completion-decl, pascal-keyword-completion):
2806 Add `pascal-str' argument, save-excursion,
2807 return the found completions, and don't filter with pascal-pred.
2808 (pascal-completion-cache): New var.
2809 (pascal-completion): Don't switch buffer any more (it was never
2810 necessary). Don't save-excursion any more (it's done by the called
2811 subroutines). Use a cache to avoid redundant computations.
2812 Use complete-with-action rather than pascal-completion-response and
2813 let it apply the predicate as well.
2814 (pascal-complete-word): Use completion-in-buffer when
2815 pascal-toggle-completions is nil.
2816 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2817 not used any more.
2818 (pascal-comp-defun): Don't change buffer any more.
2819 Use complete-with-action rather than pascal-completion-response and
2820 let it apply the predicate as well.
2821 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2822 when neded.
2823
1ff4cb98
KH
28242009-12-02 Kenichi Handa <handa@m17n.org>
2825
2826 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2827 shape for all Indic scripts.
2828
bb12edf1
SM
28292009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 Use completion-in-buffer.
2832 * wid-edit.el (widget-field-text-end): New function.
2833 (widget-field-value-get): Use it.
2834 (widget-string-complete, widget-file-complete)
2835 (widget-color-complete): Use it and completion-in-region.
2836 (widget-complete): Don't narrow the buffer.
2837
5813f6ef
GM
28382009-12-02 Glenn Morris <rgm@gnu.org>
2839
c920f222
GM
2840 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2841 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
2842 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2843 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 2844
5813f6ef
GM
2845 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2846 save-excursion with save-current-buffer.
2847 Widen before searching. (Bug#5093)
2848 (diary-list-sexp-entries): Remove superfluous save-excursion.
2849
34b1d750
GM
28502009-12-02 Michael Welsh Duggan <mwd@cert.org>
2851
2852 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2853 name. (Bug#5038)
2854
b2d5f31a
GM
28552009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2856
2857 * ido.el (ido-file-internal): Handle filenames at point that do
2858 not have a directory part. (Bug#5049)
2859
c710ac3c
JB
28602009-12-02 Juanma Barranquero <lekktu@gmail.com>
2861
2862 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2863 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2864
9946be46
SM
28652009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2866
2867 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2868 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2869 any more.
2870
b08016f2
SM
28712009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2872
e7440df4
SM
2873 * comint.el (comint-insert-input): Ignore clicks to the right of
2874 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2875
3bb8691b 2876 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
2877 terminate before setting up the major mode.
2878
f3b757f5
SM
2879 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2880 in case.
2881
a2877f1d
SM
2882 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2883 the last element.
2884
b08016f2
SM
2885 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2886
782d6e30
GM
28872009-12-01 Glenn Morris <rgm@gnu.org>
2888
2889 * window.el (window--display-buffer-2): Fix previous changes.
2890
28f57f7e
CY
28912009-12-01 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2894
c31a2fdc
GM
28952009-12-01 Glenn Morris <rgm@gnu.org>
2896
2897 * Makefile.in (ELCFILES): Add mpc.elc.
2898
e1ada222
SM
28992009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * mpc.el: New file.
2902
0c9ff2c5
GM
29032009-12-01 Glenn Morris <rgm@gnu.org>
2904
3689984f
GM
2905 * window.el (window-to-use): Define for compiler.
2906
3ab4308b
GM
2907 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2908 consistent with others (no final period).
2909
0c9ff2c5
GM
2910 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2911 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2912
fb0c18ff
DN
29132009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2914
2915 Make vc-print-log buttons work.
045b9da7 2916 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 2917
2ac7e73e
JB
29182009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2919
2920 * savehist.el (savehist-autosave-interval): Allow setting to nil
2921 through customize. (Bug#5056)
2922
5237d741
JB
29232009-11-30 Juanma Barranquero <lekktu@gmail.com>
2924
2925 Fix references to jit-lock properties.
2926 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2927 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2928 (perl-font-lock-special-syntactic-constructs):
2929 Quote jit-lock-defer-multiline property.
2930
379241fa
DN
29312009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2932
2933 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2934
054ae856
JL
29352009-11-30 Juri Linkov <juri@jurta.org>
2936
2937 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2938 value `buffer' of `multi-isearch-next-buffer-current-function'.
2939 Use `(current-buffer)' when `buffer' is nil.
2940 (multi-isearch-next-buffer-from-list): Don't fallback to
2941 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2942
67296dda
JL
29432009-11-30 Juri Linkov <juri@jurta.org>
2944
2945 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2946 of buffers with `get-buffer' to `multi-isearch-buffers'.
2947 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2948 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2949 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2950 FILES with `expand-file-name' converting relative file names
2951 to absolute. Doc fix. (Bug#4727)
2952
c585bf32
JL
29532009-11-30 Juri Linkov <juri@jurta.org>
2954
2955 * misearch.el (multi-isearch-read-buffers)
2956 (multi-isearch-read-matching-buffers): New functions.
2957 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2958 Use them in the `interactive' spec. Doc fix.
2959 (multi-isearch-read-files, multi-isearch-read-matching-files):
2960 New functions.
2961 (multi-isearch-files, multi-isearch-files-regexp):
2962 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2963
0a745733
JL
29642009-11-30 Juri Linkov <juri@jurta.org>
2965
2966 * doc-view.el (doc-view-continuous):
2967 Rename from `doc-view-continuous-mode'.
2968 (doc-view-menu): Move "Toggle display" to the top.
2969 Add submenu "Continuous" with radio buttons "Off"/"On"
2970 and "Save as Default".
2971 (doc-view-scroll-up-or-next-page)
2972 (doc-view-scroll-down-or-previous-page)
2973 (doc-view-next-line-or-next-page)
2974 (doc-view-previous-line-or-previous-page): Rename
2975 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2976
1f9689eb
JL
29772009-11-30 Juri Linkov <juri@jurta.org>
2978
2979 * comint.el (comint-mode-map): Rebind `M-r' from
2980 `comint-previous-matching-input' to
2981 `comint-history-isearch-backward-regexp'.
2982 Unbind `M-s' to allow global key binding `M-s'.
2983 Add menu items for `comint-history-isearch-backward' and
2984 `comint-history-isearch-backward-regexp'. (Bug#3746)
2985
2952b1ae
JL
29862009-11-30 Juri Linkov <juri@jurta.org>
2987
2988 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2989 For def=recenter, replace `recenter' with `recenter-top-bottom'
2990 that is called with `this-command' and `last-command' let-bound
2991 to `recenter-top-bottom'. When the last `def' was not `recenter',
2992 set `recenter-last-op' to nil. (Bug#4981)
2993
7a9547ca
SM
29942009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2995
20565545
SM
2996 Minor cleanup and simplification.
2997 * filecache.el (file-cache-add-directory)
2998 (file-cache-add-directory-recursively)
2999 (file-cache-add-from-file-cache-buffer)
3000 (file-cache-delete-file-regexp, file-cache-delete-directory)
3001 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3002 (file-cache-temp-minibuffer-message): Delete function.
3003 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3004
7a9547ca
SM
3005 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3006 Don't signal an error when bumping into EOB in tr, s, or y.
3007
08e968f3
JL
30082009-11-29 Juri Linkov <juri@jurta.org>
3009
3010 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3011 (Bug#4960)
3012
3013 * descr-text.el (describe-char-unidata-list): Use lowercase name
3014 for "Unicode name" like in other tags.
3015
f8d170a4
JL
30162009-11-29 Juri Linkov <juri@jurta.org>
3017
3018 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3019 New compatibility macro.
7a9547ca 3020 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3021
0116abbd
JL
30222009-11-29 Juri Linkov <juri@jurta.org>
3023
3024 Add defcustom to define the cycling order of `recenter-top-bottom'.
3025 (Bug#4981)
3026
3027 * window.el (recenter-last-op): Doc fix.
3028 (recenter-positions): New defcustom.
3029 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3030 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3031
61eef560
MA
30322009-11-29 Michael Albinus <michael.albinus@gmx.de>
3033
3034 Improve integration of Tramp and ange-ftp in eshell.
3035
e4070cdc 3036 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3037 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3038 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3039
3040 * eshell/esh-util.el (top): Require also Tramp when compiling.
3041 (eshell-directory-files-and-attributes): Check for FTP remote
3042 connection.
3043 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3044 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3045 (eshell-file-attributes): Handle ".". Return `entry'.
3046
3047 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3048 (ange-ftp-directory-files-and-attributes)
3049 (ange-ftp-real-directory-files-and-attributes): New defuns.
3050
3051 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3052 shell with "exec" when possible. This prevents trailing prompts
3053 in `start-file-process'.
3054
f5467d3f
SM
30552009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3056
21f49db9
SM
3057 Try and remove assumptions about point-min==1.
3058 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3059 (rng-compute-mode-line-string): Show the validation percentage in
3060 terms of the narrowed text, not the widened text.
3061 (rng-do-some-validation): Don't catch internal errors when debugging.
3062 (rng-first-error): Simplify.
3063 (rng-after-change-function): Remove work around. AFAIK the bug has
3064 been fixed a while ago.
3065
26224faf
SM
3066 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3067 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3068
d7117720
SM
3069 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3070
f5467d3f
SM
3071 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3072 `cd' doesn't always do it for us (bug#5067).
3073
3074 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3075 on 2009-10-25 as part of some other change (bug#5067).
3076
c5269f1c
SM
30772009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3078
62a258a7
SM
3079 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3080 `suspicious'.
3081 (byte-compile-warnings): Use byte-compile-warning-types.
3082 (byte-compile-save-excursion): Warn about use of set-buffer right
3083 after save-excursion.
3084
c5269f1c
SM
3085 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3086 the excursion as well.
3087
3ba30eb8
MA
30882009-11-27 Michael Albinus <michael.albinus@gmx.de>
3089
3090 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3091 providing a Tramp related implementation of "su" and "sudo".
3092 (eshell-unix-initialize): Add "su" and "sudo".
3093
6c6f788d
DU
30942009-11-27 Daiki Ueno <ueno@unixuser.org>
3095
3096 * net/socks.el (socks-send-command): Convert binary request to
3097 unibyte before sending. This fixes mishandling of some port
3098 numbers such as 129.
3099
10c877fe
SM
31002009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3101
6f06a171
SM
3102 * help.el (describe-bindings-internal): Remove `interactive'.
3103
10c877fe
SM
3104 * man.el (Man-completion-table): Trim a terminating "(".
3105 Remove the space between name page a section.
3106 Add the command's description on the `help-echo' property.
c5269f1c
SM
3107 Remove `process-connection-type' binding since it's unused by
3108 call-process.
10c877fe
SM
3109 Provide completion for the "<section> <name>" format as well.
3110 (Man-default-man-entry): Remove spurious var shadowing the argument.
3111
c44a4822
KR
31122009-11-26 Kevin Ryde <user42@zip.com.au>
3113
3114 * log-view.el: Add "Keywords: tools", since its other keywords
3115 aren't in finder-known-keywords, and following vc.el.
3116
9d58f081
KR
3117 * sha1.el (sha1-string-external): default-directory "/" in case
3118 otherwise non-existent. process-connection-type pipe for touch of
3119 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3120
72fe6b25
SM
31212009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 Misc coding convention cleanups.
3124 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3125 hfy-init-kludge-hooks.
3126 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3127 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3128 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3129 and push.
3130 (hfy-slant, hfy-weight): Use tables rather than code.
3131 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3132 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3133 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3134 (hfy-face-to-css): Remove `nconc' with single arg.
3135 (hfy-p-to-face-lennart): Use `or'.
3136 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3137 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3138 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3139 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3140 (hfy-force-fontification): Use run-hooks.
3141
85e0a536
SM
31422009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3143
3144 Various minor fixes.
3145 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3146 Javascript belongs in the header, not the body.
3147 (hfy-javascript): Remove.
3148 (hfy-fontify-buffer): Don't insert it any more.
3149 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3150 Fix bug in invis handling when there were no invis props in a chunk.
3151
62ccc42c
SM
31522009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3155
2643c7aa
DN
31562009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3157
3158 * finder.el (finder-mode-map): Add a menu.
3159
0e5c8aed
DN
31602009-11-26 Michael McNamara <mac@mail.brushroad.com>
3161
bf0b361c 3162 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3163 "unsigned" structs.
3164
3165 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3166 fork" statement better.
3167
31682009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3169
bf0b361c
JB
3170 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3171 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3172 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3173 Reported by Clay Douglass.
0e5c8aed
DN
3174
3175 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3176 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3177 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3178 Pierre-David Pfister.
3179
7629c4e7
GM
31802009-11-26 Glenn Morris <rgm@gnu.org>
3181
62ccc42c
SM
3182 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3183 the scope.
7629c4e7 3184
a5d358f8
JB
31852009-11-25 Johan Bockgård <bojohan@gnu.org>
3186
3187 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3188 Really use previous revision.
3189
002cbde5
KR
31902009-11-25 Kevin Ryde <user42@zip.com.au>
3191
3192 * man.el (Man-completion-table): default-directory "/" in case
3193 doesn't otherwise exist. process-environment COLUMNS=999 so as
3194 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3195 any chance of hitting the pseudo-tty TIOCGWINSZ.
3196 (man): completion-ignore-case t for friendliness and since man
3197 itself is case-insensitive on the command line.
3198 Further to Bug#3717.
002cbde5 3199
8cb5ffe8
KR
3200 * arc-mode.el: Add "Keywords: files", so the details in its
3201 commentary can be reached from finder-by-keyword.
34607612
KR
3202 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3203 editing mode, but it's comms related and sgml-mode.el has "comm"
3204 on that basis too.
b8dfcf54 3205 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3206 * international/isearch-x.el, international/ja-dic-cnv.el:
3207 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3208 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3209
1e2d9ba1
JL
32102009-11-25 Juri Linkov <juri@jurta.org>
3211
3212 * man.el (Man-completion-table): Modify regexp to include
3213 section names to completion strings. (Bug#3717)
3214
a601d313
JL
32152009-11-25 Juri Linkov <juri@jurta.org>
3216
3217 Search recursively in gzipped files. (Bug#4982)
3218
3219 * progmodes/grep.el (grep-highlight-matches): Add new options
3220 `always' and `auto'. Doc fix.
3221 (grep-process-setup): Check `grep-highlight-matches' for
3222 `auto-detect' to determine the need to compute grep defaults.
3223 Move Windows/DOS specific --colors settings handling
3224 to `grep-compute-defaults'. Check `grep-highlight-matches'
3225 to get the value of "--color=".
3226 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3227 has the value `auto-detect'. Move Windows/DOS specific settings
3228 from `grep-process-setup'.
3229 (zrgrep): New command with alias `rzgrep'.
3230
bde04ea9
JL
32312009-11-25 Juri Linkov <juri@jurta.org>
3232
3233 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3234 to nil instead of switching off view-mode. (Bug#4896)
3235
7d6b4d3c
JL
32362009-11-25 Juri Linkov <juri@jurta.org>
3237
3238 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3239
3240 * mwheel.el (mwheel-scroll-up-function)
3241 (mwheel-scroll-down-function): New defvars.
3242 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3243 `scroll-up', and `mwheel-scroll-down-function' instead of
3244 `scroll-down'.
3245
3246 * doc-view.el (doc-view-scroll-up-or-next-page)
3247 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3248 Use this ARG in the call to image-scroll-up/image-scroll-down.
3249 Change `interactive' spec to "P". Goto next/previous page only
3250 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3251 SPC/DEL case). Doc fix.
3252 (doc-view-next-line-or-next-page)
3253 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3254 for consistency.
3255 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3256 `doc-view-scroll-up-or-next-page', and buffer-local
3257 `mwheel-scroll-down-function' to
3258 `doc-view-scroll-down-or-previous-page'.
3259
e237085f
JL
32602009-11-25 Juri Linkov <juri@jurta.org>
3261
3262 Provide additional default values (directories at other Dired
3263 windows) via M-n in the minibuffer of some Dired commands.
3264
3265 * dired-aux.el (dired-diff, dired-compare-directories)
3266 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3267 `minibuffer-default' in `minibuffer-with-setup-hook'.
3268 (dired-dwim-target-directory): Find a window that displays Dired
3269 buffer instead of failing when the next window is not Dired.
3270 Use `get-window-with-predicate' to find for the next Dired window.
3271 (dired-dwim-target-defaults): New function.
3272
3273 * ediff-util.el (ediff-read-file-name):
3274 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3275 in `minibuffer-with-setup-hook'.
3276
7d371eac
JL
32772009-11-25 Juri Linkov <juri@jurta.org>
3278
3279 Provide additional default values (file name at point or at the
3280 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3281
3282 * minibuffer.el (read-file-name-defaults): New function.
3283 (read-file-name): Reset `minibuffer-default' to nil when
3284 it duplicates initial input `insdef'.
3285 Bind `minibuffer-default-add-function' to lambda that
3286 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3287 (minibuffer-insert-file-name-at-point): New command.
3288
3289 * files.el (file-name-at-point-functions): New defcustom.
3290 (find-file-default): Remove defvar.
3291 (find-file-read-args): Don't use `find-file-default'.
3292 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3293 to `read-file-name'.
3294 (find-file-literally): Use `read-file-name' with
3295 `confirm-nonexistent-file-or-buffer'.
3296
3297 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3298
3299 * dired.el (dired-read-dir-and-switches):
3300 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3301 to `read-file-name'.
3302 (dired-file-name-at-point): New function.
3303 (dired-mode): Add hook `dired-file-name-at-point' to
3304 `file-name-at-point-functions'.
3305
04ae543a
SM
33062009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 Really make the *Completions* window soft-dedicated (bug#5030).
3309 * window.el (window--display-buffer-2): Add `dedicated' argument.
3310 (display-buffer): Pass it when needed so the dedicated flag is set
3311 after calling set-window-buffer, which would otherwise reset it.
3312
eb708e66
SM
33132009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3314
d6b8d4e7
SM
3315 * progmodes/meta-mode.el (meta-complete-symbol):
3316 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3317 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3318 Use completion-in-region.
3319
5f24557b
SM
3320 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3321 (dabbrev-completion): Use completion-in-region.
3322 (dabbrev--abbrev-at-point): Simplify regexp.
3323
fe4346f0
SM
3324 * abbrev.el (abbrev--before-point): Use word-motion functions
3325 if :regexp is not specified (bug#5031).
3326
cb190d7d
SM
3327 * subr.el (string-prefix-p): New function.
3328
e2ec6dd5
SM
3329 * man.el (Man-completion-cache): New var.
3330 (Man-completion-table): Use it.
3331
eb708e66
SM
3332 * vc.el (vc-print-log-internal): Make `limit' optional for better
3333 compatibility (e.g. with vc-annotate.el).
3334
4cf8971b
KR
33352009-11-24 Kevin Ryde <user42@zip.com.au>
3336
eb708e66 3337 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3338 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3339
4cf8971b
KR
3340 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3341 when .el source file not found or other error.
3342
d204c46c
SM
33432009-11-24 Markus Triska <markus.triska@gmx.at>
3344
3345 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3346
bb301b9a
SM
33472009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3348
449c27f0
SM
3349 Handle the [back] button properly (bug#4979).
3350 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3351 Use help-setup-xref, help-buffer, and with-help-window.
3352 (describe-char): Add `buffer' argument.
3353 Pass proper command to help-setup-xref. Don't meddle with
3354 help-xref-stack-item directly.
3355 (describe-text-category): Use with-help-window and help-buffer.
3356
32fe5377
SM
3357 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3358 for the displayed buffer (bug#4887).
3359
bb301b9a
SM
3360 * man.el (Man-completion-table): New function.
3361 (man): Use it.
3362
35179414
DR
33632009-11-24 David Reitter <david.reitter@gmail.com>
3364
bb301b9a 3365 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
3366 .git is) rather than the file's directory and a relative path spec
3367 to work around a bug in git.
3368
605a20a9
MA
33692009-11-24 Michael Albinus <michael.albinus@gmx.de>
3370
3371 Improve handling of processes on remote hosts.
3372
3373 * eshell/esh-util.el (eshell-path-env): New defvar.
3374 (eshell-parse-colon-path): New defun.
3375 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3376
bb301b9a
SM
3377 * eshell/esh-ext.el (eshell-search-path):
3378 Use `eshell-parse-colon-path'.
605a20a9
MA
3379 (eshell-remote-command): Remove argument HANDLER.
3380 (eshell-external-command): Check for FTP remote connection.
3381
bb301b9a
SM
3382 * eshell/esh-proc.el (eshell-gather-process-output):
3383 Use `file-truename', in order to start also symlinked files.
3384 Apply `start-file-process' instead of `start-process'.
3385 Shorten `command' to the local file name part.
605a20a9 3386
bb301b9a
SM
3387 * eshell/em-cmpl.el (eshell-complete-commands-list):
3388 Use `eshell-parse-colon-path'.
605a20a9
MA
3389
3390 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3391
3392 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3393 to `eshell-directory-change-hook'.
3394
d1d33062
TH
33952009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3396
3397 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3398 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3399
a34d8565 34002009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3401
a34d8565
MK
3402 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3403 made on 2009-11-22.
d1d33062 3404
c83b8d1b
GM
34052009-11-24 Glenn Morris <rgm@gnu.org>
3406
3407 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3408 deleted variable bookmark-bmenu-bookmark-column.
3409
65235b0a
GM
3410 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3411 Move after definition of global-semantic-idle-tag-highlight-mode.
3412
83505cfe
SM
34132009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3416
5241b291
CY
34172009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3418
3419 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3420 two slashes to the "file:" prefix.
3421 (browse-url-file-url): De-munge Cygwin filenames before passing
3422 them to Windows browser.
3423 (browse-url-default-windows-browser): Use call-process.
3424
aefcadb6
JL
34252009-11-23 Juri Linkov <juri@jurta.org>
3426
3427 Implement DocView Continuous mode. (Bug#4896)
3428 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
3429 (doc-view-mode-map): Bind C-n/<down> to
3430 `doc-view-next-line-or-next-page', C-p/<up> to
3431 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
3432 (doc-view-next-line-or-next-page)
3433 (doc-view-previous-line-or-previous-page): New commands.
3434
0d62bcea
JL
34352009-11-23 Juri Linkov <juri@jurta.org>
3436
3437 Implement Isearch in comint input history. (Bug#3746)
3438 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3439 `isearch-mode-hook'.
3440 (comint-history-isearch): New defcustom.
3441 (comint-history-isearch-backward)
3442 (comint-history-isearch-backward-regexp): New commands.
3443 (comint-history-isearch-message-overlay): New buffer-local variable.
3444 (comint-history-isearch-setup, comint-history-isearch-end)
3445 (comint-goto-input, comint-history-isearch-search)
3446 (comint-history-isearch-message, comint-history-isearch-wrap)
3447 (comint-history-isearch-push-state)
3448 (comint-history-isearch-pop-state): New functions.
3449
b593f105
MA
34502009-11-23 Michael Albinus <michael.albinus@gmx.de>
3451
3452 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3453 return.
3454 (tramp-handle-make-symbolic-link)
3455 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3456 Quote file names.
3457 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3458 (tramp-handle-process-file): Use it.
3459
0f202d5d
SM
34602009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * window.el (move-to-window-line-last-op): Remove.
3463 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3464
216349f8
SM
34652009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3466
0f202d5d 3467 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
3468 * window.el (move-to-window-line-last-op): New var.
3469 (move-to-window-line-top-bottom): New command.
3470 (global-map): Bind M-r move-to-window-line-top-bottom.
3471
c10e0633
GM
34722009-11-23 Sven Joachim <svenjoac@gmx.de>
3473
3474 * dired-x.el (dired-guess-shell-alist-default):
3475 Support xz format. (Bug#4953)
3476
e96ec425
CY
34772009-11-22 Chong Yidong <cyd@stupidchicken.com>
3478
2054a44c
CY
3479 * cedet/srecode/map.el (srecode-get-maps):
3480 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3481 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3482 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3483 (semantic-toggle-decoration-style):
3484 * cedet/semantic/decorate/include.el
3485 (semantic-decoration-include-describe)
3486 (semantic-decoration-unknown-include-describe)
3487 (semantic-decoration-unparsed-include-describe)
3488 (semantic-decoration-all-include-summary):
3489 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3490 * cedet/semantic/analyze/complete.el
3491 (semantic-analyze-possible-completions):
3492 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3493 (semantic-show-unmatched-syntax-mode)
3494 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3495 (semantic-highlight-func-mode):
3496 * cedet/semantic/util.el (semantic-describe-buffer):
3497 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3498 (semantic-symref-find-tags-by-name)
3499 (semantic-symref-find-tags-by-regexp)
3500 (semantic-symref-find-tags-by-completion)
3501 (semantic-symref-find-file-references-by-name)
3502 (semantic-symref-find-text):
3503 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3504 (senator-yank-tag):
3505 * cedet/semantic/scope.el (semantic-calculate-scope):
3506 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3507 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3508 (define-semantic-idle-service):
3509 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3510 (semantic-complete-analyze-inline-idle):
3511 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3512 * cedet/mode-local.el (describe-mode-local-bindings)
3513 (describe-mode-local-bindings-in-mode):
3514 * cedet/ede/make.el (ede-make-check-version):
3515 * cedet/ede/locate.el (ede-enable-locate-on-project):
3516 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3517 (cedet-idutils-version-check):
3518 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3519 (cedet-gnu-global-version-check):
3520 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3521 (cedet-cscope-version-check): Use called-interactively-p instead
3522 of interactive-p.
3523
e96ec425
CY
3524 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3525 Use semantic-format-tag-prototype.
3526
953e0c1a
GM
35272009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3528
3529 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3530 last-command-char/last-command-event.
3531 (viper-prefix-arg-value): Do correct conversion of event-char for
3532 XEmacs.
3533
83505cfe
SM
3534 * emulation/viper-util.el, emulation/viper.el:
3535 Use viper-last-command-char instead of
3536 last-command-char/last-command-event.
953e0c1a 3537
83505cfe
SM
3538 * ediff-init.el, ediff-mult.el, ediff-util.el:
3539 Replace last-command-char and last-command-event
3540 with (ediff-last-command-char) everywhere.
953e0c1a
GM
3541
3542 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3543 created in fundamental mode.
3544
3545 * ediff.el (ediff-version): Revert the change of interactive-p to
3546 called-interactively-p.
3547
9ee12eee
TH
35482009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3549
3550 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3551 generation from word-movement command names.
3552
ab2c15d4
CY
35532009-11-21 Chong Yidong <cyd@stupidchicken.com>
3554
3555 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
3556 (semantic-complete-jump-local, semantic-complete-jump):
3557 Improve prompt string.
ab2c15d4 3558
8b571bf3
JD
35592009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3560
3561 * cus-start.el (all): Add native condition for font-use-system-font.
3562
4121db47
AM
35632009-11-21 Nathaniel Flath <flat0103@gmail.com>
3564
83505cfe
SM
3565 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3566 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 3567
d71f5e0c
TH
35682009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3569
3570 * progmodes/subword.el: Rename from lisp/subword.el.
3571
3572 * subword.el: Rename to progmodes/subword.el.
3573
3574 * Makefile.in (ELCFILES): Adapt to subword.el move.
3575
fc9d6ad6
SM
35762009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3577 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3580 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3581 (bookmark-bmenu-show-filenames): Use push.
3582 (bookmark-bmenu-hide-filenames): Use local var instead of
3583 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3584 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3585 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3586 filenames now that the bookmark names are always available.
3587
26d9285f
SM
35882009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3591 (bookmark-search-pattern): Move and leave unbound.
3592 (bookmark-bmenu-mode-map): Change binding.
3593 (bookmark-read-search-input): Simplify.
3594 Don't use text-char-description. Don't error on non-char events.
3595 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3596 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3597 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3598 Use a local var for the timer.
3599 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3600 (i.e. bookmark-bmenu-search).
3601
d73a0317
GM
36022009-11-21 Glenn Morris <rgm@gnu.org>
3603
3604 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3605
e572025f
CY
36062009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3607
26d9285f
SM
3608 * net/browse-url.el (browse-url-default-windows-browser):
3609 Use cygstart for cygwin.
e572025f 3610
6aeaa3dc
KF
36112009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3612
e4070cdc 3613 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
3614 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3615 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 3616 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
3617 (bookmark-read-search-input): Adjust to fit within 80 columns.
3618
a9b76eec
TH
36192009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3620
3621 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3622 (c-backward-into-nomenclature): Adapt to subword renaming.
3623
3624 * subword.el (subword-forward, subword-backward, subword-mark)
3625 (subword-kill, subword-backward-kill, subword-transpose)
3626 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3627 (subword-forward-internal, subword-backward-internal):
3628 Rename from forward-subword, backward-subword, mark-subword,
3629 kill-subword, backward-kill-subword, transpose-subwords,
3630 downcase-subword, upcase-subword, capitalize-subword,
3631 forward-subword-internal, backward-subword-internal.
a9b76eec 3632
1e7d4475
SM
36332009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3634
26d9285f
SM
3635 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3636 New options.
1e7d4475
SM
3637 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3638 New vars.
3639 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3640 (bookmark-bmenu-filter-alist-by-regexp)
3641 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3642 (bookmark-bmenu-search): New command.
3643 (bookmark-bmenu-mode-map): Bind it.
3644
acfad775
CY
36452009-11-20 Chong Yidong <cyd@stupidchicken.com>
3646
1e7d4475 3647 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3648
3649 * cedet/semantic/idle.el (define-semantic-idle-service)
3650 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3651
653d1554
TH
36522009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3653
ab84bfa0
TH
3654 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3655 backward-subword to quit the byte-compiler.
3656
1f35fda9
TH
3657 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3658
3659 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3660
653d1554 3661 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3662 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3663 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3664
3665 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3666 subword.el functions instead of cc-subword.el.
3667
1e7d4475
SM
3668 * progmodes/cc-subword.el: Rename to subword.el.
3669 * subword.el: Rename from progmodes/cc-subword.el.
3670 (subword-mode-map): Rename from c-subword-mode-map.
3671 (subword-mode): Rename from c-subword-mode.
653d1554 3672 (global-subword-mode): New global minor mode.
1e7d4475
SM
3673 (forward-subword): Rename from c-forward-subword.
3674 (backward-subword): Rename from c-backward-subword.
3675 (mark-subword): Rename from c-mark-subword.
3676 (kill-subword): Rename from c-kill-subword.
3677 (backward-kill-subword): Rename from c-backward-kill-subword.
3678 (transpose-subwords): Rename from c-tranpose-subword.
3679 (downcase-subword): Rename from c-downcase-subword.
3680 (capitalize-subword): Rename from c-capitalize-subword.
3681 (forward-subword-internal): Rename from c-forward-subword-internal.
3682 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3683
9717f119
DN
36842009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3685
8de724f3
DN
3686 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3687 from a dired buffer.
3688 (vc-dired-deduce-fileset): New function.
3689 (vc-root-diff, vc-print-root-log): Use it.
3690
9717f119
DN
3691 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3692 nil LIMIT argument to vc-print-log-internal.
3693
af4999b8
GM
36942009-11-20 Glenn Morris <rgm@gnu.org>
3695
3696 * Makefile.in (ELCFILES): Regenerate.
3697
725bff06
CY
36982009-11-20 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3701
3702 * cedet/semantic.el: Enable idle-mode menu items only if
3703 global-semantic-idle-scheduler-mode is enabled.
3704 (semantic-default-submodes): Doc fix.
3705
3706 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3707 When turning off, disable other idle modes.
3708
b58edcb6
JB
37092009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3710
02e1b488
SM
3711 * calc/calc.el (calc-set-mode-line):
3712 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3713 (math-format-number): Rename `math-format-complement-signed' to
3714 `math-format-twos-complement'.
3715
02e1b488 3716 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3717 math-format-complement-signed.
3718 (calc-radix): Rename `calc-complement-signed-mode' to
3719 `calc-twos-complement-mode'.
02e1b488
SM
3720 (calc-octal-radix, calc-hex-radix): Add an argument for
3721 two's complement.
b58edcb6 3722
02e1b488
SM
3723 * calc/calc-embed.el (calc-embedded-mode-vars):
3724 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3725
02e1b488
SM
3726 * calc/calc-ext.el (calc-init-extensions):
3727 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3728 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3729
02e1b488
SM
3730 * calc/calc-units.el (math-build-units-table-buffer):
3731 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3732
3733 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3734 entries.
3735
3736 * calc/calc-vec.el (calcFunc-vunpack):
3737 * calc/calc-aent.el (calc-do-calc-eval):
3738 * calc/calc-forms.el (math-format-date):
3739 * calc/calc-graph.el (calc-graph-plot):
3740 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3741 * calc/calccomp.el (math-compose-expr):
3742 Let `calc-twos-complement-mode' be nil.
3743
37442009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3747 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3748 * minibuffer.el (completion-in-region-functions): New hook.
3749 (completion-in-region): New function.
3750 * emacs-lisp/lisp.el (lisp-complete-symbol):
3751 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3752
e3353a78
SM
37532009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3754
eff77808
SM
3755 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3756 (latex-complete-alist): New vars.
3757 (latex-string-prefix-p, latex-complete-bibtex-keys)
3758 (latex-complete-envnames, latex-complete-refkeys)
3759 (latex-complete-data): New functions.
3760 (latex-complete, latex-indent-or-complete): New commands.
3761
d2c9fc42
SM
3762 * window.el (display-buffer-mark-dedicated): New var.
3763 (display-buffer): Obey it.
3764 * minibuffer.el (minibuffer-completion-help): Use it.
3765
31a1c477
SM
3766 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3767
bed4c972
SM
3768 * filecache.el (file-cache-add-file): Use push and cons.
3769 (file-cache-delete-file-regexp): Use push.
3770 (file-cache-complete): Use completion-in-region.
3771
8c22699f
SM
3772 * simple.el (with-wrapper-hook): Fix thinko.
3773
e3353a78
SM
3774 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3775 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3776 Use with-current-buffer and string-to-number.
3777 (hfy-fallback-colour-values): Use assoc-string.
3778 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3779 (hfy-face-at): Remove unused var `found-face'.
3780 (hfy-compile-stylesheet): Remove unused var `css'.
3781 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3782 and `orig-buffer'.
3783 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3784 Use with-current-buffer.
3785 (hfy-text-p): Use expand-file-name and fewer setq.
3786
acca02b0
SM
37872009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3788
3789 * htmlfontify.el, hfy-cmap.el: New files.
3790
042b7cc6
JL
37912009-11-19 Juri Linkov <juri@jurta.org>
3792
3793 * minibuffer.el (completions-format): New defcustom.
3794 (completion--insert-strings): Implement vertical format.
3795
3796 * simple.el (switch-to-completions): Move point to the first
3797 completion when point was at the beginning of the buffer.
3798
da205913
JL
37992009-11-19 Juri Linkov <juri@jurta.org>
3800
3801 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3802
3803 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3804
0b8ee421
CY
38052009-11-19 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3808 (mail-signature): Change default to t.
3809 (mail-from-style): Deprecate `system-default' value.
3810 (mail-insert-from-field): For default value of mail-from-style,
3811 default to `angles' unless `angles' needs quoting and `parens'
3812 does not.
3813 (mail-citation-prefix-regexp): Use citation regexp from
3814 message-mode.
3815
4265deab
MA
38162009-11-19 Michael Albinus <michael.albinus@gmx.de>
3817
acca02b0
SM
3818 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3819 Set variables for computing the prompt for reading password.
4265deab 3820
27cacd2d
GM
38212009-11-19 Glenn Morris <rgm@gnu.org>
3822
470bce7d
GM
3823 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3824
7e705a1d
GM
3825 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3826
27cacd2d
GM
3827 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3828 (newsticker-treeview-listwindow-height): Fix custom type.
3829
b2f0be0f
KH
38302009-11-19 Kenichi Handa <handa@m17n.org>
3831
3832 * descr-text.el (describe-char-padded-string): Compose with TAB
3833 only if there's a font for CH.
02e1b488 3834 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 3835
03446045 38362009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
3837
3838 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 3839 more accurate version of the regexp. (Bug#3910)
b96337b0 3840
03446045 38412009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
3842
3843 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3844
e0620570
JB
38452009-11-18 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3848 (font-setting-change-default-font): Fix typo in docstring.
3849
6cc6582e
AM
38502009-11-18 Alan Mackenzie <acm@muc.de>
3851
3852 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3853
dfb3c4c6
JD
38542009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3855
02e1b488 3856 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
3857
3858 * cus-start.el (all): ... to here.
3859
e268e987
MA
38602009-11-17 Michael Albinus <michael.albinus@gmx.de>
3861
3862 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3863 Don't set `ad-return-value' if `ad-do-it' doesn't.
3864
303ffde8
MA
3865 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3866 modification time.
3867
637fa988
JD
38682009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3869
3870 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 3871 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
3872
3873 * loadup.el: If feature system-font-setting or font-render-setting is
3874 there, load font-setting.
3875
02e1b488 3876 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
3877 * font-setting.el: New file.
3878
1d16a255
GM
38792009-11-17 Glenn Morris <rgm@gnu.org>
3880
3881 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3882
2d84f804
GM
3883 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3884 Preserve point in the list buffer. (Bug#4939)
3885 Use point-at-eol.
3886 (newsticker--treeview-list-update-highlight)
3887 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3888
14467b99
JB
38892009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3890
3891 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3892 Remove.
3893
3894 * calc/calc-ext.el (calc-init-extensions): Remove references to
3895 symclip.
3896
3897 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3898
3899 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3900 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3901 `calc-symclip'.
3902
e3c39c01
KR
39032009-11-16 Kevin Ryde <user42@zip.com.au>
3904
02e1b488 3905 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 3906 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 3907
497de631
KR
3908 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3909 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3910 Ignore trailing spaces by omit-nulls to split-string (fixing
3911 regression from Emacs 21 due to the incompatible split-string
14467b99 3912 change). (Bug #4928.)
497de631 3913
48b27575
DN
39142009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3915
5237d741 3916 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
3917 (vc-print-log-internal): Insert buttons to request more entries
3918 when limiting the output.
3919
3920 * vc-sccs.el (vc-sccs-print-log):
3921 * vc-rcs.el (vc-rcs-print-log):
3922 * vc-cvs.el (vc-cvs-print-log):
3923 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3924 LIMIT is non-nil.
3925
d3e97185
MA
39262009-11-16 Michael Albinus <michael.albinus@gmx.de>
3927
3928 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3929 error when `tramp-gvfs-dbus-event-vector' is set.
3930 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3931
68d87786
SM
39322009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3935
c0a39702
MA
39362009-11-16 Michael Albinus <michael.albinus@gmx.de>
3937
3938 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 3939 (dbus-register-property): Register the handlers of
c0a39702
MA
3940 "org.freedesktop.DBus.Properties" for SERVICE.
3941 (dbus-property-handler): Fix docstring.
3942
1e857121
YM
39432009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3944
3945 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3946 Quote doc string reference in defvaralias as it is not in special form.
3947 (byte-compile-output-docform): Doc fix.
3948
887484c1
JB
39492009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3950
3951 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3952 (calc-complement-signed-mode): New variables.
3953 (calc-set-mode-line): Add indicator for twos-complements.
3954 (math-format-number): Format twos-complement notation.
3955
3956 * calc/calc-bin.el (calc-word-size): Reset the variables
3957 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
3958 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3959 (calc-symclip): New functions.
887484c1
JB
3960
3961 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3962
68d87786
SM
3963 * calc/calc-embed.el (calc-embedded-mode-vars):
3964 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
3965
3966 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 3967 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
3968
3969 * calc/calc-ext.el (math-read-number-fancy): Read complement
3970 signed numbers.
68d87786
SM
3971 (calc-init-extensions): Add binding for `calc-symclip'.
3972 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
3973
3974 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3975 `calc-symclip'.
68d87786 3976 (calc-modes-menu): Add item for twos complement mode.
887484c1 3977
5237d741 3978 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 3979
4cf1d7e3
CY
39802009-11-15 Chong Yidong <cyd@stupidchicken.com>
3981
3982 * register.el (jump-to-register, insert-register): Handle Semantic
3983 tags. From commented-out advice in semantic/senator.el.
3984
f8e65267
DN
39852009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3986
6616006b
DN
3987 * vc.el (vc-log-show-limit): New variable.
3988 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3989 when using a prefix argument.
3990 (vc-print-log-internal): Add new argument LIMIT.
3991
3992 * vc-svn.el (vc-svn-print-log):
3993 * vc-mtn.el (vc-mtn-print-log):
3994 * vc-hg.el (vc-hg-print-log):
3995 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 3996 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
3997 non-optional.
3998
3999 * vc-sccs.el (vc-sccs-print-log):
4000 * vc-rcs.el (vc-rcs-print-log):
4001 * vc-git.el (vc-git-print-log):
4002 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4003 ignore it. Make the BUFFER argument non-optional
4004
f8e65267
DN
4005 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4006
0566c4bc
CY
40072009-11-15 Chong Yidong <cyd@stupidchicken.com>
4008
7cce3c91
CY
4009 * dired.el (dired-mode-map): Move encryption items to "Operate"
4010 menu (Bug#4703).
4011
d7063de9
CY
4012 * strokes.el (strokes-update-window-configuration): Make strokes
4013 buffer current before erasing (Bug#4906).
4014
0566c4bc
CY
4015 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4016 (semantic-idle-summary-mode): Define using define-minor-mode
4017 instead of define-semantic-idle-service.
4018 (semantic-idle-summary-mode): New function.
4019 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4020 that mouse motion does not reset the echo area.
4021
0fc10137
JL
40222009-11-15 Juri Linkov <juri@jurta.org>
4023
4024 * simple.el (set-mark-default-inactive): Add :type, :group
4025 and :version. (Bug#4876)
4026
f5fce4ec
MA
40272009-11-15 Michael Albinus <michael.albinus@gmx.de>
4028
4029 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4030 (archive-unique-fname): ... here. (Bug#4929)
4031
8d720a00
SM
40322009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4033
589888fe
SM
4034 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4035 with a real fix.
4036
8d720a00
SM
4037 * novice.el (disabled-command-function): Add useful args.
4038 Setup the help buffer so that [back] works.
4039 Remove redundant call to help-mode.
4040 (disabled-command-function): Use `case'.
4041 (en/disable-command): New function extracted from enable-command.
4042 (enable-command, disable-command): Use it.
4043
a61344d6
GM
40442009-11-14 Glenn Morris <rgm@gnu.org>
4045
497f0cdd
GM
4046 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4047 constants. (Bug#4913)
4048
a61344d6
GM
4049 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4050
d501801e
GM
40512009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4052
4053 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4054 defined in C that have no doc-strings. (Bug#1063)
4055
5af27ac2
GM
40562009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4057
4058 * cus-edit.el (data, files):
4059 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4060
aec5395b
CY
40612009-11-14 Chong Yidong <cyd@stupidchicken.com>
4062
e7791447
CY
4063 * simple.el (shell-command): Doc fix (Bug#4891).
4064
aec5395b
CY
4065 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4066
7a41cd7f
GM
40672009-11-14 Glenn Morris <rgm@gnu.org>
4068
c3583c94
GM
4069 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4070 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4071 If they are already loaded, eval-after-load will do the right thing.
4072
73900d1f
GM
4073 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4074 compiling.
4075
0028351d
GM
4076 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4077
f6714ede
GM
4078 * simple.el (x-selection-owner-p): Declare.
4079 (read-mail-command): Use custom radio type rather than choice.
4080 (completion-no-auto-exit): Doc fix.
4081
7a41cd7f 4082 * custom.el (defgroup):
5af27ac2 4083 * epg-config.el (epg): Doc fixes.
7a41cd7f 4084
2d0659ec
DN
40852009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4086
4087 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4088 * international/ccl.el (define-ccl-program): Do not purecopy the
4089 docstring, defconst does it anyway.
4090
7fdbcd83
SM
40912009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4092
d499c5b9
SM
4093 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4094 a second time.
4095
7fdbcd83
SM
4096 * x-dnd.el (x-dnd-maybe-call-test-function):
4097 * window.el (split-window-vertically):
4098 * whitespace.el (whitespace-help-on):
4099 * vc-rcs.el (vc-rcs-consult-headers):
4100 * userlock.el (ask-user-about-lock-help)
4101 (ask-user-about-supersession-help):
4102 * type-break.el (type-break-force-mode-line-update):
4103 * time-stamp.el (time-stamp-conv-warn):
4104 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4105 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4106 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4107 (term-write-input-ring, term-check-source, term-start-output-log):
4108 (term-display-buffer-line, term-dynamic-list-completions):
4109 (term-ansi-make-term, serial-term):
4110 * subr.el (selective-display):
4111 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4112 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4113 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4114 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4115 (speedbar-remove-localized-speedbar-support)
4116 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4117 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4118 (speedbar-buffers-line-directory):
4119 * simple.el (shell-command-on-region, append-to-buffer)
4120 (prepend-to-buffer):
4121 * shadowfile.el (shadow-save-todo-file):
4122 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4123 (scroll-bar-maybe-set-window-start):
4124 * sb-image.el (speedbar-image-dump):
4125 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4126 (load-save-place-alist-from-file):
4127 * ps-samp.el (ps-print-message-from-summary):
4128 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4129 (ps-background-image, ps-begin-job, ps-do-despool):
4130 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4131 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4132 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4133 (pr-call-process, pr-file-list, pr-interface-save):
4134 * novice.el (disabled-command-function)
4135 (enable-command, disable-command):
4136 * mouse.el (mouse-buffer-menu-alist):
4137 * mouse-copy.el (mouse-kill-preserving-secondary):
4138 * macros.el (kbd-macro-query):
4139 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4140 * informat.el (batch-info-validate):
4141 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4142 * hippie-exp.el (try-expand-dabbrev-visible):
4143 * help-mode.el (help-make-xrefs):
4144 * help-fns.el (describe-variable):
4145 * generic-x.el (bat-generic-mode-run-as-comint):
4146 * finder.el (finder-mouse-select):
4147 * find-dired.el (find-dired-sentinel):
4148 * filesets.el (filesets-file-close):
4149 * files.el (list-directory):
4150 * faces.el (list-faces-display, describe-face):
4151 * facemenu.el (list-colors-display):
4152 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4153 * epg.el (epg--process-filter, epg-cancel):
4154 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4155 (epa--read-signature-type):
4156 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4157 (emerge-file-names):
4158 * ehelp.el (electric-helpify):
4159 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4160 * ediff-vers.el (rcs-ediff-view-revision):
4161 * ediff-util.el (ediff-setup):
4162 * ediff-mult.el (ediff-append-custom-diff):
4163 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4164 (ediff-wordify):
4165 * echistory.el (Electric-command-history-redo-expression):
4166 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4167 * disp-table.el (describe-display-table):
4168 * dired.el (dired-find-buffer-nocreate):
4169 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4170 * dabbrev.el (dabbrev--same-major-mode-p):
4171 * chistory.el (list-command-history):
4172 * apropos.el (apropos-documentation):
4173 * allout.el (allout-obtain-passphrase):
4174 (allout-copy-exposed-to-buffer):
4175 (allout-verify-passphrase): Use with-current-buffer.
4176
2ccbc060
GM
41772009-11-13 Glenn Morris <rgm@gnu.org>
4178
4179 * Makefile.in (ELCFILES): Regenerate.
4180
b172ed20
MA
41812009-11-13 Michael Albinus <michael.albinus@gmx.de>
4182
7fdbcd83
SM
4183 * net/dbus.el (dbus-registered-objects-table): Rename from
4184 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4185 (dbus-unregister-object): Unregister also properties.
4186 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4187 Use a timeout of 500 msec, in order to not block.
4188 (dbus-register-property, dbus-property-handler): New defuns.
4189
e96d62cd
SM
41902009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * simple.el (minibuffer-default-add-completions): Drop deprecated
4193 4th arg.
4194
14bd267d
EZ
41952009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4196
e96d62cd
SM
4197 * textmodes/artist.el (artist-mouse-choose-operation):
4198 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4199 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4200 (artist-compute-up-event-key): New function.
4201 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4202
bf89fd7b
KH
42032009-11-13 Kenichi Handa <handa@m17n.org>
4204
4205 * language/japan-util.el: Make sure that the value of jisx0208
4206 property is jisx0208 character.
4207
f70b8925
DN
42082009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4209
4210 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4211 car or each item, not the whole list.
4212
4d93a9e0
SM
42132009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * minibuffer.el (minibuffer-completion-help):
4216 Use minibuffer-hide-completions.
4217
05404988
SM
42182009-11-12 Per Starbäck <per@starback.se> (tiny change)
4219
4220 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4221 (dired-revert): Use them (bug#4880).
4222
5297bc10
DN
42232009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4224
4225 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4226
e2685eb7
JL
42272009-11-12 Juri Linkov <juri@jurta.org>
4228
4229 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4230 New functions.
4231 (find-file-literally-at-point): Alias of `ffap-literally'.
4232
76410c3e
DN
42332009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4234
6d341a2a
DN
4235 * textmodes/ispell.el (ispell-skip-region-alist):
4236 * textmodes/css-mode.el (auto-mode-alist):
4237 * progmodes/compile.el (auto-mode-alist):
4238 * international/mule.el (ctext-non-standard-encodings-alist)
4239 (ctext-non-standard-encodings-regexp):
4240 * simple.el (shell-command-switch, text-read-only):
4241 * replace.el (occur-mode-map):
4242 * paths.el (rmail-file-name):
4243 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4244 * find-file.el (ff-special-constructs):
4245 * files.el (file-name-handler-alist):
4246 * composite.el: Purecopy strings.
4247
76410c3e
DN
4248 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4249
aaa448c9
DN
42502009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4251
4252 * widget.el (define-widget): Purecopy the docstring.
4253 * international/mule-cmds.el (charset): Do not purecopy the
4254 docstring here, define-widget does it.
4255
4256 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4257 * textmodes/bibtex-style.el (auto-mode-alist):
4258 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4259 * progmodes/compile.el (compile-command):
4260 * language/korea-util.el (default-korean-keyboard):
4261 * international/mule-conf.el (file-coding-system-alist):
4262 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4263 * tooltip.el (tooltip-frame-parameters):
4264 * newcomment.el (comment-end, comment-padding):
4265 * dired.el (dired-trivial-filenames):
4266 * comint.el (comint-file-name-prefix): Purecopy initial values.
4267
bbe650fd
MA
42682009-11-11 Michael Albinus <michael.albinus@gmx.de>
4269
4270 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4271 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4272 `tramp-unload'.
4273 (tramp-advice-make-auto-save-file-name)
4274 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4275 after removing the advice.
4276
6bdad9ae
DN
42772009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4278
2f7f4bee
DN
4279 * progmodes/grep.el (grep-regexp-alist):
4280 * international/mule-cmds.el (iso-2022-control-alist):
4281 * emacs-lisp/timer.el (timer-duration-words):
4282 * subr.el (version-separator, version-regexp-alist):
4283 * minibuffer.el (completion-styles-alist):
4284 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4285 Change defvars to defconsts.
4286
a042de45
DN
4287 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4288 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4289 * international/mule-conf.el: Allow to be byte compiled.
4290
3b6acc72
DN
4291 * international/mule.el (define-charset): Purecopy props.
4292 (load-with-code-conversion): Purecopy doc string and file name.
4293 (put-charset-property): Purecopy strings.
4294 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4295
1c2efdfb 4296 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4297 (define-char-code-property): Correctly purecopy the table.
4298
62591911
DN
4299 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4300
8b908da6
DN
4301 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4302
ff917d63
DN
4303 * subr.el (add-hook): Purecopy strings.
4304 (eval-after-load): Purecopy load-history-regexp and the form.
4305
af89cf77
DN
4306 * custom.el (custom-declare-group): Purecopy load-file-name.
4307
a3c20c83 4308 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4309 * net/eudc.el (eudc-tools-menu):
4310 * international/mule-cmds.el (set-coding-system-map)
4311 (mule-menu-keymap):
4312 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4313 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4314 * replace.el (occur-mode-map):
4315 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4316 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4317 (menu-bar-custom-menu, menu-bar-showhide-menu)
4318 (menu-bar-options-menu, menu-bar-tools-menu)
4319 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4320 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4321 (menu-bar-help-menu):
4322 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4323 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4324
6bdad9ae
DN
4325 * term/x-win.el (x-gtk-stock-map):
4326 * progmodes/vera-mode.el (auto-mode-alist):
4327 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4328 (inferior-lisp-program, inferior-lisp-load-command):
4329 * progmodes/hideshow.el (hs-special-modes-alist):
4330 * progmodes/gud.el (same-window-regexps):
4331 * progmodes/grep.el (grep-program, find-program, xargs-program):
4332 * net/telnet.el (same-window-regexps):
4333 * net/rlogin.el (same-window-regexps):
4334 * language/ethiopic.el (font-ccl-encoder-alist):
4335 * vc-sccs.el (vc-sccs-master-templates):
4336 * vc-rcs.el (vc-rcs-master-templates):
4337 * subr.el (cl-assertion-failed):
4338 * simple.el (next-error-overlay-arrow-position):
4339 * lpr.el (lpr-command):
4340 * locate.el (locate-ls-subdir-switches):
4341 * info.el (same-window-regexps, info)
4342 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4343 * image-mode.el (image-mode, auto-mode-alist):
4344 * hippie-exp.el (hippie-expand-ignore-buffers):
4345 * format.el (format-alist):
4346 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4347 (find-name-arg):
4348 * facemenu.el (facemenu-keybindings):
4349 * dired.el (dired-listing-switches, dired-chown-program):
4350 * diff.el (diff-switches, diff-command):
4351 * cus-edit.el (same-window-regexps):
4352 * bindings.el (mode-line-mule-info)
4353 (mode-line-buffer-identification): Purecopy strings.
4354
e0987650
JL
43552009-11-11 Juri Linkov <juri@jurta.org>
4356
3570691b 4357 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4358 Tell the byte-compiler about dired-get-filename.
4359 (shell-command): In Dired mode, get filename from the current line
4360 as the default value.
4361
b16ff465
GM
43622009-11-10 Glenn Morris <rgm@gnu.org>
4363
e8a11b22
GM
4364 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4365 * calendar/holidays.el, progmodes/cperl-mode.el:
4366 Update x-popup-menu declarations.
4367
b16ff465
GM
4368 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4369 (list-load-path-shadows): Use dolist.
4370 (list-load-path-shadows): Use with-current-buffer.
4371
032c3399
JL
43722009-11-10 Juri Linkov <juri@jurta.org>
4373
4374 * minibuffer.el (read-file-name): Support a list of default values
4375 in `default-filename'. Use the first file name where only one
4376 element is required. Doc fix.
4377
8fb1629f
MA
43782009-11-09 Michael Albinus <michael.albinus@gmx.de>
4379
4380 * net/dbus.el (dbus-unregister-object): Release service, if no
4381 other method is registered for it.
4382
a51203ee 43832009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4384
4385 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4386 bookmark-sort-flag is non-nil (Bug#4653).
4387
9bf7dc8a
CY
43882009-11-08 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4391 the progress reporter entirely.
4392
15207e74
CY
4393 * emulation/cua-base.el: Add CUA property to some CC mode commands
4394 (Bug#4100).
4395
8bf7ed70
KR
43962009-11-08 Kevin Ryde <user42@zip.com.au>
4397
4398 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4399 at end of sentence (Bug#4818).
8bf7ed70 4400
951802d0
CY
44012009-11-08 Jared Finder <jfinder@crypticstudios.com>
4402
4403 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4404 Handle "see declaration of" MSFT statements (Bug#4100).
4405
e8244310
MA
44062009-11-08 Michael Albinus <michael.albinus@gmx.de>
4407
4408 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4409 (tramp-advice-file-expand-wildcards): Unload via
4410 `ad-remove-advice'.
4411
4412 * net/trampver.el: Update release number.
4413
a51203ee 44142009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4415
4416 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4417 `ad-do-it'.
4418
a51203ee 44192009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4420
4421 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4422 in order to keep context in SELinux.
4423
bedd8a58
CY
44242009-11-08 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * dired-aux.el (dired-query): Place cursor in echo area and allow
4427 C-g.
4428
4429 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4430 menu item if not on a directory (Bug#4701).
4431
0484d600
MA
44322009-11-07 Michael Albinus <michael.albinus@gmx.de>
4433
4434 Sync with Tramp 2.1.17.
4435
4436 * net/tramp.el (tramp-handle-copy-directory): Don't use
4437 `file-remote-p' (due to compatibility).
4438
4439 * net/tramp-compat.el (tramp-compat-copy-directory)
4440 (tramp-compat-delete-directory): New defuns.
4441
4442 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4443 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4444 `tramp-compat-delete-directory'.
4445
4446 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 4447 (tramp-smb-handle-delete-directory): Use
0484d600
MA
4448 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4449
4450 * net/trampver.el: Update release number.
4451
b42b2189
CY
44522009-11-07 Chong Yidong <cyd@stupidchicken.com>
4453
6960d7b9
CY
4454 * tar-mode.el (tar-copy): Call write-region on the right buffer
4455 (Bug#4857).
4456
b42b2189
CY
4457 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4458 by hand, if necessary (Bug#4878).
4459
0ad57dfd
CY
44602009-11-06 Chong Yidong <cyd@stupidchicken.com>
4461
d19e23ae
CY
4462 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4463 align size column (Bug#4839).
4464
0ad57dfd
CY
4465 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4466 statement.
4467
0b7f397c
DN
44682009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4469
4470 * progmodes/ld-script.el (auto-mode-alist):
4471 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4472
4473 * cus-face.el (custom-declare-face): Purecopy face spec.
4474
495bd5ca
KH
44752009-11-06 Kenichi Handa <handa@m17n.org>
4476
4477 * international/uni-bidi.el: Re-generated.
4478 * international/uni-category.el: Re-generated.
4479 * international/uni-combining.el: Re-generated.
4480 * international/uni-mirrored.el: Re-generated.
4481
1e8780b1
DN
44822009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4483
4484 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4485 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4486 (tex-start-options, slitex-run-command, latex-run-command)
4487 (tex-run-command, tex-directory):
4488 * textmodes/ispell.el (ispell-html-skip-alists)
4489 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4490 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4491 (adaptive-fill-regexp):
4492 * textmodes/dns-mode.el (auto-mode-alist):
4493 * progmodes/python.el (interpreter-mode-alist):
4494 * progmodes/etags.el (tags-compression-info-list):
4495 * progmodes/etags.el (tags-file-name):
4496 * net/browse-url.el (browse-url-galeon-program)
4497 (browse-url-firefox-program):
4498 * mail/sendmail.el (mail-signature-file)
4499 (mail-citation-prefix-regexp):
4500 * international/mule-conf.el (eight-bit):
4501 * international/latexenc.el (latex-inputenc-coding-alist):
4502 * international/fontset.el (x-pixel-size-width-font-regexp):
4503 * emacs-lisp/warnings.el (warning-type-format):
4504 * emacs-lisp/trace.el (trace-buffer):
4505 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4506 (emacs-lisp-mode-map):
4507 * calendar/holidays.el (holiday-solar-holidays)
4508 (holiday-bahai-holidays, holiday-islamic-holidays)
4509 (holiday-christian-holidays, holiday-hebrew-holidays)
4510 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4511 (hebrew-holidays-1, holiday-oriental-holidays)
4512 (holiday-general-holidays):
4513 * x-dnd.el (x-dnd-known-types):
4514 * tool-bar.el (tool-bar):
4515 * startup.el (site-run-file):
4516 * shell.el (shell-dumb-shell-regexp):
4517 * rfn-eshadow.el (file-name-shadow-tty-properties)
4518 (file-name-shadow-properties):
4519 * paths.el (remote-shell-program, news-directory):
4520 * mouse.el ([C-down-mouse-3]):
4521 * menu-bar.el (menu-bar-tools-menu):
4522 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4523 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4524 (jka-compr-compression-info-list):
4525 * isearch.el (search-whitespace-regexp):
4526 * image-file.el (image-file-name-extensions):
4527 * find-dired.el (find-ls-option):
4528 * files.el (directory-listing-before-filename-regexp)
4529 (directory-free-space-args, insert-directory-program)
4530 (list-directory-brief-switches, magic-fallback-mode-alist)
4531 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4532 (automount-dir-prefix):
4533 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4534 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4535 (face-font-registry-alternatives, face-font-registry-alternatives)
4536 (face-font-family-alternatives):
4537 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4538 (facemenu-foreground-menu, facemenu-face-menu):
4539 * epa-hook.el (epa-file-name-regexp):
4540 * dnd.el (dnd-protocol-alist):
4541 * textmodes/rst.el (auto-mode-alist):
a51203ee 4542 * button.el (default-button): Purecopy strings.
1e8780b1 4543
0adae11f
GM
45442009-11-06 Glenn Morris <rgm@gnu.org>
4545
4546 * Makefile.in (ELCFILES): Update.
4547
2adaf057
SM
45482009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4549
8f72f03c
SM
4550 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4551 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4552
2adaf057
SM
4553 * nxml/xsd-regexp.el (xsdre-gen-categories):
4554 * nxml/xmltok.el (xmltok-parse-entity):
4555 * nxml/rng-parse.el (rng-parse-validate-file):
4556 * nxml/rng-maint.el (rng-format-manual)
4557 (rng-manual-output-force-new-line):
4558 * nxml/rng-loc.el (rng-save-schema-location-1):
4559 * nxml/rng-cmpct.el (rng-c-parse-file):
4560 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4561 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4562
14862301
SM
45632009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4564
bf0b361c 4565 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
4566 Remove extra save-excursions and make-variable-buffer-local's.
4567 Suggested by Stefan Monnier.
4568
4569 (verilog-getopt-file, verilog-module-inside-filename-p)
4570 (verilog-set-define): Merge GNU 1.35 and repair changes from
4571 switching to using with-current-buffer.
4572
4573 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4574 being treated as a number and confusing AUTORESET.
4575 Reported by Dan Dever.
4576
4577 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4578 Add verilog-auto-ignore-concat to fix backward compatibility with
4579 older verilog-modes. Reported by Dan Katz.
4580
4581 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4582 containing closing anchors "...$".
4583
4584 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4585 Reported by Wade Smith.
4586
48c2d18a 4587 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
4588
45892009-11-05 Michael McNamara <mac@mail.brushroad.com>
4590
bf0b361c
JB
4591 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4592 for labels.
14862301
SM
4593
4594 (verilog-label-re, verilog-calc-1): Support proper indent of named
4595 asserts.
4596
4597 (verilog-backward-token, verilog-basic-complete-re)
4598 (verilog-beg-of-statement, verilog-indent-re): Support proper
4599 indent of the assert statement at the beginning of a block of text.
4600
4601 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4602 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4603 tokens as begins.
4604
4f8f657f
GM
46052009-11-05 Glenn Morris <rgm@gnu.org>
4606
775adc51
GM
4607 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4608 Emacs 19. (Bug#1531)
4609 (byte-compile-fix-header): Update for the above change.
4610 Drop test for epoch::version.
4611
4ad6a5e7 4612 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
4613 * cus-dep.el (custom-make-dependencies):
4614 * finder.el (finder-compile-keywords):
4615 Use autoload-rubric's feature argument.
4ad6a5e7 4616
4f8f657f
GM
4617 * calendar/diary-lib.el (top-level): Make load behave more like require.
4618
881e4184
GM
4619 * vc-git.el (vc-git-stash-map): Move definition before use.
4620
ba214964 46212009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4622
b6f8ba09
DN
4623 * custom.el (custom-declare-group): Purecopy standard-value.
4624 (custom-declare-group): Purecopy custom-prefix.
4625
7fdbcd83
SM
4626 * international/mule.el (load-with-code-conversion):
4627 Call do-after-load-evaluation unconditionally.
eb6f577b 4628
f6195dfb
DN
4629 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4630
56f14120
SM
46312009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4634
e5c89ce9
GM
46352009-11-04 Glenn Morris <rgm@gnu.org>
4636
4637 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4638 (byte-compile-compatibility): Remove option.
4639 (byte-compile-close-variables, byte-compile-fix-header)
4640 (byte-compile-insert-header, byte-compile-output-docform)
4641 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4642 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4643 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4644 (byte-compile-insert, byte-compile-defun):
4645 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4646 (byte-defop-compiler19): Remove.
4647 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4648 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4649
e24f42ab
JL
46502009-11-04 Juri Linkov <juri@jurta.org>
4651
4652 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4653 (menu-bar-options-menu): Don't quote the `prop' arg of
4654 `menu-bar-make-mm-toggle'.
4655
d3d5f4f5
JB
46562009-11-04 Juanma Barranquero <lekktu@gmail.com>
4657
4658 * calendar/calendar.el (cal-loaddefs):
4659 * calendar/diary-lib.el (diary-loaddefs):
4660 * calendar/holidays.el (hol-loaddefs):
4661 * eshell/esh-module.el (esh-groups): Load rather than require.
4662
6e39d3b2
SM
46632009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4664
e96d62cd
SM
4665 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4666 point-min==1.
7e83e8b4
SM
4667 (todo-top-priorities): Only display-buffer when called interactively.
4668 (todo-item-start): Don't save excursion point.
4669 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4670 (todo-insert-item-here, todo-file-item, todo-remove-item):
4671 Adjust uses of todo-item-start and todo-item-end.
4672
fae4e5b9
SM
4673 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4674 (autoload-rubric): Don't use any more.
4675 * cedet/semantic/fw.el (semantic/loaddefs):
4676 * cedet/srecode.el (srecode/loaddefs):
4677 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4678 * cedet/ede/cpp-root.el:
4679 * cedet/ede/emacs.el:
4680 * cedet/ede/files.el:
4681 * cedet/ede/linux.el:
4682 * cedet/ede/locate.el:
4683 * cedet/ede/make.el:
4684 * cedet/ede/shell.el:
4685 * cedet/ede/speedbar.el:
4686 * cedet/ede/system.el:
4687 * cedet/ede/util.el:
4688 * cedet/semantic/analyze.el:
4689 * cedet/semantic/bovine.el:
4690 * cedet/semantic/complete.el:
4691 * cedet/semantic/ctxt.el:
4692 * cedet/semantic/db-file.el:
4693 * cedet/semantic/db-find.el:
4694 * cedet/semantic/db-global.el:
4695 * cedet/semantic/db-mode.el:
4696 * cedet/semantic/db-typecache.el:
4697 * cedet/semantic/db.el:
4698 * cedet/semantic/debug.el:
4699 * cedet/semantic/dep.el:
4700 * cedet/semantic/doc.el:
4701 * cedet/semantic/edit.el:
4702 * cedet/semantic/find.el:
4703 * cedet/semantic/format.el:
4704 * cedet/semantic/html.el:
4705 * cedet/semantic/ia-sb.el:
4706 * cedet/semantic/ia.el:
4707 * cedet/semantic/idle.el:
4708 * cedet/semantic/lex-spp.el:
4709 * cedet/semantic/lex.el:
4710 * cedet/semantic/mru-bookmark.el:
4711 * cedet/semantic/scope.el:
4712 * cedet/semantic/senator.el:
4713 * cedet/semantic/sort.el:
4714 * cedet/semantic/symref.el:
4715 * cedet/semantic/tag-file.el:
4716 * cedet/semantic/tag-ls.el:
4717 * cedet/semantic/tag-write.el:
4718 * cedet/semantic/tag.el:
4719 * cedet/semantic/util-modes.el:
4720 * cedet/semantic/analyze/complete.el:
4721 * cedet/semantic/analyze/refs.el:
4722 * cedet/semantic/bovine/c.el:
4723 * cedet/semantic/bovine/gcc.el:
4724 * cedet/semantic/bovine/make.el:
4725 * cedet/semantic/bovine/scm.el:
4726 * cedet/semantic/decorate/include.el:
4727 * cedet/semantic/decorate/mode.el:
4728 * cedet/semantic/symref/cscope.el:
4729 * cedet/semantic/symref/global.el:
4730 * cedet/semantic/symref/grep.el:
4731 * cedet/semantic/symref/idutils.el:
4732 * cedet/semantic/symref/list.el:
4733 * cedet/semantic/wisent/java-tags.el:
4734 * cedet/semantic/wisent/javascript.el:
4735 * cedet/srecode/compile.el:
4736 * cedet/srecode/cpp.el:
4737 * cedet/srecode/document.el:
4738 * cedet/srecode/el.el:
4739 * cedet/srecode/expandproto.el:
4740 * cedet/srecode/getset.el:
4741 * cedet/srecode/insert.el:
4742 * cedet/srecode/java.el:
4743 * cedet/srecode/map.el:
4744 * cedet/srecode/mode.el:
4745 * cedet/srecode/template.el:
4746 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4747 generated-autoload-feature.
4748
6e39d3b2
SM
4749 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4750 and only put a prop if it is non-nil.
4751
c9753fb4
JL
47522009-11-03 Juri Linkov <juri@jurta.org>
4753
4754 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4755 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4756
4757 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4758 and "Menu" to make top-level menu item visually one unit (like
4759 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4760 multi-word menu items). Fix :help string for quit-window.
4761
db04f33f
GM
47622009-11-03 Glenn Morris <rgm@gnu.org>
4763
df8fff6c
GM
4764 * cedet/mode-local.el (with-mode-local): Doc fix.
4765
2aea6521
GM
4766 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4767 (byte-compile-file-form-define-abbrev-table)
4768 (byte-compile-file-form-custom-declare-variable)
4769 (byte-compile-variable-ref, byte-compile-defvar):
4770 Whether or not a warning is enabled should only affect whether we issue
4771 the warning, not whether or not we collect the relevant data.
4772 Eg warnings can be turned on and off throughout the course of a file.
4773
db04f33f
GM
4774 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4775 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4776
937e6a56
SM
47772009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4780 * play/mpuz.el (mpuz-create-buffer):
4781 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4782 (lm-print-y,s,noise, lm-print-w0, lm-init):
4783 * play/gomoku.el (gomoku-prompt-for-move):
4784 * play/fortune.el (fortune-in-buffer):
4785 * play/dissociate.el (dissociated-press):
4786 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 4787 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
4788 * mail/supercite.el (sc-eref-show):
4789 * mail/smtpmail.el (smtpmail-send-it):
4790 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4791 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4792 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4793 (rmail-summary-goto-msg, rmail-summary-expunge)
4794 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4795 (rmail-summary-add-label, rmail-summary-output-menu)
4796 (rmail-summary-output-body):
4797 * mail/rfc822.el (rfc822-addresses):
4798 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4799 * mail/mailpost.el (post-mail-send-it):
4800 * mail/hashcash.el (hashcash-generate-payment):
4801 * mail/feedmail.el (feedmail-run-the-queue)
4802 (feedmail-queue-send-edit-prompt-help-first)
4803 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4804 (feedmail-deduce-address-list):
4805 * eshell/esh-ext.el (eshell-remote-command):
4806 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4807 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4808 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4809 (viper-save-string-in-file, viper-valid-marker):
4810 * emulation/viper-keym.el (viper-toggle-key):
4811 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4812 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4813 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4814 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4815 (viper-exec-form-in-emacs, viper-brac-function):
4816 * emulation/viper.el (viper-delocalize-var):
4817 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4818 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4819 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4820 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4821 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4822 * emulation/edt.el (edt-electric-helpify):
4823 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4824 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4825 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4826 (cua-indent-to-global-mark-column):
4827 * calendar/diary-lib.el (calendar-mark-1):
4828 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4829 Use with-current-buffer.
4830 * emulation/viper.el (viper-delocalize-var): Use dolist.
4831
5b955562
CY
48322009-11-03 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * comint.el (comint-replace-by-expanded-history-before-point):
4835 Replace !! with the previous input string literally (Bug#1795).
4836
6292c599
JB
48372009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4838
4839 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4840 to be made up of whitespace.
4841
8368c14e
CY
48422009-11-02 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * minibuffer.el (read-file-name): Don't use file dialogs for
4845 remote directories (Bug#99).
4846
6f750f0d
CY
48472009-11-01 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4850
97ab3f47
AS
48512009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4852
4853 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4854 instead of deleting the window or frame.
4855
673c1168
CY
48562009-10-31 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4859 Support face colors.
4860
937e6a56
SM
4861 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4862 New function. Support face colors (Bug#1168).
673c1168
CY
4863 (tex-common-initialization): Use it.
4864
4865 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4866 mode allows it (Bug#1168).
4867
c9349f0a
CY
48682009-10-31 Juri Linkov <juri@jurta.org>
4869
4870 * facemenu.el (list-colors-display): Don't mark buffer as
4871 modified (Bug#3948).
4872
ebf5c4f5
CY
48732009-10-31 Chong Yidong <cyd@stupidchicken.com>
4874
5c2dce75
CY
4875 * international/mule-diag.el (list-character-sets-1): Minor
4876 message fix (Bug#3526).
4877
26581f0e
CY
4878 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4879 face property (Bug#4834).
4880 (etags-list-tags, etags-tags-apropos-additional)
4881 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4882 property.
4883
ebf5c4f5
CY
4884 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4885 items.
4886
4887 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4888 items.
4889
4890 * cedet/ede.el (ede-minor-mode):
4891 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4892
9a529312
SM
48932009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * textmodes/two-column.el (2C-split):
4896 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4897 * textmodes/tex-mode.el (tex-set-buffer-directory):
4898 * textmodes/spell.el (spell-region, spell-string):
4899 * textmodes/reftex.el (reftex-erase-buffer):
4900 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4901 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4902 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4903 (reftex-select-item):
4904 * textmodes/reftex-ref.el (reftex-label-info-update)
4905 (reftex-offer-label-menu):
4906 * textmodes/reftex-index.el (reftex-index-change-entry)
4907 (reftex-index-phrases-info):
4908 * textmodes/reftex-global.el (reftex-create-tags-file)
4909 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4910 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4911 (reftex-view-crossref-from-bibtex):
4912 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4913 (reftex-extract-bib-entries-from-thebibliography)
4914 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4915 * textmodes/refbib.el (r2b-capitalize-title):
4916 (r2b-convert-buffer, r2b-help):
4917 * textmodes/page-ext.el (pages-directory)
4918 (pages-directory-goto-with-mouse):
4919 * textmodes/bibtex.el (bibtex-validate-globally):
4920 * textmodes/bib-mode.el (bib-capitalize-title):
4921 * textmodes/artist.el (artist-clear-buffer, artist-system):
4922 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4923 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4924 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4925 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4926 (xscheme-send-control-g-interrupt, xscheme-start-process)
4927 (xscheme-process-sentinel, xscheme-cd):
4928 * progmodes/verilog-mode.el (verilog-read-always-signals)
4929 (verilog-set-define, verilog-getopt-file)
4930 (verilog-module-inside-filename-p):
4931 * progmodes/sh-script.el:
4932 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4933 (python-pdbtrack-grub-for-buffer, python-execute-file):
4934 * progmodes/octave-inf.el (inferior-octave):
4935 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4936 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4937 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4938 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4939 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4940 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4941 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4942 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4943 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4944 (idlwave-shell-examine-display, idlwave-shell-run-region)
4945 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4946 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4947 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4948 (idlwave-help-get-help-buffer):
4949 * progmodes/gud.el (gud-basic-call, gud-find-class)
4950 (gud-tooltip-activate-mouse-motions-if-enabled):
4951 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4952 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4953 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4954 (ebrowse-tags-next-file):
4955 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4956 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4957 (ebnf-eps-finish-and-write):
4958 * progmodes/cpp.el (cpp-edit-save):
4959 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4960 * progmodes/cc-defs.el (c-emacs-features):
4961 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4962 (antlr-directory-dependencies):
4963 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4964 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4965 (ada-find-any-references, ada-make-filename-from-adaname)
4966 (ada-make-body-gnatstub):
4967 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 4968 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
4969 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4970 * net/rcirc.el (rcirc-debug):
4971 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4972 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4973 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4974 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 4975 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
4976 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4977 (newsticker--treeview-list-clear-highlight)
4978 (newsticker--treeview-list-update-highlight)
4979 (newsticker--treeview-list-highlight-start)
4980 (newsticker--treeview-tree-update-highlight)
4981 (newsticker--treeview-get-selected-item)
4982 (newsticker-treeview-mark-list-items-old)
4983 (newsticker--treeview-set-current-node):
4984 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4985 * net/newst-backend.el (newsticker--get-news-by-funcall)
4986 (newsticker--get-news-by-wget, newsticker--image-get)
4987 (newsticker--image-sentinel):
4988 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4989 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4990 (eudc-ph-close-session):
4991 * net/eudc.el (eudc-save-options):
4992 * language/thai-word.el (thai-update-word-table):
4993 * language/japan-util.el (japanese-string-conversion):
4994 * international/titdic-cnv.el (tsang-quick-converter)
4995 (ziranma-converter, ctlau-converter):
4996 * international/mule-cmds.el (describe-language-environment):
4997 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4998 (skkdic-convert-postfix, skkdic-convert-prefix):
4999 (skkdic-convert-okuri-nasi, skkdic-convert):
5000 * emacs-lisp/re-builder.el (reb-update-overlays):
5001 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5002 * emacs-lisp/gulp.el (gulp-send-requests):
5003 * emacs-lisp/find-gc.el (trace-call-tree):
5004 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5005 (eieio-describe-generic):
5006 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5007 * emacs-lisp/edebug.el (edebug-outside-excursion):
5008 * emacs-lisp/debug.el (debugger-make-xrefs):
5009 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5010 * emacs-lisp/chart.el (chart-new-buffer):
5011 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5012 Use with-current-buffer.
5013 * textmodes/artist.el (artist-system): Don't call
5014 copy-sequence on a fresh string.
5015 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5016
d566f228
GM
50172009-10-31 Stephen Berman <stephen.berman@gmx.net>
5018
5019 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5020 is no item to edit. (Bug#4820)
d566f228 5021 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5022 buffer. (Bug#4820)
d566f228 5023
f3628edd
GM
50242009-10-31 Glenn Morris <rgm@gnu.org>
5025
5cf3709c
GM
5026 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5027 (comint-last-output-start, comint-last-input-start)
5028 (comint-last-input-end): Don't defvar when compiling.
5029 (ange-ftp-process-file): Use bound-and-true-p.
5030
4c814fd2
GM
5031 * pcmpl-rpm.el (top-level): Move provide statement to end.
5032 (pcmpl-rpm): Remove unused custom group.
5033
113b8dcc
GM
5034 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5035
31c615e4
GM
5036 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5037
416d3588
GM
5038 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5039 (byte-compile-warnings): Add `constants' as an option.
5040 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5041 (display-call-tree): Update for byte-compile-fdefinition possibly
5042 returning `(macro lambda ...)'. (Bug#4778)
5043 (byte-compile-variable-ref, byte-compile-setq-default):
5044 Respect `constants' member of byte-compile-warnings.
5045
8aedfd3b
GM
5046 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5047 Use mapc rather than mapcar because the return value is never used.
5048
f3628edd
GM
5049 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5050 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5051 * cedet/semantic/html.el:
5052 Suppress harmless warnings about setting up semantic-imenu (not
5053 part of Emacs) variables.
5054
00f71f39
SM
50552009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5058 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5059 to "submit:".
5060
4fa4a838
SM
5061 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5062 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5063 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5064 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5065 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5066 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5067 (semantic-analyzer-debug-global-symbol)
5068 (semantic-analyzer-debug-missing-innertype)
5069 (semantic-analyzer-debug-insert-include-summary):
5070 * cedet/semantic/util.el (semantic-file-tag-table):
5071 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5072 (semantic-recursive-find-nonterminal-by-name):
5073 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5074 * cedet/semantic/tag-file.el (semantic-prototype-file):
5075 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5076 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5077 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5078 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5079 (semantic-idle-summary-maybe-highlight):
5080 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5081 (semantic-ia-sb-tag-info):
5082 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5083 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5084 * cedet/semantic/ede-grammar.el (project-compile-target):
5085 (ede-proj-makefile-insert-variables):
5086 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5087 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5088 (semantic-debug-mode, semantic-debug):
5089 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5090 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5091 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5092 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5093 (semanticdb-find-translate-path-includes--internal)
5094 (semanticdb-reset-log, semanticdb-find-log-activity):
5095 * cedet/semantic/db-file.el (object-write):
5096 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5097 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5098 (semanticdb-create-ebrowse-database):
5099 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5100 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5101 (semantic-collector-calculate-completions-raw)
5102 (semantic-complete-read-tag-analyzer):
5103 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5104 * cedet/ede/util.el (ede-update-version-in-source):
5105 * cedet/ede/proj.el (project-delete-target):
5106 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5107 (ede-proj-flush-autoconf):
5108 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5109 (ede-proj-configure-synchronize):
5110 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5111 * cedet/ede/linux.el (ede-linux-version):
5112 * cedet/ede/emacs.el (ede-emacs-version):
5113 * cedet/ede/dired.el (ede-dired-add-to-target):
5114 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5115 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5116 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5117 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5118 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5119 (cedet-idutils-version-check):
5120 * cedet/cedet-global.el (cedet-gnu-global-call):
5121 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5122 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5123 * cedet/cedet-cscope.el (cedet-cscope-call)
5124 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5125 Use with-current-buffer.
5126 * cedet/ede.el (ede-make-project-local-variable)
5127 (ede-set-project-variables, ede-set): Use dolist.
5128
ca0a881a
DN
51292009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5130
5131 * textmodes/ispell.el (ispell-skip-region-alist):
5132 * international/mule-conf.el (eight-bit):
5133 * international/fontset.el (font-encoding-alist):
5134 * startup.el (pure-space-overflow-message):
5135 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5136 * paths.el (gnus-nntp-service, rmail-spool-directory)
5137 (term-file-prefix):
5138 * files.el (save-some-buffers-action-alist):
5139 * cmuscheme.el (same-window-buffer-names):
5140 * ielm.el (same-window-buffer-names):
5141 * shell.el (same-window-buffer-names):
5142 * mail/sendmail.el (same-window-buffer-names):
5143 * progmodes/inf-lisp.el (same-window-buffer-names):
5144 * bindings.el (mode-line-client)
5145 (mode-line-column-line-number-mode-map):
5146 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5147 (tibetan-precomposed-regexp): Purecopy string arguments.
5148
b861e45e
SM
51492009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5150
6df9b6d7
SM
5151 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5152 (calcDigit-nondigit):
5153 * calc/calc-yank.el (calc-copy-to-buffer):
5154 * calc/calc-units.el (calc-invalidate-units-table):
5155 * calc/calc-trail.el (calc-trail-yank):
5156 * calc/calc-store.el (calc-insert-variables):
5157 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5158 * calc/calc-prog.el (calc-read-parse-table):
5159 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5160 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5161 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5162 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5163 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5164 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5165 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5166 * calc/calc-ext.el (calc-realign):
5167 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5168 (calc-embedded-finish-edit, calc-embedded-make-info)
5169 (calc-embedded-finish-command, calc-embedded-stack-change):
5170 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5171
5a916e35
SM
5172 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5173 (overload-docstring-extension): Use that info.
5174 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5175 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5176 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5177 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5178 (semantic-nonterminal-full-name): Add the new `when' info.
5179 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5180 `assert'.
5181
70f44c65
SM
5182 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5183 shell-dynamic-complete-filename in preference to
5184 comint-dynamic-complete-filename.
5185
b861e45e
SM
5186 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5187 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5188 Don't consider whether the display supports colors.
5189 (bookmark-import-new-list): Use dolist.
5190 (bookmark-bmenu-mode-map): Move initialization into declaration.
5191 (bookmark-bmenu-list): Use dolist, simplify.
5192 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5193 (menu-bar-final-items): Use push.
5194
8549241d 51952009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5196
5197 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5198 it works on remote files.
5199 (vc-hg-diff): Don't pass any `--cwd' argument.
5200
30644573
KR
52012009-10-27 Kevin Ryde <user42@zip.com.au>
5202
cc63d28f
SM
5203 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5204 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5205 (Further to Bug#3921).
5206
9be01a63
MA
52072009-10-27 Michael Albinus <michael.albinus@gmx.de>
5208
5209 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5210 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5211 calling `tramp-imap-put-file'. Add file size to the call.
5212 (tramp-imap-get-file-entries): Compute also user name, file size,
5213 and date.
5214 (tramp-imap-handle-insert-directory): Insert uid and gid.
5215 (tramp-imap-handle-file-attributes): Transform uid and gid
5216 according to `id-format'.
5217 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5218 size in header X-Size.
5219
41849bf9
JB
52202009-10-26 Juanma Barranquero <lekktu@gmail.com>
5221
5222 * simple.el (transpose-subr): Give clearer error when the mark
5223 is not set. (Bug#4807)
5224
293c24f9
MA
52252009-10-26 Michael Albinus <michael.albinus@gmx.de>
5226
cc63d28f
SM
5227 * net/tramp.el (tramp-perl-file-truename): New defconst.
5228 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5229 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5230 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5231 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5232
cc63d28f
SM
5233 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5234 Ignore `dired-call-process'.
293c24f9
MA
5235 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5236
52372009-10-26 Julian Scheid <julians37@gmail.com>
5238
cc63d28f 5239 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5240 (tramp-get-remote-readlink): New defun.
5241 (tramp-handle-file-truename): Use it.
5242 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5243 file exists if cache value present.
48c2d18a 5244 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5245 (tramp-handle-file-readable-p): Use it.
5246 (tramp-handle-file-writable-p): Likewise.
5247 (tramp-handle-file-executable-p): Likewise.
5248 (tramp-handle-file-name-all-completions): Try using Perl to get
5249 partial completions. When perl not available, combine `cd' and
5250 `ls' into single remote operation and use shell expansion to get
5251 partial remote directory contents. Set `file-exists-p' cache for
5252 directory and any files returned by ls. Change cache handling to
5253 support partial directory contents. Use error message emitted by
5254 remote `cd' or Perl code for local tramp-error.
5255 (tramp-do-copy-or-rename-file-directly): Avoid separate
5256 tramp-send-command-and-check call.
cc63d28f
SM
5257 (tramp-handle-process-file): Merge three remote ops into one.
5258 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5259 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5260 file-attributes shows uid/gid to be set already.
5261
a7610c52
DN
52622009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5263
5264 * textmodes/tex-mode.el (tex-dvi-view-command)
5265 (tex-show-queue-command, tex-open-quote):
5266 * progmodes/ruby-mode.el (auto-mode-alist)
5267 (interpreter-mode-alist): Purecopy strings.
5268
5269 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5270
5271 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5272 string for the hook, keymap and abbrev table.
5273
5274 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5275
5276 * x-dnd.el (x-dnd-xdnd-to-action):
5277 * startup.el (fancy-startup-text, fancy-about-text): Change to
5278 defconst from defvar.
5279
5280 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5281
5282 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5283 Purecopy initialization strings.
5284
5285 * mail/sendmail.el (mail-header-separator)
5286 (mail-personal-alias-file):
5287 * mail/rmail.el (rmail-default-dont-reply-to-names)
5288 (rmail-ignored-headers, rmail-retry-ignored-headers)
5289 (rmail-highlighted-headers, rmail-secondary-file-directory)
5290 (rmail-secondary-file-regexp):
5291 * files.el (null-device, file-name-invalid-regexp)
5292 (locate-dominating-stop-dir-regexp)
cc63d28f 5293 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5294 (interpreter-mode-alist): Use mapcar instead of mapc.
5295
5296 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5297
5298 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5299 (completion-ignored-extensions):
5300 (debug-ignored-errors): Purecopy strings.
5301
4fcc3d32
SM
53022009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5303
0667de21
SM
5304 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5305 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5306 (pcomplete--here): Use push.
5307
4fcc3d32
SM
5308 * subr.el (all-completions): Declare the 4th arg obsolete.
5309
955ef430
SM
53102009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5311
2d085307
SM
5312 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5313 (pcomplete-unquote-argument): New function.
5314 (pcomplete--common-suffix): Always pay attention to case.
5315 (pcomplete--table-subvert): Quote and unquote the text.
5316 (pcomplete--common-quoted-suffix): New function.
5317 (pcomplete-std-complete): Use it and pcomplete-begin.
5318
955ef430
SM
5319 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5320 we're inside a dedicated or minibuffer window.
5321
4fcc3d32
SM
53222009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * cedet/semantic/fw.el (semantic-alias-obsolete)
5325 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5326 (define-mode-overload-implementation):
5327 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5328 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5329 * cedet/semantic/util.el (semantic-file-token-stream)
5330 (semantic-something-to-stream):
5331 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5332 (semantic-expand-nonterminal):
5333 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5334 (semantic-find-dependency, semantic-find-nonterminal)
5335 (semantic-find-dependency):
5336 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5337 (semantic-flex-text, semantic-flex-make-keyword-table)
5338 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5339 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5340 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5341 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5342 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5343 (semantic-after-idle-scheduler-reparse-hooks):
5344 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5345 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5346 * cedet/semantic.el (semantic-toplevel-bovine-table)
5347 (semantic-toplevel-bovine-cache)
5348 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5349 (semantic-init-mode-hooks, semantic-init-db-hooks)
5350 (semantic-bovination-working-type): Provide the `when' arg.
5351
7c85c02b
KF
53522009-10-24 Karl Fogel <kfogel@red-bean.com>
5353
5354 * bookmark.el: Update documentation, especially documentation
5355 of `bookmark-alist' and of the bookmark file format.
5356 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5357
3e8ae8a6
CY
53582009-10-24 Chong Yidong <cyd@stupidchicken.com>
5359
3e425845
CY
5360 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5361 keybindings apply to the mail buffer (Bug#4003). Shrink help
5362 window to buffer.
5363
cdd47d48
CY
5364 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5365 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5366 (whitespace-toggle-options, global-whitespace-toggle-options):
5367 Doc fix (Bug#3660).
cdd47d48 5368
ba07c9ad
CY
5369 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5370 of xmltok-start before the end tag was inserted (Bug#2840).
5371
3e8ae8a6
CY
5372 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5373 patterns that are preceded by an open-paren (Bug#1320).
5374
ab276820
CY
53752009-10-24 Sven Joachim <svenjoac@gmx.de>
5376
5377 * files.el (delete-directory): Delete symlinks to directories with
5378 delete-file (Bug#4739).
5379
86f1602f
CY
53802009-10-24 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5383 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5384 argument to make-obsolete.
5385
5386 * cedet/semantic/fw.el (semantic-alias-obsolete)
5387 (semantic-varalias-obsolete): Add optional WHEN argument.
5388
905a9ed3
DN
53892009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5390
a9a2a6db
DN
5391 * vc.el (vc-backend-for-registration): Rename from
5392 vc-get-backend-for-registration. Update callers.
5393
cc63d28f
SM
5394 * international/mule-cmds.el (set-language-info-alist):
5395 Purecopy lang-env.
905a9ed3
DN
5396 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5397 (charset): Purecopy the name.
5398 (define-char-code-property): Purecopy string arguments.
5399
5400 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5401 Purecopy string arguments.
5402
5403 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5404 * ediff-hook.el (menu-bar-ediff-menu):
5405 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5406 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5407
d270305a
GM
54082009-10-24 Glenn Morris <rgm@gnu.org>
5409
6c74d523 5410 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5411 * term.el (term-dynamic-list-completions): Use choose-completion rather
5412 than obsolete alias mouse-choose-completion.
5413
ae732337
GM
5414 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5415 file-cache-choose-completion.
5416 (file-cache-choose-completion): Handle an optional event argument.
5417 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5418
cc63d28f
SM
5419 * progmodes/octave-mod.el (octave-complete-symbol):
5420 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5421
9847dc91
GM
5422 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5423 use.
5424
e8f2a5d5
GM
5425 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5426 compiler.
5427
d270305a
GM
5428 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5429
c6432f1e
SM
54302009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5433 Ignore `pred' now that we receive one.
5434 Handle test-completion specially.
5435
6ab196f9
DN
54362009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5437
5438 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5439 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5440 REGISTER ...
5441 (vc-get-backend-for-registration): ... here. New function.
5442 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5443 of vc-responsible-backend, pass the file name instead of the
5444 directory name.
5445
48feed59
SM
54462009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5449 New funs.
5450 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5451 (pcomplete-comint-setup): Don't modify a global var via
5452 accidental side-effects.
5453 (pcomplete-shell-setup): Adjust call accordingly.
5454 (pcomplete-parse-comint-arguments): Use push.
5455
00006066
CY
54562009-10-23 Chong Yidong <cyd@stupidchicken.com>
5457
36bfa3af
CY
5458 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5459 Allow uncapitalized info node names (Bug#3921).
5460
00006066
CY
5461 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5462 to the DEBUG file (Bug#3781).
5463
aa311d6e
CY
54642009-10-23 Jari Aalto <jari.aalto@cante.net>
5465
5466 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5467 dictionary entry (Bug#4579).
5468
b88f2d0a
MA
54692009-10-23 Michael Albinus <michael.albinus@gmx.de>
5470
5471 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5472 from `rfn-eshadow-update-overlay-hook' when unloading.
5473 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5474 "rsyncc". Adjust doc string.
48c2d18a 5475 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5476 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5477 Keep temporary file when indicated by method ("rsync" and
5478 "rsyncc").
5479 (tramp-handle-write-region): Handle APPEND.
5480 (tramp-delete-temp-file-function): New defun. Added to
5481 `kill-buffer-hook'.
5482
1becddbb
JB
54832009-10-23 Juanma Barranquero <lekktu@gmail.com>
5484
5485 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5486
8f43cbf3
DN
54872009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5488
5489 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5490 (color-name-rgb-alist, tty-standard-colors)
5491 (tty-color-mode-alist): Change to defconst.
5492
5493 * simple.el (mark-inactive): Purecopy message.
5494
5495 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5496 (global-map, yank-menu):
5497 * textmodes/ispell.el (ispell-menu-map):
5498 * net/eudc.el (eudc-tools-menu):
5499 * international/mule-cmds.el (describe-language-environment-map)
5500 (setup-language-environment-map, set-coding-system-map)
5501 (mule-menu-keymap):
5502 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5503 * replace.el (occur-mode-map):
5504 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5505
1d228a31
JB
55062009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5507
5508 * calc/calc.el (math-read-number, math-read-number-simple): Use
5509 `save-match-data'.
5510
3b067af1
SM
55112009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5512
28a90c44
SM
5513 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5514 rather than fiddling with global-map bindings, since it should only
5515 affect per-terminal settings.
5516 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5517
a452eee8
SM
5518 * minibuffer.el (completion-table-with-terminator): Allow to specify
5519 the terminator-regexp.
5520
ab14d7d5
SM
5521 * simple.el (switch-to-completions): Look for *Completions* in other
5522 frames as well.
5523
3b067af1
SM
5524 * pcomplete.el: Allow the use of completion-tables.
5525 (pcomplete-std-complete): New command.
5526 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5527 (pcomplete--here): Use a function for `form' rather than an expression,
5528 so it can be byte-compiled.
5529 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5530 Add edebug declaration.
5531 (pcomplete-show-completions): Remove unused var `curbuf'.
5532 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5533 Don't assume `completions' is a list of strings any more.
3b067af1 5534
5480359e
JB
55352009-10-22 Juanma Barranquero <lekktu@gmail.com>
5536
5537 * find-dired.el (find-name-arg): Fix typo in docstring.
5538
3170b794
SM
55392009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5540
48c23a25
SM
5541 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5542 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5543
56b14058
SM
5544 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5545 pcomplete-entries.
5546
3170b794
SM
5547 * comint.el (comint-read-input-ring, comint-write-input-ring)
5548 (comint-substitute-in-file-name)
5549 (comint-dynamic-complete-as-filename)
5550 (comint-dynamic-simple-complete)
5551 (comint-dynamic-list-filename-completions)
5552 (comint-dynamic-list-completions)
5553 (comint-redirect-results-list-from-process): Minor simplifications.
5554
2affef34
KR
55552009-10-21 Kevin Ryde <user42@zip.com.au>
5556
3170b794
SM
5557 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5558 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5559 the first form. And insert a blank line after ";;; Code" since
d8194864 5560 that's usual style. (Bug#4612)
2affef34 5561
e7b94bbb
KR
5562 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5563
528c56e2
SM
55642009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * minibuffer.el (completion-table-with-terminator): Properly implement
5567 boundaries, in case `terminator' appears in the suffix.
5568 (completion--embedded-envvar-table): Don't return boundaries if
5569 there's no valid completion. Simplify.
5570 (completion-file-name-table): New completion table extracted from
5571 completion--file-name-table.
5572 (completion--file-name-table): Use it.
5573 (read-file-name-predicate): Declare obsolete.
5574 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5575 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5576 completion-file-name-table, and use the `pred' argument.
5577 * files.el (locate-file-completion-table): Use the `pred' arg rather
5578 than read-file-name-predicate.
5579 (abbreviate-file-name): Use \` rather than ^ for BOS.
5580
f9ed9b4f
DN
55812009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5582
5583 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5584 vc-responsible-backend to register, it causes problems.
5585
5f2022a3
SM
55862009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5589
8d106ea0
CY
55902009-10-21 Eric Ludlam <zappo@gnu.org>
5591
5592 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5593 (semantic-c-debug-mode-init-pch): New functions.
5594 (semantic-c-debug-mode-init-last-mode): New var.
5595 (semantic-c-parse-lexical-token): Use them.
5596
5597 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5598 When extracting the argument list, limit only by point-max.
5599
fc754ea1
MA
56002009-10-21 Michael Albinus <michael.albinus@gmx.de>
5601
5602 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5603 (tramp-smb-handle-file-attributes): Use it.
5604 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5605 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5606 `mapcar'. Use `tramp-smb-get-stat-capability'.
5607 Add `dired-filename' text properties.
fc754ea1
MA
5608 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5609 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5610 version.
5611
79bd5ba1
SM
56122009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * subr.el (read-key-delay): Reduce to 0.01.
5615 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5616 (bug#4751).
5617
3c13704d
SM
56182009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5619
554efd10
SM
5620 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5621
c2a37b78
SM
5622 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5623 (Info-menu): Remove unused vars `last' and `completions'.
5624 (Info-index-nodes): Remove unused var `node'.
5625
3c13704d
SM
5626 * info.el (Info-complete-menu-item): Use complete-with-action.
5627
d1e4c403
DN
56282009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5629
5630 Make vc-annotate work through copies and renames.
3c13704d
SM
5631 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5632 Return the file name too.
d1e4c403
DN
5633 (vc-annotate-revision-at-line)
5634 (vc-annotate-find-revision-at-line)
5635 (vc-annotate-revision-previous-to-line)
5636 (vc-annotate-show-log-revision-at-line): Update to get the file
5637 name from vc-annotate-extract-revision-at-line.
5638 (vc-annotate-show-diff-revision-at-line-internal): Change the
5639 argument to mean whether to show a file diff or not. Get the file
5640 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5641 (vc-annotate-show-diff-revision-at-line):
5642 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5643 (vc-annotate-warp-revision): Add an optional file argument.
5644
5645 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5646 (vc-git-annotate-extract-revision-at-line): Also return the file
5647 name if found.
5648
5649 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5650 command. Remove unused code.
5651 (vc-hg-annotate-re): Update to match --follow output.
5652 (vc-hg-annotate-extract-revision-at-line): Also return the file
5653 name if found.
5654
5655 * vc.el: Update annotate-extract-revision-at-line documentation.
5656
b0b0ef98
KR
56572009-10-18 Kevin Ryde <user42@zip.com.au>
5658
5659 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5660 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5661
a9e7f03d
KR
5662 * net/browse-url.el (browse-url): Identify alist with "consp and
5663 not functionp" and let all other things go down the `apply' leg,
5664 as suggested by Stefan. (Further to bug#4531.)
5665
7346a407
CY
56662009-10-18 Chong Yidong <cyd@stupidchicken.com>
5667
5668 * minibuffer.el (read-file-name): Check for repeat before putting
5669 a default argument in file-name-history (Bug#4657).
5670
5671 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5672 read syntax (Bug#4737).
5673
3c13704d 5674 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5675
1da94541
CY
56762009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5677
5678 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5679 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5680 entries and make note of obsolete tags.
5681
2b93080a
SM
56822009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5685
18b5ffb5
GM
56862009-10-18 Glenn Morris <rgm@gnu.org>
5687
5688 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5689 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5690 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5691 now, and in any case the file header format has changed.
5692
c2e161b2
GM
56932009-10-17 Glenn Morris <rgm@gnu.org>
5694
5695 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5696 (flyspell-get-word, flyspell-large-region)
5697 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5698
a1eb44f5
CY
56992009-10-17 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * Makefile.in (ELCFILES): Add ede/shell.
5702
4418646e
DN
57032009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5704
5705 * term/common-win.el (x-colors): Purecopy it.
5706
4062011e
SM
57072009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5710 permissive for when the buffer is empty.
5711 (tar-header-block-tokenize): Decode the username and groupname.
5712 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5713
67d3ffe4
CY
57142009-10-17 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * cedet/srecode/srt.el:
5717 * cedet/srecode/compile.el:
5718 * cedet/semantic/mru-bookmark.el:
5719 * cedet/semantic/debug.el:
5720 * cedet/semantic/complete.el:
5721 * cedet/semantic/analyze.el: Require CL when compiling.
5722
57232009-10-17 Eric Ludlam <zappo@gnu.org>
5724
5725 * cedet/semantic/scope.el
5726 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5727 tmpscope so that the regular scope will continue to work.
5728
4062011e
SM
5729 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5730 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5731
5732 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5733 contains multibyte characters, choose first applicable coding
5734 system automatically.
5735
5736 * cedet/ede/project-am.el (project-run-target): New method.
5737 (project-run-target): New method.
5738
5739 * cedet/ede.el (ede-target): Add run target menu item.
5740 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5741 (ede-run-target): New function.
5742 (ede-target::project-run-target): New method.
5743
5744 * cedet/ede/proj.el (project-run-target): New method.
5745
5746 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5747 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5748 Add :rules.
5749 (ede-proj-target-makefile-shared-object): Only libtool compilers
5750 now available. Add linkers for libtool.
5751 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5752 (ede-proj-makefile-target-name): Always use .la extension.
5753
5754 * cedet/ede/proj-prog.el (project-run-target): New method.
5755
4062011e 5756 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5757 (ede-g++-linker): Change Change link lines.
5758
4062011e
SM
5759 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5760 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5761 search backward from there.
5762 (ede-proj-makefile-automake-insert-subdirs)
5763 (ede-proj-makefile-automake-insert-extradist): New methods.
5764 (ede-proj-makefile-create): Use them.
5765
5766 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5767 Force FILE to expand to the current target. Use file-exists-p to
5768 check that it exists.
5769
5770 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
5771 (ede-linux-load): Wrap dir in file-name-as-directory.
5772 Set :version slot.
67d3ffe4
CY
5773
5774 * cedet/ede/files.el (ede-get-locator-object): When enabling
5775 locate, do so on "top".
5776
5777 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5778 file-name-as-directory during compare.
4062011e
SM
5779 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5780 Get version number from different places. Don't call egrep.
67d3ffe4
CY
5781 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5782 to set the directory.
5783
5784 * cedet/ede/shell.el: New file.
5785
5786 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5787 alpha/beta variants.
5788
2df48a87
SM
57892009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * international/mule-cmds.el (select-safe-coding-system): If the file
5792 has a coding cookie, use it regardless of any other setting (bug#4712).
5793
fd7dd48c
GM
57942009-10-17 Glenn Morris <rgm@gnu.org>
5795
547776f9
GM
5796 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5797 All errors should have messages.
5798
3ee0b477 5799 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
5800 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5801
2550e4b1
GM
5802 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5803 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5804 (dired-keep-marker-symlink, dired-dwim-target)
5805 (dired-copy-preserve-time): Do not autoload these defcustoms.
5806
fd7dd48c
GM
5807 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5808 messages from messing up the file coding. (Bug#4623)
5809
f3e3a990
GM
58102009-10-17 Jari Aalto <jari.aalto@cante.net>
5811
5812 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5813 if no match is found for the current dictionary. (Bug#4578)
5814
5815 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5816 optional, since that is how it is documented, and this is often called
5817 with a nil argument. (Bug#4577)
5818 (flyspell-external-point-words, flyspell-auto-correct-word)
5819 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5820 (flyspell-word-search-backward): Remove nil argument in calls to
5821 flyspell-get-word, since it is not needed now.
5822
58232009-10-17 Ulrich Mueller <ulm@gentoo.org>
5824
1becddbb 5825 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 5826
b61374ab
GM
58272009-10-16 Glenn Morris <rgm@gnu.org>
5828
5829 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5830
412707c2
SM
58312009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5832
5833 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5834 (ange-ftp-file-size): New function.
5835 (ange-ftp-file-attributes): Use it.
5836
0c6f436e
MA
58372009-10-16 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * net/tramp-smb.el (tramp-smb-version): New defvar.
5840 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5841 repeated checks.
5842
850bfd04
GM
58432009-10-16 Glenn Morris <rgm@gnu.org>
5844
5845 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5846 Maybe copy some custom properties from old to new name. (Bug#4706)
5847
f3ed9aca
JB
58482009-10-16 Juanma Barranquero <lekktu@gmail.com>
5849
5850 * subr.el (error, sit-for, start-process-shell-command)
5851 (start-file-process-shell-command): Set the calling convention
5852 after the function definition.
5853
fd6c5134
SM
58542009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * subr.el (error, sit-for, start-process-shell-command)
5857 (start-file-process-shell-command): Use the new
5858 set-advertised-calling-convention feature.
5859
73874eb7
KH
58602009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5861
fd6c5134
SM
5862 * international/ucs-normalize.el (ucs-normalize-version):
5863 Change to 1.2.
5864 (check-range): Adjust for Unicode 5.2.
73874eb7 5865
03fb33cf
JL
58662009-10-15 Juri Linkov <juri@jurta.org>
5867
5868 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5869 to the `menu-item' format.
5870
4260b402
MA
58712009-10-15 Michael Albinus <michael.albinus@gmx.de>
5872
5873 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5874 if the environment variable does not exist.
5875
5876 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5877 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5878 parameter.
5879 (tramp-smb-handle-add-name-to-file)
5880 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5881 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5882 (tramp-smb-handle-file-attributes)
5883 (tramp-smb-do-file-attributes-with-stat)
5884 (tramp-smb-handle-file-local-copy)
5885 (tramp-smb-handle-insert-directory)
5886 (tramp-smb-handle-make-directory)
5887 (tramp-smb-handle-make-directory-internal)
5888 (tramp-smb-handle-make-symbolic-link)
5889 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5890 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5891 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5892 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5893 Handle long file names.
5894 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5895 process is running.
5896 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5897 Read share names with "-g" option.
5898
d7a0fd6f
GM
58992009-10-15 Ryan Yeske <rcyeske@gmail.com>
5900
5901 * net/rcirc.el (rcirc-view-log-file): New command.
5902 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5903 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5904 specified.
5905
0b44494a
GM
59062009-10-15 Glenn Morris <rgm@gnu.org>
5907
af9fb32f
GM
5908 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5909 from the second command-line argument.
5910 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5911 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5912 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5913 w32-batch-update-autoloads.
5914 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5915 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5916
0b44494a
GM
5917 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5918 the headers cannot be located. Simplify, subtracting superflous
5919 save-excursions.
5920
d5e63715
SM
59212009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 Replace completion-base-size by completion-base-position to fix bugs
5924 such as (bug#4699).
5925 * simple.el (completion-base-position): New var.
5926 (completion-base-size): Mark as obsolete.
5927 (choose-completion): Make it work for mouse events as well.
5928 Pass the new base-position to choose-completion-string.
5929 (choose-completion-guess-base-position): New function, extracted from
5930 choose-completion-delete-max-match.
5931 (choose-completion-delete-max-match): Use it. Make obsolete.
5932 (choose-completion-string): Use the new base-position info.
5933 (completion-root-regexp): Delete.
5934 (completion-setup-function): Preserve completion-base-position.
5935 Eliminate obsolete base-size manipulation.
5936 * minibuffer.el (display-completion-list): Don't mess with base-size.
5937 (minibuffer-completion-help): Set completion-base-position instead.
5938 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5939 choose-completion.
5940 * textmodes/bibtex.el (bibtex-complete):
5941 * emacs-lisp/crm.el (crm--choose-completion-string):
5942 Adjust to new calling convention.
5943 * complete.el (partial-completion-mode): Use minibufferp to avoid
5944 bumping into incompatible change to choose-completion-string-functions.
5945 * ido.el (ido-choose-completion-string): Make its calling convention
5946 more permissive.
5947 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5948 base-size manipulation.
5949 (comint-dynamic-list-input-ring): Use dotimes and push.
5950 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5951 fundamental-mode. Use `or'.
5952
92f8bfc7
JL
59532009-10-14 Juri Linkov <juri@jurta.org>
5954
5955 * misearch.el (multi-isearch-next-buffer-from-list)
5956 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5957
e78e280d
SM
59582009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5959
384ca163
SM
5960 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5961 `bytecomp.el'.
5962
681e0e7c
SM
5963 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5964 string we return is all made up of text from the completions rather
5965 than part from the completions and part from the input (bug#4219).
5966
e78e280d
SM
5967 * ido.el (ido-everywhere): Use define-minor-mode.
5968
5969 * buff-menu.el (list-buffers, ctl-x-map):
5970 Mark the entry points with ;;;###autoload cookies.
5971
b4e813ca
DN
59722009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5973
52964e54
DN
5974 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5975 correctly in the detached head case.
5976 (vc-git-print-log): Remove unused binding.
5977
b4e813ca
DN
5978 * vc.el (vc-responsible-backend): When a directory is passed for
5979 for registration create a VC repository if no backend is
5980 responsible for the directory argument.
5981 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
5982
5983 * vc.el: Move comments about RCS and SCCS ...
5984 * vc-rcs.el:
5985 * vc-sccs.el: ... here, respectively.
5986
40ba9882
SM
59872009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * minibuffer.el (completion--file-name-table): Return nil if there's
5990 no file completion, even if substitute-in-file-name changed
5991 the string (bug#4708).
5992
04e0f59b
JL
59932009-10-13 Juri Linkov <juri@jurta.org>
5994
5995 * files-x.el (read-file-local-variable-value): Don't filter out
5996 minor modes from mode name completion (bug#4664).
5997
314c8e25
JB
59982009-10-13 Juanma Barranquero <lekktu@gmail.com>
5999
6000 * international/mule-cmds.el (ucs-names): Remove exclusion of
6001 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6002
5c9b7d36
KH
60032009-10-13 Kenichi Handa <handa@m17n.org>
6004
6005 * international/uni-name.el: Regenerated.
6006
1e7a80f2
JB
60072009-10-13 Juanma Barranquero <lekktu@gmail.com>
6008
6009 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6010 should be automatically buffer-local, but isn't.)
6011
cd29f88b
SS
60122009-10-12 Sam Steingold <sds@gnu.org>
6013
6014 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6015 timestamps if the buffer has been visited before.
0cd16af4
SS
6016 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6017 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6018
37493a98
GM
60192009-10-12 Glenn Morris <rgm@gnu.org>
6020
6021 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6022 Let-bind `size'.
6023
3b56b1e6
JB
60242009-10-12 Juanma Barranquero <lekktu@gmail.com>
6025
7422a4bb
JB
6026 * proced.el (proced-unload-function): New function.
6027
fa72d075
JB
6028 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6029 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6030 Doc fix.
6031
3b56b1e6
JB
6032 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6033
4d9b4323
JL
60342009-10-11 Juri Linkov <juri@jurta.org>
6035
6036 * files-x.el (read-file-local-variable-value):
6037 Provide default value only for bound variables (bug#4664).
6038
f6f7e059
MA
60392009-10-11 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6042 connection methods like smb.
6043
6044 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6045 can be empty.
6046
6047 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6048 (tramp-smb-file-name-handler-alist): Add handlers for
6049 `add-name-to-file', `make-symbolic-link'.
6050 (tramp-smb-handle-add-name-to-file)
2992485f 6051 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6052 (tramp-smb-handle-make-symbolic-link)
6053 (tramp-smb-get-cifs-capabilities): New defuns.
6054 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6055 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6056 (tramp-smb-handle-file-local-copy)
6057 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6058 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6059 The file name syntax depends on cifs capabilities.
6060 (tramp-smb-handle-file-attributes):
6061 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6062 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6063 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6064
67868d26
CY
60652009-10-11 Chong Yidong <cyd@stupidchicken.com>
6066
6067 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6068 (eieio-defclass): Apply deftype handler and setf-method properties
6069 directly.
6070 (eieio-add-new-slot): Avoid union function from cl library.
6071 (eieio--typep): New function.
6072 (eieio-perform-slot-validation): Use it.
6073
6d6a5b7e
KF
60742009-10-10 Karl Fogel <kfogel@red-bean.com>
6075
3b56b1e6 6076 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6077 Update documentation to refer to the variables documented in r1.135.
6078 (Bug#4188)
6079
67b70de9
KF
60802009-10-10 Karl Fogel <kfogel@red-bean.com>
6081
6082 * bookmark.el (Info-suffix-list): Remove this unused variable.
6083 (bookmark-current-point): Remove this obsolete variable.
6084 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6085 Adjust for removal of bookmark-current-point.
6086
6087 (bookmarks-already-loaded, bookmark-current-buffer)
6088 (bookmark-yank-point): Document. (Bug#4188)
6089
58ae51ae
GM
60902009-10-10 Glenn Morris <rgm@gnu.org>
6091
4619ff5e
GM
6092 * frame.el (frame-height): Doc fix.
6093
58ae51ae
GM
6094 * calendar/calendar.el (calendar-split-width-threshold): New option.
6095 (calendar-basic-setup): Use calendar-split-width-threshold.
6096
3b56b1e6 60972009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6098
3b56b1e6
JB
6099 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6100 Use .la for Automake.
d751f122 6101
fa63f49c
CY
61022009-10-09 Chong Yidong <cyd@stupidchicken.com>
6103
3b56b1e6
JB
6104 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6105 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6106
d364386c
JB
61072009-10-09 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6110 Ideographic Supplement" range (U+1F200..U+1F2FF).
6111
33e97a28
KF
61122009-10-09 Karl Fogel <kfogel@red-bean.com>
6113
02d0f051 6114 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6115 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6116
61172009-10-09 Karl Fogel <kfogel@red-bean.com>
6118
d364386c 6119 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6120 (bookmark-bmenu-execute-deletions): Don't save here, as
6121 bookmark-delete will now do so if necessary.
d364386c 6122 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6123 (Bug#4348)
6124
9656d87b
GM
61252009-10-09 Glenn Morris <rgm@gnu.org>
6126
6127 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6128
e6227f06
KF
61292009-10-09 Karl Fogel <kfogel@red-bean.com>
6130
6131 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6132 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6133 argument now, so the two function's behaviors will match. (Bug#3645)
6134
35c7e413
CY
61352009-10-08 Chong Yidong <cyd@stupidchicken.com>
6136
4f54db4b
CY
6137 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6138 Fix filename test.
35c7e413
CY
6139 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6140 to expand file names.
6141
288f783b
MA
61422009-10-08 Michael Albinus <michael.albinus@gmx.de>
6143
6144 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6145 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6146 Apply `save-match-data'.
288f783b
MA
6147
6148 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6149 case both directories are remote.
6150 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6151 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6152
c2a81032
CY
61532009-10-08 Chong Yidong <cyd@stupidchicken.com>
6154
a6b98754
CY
6155 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6156 (ede-proj-target-makefile-objectcode): Use it.
6157
c2a81032 6158 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6159 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6160 Return search result. This error was introduced while merging.
c2a81032 6161
872a1ea4
JB
61622009-10-07 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6165
ab2baced
GM
61662009-10-07 Glenn Morris <rgm@gnu.org>
6167
e78e280d
SM
6168 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6169 of concat.
ab2baced 6170
5c4634c1
SM
61712009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * files-x.el (read-file-local-variable): Include some
6174 non-user-variables in the completion table (bug#4664).
6175
c2dc9732
MA
61762009-10-07 Michael Albinus <michael.albinus@gmx.de>
6177
6178 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6179 message.
6180
6181 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6182 (tramp-smb-file-name-handler-alist): Add handler for
6183 `copy-directory', `expand-file-name', `set-file-modes'.
6184 (tramp-smb-handle-copy-directory)
6185 (tramp-smb-handle-expand-file-name)
6186 (tramp-smb-handle-set-file-modes): New defuns.
6187 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6188 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6189 entry.
6190 (tramp-smb-handle-insert-directory): Don't flush the cache.
6191 (tramp-smb-maybe-open-connection): Check for samba client and
6192 server versions.
6193
11be40a6
EZ
61942009-10-07 Eli Zaretskii <eliz@gnu.org>
6195
6196 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6197 to not error out of search for "^lisp=" fails.
6198
8c4afe20
JB
61992009-10-07 Juanma Barranquero <lekktu@gmail.com>
6200
6201 * makefile.w32-in (WINS_UPDATES): New macro.
6202 (custom-deps, finder-data, autoloads): Use it.
6203
429a1506
GM
62042009-10-07 Glenn Morris <rgm@gnu.org>
6205
ee2e93e2
GM
6206 * Makefile.in (autoloads): Revert previous change.
6207 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6208 the list of preloaded files passed on the command-line, get
6209 it from src/Makefile.
6210
429a1506
GM
6211 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6212 show the original buffer rather than a random one.
6213
a51203ee 62142009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6215
6216 * help.el (describe-no-warranty): Place point in a slightly better
6217 position in the GPLv3 text.
6218
f58f7520
SS
62192009-10-06 Sam Steingold <sds@gnu.org>
6220
6221 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6222 the comm attribute is present before calling regexp-quote.
6223
bde79dc0
JB
62242009-10-06 Juanma Barranquero <lekktu@gmail.com>
6225
6226 * play/animate.el (animate-string): For good effect, make sure
6227 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6228
6229 * play/animate.el (animate-sequence, animate-birthday-present):
6230 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6231
25ab0302
GM
62322009-10-06 Glenn Morris <rgm@gnu.org>
6233
73fe714a
GM
6234 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6235
3405d98c
GM
6236 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6237 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6238 (batch-update-autoloads): Process a string value of autoload-excludes,
6239 set during the build process.
6240 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6241
9fb2cdc5
GM
6242 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6243 inside with-parsed... macro so that `v' is defined.
6244
7938ab41
GM
6245 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6246 * progmodes/fortran.el (fortran-end-of-block)
6247 (fortran-beginning-of-block):
6248 Also push mark in the macro case.
6249
eaf9b564
GM
6250 * emerge.el (emerge-show-file-name):
6251 * calc/calc.el (calc-quit):
6252 * calc/calc-misc.el (calc-big-or-small):
6253 * calc/calc-graph.el (calc-graph-view):
6254 * calc/calc-ext.el (calc-reset):
6255 * calendar/calendar.el (calendar-basic-setup):
6256 Use window-full-height-p.
6257
25ab0302
GM
6258 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6259 header we don't understand, don't insert another. (Bug#4624)
6260 If changing mime charset, insert the new one in the right place.
6261
00169eb6
GM
62622009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6263
6264 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6265 (cal-tex-cursor-month): Correctly increment the end date for diary and
6266 holiday listing. (Bug#4626)
6267
82882188
SM
62682009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6269
40ba9882 6270 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6271 a symbol.
6272
a8f316ca
JB
62732009-10-05 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6276 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6277 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6278 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6279
6280 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6281 (eieio-default-superclass): Reflow docstrings.
6282 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6283 (eieio-unbind-method-implementations, defmethod)
6284 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6285 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6286 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6287 (eieio-slot-originating-class-p, eieio-slot-name-index)
6288 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6289 (constructor, initialize-instance, no-next-method, object-print)
6290 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6291 Fix typos in docstrings.
6292 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6293 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6294 (next-method-p): Doc fixes.
6295 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6296 Fix typos in error messages.
6297 (eieio-defmethod): Fix typo in description of generic method.
6298
6299 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6300 (eieio-persistent-save-interactive, slot-missing):
6301 Fix typos in docstrings.
6302 (eieio-instance-inheritor-slot-boundp): Doc fix.
6303
6304 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6305 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6306
6307 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6308 (eieio-custom-object-apply-reset):
6309 Fix typos in docstrings and error messages.
6310
6311 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6312 Fix typo in docstring.
6313
6314 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6315 (eieio-browse-tree): Doc fix.
6316 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6317 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6318 Fix typos in docstrings.
6319
6320 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6321 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6322 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6323 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6324 Reflow docstrings.
6325
c66b7ac0
DN
63262009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6327
4a827e0a 6328 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6329 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6330 Set log-view-vc-backend so that diff can work.
4a827e0a 6331
c66b7ac0
DN
6332 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6333 vc-version-diff.
6334 (vc-diff-internal): Autoload this instead of vc-version-diff.
6335
1902a98c
EZ
63362009-10-05 Eli Zaretskii <eliz@gnu.org>
6337
a7a8618b
EZ
6338 * simple.el (eval-expression): Doc fix.
6339
1902a98c
EZ
6340 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6341
0e1f2ee6
MA
63422009-10-05 Michael Albinus <michael.albinus@gmx.de>
6343
6344 * files.el (directory-files-no-dot-files-regexp): New defconst.
6345 (delete-directory): Use it.
6346 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6347
263c02ef 6348 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6349 (tramp-methods): Add recursive option to `tramp-copy-args'.
6350 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6351 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6352 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6353 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6354 Add handler for `copy-directory'.
6355 (tramp-handle-copy-directory): New defun.
6356 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6357 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6358 Optimize sent command.
263c02ef 6359
72aa7df4
SM
63602009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6361
4a34f065
SM
6362 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6363 window if necessary.
6364
72aa7df4
SM
6365 * calendar/calendar.el (calendar-basic-setup): Don't call
6366 switch-to-buffer in a dedicated window.
6367
5feb1ba7
KF
63682009-10-05 Karl Fogel <kfogel@red-bean.com>
6369
6370 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 6371 don't do anything related to relocating, just return nil.
5feb1ba7
KF
6372 (bookmark-error-no-filename): New error.
6373 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
6374 bookmark has no file. Don't even attempt to handle things that
6375 are not files; the whole point of custom handlers is to keep that
6376 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
6377 (bookmark-file-or-variation-thereof): Remove now-unused function.
6378 (bookmark-location): Doc string fix.
6379 (Bug#4250)
6380
1bd49952
KF
63812009-10-04 Karl Fogel <kfogel@red-bean.com>
6382
6383 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6384 don't use a file dialog, because they usually don't know how to read
6385 a directory target from the user. (Bug#4230)
6386 Also, make sure the prompt can display directories as well as files.
6387
825382c0
KF
63882009-10-04 Karl Fogel <kfogel@red-bean.com>
6389
6390 * bookmark.el (bookmark-set, bookmark-buffer-name):
6391 Improve doc strings. (Bug#1193)
6392
13901bcb
KF
63932009-10-04 Karl Fogel <kfogel@red-bean.com>
6394
4a34f065
SM
6395 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6396 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6397 (bookmark-get-annotation, bookmark-set-annotation)
6398 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6399 (bookmark-set-position, bookmark-get-front-context-string)
6400 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6401 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6402 (bookmark-jump-other-window, bookmark-handle-bookmark)
6403 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6404 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6405 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
6406 Improve doc strings to say whether bookmark can be a string or
6407 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
6408 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6409 (bookmark-default-annotation-text, bookmark-yank-word)
6410 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6411 (bookmark-import-new-list, bookmark-maybe-rename)
6412 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6413 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 6414 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 6415 add a FIXME comment about how the function may be pointless.
13901bcb 6416 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
6417 parameter name, to clarify that this takes a bookmark record
6418 not a bookmark name.
13901bcb 6419 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 6420 and improve the doc string a bit.
13901bcb
KF
6421 (Bug#4188)
6422
5c1b3e94
KF
64232009-10-04 Karl Fogel <kfogel@red-bean.com>
6424
6425 * bookmark.el (bookmark-alist): Document the new `handler' element
6426 in the param alist.
6427 (bookmark-make-record-function): Adjust documentation for above.
6428 (Bug#4193)
6429
8559076d
KF
64302009-10-04 Karl Fogel <kfogel@red-bean.com>
6431
6432 * info.el (Info-bookmark-make-record): Document this function.
6433 (Info-bookmark-jump): Document with a doc string, not just a comment.
6434 (Bug#4203)
6435
82481502
CY
64362009-10-04 Chong Yidong <cyd@stupidchicken.com>
6437
4a34f065 6438 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
6439 (semantic-new-buffer-fcn): Call parser setup functions here.
6440 (semantic-mode): Don't call parser setup functions here, it's done
6441 in semantic-new-buffer-fcn now.
d436f538 6442 (semantic-mode): Parse all existing buffers when enabled.
82481502 6443
4a34f065
SM
6444 * cedet/srecode/compile.el (srecode-compile-file):
6445 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 6446
2e7eba60
CY
64472009-10-04 Chong Yidong <cyd@stupidchicken.com>
6448
d91485a9
CY
6449 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6450
6451 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6452 (proj-comp-insert-variable-once): New macro, renamed from
6453 ede-pmake-insert-variable-once in ede/pmake.edl.
6454 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 6455
b4583b8c
MA
64562009-10-04 Michael Albinus <michael.albinus@gmx.de>
6457
6458 * files.el (copy-directory): New defun.
6459
6460 * dired-aux.el (dired-copy-file-recursive): Use it.
6461
04075952
JB
64622009-10-04 Juanma Barranquero <lekktu@gmail.com>
6463
6464 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6465 (makefile-end-of-command):
6466 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6467 (semantic-end-of-context): Fix previous change. Doc fixes.
6468
131ae8f2
JB
64692009-10-04 Juanma Barranquero <lekktu@gmail.com>
6470
a30e71ae
JB
6471 * files-x.el (modify-dir-local-variable)
6472 (copy-dir-locals-to-file-locals-prop-line):
6473 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6474 (makefile-end-of-command):
6475 * cedet/semantic/lex.el (semantic-lex-token):
6476 * cedet/semantic/analyze/fcn.el
6477 (semantic-analyze-dereference-metatype-1):
6478 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6479 (semantic-lex-cpp-undef):
6480 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6481 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6482 (semantic-end-of-context): Fix typos in docstrings.
6483
131ae8f2
JB
6484 * recentf.el (recentf-unload-function): New function.
6485
0fd9cb9c
CY
64862009-10-04 Chong Yidong <cyd@stupidchicken.com>
6487
a30e71ae 6488 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
6489 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6490 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 6491 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 6492
ccafbf06
GM
64932009-10-04 Glenn Morris <rgm@gnu.org>
6494
6495 * window.el (window-full-height-p): Add doc string.
6496
02c6f098
GM
64972009-10-04 Martin Rudalics <rudalics@gmx.at>
6498
6499 * window.el (window-full-height-p): New function. (Bug#4543)
6500
e6e267fc
CY
65012009-10-03 Chong Yidong <cyd@stupidchicken.com>
6502
a70bfe61
CY
6503 * cedet/srecode/insert.el: Require srecode/args.
6504
6505 * cedet/srecode/args.el: Require srecode/dictionary instead of
6506 srecode/insert.
6507
e6e267fc
CY
6508 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6509
6510 * files.el (auto-mode-alist): Add .srt and Project.ede.
6511
4a34f065
SM
6512 * cedet/semantic.el (semantic-mode):
6513 Handle srecode-template-mode-hook as well.
0b8cafba 6514 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
6515
6516 * cedet/srecode/template.el: Remove hook variable.
6517
6518 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6519
6520 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6521 projects exist.
8b440f71
CY
6522 (ede-project-placeholder-cache-file): Default to a file in
6523 user-emacs-directory.
e6e267fc
CY
6524
6525 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6526 templates in data-directory.
4a34f065 6527 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
6528
6529 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6530 directory.
6531
65322009-09-30 Eric Ludlam <zappo@gnu.org>
6533
131ae8f2
JB
6534 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6535 Doc fix.
e6e267fc
CY
6536
6537 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6538 Only insert each variable once.
6539
6540 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6541 (ede-pmake-insert-variable-shared): Use it.
6542
6543 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6544 for lexical table iff table is nil.
6545
ed6b0195
DN
65462009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6547
6548 * vc.el: Remove commented out code.
6549 (vc-derived-from-dir-mode): Remove, unused.
6550 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6551
1b8d1cc7
MA
65522009-10-03 Michael Albinus <michael.albinus@gmx.de>
6553
4a34f065
SM
6554 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6555 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6556 there could be recursive loading when `default-directory' is a
6557 remote file name. (Bug#4614)
6558
ac3c593c
GM
65592009-10-03 Glenn Morris <rgm@gnu.org>
6560
686ea556
GM
6561 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6562 the frame is wide.
6563 (calendar-generate-window): Test for shrinkability rather than width.
6564
619392fc
GM
6565 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6566 declaration, currently false.
6567
ac3c593c
GM
6568 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6569 reusing existing buffers, in case we happen to visit two files with the
6570 same basename. (Bug#4593)
6571
573709fd
EZ
65722009-10-02 Eli Zaretskii <eliz@gnu.org>
6573
4a34f065 6574 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6575 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6576 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6577 subdirs of cedet as well.
8f885d01 6578 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6579
8d6c1239
SM
65802009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6581
6582 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6583 Obey advertised-signature-table.
6584
6585 * help-fns.el (help-function-arglist): Don't check
6586 advertised-signature-table.
6587 (describe-function-1): Do it here instead so it also applies to subrs.
6588
c4861de0
MA
65892009-10-02 Michael Albinus <michael.albinus@gmx.de>
6590
6591 * simple.el (start-file-process): Say in the doc-string, that file
6592 handlers might not support pty association, if PROGRAM is nil.
6593
6594 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6595 HOST and USER are strings. They are nil, when there are
6596 incomplete entries in ~/.netrc, for example.
6597 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6598 root directory ("device busy" error otherwise).
6599
8d6c1239
SM
6600 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6601 Flush file properties of created directory.
c4861de0 6602
d2bda74f
EZ
66032009-10-02 Eli Zaretskii <eliz@gnu.org>
6604
6605 * makefile.w32-in (WINS_BASIC): Remove cedet.
6606 (WINS_CEDET): Add cedet.
6607 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6608
895d1904
GM
66092009-10-02 Kevin Ryde <user42@zip.com.au>
6610
6611 * net/browse-url.el (browse-url): Pass any symbol in
6612 browse-url-browser-function to `apply', since if you've mistakenly put
6613 an unbound symbol then the error is clearer. (Bug#4531)
6614
32226619
JB
66152009-10-02 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * allout.el (allout-init, allout-back-to-current-heading)
6618 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6619 (allout-ascend, allout-up-current-level, allout-end-of-level)
6620 (allout-previous-visible-heading, allout-forward-current-level)
6621 (allout-backward-current-level, allout-show-children):
6622 * apropos.el (apropos-describe-plist):
6623 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6624 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6625 * completion.el (add-completion, add-permanent-completion):
6626 * descr-text.el (describe-text-category, describe-char):
6627 * desktop.el (desktop-lazy-abort):
6628 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6629 * dired.el (dired-build-subdir-alist):
6630 * ediff.el (ediff-version):
6631 * elide-head.el (elide-head, elide-head-show):
6632 * emerge.el (emerge-version):
6633 * env.el (getenv):
6634 * face-remap.el (variable-pitch-mode):
6635 * faces.el (describe-face):
6636 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6637 (dired-at-point):
6638 * files.el (find-file-existing, auto-save-mode):
6639 * font-lock.el (font-lock-fontify-buffer):
6640 * help-fns.el (describe-function, describe-variable)
6641 (describe-syntax, describe-categories):
6642 * help.el (view-lossage, describe-bindings, describe-key)
6643 (describe-mode):
6644 * hexl.el (hexl-current-address):
6645 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6646 * info.el (Info-goto-emacs-key-command-node):
6647 * log-edit.el (log-edit-insert-cvs-template)
6648 (log-edit-insert-cvs-rcstemplate):
6649 * menu-bar.el (menu-bar-mode):
6650 * mouse.el (mouse-appearance-menu):
6651 * newcomment.el (comment-indent-new-line):
6652 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6653 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6654 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6655 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6656 * recentf.el (recentf-mode):
6657 * savehist.el (savehist-mode, savehist-save):
6658 * shadowfile.el (shadow-copy-files):
6659 * simple.el (kill-ring-save, next-line, previous-line)
6660 (normal-erase-is-backspace-mode):
6661 * strokes.el (strokes-update-window-configuration)
6662 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6663 (strokes-xpm-for-stroke):
6664 * time.el (emacs-uptime, emacs-init-time):
6665 * tutorial.el (tutorial--describe-nonstandard-key)
6666 (tutorial--detailed-help):
6667 * type-break.el (type-break-mode)
6668 (type-break-mode-line-message-mode, type-break-query-mode)
6669 (type-break-guesstimate-keystroke-threshold):
6670 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6671 * version.el (emacs-version):
6672 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6673 * winner.el (winner-mode):
6674 * calendar/timeclock.el (timeclock-in, timeclock-out)
6675 (timeclock-status-string, timeclock-change)
6676 (timeclock-workday-remaining-string)
6677 (timeclock-workday-elapsed-string)
6678 (timeclock-when-to-leave-string):
6679 * calendar/todo-mode.el (todo-add-category):
6680 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6681 * emacs-lisp/autoload.el (update-file-autoloads):
6682 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6683 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6684 (checkdoc-message-text, checkdoc-defun):
6685 * emacs-lisp/debug.el (debugger-list-functions):
6686 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6687 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6688 (eieio-describe-generic):
6689 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6690 * emacs-lisp/shadow.el (list-load-path-shadows):
6691 * emulation/cua-base.el (cua-mode):
6692 * emulation/edt.el (edt-set-scroll-margins):
6693 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6694 (tpu-toggle-regexp, tpu-toggle-search-direction)
6695 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6696 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6697 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6698 (viper-set-parsing-style-toggling-macro)
6699 (viper-set-emacs-state-searchstyle-macros):
6700 * emulation/viper.el (viper-set-hooks):
6701 * eshell/esh-mode.el (eshell-truncate-buffer):
6702 * international/mule-cmds.el (prefer-coding-system)
6703 (describe-input-method, describe-language-environment):
6704 * international/mule-diag.el (list-character-sets)
6705 (describe-character-set, describe-coding-system)
6706 (describe-fontset, list-fontsets, list-input-methods):
6707 * mail/sendmail.el (mail-signature):
6708 * net/ange-ftp.el (ange-ftp-copy-file):
6709 * net/browse-url.el (browse-url):
6710 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6711 * net/quickurl.el (quickurl-add-url):
6712 * net/rcirc.el (names, topic):
6713 * net/xesam.el (xesam-mode):
6714 * play/5x5.el (5x5-new-game):
6715 * play/yow.el (apropos-zippy):
6716 * progmodes/ada-mode.el (ada-mode-version):
6717 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6718 (f90-end-of-block)
6719 (f90-beginning-of-block):
6720 * progmodes/fortran.el (fortran-end-of-block)
6721 (fortran-beginning-of-block):
6722 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6723 * progmodes/python.el (python-describe-symbol, python-shell):
6724 * term/ns-win.el (ns-print-buffer):
6725 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6726 * textmodes/flyspell.el (flyspell-mode-on):
6727 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6728 (pages-directory-for-addresses):
6729 * textmodes/table.el (table-recognize-cell)
6730 (table-query-dimension, table-generate-source)
6731 (table-insert-sequence, table--warn-incompatibility):
6732 * textmodes/tex-mode.el (tex-validate-buffer):
6733 * textmodes/texinfmt.el (texinfmt-version)
6734 (texinfo-format-buffer):
6735 Use `called-interactively-p' instead of `interactive-p'.
6736
12a3c28c
JB
67372009-10-02 Juanma Barranquero <lekktu@gmail.com>
6738
6739 * image-mode.el (image-toggle-display):
6740 * emacs-lisp/elp.el (elp-instrument-function):
6741 * emacs-lisp/advice.el (ad-make-advised-definition):
6742 * emacs-lisp/easy-mmode.el (define-minor-mode):
6743 * net/browse-url.el (browse-url-maybe-new-window):
6744 * progmodes/sh-script.el (sh-learn-buffer-indent):
6745 Pass new argument 'any to `called-interactively-p'.
6746
171fda8a
JB
67472009-10-01 Juanma Barranquero <lekktu@gmail.com>
6748
171fda8a
JB
6749 * international/uni-bidi.el:
6750 * international/uni-category.el:
6751 * international/uni-combining.el:
6752 * international/uni-comment.el:
6753 * international/uni-decimal.el:
9c3c9fdf 6754 * international/uni-decomposition.el:
171fda8a
JB
6755 * international/uni-digit.el:
6756 * international/uni-lowercase.el:
6757 * international/uni-mirrored.el:
6758 * international/uni-name.el:
6759 * international/uni-numeric.el:
6760 * international/uni-old-name.el:
6761 * international/uni-titlecase.el:
6762 * international/uni-uppercase.el:
6763 Regenerate from Unicode 5.2.0 data.
6764
dcb9734a
GM
67652009-10-01 Glenn Morris <rgm@gnu.org>
6766
6767 * Makefile.in (ELCFILES): Regenerate.
6768
ced10a4c
SM
67692009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6770
9d28c33e
SM
6771 * subr.el (interactive-p): Mark obsolete.
6772 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6773 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6774 advertised-signature-table for subroutines as well.
6775
ced10a4c
SM
6776 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6777 (set-advertised-calling-convention): New function.
6778 (make-obsolete, define-obsolete-function-alias)
6779 (make-obsolete-variable, define-obsolete-variable-alias):
6780 Make the optional-ness of `when' obsolete.
6781 (define-obsolete-face-alias): Make `when' non-optional.
6782 * help-fns.el (help-function-arglist):
6783 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6784 Use advertised-signature-table.
6785
cc3dda16
MA
67862009-10-01 Michael Albinus <michael.albinus@gmx.de>
6787
6788 * files.el (delete-directory): New defun. The original function
6789 in fileio.c has been renamed to `delete-directory-internal'.
6790
6791 * dired.el (dired-delete-file): Call `delete-directory' with
6792 RECURSIVE parameter.
6793
5ce6e4f4 6794 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6795 parameter RECURSIVE. Implementation is missing.
6796
6797 * net/tramp.el (tramp-handle-make-directory): Flush upper
6798 directory's file properties.
ced10a4c 6799 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6800 (tramp-handle-dired-recursive-delete-directory): Flush directory
6801 properties after the remove command only.
6802
ced10a4c
SM
6803 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6804 Handle optional parameter RECURSIVE.
cc3dda16 6805
ced10a4c
SM
6806 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6807 Handle optional parameter RECURSIVE.
cc3dda16
MA
6808
6809 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6810 connection timeout.
6811 (tramp-smb-handle-delete-directory): Handle optional parameter
6812 RECURSIVE.
6813
cf885595
SM
68142009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6815
e3a6b82f
SM
6816 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6817 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6818 (byte-compile-defmacro): Use backquotes.
6819
7201bfbb
SM
6820 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6821
cf885595
SM
6822 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6823 has no associated file.
6824 (vc-resynch-buffer): Use vc-dir-buffers.
6825
a4d2c321
GM
68262009-10-01 Glenn Morris <rgm@gnu.org>
6827
9ffe3f52
GM
6828 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6829 (chart-file-count):
6830 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6831 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6832 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6833 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6834 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6835 (eieio-copy-parents-into-subclass, make-instance, class-children)
6836 (eieio-generic-form):
bd2afec2
GM
6837 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6838 * cedet/cedet-idutils.el (cedet-idutils-search)
6839 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6840 (cedet-idutils-version-check):
6841 * cedet/cedet.el (cedet-version):
6842 * cedet/data-debug.el (data-debug-insert-overlay-button)
6843 (data-debug-insert-overlay-list-button)
6844 (data-debug-insert-buffer-button)
6845 (data-debug-insert-buffer-list-button)
6846 (data-debug-insert-process-button, data-debug-insert-ring-button)
6847 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6848 (data-debug-insert-stuff-vector-button)
6849 (data-debug-insert-symbol-button, data-debug-insert-string)
6850 (data-debug-insert-number, data-debug-insert-lambda-expression)
6851 (data-debug-insert-nil, data-debug-insert-simple-thing)
6852 (data-debug-insert-custom, data-debug-edebug-expr):
6853 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6854 (global-ede-mode-map, ede-new, ede-debug-target)
6855 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6856 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6857 (semantic-fetch-tags, semantic-submode-list)
6858 (semantic-default-submodes):
a785b776
GM
6859 * cedet/ede/source.el (ede-source-match):
6860 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6861 (project-am-package-info):
6862 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6863 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6864 * cedet/ede/proj-comp.el (ede-current-build-list):
6865 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6866 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6867 * cedet/ede/cpp-root.el (initialize-instance):
6868 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6869 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
6870 * cedet/semantic/wisent.el (wisent-lex-eoi):
6871 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6872 (semantic-show-parser-state-mode):
6873 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6874 * cedet/semantic/tag.el (semantic-tag-new-variable)
6875 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6876 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6877 (semantic--tag-deep-copy-tag-list)
6878 (semantic-tag-components-with-overlays-default):
6879 * cedet/semantic/symref.el (semantic-symref-find-text):
6880 * cedet/semantic/senator.el (senator-yank-tag)
6881 (senator-transpose-tags-up):
6882 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6883 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6884 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6885 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6886 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6887 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6888 * cedet/semantic/lex-spp.el
6889 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6890 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6891 * cedet/semantic/idle.el
6892 (semantic-idle-summary-current-symbol-info-brutish)
6893 (semantic-idle-summary-current-symbol-info-default):
6894 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6895 (semantic--grammar-macro-compl-dict):
6896 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6897 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6898 (semantic-format-tag-canonical-name-default):
6899 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6900 (semantic-find-tags-for-completion)
6901 (semantic-find-tags-by-scope-protection-default)
6902 (semantic-deep-find-tags-for-completion):
6903 * cedet/semantic/edit.el
6904 (semantic-edits-incremental-reparse-failed-hook)
6905 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6906 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6907 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6908 * cedet/semantic/dep.el (semantic-dependency-include-path):
6909 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6910 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6911 (semanticdb-project-roots):
6912 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6913 (semanticdb-find-adebug-insert-scanned-tag-cons)
6914 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6915 (semanticdb-brute-deep-find-tags-for-completion):
6916 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6917 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6918 (semantic-end-of-context-default)
6919 (semantic-ctxt-current-function-default)
6920 (semantic-ctxt-scoped-types-default):
6921 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6922 (semantic-complete-inline-tag-engine)
6923 (semantic-complete-inline-custom-type)
6924 (semantic-complete-read-tag-analyzer):
6925 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6926 (semantic-chart-database-size):
6927 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6928 (semantic-analyze-current-context):
6929 * cedet/semantic/symref/list.el (semantic-symref)
6930 (semantic-symref-hide-buffer, semantic-symref-symbol):
6931 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6932 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6933 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6934 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6935 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6936 (semantic-c-dereference-template):
6937 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6938 (semantic--analyze-refs-full-lookup-with-parents)
6939 (semantic--analyze-refs-full-lookup-simple):
6940 * cedet/semantic/analyze/complete.el
6941 (semantic-analyze-possible-completions):
2f10955c
GM
6942 * cedet/srecode/table.el (srecode-mode-table-new):
6943 * cedet/srecode/srt.el (srecode-read-variable-name):
6944 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6945 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6946 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6947 * cedet/srecode/map.el (srecode-current-map):
6948 * cedet/srecode/insert.el (srecode-insert)
6949 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6950 (srecode-template-inserter-point-override)
6951 (srecode-insert-include-lookup):
6952 * cedet/srecode/getset.el (srecode-auto-choose-class):
6953 * cedet/srecode/extract.el (srecode-inserter-extract):
6954 * cedet/srecode/document.el
6955 (srecode-document-autocomment-return-last-alist)
6956 (srecode-document-autocomment-param-type-alist)
6957 (srecode-document-insert-function-comment)
6958 (srecode-document-insert-variable-one-line-comment)
6959 (srecode-document-function-name-comment):
6960 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6961 (srecode-compound-toString):
6962 * cedet/srecode/compile.el (srecode-flush-active-templates):
6963 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
6964 Doc/message fixes.
6965
9515cdcc
GM
6966 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6967 match-data. (Bug#4555).
6968
57b0083a
GM
6969 * cedet/semantic/bovine/gcc.el
6970 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6971 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6972
a4d2c321
GM
6973 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6974 rather than parsing it as a regexp. This relaxes the layout
6975 requirements and makes errors easier to detect.
6976 (check-declare-verify): Check file is regular.
6977 (check-declare-directory): Doc fix.
6978 * subr.el (declare-function): Doc fix.
6979
b15c31c7
GM
6980 * ibuffer.el (ibuffer-format-qualifier):
6981 * isearch.el (hi-lock-regexp-okay):
6982 * calc/calc.el (math-zerop):
6983 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6984 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6985 Remove unused declarations.
6986
0376249d
JB
69872009-10-01 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * cedet/semantic/wisent/javat-wy.el
6990 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6991
9a589407
JB
69922009-09-30 Juanma Barranquero <lekktu@gmail.com>
6993
6994 * cedet/srecode/expandproto.el: Fix provide statement.
6995
722ff82f
CY
69962009-09-30 Eric Ludlam <zappo@gnu.org>
6997
cf885595 6998 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
6999
70002009-09-30 Sascha Wilde <wilde@sha-bang.de>
7001
7002 * cedet/ede/srecode.el: Fix provide statement.
7003
1fc28a2c
GM
70042009-09-30 Glenn Morris <rgm@gnu.org>
7005
8240628d 7006 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 7007 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
7008 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7009 (ede-misc-source):
d16d4acd
GM
7010 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7011 (semantic-mrub-switch-tags): Fix doc typos.
7012
40f9bf94
GM
7013 * cedet/semantic/db-global.el (data-debug-new-buffer)
7014 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7015 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7016
494f4fc7
GM
7017 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7018
cf885595
SM
7019 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7020 use of CL function `remove-if-not'.
1fc28a2c
GM
7021
7022 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7023
494f4fc7
GM
7024 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7025 filename is not a string.
7026
561580e9
CY
70272009-09-29 Chong Yidong <cyd@stupidchicken.com>
7028
7029 * files.el (safe-local-eval-forms): Fix typo.
7030
dcbbecd4
SM
70312009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * vc-hooks.el (vc-dir-buffers): New var.
7034 (vc-state-refresh): New function.
7035 (vc-state): Use it.
7036 (vc-after-save): Always ask the backend to recompute the new state.
7037 Always call vc-dir if necessary, using vc-dir-buffers.
7038 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7039 Use vc-dir-buffers.
7040 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7041 (vc-dir-prepare-status-buffer, vc-dir-update)
7042 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7043 Don't call expand-file-name on default-directory.
7044
d88444f2
JB
70452009-09-29 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * speedbar.el (speedbar-item-delete):
7048 * calc/calc-prog.el (calc-kbd-if):
7049 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7050
7051 * epa.el (epa-key-list-mode-map):
7052 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7053
7054 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7055 (hs-show-hook): Fix typo in docstring.
7056
5da62d41
GM
70572009-09-29 Glenn Morris <rgm@gnu.org>
7058
d037e45a
GM
7059 * cedet/semantic/symref/idutils.el:
7060 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7061
ae715515
GM
7062 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7063
7064 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7065 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7066 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7067 Mark declarations not understood by check-declare.
7068
8360fce0
GM
7069 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7070 file-name-nondirectory call preventing location of cedet files.
7071 (check-declare-verify): Use literal search rather than re-search.
ae715515 7072 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7073
7074 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7075 Use tramp-compat-file-attributes rather than nonexistent
7076 tramp-compat-handle-file-attributes.
7077
5da62d41
GM
7078 * Makefile.in (lisptagsfiles4): New.
7079 (AUTOGENEL): Add cedet loaddefs files.
7080 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7081 (update-elclist, compile-always, backup-compiled-files)
7082 (bootstrap-clean): Add yet another directory level.
7083 (update-elclist): Use LC_COLLATE rather than COLLATE.
7084 (ELCFILES): Update, via `make update-elclist'.
7085
48267264
JB
70862009-09-29 Juanma Barranquero <lekktu@gmail.com>
7087
7088 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7089 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7090 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7091
2c4cd0b0
AS
70922009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7093
7094 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7095 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7096 (update-elclist): Add third directory level to look for elc files.
7097 (compile-always): Likewise.
7098 (backup-compiled-files): Likewise.
7099 (bootstrap-clean): Likewise.
7100 (ELCFILES): Update.
7101
a2533e47
CY
71022009-09-28 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * Makefile.in (ELCFILES): Add CEDET files.
7105
b90caf50 71062009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7107
b90caf50 7108 CEDET (development tools) package merged.
a2095e2e 7109
b90caf50
CY
7110 * cedet/*.el:
7111 * cedet/ede/*.el:
7112 * cedet/semantic/*.el:
7113 * cedet/srecode/*.el: New files.
a2095e2e 7114
eefbedb1
MA
71152009-09-28 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7118
7119 * net/tramp.el (top): Require tramp-imap.
7120
7121 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7122 Use `tramp-compat-handle-file-attributes'.
7123
71242009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7125
7126 * net/tramp-imap.el: New package.
7127
66635e2f 71282009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7129
7130 * emacs-lisp/chart.el:
7131 * emacs-lisp/eieio-base.el:
7132 * emacs-lisp/eieio-comp.el:
7133 * emacs-lisp/eieio-custom.el:
e608e7be 7134 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7135 * emacs-lisp/eieio-opt.el:
7136 * emacs-lisp/eieio-speedbar.el:
7137 * emacs-lisp/eieio.el: New files.
7138
666fd2cc
CY
7139 * cedet/cedet-cscope.el:
7140 * cedet/cedet-files.el:
7141 * cedet/cedet-global.el:
7142 * cedet/cedet-idutils.el:
7143 * cedet/data-debug.el:
7144 * cedet/inversion.el:
7b232be9 7145 * cedet/mode-local.el:
666fd2cc
CY
7146 * cedet/pulse.el: New files.
7147
748e3d67
VJL
71482009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7149
7150 * whitespace.el (whitespace-trailing-regexp)
7151 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7152 Fix doc string.
7153
15120dec
CY
71542009-09-27 Chong Yidong <cyd@stupidchicken.com>
7155
7156 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7157 menu.
7158
7159 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7160 menu-bar-ediff-menu.
7161
7162 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7163 define-overloadable-function.
7164
7165 * progmodes/autoconf.el: Provide autoconf as well, so that this
7166 file can be `require'd.
7167
7168 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7169
7170 * emacs-lisp/autoload.el (generated-autoload-feature)
7171 (generated-autoload-load-name): New vars.
7172 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7173 (make-autoload): Recognize define-overloadable-function and
7174 defclass forms (for EIEIO).
7175
7176 * Makefile.in (update-subdirs): Exclude cedet directory.
7177
135abf91
AR
71782009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7179
1becddbb 7180 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7181
7182 * faces.el: Default light-background background for region face to
7183 ns_selection_color under NS.
7184
3d994264
TZ
71852009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7186
7187 * net/imap-hash.el: New library, see NEWS.
7188
7189 * Makefile.in (ELCFILES): Add imap-hash.el.
7190
ce9a0ccb
SM
71912009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7194 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7195 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7196 definition where the docstring could be taken for the return value.
7197
a92cdd49
GM
71982009-09-26 Glenn Morris <rgm@gnu.org>
7199
7200 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7201 Add option to only show images below a certain size.
7202 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7203 save-excursion calls.
7204
416ac2f1
EZ
72052009-09-26 Eli Zaretskii <eliz@gnu.org>
7206
7207 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7208 subdirectories) and eieio.
7209
d9a13f68
AM
72102009-09-26 Alan Mackenzie <acm@muc.de>
7211
9c3c9fdf 7212 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7213 buggy bracketing. (Bug#4289)
d9a13f68
AM
7214
7215 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7216 character constants (as case labels). (Bug#4289)
d9a13f68 7217
182b3bec
CY
72182009-09-25 Juri Linkov <juri@jurta.org>
7219
7220 * files.el (safe-local-eval-forms): Allow time-stamp in
7221 before-save-hook (Bug#4554).
7222
8f75f2da
JB
72232009-09-25 Drew Adams <drew.adams@oracle.com>
7224
7225 * menu-bar.el (list-buffers-directory): Doc fix.
7226
8390fb80
SM
72272009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7230 Try and avoid copying twice the same paragraph.
7231 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7232 Remove save-excursion.
7233 (log-edit-changelog-entry): Do it here instead.
7234
11ee8d90
JB
72352009-09-25 Juanma Barranquero <lekktu@gmail.com>
7236
027b1942
JB
7237 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7238 when available, instead of hardcoding mode names. Doc fix.
7239
11ee8d90
JB
7240 * menu-bar.el (list-buffers-directory): Add docstring.
7241 Make automatically buffer-local.
7242
7243 * dired.el (dired-mode):
7244 * files.el (cd-absolute):
7245 * pcvs.el (cvs-temp-buffer):
7246 * pcvs-util.el (cvs-get-buffer-create):
7247 * shell.el (shell-mode):
7248 * vc-dir.el (vc-dir-mode):
7249 Don't make `list-buffers-directory' buffer local.
7250
21289c5d
CY
72512009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7252
8390fb80
SM
7253 * comint.el (comint-exec, comint-run, make-comint):
7254 Doc fixes (Bug#4542).
21289c5d 7255
e8652dd9
GM
72562009-09-25 Glenn Morris <rgm@gnu.org>
7257
7258 * mail/rmailmm.el (rmail-mime): New custom group.
7259 Move all defcustoms in this file into this group.
7260 (rmail-mime-media-type-handlers-alist): Revert previous change.
7261 (rmail-mime-show-images): New option.
7262 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7263 references to it, since it wasn't actually used for anything.
7264 (rmail-mime-insert-image): New function.
7265 (rmail-mime-image): Use rmail-mime-insert-image.
7266 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7267 obey the value of `rmail-mime-show-images' option. Print the size of
7268 attachments.
e8652dd9 7269
fb652bb5
JB
72702009-09-25 David Engster <deng@randomsample.de>
7271
7272 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7273
32a9841c
VJL
72742009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7275
7276 * whitespace.el: Does not highlight trailing spaces While point is
7277 at end of line. Does not highligt spaces at beginning of buffer
7278 while point is at beginning of buffer. Does not highlight spaces
7279 at end of buffer while point is at end of buffer. (Bug#4177)
7280 New version 12.0.
7281 (whitespace-display-mappings): Adjust initialization.
7282 (whitespace-point, whitespace-font-lock-refontify): New vars.
7283 (whitespace-color-on, whitespace-color-off): Adjust code.
7284 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7285 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7286 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7287
e477ca84
CY
72882009-09-24 Chong Yidong <cyd@stupidchicken.com>
7289
7290 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7291
7292 * textmodes/sgml-mode.el: Remove xml-mode alias.
7293
7294 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7295 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7296
68712602
AM
72972009-09-24 Alan Mackenzie <acm@muc.de>
7298
7299 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7300 c-forward-conditionals, but it doesn't move point and doesn't set
7301 the mark.
7302 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7303 (c-down-conditional-with-else, c-backward-conditional)
7304 (c-forward-conditional): Refactor to use c-scan-conditionals.
7305
1659ada0
JB
73062009-09-24 Juanma Barranquero <lekktu@gmail.com>
7307
7308 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7309 (help-default-arg-highlight): Remove.
7310 (help-highlight-arg): New function.
7311 (help-do-arg-highlight): Use it.
7312 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7313
b3f01e46
SM
73142009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7317 Undo last change, which didn't fix the problem and introduced others.
7318
107ef54a
NR
73192009-09-24 Nick Roberts <nickrob@snap.net.nz>
7320
7321 * progmodes/gdb-mi.el: Don't require speedbar.
7322 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7323
ffa1fed6
GM
73242009-09-24 Glenn Morris <rgm@gnu.org>
7325
2157a2be
GM
7326 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7327
6125167c
GM
7328 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7329
ffa1fed6
GM
7330 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7331 there is no newline after the final mime boundary. (Bug#4539)
7332 Move markers on insertion so that any buttons inserted don't end up in
7333 the next part of a multipart message.
2e9075d3
GM
7334 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7335 (rmail-mime-bulk-handler): Optionally handle images.
7336 (rmail-mime-image): New button action.
7337 (rmail-mime-image-handler): New function.
7338 (rmail-mime-mode): New mode.
7339 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7340
4a814992
SM
73412009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7342
075518b5
SM
7343 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7344 than just dropping elements from it (bug#4504).
7345
8ad2defc
SM
7346 * term.el (term-set-scroll-region): Don't move cursor any more.
7347 (term-handle-ansi-escape): Call term-goto here instead.
7348 Suggested by Ivan Kanis <apple@kanis.eu>.
7349
4a814992
SM
7350 * term.el: Require CL.
7351 (term-ansi-reset): New function.
7352 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7353 (term-handle-colors-array): Simplify.
7354
5a0c3f56
JB
73552009-09-24 Juanma Barranquero <lekktu@gmail.com>
7356
7357 * allout.el (allout-overlay-interior-modification-handler)
7358 (allout-obtain-passphrase):
7359 * epa-file.el (epa-file-write-region):
7360 * ps-print.el (ps-begin-job):
7361 * vc-hooks.el (vc-toggle-read-only):
7362 * vc-rcs.el (vc-rcs-rollback):
7363 * vc-sccs.el (vc-sccs-rollback):
7364 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7365 (vc-version-diff, vc-revert, vc-rollback):
7366 * wdired.el (wdired-check-kill-buffer):
7367 * emacs-lisp/authors.el (authors):
7368 * net/socks.el (socks-open-connection):
7369 * net/zeroconf.el (zeroconf-service-add-hook):
7370 * obsolete/vc-mcvs.el (vc-mcvs-register):
7371 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7372 (gdb-select-frame):
7373 * progmodes/grep.el (lgrep, rgrep):
7374 * progmodes/idlw-help.el (idlwave-help-check-locations)
7375 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7376 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7377 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7378 (reftex-toc-rename-label): Fix typos in error messages.
7379
7380 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7381 (dired-copy-how-to-fn): Doc fix.
7382 (dired-files-attributes, dired-read-shell-command):
7383 Fix typos in docstrings.
7384
7385 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7386 (dired-x-find-file-other-window): Reflow docstrings.
7387 (dired-omit-marker-char, dired-read-shell-command)
7388 (dired-x-submit-report): Fix typos in docstrings.
7389
7390 * shell.el (shell-mode-hook):
7391 * view.el (View-scroll-line-forward):
7392 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7393 Fix typos in docstrings.
7394
7395 * net/dig.el (dig-invoke): Fix typo in docstring.
7396 (query-dig): Reflow docstring.
7397
7398 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7399 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7400 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7401 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7402 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7403 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7404 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7405 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7406 (idlwave-completion-map, idlwave-current-indent)
7407 (idlwave-custom-ampersand-surround, idlwave-customize)
7408 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7409 (idlwave-define-abbrev, idlwave-determine-class-special)
7410 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7411 (idlwave-end-block-reg, idlwave-end-of-statement)
7412 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7413 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7414 (idlwave-explicit-class-listed, idlwave-file-header)
7415 (idlwave-fill-paragraph, idlwave-find-class-definition)
7416 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7417 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7418 (idlwave-in-quote, idlwave-indent-action-table)
7419 (idlwave-indent-expand-table, idlwave-indent-line)
7420 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7421 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7422 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7423 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7424 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7425 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7426 (idlwave-outlawed-buffers, idlwave-popup-select)
7427 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7428 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7429 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7430 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7431 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7432 (idlwave-statement-type, idlwave-struct-skip)
7433 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7434 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7435 (idlwave-what-module-find-class): Fix typos in docstrings.
7436 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7437 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7438 (idlwave-find-module, idlwave-find-structure-definition)
7439 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7440 (idlwave-list-load-path-shadows, idlwave-next-statement)
7441 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7442 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7443 (idlwave-template): Reflow docstrings.
7444
7445 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7446 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7447 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7448 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7449 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7450 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7451 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7452 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7453 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7454 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7455 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7456 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7457 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7458 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7459 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7460 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7461 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7462 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7463 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7464 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7465 Fix typos in docstrings.
7466 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7467 (idlwave-shell-hide-output, idlwave-shell-mode)
7468 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7469 Reflow docstrings.
7470
7471 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7472
62136c5d
SM
74732009-09-24 Ivan Kanis <apple@kanis.eu>
7474
7475 * term.el (term-bold-attribute): New var.
7476 (term-handle-colors-array): Use it.
7477
9c1a45ed
NR
74782009-09-23 Nick Roberts <nickrob@snap.net.nz>
7479
7480 * progmodes/gdb-mi.el (gdb-version): New variable.
7481 (gdb-non-stop-handler): Set gdb-version.
7482 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7483 Condition "--thread" option on gdb-version.
7484 (gdb-invalidate-threads): Remove unused argument.
7485
03304f31
SM
74862009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7489 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7490
4f02f0c9
GM
74912009-09-23 Glenn Morris <rgm@gnu.org>
7492
7493 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7494 replying to mail without References or Message-Id. (Bug#4525)
7495
a3b4b363
AR
74962009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7497
7498 * term/ns-win.el (ns-reg-to-script): New variable.
7499
7bda18cc
DU
75002009-09-23 Daiki Ueno <ueno@unixuser.org>
7501
7502 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7503
72169e55
SS
75042009-09-22 Sam Steingold <sds@gnu.org>
7505
7506 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7507 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7508 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7509 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7510
905b7d38
SM
75112009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7512
b0459dec
SM
7513 * textmodes/fill.el: Convert to utf-8 encoding.
7514 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7515 pre-unicode days.
7516
905b7d38
SM
7517 * add-log.el (change-log-fill-forward-paragraph): New function.
7518 (change-log-mode): Use it so fill-region DTRT.
7519 Set fill-indent-according-to-mode here rather than in
7520 change-log-fill-paragraph.
7521 (change-log-fill-paragraph): Remove.
7522
baa7f3de
JB
75232009-09-22 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7526 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7527
a8d789f0
GM
75282009-09-22 Glenn Morris <rgm@gnu.org>
7529
daedbbc2
GM
7530 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7531 the scroll-bar scroll the calendar window rather than the buffer.
7532
d8899a74
GM
7533 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7534 commands that move point (as opposed to scrolling).
7535
a8d789f0
GM
7536 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7537
7538 * emacs-lisp/elint.el (elint): New custom group.
7539 (elint-log-buffer): Make it a defcustom.
7540 (elint-scan-preloaded, elint-ignored-warnings)
7541 (elint-directory-skip-re): New options.
7542 (elint-builtin-variables): Doc fix.
7543 (elint-preloaded-env): New variable.
7544 (elint-unknown-builtin-args): Add an entry for encode-time.
7545 (elint-extra-errors): Make it a variable rather than a constant.
7546 (elint-preloaded-skip-re): New constant.
7547 (elint-directory): Skip files matching elint-directory-skip-re.
7548 (elint-features): New variable, local to linted buffers.
7549 (elint-update-env): Initialize elint-features. Possibly add
7550 elint-preloaded-env to the buffer's environment.
7551 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7552 Skip quoted forms.
7553 (elint-init-form): New function, extracted from elint-init-env.
7554 Make non-list forms a warning rather than an error.
7555 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7556 easy-menu-define, put that adds an error-condition, and provide.
7557 When requiring cl, also require cl-macs. Really require cl, to handle
7558 some cl macros. Store required libraries in the list elint-features,
7559 so as not to re-load them. Treat cc-require like require.
7560 (elint-init-env): Call elint-init-form to do the work.
7561 Handle eval-and-compile and such like.
7562 (elint-add-required-env): Do not clear messages.
7563 (elint-special-forms): Add handlers for function, defalias, if, when,
7564 unless, and, or.
7565 (elint-form): Add optional argument to ignore elint-special-forms,
7566 useful to prevent recursive calls from handlers. Doc fix.
7567 Respect elint-ignored-warnings.
7568 (elint-form): Respect elint-ignored-warnings.
7569 (elint-bound-variable, elint-bound-function): New variables.
7570 (elint-unbound-variable): Respect elint-bound-variable.
7571 (elint-get-args): Respect elint-bound-function.
7572 (elint-check-cond-form): Add some simple handling for (f)boundp and
7573 featurep tests.
7574 (elint-check-defalias-form): New handler.
7575 (elint-check-let-form): Make an empty let a warning rather than an
7576 error.
7577 (elint-check-setq-form): Make an empty setq a warning rather than an
7578 error. Respect elint-ignored-warnings.
7579 (elint-check-defvar-form): Accept null doc-strings.
7580 (elint-check-conditional-form): New handler. Does some simple-minded
7581 checking of featurep and (f)boundp tests.
7582 (elint-put-function-args): New function.
7583 (elint-initialize): Use elint-scan-doc-file rather than
7584 elint-find-builtin-variables. Use elint-put-function-args.
7585 Possibly scan preloaded-file-list.
7586 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7587 extend to handle functions as well.
7588
245be23c
JB
75892009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7590
7591 * linum.el (linum-delete-overlays, linum-update-window):
7592 Do not modify the right margin. (Bug#3971)
7593
91fdbd6f
CY
75942009-09-21 Chong Yidong <cyd@stupidchicken.com>
7595
7596 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7597 nxml-mode instead of xml-mode.
7598
7589d38e
JB
75992009-09-21 Kevin Ryde <user42@zip.com.au>
7600
7601 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7602
5ac42715
SM
76032009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * net/dig.el (dig-mode): Use define-derived-mode.
7606
09c01323
DN
76072009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7608
4096c5f2
DN
7609 * vc-dispatcher.el (vc-do-command): Return the process object in
7610 the asynchronous case. Use when instead of if. Do not run
5480359e 7611 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7612
0e172cc2
DN
7613 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7614 properties to the stash strings.
7615 (vc-git-stash-list): Return a list of strings.
7616 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7617 (vc-git-stash-show-at-point): New functions.
7618 (vc-git-stash-map): New keymap.
7619
03304f31
SM
7620 * register.el (ctl-x-r-map): Define the keys here instead of
7621 using autoload.
09c01323 7622
03304f31 76232009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7624
7625 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7626 list, to workaround performance problem (bug#4485).
7627
2f5fc4d7
NR
76282009-09-20 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7631
b0f5fd2e
DU
76322009-09-20 Daiki Ueno <ueno@unixuser.org>
7633
7634 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7635 Document that this option is not recommended to use.
7636
f3445fab
GM
76372009-09-19 Glenn Morris <rgm@gnu.org>
7638
547c6921
GM
7639 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7640 variable `var'.
7641
f3445fab
GM
7642 * calc/calc-alg.el (var):
7643 * calc/calcalg2.el (var): Define for compiler.
7644
946c009b
CY
76452009-09-19 Chong Yidong <cyd@stupidchicken.com>
7646
e3f36d03
SM
7647 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7648 Doc fix (Bug#3932).
e2045997 7649
24aedbca
CY
7650 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7651
327dd27a
CY
7652 * time-stamp.el (time-stamp-month-dd-yyyy)
7653 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7654 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7655 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7656 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7657 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7658
946c009b
CY
7659 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7660 indent buffer only if called interactively (Bug#4452).
7661
3e70541a
JB
76622009-09-19 Juanma Barranquero <lekktu@gmail.com>
7663 Eli Zaretskii <eliz@gnu.org>
7664
7665 This fixes bug#4197 (merged to bug#865, though not identical).
7666 * server.el (server-auth-dir): Add docstring note about FAT32.
7667 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7668 but warn against using them.
7669
9b94c32e
NR
76702009-09-19 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7673 older GDB where there is no has_more field.
7674
66590684
GM
76752009-09-19 Glenn Morris <rgm@gnu.org>
7676
7677 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7678
9a1337f9
CY
76792009-09-18 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * files.el (auto-mode-alist): Change default for XML files to nXML
7682 mode (Bug#4169).
7683
d7554167
JB
76842009-09-18 Juanma Barranquero <lekktu@gmail.com>
7685
7686 * server.el (server-ensure-safe-dir): Pass 'integer
7687 to `file-attributes', as suggested.
7688
35a3f9a4
SM
76892009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7692 (dired-query): Use read-key.
7693
044f9b05
AR
76942009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7695
7696 * cus-start.el (ns-use-qd-smoothing): Remove.
7697
6188ea49
GM
76982009-09-18 Glenn Morris <rgm@gnu.org>
7699
08cf18e4
GM
7700 * allout.el (top-level): Remove unnecessary progn.
7701
07eae5c5
GM
7702 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7703
6726c25e
GM
7704 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7705 definition of abbrev table.
7706
3f527154 7707 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7708 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7709 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7710 * net/newst-backend.el (newsticker--cache-read-feed):
7711 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7712 condition-case handlers.
7713
ccb4c30c
NR
77142009-09-18 Nick Roberts <nickrob@snap.net.nz>
7715
7716 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7717 (gdb-var-list): Add an element for has_more field.
7718 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7719 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7720 (gdb-var-update-handler-1): Parse output of dynamic variable
7721 objects (STL containers).
7722 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7723 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7724
7725 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7726 gdb-var-list.
7727 (gud-speedbar-buttons): Make node expandable if expression "has more"
7728 children.
7729
8686ac71
JB
77302009-09-17 Juanma Barranquero <lekktu@gmail.com>
7731
7732 * startup.el (emacs-quick-startup): Remove variable and all uses.
7733 (command-line): Set `inhibit-x-resources' instead.
7734 (command-line-1): Use `inhibit-x-resources' instead.
7735
a69c67e8
CY
77362009-09-17 Chong Yidong <cyd@stupidchicken.com>
7737
7738 * subr.el: Fix last change to avoid using the `unless' macro,
7739 which breaks bootstrapping.
7740
354f0faf
SM
77412009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7744 extended definitions, in case we reload subr.el after having
7745 loaded CL.
7746 (eval-next-after-load): Mark as obsolete.
7747
98b9bf40
JL
77482009-09-17 Juri Linkov <juri@jurta.org>
7749
7750 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7751 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7752 (menu-bar-showhide-menu, menu-bar-tools-menu)
7753 (menu-bar-describe-menu, menu-bar-help-menu)
7754 (minibuffer-local-completion-map, minibuffer-local-map):
7755 Fix list quoting.
7756
28fab7b5
GM
77572009-09-17 Glenn Morris <rgm@gnu.org>
7758
88d5190c
GM
7759 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7760 arguments, whether or not it has a handler.
7761
74f24ba7
GM
7762 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7763
28fab7b5
GM
7764 * simple.el (hard-newline): Give it a doc-string.
7765
a8106aec
GM
7766 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7767 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7768
76251ad7
DN
77692009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7770
72033dbe
DN
7771 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7772 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7773 (menu-bar-options-menu, menu-bar-showhide-menu)
7774 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7775 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7776 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7777 (menu-bar-options-menu, menu-bar-tools-menu)
7778 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7779 (menu-bar-help-menu):
7780 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7781 string arguments.
7782
76251ad7
DN
7783 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7784 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7785 calls for the menu names and :help.
7786
97b952b7
SM
77872009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7790 to :minor-mode-function (bug#4455).
7791
8f38189e
SM
77922009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7793
d2fd733e
SM
7794 * startup.el (command-line): Initialize the window-system after
7795 processing the command-line.
7796
8f38189e
SM
7797 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7798 page-delimiter matches the empty string.
7799
77564fa4
GM
78002009-09-16 Glenn Morris <rgm@gnu.org>
7801
7802 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7803 byte-compile-not-obsolete-var. It's a list now.
7804 (byte-compile-not-obsolete-funcs): New variable.
7805 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7806 byte-compile-not-obsolete-funcs.
7807 (byte-compile-variable-ref, byte-compile-defvar): Update for
7808 byte-compile-not-obsolete-vars name-change and list nature.
7809 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7810 and variables behind (f)boundp tests.
7811 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7812
79d316d3
DN
78132009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7814
7815 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7816
8fed6934
SM
78172009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7820 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7821 Don't autoload.
7822
4078fd57
SE
78232009-09-15 Stephen Eglen <stephen@gnu.org>
7824
7825 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7826 the virtual-buffers, use the name of the buffer specified by
4078fd57 7827 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7828 problem if the target and the symlink had different names.)
4078fd57 7829
838ff458
SM
78302009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7831
b3c7c12d
SM
7832 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7833
13dc2bc2
SM
7834 * desktop.el (desktop-path): Check user-emacs-directory.
7835
49fec531
SM
7836 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7837
0e328d37
SM
7838 * loadup.el: Use after-load-functions to GC after loading each file.
7839 Remove the explicit GC calls that used to be sprinkled around.
7840
838ff458
SM
7841 * subr.el (after-load-functions): New hook.
7842 (do-after-load-evaluation): Run it. Use string-match-p to detect
7843 `obsolete' packages, rather than painfully extracting the relevant
7844 directory name.
7845
a62f564f
GM
78462009-09-15 Glenn Morris <rgm@gnu.org>
7847
7848 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7849 free variable `doc'.
7850
7851 * dired.el (dired-mode-map): Add menu entry for async shell command.
7852
7853 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7854 variables, also consider the .elc files, since the .el files are
7855 normally gzipped (subsequent code locates the .el.gz from the .elc).
7856
7857 * calc/calc-prog.el (arglist): Define for compiler.
7858
7859 * calendar/diary-lib.el (diary-display-function): Change the default to
7860 fancy display.
7861 (body): Define for compiler.
7862
7863 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7864 (byte-compile-file-form, byte-compile-lambda)
7865 (byte-compile-top-level-body, byte-compile-form)
7866 (byte-compile-variable-ref, byte-compile-setq)
7867 (byte-compile-setq-default, byte-compile-body)
7868 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7869 (batch-byte-compile): Give some more local variables with common names
7870 a "bytecomp-" prefix to avoid masking warnings about free variables.
7871
cd05fe7f
GM
7872 * startup.el (command-line-1): Give local variables with common names a
7873 distinguishing prefix, so as not to hide free variable warnings during
7874 bootstrap.
7875
a62f564f
GM
7876 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7877 clever and add a suffix to make a unique name, just let the user decide
7878 whether or not to overwrite it. If the input is a directory, write the
7879 default filename to that directory. (Bug#4388)
7880 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7881 is a filename-as-a-directory.
7882
fbc88440
SM
78832009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * textmodes/page.el (what-page): Don't move to beginning of line.
7886 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7887
60308853
DN
78882009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7889
7890 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7891
32ba3abc
DN
78922009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7893
9cd39aff
DN
7894 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7895 * help.el (help-for-help-internal): Add purecopy calls for text.
7896
32ba3abc
DN
7897 * vc.el (top): print-log method now takes an optional SHORTLOG
7898 argument. Add a new method: root.
32ba3abc
DN
7899 (vc-root-diff, vc-print-root-log): New functions.
7900 (vc-log-short-style): New variable.
7901 (vc-print-log-internal): Add support for showing short logs.
7902
7903 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7904 vc-print-root-log and vc-print-root-diff.
7905
7906 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7907 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7908 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7909 short logs.
7910
7911 * vc-cvs.el (vc-cvs-print-log):
7912 * vc-mtn.el (vc-mtn-print-log):
7913 * vc-rcs.el (vc-rcs-print-log):
7914 * vc-sccs.el (vc-sccs-print-log):
7915 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7916 that is ignored for now.
7917
837b0e99
DN
7918 * vc-mtn.el (vc-mtn-annotate-command):
7919 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7920
31cd2dd4
SM
79212009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7924 to function-key-map, and give them ascii-character property.
7925 * term/x-win.el (x-alternatives-map):
7926 * term/ns-win.el (ns-alternatives-map):
7927 * term/internal.el (msdos-key-remapping-map):
7928 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7929
d62e5bf2
GM
79302009-09-14 Glenn Morris <rgm@gnu.org>
7931
7932 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7933 temp-buffers (2009-09-12).
7934
7d0105e5
SM
79352009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7938 the new read-key function.
7939
e17ed9ad
CY
79402009-09-13 Chong Yidong <cyd@stupidchicken.com>
7941
7942 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7943 is defined (Bug#4405).
7944
1fc26e29
CY
79452009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7946
7947 * recentf.el (recentf-cleanup): Use a hash table to find
7948 duplicates (Bug#4407).
7949
61dc96a2 79502009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7951
7952 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7953 kp-0 to ascii equivalents (Bug#4325).
7954
42c3a9e3
CY
79552009-09-13 Chong Yidong <cyd@stupidchicken.com>
7956
1f5c1626
CY
7957 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7958
42c3a9e3 7959 * eshell/em-hist.el:
31cd2dd4
SM
7960 * eshell/em-dirs.el (eshell-complete-user-reference):
7961 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7962
79632009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7964
7965 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7966 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7967 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7968 * eshell/em-hist.el (eshell-history-file-name):
7969 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7970
1e2b6acf
GM
79712009-09-13 Glenn Morris <rgm@gnu.org>
7972
7973 * ediff-merg.el (ediff-do-merge):
7974 * filesets.el (filesets-run-cmd):
7975 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7976 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7977 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7978 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7979 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7980 Replace empty `let's with `progn'.
7981
adba8116
SM
79822009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * mail/sendmail.el (send-mail-function):
7985 * tooltip.el (tooltip-mode):
7986 * simple.el (transient-mark-mode):
7987 * rfn-eshadow.el (file-name-shadow-mode):
7988 * frame.el (blink-cursor-mode):
7989 * font-core.el (global-font-lock-mode):
7990 * files.el (temporary-file-directory)
7991 (small-temporary-file-directory, auto-save-file-name-transforms):
7992 * epa-hook.el (auto-encryption-mode):
7993 * composite.el (global-auto-composition-mode):
7994 Use custom-initialize-delay.
7995 * startup.el (command-line): Don't explicitly call
7996 custom-reevaluate-setting for all the above vars.
7997 * custom.el (custom-initialize-safe-set)
7998 (custom-initialize-safe-default): Delete.
7999
0a4afea9
SM
80002009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8001
9f94990d
SM
8002 * term/x-win.el (x-initialize-window-system):
8003 * term/w32-win.el (w32-initialize-window-system):
8004 * term/ns-win.el (ns-initialize-window-system): Don't call
8005 mouse-wheel-mode since it's enabled globally by default already.
8006
0a4afea9
SM
8007 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8008 actually define the variable, but only silences the byte-compiler.
8009 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8010 before looking it up.
8011 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8012 is changed.
8013
bf01513f
GM
80142009-09-12 Glenn Morris <rgm@gnu.org>
8015
8016 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8017 1000.
8018 (elint-add-required-env): Don't beep on error.
8019 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8020 (elint-init-env): Skip non-list forms.
8021 (elint-log): Handle unknown file positions.
bf01513f 8022
d85889e4
DU
80232009-09-12 Daiki Ueno <ueno@unixuser.org>
8024
8025 * epg.el (epg-make-context): Add autoload cookie.
8026 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8027 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8028 (epg-verify-string, epg-start-sign, epg-sign-file)
8029 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8030 (epg-encrypt-string, epg-start-export-keys)
8031 (epg-export-keys-to-file, epg-export-keys-to-string)
8032 (epg-start-import-keys, epg-import-keys-from-file)
8033 (epg-import-keys-from-string, epg-start-receive-keys)
8034 (epg-receive-keys, epg-import-keys-from-server)
8035 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8036 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8037 (epg-generate-key-from-file, epg-generate-key-from-string):
8038 Remove autoload cookie.
d85889e4 8039
8f825ee6
EZ
80402009-09-12 Eli Zaretskii <eliz@gnu.org>
8041
36b434ee
EZ
8042 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8043 reevaluation of trash-directory.
8044
8f825ee6
EZ
8045 * mwheel.el: Fix last change.
8046 (mouse-wheel-mode): New defvar.
8047 (mouse-wheel-mode): Remove autoload cookie.
8048
5766c380
SM
80492009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8050
ab5c0fcd
SM
8051 * mwheel.el (mwheel-installed-bindings): New var.
8052 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8053 the bindings we set last time. Use custom-initialize-delay.
8054 * loadup.el: Load mwheel after term/*-win.el.
8055 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8056 and mouse-wheel-up-event now that their first evaluation is done
8057 sufficiently late to be correct.
8058
45448e64
SM
8059 * startup.el (tutorial-directory): Make it a defcustom.
8060 Use custom-initialize-delay rather than eval-at-startup to set it.
8061 * image.el (image-load-path): Make it a defcustom.
8062 Use custom-initialize-delay rather than eval-at-startup to set it.
8063 * subr.el (eval-at-startup): Remove.
8064 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8065
5766c380
SM
8066 * subr.el (do-after-load-evaluation): Warn the user after loading an
8067 obsolete package.
8068
d6549da4
GM
80692009-09-12 Glenn Morris <rgm@gnu.org>
8070
8071 * proced.el (proced-mark-alt): Remove alias.
8072 (proced-mode-map): Remove proced-mark-alt.
8073
8074 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8075 Elint file and directory. Remove initialization entry.
8076
8077 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8078 commands.
8079 (elint-current-buffer): Set mode-line-process.
8080 (elint-init-env): Handle define-derived-mode.
8081 Fix declare-function with unspecified arglist. Guard against odd
8082 defalias statements (eg iso-insert's 8859-1-map).
8083 (elint-add-required-env): Use a temp buffer.
8084 (elint-form): Just print the function/macro name, not the whole form.
8085 Return env unchanged if we fail to parse a macro.
8086 (elint-forms): Guard against parse errors.
8087 (elint-output): New function, to handle batch mode.
8088 (elint-log-message): Add optional argument. Use elint-output.
8089 (elint-set-mode-line): New function.
8090
30194d4d
CY
80912009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8092
8093 * emacs-lisp/elp.el (elp-not-profilable): Add more
8094 functions (Bug#4233).
8095
a035f9b0
CY
80962009-09-12 Chong Yidong <cyd@stupidchicken.com>
8097
8098 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8099 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8100
dad61164
NR
81012009-09-11 Nick Roberts <nickrob@snap.net.nz>
8102
8103 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8104 (gdb-var-list-children): Use json parsing.
8105
9c3c9fdf 81062009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8107
8108 * progmodes/js.el (js--proper-indentation): Handle the case where
8109 char-before is null. Reported by Deniz Dogan.
8110
b4587710
JB
81112009-09-11 Juanma Barranquero <lekktu@gmail.com>
8112
8113 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8114
13890796
DU
81152009-09-11 Daiki Ueno <ueno@unixuser.org>
8116
8117 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8118 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8119 (epg-context-set-passphrase-callback)
97d4bdba 8120 (epg-context-set-progress-callback): Add description about
b18508dd 8121 callback function.
13890796 8122
2efb64a8
SM
81232009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8124
790d0270
SM
8125 * custom.el (custom-delayed-init-variables): New var.
8126 (custom-initialize-delay): New function.
8127 * startup.el (command-line): "Re"evaluate all vars in
8128 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8129 explicitly any more.
8130 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8131 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8132
8133 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8134
ac243a40
NR
81352009-09-11 Nick Roberts <nickrob@snap.net.nz>
8136
8137 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8138 (gdb-var-update-handler): Use json parsing.
8139
657bc6fc
JB
81402009-09-11 Juanma Barranquero <lekktu@gmail.com>
8141
8142 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8143 decode annotated text, regardless of language environment. (Bug#2741)
8144
b6fe8102
SM
81452009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * Makefile.in (autoloads): Make rmail.el writable as well.
8148
5cc443fe
GM
81492009-09-11 Glenn Morris <rgm@gnu.org>
8150
5515c54e
GM
8151 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8152 loaddefs.el.
8153 * dired.el: Regenerate with extracted autoloads.
8154 * Makefile.in (autoloads): Make dired.el writable.
8155
15067158
GM
8156 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8157 * ibuffer.el: Regenerate with extracted autoloads.
8158 * Makefile.in (autoloads): Make ibuffer.el writable.
8159
d35d0238
GM
8160 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8161 * version.el (emacs-copyright, emacs-major-version)
8162 (emacs-minor-version): Reformat doc-strings for make-docfile.
8163
5cc443fe
GM
8164 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8165 functions and variables, since they must be stuff specific to some other
8166 platform.
8167 (apropos-print): Make mouse-click message less specific about button.
8168
8169 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8170 that records where a macro was defined.
8171 * help-fns.el (describe-function-1): Mention if a function has a
8172 compiler-macro.
8173 * help-mode.el (help-function-cmacro): New button.
8174
8175 * locate.el (top-level): Always require dired.
8176 (locate-mode-map): Initialize inside the defvar.
8177
8178 * net/ange-ftp.el (dired-compress-file): Declare.
8179 (ange-ftp-dired-compress-file): Add doc string.
8180
8181 * term/ns-win.el (x-display-name, x-setup-function-keys):
8182 Unify doc-strings with X versions.
8183
8cb95edf
SM
81842009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8185
726a4d09
SM
8186 * emulation/crisp.el (crisp-mode-map): Move initialization
8187 into declaration.
8188 (crisp-mode): Use define-minor-mode.
8189
8cb95edf
SM
8190 * progmodes/xscheme.el (xscheme-evaluation-commands):
8191 Put a :advertised-binding property rather than using
8192 advertised-xscheme-send-previous-expression.
8193 (advertised-xscheme-send-previous-expression): Declare obsolete.
8194 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8195 `advertised-undo'.
8196 (crisp-mode): Add corresponding bindings to
8197 undo's :advertised-binding instead.
8198 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8199 than using dired-advertised-find-file.
8200 (dired-advertised-find-file):
8201 * simple.el (advertised-undo):
8202 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8203 (widget-keymap): Put a :advertised-binding property rather
8204 than using advertised-widget-backward.
8205 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8206 than using advertised-undo.
8207 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8208
07db5857
SS
82092009-09-10 Simon South <ssouth@slowcomputing.org>
8210
8211 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8212 Mark mode is enabled and region is active; otherwise indent or
8213 insert TAB as usual.
8214 (delphi-mode): Update description of TAB-key binding.
8215
50d4ba39
SM
82162009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * subr.el (define-key-rebound-commands): Mark obsolete.
8219 * startup.el (precompute-menubar-bindings): Remove.
8220 (normal-top-level): Remove obsolete code that tried to precompute
8221 menubar bindings.
8222 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8223 define-key-rebound-commands and precompute-menubar-bindings.
8224
ffa894db
KY
82252009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8226
8227 * net/imap.el (imap-interactive-login): Better messages.
8228 (imap-open): Fix bug with renamed buffer on reconnect.
8229 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8230 for easier debugging and cleaner code. On successful (guessed based on
8231 server capabilities) secondary authentication, set imap-state
8232 correctly.
8233 (imap-last-authenticator): Define imap-last-authenticator as a variable
8234 to avoid warnings.
8235
9477096c
GM
82362009-09-10 Glenn Morris <rgm@gnu.org>
8237
8238 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8239
8240 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8241 (byte-compile-file-form-autoload): Don't warn about unknown functions
8242 where the autoload statement comes after the use.
8243 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8244 that any handlers inside the body (eg require) are in turn respected.
8245
8246 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8247 effects.
8248
8249 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8250 and syntax and abbrev tables basic docs, if they don't have any.
8251
8252 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8253
8254 * international/mule-cmds.el (top-level): Require cl when compiling.
8255 (view-hello-file): Use default-value rather than
8256 default-enable-multibyte-characters.
8257
8258 * progmodes/fortran.el: Move all safe and risky properties into the
8259 defcustoms.
8260
8261 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8262 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8263 * mail/undigest.el:
8264 Put autoloads in rmail.el rather than loaddefs.el.
8265 * mail/rmail.el: Regenerate with extracted autoloads.
8266
8267 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8268 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8269
9f16c547
NR
82702009-09-10 Nick Roberts <nickrob@snap.net.nz>
8271
8272 Reported in thread for Bug#4375.
8273 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8274 "-data-evaluate-expression" instead of print.
8275 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8276 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8277 (gdb): Revert 2009-08-11 change. User should detach inferior
8278 manually.
9f16c547
NR
8279
8280 Remove the word "separate" from IO functions as inferior
8281 output is now never displayed in the GUD buffer.
8282
50405cd0
JB
82832009-09-10 Juanma Barranquero <lekktu@gmail.com>
8284
8285 * startup.el (command-line-normalize-file-name): On Windows and
8286 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8287
7ae62430
JL
82882009-09-10 Juri Linkov <juri@jurta.org>
8289
8290 * isearch.el (isearch-text-char-description): Propertize escape
8291 character sequences with the `escape-glyph' face. (Bug#4344)
8292
8293 * simple.el (shell-command): Set asynchronous process filter to
8294 `comint-output-filter'. (Bug#4343)
8295
8296 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8297 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8298 the list. Move "asm" to the bottom.
8299 (grep-find-ignored-directories): Add `choice' with nil value
8300 to empty the list easily.
8301 (grep-find-ignored-files): New option.
8302 (grep-files-history): Set to nil by default instead of '("ch" "el").
8303 (grep-compute-defaults): Add "<X>" to `grep-template'.
8304 (grep-read-files): Bind new local variables `default-alias' and
8305 `default-extension'. Use a list of default values for the file prompt.
8306 (lgrep): Add `--exclude=' command line options composed from
8307 `grep-find-ignored-files'.
8308 (rgrep): Add `-name' command line options composed from
8309 `grep-find-ignored-files'. (Bug#4301)
8310
cd875252
SM
83112009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8314 (bug#4368).
8315
cdce0b33
KY
83162009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8317
8318 * calendar/time-date.el (autoload):
8319 Expand define-obsolete-function-alias into defalias and make-obsolete
8320 for old Emacsen that Gnus supports.
8321 (with-no-warnings): Define it for old Emacsen.
8322 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8323 is available.
8324 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8325 float-time is available; suppress compile warning for time-to-seconds.
8326
83272009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8328
8329 * net/imap.el (imap-message-map): Docstring fix.
8330
2b2eb431
GM
83312009-09-09 Glenn Morris <rgm@gnu.org>
8332
8333 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8334 line numbers too. (Bug#4374)
8335
83a5aac5
SM
83362009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8337
755e0210
SM
8338 * smerge-mode.el (smerge-remove-props, smerge-refine):
8339 Use with-silent-modifications (bug#4342).
8340
83a5aac5
SM
8341 * subr.el (with-silent-modifications): New macro.
8342
79f01fa7
JB
83432009-09-07 Juanma Barranquero <lekktu@gmail.com>
8344
8345 * files.el (top-level): Require `cl' when compiling.
8346
448ecec3
GM
83472009-09-07 Glenn Morris <rgm@gnu.org>
8348
8349 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8350
8f09a02f
GM
8351 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8352 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8353
76ff67bf
NR
83542009-09-06 Nick Roberts <nickrob@snap.net.nz>
8355
8356 * vc-git.el (vc-git-annotate-command): Use separator to parse
8357 arguments correctly.
8358
943c8b75
EZ
83592009-09-06 Eli Zaretskii <eliz@gnu.org>
8360
8361 * proced.el (proced-mode): Doc fix.
8362
680db9ac
MA
83632009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8364
8365 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8366 lstat fails.
8367 (tramp-do-file-attributes-with-ls): Check for file existence at
8368 remote end.
8369 (tramp-do-file-attributes-with-stat): Likewise.
8370 (tramp-convert-file-attributes): Return nil when attr is nil.
8371
3f12e5bd
GM
83722009-09-05 Glenn Morris <rgm@gnu.org>
8373
c8dc27bf
GM
8374 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8375 properties to this button.
8376 (diary-fancy-display): Don't extend the button to the final newline.
8377 (diary-fancy-display-mode): Continue to define "q" as a local key.
8378
cca065d8
GM
8379 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8380 efficient.
8381
cddaedb6
GM
8382 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8383
3f12e5bd
GM
8384 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8385 (byte-compile-dest-file-function): New option.
8386 (byte-compile-dest-file): Doc fix.
8387 Obey byte-compile-dest-file-function.
8388 (byte-compile-cl-file-p): New function.
8389 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8390 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8391 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8392 than for file being previously loaded.
8393 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8394 (byte-compile-file-form-require): Handle the case where requiring a file
8395 indirectly causes CL to be loaded.
8396
049a231b
KF
83972009-09-05 Karl Fogel <kfogel@red-bean.com>
8398
8399 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8400 before killing the old buffer, since by the time `kill-buffer' is
8401 run so many buffer variables have been set to nil that it may not
8402 behave as expected. (Bug#4061)
8403
ef7ef2a0
KF
84042009-09-05 Karl Fogel <kfogel@red-bean.com>
8405
8406 * files.el (find-alternate-file): If the old buffer is modified
8407 and visiting a file, behave similarly to `kill-buffer' when
8408 killing it, thus reverting to the pre-1.878 behavior; see
8409 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8410 for discussion. Also, consult `buffer-file-name' as a variable
8411 not as a function, for consistency with the rest of the code.
8412
73d854cd
MA
84132009-09-04 Michael Albinus <michael.albinus@gmx.de>
8414
8415 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8416 also when adding a new directory.
8417
8418 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8419 defun.
8420
df120481
SM
84212009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * files.el (locate-file-completion-table): Make it provide boundary
8424 information, so partial-completion works better.
8425
c0bc6d79
SM
84262009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8427
8428 * mail/footnote.el (Footnote-text-under-cursor):
8429 Check footnote-text-marker-alist before using it (bug#4324).
8430
f76a9756
GM
84312009-09-04 Glenn Morris <rgm@gnu.org>
8432
67d110f1
GM
8433 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8434 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8435 * play/solitaire.el, play/tetris.el:
8436 Remove leading * from defcustom and defface docs.
8437
b42d4989
GM
8438 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8439 necessary.
8440 (diary-fancy-overriding-map): New variable.
8441 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8442 Use view-mode.
8443
f76a9756
GM
8444 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8445 goto-line.
8446
e605eeeb
GM
84472009-09-03 Glenn Morris <rgm@gnu.org>
8448
597e2240
GM
8449 * arc-mode.el (archive-mode):
8450 * dos-fns.el (set-default-process-coding-system):
8451 * man.el (Man-getpage-in-background):
8452 * menu-bar.el (menu-bar-describe-menu):
8453 * server.el (server-process-filter):
8454 * startup.el (command-line):
8455 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8456 * w32-fns.el (set-default-process-coding-system):
8457 * x-dnd.el (x-dnd-handle-file-name):
8458 * international/mule-cmds.el (mule-menu-keymap)
8459 (set-default-coding-systems, language-info-alist, set-language-info)
8460 (set-language-environment, standard-display-european-internal)
8461 (set-locale-environment):
8462 * international/mule-diag.el (mule-diag):
8463 * mail/emacsbug.el (report-emacs-bug):
8464 * mail/rmail.el (rmail-mode):
8465 * mail/sendmail.el (mail-setup):
8466 Use default-value rather than default-enable-multibyte-characters.
8467
f38184aa
GM
8468 * progmodes/f90.el: Move all safe properties into the defcustoms.
8469 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8470
e605eeeb
GM
8471 * calendar/appt.el (appt-check):
8472 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8473 (diary-check-diary-file, diary-list-entries)
8474 (diary-include-other-diary-files, diary-simple-display)
8475 (diary-fancy-display, diary-print-entries)
8476 (diary-mark-included-diary-files, diary-make-entry):
8477 Don't call substitute-in-file-name on diary-file.
8478
734db384
SM
84792009-09-03 Eduard Wiebe <usenet@pusto.de>
8480 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8483 (footnote-mode-map): Move initialization into the declaration.
8484 (footnote-minor-mode-map): Define it rather than changing global-map.
8485 (footnote-mode): Use define-minor-mode.
8486
e5aa47f9
MA
84872009-09-02 Michael Albinus <michael.albinus@gmx.de>
8488
8489 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8490 (tramp-do-file-attributes-with-perl)
8491 (tramp-do-file-attributes-with-stat): Rename from
8492 `tramp-handle-file-attributes-with-*'.
8493 (tramp-handle-file-attributes): Use them.
8494 (tramp-do-directory-files-and-attributes-with-perl)
8495 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8496 `tramp-handle-directory-files-and-attributes-with-*'.
8497 (tramp-handle-directory-files-and-attributes): Use them.
8498 (tramp-method-out-of-band-p): Additional parameter SIZE.
8499 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8500 (tramp-handle-write-region): Use it.
734db384 8501 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8502 (tramp-handle-vc-registered): Check, whether the first run did
8503 return files to be tested.
8504 (tramp-advice-make-auto-save-file-name): Do not call directly
8505 `tramp-handle-make-auto-save-file-name', because this would bypass
8506 the locking mechanism.
8507
734db384 8508 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8509 (file-remote-p, process-file, start-file-process, set-file-times)
8510 (tramp-compat-file-attributes): Compatibility functions shall not
8511 call directly `tramp-handle-*', because this would bypass the
8512 locking mechanism.
8513 (tramp-compat-number-sequence): New defun.
8514
6e2ca895
GM
85152009-09-02 Glenn Morris <rgm@gnu.org>
8516
697c7714
GM
8517 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8518 alias for float-time.
8519 (time-to-number-of-days): In Emacs, use float-time.
8520 * net/newst-backend.el (time-add): Suppress warnings from compat
8521 function.
8522 * time.el (emacs-uptime, emacs-init-time):
8523 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8524 Use float-time rather than time-to-seconds.
8525
6e2ca895
GM
8526 * minibuffer.el (completion-initials-expand): Fix typo.
8527
8528 * faces.el (modeline, modeline-inactive, modeline-highlight)
8529 (modeline-buffer-id):
8530 * info.el (info-menu-5): Mark these face aliases as obsolete.
8531
ed17efec
NR
85322009-09-01 Nick Roberts <nickrob@snap.net.nz>
8533
8534 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8535 space ...
8536 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8537 no "--thread" option.
8538 (gdb-stopped): Don't print "Switched to thread" message when it is
8539 unchanged.
8540
fcb68f70
SM
85412009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * minibuffer.el (completion-try-completion)
8544 (completion-all-completions): Remove ill-defined (and
8545 mistakenly installed and luckily never used nor documented)
8546 `completion-styles' property.
8547 (completion-initials-expand, completion-initials-all-completions)
8548 (completion-initials-try-completion): New functions.
8549 (completion-styles-alist): Add doc to each entry.
8550 Add new `initials' entry.
8551
83318a6d
NR
85522009-09-01 Nick Roberts <nickrob@snap.net.nz>
8553
8554 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8555 MI command -var-evaluate-expression.
8556 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8557 and tweak for case of string child.
734db384 8558 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8559
d63eb0e7
GM
85602009-09-01 Glenn Morris <rgm@gnu.org>
8561
c4f6e489
GM
8562 * add-log.el (change-log-date-face, change-log-name-face)
8563 (change-log-email-face, change-log-file-face, change-log-list-face)
8564 (change-log-conditionals-face, change-log-function-face)
8565 (change-log-acknowledgement-face):
8566 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8567 (custom-modified-face, custom-set-face, custom-changed-face)
8568 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8569 (custom-documentation-face, custom-state-face, custom-comment-face)
8570 (custom-comment-tag-face, custom-variable-tag-face)
8571 (custom-variable-button-face, custom-face-tag-face)
8572 (custom-group-tag-face-1, custom-group-tag-face):
8573 * diff-mode.el (diff-header-face, diff-file-header-face)
8574 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8575 (diff-added-face, diff-changed-face, diff-function-face)
8576 (diff-context-face, diff-nonexistent-face):
8577 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8578 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8579 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8580 (Info-title-4-face):
8581 * isearch.el (isearch-lazy-highlight-face):
8582 * log-view.el (log-view-file-face, log-view-message-face):
8583 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8584 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8585 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8586 (cvs-msg-face):
8587 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8588 (smerge-base-face, smerge-markers-face):
8589 * wid-edit.el (widget-documentation-face, widget-button-face)
8590 (widget-field-face, widget-single-line-field-face)
8591 (widget-inactive-face, widget-button-pressed-face):
8592 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8593 (woman-addition-face):
2fb1ec93
GM
8594 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8595 (eshell-ls-executable-face, eshell-ls-readonly-face)
8596 (eshell-ls-unreadable-face, eshell-ls-special-face)
8597 (eshell-ls-missing-face, eshell-ls-archive-face)
8598 (eshell-ls-backup-face, eshell-ls-product-face)
8599 (eshell-ls-clutter-face):
8600 * eshell/em-prompt.el (eshell-prompt-face):
8601 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8602 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8603 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8604 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8605 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8606 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8607 (antlr-font-lock-literal-face):
c4f6e489
GM
8608 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8609 (ebrowse-root-class-face, ebrowse-file-name-face)
8610 (ebrowse-default-face, ebrowse-member-attribute-face)
8611 (ebrowse-member-class-face, ebrowse-progress-face):
8612 * progmodes/make-mode.el (makefile-space-face):
8613 * progmodes/sh-script.el (sh-heredoc-face):
8614 * textmodes/flyspell.el (flyspell-incorrect-face)
8615 (flyspell-duplicate-face):
8616 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8617 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8618 Mark face aliases with "-face" suffix as obsolete.
8619
d80619fa
GM
8620 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8621 compiler.
8622
5f68c1b7
GM
8623 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8624 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8625 easy-menu-define wants to modify these.
8626
8627 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8628
8629 * net/browse-url.el (browse-url-file-url):
8630 * term/internal.el (dos-codepage-setup):
8631 Use default-value rather than default-enable-multibyte-characters.
8632
d80619fa 8633 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8634 * progmodes/flymake.el (flymake-highlight-line)
8635 (flymake-goto-file-and-line, flymake-goto-line):
8636 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8637 (gdb-goto-breakpoint):
8638 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8639 * progmodes/python.el (python-find-function)
8640 (python-pdbtrack-track-stack-file):
8641 * progmodes/verilog-mode.el (verilog-surelint-off):
8642 * term/ns-win.el (ns-open-file-select-line):
8643 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8644 Use forward-line rather than goto-line.
8645
d63eb0e7
GM
8646 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8647 * textmodes/reftex-index.el (reftex-display-index):
8648 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8649 * textmodes/reftex-toc.el (reftex-toc):
8650 Remove unnecessary bindings of default-major-mode (all are followed by
8651 major-mode check and possible mode switch).
8652
0afad278
NR
86532009-08-31 Nick Roberts <nickrob@snap.net.nz>
8654
8655 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8656 Handle watchpoints (bug#4282).
8657 (def-gdb-thread-buffer-command): Enable thread to be selected by
8658 clicking without selecting threads buffer first.
8659 (gdb-current-context-command): Use selected frame so that "up",
8660 "down" etc work in the GUD buffer.
8661 (gdb-update): Find selected frame before rendering stack buffer.
8662 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8663
4e135dd2
SM
86642009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * progmodes/sym-comp.el (displayed-completions): Remove.
8667 (symbol-complete): Use minibuffer-complete.
8668
e61eba34
GM
86692009-08-31 Glenn Morris <rgm@gnu.org>
8670
8671 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8672
734db384
SM
8673 * apropos.el (apropos-symbols-internal):
8674 Handle (obsolete) face aliases.
e61eba34
GM
8675
8676 * faces.el (describe-face): Adjust the output format to be more like
8677 describe-variable, and to mention (obsolete) face aliases.
8678 Adjust the whitespace so that help-setup-xref works.
8679
8680 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8681 * calendar/diary-lib.el (diary-button-face):
8682 Mark these face aliases as obsolete.
8683
8684 * calendar/calendar.el (calendar-today): Doc fix.
8685
4cf71456
NR
86862009-08-31 Nick Roberts <nickrob@snap.net.nz>
8687
8688 * progmodes/gdb-mi.el (gdb-control-all-threads)
8689 (gdb-control-current-thread): Force tool bar update.
8690 (gdb-non-stop-handler): New function.
8691 (gdb-init-1): Use it to test if non-stop mode is supported.
8692 Remove unused gdbmi buffer type.
8693
e61eba34 86942009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8695
8696 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8697 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8698
4324f7ca
NR
86992009-08-30 Nick Roberts <nickrob@snap.net.nz>
8700
8701 * comint.el (comint-exec-1): Check command is non-null first.
8702 Part of gdb-mi.el change (2009-08-28).
8703
a1bf889a
SM
87042009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8707
060c08b5
JB
87082009-08-30 Juanma Barranquero <lekktu@gmail.com>
8709
8710 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8711 instead of `dolist' to avoid a recursive require when bootstrapping.
8712
ab22be48
SM
87132009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8714
73ebf88f
SM
8715 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8716
80629cfc
SM
8717 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8718
206d0387 8719 * net/imap.el (imap-send-command): Simplify.
734db384 8720 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8721
844f7784
SM
8722 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8723
5ca4661e
SM
8724 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8725 with constant argument.
8726
c61dc887
SM
8727 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8728
7eb73deb
SM
8729 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8730
5fe443de
SM
8731 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8732 Change default, since most of our files don't have a history.
8733 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8734 the user.
8735
6444d64a
SM
8736 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8737 Add comint-run.
8738
5cb16bfc
SM
8739 * calc/calc.el: Improve commenting convention.
8740 (calc-digit-map, toplevel): Simplify.
8741
0aeb71a7
SM
8742 * comint.el (comint-insert-input): Be careful to only set point if we
8743 don't delegate to some other command.
8744
9a9af856
SM
8745 * proced.el (proced-signal-list): Make it an alist.
8746 (proced-grammar-alist): Capitalize names.
8747 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8748 Disable undo manually and make it read-only.
8749 Use completion-annotate-function.
8750
ab22be48
SM
8751 * minibuffer.el (minibuffer-message): If the current buffer is not
8752 a minibuffer, insert the message in the echo area rather than at the
8753 end of the buffer.
8754 (completion-annotate-function): New variable.
8755 (minibuffer-completion-help): Use it.
8756 (completion--embedded-envvar-table): Environment vars are
8757 always case-sensitive.
8758
4a948dbf
GM
87592009-08-30 Glenn Morris <rgm@gnu.org>
8760
8761 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8762 from fortran-current-defun.
8763 (fortran-beginning-of-subprogram): Be more precise about finding the
8764 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8765 (fortran-end-of-subprogram): Simplify.
8766 (fortran-current-defun): Use fortran-start-prog-re.
8767
486cf3b8
JB
87682009-08-29 Juanma Barranquero <lekktu@gmail.com>
8769
8770 * subr.el (do-after-load-evaluation): Simplify.
8771
db167d28
DN
87722009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8773
8774 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8775
8776 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8777 (vc-rcs-print-log): Use it.
8778
8779 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8780
efbc652a
SM
87812009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8782
2aa0e5bf
SM
8783 * paths.el (abbrev-file-name): Move to abbrev.el.
8784 * abbrev.el (abbrev-file-name): Move from paths.el.
8785 Obey user-emacs-directory.
8786 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8787 user-emacs-directory.
8788 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8789 abbrev-file-name and calc-settings-file any more.
8790 * startup.el (command-line): Recompute abbrev-file-name and
8791 abbreviated-home-dir.
8792 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8793 of the special code for when C-h bindings haven't been changed.
8794 (display-startup-echo-area-message): Use with-current-buffer.
8795 (command-line-1): Use a list of strings, rather than a list of lists
8796 of strings for longopts.
8797
51da8fe2
SM
8798 * files.el (get-free-disk-space): Use / for default-directory.
8799
0c3cc4dd
SM
8800 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8801 Use with-current-buffer.
8802
d988dbf6
SM
8803 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8804 Recognize immutable variables like most-positive-fixnum.
8805 (byte-compile-setq-default): Check and warn if trying to assign
8806 to an immutable variable, or a non-variable.
8807
efbc652a
SM
8808 * progmodes/cc-vars.el (c-comment-continuation-stars):
8809 * progmodes/cc-engine.el (c-looking-at-bos):
8810 * progmodes/cc-cmds.el (c-toggle-auto-state)
8811 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8812 (c-comment-line-break-function): Add version of obsolescence.
8813
d30a05d1
JL
88142009-08-28 Juri Linkov <juri@jurta.org>
8815
8816 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8817 associated with `archive-mode'.
8818
8819 * image.el (image-type-header-regexps): Use only JPEG magic number
8820 to determine JPEG images, and don't use `image-jpeg-p' because
8821 Emacs can display non-JFIF non-Exif JPEG images.
8822
1e8eecea
JB
88232009-08-28 Juanma Barranquero <lekktu@gmail.com>
8824
8825 * arc-mode.el (archive-mode):
8826 * emacs-lisp/re-builder.el (re-builder-unload-function):
8827 Protect against the default value of `major-mode' being nil.
8828
dd4fbf56
JB
88292009-08-28 Juanma Barranquero <lekktu@gmail.com>
8830
8831 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8832 Fix typos in docstrings.
8833
8834 * progmodes/js.el (js--macro-decl-re): Doc fix.
8835 (js--plain-method-re, js--split-name): Refloc docstring.
8836 (js--class-styles, js--make-merged-item, js--splice-into-items):
8837 Fix typos in docstrings; reflow docstrings.
8838 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8839 (js--variable-decl-matcher, js--inside-pitem-p)
8840 (js--parse-state-at-point, js--get-all-known-symbols)
8841 (js--symbol-history, js-find-symbol, js--js-references)
8842 (js--moz-interactor, js--js-encode-value, js--read-tab):
8843 Fix typos in docstrings.
8844
72f16325
SM
88452009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8846
14acf2f5
SM
8847 * textmodes/reftex.el (reftex-get-file-buffer-force):
8848 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8849 * emulation/viper.el (viper-go-away, viper-set-hooks):
8850 * emacs-lisp/re-builder.el (re-builder-unload-function):
8851 * emacs-lisp/bytecomp.el (byte-compile-file):
8852 * ses.el (ses-unload-function):
8853 * hexl.el (hexl-find-file):
8854 * files.el (normal-mode):
8855 * ehelp.el (with-electric-help):
8856 * autoinsert.el (auto-insert-alist):
8857 * arc-mode.el (archive-mode):
8858 Use (default-value 'major-mode) instead of default-major-mode.
8859
72f16325
SM
8860 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8861 * international/mule.el (load-with-code-conversion):
8862 * emacs-lisp/debug.el (debug):
8863 * ediff-vers.el (ediff-rcs-get-output-buffer):
8864 * dired.el (dired-internal-noselect): Don't let-bind
8865 default-major-mode around code that doesn't use it.
8866 E.g. buffer creation via get-buffer-create doesn't use it.
8867
aa485f7c
MA
88682009-08-28 Michael Albinus <michael.albinus@gmx.de>
8869
8870 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8871 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8872 when writing the temp file. Otherwise, epa-file gets confused.
8873 (tramp-register-file-name-handlers): Make it a defun. Move also
8874 `epa-file-handler' to the front of `file-name-handler-alist'.
8875
88762009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8879 start right after a ^M.
8880 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8881 (tramp-completion-file-name-regexp-separate)
8882 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8883 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8884 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8885 (tramp-completion-file-name-handler): Apply the checks here,
8886 instead during registration.
48c2d18a 8887 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8888 `tramp-register-file-name-handler'. Register both
8889 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8890 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8891
3f0c2b92
NR
88922009-08-28 Nick Roberts <nickrob@snap.net.nz>
8893
72f16325
SM
8894 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8895 Remove variable ...
3f0c2b92
NR
8896 (gdb-init-1, gdb-display-separate-io-buffer)
8897 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8898 references to it.
8899 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8900 (gdb-inferior-filter): Use comint-output-filter to stop
8901 echoing and remove ^M characters.
8902
705e5bd9
SM
89032009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8904
009fdc2e
SM
8905 * emulation/viper-init.el (viper-restore-cursor-type):
8906 * emulation/cua-base.el (cua--update-indications):
8907 Replace default-cursor-type with (default-value 'cursor-type).
8908
b56a5ae0
SM
8909 * mail/sendmail.el (mail-recover-1):
8910 * international/mule-diag.el (describe-current-coding-system-briefly)
8911 (describe-current-coding-system):
8912 * international/mule-cmds.el (select-safe-coding-system)
8913 (select-message-coding-system)
8914 (set-language-environment-coding-systems, set-locale-environment):
8915 * hexl.el (hexl-insert-multibyte-char):
8916 * dos-w32.el (find-buffer-file-type-coding-system):
8917 * simple.el (what-cursor-position):
8918 Replace uses of default-buffer-file-coding-system
8919 with (default-value 'buffer-file-coding-system).
8920
de70529f
SM
8921 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8922 Replace uses of default-cursor-in-non-selected-windows
8923 with (default-value 'cursor-in-non-selected-windows).
8924 Use with-current-buffer.
8925
705e5bd9
SM
8926 * mail/feedmail.el: Use CL macros.
8927 (feedmail-run-the-queue, feedmail-send-it-immediately):
8928 * dos-w32.el (find-buffer-file-type): Replace uses of
8929 default-buffer-file-type with (default-value 'buffer-file-type).
8930
4d985ac2
GM
89312009-08-28 Glenn Morris <rgm@gnu.org>
8932
8933 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8934 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8935 Use default-value of major-mode rather than default-major-mode.
8936
17c15b81
SM
89372009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8938
3a68ab06
SM
8939 * Makefile.in (update-elcfiles): Report left over elc files.
8940
9421bdd1
SM
8941 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8942 expand-file-name and with-current-buffer.
8943 (mail-get-names, mail-directory): Use with-current-buffer.
8944
17c15b81
SM
8945 * vc.el (vc-read-revision): New function.
8946 (vc-version-diff, vc-merge): Use it.
8947
ba83a64e
SS
89482009-08-27 Sam Steingold <sds@gnu.org>
8949
8950 * simple.el (kill-do-not-save-duplicates): New user option.
8951 (kill-new): When it is non-nil, and the new string is the same as
8952 the latest kill, set replace to t to avoid duplicates in kill-ring.
8953
be3e598a 89542009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8955
8956 * net/tramp.el (tramp-handle-process-file): Do not flush all
8957 caches when `process-file-side-effects' is set.
8958 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8959 instead of `tramp-find-file-exists-command'.
8960 Unset `process-file-side-effects'.
d5b5c94a
MA
8961
89622009-08-27 Michael Albinus <michael.albinus@gmx.de>
8963
8964 * net/tramp.el (tramp-methods): New method "rsyncc".
8965 (top): Add completion function for "rsyncc".
8966 (tramp-message-show-message): New defvar.
8967 (tramp-message, tramp-error): Use it.
8968 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8969 remote copying.
8970 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8971 `tramp-methods' entry `copy-env' of "rsyncc".
8972 (tramp-vc-registered-read-file-names): New defconst.
8973 (tramp-vc-registered-file-names): New defvar.
8974 (tramp-handle-vc-registered): Implement optimization strategy.
8975 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8976 (tramp-vc-file-name-handler): New defun.
8977 (tramp-get-ls-command, tramp-get-test-command)
8978 (tramp-get-file-exists-command, tramp-get-remote-ln)
8979 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8980 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8981
8982 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8983 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8984 timestamps.
8985 (tramp-get-file-property): Check for timestamps in
8986 `tramp-cache-inhibit-cache'.
8987 (tramp-set-file-property): Write timestamp.
8988
1339cf20
KH
89892009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8990
8991 * language/japan-util.el (japanese-symbol-table): Add entries for
8992 cp932-2-byte.
8993
8994 * international/characters.el: Add category `j' to cp932-2-byte.
8995
726e3f1d
KH
89962009-08-27 Kenichi Handa <handa@m17n.org>
8997
8998 * international/fontset.el (build-default-fontset-data): New macro.
8999 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9000 tibetan, ethiopic, and ipa.
726e3f1d 9001
4e3b4528
SM
90022009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9005 (enable-multibyte-characters): Not customizable any more.
9006
9007 * subr.el (default-mode-line-format, default-header-line-format)
9008 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9009 (default-direction-reversed, default-truncate-lines)
9010 (default-left-margin, default-tab-width, default-case-fold-search)
9011 (default-left-margin-width, default-right-margin-width)
9012 (default-left-fringe-width, default-right-fringe-width)
9013 (default-fringes-outside-margins, default-scroll-bar-width)
9014 (default-vertical-scroll-bar, default-indicate-empty-lines)
9015 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9016 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9017 (default-scroll-down-aggressively, default-fill-column)
9018 (default-cursor-type, default-buffer-file-type)
9019 (default-cursor-in-non-selected-windows)
9020 (default-buffer-file-coding-system, default-major-mode)
9021 (default-enable-multibyte-characters): Mark as obsolete.
9022
b3cca6a6
DN
90232009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9024
652cc1a2
DN
9025 * vc-dir.el (vc-dir-update): Remove debug helper.
9026
b3cca6a6
DN
9027 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9028
4ed8c7aa
SS
90292009-08-26 Sam Steingold <sds@gnu.org>
9030
9031 * simple.el (save-interprogram-paste-before-kill): New user option.
9032 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9033 save the interprogram-paste into kill-ring before overriding it
9034 with the Emacs kill.
9035
3b64d86b
DN
90362009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9037
9038 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9039 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9040 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9041 and move to vc-rcs.el.
9042 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9043 move to vc-rcs.el.
9044 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9045 (vc-rcs-update-changelog): Remove.
9046 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9047 and move to vc-rcs.el.
9048
9049 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9050 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9051 renaming.
9052 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9053 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9054 vc.el, renamed to be RCS specific.
9055
72f16325
SM
9056 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9057 New functions.
9058 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9059
9060 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9061 New functions.
9062
636a36a0
SM
90632009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9066
239b3340
DN
90672009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9068
b91f0762 9069 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9070 (vc-git-stash, vc-git-stash-show): New functions.
9071 (vc-git-extra-menu-map): Bind them.
b91f0762 9072
b8e54362
DN
9073 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9074 directory correctly in case the item is a directory itself.
9075
239b3340
DN
9076 * vc.el: Document the desired behavior for reverted files in the
9077 `added' state.
dc810649
DN
9078 (vc-default-prettify-state-info): Remove function, unused.
9079
9080 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9081
e49c0179
GM
90822009-08-26 Glenn Morris <rgm@gnu.org>
9083
9084 * bindings.el (standard-mode-line-format): Reposition dashes in
9085 which-func entry. (Bug#4217)
9086
3029e594
GM
9087 * files.el (enable-local-variables, enable-local-eval)
9088 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9089 the defcustoms.
9090 (auto-mode-alist, ignored-local-variables)
9091 (save-some-buffers-action-alist): Move risky declarations to the
9092 definitions.
9093 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9094 (font-lock-defaults, format-alist, imenu--index-alist)
9095 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9096 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9097 (mode-line-modified, mode-line-mule-info, mode-line-position)
9098 (mode-line-process, mode-line-remote, outline-level)
9099 (parse-time-rules, rmail-output-file-alist)
9100 (special-display-buffer-names, vc-mode):
9101 Move risky declarations to the relevant files.
72f16325
SM
9102 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9103 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9104 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9105 * font-core.el (font-lock-defaults):
9106 * format.el (format-alist):
9107 * vc-hooks.el (vc-mode):
9108 * window.el (special-display-buffer-names):
9109 * international/mule-cmds.el (input-method-alist):
9110 Define riskiness here (dumped file) rather than in files.el.
9111 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9112 * imenu.el (imenu-generic-expression, imenu--index-alist):
9113 * outline.el (outline-level):
9114 * time.el (display-time-string):
9115 * calendar/parse-time.el (parse-time-rules):
9116 * mail/rmailout.el (rmail-output-file-alist):
9117 Autoload riskiness here, rather than placing in files.el.
9118
8476cfaf
SM
91192009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9120
9121 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9122
0b35b48e
MA
91232009-08-25 Michael Albinus <michael.albinus@gmx.de>
9124
9125 * simple.el (process-file-side-effects): New defvar.
9126
9127 * dired-aux.el (dired-show-file-type):
9128 * vc.el (vc-diff-internal):
9129 * vc-arch.el (vc-arch-diff):
9130 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9131 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9132 * vc-git.el (vc-git-registered, vc-git-working-revision)
9133 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9134 (vc-git--empty-db-p):
9135 * vc-hooks.el (vc-user-login-name):
9136 * vc-svn.el (vc-svn-registered, vc-svn-state)
9137 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9138 * progmodes/grep.el (grep-probe): Let-bind
9139 `process-file-side-effects' with nil.
9140
9141 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9142
9143 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9144 daemon. Replace ping by checking for running service for bluez
9145 and zeroconf. (Bug#4239)
9146
d54cc599
GM
91472009-08-25 Kevin Ryde <user42@zip.com.au>
9148
9149 * net/dig.el (dig): Add autoload cookie.
9150
7bfd055d
GM
91512009-08-25 Glenn Morris <rgm@gnu.org>
9152
bac9c66c
GM
9153 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9154 load-history for absolute file-names.
9155 (byte-compile-file-form-require): Warn about use of the cl package.
9156
7bfd055d
GM
9157 * format.el (format-alist): Doc fix.
9158
5ac1f9e0
GM
9159 * play/bubbles.el (top-level): Don't require cl at run-time.
9160
af62aa88
GM
9161 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9162 run-time cl).
9163
71e036af
DD
91642009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9165
9166 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9167 from cl package.
9168 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9169
42110eaf
JB
91702009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9171
9172 * calc/calc-alg.el (math-trig-rewrite)
9173 (math-hyperbolic-trig-rewrite): New functions.
9174 (calc-simplify): Simplify trig functions when asked.
9175
88421f3e
SM
91762009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9179
dbd9624e
KH
91802009-08-24 Kenichi Handa <handa@m17n.org>
9181
9182 * language/ind-util.el (mapthread): Delete it.
9183 (combinatorial): New function.
9184 (indian--puthash-cv): Use combinatorial instead of mapthread.
9185
9b89e3ee
GM
91862009-08-22 Kevin Ryde <user42@zip.com.au>
9187
9188 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9189 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9190 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9191 Clarify docstring that the value is strings not symbols.
9192 (checkdoc-list-of-strings-p): New function.
9193
e6ce8c42
GM
91942009-08-22 Glenn Morris <rgm@gnu.org>
9195
2ddf2ea6 9196 * files.el (auto-mode-alist):
a3374680
GM
9197 * hippie-exp.el (he-concat-directory-file-name):
9198 * lpr.el (lpr-windows-system, printer-name):
9199 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9200 * ps-print.el (ps-windows-system):
9201 * startup.el (command-line):
9202 * emulation/viper-ex.el (viper-glob-function):
9203 * international/mule-cmds.el (set-language-environment-coding-systems):
9204 * net/ange-ftp.el (ange-ftp-write-region):
9205 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9206 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9207 unisoft-unix, vax-vms, win32, w32.
9208
977955fa
GM
9209 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9210 given name if the pattern is not more specific.
9211
b4deec2e
GM
9212 * calendar/lunar.el (lunar-phase-names): New option.
9213 (lunar-phase): Doc fix.
9214 (lunar-cycles-per-year): New constant.
9215 (lunar-index): New function.
9216 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9217 (lunar-phase-name): Use lunar-phase-names.
9218 (calendar-lunar-phases): Use format.
9219 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9220
47e83968
GM
9221 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9222 Copy imenu-example--name-and-position function here for own use.
9223 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9224
e6ce8c42
GM
9225 * bs.el (bs--redisplay):
9226 * cus-edit.el (custom-redraw):
9227 * ibuffer.el (ibuffer-bury-buffer):
9228 * server.el (server-goto-line-column):
9229 * startup.el (command-line-1):
9230 * strokes.el (strokes-xpm-for-stroke):
9231 * term.el (term-display-buffer-line):
9232 * view.el (View-goto-line):
9233 * calc/calc.el (calc-do, calc-trail-buffer):
9234 * play/gamegrid.el (gamegrid-add-score-insecure):
9235 * progmodes/ada-mode.el (ada-compile-goto-error):
9236 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9237 (ebrowse-select-1st-to-9nth):
47e83968 9238 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9239 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9240 * progmodes/gud.el (gud-display-line):
9241 (idlwave-shell-display-line):
9242 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9243 * progmodes/make-mode.el (makefile-browser-toggle):
9244 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9245 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9246 * textmodes/picture.el (picture-draw-rectangle):
9247 * textmodes/reftex-index.el (reftex-index-goto-letter):
9248 (reftex-select-jump-to-previous):
9249 * textmodes/reftex-sel.el (reftex-find-start-point)
9250 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9251 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9252 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9253 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9254 * textmodes/two-column.el (2C-associated-buffer):
9255 Use forward-line rather than goto-line.
9256
9257 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9258 goto-line.
9259
4b18bdb3
GM
9260 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9261 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9262 (quick-check-list-to-regexp): Declare.
e6ce8c42 9263
72f16325
SM
9264 * progmodes/make-mode.el (makefile-browser-insert-selection):
9265 Use goto-char rather than goto-line.
e6ce8c42
GM
9266
9267 * progmodes/prolog.el (compilation-error-regexp-alist)
9268 (compilation-forget-errors): Declare.
9269
32a2cf25
JL
92702009-08-22 Juri Linkov <juri@jurta.org>
9271
9272 * progmodes/grep.el (lgrep, rgrep): At the beginning
9273 set `dir' to `default-directory' unless `dir' is a non-nil
9274 readable directory. (Bug#4052)
9275 (lgrep, rgrep): Change a weird way to report an error
9276 from using `read-string' to using `error'.
9277 Instead of using interactive arguments in the function body,
9278 add new argument `confirm'.
9279
5443c9b7
SM
92802009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9281
cb5b40ee
SM
9282 * textmodes/remember.el (remember-buffer):
9283 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9284 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9285 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9286 * net/newst-treeview.el (newsticker-groups-filename):
9287 * net/newst-backend.el (newsticker-cache-filename):
9288 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9289 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9290 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9291 (speedbar-buffers-line-path, speedbar-path-line)
9292 (speedbar-buffers-line-path):
9293 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9294 (epg-sign-keys):
9295 * epa.el (epa-display-verify-result):
9296 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9297
d6261cc1
GM
92982009-08-21 Glenn Morris <rgm@gnu.org>
9299
3e1ea342
GM
9300 * progmodes/js.el (inferior-moz-process): Fix declaration.
9301
ce86eeb5
GM
9302 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9303
fff28970
GM
9304 * obsolete/rnewspost.el (news-mail-reply):
9305 Use goto-char rather than goto-line.
9306
d93e053b
GM
9307 * term/ns-win.el (ns-open-file-select-line):
9308 Use line-beginning-position rather than goto-line.
9309
d5d105e8
GM
9310 * apropos.el (apropos-command):
9311 * ehelp.el (electric-helpify):
9312 * printing.el (pr-show-setup):
9313 * strokes.el (strokes-help):
9314 * tutorial.el (tutorial--describe-nonstandard-key)
9315 (tutorial--detailed-help):
9316 * woman.el (woman-mini-help, woman-display-extended-fonts):
9317 * calc/calc-help.el (calc-describe-key):
9318 * emulation/edt.el (edt-electric-helpify):
9319 * international/mule-diag.el (mule-diag):
9320 * play/yow.el (apropos-zippy):
9321 * progmodes/python.el (python-describe-symbol):
9322 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9323 * textmodes/table.el (*table--cell-describe-mode)
9324 (*table--cell-describe-bindings):
9325 Use help-print-return-message rather than the now obsolete alias.
9326
a8ab722f 9327 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9328 (calendar-cursor-to-visible-date):
9329 * play/5x5.el (5x5-position-cursor):
9330 * play/decipher.el (decipher):
9331 * play/gomoku.el (gomoku-goto-xy):
9332 * play/landmark.el (lm-goto-xy):
9333 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9334 (mpuz-paint-digit):
9335 Use forward-line, not goto-line.
a8ab722f 9336
d6261cc1
GM
9337 * mail/rmail.el (rmail-obsolete): Delete custom group.
9338 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9339 (rmail-remote-password, rmail-remote-password-required):
9340 Remove unneeded :set-after and :set properties.
9341
9e846523
MA
93422009-08-21 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9345
bbe1f502
DN
93462009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9347
bcc5db24
DN
9348 * loadup.el: Remove leftover macos code.
9349
bbe1f502
DN
9350 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9351 Explicitly pass the date format to git blame so that user local
9352 so that the output format can be parsed.
9353
6fd2d19a
MA
93542009-08-20 Michael Albinus <michael.albinus@gmx.de>
9355
9356 * net/dbus.el (top): Don't check for (getenv
9357 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9358
31764e15
SM
93592009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9360
9361 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9362 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9363
28930e39
SM
93642009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9365
4fd15622 9366 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9367 Bug#3287
4fd15622 9368
b3d8e4a0
SM
9369 * help.el (help-print-return-message): Rename from
9370 print-help-return-message.
9371
c9829c70
SM
9372 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9373 cvs-mode-map parent hack.
9374 (log-view-mode): Derive from special-mode.
9375
b932657b
SM
9376 * linum.el (linum-mode): window-size-change-functions is redundant.
9377 Adapt to new window-configuration-change-hook behavior.
9378 (linum-after-size, linum-after-config): Remove.
9379
1b700bca
SM
9380 * imenu.el (imenu-example--name-and-position)
9381 (imenu-example--lisp-extract-index-name)
9382 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9383 Mark as obsolete.
9384
28930e39
SM
9385 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9386 (inferior-prolog-mode): Use it.
9387 (inferior-prolog-load-file): Reset list of errors.
9388
c9af0b68
KH
93892009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9390
9391 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9392
9393 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9394
720c7cd6
MA
93952009-08-19 Michael Albinus <michael.albinus@gmx.de>
9396
9397 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9398 is running already.
9399
03a74b84
SM
94002009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * subr.el (listify-key-sequence-1): Use normal syntax since those
9403 integers are nowadays always represented by the same (positive) number
9404 on all platforms.
9405 (read-key-empty-map): New const.
9406 (read-key-delay): New var.
9407 (read-key): New function.
9408 (force-mode-line-update): Use with-current-buffer.
9409 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9410 (start-process-shell-command, start-file-process-shell-command):
9411 Discourage the use of command-args.
9412
f43e88d4
GM
94132009-08-19 Glenn Morris <rgm@gnu.org>
9414
9415 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9416
890429cc
SM
94172009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9418
85be9ec4
SM
9419 * simple.el (choose-completion-string): Don't rely on
9420 minibuffer-completing-file-name and ad-hoc checks to decide whether
9421 to continue completion or not.
9422
890429cc
SM
9423 * minibuffer.el (minibuffer-hide-completions): New function.
9424 (completion--do-completion): Use it.
9425 (completions-annotations): New face.
9426 (completion--insert-strings): Use it.
9427 (completion-pcm--delim-wild-regex): Add docstring.
9428 (completion-pcm--string->pattern): Add support for 0-width delimiters
9429 in completion-pcm--delim-wild-regex.
9430
265d4549
SM
94312009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9432
d440b941
SM
9433 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9434 Remove unused var `buffer-modified-p'.
9435
265d4549
SM
9436 * minibuffer.el (completion--do-completion): Move point for the #b001
9437 case as well (bug#4176).
9438 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9439
ba6f7d86
MA
94402009-08-18 Michael Albinus <michael.albinus@gmx.de>
9441
9442 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9443 and :session buses.
9444
98819490
KH
94452009-08-18 Kenichi Handa <handa@m17n.org>
9446
265d4549
SM
9447 * international/ucs-normalize.el (ucs-normalize-version):
9448 Change to 1.1.
58627cf0
KH
9449 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9450 (utf-8-hfs): Make it perform normalization on encoding too.
9451
98819490
KH
9452 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9453 (sentence-end-without-space): Delete duplicated chars.
9454 (sentence-end-base): Likewise.
e739cc85
KH
9455
9456 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9457 (html-mode): Delete duplicated chars from sentence-end-base.
9458
9459 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9460 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9461
645b9326
CY
94622009-08-17 Chong Yidong <cyd@stupidchicken.com>
9463
9464 * files.el (hack-one-local-variable): If the mode function is for
9465 a minor mode, pass it an argument (Bug#4148).
9466
56c195af
MA
94672009-08-17 Michael Albinus <michael.albinus@gmx.de>
9468
9469 * net/tramp.el (tramp-register-completion-file-name-handler):
9470 Check also for (member 'partial-completion completion-styles).
9471
7a55c78b
CY
94722009-08-16 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9475 abbrev (Bug#3943).
9476
be3e598a 94772009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9478
9479 * progmodes/cperl-mode.el: Merge upstream 6.2.
9480 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9481 (cperl-forward-re): Check cperl-brace-recursing.
9482 (cperl-highlight-charclass): New function.
9483 (cperl-find-pods-heres): Use it.
31cd2dd4 9484 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9485 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9486 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9487 (cperl-beautify-level): Don't process entire regexp.
9488 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9489 calling man.
9490 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9491 (cperl-init-faces): Build a list in the normal way.
9492
81b1f9c9
CY
94932009-08-16 Chong Yidong <cyd@stupidchicken.com>
9494
9495 * calendar/parse-time.el (parse-time-string-chars): Save match
9496 data.
9497
c3732cb8
SM
94982009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9499
55659495
SM
9500 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9501 (sql-product): Use it.
9502 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9503 (sql-set-product): Add completion.
9504 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9505 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9506 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9507 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9508 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9509 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9510 (sql-highlight-db2-keywords): Remove.
9511 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9512 (sql-highlight-product): Use derived-mode-p.
9513 (sql-set-sqli-buffer): Use with-current-buffer.
9514 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9515 Simplify.
9516
1ae79427
SM
9517 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9518
c3732cb8
SM
9519 * term.el: Fix commenting convention, turn comments into docstrings.
9520
f24b8bf3
CY
95212009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9522
9523 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9524
7b6fefac 95252009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9526
1200ac26 9527 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9528 character classes, to handle non-ascii characters (Bug#3190).
9529
95302009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9531
1abbe4e5
CY
9532 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9533 another heredoc if the user adds another < (Bug#3226).
9534
c3732cb8
SM
9535 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9536 Don't initialize based on window-system (Bug#4124).
19261da4 9537
daad00fc
CY
9538 * facemenu.el (facemenu-read-color): Use a completion function
9539 that accepts any defined color, such as RGB triplets (Bug#3677).
9540
e1bdde78
CY
9541 * files.el (get-free-disk-space): Change fallback default
9542 directory to /. Expand DIR argument before switching to fallback.
9543 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9544
9d73a99e
CY
95452009-08-15 Chong Yidong <cyd@stupidchicken.com>
9546
9547 * files.el (load-library): Doc fix.
9548
68b962d4 95492009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9550
953e0c1a 9551 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9552 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9553 incremental search string.
9d73a99e 9554
c3732cb8 9555 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9556 XEmacs.
9d73a99e 9557
c3732cb8
SM
9558 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9559 (ediff-merge-region-is-non-clash)
9560 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9561 Also check if the job is really a merge job.
9d73a99e 9562
c3732cb8 9563 * ediff.el (ediff-current-file): New function.
9d73a99e 9564
2e330adc
CY
95652009-08-15 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9568 conventions.
c3732cb8 9569 (js-insert-and-indent): Delete function.
2e330adc
CY
9570 (js-mode-map): Don't bind keys to js-insert-and-indent.
9571 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9572 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9573 (js-auto-indent-flag): Delete variable.
2e330adc 9574
17b5d0f7
CY
95752009-08-14 Chong Yidong <cyd@stupidchicken.com>
9576
c3732cb8
SM
9577 * progmodes/js.el: Remove proclaim statement.
9578 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9579
ba2d8894
CY
9580 * files.el (auto-mode-alist): Use js-mode for .js files.
9581
c3732cb8 9582 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9583
9584 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9585
9586 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9587
c3732cb8 9588 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9589
95902009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9591 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9592
9593 * progmodes/js.el: New file.
9594
b6377f1d
MH
95952009-08-14 Mark A. Hershberger <mah@everybody.org>
9596
9597 * timezone.el (timezone-parse-date): Add ability to understand ISO
9598 basic format (minimal separators) dates in addition to the
9599 already-supported extended format dates.
9600
bc0eef46
EZ
96012009-08-14 Eli Zaretskii <eliz@gnu.org>
9602
4e021e65
EZ
9603 * international/ucs-normalize.el: Add a `coding' file variable.
9604
bc0eef46
EZ
9605 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9606
53dab179
SS
96072009-08-14 Sam Steingold <sds@gnu.org>
9608
6801c38a 9609 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9610
6c58c39c
CY
96112009-08-13 Chong Yidong <cyd@stupidchicken.com>
9612
9613 * faces.el (help-argument-name): Define it here instead of
9614 help-fns.el, because in daemon mode help-fns.el may be loaded when
9615 faces are still uninitialized (Bug#1078).
9616
9617 * help-fns.el (help-argument-name): Move defface to faces.el.
9618
c7baf7e9
NR
96192009-08-13 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9622 create buffer with a pty but no process so that GDB can make the
9623 inferior the controlling process.
9624
9c40e995 96252009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9626
9627 * international/ucs-normalize.el: New file.
9628
8cdba32b
RS
96292009-08-13 Richard Stallman <rms@gnu.org>
9630
5c950923
RS
9631 * mail/rmail.el (rmail-get-attr-names):
9632 Accept an attribute header that is too short.
9633
76e1e40b
RS
9634 * mail/rmail.el (rmail-forget-messages):
9635 Ignore nil elt in rmail-message-vector. Use dotimes.
9636
1fc01b08
RS
9637 * progmodes/compile.el (compilation-goto-locus):
9638 Use next-error-move-function.
9639
8cdba32b
RS
9640 * simple.el (next-error-move-function): New variable.
9641
99910cf4
JL
96422009-08-12 Juri Linkov <juri@jurta.org>
9643
9644 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9645 always non-nil. (Bug#4052)
9646
9647 * replace.el (read-regexp): Return empty string when
9648 `default-value' is nil.
9649 (keep-lines-read-args): Don't use empty string as the
9650 default value for `read-regexp'. (Bug#2495)
9651
fc5bdf6c
JL
96522009-08-12 Juri Linkov <juri@jurta.org>
9653
9654 * international/mule-cmds.el (ucs-insert): Change arguments
9655 from `arg' to `character', `count', `inherit' to be the same
9656 as in `insert-char'. Doc fix. (Bug#4039)
9657
9658 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9659
77748848
JL
96602009-08-12 Juri Linkov <juri@jurta.org>
9661
9662 * files-x.el: New file.
9663
9664 * files.el: Move code that deals with adding/deleting
9665 file/directory-local variables to files-x.el.
9666
9667 * Makefile.in (ELCFILES): Add files-x.elc.
9668
c8a44c4e
DD
96692009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9670
27a9fd5a
DD
9671 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9672 to use `goto-line'.
9673 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9674 `goto-line'.
9675 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9676 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9677 threads list.
107ef54a 9678 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9679 (gdb-starting): Moved -data-list-register-names...
9680 (gdb-stopped): ...here so it's sent when first thread stops.
9681 (gdb-registers-handler-custom): Do nothing if register names are
9682 unknown yet.
27a9fd5a 9683
c8a44c4e
DD
9684 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9685 from `gdb-mi.el' to avoid extra tangling.
9686
9687 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9688 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9689 (gdb-update-gud-running): No extra fuss for updating frame number.
9690
dfd4e693
SM
96912009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9692
51c4341f
SM
9693 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9694 (describe-language-environment-map, setup-language-environment-map)
9695 (set-coding-system-map): Move initialization into declaration.
9696 (set-language-info-alist): Last arg to define-key-after can be skipped.
9697
9698 * international/quail.el (quail-completion-1): Simplify.
9699 (quail-define-rules): Use slightly more compact code.
9700 (quail-insert-decode-map): Propertize keys, compact columns.
9701
dfd4e693
SM
9702 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9703 Add goto-line.
9704
83326559
MB
97052009-08-10 Miles Bader <miles@gnu.org>
9706
9707 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9708 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9709 (js2-instance-member, js2-private-member, js2-private-function-call)
9710 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9711 (js2-magic-paren, js2-external-variable):
9712 Remove "-face" suffix from face names.
9713 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9714 (js2-highlight-undeclared-vars, js2-peek-token)
9715 (js2-parse-function-params, js2-mode-show-errors)
9716 (js2-mode-show-warnings, js2-make-magic-delimiter)
9717 (js2-mode-highlight-magic-parens): Update to use new face names.
9718
8e754ea2
MA
97192009-08-09 Michael Albinus <michael.albinus@gmx.de>
9720
9721 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9722 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9723
1c292fc7
CY
97242009-08-09 Chong Yidong <cyd@stupidchicken.com>
9725
18d433a7
CY
9726 * subr.el: Provide hashtable-print-readable.
9727
1c292fc7
CY
9728 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9729 hs-c-like-adjust-block-beginning.
9730 (hs-hide-block-at-point): Stop hiding at the beginning of
9731 hs-block-end-regexp (Bug#700).
9732
2db0ae07
DD
97332009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9734
9735 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9736 a macro.
9737 (gdb-registers-handler-custom): Do not fail when register names
9738 are unavailable.
9739
fe4740a6
DD
97402009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9741
9742 * progmodes/gdb-mi.el (gdb-control-all-threads)
9743 (gdb-control-current-thread): Interactive setters for
9744 `gdb-gud-control-all-threads' to use in menu.
9745 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9746 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9747 gud/thread.xpm and gud/all.xpm.
9748
ce299d55
CY
97492009-08-08 Yoni Rabkin <yoni@rabkins.net>
9750
9751 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9752 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9753 (net-utils-mode): New mode for viewing diagnostic network output.
9754 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9755 (net-utils-run-simple): New function.
9756 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9757
7c4654ad
DD
97582009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9759
9760 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9761 (gdb-memory-set-address, def-gdb-set-positive-number)
9762 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9763 after changing settings.
9764 (gdb-invalidate-disassembly): Update when first shown.
9765 (gdb-edit-locals-value): Fixed.
9766 (gdb-registers-handler-custom): Print registers in right order and
9767 allow changing register values (only for current thread yet).
9cbac26b
DD
9768 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9769 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9770 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9771 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9772 info in mode name.
9773 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9774
0f25a277
EZ
97752009-08-08 Eli Zaretskii <eliz@gnu.org>
9776
9777 * mail/rmail.el (rmail-add-mbox-headers)
9778 (rmail-set-message-counters-counter): Search for
9779 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9780
b971be60
GM
97812009-08-08 Glenn Morris <rgm@gnu.org>
9782
9783 * Makefile.in (ELCFILES): Update.
9784
a35d3ad8
EZ
97852009-08-07 Eli Zaretskii <eliz@gnu.org>
9786
60c2df40
EZ
9787 * mail/sendmail.el (mail-yank-original): Set
9788 buffer-file-coding-system from the one used by the message whose
9789 text is yanked.
9790
8b0bcc2e
EZ
9791 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9792 to "windows" when "pgnuplot" is used.
9793 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9794 call accept-process-output if "pgnuplot" is used.
9795 (calc-graph-init): Don't send -display and -geometry to
9796 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9797 running "pgnuplot -V" with shell-command-to-string.
9798
9799 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9800 the default.
9801
98022009-08-07 Eli Zaretskii <eliz@gnu.org>
9803
9804 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9805 org/org-latex.elc.
9806
3bca7ca5
DN
98072009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9808
3c53763c
DN
9809 * vc-dispatcher.el (vc-resynch-window): Update comment.
9810
3bca7ca5
DN
9811 * term.el (term-handle-ansi-escape): Add comments with the
9812 terminfo capabilities implemented.
9813
7b217360
DD
98142009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9815
9816 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9817 (gdb-var-create-handler): Rewritten using JSON parser.
9818 (gdb-propertize-header): Moved earlier.
9819 (gdb-set-header): Removed to avoid duplication.
9820 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9821 Refresh disassembly buffers only after threads list have been
9822 update.
9823 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9824 variables.
9825
b4d84ecf
JL
98262009-08-04 Juri Linkov <juri@jurta.org>
9827
9828 * files.el: Commands to add/delete file/directory-local variables.
9829 (read-file-local-variable, read-file-local-variable-value)
9830 (read-file-local-variable-mode, modify-file-local-variable)
9831 (modify-file-local-variable-prop-line)
9832 (modify-dir-local-variable): New functions.
9833 (add-file-local-variable, delete-file-local-variable)
9834 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9835 (add-dir-local-variable, delete-dir-local-variable)
9836 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9837 (copy-dir-locals-to-file-locals-prop-line): New commands.
9838
42da39c1
CY
98392009-08-04 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * abbrev.el (insert-abbrev-table-description): Prettify output.
9842 Suggested by Karl Chen.
9843
98bf8494
DD
98442009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9845
78b9fb28 9846 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9847 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9848 (gdb-overlay-arrow-position, gdb-thread-position)
9849 (gdb-disassembly-position): Declare variables.
9850 (gdb-wait-for-pending): Function now.
9851 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9852 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9853 compilation goes smoothly.
9854 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9855 (gdb-non-stop-setting): New customization setting which replaces
9856 `gdb-non-stop' so changing it doesn't break active GDB session.
9857 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9858 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9859 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9860 (gdb-show-threads-by-default): New customization options.
9861 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9862 routines.
9863 (gdb-get-buffer-create): Send buffers update signal when they are
9864 created.
9865 (gdb-invalidate-locals, gdb-invalidate-registers)
9866 (gdb-invalidate-breakpoints)
9867 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9868 (gdb-invalidate-memory): Accept update signal.
9869 (gdb-current-context-command): Use --frame option.
9870 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9871 Implement `gdb-frame-number' selection logic.
9872 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9873 whether to show GUD toolbar buttons.
9874 (gdb-thread-exited): Unselect current thread when it exits.
9875 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9876 (gdb-mark-line): Routine which sets overlay arrow or inverses
9877 video on fringeless displays.
9878 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9879 to build aligned columns of data in GDB buffers and set text
9880 properties line-by-line.
9881 (gdb-invalidate-breakpoints)
9882 (gdb-breakpoints-list-handler-custom)
9883 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9884 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9885 (gdb-registers-handler-custom): Align data columns.
9886 (gdb-locals-handler-custom): Now prints data like in variable
9887 declarations.
9888 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9889 Removed confusing buttons.
9890 (gdb-invalidate-threads): Append --frame.
9891 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9892 between breakpoints/threads buffers.
9893 (gdb-set-window-buffer): Now can ignore dedicated windows.
9894 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9895 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9896 (def-gdb-thread-buffer-gud-command): Replaces
9897 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9898 for fine thread control.
9899 (gdb-preempt-existing-or-display-buffer): New function used to
9900 display bound buffers without breaking window layout.
9901 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9902 (gdb-select-frame): New version of `gdb-frames-select' which now
9903 sets `gdb-frame-number' so commands may use --frame option instead
9904 of inner debugger state.
9905 (gdb-frame-handler): Do not set `gdb-frame-number'.
9906 (gdb-threads-mode-map): Select threads with mouse.
9907
9908 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9909 avoid compilation warning.
9910 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9911 `gdb-show-stop-p`.
9912
566f3909
DD
9913 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9914 Argument `key' renamed to `buffer-type'.
9915 (gdb-current-context-buffer-name): Do not add thread info to
9916 buffer name when no thread is selected.
9917 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9918 command (bug 3794).
9919 (gdb-thread-selected): Handle `=thread-selected' notification.
9920 (gdb-wait-for-pending): New macro to deal with congestion problems.
9921 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9922 breakpoints.
7b6fefac
JB
9923 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9924 This fixes problem similar to one described in bug 3947.
566f3909
DD
9925 (gud-menu-map): More menu items.
9926 (gdb-init-1): Reset `gdb-thread-number' to nil.
9927
4a31122c
DD
9928 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9929 non-stop settings.
9930
9931 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9932 (gdb-current-context-command): Do not append --thread if
9933 `gdb-thread-number' is nil.
9934 (gdb-running-threads-count, gdb-stopped-threads-count): New
9935 variables.
9936 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9937 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9938 customization options.
9939 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9940 GUD commands.
7b6fefac 9941 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9942 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9943 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9944 set `gdb-thread-number' and update `gud-running' properly.
9945 (gdb-running): Update threads list when new threads appear.
9946 (gdb-stopped): Support non-stop operation and new thread switching
9947 logic.
9948 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9949 (gdb-json-partial-output): New set of JSON routines.
9950 (def-gdb-auto-update-trigger): New `signal-list' optional
9951 argument.
9952 (gdb-thread-list-handler-custom): Update `gud-running',
9953 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9954 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9955 (gdb-continue-thread, gdb-step-thread): New commands for fine
9956 thread execution control.
9957 (gud-menu-map): New menu items to switch non-stop options.
9958 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9959 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9960
9961 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9962 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9963 gdb-buffer-rules.
9964 (def-gdb-auto-update-handler): New nopreserve optional argument.
9965 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9966
9967 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9968 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9969 (gdb-parent-mode): New mode to derive other GDB modes from.
9970 (gdb-display-disassembly-for-thread)
9971 (gdb-frame-disassembly-for-thread): New commands for threads
9972 buffer.
9973
9974 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9975 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9976 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9977 (gdb-update): We now store all GDB buffers in a list so that they
9978 can be updated by traversing a list instead of calling invalidate
7b6fefac 9979 triggers explicitly.
a5c9f540
DD
9980 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9981 pair for GDB buffer.
9982 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9983 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9984 handle pending triggers.
9985 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9986 (def-gdb-thread-buffer-simple-command)
9987 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9988 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9989 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9990 New commands which show buffers bound to thread.
e7086683 9991 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9992
7b6fefac
JB
9993 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9994 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9995 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9996 to (gud-comint-buffer) in *-buffer-name functions
9997 because (gdb-get-target-string) already does that.
9998 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9999 (gdb-changed-registers-handler): Rewritten without regexps.
10000
ba214964 10001 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10002 (gdb-thread-number): New variable.
10003 (gdb-current-context-command): New macro which adds --thread
10004 option to command.
7b6fefac 10005 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10006 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10007 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10008 (gdb-select-thread): New command which selects current thread.
10009 (gdb-invalidate-frames, gdb-invalidate-locals)
10010 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10011
2ac33804
MA
100122009-08-04 Michael Albinus <michael.albinus@gmx.de>
10013
10014 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10015 robust. (Bug#3977)
2ac33804
MA
10016 (tramp-handle-insert-file-contents): `unwind-protect' must be
10017 inside `with-parsed-tramp-file-name'.
10018
10019 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10020 fails.
10021
39d0296f
NR
100222009-08-03 Nick Roberts <nickrob@snap.net.nz>
10023
10024 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10025 directory if CLASSPATH is not set.
10026
adcbca53
MA
100272009-08-03 Michael Albinus <michael.albinus@gmx.de>
10028
7b6fefac
JB
10029 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10030 New defconst.
7ef849b6 10031 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10032
30924b0b
CY
100332009-08-02 Kevin Ryde <user42@zip.com.au>
10034
7b6fefac
JB
10035 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10036 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10037
b6ce92f1
CY
100382009-08-02 Chong Yidong <cyd@stupidchicken.com>
10039
d977a092
CY
10040 * select.el (x-set-selection): Doc fix (Bug#4021).
10041
10042 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10043
b6ce92f1
CY
10044 * help-fns.el (describe-variable): Treat list return values from
10045 dir-locals-find-file properly (Bug#4005).
10046
7b6fefac 100472009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10048
10049 * net/tramp.el (tramp-debug-message): Print also microseconds.
10050
100512009-08-02 Michael Albinus <michael.albinus@gmx.de>
10052
10053 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10054 or END is non-nil.
10055 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10056 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10057 format.
10058
5ce6e4f4 10059 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10060 (tramp-get-file-property): Use it.
10061
10062 * autorevert.el (auto-revert-handler): Allow
10063 `auto-revert-tail-mode' for remote files.
10064
2aafe808
JR
100652009-08-02 Jason Rumney <jasonr@gnu.org>
10066
10067 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10068 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10069
e094097c
CY
100702009-08-02 Chong Yidong <cyd@stupidchicken.com>
10071
10072 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10073 (font-lock-variable-name-face, font-lock-constant-face): Darken
10074 the colors for light backgrounds.
10075
de94f281
EZ
100762009-08-01 Eli Zaretskii <eliz@gnu.org>
10077
10078 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10079 month names. (Bug#3987)
10080
54b99340
CY
100812009-07-31 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * simple.el (line-move-finish): Pass whole number to
10084 line-move-to-column.
34be836c 10085 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10086
38216c30
JB
100872009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10088
10089 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10090
c779896d
CY
100912009-07-29 Alan Mackenzie <acm@muc.de>
10092
10093 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10094
592ccae0
DD
100952009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10096
35edc6c6
DD
10097 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10098 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10099
5a9e3ab7
JB
101002009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10101
10102 * calc/calc.el (calc-mode-map): Add keybinding for
10103 `calc-transpose-lines'.
10104
7b6fefac 101052009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10106
10107 * calc/calc-misc.el (calc-transpose-lines): New function.
10108
905fb90e
MA
101092009-07-28 Michael Albinus <michael.albinus@gmx.de>
10110
10111 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10112 Simplify check for out-of-band methods.
10113 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10114 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10115
76e14464
DN
101162009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10117
10118 * vc-git.el (vc-git-checkin): Fix typo.
10119
6088b51f 101202009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10121
10122 * progmodes/js2-mode.el: New file.
10123
b85157fe
NR
101242009-07-28 Nick Roberts <nickrob@snap.net.nz>
10125
10126 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10127 (gud-menu-map): Adjust tooltip accordingly.
10128
d43c2b06
DN
101292009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10130
1c0f0c3b
DN
10131 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10132 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10133
d43c2b06
DN
10134 * add-log.el (change-log-mode-map): Add a menu.
10135
3dec5c36
MA
101362009-07-27 Michael Albinus <michael.albinus@gmx.de>
10137
10138 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10139 function returns nil.
10140 (dbus-handle-event): Handle special return value :ignore.
10141 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10142
5704140c
CY
101432009-07-26 Chong Yidong <cyd@stupidchicken.com>
10144
10145 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10146 it's not needed.
10147
3077d1f6
EZ
101482009-07-25 Eli Zaretskii <eliz@gnu.org>
10149
10150 Fix Bug#3888:
10151
10152 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10153
10154 * term/pc-win.el (x-display-name, x-colors)
10155 (x-select-enable-clipboard, x-select-text): Doc fix.
10156
10157 * term/common-win.el (x-display-name, x-colors): Doc fix.
10158
10159 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10160 (xw-defined-colors): Doc fix.
10161
10162 * w32-fns.el (x-select-text, x-setup-function-keys)
10163 (x-get-selection, x-set-selection): Doc fix.
10164
10165 * term/x-win.el (x-select-text, x-setup-function-keys)
10166 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10167
10168 * select.el (x-set-selection): Doc fix.
10169
51768bc8
MA
101702009-07-25 Michael Albinus <michael.albinus@gmx.de>
10171
10172 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10173 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10174 "IsNSSSupportAvailable" method is not available. Reported by
10175 Steve Youngs <steve@sxemacs.org>.
10176
b11c2874
KH
101772009-07-24 Kenichi Handa <handa@m17n.org>
10178
10179 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10180 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10181 (build-unicode-category-table): Fix range checks.
10182
ba83b7b6
DN
101832009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10184
10185 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10186 the buffer we try to sync is current when calling
10187 vc-resynch-buffer.
10188
10189 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10190 not show up to date files.
10191
7a8ae964
GM
101922009-07-24 Glenn Morris <rgm@gnu.org>
10193
10194 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10195 Add autoload cookies. If necessary, initialize.
10196 (elint-log): Handle non-file buffers.
10197 (elint-initialize): Add optional argument to reinitialize.
10198 (elint-find-builtin-variables): Save excursion.
10199
a707eb05
DN
102002009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10201
10202 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10203 for Lint.
10204
0a2ddfa6
DN
102052009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10206
d6a62b0d
DN
10207 * vc.el (vc-print-log-internal): New function, split out from ...
10208 (vc-print-log): ... here.
10b5dcad 10209 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10210
0a2ddfa6
DN
10211 * vc-git.el (vc-git-add-signoff): New variable.
10212 (vc-git-checkin): Use it.
10213 (vc-git-toggle-signoff): New function.
10214 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10215 (vc-git--run-command-string): Accept a nil FILE argument.
10216 (vc-git-stash-list): New function.
10217 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10218
589a99f2
GM
102192009-07-23 Glenn Morris <rgm@gnu.org>
10220
10221 * help-fns.el (describe-variable): Describe ignored and risky local
10222 variables in a similar way to that in which we describe safe ones.
10223
10224 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10225 (byte-compile-output-file-form, byte-compile-output-docform)
10226 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10227 Give some more local variables with common names a "bytecomp-" prefix,
10228 so as not to shadow things during compilation.
10229 * emacs-lisp/cl-macs.el (load-time-value)
10230 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10231 `outbuffer' to `bytecomp-outbuffer'.
10232
10233 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10234 since the next two variables cover them automatically now.
10235 (elint-builtin-variables, elint-autoloaded-variables): New.
10236 (elint-unknown-builtin-args): Remove all members, since they can be
10237 parsed automatically now.
10238 (elint-extra-errors): New.
10239 (elint-env-add-env, elint-env-add-macro): Use cadr.
10240 (elint-current-buffer): Use or. Change final message.
10241 (elint-get-top-forms): Use line-end-position.
10242 (elint-init-env): Use cadr. Handle autoload, declare-function,
10243 and defalias.
10244 (elint-add-required-env): Doc fix. Use or. Standardize error.
10245 (regexp-assoc): Remove unused function.
10246 (elint-top-form): Set elint-current-pos, to record the start of the
10247 top-level form, for compilation-mode.
10248 (elint-form): Trap errors in macro expansion. Use dolist.
10249 (elint-unbound-variable): Use elint-builtin-variables and
10250 elint-autoloaded-variables.
10251 (elint-get-args): Use cadr, or.
10252 (elint-check-cond-form): Use dolist, cadr.
10253 (elint-check-condition-case-form): Doc fix. Use cadr.
10254 Use elint-extra-errors.
10255 (elint-log): New function.
10256 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10257 Distinguish errors and warnings.
10258 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10259 Use a bytecomp-style format.
10260 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10261 (elint-get-log-buffer): Use compilation mode. Disable undo.
10262 Don't truncate lines.
10263 (elint-initialize): Set builtin and autoloaded variable lists.
10264 Only process elint-unknown-builtin-args if non-nil.
10265 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10266 New functions.
10267 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10268
855b42a2
GM
102692009-07-22 Kevin Ryde <user42@zip.com.au>
10270
10271 * net/newst-backend.el (newsticker--parse-atom-1.0)
10272 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10273 (newsticker--parse-rss-1.0):
10274 * progmodes/idlwave.el (idlwave-mode):
10275 * progmodes/idlw-shell.el (idlwave-shell-mode):
10276 * progmodes/vera-mode.el (vera-mode):
10277 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10278 * progmodes/vhdl-mode.el (vhdl-mode):
10279 * textmodes/table.el (table-generate-source)
10280 (table--warn-incompatibility):
10281 Hyperlink urls in docstrings with URL `...'.
10282
fd413a37
GM
102832009-07-22 Glenn Morris <rgm@gnu.org>
10284
cb711556
GM
10285 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10286 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10287 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10288 Remove leading * from defcustom docs.
10289
fd413a37
GM
10290 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10291
10292 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10293 defcustom doc.
10294 (list-load-path-shadows): Optionally, just return shadows as a string.
10295
10296 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10297
a4f69701
CY
102982009-07-21 Chong Yidong <cyd@stupidchicken.com>
10299
10300 * mail/rmailedit.el (rmail-edit-mode): Use
10301 auto-save-include-big-deletions.
10302
10303 * mail/rmail.el (rmail-variables): Use
10304 auto-save-include-big-deletions.
10305
10306 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10307 changes.
10308
ec06459c
JB
103092009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10310
10311 * calc/calc.el (calc-undo-length): New variable.
10312 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10313
b41b0976
RS
103142009-07-21 Richard Stallman <rms@gnu.org>
10315
10316 * files.el (auto-save-mode): Handle buffer-save-size = -2
10317 for toggling mode.
10318
4ed32706
GM
103192009-07-21 Glenn Morris <rgm@gnu.org>
10320
531b1264
GM
10321 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10322
55d27f41
GM
10323 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10324
02df3f4d
GM
10325 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10326 silence compiler. Instead...
10327 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10328 (ps-print-ensure-fontified): Update for above function name changes.
10329
fdd8417e
GM
10330 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10331 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10332 silence compiler. Instead...
10333 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10334 (mh-show-buffer): Only define for compiler.
10335 (pr-mh-current-message): Update for above function name changes.
10336
4ed32706
GM
10337 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10338 as an argument.
10339 (find-file-noselect, insert-file-1): Update for above change.
10340
10341 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10342
10343 * mail/mailclient.el (mailclient-send-it): Fix message.
10344
10345 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10346 (edebug-eval): Check cl-debug-env is bound.
10347 (print-level, print-circle): Don't redefine built-in variables.
10348
10349 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10350 (custom-print-vectors): Remove old comments from doc.
10351
10352 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10353 (emerge-version): Make the variable an obsolete alias for the
10354 emacs-version variable. Make the function obsolete.
10355 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10356 Emerge options, rather than merging in into the main Options menu.
10357 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10358 and auto advance modes. Disable edit/fast items when not relevant.
10359
86812144
CY
103602009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10361
10362 * term/vt420.el (terminal-init-vt420): Fix typo.
10363
6bb90094
SS
103642009-07-20 Sam Steingold <sds@gnu.org>
10365
10366 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10367 variable (removed from compile.el on 2004-03-11).
10368
42e0a725
CY
103692009-07-20 Chong Yidong <cyd@stupidchicken.com>
10370
10371 * files.el (hack-local-variables-filter): Fix last change.
10372
2ee20f24
JL
103732009-07-19 Juri Linkov <juri@jurta.org>
10374
10375 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10376 (dir-local-variables-alist): New buffer-local variable.
10377 (hack-local-variables-filter): If variable is not dir-local,
10378 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10379 because file-local overrides dir-local.
3570691b 10380 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10381 Remove obsolete declaration.
10382 (hack-dir-local-variables): Add dir-local variable/value pair to
10383 `dir-local-variables-alist' and remove duplicates. Doc fix.
10384
10385 * help-fns.el (describe-variable): Add information about
10386 file-local and dir-local variables.
10387
89bf83cd
CY
103882009-07-19 Chong Yidong <cyd@stupidchicken.com>
10389
10390 * files.el (hack-local-variables-filter): Rewrite.
10391
1a8d3541
GM
103922009-07-19 Glenn Morris <rgm@gnu.org>
10393
d9e8a018
GM
10394 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10395 Silence compiler by only defining on XEmacs.
10396
da332cfb
GM
10397 * international/mule.el (auto-coding-regexp-alist): Only match
10398 BABYL... at the start of buffer, not of lines. (Bug#3790)
10399
1a8d3541
GM
10400 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10401 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10402 (cal-menu-context-mouse-menu): Doc fix.
10403
10404 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10405
10406 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10407
d842b103
JL
104082009-07-18 Juri Linkov <juri@jurta.org>
10409
10410 * info.el: Virtual Info keyword finder.
3570691b 10411 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10412 (Info-finder-file): New variable.
10413 (Info-finder-find-file): New function.
10414 (finder-known-keywords, finder-package-info)
10415 (find-library-name, lm-commentary): Use defvar and
10416 declare-function to silence compiler warnings.
10417 (Info-finder-find-node): New function.
10418 (info-finder): New command.
10419
10420 * subr.el (process-kill-buffer-query-function): New function.
10421 (add-hook)<kill-buffer-query-functions>: Add hook
10422 `process-kill-buffer-query-function'.
10423
10d37df7
AM
104242009-07-18 Alan Mackenzie <acm@muc.de>
10425
7b6fefac 10426 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10427 (c-postprocess-file-styles): Give invocation of `c-set-style'
10428 DONT-OVERRIDE parameter of t. Already set style variables will
10429 thus not be overridden by style settings given by `c-file-syle'.
10430
10431 * files.el (hack-local-variables-filter): Remove entries with
10432 duplicate keys from `file-local-variables-alist'.
10433
102e1a41
EZ
104342009-07-18 Eli Zaretskii <eliz@gnu.org>
10435
10436 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10437 x-set-selection if display-selections-p returns nil for the
10438 current frame.
10439
16f2e9fc
CY
104402009-07-18 Chong Yidong <cyd@stupidchicken.com>
10441
10442 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10443
f22693fc
EZ
104442009-07-18 Eli Zaretskii <eliz@gnu.org>
10445
a6c2c80c
EZ
10446 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10447 Accept nil in addition to a regexp.
10448 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10449 Accept nil in addition to a regexp.
10450 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10451 buffers that have an associated file. Handle nil values of
10452 desktop-buffers-not-to-save and desktop-files-not-to-save.
10453 (Bug#3833)
10454
f22693fc
EZ
10455 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10456 (x-disown-selection-internal): New functions.
10457
e456379a
NR
104582009-07-18 Nick Roberts <nickrob@snap.net.nz>
10459
10460 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10461 warning.
10462 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10463 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10464
0013b70f
CY
104652009-07-18 David De La Harpe Golden <david@harpegolden.net>
10466
10467 * simple.el (set-mark): Revert last change.
10468
0855c2ca
CY
104692009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10470
10471 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10472 rendering of pngs is not possible instead of messaging a long
10473 description.
10474
3f5c9cad
CY
104752009-07-17 David De La Harpe Golden <david@harpegolden.net>
10476
10477 * w32-fns.el (x-selection-owner-p): New function.
10478
10479 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10480 (mouse-yank-at-click, mouse-yank-primary): If
10481 select-active-regions is non-nil, deactivate the mark before
10482 insertion.
3f5c9cad
CY
10483
10484 * simple.el (deactivate-mark, set-mark): Only save selection if we
10485 own it.
10486
1fc87f9b
KH
104872009-07-17 Kenichi Handa <handa@m17n.org>
10488
10489 * case-table.el (describe-buffer-case-table): Fix for the case
10490 that KEY is a cons.
10491
d56fdcd2
DN
104922009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10493
10494 * vc-rcs.el (vc-rcs-find-file-hook):
10495 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10496
bede3e9f
MA
104972009-07-16 Michael Albinus <michael.albinus@gmx.de>
10498
10499 * net/tramp.el (tramp-wait-for-output): Handle the case when
10500 commands do not return a newline but a null byte before the shell
10501 prompt. (Bug#3858)
10502
7653ca1d
YM
105032009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10504
10505 * term/ns-win.el (ns-set-alpha): Don't declare.
10506 (ns-set-background-alpha): Remove function.
10507
ed2a52e9
SM
105082009-07-16 Kevin Ryde <user42@zip.com.au>
10509
10510 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10511 y-or-n-p, for safety.
10512
7a907299
RS
105132009-07-16 Richard Stallman <rms@gnu.org>
10514
10515 * files.el (auto-save-mode): If buffer-saved-size is -2,
10516 don't clobber it.
10517
10518 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10519 (rmail-retry-ignored-headers): Add more uninteresting fields.
10520
c0db3477
CY
105212009-07-15 Jari Aalto <jari.aalto@cante.net>
10522
10523 * net/rcirc.el (rcirc): Use history variables.
10524 (rcirc-server-name-history, rcirc-nick-name-history)
10525 (rcirc-server-port-history): New variables.
10526
6c875452
KH
105272009-07-15 Kenichi Handa <handa@m17n.org>
10528
bf974dc9
KH
10529 * international/mule-cmds.el (set-language-environment-charset):
10530 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10531 ignore them.
10532
6c875452
KH
10533 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10534 Delete unibyte-display.
10535
2066b4fe
CY
105362009-07-15 Chong Yidong <cyd@stupidchicken.com>
10537
10538 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10539
f9be2e35
CY
105402009-07-15 Chong Yidong <cyd@stupidchicken.com>
10541
10542 * simple.el (deactivate-mark): Optional argument FORCE.
10543 (set-mark): Use deactivate-mark.
10544
10545 * info.el (Info-search): No need to check transient-mark-mode
10546 before calling deactivate-mark.
10547
10548 * select.el (x-set-selection): Doc fix.
10549 (x-valid-simple-selection-p): Allow buffer values.
10550 (xselect--selection-bounds): Handle buffer values. Suggested by
10551 David De La Harpe Golden.
10552
10553 * mouse.el (mouse-set-region, mouse-drag-track): Call
10554 copy-region-as-kill before setting the mark, to let
10555 select-active-regions work.
10556
be3e598a 105572009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10558
10559 * simple.el (deactivate-mark): If select-active-regions is
10560 non-nil, copy the selection data into a string.
10561 (activate-mark): If select-active-regions is non-nil, set the
10562 selection to the current buffer.
10563 (set-mark): Update selection if select-active-regions is non-nil.
10564
10565 * select.el (x-valid-simple-selection-p): Allow buffer values.
10566
cbd61418
SM
105672009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10570 and more featureful message-mode.
10571
f470187f
CY
105722009-07-14 Chong Yidong <cyd@stupidchicken.com>
10573
10574 * select.el (x-set-selection): Doc fix.
10575 (x-valid-simple-selection-p): Disallow selection data consisting
10576 of a list or cons of integers, since that is not used.
10577 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10578 (xselect-convert-to-string, xselect-convert-to-length)
10579 (xselect-convert-to-filename, xselect-convert-to-charpos)
10580 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10581
bfc99364
DD
105822009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10583
10584 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10585 output in -break-info command (Emacs bug #3794).
10586
e32721f5
GM
105872009-07-14 Glenn Morris <rgm@gnu.org>
10588
1e46f9e4
GM
10589 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10590 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10591 (edebug-print-length, edebug-print-level, edebug-print-circle)
10592 (edebug-sit-for-seconds, edebug-view-outside)
10593 (edebug-bounce-point, edebug-set-global-break-condition)
10594 (edebug-Go-nonstop-mode, edebug-trace-mode)
10595 (edebug-Trace-fast-mode, edebug-continue-mode)
10596 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10597 (edebug-visit-eval-list): Doc fixes.
10598
e32721f5
GM
10599 * subr.el (def-edebug-spec): Doc fix.
10600
66a85e76
KH
106012009-07-14 Kenichi Handa <handa@m17n.org>
10602
10603 * international/characters.el: Fix setting of category ?C.
10604
28571246
JD
106052009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10606
7b6fefac 10607 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10608 ns-popup-font-panel instead of generate-fontset-menu.
10609
5d74672c
EZ
106102009-07-12 Eli Zaretskii <eliz@gnu.org>
10611
7b6fefac 10612 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10613
eb1727a4
CY
106142009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10615
10616 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10617 the PK\003\004 header (Bug#3770).
10618
208384c5
CY
106192009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10620
10621 * pcomplete.el (pcomplete-comint-setup): Check for
10622 shell-dynamic-complete-filename too.
10623
774409a1
CY
106242009-07-11 Chong Yidong <cyd@stupidchicken.com>
10625
10626 * simple.el (temporary-goal-column): Change the value for
10627 line-move-visual to a cons cell.
10628 (line-move-visual): Record or set the window hscroll, if
10629 necessary (Bug#3494).
10630 (line-move-1): Handle cons value of temporary-goal-column.
10631
1639ee1d
KH
106322009-07-11 Kenichi Handa <handa@m17n.org>
10633
10634 * international/mule-diag.el (describe-character-set): Don't show
10635 width.
10636
2b1d2412
SS
106372009-07-10 Sam Steingold <sds@gnu.org>
10638
10639 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10640 Omake sometimes indents the errors it prints, so allow all
10641 regexps to start with spaces.
10642
ed3a5691
EZ
106432009-07-10 Eli Zaretskii <eliz@gnu.org>
10644
ed2a52e9
SM
10645 * cus-edit.el (customize-changed-options-previous-release):
10646 Bump value to 22.1. (Bug#3804)
ed3a5691 10647
49405d0e
SS
106482009-07-08 Sam Steingold <sds@gnu.org>
10649
10650 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10651 to be a cons cell (test . ignored-directory) to selectively ignore
10652 some directories depending on the location of the search.
10653
93c3eb7c
MA
106542009-07-08 Michael Albinus <michael.albinus@gmx.de>
10655
10656 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10657 remote user is root, on the local host.
10658 (tramp-local-host-p): Either the local user or the remote user
10659 must be root. (Bug#3771)
10660
6f2a8484
NR
106612009-07-08 Nick Roberts <nickrob@snap.net.nz>
10662
10663 * progmodes/gdb-mi.el (gdb): Remove description of
10664 gdb-use-separate-io-buffer.
69cb8d82 10665 (menu): Don't allow toggling of or enable
6f2a8484
NR
10666 gdb-use-separate-io-buffer from menubar.
10667
88d03607
CY
106682009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10669
10670 * mail/unrmail.el (unrmail): Make sure the message ends with two
10671 newlines (Bug#3769).
10672
7ef5b8b2
GM
106732009-07-08 Glenn Morris <rgm@gnu.org>
10674
10675 * calendar/calendar.el (calendar-current-date): Rework previous change.
10676
3ce82f97
GM
106772009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10678
10679 * calendar/calendar.el (calendar-current-date):
10680 Add an optional argument giving an offset from today.
10681
f35fc841
GM
106822009-07-08 Glenn Morris <rgm@gnu.org>
10683
10684 * tutorial.el (tutorial--describe-nonstandard-key):
10685 Adjust the message for when a key has been unbound.
10686 (help-with-tutorial): Hide the arch-tag.
10687
40149292
KH
106882009-07-08 Kenichi Handa <handa@m17n.org>
10689
69cb8d82
KH
10690 * international/fontset.el (setup-default-fontset): For each
10691 script, append (not set) font-specs.
10692
40149292
KH
10693 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10694 docstring.
10695
ff0c4194
NR
106962009-07-08 Nick Roberts <nickrob@snap.net.nz>
10697
10698 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10699 -data-list-register-names to ...
10700 (gdb-starting): ... here because GDB 7.0 requires execution to
10701 have started when using this MI command.
10702 (gdb-set-header): New function to distinguish select and
10703 unselected tabs in gdb buffers.
10704 (gdb-propertize-header): New macro that uses gdb-set-header.
10705 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10706 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10707
8954c675
CY
107082009-07-07 Chong Yidong <cyd@stupidchicken.com>
10709
10710 * Makefile.in (ELCFILES): Remove fadr.elc.
10711
0996385d
DD
107122009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10713
dc6b4519
DD
10714 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10715 may contain frame information, so `string-match' should be used.
10716 (gdb-update): Disassembly is invalidated through
10717 `gdb-get-selected-frame'.
10718 (gdb-pad-string): New function to pad string with spaces.
10719 (gdb-invalidate-disassembly): Invalidate only if the buffer
10720 exists.
10721 (gdb-disassembly-handler-custom): Column alignment.
10722 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10723 placing new ones.
10724 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10725 end of line, too.
10726 (gdb-frame-handler): Match convention to for disassembly buffer
10727 mode name.
17c1380b 10728 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10729 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10730 not highlight breakpoints without line information.
69a197a2 10731 (gdb-input): Add trailing newline to command.
dc6b4519 10732
14340b25
DD
10733 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10734 buffer properly.
10735 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10736 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10737 now.
10738 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10739 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10740 to place breakpoints.
14340b25
DD
10741 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10742 functions.
10743 (gdb-disassembly-handler-custom): Show overlay arrow.
10744 (gdb-disassembly-place-breakpoints): Show breakpoints in
10745 disassembly buffer.
10746 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10747 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10748 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10749 in `gud-menu-map'.
14340b25 10750
38d4f316 10751 * fadr.el: Remove.
1f2a6224 10752
7b6fefac 10753 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10754 (gdb-memory-address): New variable which holds top address of
7b6fefac 10755 memory page shown in memory buffer.
0996385d
DD
10756 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10757 customization variables.
10758 New functions:
10759 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10760 display the memory buffer.
10761 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10762 buffer display parameters.
10763 (def-gdb-memory-format, gdb-memory-format-binary)
10764 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10765 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10766 Functions for setting memory buffer format.
10767 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10768 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10769 unit size used in memory buffer.
10770 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10771 to next/previous page of memory buffer.
28d67a53 10772 Now using (bindat-get-field) instead of fadr functions.
0996385d 10773
9ba562d3
SS
107742009-07-07 Sam Steingold <sds@gnu.org>
10775
10776 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10777 non-top-level files.
10778
a43977db
KH
107792009-07-07 Kenichi Handa <handa@m17n.org>
10780
10781 * international/mule-cmds.el (reset-language-environment): Put
10782 the highset priority to the charset iso-8859-1.
10783
d44d05e8
CY
107842009-07-06 Chong Yidong <cyd@stupidchicken.com>
10785
10786 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10787 to the end of the line when locating the block (Bug#700).
10788
3e2fa353
MA
107892009-07-06 Michael Albinus <michael.albinus@gmx.de>
10790
10791 * net/tramp.el (tramp-handle-write-region): Flush file properties
10792 in case of short track.
10793
be3e598a 107942009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10795
bf0b361c
JB
10796 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10797 Coded custom representation of verilog error regular expressions
10798 to work with Emacs-22's new format.
d88782c3 10799 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10800 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10801 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10802 error recognition into XEmacs.
10803 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10804 error recognition into Emacs-22.
10805
25c6f63e
CY
108062009-07-06 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * woman.el: Remove stand-alone closing parentheses.
10809 (woman-file-name, woman2-format-paragraphs)
10810 (woman-leave-blank-lines): Code cleanup.
10811 (woman-use-own-frame): Change default to nil.
10812 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10813 defaults to inherit from default faces.
10814 (woman2-process-escapes): Consume the newline after a stand-alone
10815 filler character (Bug#3651).
10816
f176290e
GM
108172009-07-06 Glenn Morris <rgm@gnu.org>
10818
10819 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10820 (top-level): Move provide to the end.
10821 (ffap): Remove defunct URL from custom group.
10822
10823 * subr.el (eval-after-load): Doc fix.
10824
7b6fefac 108252009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10826
10827 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10828 `calc-embedded-word' is called twice.
10829
4b8b1ec5
SM
108302009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * files.el (find-alternate-file-other-window, find-alternate-file):
10833 Obey confirm-nonexistent-file-or-buffer.
10834
d6ceb380
MA
108352009-07-05 Michael Albinus <michael.albinus@gmx.de>
10836
10837 * dired-aux.el (dired-show-file-type): Handle remote files.
10838
be3e598a 108392009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10840
4b8b1ec5
SM
10841 * desktop.el (desktop-globals-to-save):
10842 Add file-name-history (Bug#2750).
c760f19e 10843
6d00ce04
CY
108442009-07-05 Chong Yidong <cyd@stupidchicken.com>
10845
4b8b1ec5 10846 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10847
6ee21b07
JB
108482009-07-04 Johan Bockgård <bojohan@gnu.org>
10849
10850 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10851 property on entire argument since this is what eshell-lisp-command
10852 expects.
10853
f0dbdc25
MA
108542009-07-03 Michael Albinus <michael.albinus@gmx.de>
10855
10856 * net/tramp-gvfs.el (tramp-gvfs-methods)
10857 (tramp-gvfs-zeroconf-domain)
10858 (tramp-bluez-discover-devices-timeout): Add version flag.
10859 (tramp-gvfs-handler-mounted-unmounted)
10860 (tramp-gvfs-connection-mounted-p): Polish handling of
10861 incompatibilities between GVFS 0.2 and 1.0.
10862
e044e4fc
JD
108632009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10864
4b8b1ec5 10865 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10866
2e9b968b
JB
108672009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10868
bf0b361c 10869 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10870 formatted correctly.
10871
baf1a55e
JL
108722009-07-02 Juri Linkov <juri@jurta.org>
10873
10874 * info.el: Virtual Info files and nodes.
10875 (Info-virtual-files, Info-virtual-nodes): New variables.
10876 (Info-current-node-virtual): New variable.
10877 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10878 New functions.
10879 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10880 to check for a virtual file instead of checking a fixed list
10881 of node names.
10882 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10883 instead of ad-hoc processing of "dir" and (apropos history toc).
10884 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10885 instead of ad-hoc processing of "dir" and (apropos history toc).
10886 Reread a file when moving from a virtual node.
10887 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10888 (Info-directory-toc-nodes, Info-directory-find-file)
10889 (Info-directory-find-node): New functions.
10890 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10891 (Info-history): Move part of code to
10892 `Info-history-find-node'.
10893 (Info-history-toc-nodes, Info-history-find-file)
10894 (Info-history-find-node): New functions.
10895 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10896 (Info-toc): Move part of code to `Info-toc-find-node'.
10897 (Info-toc-find-node): New function.
4b8b1ec5 10898 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10899 the current Info file name to references because now the node
10900 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10901 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10902 (Info-toc-nodes): Rename input argument `file' to `filename'.
10903 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10904 instead of ad-hoc processing of ("dir" apropos history toc).
10905 (Info-index-nodes): Use Info-virtual-file-p
10906 to check for a virtual file instead of checking a fixed list
10907 of node names.
10908 (Info-index-node): Add check for `Info-current-node-virtual'.
10909 Raise `save-match-data' higher up the tree to contain
10910 `search-forward' too (bug fix).
10911 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10912 (Info-virtual-index-nodes): New variable.
10913 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10914 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10915 (Info-apropos-file, Info-apropos-nodes): New variables.
10916 (Info-apropos-toc-nodes, Info-apropos-find-file)
10917 (Info-apropos-find-node, Info-apropos-matches): New functions.
10918 (info-apropos): Move part of code to `Info-apropos-find-node' and
10919 `Info-apropos-matches'.
10920 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10921 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10922 for a virtual file instead of checking a fixed list of node names.
10923
10924 * simple.el (async-shell-command): New command.
10925
10926 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10927
10928 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10929 instead of `mount-info'.
10930
d04bc496
MA
109312009-07-02 Michael Albinus <michael.albinus@gmx.de>
10932
10933 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10934 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10935
af0403e0
KH
109362009-07-02 Kenichi Handa <handa@m17n.org>
10937
10938 * international/mule.el (set-keyboard-coding-system): Force *-unix
10939 coding-system to avoid eol conversion.
10940
99278f8a
MA
109412009-07-01 Michael Albinus <michael.albinus@gmx.de>
10942
4b8b1ec5
SM
10943 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10944 Add handler for `process-file', `shell-command' and
99278f8a
MA
10945 `start-file-process'.
10946 (tramp-gvfs-handle-shell-command)
10947 (tramp-gvfs-handle-start-file-process)
10948 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10949 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10950
3f1c6666
JD
109512009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10952
10953 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10954
3f396bac
KH
109552009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10956
10957 * language/korean.el (set-language-info-alist): Add korean-cp949,
10958 cp949 to spec.
10959
c1185193
KH
109602009-07-01 Kenichi Handa <handa@m17n.org>
10961
10962 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10963
10964 * international/encoded-kb.el: Deleted.
10965
10966 * international/mule.el (set-keyboard-coding-system): Perform the
10967 necessary setup here instead of calling encoded-kbd-setup-display.
10968
3f150a60
GM
109692009-07-01 Glenn Morris <rgm@gnu.org>
10970
10971 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10972
b0d5b05b
GM
109732009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10974
10975 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10976
4f4126e6
MA
109772009-06-30 Michael Albinus <michael.albinus@gmx.de>
10978
4b8b1ec5
SM
10979 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10980 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 10981 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 10982
7ae3ea65 10983 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10984 (top): Add a default for "synce" in `tramp-default-user-alist'.
10985 Add completion function for "synce" method.
10986 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10987 (tramp-hal-interface-manager, tramp-hal-interface-device):
10988 New defconst.
10989 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10990 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10991 New defuns.
d6ceb380
MA
10992
10993 * net/trampver.el: Update release number.
7ae3ea65 10994
0ad6626b
KH
109952009-06-30 Kenichi Handa <handa@m17n.org>
10996
10997 * international/fontset.el (setup-default-fontset): Add CJK fonts
10998 for symbols and the other miscellaneous characters.
10999
4b8b1ec5
SM
11000 * language/korea-util.el (setup-korean-environment-internal):
11001 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11002 (exit-korean-environment): Cancel above.
11003
11004 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11005 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11006 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11007 environments, and an exit-function to cancel that.
11008
11009 * language/japan-util.el (setup-japanese-environment-internal):
11010 Call use-cjk-char-width-table with arg `ja_JP'.
11011
11012 * international/characters.el (cjk-char-width-table): Delete it.
11013 (cjk-char-width-table-list): New variable.
11014 (use-cjk-char-width-table): New arg local-name.
11015 (use-default-char-width-table): Fix for the case that Emacs is
11016 already using the default char-width-table.
11017
fd46e893
MA
110182009-06-29 Michael Albinus <michael.albinus@gmx.de>
11019
11020 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11021 modes mandatory. (Bug#3712)
11022
b87d9f96
AM
110232009-06-29 Alan Mackenzie <acm@muc.de>
11024
11025 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11026 correction between the visible width of TABs and their number of bytes.
b87d9f96 11027
2d25aa5a
CY
110282009-06-29 Chong Yidong <cyd@stupidchicken.com>
11029
11030 * server.el (server-buffer-done): Prevent kill-buffer from
11031 prompting by clearing the buffer modification flag (Bug#3696).
11032
a3a8b002
DN
110332009-06-28 Michael McNamara <mac@mail.brushroad.com>
11034
bf0b361c 11035 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11036 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11037 (verilog-basic-complete-re): Support localparam lineup.
11038 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11039 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11040 commenting.
11041 (verilog-leap-to-case-head): Now support *nested* unique &
11042 priority case statements.
11043 (verilog-auto-lineup): Make just declarations the default (as it
11044 had been).
4b8b1ec5 11045 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11046 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11047 select the various styles of automatic lineup.
a3a8b002
DN
11048 (verilog-error-regexp-alist): Rework to support the XEmacs style
11049 of error regular expressions from compilers, lint tools &
11050 simulators. Note that GNU Emacs has made it impossible for a mode
11051 to load such things.
11052 (electric-verilog-terminate-line, verilog-indent-declaration)
11053 (verilog-auto-wiure): Rework for radio button selection of
11054 auto-lineup selection of specification of auto lineup.
11055 (verilog-beg-of-statement-1): Redesign to support proper operation
11056 in additional code, based on testing with auto-lineup.
11057 (verilog-calculate-indent, assignments & declarations)
11058 (verilog-backward-token): Enhance to support auto-lineup of
11059 assignments & declarations.
11060 (verilog-in-directive-p, verilog-at-struct-p): New function for
11061 easy test of whether we are.
11062 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11063 to support safe execution at almost anyline.
11064 (verilog-calc-1): Properly support indenting deep inside generate
11065 blocks.
48c2d18a 11066 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11067 as it is redundant with font-lock-defaults.
a8f316ca 11068 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11069 to avoid circular calls if syntax-ppss is a function (as is the
11070 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11071 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11072 (verilog-ovm-begin-re, verilog-ovm-end-re)
11073 (verilog-ovm-statement-re, verilog-leap-to-head)
11074 (verilog-backward-token): Add support for OVM macros. Some are
11075 complete statements, and others open and close scopes like begin
11076 and end.
11077 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11078 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11079 compilation issue.
48c2d18a 11080 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11081 coverpoint, constraint and cross statements.
a3a8b002
DN
11082 (verilog-defun-level-list, verilog-generate-defun-level-list)
11083 (verilog-all-defun-level-list): Redo these specifications - it is
11084 too hard to support eval-when compile aggregation of lists also
11085 built at when-compile time.
11086 (verilog-defun-level-list): Place defconsts of variables used in
11087 building regular expressions which are built in eval-when-compile
11088 bodies in the same eval-when-compile body to facilitate compile
11089 without load.
11090 (verilog-beg-block-re-ordered): Support indenting
11091 virtual/protected tasks and functions.
7b6fefac 11092 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11093 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11094 indentation of some module items (generate items).
11095 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11096 across virtual/protected tasks and functions.
11097
110982009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11099
bf0b361c 11100 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11101 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11102 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11103 in concatenations. Reported by Yishay Belkind.
11104 (verilog-auto-ascii-enum): Support one-hot state machines in
11105 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11106 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11107 modport in AUTOINST and add vl-modport for users. Reported by
11108 David Rogoff.
11109 (verilog-auto-inout-module, verilog-auto-inst)
11110 (verilog-decls-get-interfaces, verilog-insert-definition)
11111 (verilog-insert-one-definition, verilog-read-decls)
11112 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11113 (verilog-sig-modport, verilog-signals-combine-bus)
11114 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11115 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11116 Suggested by David Rogoff.
11117 (verilog-repair-open-comma): Fix non-insertion of comma when
11118 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11119 (verilog-make-width-expression): Simplify [A-1:0] expression
11120 widths to just {A{1'b0}}.
11121 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11122 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11123 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11124 inputs/outputs or data type. Suggested by Vasu Kandadi.
11125 (next-error-last-buffer): Fix byte-compiler warning.
11126 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11127 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11128 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11129 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11130 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11131 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11132 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11133 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11134 causing use of <= assignments. Reported by Alex Reed.
11135 (verilog-read-decls): Fix triand, trior, wand, wor to be
11136 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11137 (verilog-extended-complete-re): Support import "DPI-C" functions.
11138 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11139 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11140 (verilog-insert-date, verilog-insert-year)
11141 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11142 Windows systems. Reported by Michael Potts.
11143 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11144 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11145 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11146 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11147 (verilog-read-decls): Fix detecting "parameter int" when using
11148 AUTOINSTPARAM. Reported by Bruce T.
11149 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11150 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11151 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11152 verilog-goto-defun will work. Reported by Lawrence Butcher.
11153 (verilog-getopt): Expand environment variables in -f file
11154 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11155 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11156 when reading enumerations.
11157 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11158 Suggested by Stephen Peltan.
4b8b1ec5 11159 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11160 files. Reported by Steve Peltan.
11161
f7c0d931
CY
111622009-06-28 David De La Harpe Golden <david@harpegolden.net>
11163
11164 * files.el (trash-directory): Fix defcustom type.
11165
baf1a55e 111662009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11167
11168 * help-fns.el (describe-function-1): Correctly locate adviced
11169 functions in hyperlink (Bug#2438).
11170
d63a01ef
CY
111712009-06-28 Chong Yidong <cyd@stupidchicken.com>
11172
11173 * files.el (trash-directory): Change default to nil.
11174 (move-file-to-trash): If trash-directory is nil and
11175 system-move-file-to-trash is unbound, perform freedesktop-style
11176 trashing.
11177
111782009-06-28 David De La Harpe Golden <david@harpegolden.net>
11179
11180 * files.el (move-file-to-trash): Add freedesktop trash
11181 support (Bug#973).
11182
fc2f6a26
GM
111832009-06-28 Glenn Morris <rgm@gnu.org>
11184
11185 * autorevert.el (global-auto-revert-non-file-buffers)
11186 (global-auto-revert-mode): Doc fixes.
11187
00242b07
JB
111882009-06-27 Johan Bockgård <bojohan@gnu.org>
11189
11190 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11191
f5594f03
CY
111922009-06-27 Chong Yidong <cyd@stupidchicken.com>
11193
e8a2b2da
CY
11194 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11195 opened an X connection before calling x-get-resource (Bug#3194).
11196
f5594f03
CY
11197 * play/doctor.el: Remove reference to obsolete website.
11198 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11199
3c3bf6ce
DN
112002009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11201
11202 Remove find-file-not-found-hook VC method. (Bug#2757)
11203 * vc-hooks.el (vc-file-not-found-hook)
11204 (vc-default-find-file-not-found-hook): Remove functions.
11205 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11206 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11207 * vc.el:
11208 * vc-hg.el:
11209 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11210
e26a7bc0
AM
112112009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11212
11213 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11214 compatibility function for `looking-back'.
e26a7bc0 11215
4b8b1ec5 11216 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11217 Use `ispell-looking-back'.
e26a7bc0 11218
d9848600
MA
112192009-06-24 Michael Albinus <michael.albinus@gmx.de>
11220
11221 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11222 rather than `filename'.
d9848600 11223
05fbc4a9
MB
112242009-06-23 Miles Bader <miles@gnu.org>
11225
11226 * face-remap.el (text-scale-set): New function.
11227
f86ca715
GM
112282009-06-23 Glenn Morris <rgm@gnu.org>
11229
33e2c2e5
GM
11230 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11231
f529f302
GM
11232 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11233
34995333
GM
11234 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11235
cc80ccee
GM
11236 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11237
84cb770d
GM
11238 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11239 Simplify Persian conditionals.
11240
d916c965
GM
11241 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11242 variable `filename'.
11243
b6a44b27
GM
11244 * comint.el (comint-insert-input): Doc fix.
11245
f86ca715
GM
11246 * Makefile.in (ELCFILES): Fix typo in previous change.
11247
666e158e
MB
112482009-06-23 Miles Bader <miles@gnu.org>
11249
11250 * cus-start.el: Add entry for `recenter-redisplay'.
11251
be3e598a 112522009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11253
11254 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11255 Add an optional argument for the backend, use it instead of
11256 calling vc-backend.
4b8b1ec5
SM
11257 (vc-mode-line): Add an optional argument for the backend.
11258 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11259 special handling for vc-state being a buffer to ...
11260
11261 * vc-rcs.el (vc-rcs-find-file-hook):
11262 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11263
11264 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11265 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11266 vc-stay-local-p and vc-mode-line calls.
11267
11268 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11269 (vc-cvs-diff, vc-cvs-annotate-command)
11270 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11271 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11272 vc-mode-line calls.
11273
11274 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11275 direct comparison.
11276 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11277 backend when calling vc-mode-line.
11278 (vc-register): Do not create a closure for calling the vc register
11279 function, call it directly.
11280
2764748c
DN
112812009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11282
11283 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11284 to make it obvious item can be clicked.
f5a0b281
DN
11285
11286 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11287
d4a885b2
KH
112882009-06-23 Kenichi Handa <handa@m17n.org>
11289
11290 * language/korea-util.el (korean-key-bindings): Change the binding
11291 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11292 same command.
11293
e3610693
MA
112942009-06-22 Michael Albinus <michael.albinus@gmx.de>
11295
11296 Sync with Tramp 2.1.16.
11297
11298 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11299
11300 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11301 when a loading of a package fails. Completion function for rsync
11302 is `tramp-completion-function-alist-ssh'.
11303 (all): Replace all calls of `split-string' and
11304 `tramp-split-string' by `tramp-compat-split-string'.
11305 (tramp-default-method): Use `tramp-compat-process-running-p'.
11306 (tramp-default-proxies-alist): Allow also Lisp forms.
11307 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11308 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11309 (tramp-domain-regexp): Allow also "-", "_" and ".".
11310 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11311 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11312 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11313 (tramp-handle-directory-files-and-attributes-with-stat):
11314 Care about filenames with spaces, or starting with "-".
e3610693
MA
11315 (tramp-handle-dired-uncache): New defun.
11316 (tramp-handle-insert-directory): Don't flush the directory from
11317 cache, this is handled by `dired-uncache' now.
11318 (tramp-handle-insert-file-contents): Improve error handling.
11319 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11320 Quote `tramp-end-of-output'.
11321 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11322 (tramp-check-for-regexp): Both echoes must be present, before removing.
11323 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11324 (tramp-compute-multi-hops): Eval cons cells of
11325 `tramp-default-proxies-alist'.
11326 (tramp-maybe-open-connection): Use the same command pattern for
11327 first hop and further hops.
11328 (tramp-wait-for-output): Remove handling of newlines.
11329 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11330 (tramp-split-string): Remove function. It is handled in
11331 tramp-compat now.
11332
4b8b1ec5
SM
11333 * net/tramp-cmds.el (tramp-bug):
11334 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11335
11336 * net/tramp-compat.el (tramp-compat-split-string)
11337 (tramp-compat-process-running-p): New defuns.
11338
11339 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11340 for `dired-uncache'.
11341
11342 * net/tramp-gvfs.el: New package.
11343
4b8b1ec5
SM
11344 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11345 Add handler for `dired-uncache'.
e3610693
MA
11346 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11347
11348 * net/trampver.el: Update release number. Make version check fit
11349 for SXEmacs 22.
11350
13a3f374
JM
113512009-06-22 Jim Meyering <meyering@redhat.com>
11352
e0a28a3b 11353 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11354 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11355 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11356
5242671e 113572009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11358 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11359
e0a28a3b 11360 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11361 repository (http://sphinx.net.ru/hg/gdb-mi/).
11362
3fde45af
GM
113632009-06-22 Glenn Morris <rgm@gnu.org>
11364
46253b34
GM
11365 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11366 `mode' and `eval' entries. (Bug#3430)
11367
97e18192
GM
11368 * Makefile.in (ELCFILES): Add fadr.elc.
11369
731a00fb
GM
11370 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11371 differing behavior of \n and ^ in strings. (Bug#3385)
11372
c66cd0ff
GM
11373 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11374
3fde45af
GM
11375 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11376 property.
11377 (lisp-indent-function): Make it a defcustom.
11378
db2241a0
NR
113792009-06-21 Nick Roberts <nickrob@snap.net.nz>
11380
11381 * progmodes/gdb-ui.el: Replace with ...
5242671e 11382 * progmodes/gdb-mi.el: ... this file.
db2241a0 11383 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11384
113852009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11386
db2241a0
NR
11387 * fadr.el: New file.
11388
38d4f316 11389See ChangeLog.14 for earlier changes.
e3d51b27
MR
11390
11391;; Local Variables:
11392;; coding: utf-8
e3d51b27
MR
11393;; End:
11394
4e5617ee 11395 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11396
11397 This file is part of GNU Emacs.
11398
11399 GNU Emacs is free software: you can redistribute it and/or modify
11400 it under the terms of the GNU General Public License as published by
11401 the Free Software Foundation, either version 3 of the License, or
11402 (at your option) any later version.
11403
11404 GNU Emacs is distributed in the hope that it will be useful,
11405 but WITHOUT ANY WARRANTY; without even the implied warranty of
11406 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11407 GNU General Public License for more details.
11408
11409 You should have received a copy of the GNU General Public License
11410 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11411
38d4f316 11412;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1