* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4c3a215a
GM
12010-03-23 Glenn Morris <rgm@gnu.org>
2
3 * textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
4
e9ba3e26
CY
52010-03-21 Chong Yidong <cyd@stupidchicken.com>
6
7 * indent.el (indent-for-tab-command): Doc fix.
8
657071fc
AM
92010-03-22 Alan Mackenzie <acm@muc.de>
10
11 * progmodes/cc-engine.el (c-remove-stale-state-cache): Fix
12 off-by-one error. Fixes bug #5747.
13
c8de140b
JB
142010-03-22 Juanma Barranquero <lekktu@gmail.com>
15
16 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
17 (image-dired-read-comment): Doc fix.
18
19 * json.el (json-object-type, json-array-type, json-key-type, json-false)
20 (json-null, json-read-number):
21 * minibuffer.el (completion-in-region-functions):
22 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
23 (cal-tex-cursor-week):
24 * emacs-lisp/trace.el (trace-function):
25 * eshell/em-basic.el (eshell/printnl):
26 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
27 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
28 * obsolete/levents.el (allocate-event, event-key, event-object)
29 (event-point, event-process, event-timestamp, event-to-character)
30 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
31 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
32 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
33 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
34 (reftex-highlight-selection): Fix typos in docstrings.
35
d1200087
JB
362010-03-19 Juanma Barranquero <lekktu@gmail.com>
37
38 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
39
f454672b
GM
402010-03-18 Glenn Morris <rgm@gnu.org>
41
42 * mail/rmail.el (rmail-highlight-face): Restore option deleted
43 2008-02-13 without comment; mark it obsolete.
44 (rmail-highlight-headers): Use rmail-highlight-face once more.
45
d5704d66
CY
462010-03-16 Chong Yidong <cyd@stupidchicken.com>
47
48 * woman.el (woman2-process-escapes): Only consume the newline if
49 the filler character is on a line by itself (Bug#5729).
50
fade35dd
KH
512010-03-16 Kenichi Handa <handa@m17n.org>
52
53 * language/indian.el (devanagari-composable-pattern): Add more
54 consonants.
55
c8215db1
MA
562010-03-14 Michael Albinus <michael.albinus@gmx.de>
57
58 * net/trampver.el: Update release number.
59
b4d16368
GM
602010-03-13 Glenn Morris <rgm@gnu.org>
61
62 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
63
c0e17ff2
MA
642010-03-13 Michael Albinus <michael.albinus@gmx.de>
65
66 * net/tramp.el (tramp-find-executable): Use
67 `tramp-get-connection-buffer'. Make the regexp for checking
68 output of "wc -l" more robust.
69 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
70 (tramp-open-connection-setup-interactive-shell): Remove workaround
71 for OpenSolaris bug, it is not needed anymore.
72
6408fd42
CY
732010-03-13 Eric M. Ludlam <zappo@gnu.org>
74
75 * cedet/semantic/imenu.el: New file, from the CEDET repository
76 (Bug#5412).
77
eb123b12
GM
782010-03-12 Glenn Morris <rgm@gnu.org>
79
80 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
81
5f8d2ce0
WS
822010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
83
84 * files.el (auto-mode-alist): Accept more verilog file patterns.
85
fd5476dd 862010-03-09 Miles Bader <miles@gnu.org>>
25344b05
MB
87
88 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
89 instead of "format:"; this ensures that the output is
90 newline-terminated.
91
4e7cafbe
CY
922010-03-08 Chong Yidong <cyd@stupidchicken.com>
93
94 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
95 that all errors are caught, and that the return value is always a
96 list (Bug#5692).
97
aec66319
KH
982010-03-08 Kenichi Handa <handa@m17n.org>
99
100 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 101 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 102
b327c975
AS
1032010-03-07 Andreas Schwab <schwab@linux-m68k.org>
104
105 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
106 call to rfc822-bad-address. (Bug#5692)
107
1c465a6a
CY
1082010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
109
110 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
f7e0618c 111 vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 112
a4e32226
CY
1132010-03-06 Chong Yidong <cyd@stupidchicken.com>
114
115 * calculator.el (calculator): Don't bind split-window-keep-point
116 (Bug#5674).
117
4c83ed3d
SM
1182010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * vc-git.el: Re-flow to fit into 80 columns.
121 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
122 Remove spurious `quote' element in each case alternative.
123 (vc-git-show-log-entry): Use prog1.
124 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
125
d40a7570
GM
1262010-03-06 Glenn Morris <rgm@gnu.org>
127
128 * cedet/semantic/grammar.el (semantic-grammar-header-template):
129 Update template copyright to GPLv3+.
130
e8defde3
SM
1312010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
134
233f0c9f
CY
1352010-03-03 Chong Yidong <cyd@stupidchicken.com>
136
137 * macros.el (insert-kbd-macro): Look up keyboard macro using the
138 definition, not the name (Bug#5481).
139
254bedef 1402010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
141
142 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
143 argument with a local variable. (Bug#5670)
144
7187cdae
JL
1452010-03-02 Juri Linkov <juri@jurta.org>
146
147 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
148
9cf3544e
MA
1492010-03-02 Michael Albinus <michael.albinus@gmx.de>
150
151 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
152 error when FILENAME and NEWNAME are existing remote directories.
153
154 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
155 parameter DIR-FLAG.
156
33f77982
GM
1572010-03-02 Glenn Morris <rgm@gnu.org>
158
159 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
160 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
161
eb2f6eeb
AM
1622010-03-01 Alan Mackenzie <acm@muc.de>
163
e8defde3
SM
164 * progmodes/cc-engine.el (c-remove-stale-state-cache):
165 Correct previous patch.
eb2f6eeb 166
d99ea08e
KH
1672010-03-01 Kenichi Handa <handa@m17n.org>
168
e8defde3 169 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
170 myanmar-composable-pattern.
171
e8defde3
SM
172 * international/characters.el (script-list):
173 * international/fontset.el (script-representative-chars):
174 Change myanmar to burmese.
d99ea08e 175 (otf-script-alist): Likewise.
4aa2c3b2
KH
176 (setup-default-fontset): Likewise. Re-fix :otf spec.
177
dd21b621
AM
1782010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
179
180 * cc-engine.el (c-remove-stale-state-cache): Take account of when
f7e0618c 181 `good-pos' is in the same macro as `here'. Fixes bug#5649.
dd21b621 182
b374f54d
KY
1832010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
184
185 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
186
71572c03
JD
1872010-02-28 Jan Djärv <jan.h.d@swipnet.se>
188
189 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
190
00cffdeb
MA
1912010-02-28 Michael Albinus <michael.albinus@gmx.de>
192
193 * net/tramp.el (tramp-handle-write-region): START can be a string.
194 Take care in the checks. Reported by Dan Davison
195 <davison@stats.ox.ac.uk>.
196
d4b06783
MA
1972010-02-28 Michael Albinus <michael.albinus@gmx.de>
198
199 * net/dbus.el (dbus-introspect, dbus-get-property)
200 (dbus-set-property, dbus-get-all-properties): Use
201 `dbus-call-method' when noninteractive. (Bug#5645)
202
8c3e96d2
CY
2032010-02-28 Chong Yidong <cyd@stupidchicken.com>
204
de3a1fe9
CY
205 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
206 * emacs-lisp/elint.el (elint-add-required-env):
207 * cedet/semantic/db-find.el
208 (semanticdb-find-translate-path-brutish-default):
209 * cedet/ede/make.el (ede-make-check-version):
210 * calendar/icalendar.el (icalendar--add-diary-entry):
211 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
212 * files.el (recover-session-finish): Use with-current-buffer
213 instead of save-excursion.
214
c53b9c3b
SM
2152010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 Fix in-buffer completion when after-change-functions modify the buffer.
218 * minibuffer.el (completion--replace): New function.
219 (completion--do-completion): Use it and use relative movement.
220
4a16bdc6
CY
2212010-02-27 Chong Yidong <cyd@stupidchicken.com>
222
223 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 224
b8280f39
CY
2252010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
226
c53b9c3b
SM
227 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
228 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 229
f88cc4d6
KH
2302010-02-26 Kenichi Handa <handa@m17n.org>
231
232 * language/burmese.el: Fix entries in composition-function-table.
233 (myanmar-composable-pattern): New variable.
234
235 * international/fontset.el (setup-default-fontset): Add an entry
236 for myanmar.
237
238 * international/characters.el (script-list): Add Myanmar
239 Extended-A.
240
cdbf9100
GM
2412010-02-26 Glenn Morris <rgm@gnu.org>
242
90a94603
GM
243 * custom.el (custom-initialize-delay): Doc fix.
244
cdbf9100
GM
245 * mail/sendmail.el (send-mail-function): Autoload the call
246 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
247
8a249abc
AM
2482010-02-25 Alan Mackenzie <acm@muc.de>
249
250 * progmodes/cc-engine.el (c-clear-<-pair-props)
251 (c-clear->-pair-props): Correct to wipe category text props, not
252 syntax-table ones.
253
254 * progmodes/cc-mode.el (c-after-change): Remove any hard
255 syntax-table properties for <, > which, e.g., C-y has
256 inopportunely converted from category properties.
257
f95a5fd0
CY
2582010-02-24 Chong Yidong <cyd@stupidchicken.com>
259
260 * files.el (hack-local-variables-filter): For eval forms, also
261 check safe-local-variable-p (Bug#5636).
262
6583ba0e
CY
2632010-02-24 Eduard Wiebe <usenet@pusto.de>
264
265 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
266 and use c(ad)r of cddr (Bug#5640).
267
459a5f4b
MA
2682010-02-22 Michael Albinus <michael.albinus@gmx.de>
269
270 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
271 setting the modes by `ignore-errors'. It might fail, for example
272 if the file is not owned by the user but the group.
273 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
274
bb23f6e8
CY
2752010-02-21 Chong Yidong <cyd@stupidchicken.com>
276
50c58e27
CY
277 * files.el (directory-listing-before-filename-regexp): Use
278 stricter matching for iso-style dates, to avoid false matches with
279 date-like filenames (Bug#5597).
280
b660eb70
CY
281 * htmlfontify.el (htmlfontify): Doc fix.
282
283 * eshell/eshell.el (eshell): Doc fix.
284
bb23f6e8
CY
285 * startup.el (fancy-about-screen): In mode-line, apply
286 mode-line-buffer-id face only to the buffer name (Bug#5613).
287
3e39928c
CY
2882010-02-20 Kevin Ryde <user42@zip.com.au>
289
f7e0618c
JB
290 * progmodes/compile.el (compilation-error-regexp-alist-alist):
291 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
292 (Bug#5599).
293
0f00e948
EZ
2942010-02-20 Eli Zaretskii <eliz@gnu.org>
295
296 * subr.el (remove-yank-excluded-properties): Explain in a comment
297 why `category' property is removed.
298
3513efb2
CY
2992010-02-19 Chong Yidong <cyd@stupidchicken.com>
300
301 * isearch.el (isearch-update-post-hook, isearch-update): Revert
302 2010-02-17 change.
303
b4340b3f
UJ
3042010-02-19 Ulf Jasper <ulf.jasper@web.de>
305
306 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
307 (icalendar--convert-weekly-to-ical)
308 (icalendar--convert-yearly-to-ical)
309 (icalendar--convert-block-to-ical)
310 (icalendar--convert-cyclic-to-ical)
311 (icalendar--convert-anniversary-to-ical): Take care of time
312 specifications where hour has 1-digit only (Bug#5549).
313
8cfae03d
NR
3142010-02-19 Nick Roberts <nickrob@snap.net.nz>
315
316 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
317 of disassemble output in GDB 7.1.
318
055e4eea
GM
3192010-02-19 Glenn Morris <rgm@gnu.org>
320
321 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
322 property. (Bug#5593)
323
ff6b00de
SS
3242010-02-18 Sam Steingold <sds@gnu.org>
325
326 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
327
fe8c0b47
SM
3282010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 Use abbreviated file names in bookmarks (bug#5591).
331 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
332 calls to expand-file-name.
333 (bookmark-relocate): Use abbreviated file names in bookmarks.
334 (bookmark-load): Use abbreviated file names in messages.
335
73a37a69
MA
3362010-02-18 Michael Albinus <michael.albinus@gmx.de>
337
338 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
339 expand "." and "..". Reported by Thierry Volpiatto
340 <thierry.volpiatto@gmail.com>.
341
6e4f5731
MA
3422010-02-18 Michael Albinus <michael.albinus@gmx.de>
343
344 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
345 permissions of the temporary file to "0600". In case the remote
346 file has no read permissions for the owner, there might be
347 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
348
34922010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
350
351 * emacs-lisp/authors.el (authors-renamed-files-alist):
352 Add entries for INSTALL.CVS.
353
ba5bf642
MH
3542010-02-17 Mark A. Hershberger <mah@everybody.org>
355
f7e0618c 356 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 357
f7e0618c 358 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
359 (isearch-update): Use the new hook.
360
aac0b0f2
MA
3612010-02-16 Michael Albinus <michael.albinus@gmx.de>
362
fe8c0b47
SM
363 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
364 Fix errors in copying directories.
aac0b0f2
MA
365 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
366 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
367 (tramp-handle-delete-file)
368 (tramp-handle-dired-recursive-delete-directory)
369 (tramp-handle-write-region): Flush also the cache for the upper
370 directory.
371
05bbe066
CY
3722010-02-16 Chong Yidong <cyd@stupidchicken.com>
373
e8ab3908
CY
374 * simple.el (save-interprogram-paste-before-kill): Doc fix.
375
ff90f4b0
CY
376 * cus-edit.el (hardware): Doc fix.
377
378 * man.el (man): Add to external custom group.
379
380 * delim-col.el (columns): Move to wp custom group.
381
382 * doc-view.el (doc-view): Add to data custom group.
383
384 * cedet/data-debug.el (data-debug): Move to extensions group.
385
386 * cedet/ede.el (ede):
387 * cedet/srecode.el (srecode):
388 * cedet/semantic.el (semantic): Put in tools and extensions group.
389
fe8c0b47 390 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 391
05bbe066
CY
392 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
393 by ispell-parse-output (Bug#5575).
394
fa6ea913
KH
3952010-02-16 Kenichi Handa <handa@m17n.org>
396
397 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
398 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
399 (skkdic-convert): Use `euc-japan' coding system for writing.
400
88fd78ae
GM
4012010-02-16 Glenn Morris <rgm@gnu.org>
402
403 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
404 tex-main-file before using it. (Bug#5562)
405
2b8c974a
SM
4062010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
409 warnings, since it is annoying for the user to see them each time he
410 runs the code.
411
7540f029
MA
4122010-02-15 Michael Albinus <michael.albinus@gmx.de>
413
414 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
415 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
416 instead of PROC for caching "first-password-request". Otherwise,
417 new processes would not profit from passwords already entered.
418
2b8c974a
SM
419 * net/tramp-cache.el (tramp-dump-connection-properties):
420 Don't save "first-password-request" property.
7540f029 421
fa5f7c5f
JB
4222010-02-14 Juanma Barranquero <lekktu@gmail.com>
423
424 * outline.el (outline-head-from-level):
425 * simple.el (with-wrapper-hook):
426 * cedet/ede.el (ede-run-target, project-delete-target)
427 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
428 (ede-adebug-project, ede-adebug-project-parent)
429 (ede-adebug-project-root):
430 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
431 (elint-defun, elint-buffer-env, elint-top-form-logged)
432 (elint-unbound-variable):
433 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
434 Fix typos in docstrings.
435
ecbaeb7b
MA
4362010-02-14 Michael Albinus <michael.albinus@gmx.de>
437
438 * files.el (insert-directory): When WILDCARD-REGEXP and
439 FULL-DIRECTORY-P are nil, insert the file entry instead of the
440 whole directory. (Bug#5551)
441
442 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
443 dired's alignment sanity. (Bug#5516)
444
91e3333f
JL
4452010-02-14 Juri Linkov <juri@jurta.org>
446
447 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
448 Remove remaining ^H with their preceding chars. (Bug#5566)
449
36020642
GM
4502010-02-13 Glenn Morris <rgm@gnu.org>
451
452 * simple.el (transpose-subr): Give it a doc-string.
453
454 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
455 Doc fixes.
456
f5952338
JL
4572010-02-12 Juri Linkov <juri@jurta.org>
458
459 * arc-mode.el (archive-unique-fname): Make directories for nested
460 archives. (Bug#5540)
461
918fe50f
JL
4622010-02-12 Juri Linkov <juri@jurta.org>
463
464 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
465
c07ff221
SM
4662010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
467
48b1e7cf
SM
468 * subr.el (copy-overlay): Handle deleted overlays.
469
c07ff221
SM
470 * man.el (Man-completion-table): Don't signal an error if we can't run
471 manual-program (bug#4056).
472
0e374247
JB
4732010-02-10 Juanma Barranquero <lekktu@gmail.com>
474
475 * textmodes/artist.el (artist-mt): Fix typos in docstring.
476
dbf8402b
SM
4772010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
478
348d1e60
SM
479 * info.el (Info-bookmark-jump): Simplify.
480
dbf8402b
SM
481 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
482 (bookmark-default-handler): Accept new bookmark field `buffer'.
483
e6d23bb5
CY
4842010-02-10 Chong Yidong <cyd@stupidchicken.com>
485
486 * iswitchb.el (iswitchb-completions): Revert last change.
487
a8e4290b
MA
4882010-02-10 Michael Albinus <michael.albinus@gmx.de>
489
2b23acde 490 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
491 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
492 This prevents file names like "~/" being listed literally.
a8e4290b 493
c59d6fad
DN
4942010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
495
348d1e60
SM
496 * term/xterm.el (xterm-maybe-set-dark-background-mode):
497 Remove dead code. (Bug#5546)
c59d6fad 498
3a66e78f
CY
4992010-02-09 Chong Yidong <cyd@stupidchicken.com>
500
501 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
502 correctly (Bug#5548).
503
f29fd869
CY
5042010-02-08 Jose E. Marchesi <jemarch@gnu.org>
505
506 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 507 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 508
7fad1447
KH
5092010-02-08 Kenichi Handa <handa@m17n.org>
510
511 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 512 cookie for putting `lisp-indent-function'.
7fad1447 513
50e4518b
GM
5142010-02-07 Glenn Morris <rgm@gnu.org>
515
516 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
517 Move F2003 named interfaces from keywords-2 to keywords-1, and
518 use function-name-face rather than constant-face.
519 Simplify "abstract interface" regexp.
520
a4cc44cf
CY
5212010-02-07 Chong Yidong <cyd@stupidchicken.com>
522
523 * eshell/esh-util.el (eshell-file-attributes): New optional arg
524 ID-FORMAT. Pass it to `file-attributes'.
525
526 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
527
c917476d
CY
5282010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
529
530 * faces.el (set-face-attribute): Allow calling
531 internal-set-lisp-face-attribute with 'unspecified family and
532 foundry argument (Bug#5536).
533
7cf3f3d6
GM
5342010-02-07 Glenn Morris <rgm@gnu.org>
535
536 * progmodes/f90.el (f90-font-lock-keywords-2)
537 (f90-looking-at-type-like, f90-looking-at-program-block-end):
538 Handle F2003 named interfaces.
539
ffe87109
CY
5402010-02-06 Chong Yidong <cyd@stupidchicken.com>
541
542 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
543 beg and end before calling c-get-state-before-change-functions.
544
4775ecad
DN
5452010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
546
547 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
548
0d17c4b9
JL
5492010-02-05 Juri Linkov <juri@jurta.org>
550
551 * doc-view.el (doc-view-mode):
552 * image-mode.el (image-mode): Put property mode-class=special.
553 (Bug#4896)
554
8228a275
MH
5552010-02-05 Mark A. Hershberger <mah@everybody.org>
556
557 * vc-svn.el (vc-svn-revision-table): New function.
558
d9320986
MA
5592010-02-05 Michael Albinus <michael.albinus@gmx.de>
560
561 * net/ange-ftp.el (ange-ftp-insert-directory):
562 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
563 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
564 Handle also directories. (Bug#5478)
565
f43d8ecc
GM
5662010-02-05 Glenn Morris <rgm@gnu.org>
567
568 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
569
ce3a988d
CY
5702010-02-05 Chong Yidong <cyd@stupidchicken.com>
571
572 * startup.el (command-line-1): Convert options beginning with a
573 single dash as well (Bug#5519).
574
bdd42899
SM
5752010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
576
51b23c44
SM
577 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
578 * minibuffer.el (completion-initials-expand): Only check the presence
579 of delims *within* the boundaries, since otherwise the / delim is
580 always found for files.
581
bdd42899
SM
582 Fix up various corner case problems.
583 * doc-view.el (doc-view-last-page-number): New function.
584 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
585 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
586 (doc-view-kill-proc): Avoid inf-loop in freak cases.
587 (doc-view-reconvert-doc): Use the new recursive delete-directory.
588 (doc-view-convert-current-doc): Don't create the resolution.el file
589 here any more.
590 (doc-view-pdf/ps->png): Do it here instead.
591 (doc-view-already-converted-p): Check that resolution.el is present.
592 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
593 windows that are not yet showing images.
594
dd969a56
AM
5952010-02-04 Alan Mackenzie <acm@muc.de>
596
597 Change strategy for marking < and > as template delimiters: mark
598 them strictly in matching pairs.
599
51b23c44
SM
600 * cc-mode.el (c-before-change):
601 Use c-get-state-before-change-functions.
dd969a56
AM
602 (c-common-init): Adapt to use
603 c-get-state-before-change-functions (note plural).
604
605 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
606 for searching syntactically for matching <s and >s.
607 (c-get-state-before-change-functions): New language variable (note
608 the plural) which supersedes c-get-state-before-change-function.
609
610 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
611 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
612 (c-clear->-pair-props-if-match-before)
51b23c44 613 (c-before-change-check-<>-operators): New functions.
dd969a56
AM
614 (c-after-change-check-<>-operators): Use macro
615 c-unmark-<->-as-paren.
616
617 * cc-defs.el (c-search-backward-char-property): New macro.
618
619 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
620 and > any more. (These will be handled by font locking.)
621
d5b3979c
MA
6222010-02-04 Michael Albinus <michael.albinus@gmx.de>
623
624 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
625 `dired-uncache' for every elemnt which is an absolute file name.
626
627 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
628 directory, handle its directory component.
629 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
630 function is called permanently and creates noise, otherwise.
631
632 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
633 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
634 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
635
b003beb1
DB
6362010-02-04 David Burger <dburger@google.com> (tiny change)
637
638 * macros.el (apply-macro-to-region-lines):
639 Minor simplification. (Bug#5485)
640
ea92f9f3
GM
6412010-02-04 Glenn Morris <rgm@gnu.org>
642
a03ae20d
GM
643 * mail/rmail.el (rmail-show-message-1): Handle malformed
644 quoted-printable text. (Bug#5441)
645
4d01b827
GM
646 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
647
ea92f9f3
GM
648 * simple.el (visual-line-mode): Capitalize lighter.
649
82055bb7
JW
6502010-02-03 John Wiegley <jwiegley@gmail.com>
651
652 * iswitchb.el (iswitchb-completions): Add bookmark files to the
653 list of files considered for "virtual buffer" completions.
654
8214b6e4
MA
6552010-02-03 Michael Albinus <michael.albinus@gmx.de>
656
657 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
658 also in case of (and (not full) (not wildcard)). This is needed,
659 when dired is called with a list of files, which are not in
660 `default-directory'. (Bug#5478)
661
1df9718f
SM
6622010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
665
02ba1267
JL
6662010-02-02 Juri Linkov <juri@jurta.org>
667
668 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
669 from unidiff to allow function-line after @@.
670
a0c6a0fb
JL
6712010-02-02 Juri Linkov <juri@jurta.org>
672
673 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
674 '(RCS SCCS) with inverted condition.
675
c35fcd52
MA
6762010-02-02 Michael Albinus <michael.albinus@gmx.de>
677
678 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
679 messages.
680
6ba973c1
JL
6812010-02-01 Juri Linkov <juri@jurta.org>
682
683 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
684 compare with "pkunzip" and "pkzip" instead of only "pkzip".
685 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
686 only when (car archive-zip-extract) is "unzip". (Bug#5475)
687
0bca393f
SM
6882010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
691 (doc-view-revert-buffer): New command.
692 (doc-view-mode-map): Use it.
693
7a444e2a
DN
6942010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
695
696 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
697 pending merge is detected.
698
ad6fc8f4
JL
6992010-01-31 Juri Linkov <juri@jurta.org>
700
701 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
702 beginning of interactive spec like all other grep commands do.
703 Put "all" in front of "gz". (Bug#5260)
704
b9236874
DN
7052010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
706
707 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
708
1e868757
CY
7092010-01-29 Chong Yidong <cyd@stupidchicken.com>
710
711 * dirtrack.el (dirtrack): Warn instead of signalling error if the
712 regexp is incorrect (Bug#5476).
713
e5c70c41
MA
7142010-01-29 Michael Albinus <michael.albinus@gmx.de>
715
716 * net/tramp.el (tramp-handle-insert-directory): Handle also
717 symlinks, when FILENAME is not in `default-directory'.
718
0c0b61f1
MA
7192010-01-28 Michael Albinus <michael.albinus@gmx.de>
720
721 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 722 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
723
724 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
725 of SWITCHES. Handle the case, FILENAME is not in
726 `default-directory'. (Bug#5478)
727 (tramp-register-file-name-handlers): Add safe-magic property.
728
763f325e
CY
7292010-01-28 Chong Yidong <cyd@stupidchicken.com>
730
731 * arc-mode.el (archive-zip-extract): Quote the argument passed to
732 unzip (Bug#5475).
733
fd09a83f
CY
7342010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
735
736 * progmodes/flymake.el (flymake-allowed-file-name-masks)
737 (flymake-master-make-header-init): Add other C++ filename masks.
738 (flymake-find-possible-master-files)
739 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
740
7e5686f0
MA
7412010-01-28 Michael Albinus <michael.albinus@gmx.de>
742
743 Fix some busybox annoyances.
744
745 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
746 not responding." string.
747 (tramp-open-connection-setup-interactive-shell): Dump stty
748 settings. Enable "neveropen" arg for all `tramp-send-command'
749 calls. Handle "=" in variable values properly.
750 (tramp-find-inline-encoding): Raise an error, when no encoding is
751 found.
752 (tramp-wait-for-output): Check, whether PROC buffer is available.
753 Remove spurious " ^H" sequences, sent by busybox.
754 (tramp-get-ls-command): Suppress coloring, if possible.
755
c6265c10
GM
7562010-01-28 Glenn Morris <rgm@gnu.org>
757
c85a168b
GM
758 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
759
c6265c10
GM
760 * log-edit.el (log-edit-strip-single-file-name): Add missing
761 :safe, :group, and :version tags.
762
7d82a738
SB
7632010-01-27 Stephen Berman <stephen.berman@gmx.net>
764
765 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
766 buffers. (Bug#5477)
767
8b0e68ea
CY
7682010-01-27 David De La Harpe Golden <david@harpegolden.net>
769
770 * files.el (delete-directory): Handle moving to trash without
771 first doing recursion (Bug#5436).
772
368d3208
DN
7732010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
774
775 * vc-hooks.el (vc-path): Mark as obsolete.
776
755da7fa
DN
7772010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
778
e2396d80
DN
779 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
780 names too.
781
755da7fa
DN
782 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
783 for the short log.
784 (vc-bzr-log-view-mode): Adjust regexp for the above change.
785
6a6d15ab 7862010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 787
ac9ffe99 788 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 789
48c2d18a 790 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 791
504dcc71
EH
7922010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
793
794 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
795 diff-index command. This requires at least git-1.5.5. (Bug#1589).
796
51850286
DN
7972010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
798
c2f1d6d8
DN
799 Remove support for adding --signoff on commit.
800 Future support will use an incompatible generic mechanism.
801 * vc-git.el (vc-git-add-signoff): Remove variable.
802 (vc-git-toggle-signoff): Remove function.
803 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
804
51850286
DN
805 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
806 from xterm-set-background-mode. Return t if the background mode
807 was set.
808 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
809 earlier, call it again in case the background mode has changed.
810
02c6d0d0
CY
8112010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
812
813 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
814 (Bug#3541).
815
064eee03
CY
8162010-01-23 Chong Yidong <cyd@stupidchicken.com>
817
02c6d0d0
CY
818 * emacs-lisp/assoc.el (aelement): Doc fix.
819 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 820
5336c3ec 8212010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 822
48c2d18a 823 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
824 is the same as subprogram call, not declaration. (Bug#5435).
825
0536254e
MA
8262010-01-23 Michael Albinus <michael.albinus@gmx.de>
827
828 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
829 (tramp-smb-maybe-open-connection): Use it.
830
411d06c2
MA
8312010-01-22 Michael Albinus <michael.albinus@gmx.de>
832
0536254e 833 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 834
c893016b
SM
8352010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
838 just because we see "encoding: 8bit".
839 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
840
9425f8e1
CY
8412010-01-22 Chong Yidong <cyd@stupidchicken.com>
842
843 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
844
6a801864
EZ
8452010-01-22 Eli Zaretskii <eliz@gnu.org>
846
847 * jka-compr.el (jka-compr-load): If load-file is not in
848 load-history, try its file-truename version. (bug#5447)
849
3e8f7d91
AM
8502010-01-21 Alan Mackenzie <acm@muc.de>
851
852 Fix a situation where deletion of a cpp construct throws an error.
853 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
854 invoking c-with-all-but-one-cpps-commented-out, check that the
855 special cpp construct is still in the buffer.
856 (c-parse-state): Record the special cpp with markers, not numbers.
857
f0bd0ad5
CY
8582010-01-21 Kenichi Handa <handa@m17n.org>
859
860 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
861 process last-command-event, as it is now decoded first (Bug#5380).
862
5189d95b
CY
8632010-01-20 Chong Yidong <cyd@stupidchicken.com>
864
865 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
866
e073d74a
GM
8672010-01-20 Glenn Morris <rgm@gnu.org>
868
869 * indent.el (tab-always-indent): Fix custom-type.
870
8ee04f3a
AM
8712010-01-19 Alan Mackenzie <acm@muc.de>
872
873 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
874 buffer throws "args out of range".
875 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
876 playing the role of delimiter.
877
6a47c86a
SL
8782010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
879
bf0b361c 880 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
881 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
882 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
883 changed. Delete RECURSIVE parameter; never used. Improve doc string.
884 Improve comments in "is" portion. Handle null procedure declaration.
885 (ada-move-to-end): Improve doc string.
886
2acfb954
ÓF
8872010-01-18 Óscar Fuentes <ofv@wanadoo.es>
888
e90d57c0 889 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 890 Remove obsolete information from commentary.
e90d57c0
JB
891 (ido-choice-list): Initialize to nil.
892 (ido-get-bufname): Reject minibuffers.
893 (ido-make-buffer-list): If "default" is a nonexistent
894 buffer, ignore it, as per the function's comment.
895 (ido-kill-buffer-internal): New function.
896 (ido-kill-buffer-at-head): Use it.
897 (ido-visit-buffer): Likewise.
2acfb954 898
244b023e
CY
8992010-01-18 Chong Yidong <cyd@stupidchicken.com>
900
901 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
902
db9e401b
JB
9032010-01-18 Juanma Barranquero <lekktu@gmail.com>
904
905 * cedet/ede/locate.el (ede-locate-file-in-project)
906 (ede-locate-file-in-project-impl): Fix typos in docstrings.
907 (ede-enable-locate-on-project): Fix typos in error messages.
908
909 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
910 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
911 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
912 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
913 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
914 Fix typos in menu help.
915
916 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
917 Fix typos in chart titles.
918
919 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
920 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
921 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
922 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
923 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
924 (semantic-parse-stream, semantic-parse-region)
925 (semantic-parse-region-default, semantic--set-buffer-cache)
926 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
927 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
928 (semantic-default-submodes):
929 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
930 (semanticdb-create-ebrowse-database)
931 (semanticdb-find-tags-for-completion-method)
932 (semanticdb-find-tags-by-class-method)
933 (semanticdb-deep-find-tags-by-name-method)
934 (semanticdb-deep-find-tags-for-completion-method):
935 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
936 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
937 (semanticdb-find-tags-for-completion-method)
938 (semanticdb-find-tags-by-class-method)
939 (semanticdb-deep-find-tags-for-completion-method):
940 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
941 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
942 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
943 (semanticdb-find-tags-by-name-method)
944 (semanticdb-find-tags-by-name-regexp-method)
945 (semanticdb-find-tags-for-completion-method)
946 (semanticdb-find-tags-by-class-method)
947 (semanticdb-find-tags-external-children-of-type-method)
948 (semanticdb-find-tags-subclasses-of-type-method)
949 (semanticdb-deep-find-tags-by-name-method)
950 (semanticdb-deep-find-tags-by-name-regexp-method)
951 (semanticdb-deep-find-tags-for-completion-method):
952 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
953 (semanticdb-enable-gnu-global-in-buffer)
954 (semanticdb-find-tags-for-completion-method)
955 (semanticdb-deep-find-tags-by-name-method)
956 (semanticdb-deep-find-tags-for-completion-method):
957 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
958 (javascript-mode, semanticdb-find-translate-path)
959 (semanticdb-find-tags-for-completion-method)
960 (semanticdb-find-tags-by-class-method)
961 (semanticdb-deep-find-tags-by-name-method)
962 (semanticdb-deep-find-tags-for-completion-method)
963 (semanticdb-find-tags-external-children-of-type-method):
964 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
965 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
966 (global-semantic-idle-scheduler-mode):
967 * cedet/srecode/dictionary.el (srecode-field-value)
968 (srecode-dictionary-add-section-dictionary):
969 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
970 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
971 (describe-class, eieio-describe-generic, describe-generic):
972 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
973 (eieio-speedbar-expand):
974 * emulation/viper-cmd.el (viper-exec-form-in-vi)
975 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
976 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
977 (viper-del-backward-char-in-replace, viper-backward-indent)
978 (viper-brac-function, viper-register-to-point, viper-submit-report):
979 * net/tramp.el (tramp-remote-coding-commands):
980 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
981 Fix typos in docstrings.
982
9295137d
CY
9832010-01-17 Chong Yidong <cyd@stupidchicken.com>
984
985 * mail/sendmail.el (mail-yank-original): Set the mark if the
986 specified function for yanking does not do it.
987
4d0bbcb6
DN
9882010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
989
7902c120
DN
990 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
991
4d0bbcb6
DN
992 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
993 resyncing a directory.
994
0b702bc1
SL
9952010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
996
6a47c86a 997 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
998 (ada-ident-re): Delete ., allow multibyte characters.
999 (ada-goto-label-re): New; matches goto labels.
1000 (ada-block-label-re): New; matches block labels.
1001 (ada-label-re): New; matches both.
1002 (ada-named-block-re): Deleted; callers changed to use
1003 `ada-block-label-re' instead.
1004 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1005 Use `ada-block-label-re'.
1006 (ada-indent-on-previous-lines): Improve handling of goto labels.
1007 (ada-get-indent-block-start): Special-case block label.
1008 (ada-get-indent-label): Split into `ada-indent-block-label' and
1009 `ada-indent-goto-label'.
1010 (ada-goto-stmt-start, ada-goto-next-non-ws):
1011 Optionally ignore goto labels.
1012 (ada-goto-next-word): Simplify.
1013 (ada-indent-newline-indent-conditional): Insert newline before
1014 trying to fix indentation; doc fix.
1015
05287c49
JB
10162010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1017
1018 * calc/calc.el (calc-command-flags): Give it an initial value.
1019
44e82a0b
GM
10202010-01-17 Glenn Morris <rgm@gnu.org>
1021
1022 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1023
4963739e
JB
10242010-01-17 Juanma Barranquero <lekktu@gmail.com>
1025
1026 * cedet/semantic.el (semantic-mode):
1027 * files.el (minibuffer-with-setup-hook):
1028 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1029 (artist-key-draw-continously, artist-key-do-continously-continously)
1030 (artist-key-set-point-continously, artist-mouse-draw-continously):
1031 Fix typos in docstrings.
1032
116bd1ee
CY
10332010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1034
1035 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1036 return t (Bug#3898).
1037
2784cd7a 10382010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1039
1040 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1041 can parse the output of the external commands (Bug#5279).
1042
abd5cfe8
CY
10432010-01-16 Jari Aalto <jari.aalto@cante.net>
1044
1045 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1046
4fe22cdf
CY
10472010-01-16 Chong Yidong <cyd@stupidchicken.com>
1048
bbdc98ef
CY
1049 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1050
c7dc1ac1
CY
1051 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1052
4fe22cdf
CY
1053 * startup.el (command-line): Remove unused --icon-type arg.
1054 Handle --display arg, passing it to command-line-1 (Bug#5392).
1055
045b9da7
ML
10562010-01-16 Mario Lang <mlang@delysid.org>
1057
1058 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1059 * cedet/ede/files.el (ede-expand-filename):
1060 * cedet/ede/simple.el (ede-simple-project):
1061 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1062 (semantic-complete-inline-tag-engine):
1063 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1064 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1065 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1066 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1067 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1068 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1069 * emacs-lisp/chart.el (chart-translate-namezone):
1070 * textmodes/artist.el (artist-compute-popup-menu-table):
1071 Remove duplicated words in doc-strings.
1072
6554a5df
CY
10732010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1074
1075 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1076 to mairix-search to suppress threading (Bug#5342).
1077
ca4f0e9a
KH
10782010-01-15 Kenichi Handa <handa@m17n.org>
1079
1080 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 1081 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 1082
1db3226b
GM
10832010-01-15 Glenn Morris <rgm@gnu.org>
1084
56a03f46
GM
1085 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1086
1087 * wid-edit.el (widget-keymap): Doc fix.
1088
1db3226b
GM
1089 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1090 former seems to be more widely accepted by various svn versions.
1091
80cd4bb4
JB
10922010-01-14 Juanma Barranquero <lekktu@gmail.com>
1093
d1f18ec0
JB
1094 * find-cmd.el (find-constituents):
1095 * vc-arch.el (vc-arch-root):
1096 * window.el (window-body-height, pop-up-frames):
1097 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1098 (semantic-no-reparse-needed-change-hook):
1099 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1100 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1101 (srecode-template-inserter-ask, srecode-template-inserter-width)
1102 (srecode-template-inserter-section-start)
1103 (srecode-template-inserter-section-end, srecode-insert-method):
1104 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1105 * progmodes/ada-stmt.el (ada-if):
1106 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1107 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1108 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1109 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1110
80cd4bb4
JB
1111 * progmodes/flymake.el (flymake-post-syntax-check):
1112 Fix typo in error message.
1113
9c23ca47
JB
11142010-01-14 Juanma Barranquero <lekktu@gmail.com>
1115
1116 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1117 which is always a string. (Bug#5313)
1118
8794c483
JB
11192010-01-14 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * progmodes/ada-xref.el (ada-default-prj-properties):
1122 Simplify previous change.
1123
95005d39
SL
11242010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1125
1126 * progmodes/ada-xref.el (ada-default-prj-properties):
1127 Default ada_project_path to $ADA_PROJECT_PATH.
1128
11292010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
1130
1131 * progmodes/ada-mode.el (ada-create-keymap):
1132 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1133
fb0d1545
SL
11342010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1135
1136 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1137 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1138 (ada-get-current-indent, ada-imenu-generic-expression)
1139 (ada-which-function): Check for it.
1140
5c9434d0
SL
11412010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1142
1143 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1144 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1145
3a4f3a3b
GM
11462010-01-14 Glenn Morris <rgm@gnu.org>
1147
1148 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1149
d9a7c140
KH
11502010-01-14 Kenichi Handa <handa@m17n.org>
1151
1152 * composite.el (auto-composition-mode): Make it a buffer local
1153 variable (permanent-local).
1154 (auto-composition-function): Set the default value to
1155 auto-compose-chars.
49caf252 1156 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
1157 (global-auto-composition-mode): Likewise.
1158 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 1159
38bee102
KF
11602010-01-13 Karl Fogel <kfogel@red-bean.com>
1161
1162 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 1163
b8b45afc
MA
11642010-01-12 Michael Albinus <michael.albinus@gmx.de>
1165
1166 * files.el (copy-directory): Compute target for recursive
1167 directories with identical names. (Bug#5343)
1168
893db5bc
GM
11692010-01-12 Glenn Morris <rgm@gnu.org>
1170
1171 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1172 it to bug-gnu-emacs rather than emacs-pretest-bug.
1173
2f27e6d4
JB
11742010-01-12 Juanma Barranquero <lekktu@gmail.com>
1175
1176 * cedet/data-debug.el (data-debug): Fix customization group reference.
1177
91abaf51
JB
11782010-01-12 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1181 (semantic-analyze-context, semantic-analyze-context-assignment)
1182 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1183 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1184 (semantic-java-doc-keywords-map):
1185 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1186 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1187 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1188 (semantic-c-classname, semantic-format-tag-uml-prototype)
1189 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1190 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1191 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1192 (semantic-get-local-variables, semantic-end-of-command)
1193 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1194 (lisp-mode):
1195 * cedet/semantic/bovine/make.el (makefile-mode):
1196 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1197 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1198 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1199 (semantic-lex, semantic-get-local-variables, python-mode):
1200 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1201 * cedet/srecode/extract.el (srecode-extract-state-set)
1202 (srecode-extract-method): Fix typos in docstrings.
1203
d8b8451f
SS
12042010-01-11 Sam Steingold <sds@gnu.org>
1205
1206 * imenu.el (imenu-default-create-index-function): Detect infinite
1207 loops caused by imenu-prev-index-position-function.
1208
30afcdff
JB
12092010-01-11 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * htmlfontify.el (htmlfontify-load-rgb-file)
1212 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1213 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1214 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1215 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1216 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1217 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1218 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1219 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1220 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1221 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1222 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1223 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1224 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1225 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1226 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1227 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1228 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1229 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1230 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1231 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1232 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1233 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1234 backslash-quoting from parentheses, etc.
1235
92b1c416
CY
12362010-01-11 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * progmodes/js.el: Autoload javascript-mode alias.
1239
4454adab
JB
12402010-01-11 Juanma Barranquero <lekktu@gmail.com>
1241
1242 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1243 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1244 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1245 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1246 Fix typos in docstrings.
1247 (ffap-url-regexp): Doc fix.
1248 (ffap-at-mouse): Fix typo in message.
1249
6589a2f9
GM
12502010-01-11 Glenn Morris <rgm@gnu.org>
1251
1252 * version.el (emacs-copyright): Set copyright year to 2010.
1253
4e5617ee
SM
12542010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * format.el (format-annotate-function): Only set
1257 write-region-post-annotation-function after running to-fn so as not to
1258 affect nested write-region calls (bug#5273).
1259
52bee098
CY
12602010-01-10 Chong Yidong <cyd@stupidchicken.com>
1261
4e5617ee
SM
1262 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1263 Add python parser.
52bee098 1264
a069f067
CY
1265 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1266 wisent/python.el.
1267
52bee098
CY
12682010-01-10 Richard Kim <emacs18@gmail.com>
1269
1270 * cedet/semantic/wisent/python-wy.el:
1271 * cedet/semantic/wisent/python.el: New files.
1272
e709e39d
CY
12732010-01-09 Chong Yidong <cyd@stupidchicken.com>
1274
1275 * man.el (Man-goto-section): Signal error if the section is not
1276 found (Bug#5317).
1277
6ee86780
JB
12782010-01-09 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1281 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1282
fa7b5f7b
CY
12832010-01-09 Chong Yidong <cyd@stupidchicken.com>
1284
1285 * progmodes/compile.el: Don't treat compile-command as safe if
1286 compilation-read-command might be nil (Bug#4218).
1287
de62c4d9
JD
12882010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1289
1290 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1291 NS options.
1292
e94be827
KH
12932010-01-08 Kenichi Handa <handa@m17n.org>
1294
4e5617ee
SM
1295 * international/fontset.el (build-default-fontset-data):
1296 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1297
1dfae2a2
JB
12982010-01-07 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1301 to `create-file-buffer' as it expects, not just a buffer name.
1302 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1303 to help uniquify. (Bug#3224)
1304
d0cf45b7
JD
13052010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1306
1307 * font-setting.el (font-setting-change-default-font): Use user-spec
1308 instead of name.
1309
7534fa5e
DN
13102010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1311
1312 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1313
fd579fdc
CY
13142010-01-05 Tom Tromey <tromey@redhat.com>
1315
4e5617ee
SM
1316 * progmodes/python.el (python-font-lock-keywords):
1317 Handle qualified decorators (Bug#881).
fd579fdc 1318
37860caf
DN
13192010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1320
1321 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1322 in a lightweight checkout.
1323
69db641d
KH
13242010-01-05 Kenichi Handa <handa@m17n.org>
1325
4e5617ee 1326 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1327
b25d6a02
DN
13282010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1329
1330 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1331
137d88ca
DN
13322010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1333
1334 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1335 checkouts. (Bug#618)
3d5d0aa9 1336 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1337 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1338 (vc-bzr-shelve-menu-map):
1339 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1340 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1341
da76998b
CY
13422010-01-02 Chong Yidong <cyd@stupidchicken.com>
1343
1344 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1345 They are valid characters in URL paths (rfc3986), and at least
1346 Firefox does not understand the encoded version (Bug#3166).
1347
b2ad70b6
CY
13482010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1349
1350 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1351 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1352 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1353 (octave-end-as-array-index-p): New function.
1354 (calculate-octave-indent): Use it.
1355
54136282
KF
13562010-01-02 Karl Fogel <kfogel@red-bean.com>
1357
1358 * bookmark.el: Consistently put the text property on the bookmark name.
1359 (bookmark-bmenu-marks-width): Bump back to 2, to include
1360 annotation marks.
1361 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1362 property on the bookmark name, instead of not putting it at all.
1363 (bookmark-bmenu-list): Fix where we put the text property.
1364
cc4d3cad
KF
13652010-01-02 Karl Fogel <kfogel@red-bean.com>
1366
1367 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1368 for showing buffer modified state (as added in the previous change).
1369
b894c439
KF
13702010-01-02 Karl Fogel <kfogel@red-bean.com>
1371
1372 * bookmark.el: Show modified state of bookmark buffer more accurately.
1373 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1374 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1375 (with-buffer-modified-unmodified): New macro.
1376 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1377 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1378 Use new macro to preserve the buffer modified state.
b894c439 1379
3a69db53
KF
13802010-01-02 Karl Fogel <kfogel@red-bean.com>
1381
4e5617ee 1382 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1383 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1384 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1385 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1386 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1387 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1388 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1389
af414f10
EZ
13902010-01-02 Eli Zaretskii <eliz@gnu.org>
1391
4e5617ee
SM
1392 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1393 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1394
f2ec0e5e
CY
13952010-01-02 Ryan Yeske <rcyeske@gmail.com>
1396
1397 * net/rcirc.el: Add follow-link binding (Bug#4738).
1398
38c1ba62
EZ
13992010-01-02 Eli Zaretskii <eliz@gnu.org>
1400
4e5617ee 1401 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1402 (cvs-update): New target for backward compatibility.
1403
4e5617ee 1404 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1405 (cvs-update): New target for backward compatibility.
1406
ea2c0f5b
KF
14072010-01-02 Karl Fogel <kfogel@red-bean.com>
1408
1409 * bookmark.el: Remove gratuitous gratitude.
1410
5ae329f4
KF
14112010-01-02 Karl Fogel <kfogel@red-bean.com>
1412
47989945
KF
1413 * bookmark.el (bookmark-bmenu-any-marks): New function
1414 (bookmark-bmenu-save): Clear buffer modification if no marks.
1415
14162010-01-02 Karl Fogel <kfogel@red-bean.com>
1417
1418 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
1419 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1420 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1421 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1422
1423 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1424 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1425 To: emacs-devel {_AT_} gnu.org
1426 Subject: bookmark.el bug report
1427 Date: Mon, 28 Dec 2009 14:19:16 +0800
1428 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1429
aef053eb
KF
14302010-01-02 Karl Fogel <kfogel@red-bean.com>
1431
1432 * bookmark.el: Improvements suggested by Drew Adams:
1433 (bookmark-bmenu-ensure-position): New name for
1434 `bookmark-bmenu-check-position'. Just ensure the position,
1435 don't return any meaningful value.
1436 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1437 New constants.
1438
0472835f
JB
14392010-01-02 Juanma Barranquero <lekktu@gmail.com>
1440
1441 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1442 (bookmark-yank-point, bookmark-bmenu-check-position):
1443 Fix typos in docstrings.
1444 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1445 (bookmark-name-from-full-record, bookmark-get-position)
1446 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1447 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1448 Remove useless quoting of parenthesis, etc. in docstrings.
1449
1450 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1451 (ediff-append-custom-diff): Fix typo in error message.
1452 (ediff-meta-mark-equal-files): Fix typos in messages.
1453
1454 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1455
1456 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1457 Fix typo in docstring.
1458
1459 * net/imap-hash.el (imap-hash-make): Doc fix.
1460 (imap-hash-test): Fix typo in error message; reflow docstring.
1461 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1462 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1463 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1464 Fix typos in docstrings.
1465 (imap-hash-open-connection): Fix typo in error message.
1466
1467 * play/gomoku.el (gomoku): Fix typos in docstring.
1468
1469 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1470 (gdb-jsonify-buffer): Fix typos in docstring.
1471 (gdb-goto-breakpoint): Fix typo in error message.
1472 ("Display Other Windows"): Fix typo in help message.
1473 (gdb-speedbar-expand-node): Fix typo in question.
1474
1475 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1476 (idlwave-html-system-help-location, idlwave-html-help-location)
1477 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1478 (idlwave-help-browser-generic-args, idlwave-help-directory)
1479 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1480 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1481 (idlwave-online-help, idlwave-help-html-link)
1482 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1483 Fix typos in docstrings.
1484 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1485 Reflow docstrings.
1486 (idlwave-help-assistant-start): Fix typo in error message.
1487
1488 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1489 (octave-electric-space): Fix typos in docstrings.
1490
9bbe0828
CY
14912010-01-01 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1494
a88c46c3
CY
14952010-01-01 Juri Linkov <juri@jurta.org>
1496
1497 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 1498 increase the default to 500 (Bug#5148).
a88c46c3 1499
7ee6c59b
NR
15002009-12-31 Nick Roberts <nickrob@snap.net.nz>
1501
1502 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1503 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1504 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1505
a9c8a2cd
NR
15062009-12-30 Nick Roberts <nickrob@snap.net.nz>
1507
1508 Show working revision correctly for mercurial.
1509 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 1510 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 1511
659e4408
JB
15122009-12-29 Juanma Barranquero <lekktu@gmail.com>
1513
1514 Declare some functions for the byte-compiler.
1515 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1516 (speedbar-timer-fn, speedbar-change-expand-button-char)
1517 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1518
7ee6c59b
NR
15192009-12-29 Nick Roberts <nickrob@snap.net.nz>
1520
1521 This changeset reverts GDB Graphical Interface to use annotations.
1522 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1523
460f6e7c
DN
15242009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 Make vc-dir work on subdirectories of the bzr root.
1527 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1528 file names relative to it.
1529 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1530 relative directory to vc-bzr-after-dir-status.
1531
543f553a
TH
15322009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1533
1534 * font-lock.el (font-lock-refresh-defaults): New function, which
1535 can be used to let font-lock react to external changes in
1536 variables like font-lock-defaults and keywords.
1537 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1538
2592ab76
DN
15392009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1540
ac859983
DN
1541 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1542
2592ab76
DN
1543 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1544
58941d03
JB
15452009-12-28 Juanma Barranquero <lekktu@gmail.com>
1546
1547 Supersede color.diff settings in git log (bug#5211).
1548
1549 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1550 escape chars in its output when the user has color.diff set to `always'.
1551 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1552
39764e76
KR
15532009-12-26 Kevin Ryde <user42@zip.com.au>
1554
1555 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1556 node. Keep previous "Index" name to work with past coreutils too.
1557
91c4831e
KR
1558 * man.el (man): Revise docstring a bit to show -a and -l as
1559 examples. Add -k description since support for it has otherwise
1560 been a secret. (Further to bug#3717.)
651e932e
KR
1561 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1562 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 1563 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 1564
7f4d4a97
MA
15652009-12-26 Michael Albinus <michael.albinus@gmx.de>
1566
1567 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1568 switches. Check also for //SUBDIRED// line.
1569
bcffff46
KH
15702009-12-25 Kenichi Handa <handa@m17n.org>
1571
1572 * language/indian.el (devanagari-composable-pattern): Fixed to
1573 handle ZWNJ and ZWJ. Use it in composition-function-table for
1574 Devanagari.
1575 (malayalam-composable-pattern): Fix previous change.
1576
dc1dcfa4
VJL
15772009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1578
1579 * ps-print.el (ps-face-attributes): It was not returning the
1580 attribute face for faces specified as string. Reported by harven
1581 <harven@free.fr>.
1582 (ps-print-version): New version 7.3.5.
1583
6fe539d2
UJ
15842009-12-18 Ulf Jasper <ulf.jasper@web.de>
1585
1586 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1587 timezone names.
1588 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1589 (icalendar--add-diary-entry): Remove the trailing blank that
1590 diary-make-entry inserts.
1591
1f3611c6
MA
15922009-12-17 Michael Albinus <michael.albinus@gmx.de>
1593
1594 Make `file-expand-wildcards' work for remote files.
1595
1596 * files.el (file-expand-wildcards): In case of remote files, check
1597 only local file name part for wildcards. Provide feature 'files
1598 and subfeature 'remote-wildcards. (Bug#5198)
1599
1600 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1601 if there is already an established connection.
1602 (tramp-advice-file-expand-wildcards): Remove it.
1603
1604 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1605 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1606 Activate advice for older GNU Emacs versions. (Bug#5237)
1607
9762b219
JB
16082009-12-17 Juanma Barranquero <lekktu@gmail.com>
1609
1610 Some doc fixes (more needed).
1611
1612 * find-cmd.el (find-constituents): Reflow docstring.
1613 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1614 (find-generic): Doc fix.
1615
cfb54897
JL
16162009-12-17 Juri Linkov <juri@jurta.org>
1617
1618 Fix regression from 23.1 to allow multiple modes in Local Variables.
1619
1620 * files.el (hack-local-variables-filter): While ignoring duplicates,
1621 don't take `mode' into account.
1622 (hack-local-variables-filter, hack-dir-local-variables): Don't
1623 remove duplicate `mode' from local-variables-alist (like `eval').
1624
ad974e9e
JL
16252009-12-17 Juri Linkov <juri@jurta.org>
1626
1627 Make `dired-diff' more safe. (Bug#5225)
1628
1629 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1630 `current' or when `file' is a directory of the `current' file.
1631
3616e0b9
AS
16322009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1633
1634 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1635 unconditionally preloaded files.
1636
72b57560
JL
16372009-12-16 Juri Linkov <juri@jurta.org>
1638
1639 Revert to old 23.1 logic of using the file at the mark as default.
1640 * dired-aux.el (dired-diff): Use the file at the mark as default
1641 if it's not the same as the current file, and the target dir is
1642 the current dir or the mark is active. Add the current file
1643 as the arg of `dired-dwim-target-defaults'. Use the default file
1644 in the prompt. (Bug#5225)
1645
68712eb6
MA
16462009-12-15 Michael Albinus <michael.albinus@gmx.de>
1647
1648 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1649 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1650 (tramp-check-for-regexp): Check also, when an echoing shell stops
1651 to echo sent commands.
1652
fd471993
CY
16532009-12-14 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * Makefile.in: Revert last change (Bug#5191).
1656
86b5e14c
DN
16572009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1658
1659 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
1660 (vc-hg-working-revision): Make sure the command is executed in a
1661 known environment so that we can parse the output. (Bug#4417)
86b5e14c 1662
8cffbb75
CY
16632009-12-14 Chong Yidong <cyd@stupidchicken.com>
1664
1665 * progmodes/python.el (python-symbol-completions): Remove text
1666 properties from symbol string before calling python-send-receive.
1667
6c2b67ad
NR
16682009-12-14 Nick Roberts <nickrob@snap.net.nz>
1669
1670 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 1671 when there are values for both file and line. (Bug#5060)
6c2b67ad 1672
ff6f4585
JL
16732009-12-14 Juri Linkov <juri@jurta.org>
1674
1675 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1676 whitespace after the file name of the first line of unified format,
1677 because git-diff doesn't output whitespace and file modification time
1678 after the file name.
1679
d3de1c8e
JL
16802009-12-14 David Kastrup <dak@gnu.org>
1681
1682 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1683 check if it already has the `display' property added by
1684 `Info-display-images-node', and not put the `invisible' property
1685 in this case.
1686
f192624c
CY
16872009-12-14 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1690 (semantic-mru-bookmark-mode): Doc fixes.
1691
1692 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1693 of assert.
1694
2f1b7dc4
GM
16952009-12-13 Glenn Morris <rgm@gnu.org>
1696
a0cefee5
GM
1697 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1698 (report-emacs-bug): In message-mode, sort manually before storing
1699 original report text. (Bug#5178)
2f1b7dc4
GM
1700 Remove superfluous save-excursion.
1701
31bb373f
MA
17022009-12-12 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1705 when responding to "GetAll" properties.
1706
5e1d4968
CY
17072009-12-12 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * simple.el (compose-mail): Remove mail-setup-with-from from
1710 customization checks.
1711
097d86f9
EZ
17122009-12-12 Eli Zaretskii <eliz@gnu.org>
1713
1714 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1715 RAR archives created on Unix systems.
1716
1d4adede
SM
17172009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1720 the varalias that was accidentally removed by the 2009-11-19 change
1721 (bug#5186).
1722
3ff3655c
KH
17232009-12-12 Kenichi Handa <handa@m17n.org>
1724
1725 * language/indian.el (indian-compose-regexp): New function.
1726 (malayalam-composable-pattern): Fix the pattern.
1727 (composition-function-table): Set malayalam-composable-pattern for
1728 Malayalam characters.
1729
82d3343c
CY
17302009-12-11 Chong Yidong <cyd@stupidchicken.com>
1731
315eb96d
CY
1732 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1733 rather than down-mouse-1, based on follow-link conventions.
1734
82d3343c
CY
1735 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1736 are compiled.
1737
86a4c7ac
DN
17382009-12-11 Michael McNamara <mac@mail.brushroad.com>
1739
bf0b361c 1740 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
1741 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1742 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1743 (verilog-leap-to-head, verilog-backward-token):
1744 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
1745
17462009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1747
bf0b361c
JB
1748 * progmodes/verilog-mode.el (verilog-auto-lineup)
1749 (verilog-nameable-item-re): Cleanup user-visible spelling and
1750 documentation errors. One reported by Gary Delp.
1d4adede 1751 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
1752 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1753 package, bug195. Reported by Pierre-David Pfister.
1754
fe03f49a
GM
17552009-12-11 Glenn Morris <rgm@gnu.org>
1756
47641aac
GM
1757 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1758
85094855
GM
1759 * mail/emacsbug.el: No longer require sendmail.
1760 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1761 (report-emacs-bug-orig-text): Doc fix.
1762 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1763 New local variables, to adapt to different mail-user-agents.
1764 (report-emacs-bug): Fix test for a gnu.org address.
1765 Use overlays for emphasis, since font-lock defeats 'face property.
1766 Pretest bugs also end up at the newsgroup these days.
1767 Stop message-mode stripping text properties.
1768 Set and use the new buffer-local variables.
1769 (report-emacs-bug-hook): Add doc-string.
1770 Remove some unnecessary save-excursions and simplify.
1771 Use the appropriate hook and send-command.
1772
fe03f49a
GM
1773 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1774 capitalization of some menu entries.
1775
345427f0
VJL
17762009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1777
4e6a65b9 1778 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
1779 `buffer-display-table' is unique when two or more windows are
1780 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1781 New version 12.1.
1782
c70ccbba
EZ
17832009-12-10 Eli Zaretskii <eliz@gnu.org>
1784
1785 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1786 characters in the Attribute field.
1787
f1943c1b
DN
17882009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1789
1790 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1791
1c67aeaa
SM
17922009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1795 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1796 Disregard autoload-excludes.
1797 (update-directory-autoloads): Obey autoload-excludes here instead.
1798 But don't store its contents in no-autoloads and remove entries that
1799 refer to excludes files.
1800
d8194864
GM
18012009-12-10 Glenn Morris <rgm@gnu.org>
1802
8c0171c0
GM
1803 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1804 (expand-mail-aliases): Define for compiler.
1805
dba372dd
GM
1806 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1807 Define for compiler.
1808
d8194864
GM
1809 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1810 appropriate for the mail-user-agent in use.
1811
fe5facd3
MA
18122009-12-09 Michael Albinus <michael.albinus@gmx.de>
1813
1814 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1815
99999a1d
DN
18162009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 Fix short log parsing and fontification.
1819 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1820 Fix fontification for the [merge] label.
1821
2ea1c4aa
SM
18222009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1823
1824 Drop some properties to avoid surprises.
1825 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1826 (hfy-fontify-buffer): Use it.
1827
9840deb6
SM
18282009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1829
a0d1aadf
SM
1830 Minor cleanup.
1831 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1832 Adjust all callers.
1833 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1834 args compulsory. Adjust callers.
1835 (ffap-gopher-at-point): Remove unused var `name'.
1836
9840deb6
SM
1837 Get rid of the ELCFILES abomination.
1838 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1839 (compile-elcfiles): New phony target.
1840 (compile-main): Compute ELCFILES dynamically.
1841 (compile-clean): New target to remove left-over elc files.
1842 (compile, all): Use it.
1843
7eb3f9a8
KH
18442009-12-09 Kenichi Handa <handa@etlken>
1845
1846 * international/mule-diag.el: Require help-mode instead of help-fns.
1847
ae63e572
KH
18482009-12-09 Kenichi Handa <handa@m17n.org>
1849
5ce6e4f4 1850 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
1851 fine ranges instead of pre-calculating accurate ranges.
1852 Iterate with bigger gc-cons-threshold.
ae63e572 1853
e2f3c692
DN
18542009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1855
1856 Add support for stashing a snapshot of the current tree.
1857 * vc-git.el (vc-git-stash-snapshot): New function.
1858 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1859
cf6d0352
JB
18602009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1861
1862 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1863 instead of `(beginning|end)-of-line'.
1864
48e4acc9
GM
18652009-12-08 Glenn Morris <rgm@gnu.org>
1866
6e890faa
GM
1867 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1868
48e4acc9
GM
1869 * Makefile.in (ELCFILES): Regenerate.
1870
d2a1dc7b
JL
18712009-12-07 Juri Linkov <juri@jurta.org>
1872
1873 Don't lazy-highlight the comint output in history Isearch mode.
1874
1875 * comint.el (comint-history-isearch-search): Instead of
1876 `comint-line-beginning-position', use `comint-after-pmark-p'
1877 to check if point if before the process mark, and go to
1878 `process-mark' in this case.
1879
51ef56c4
SM
18802009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1881
fb10ee4a
SM
1882 * textmodes/tex-mode.el (latex-complete)
1883 (latex-indent-or-complete): Remove.
1884 (latex-mode): Set completion-at-point-functions instead.
1885
1886 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
1887 * minibuffer.el (completion-at-point-functions): New var.
1888 (completion-at-point): New command.
fb10ee4a 1889 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
1890 * progmodes/python.el (python-mode-map): Use completion-at-point.
1891 (python-completion-at-point): Rename from python-partial-symbol and
1892 adjust for use in completion-at-point-functions.
1893 (python-mode): Setup completion-at-point for Python completion.
1894 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1895 extracted from lisp-complete-symbol.
1896 (lisp-complete-symbol): Use it.
1897 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1898 setup completion-at-point for Elisp completion.
fb10ee4a
SM
1899 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1900 Use completion-at-point.
51ef56c4 1901 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 1902 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
1903 * progmodes/sym-comp.el: Move to...
1904 * obsolete/sym-comp.el: Move from progmodes.
1905
5e7a9022
EZ
19062009-12-07 Eli Zaretskii <eliz@gnu.org>
1907
1908 Prevent save-buffer in Rmail buffers from using the coding-system
1909 of the current message, and from clobbering the encoding mnemonics
1910 in the mode line (Bug#4623).
1911
1912 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1913 flag, too.
1914 (rmail-message-encoding): New variable.
1915 (rmail-write-region-annotate): Record the encoding of the current
1916 message in rmail-message-encoding.
1917 (rmail-after-save-hook): New function, restores the encoding of
1918 the current message after the message collection is saved.
1919
9136e895
JL
19202009-12-07 Juri Linkov <juri@jurta.org>
1921
1922 * progmodes/grep.el (grep-read-files): Use `completing-read'
1923 instead of `read-string'. Set its `collection' arg to
1924 `read-file-name-internal'. (Bug#4301)
1925
40637410
JL
19262009-12-07 Juri Linkov <juri@jurta.org>
1927
1928 Correctly restore original Isearch point. (Bug#4994)
1929
1930 * isearch.el (isearch-mode): Move `isearch-push-state' after
1931 `(run-hooks 'isearch-mode-hook)'.
1932 (isearch-cancel): When `isearch-push-state-function' is defined,
1933 let-bind `isearch-cmds' to the first state (the last element of
1934 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1935 function and restores the original point). Otherwise, move point
1936 to `isearch-opoint'.
1937
da10ce2b
SM
19382009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1941 chars that don't have names, so the table can be built much faster at
1942 run-time.
1943
3d68fa99
CY
19442009-12-07 Chong Yidong <cyd@stupidchicken.com>
1945
f82b1493
CY
1946 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1947 change. Suggested by David Kastrup.
1948
3d68fa99
CY
1949 * simple.el (compose-mail): Check for incompatibilities and warn.
1950 (compose-mail-user-agent-warnings): New option.
1951
662c5698
DN
19522009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1953
1954 Support showing a single log entry from vc-annotate.
1955 * vc.el (print-log): Add a new argument: START-REVISION.
1956 (vc-print-log-internal): Add a new optional argument and
1957 pass it to the backend.
1958 (vc-print-log, vc-print-root-log): Adjust callers.
1959 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1960 buffer already displays the requested log entry, use it.
1961 Otherwise display only the log entry in question.
1962 * vc-svn.el (vc-svn-print-log):
e4070cdc 1963 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
1964 * vc-hg.el (vc-hg-state):
1965 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1966 (vc-git-show-log-entry): Return t on success.
1967 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1968 (vc-bzr-show-log-entry): Return t on success.
1969 * vc-rcs.el (vc-rcs-print-log):
1970 * vc-sccs.el (vc-sccs-print-log):
1971 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1972
e4070cdc
GM
19732009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1974
5ce6e4f4
JB
1975 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1976 Add menus to the meta mode. (Bug#5043)
e4070cdc 1977
5ce6e4f4 19782009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
1979
1980 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 1981 event-key.
662c5698 1982
662c5698
DN
1983 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1984
dab816a9
MA
19852009-12-07 Michael Albinus <michael.albinus@gmx.de>
1986
1987 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1988 Berbain <raphael.berbain@gmail.com>.
1989
1990 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1991 characters.
1992 (tramp-initial-end-of-output): New defconst.
1993 (tramp-methods, tramp-find-shell)
1994 (tramp-open-connection-setup-interactive-shell)
1995 (tramp-maybe-open-connection): Use it.
1996 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1997 existence of `#' and `$'.
1998
1999 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2000 `tramp-initial-end-of-output'.
2001
a91e1f6b
DN
20022009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2003
2004 Get the background mode from the terminal for xterm, and set
2005 faces accordingly.
2006 * term/xterm.el (xterm-set-background-mode): New function.
2007 (terminal-init-xterm): Use it in case xterm supports background
2008 color queries. Recompute faces after getting the background
2009 color.
2010
5fa9d1ec
GM
20112009-12-07 Ulrich Mueller <ulm@gentoo.org>
2012
2013 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2014 number comment back on its own line, for easier parsing.
2015
5e9fde5e
SM
20162009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 Make it work for non-file buffers (bug#5102).
2019 * doc-view.el (doc-view-current-cache-dir):
2020 Use doc-view-buffer-file-name rather than buffer-file-name.
2021 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2022
2f2f5242
CY
20232009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2024
2025 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2026 author field is too short.
2027
cebf8ec6
DN
20282009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2029
5e9fde5e
SM
2030 * vc-git.el (vc-git-print-log): Handle a limit argument.
2031 Display the short log in graph form and with labels.
0d3f8a78
DN
2032 (vc-git-log-view-mode): Handle labels.
2033
cebf8ec6
DN
2034 Make vc-revert change VC state from 'added to 'unregistered.
2035 * vc-git.el (vc-git-revert): Call git reset first.
2036
8e39154d
UJ
20372009-12-06 Ulf Jasper <ulf.jasper@web.de>
2038
d8194864
GM
2039 * net/newst-backend.el, net/newst-plainview.el:
2040 * net/newst-reader.el, net/newst-ticker.el:
2041 * net/newst-treeview.el, net/newsticker.el:
2042 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2043
ef187c24
CY
20442009-12-06 Chong Yidong <cyd@stupidchicken.com>
2045
238a0f3a
CY
2046 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2047
2c6bb71a
CY
2048 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2049 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2050 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2051 Update annotation regexp.
2052
ef187c24
CY
2053 * simple.el (beginning-of-visual-line): Constrain to field
2054 boundaries (Bug#5106).
2055
571855b6
UJ
20562009-12-06 Ulf Jasper <ulf.jasper@web.de>
2057
d8194864 2058 * xml.el (xml-substitute-numeric-entities): Move
571855b6 2059 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2060 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
2061 * net/newst-backend.el (newsticker--parse-generic-feed)
2062 (newsticker--parse-generic-items)
d8194864 2063 (newsticker--decode-numeric-entities): Move
571855b6 2064 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2065 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 2066
b857059c
CY
20672009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2068
2069 * progmodes/js.el (js--js-not): Add null to the list of values.
2070
c2dae51b
CY
20712009-12-06 Chong Yidong <cyd@stupidchicken.com>
2072
d8194864 2073 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 2074
ed0f72d2
RW
20752009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2076
2077 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2078 delimiter if it is at the end of the current line.
2079 (bibtex-generate-url-list): Fix docstring.
2080
365b9a62
SM
20812009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2084 minibuffer's content with itself.
2085 Fold the confirm-after-completion case into the `confirm' case.
2086 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2087
990a9cb1
KR
20882009-12-06 Kevin Ryde <user42@zip.com.au>
2089
2090 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 2091 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 2092
8b5a10db 2093 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 2094 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 2095
065543e7
JL
20962009-12-05 Juri Linkov <juri@jurta.org>
2097
2098 Save and restore dired buffer's point positions too. (Bug#4880)
2099
2100 * dired.el (dired-save-positions): Return in the first element
2101 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2102 Doc fix.
2103 (dired-restore-positions): First restore buffer's position.
2104 While restoring window's positions, check if window still displays
2105 the original buffer.
2106
503edac9
CY
21072009-12-05 Chong Yidong <cyd@stupidchicken.com>
2108
9a594ee6
CY
2109 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2110 if possible.
2111
365b9a62
SM
2112 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2113 Make argument optional.
9a594ee6 2114
925f8c70
CY
2115 * shell.el (shell): Require ansi-color (Bug#5113).
2116
2117 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2118
503edac9
CY
2119 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2120
8fea6b33
AM
21212009-12-05 Alan Mackenzie <acm@muc.de>
2122
2123 * progmodes/cc-mode.el (c-before-hack-hook)
2124 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2125 `c-file-style' to work again. This reversion restores the current
212c5aef 2126 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 2127
5d1fd962
CY
21282009-12-05 Kevin Ryde <user42@zip.com.au>
2129
2130 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2131 comment-start-skip to comment-end-skip as comment (Bug#4781).
2132
30760c8b
JL
21332009-12-05 Juri Linkov <juri@jurta.org>
2134
2135 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2136 for virtual nodes. (Bug#4147)
2137 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2138 when moving from a virtual node.
2139 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2140 (Info-mode): Add `Info-virtual-index' to the docstring.
2141
1dc5c6f3
CY
21422009-12-05 Eric Ludlam <zappo@gnu.org>
2143
2144 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2145 Describe project macro symbols.
2146
2147 * cedet/semantic/complete.el (semantic-complete-do-completion):
2148 Don't call semantic-collector-current-exact-match.
2149
2150 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2151 ede-objects as targets.
2152
2153 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2154 a target's object list even if compiler vars are already in the
2155 Makefile.
2156
2157 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2158 list of headers producing necessary macros.
2159
403111a8
RW
21602009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2161
2162 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2163 track of the buffer position of the end of a BibTeX entry as this
2164 position may change during reformatting.
2165 (bibtex-format-entry): Remove whitespace before processing
2166 numerical fields so that we recognize the latter properly.
2167 (bibtex-reformat): Do not use push which changes the global value
2168 of bibtex-entry-format.
2169 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2170 (bibtex-field-re-init): Replace only space characters by regexp
2171 for whitespace.
365b9a62 2172 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
2173 (bibtex-initialize): Also update bibtex-strings.
2174 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
2175 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2176 Update bibtex-reference-keys.
403111a8 2177
25b54627
SM
21782009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2181 point after a star, if that's the only place where modifications can
2182 make progress.
2183
35639eb4
DN
21842009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2185
2186 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2187 in docstrings.
2188
8b78760b
JL
21892009-12-04 Juri Linkov <juri@jurta.org>
2190
2191 * proced.el (proced): Call `(proced-update t)' to update process
2192 information instead of only running proced-post-display-hook.
2193 (proced-send-signal): Add a leading space to the buffer name
2194 " *Marked Processes*" to make this buffer ephemeral.
2195
2b3489a7
JL
21962009-12-04 Juri Linkov <juri@jurta.org>
2197
2198 * dired.el (dired-auto-revert-buffer): New defcustom.
2199 (dired-internal-noselect): Use it.
2200
9b9debd1
JL
22012009-12-04 Juri Linkov <juri@jurta.org>
2202
2203 Change roles of modes and functions in image-mode.el (Bug#5062).
2204
2205 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2206 in `auto-mode-alist'.
2207 (image-mode-previous-major-mode): New variable.
2208 (image-minor-mode-map): Rename from `image-mode-text-map'.
2209 (image-mode): Move graceful error-handling code from
2210 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2211 (image-minor-mode): Remove all image-handling code.
2212 Replace `image-mode-text-map' with `image-minor-mode-map'.
2213 Check for `image-type' in mode-line format string.
2214 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2215 (image-mode-as-text): New function with most code from
2216 `image-mode-maybe'.
2217 (image-toggle-display-text): Move code that removes image
2218 properties from `image-toggle-display' to here.
2219 (image-toggle-display-image): New function with code that adds
2220 image properties copied from `image-toggle-display'.
2221 (image-toggle-display): Remove most code with leaving only code
2222 that toggles between `image-mode-as-text' and `image-mode'.
2223
0c74a301
UJ
22242009-12-04 Ulf Jasper <ulf.jasper@web.de>
2225
2226 * net/newst-treeview.el
2227 (newsticker--treeview-list-highlight-start): Restored call to
2228 save-excursion: Selected item was stuck.
2229 (newsticker--treeview-list-select): New.
2230 (newsticker--treeview-item-show-text)
2231 (newsticker--treeview-item-show)
2232 (newsticker--treeview-item-update): Use new
2233 newsticker-treeview-item-mode.
2234 (newsticker-treeview-update): Keep current item.
2235 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2236 (newsticker--treeview-first-feed): Doc change.
2237 (newsticker-treeview-list-menu)
2238 (newsticker-treeview-item-menu): Added menu entries.
2239 (newsticker-treeview-item-mode): New.
2240
5ce6e4f4 2241 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
2242 windows.
2243
9eaeec5b
SS
22442009-12-04 Sam Steingold <sds@gnu.org>
2245
2246 * log-view.el (log-view-mode-map): "q" calls quit-window,
2247 like in all the other non-self-insert buffers.
2248
b2bf5be5
SM
22492009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 Minor cleanup.
2252 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2253 key decoding rather than do it manually via last-input-event +
2254 ascii-character.
2255 (term-exec): Use delete-and-extract-region.
2256 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2257 (term-process-pager): Remove unused var `i'.
2258 (term-dynamic-simple-complete): Make obsolete.
2259 (serial-update-config-menu): Remove unused vars `y' and `str'.
2260 (term-update-mode-line): Remove unused var `temp'.
2261
46e5c897
DN
22622009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2263
2264 Limit the number of log entries displayed by default.
2265 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2266 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2267 using a prefix argument.
2268
627e0a14
GM
22692009-12-03 Glenn Morris <rgm@gnu.org>
2270
2271 * progmodes/idlwave.el (class): Restore still useful declaration.
2272
8578c224
AM
22732009-12-03 Alan Mackenzie <acm@muc.de>
2274
4abc318c 2275 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2276
b2bf5be5
SM
2277 * progmodes/cc-mode.el (c-basic-common-init):
2278 Call c-state-cache-init.
9762b219 2279 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2280 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2281 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2282
2283 * progmodes/cc-langs.el (c-before-font-lock-function):
2284 c-extend-and-neutralize-syntax-in-CPP has been renamed
2285 c-neutralize-syntax-in-and-mark-CPP.
2286
2287 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2288 with `category' properties now, not `syntax-table' ones.
2289
2290 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2291 enhanced (but slower) version of c-end-of-macro that won't land
2292 inside a literal or on another awkward character.
2293 (c-state-cache-too-far, c-state-cache-start)
2294 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2295 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2296 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2297 (c-state-min-scan-pos, c-state-brace-pair-desert)
2298 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2299 buffer local variables.
2300 (c-state-literal-at, c-state-lit-beg)
2301 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2302 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2303 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2304 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2305 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2306 (c-renarrow-state-cache)
2307 (c-append-lower-brace-pair-to-state-cache)
2308 (c-state-push-any-brace-pair, c-append-to-state-cache)
2309 (c-remove-stale-state-cache)
2310 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2311 (c-invalidate-state-cache-1, c-parse-state-1)
2312 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2313 (c-parse-state): Enhance and refactor.
2314 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2315
2316 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2317 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2318 modify to use category text properties rather than syntax-table ones.
2319 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2320 to switch off/on the syntactic paren property of C++ template
2321 delimiters using the category property.
2322 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2323 template delims suppressed.
2324 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2325 New constant/macros which apply category properties to the start
2326 and end of preprocessor constructs.
b2bf5be5 2327 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2328 "comment out" the syntactic value of characters in preprocessor
2329 constructs.
2330 (c-with-cpps-commented-out)
2331 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2332 with characters in all or all but one preprocessor constructs
2333 "commented out".
2334
0d4dc442
RW
23352009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2336
2337 * proced.el (proced-filter-alist): Use regexp-quote.
2338
a09dc9bf
MA
23392009-12-03 Michael Albinus <michael.albinus@gmx.de>
2340
2341 Cleanup.
2342 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2343 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2344 arguments. Expand `default-directory'.
2345
2346 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2347 the benefit of returning an expanded localname.
2348 (tramp-tramp-file-p): Handle the case NAME is not a string.
2349
3f6bd790
DN
23502009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2351
4dfb3b9c
DN
2352 Add support for bzr shelve/unshelve.
2353 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2354 (vc-bzr-extra-menu-map): New variables.
2355 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2356 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2357 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2358 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2359 (vc-bzr-dir-extra-headers): Display shelves.
2360
3f6bd790
DN
2361 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2362
842d73a1
SM
23632009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * textmodes/bibtex.el (bibtex-complete-internal):
2366 Use completion-in-region.
2367 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2368
7fa4876f
DN
23692009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2370
2371 Support applying stashes. Improve UI.
2372 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2373 (vc-git-stash-apply, vc-git-stash-pop)
2374 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2375 (vc-git-stash-menu): New functions.
2376 (vc-git-stash-menu-map): New variable.
2377 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2378
d6e82452
GM
23792009-12-03 Glenn Morris <rgm@gnu.org>
2380
2381 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2382 (vc-print-log-internal): Fix previous change.
2383 (vc-revert): Correct pluralization.
2384
8d222148
SM
23852009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2386
ea52206b
SM
2387 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2388 it to be an alist any more.
2389 (makefile-complete): Use completion-in-region.
2390
69a94a37
SM
2391 * progmodes/octave-mod.el (octave-complete-symbol):
2392 Use completion-in-region.
2393
8d222148
SM
2394 Misc cleanup.
2395 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2396 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2397 (idlwave-complete-class): Don't quote lambda.
2398 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2399 (idlwave-mode-map): Move initialization into declaration.
2400 (idlwave-action-and-binding): Use backquotes.
2401 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2402 Simplify.
2403 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2404 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2405 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2406 `parts', and `all-parts'.
2407 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2408 (idlwave-convert-xml-system-routine-info): Remove unused string
2409 `version-string'.
2410 (idlwave-display-user-catalog-widget): Use dolist.
2411 (idlwave-scanning-lib): Declare dynamically-scoped var.
2412 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2413 (completion-highlight-first-word-only): Declare to silence bytecomp.
2414 (idlwave-popup-select): Tighten scope of `resp'.
2415 (idlwave-find-struct-tag): Remove unused var `beg'.
2416 (idlwave-after-load-rinfo-hook): Declare.
2417 (idlwave-sintern-class-info): Remove unused var `taglist'.
2418 (idlwave-find-class-definition): Remove unused var `list'.
2419 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2420 (idlwave-what-module-find-class): Remove unused var `classes'.
2421
3bb8691b
JB
24222009-12-03 Juanma Barranquero <lekktu@gmail.com>
2423
2424 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2425
f72f0c23
SM
24262009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2429 buffers visited. Remove redundant current-buffer-saving.
2430
601a9508
SM
24312009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 Use completion-in-buffer and remove uses of dynamic scoping.
2434 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2435 (pascal-buffer-to-use, pascal-flag): Don't declare.
2436 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2437 (pascal-get-completion-decl, pascal-keyword-completion):
2438 Add `pascal-str' argument, save-excursion,
2439 return the found completions, and don't filter with pascal-pred.
2440 (pascal-completion-cache): New var.
2441 (pascal-completion): Don't switch buffer any more (it was never
2442 necessary). Don't save-excursion any more (it's done by the called
2443 subroutines). Use a cache to avoid redundant computations.
2444 Use complete-with-action rather than pascal-completion-response and
2445 let it apply the predicate as well.
2446 (pascal-complete-word): Use completion-in-buffer when
2447 pascal-toggle-completions is nil.
2448 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2449 not used any more.
2450 (pascal-comp-defun): Don't change buffer any more.
2451 Use complete-with-action rather than pascal-completion-response and
2452 let it apply the predicate as well.
2453 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2454 when neded.
2455
1ff4cb98
KH
24562009-12-02 Kenichi Handa <handa@m17n.org>
2457
2458 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2459 shape for all Indic scripts.
2460
bb12edf1
SM
24612009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 Use completion-in-buffer.
2464 * wid-edit.el (widget-field-text-end): New function.
2465 (widget-field-value-get): Use it.
2466 (widget-string-complete, widget-file-complete)
2467 (widget-color-complete): Use it and completion-in-region.
2468 (widget-complete): Don't narrow the buffer.
2469
5813f6ef
GM
24702009-12-02 Glenn Morris <rgm@gnu.org>
2471
c920f222
GM
2472 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2473 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
2474 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2475 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 2476
5813f6ef
GM
2477 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2478 save-excursion with save-current-buffer.
2479 Widen before searching. (Bug#5093)
2480 (diary-list-sexp-entries): Remove superfluous save-excursion.
2481
34b1d750
GM
24822009-12-02 Michael Welsh Duggan <mwd@cert.org>
2483
2484 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2485 name. (Bug#5038)
2486
b2d5f31a
GM
24872009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2488
2489 * ido.el (ido-file-internal): Handle filenames at point that do
2490 not have a directory part. (Bug#5049)
2491
c710ac3c
JB
24922009-12-02 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2495 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2496
9946be46
SM
24972009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2498
2499 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2500 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2501 any more.
2502
b08016f2
SM
25032009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2504
e7440df4
SM
2505 * comint.el (comint-insert-input): Ignore clicks to the right of
2506 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2507
3bb8691b 2508 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
2509 terminate before setting up the major mode.
2510
f3b757f5
SM
2511 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2512 in case.
2513
a2877f1d
SM
2514 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2515 the last element.
2516
b08016f2
SM
2517 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2518
782d6e30
GM
25192009-12-01 Glenn Morris <rgm@gnu.org>
2520
2521 * window.el (window--display-buffer-2): Fix previous changes.
2522
28f57f7e
CY
25232009-12-01 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2526
c31a2fdc
GM
25272009-12-01 Glenn Morris <rgm@gnu.org>
2528
2529 * Makefile.in (ELCFILES): Add mpc.elc.
2530
e1ada222
SM
25312009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * mpc.el: New file.
2534
0c9ff2c5
GM
25352009-12-01 Glenn Morris <rgm@gnu.org>
2536
3689984f
GM
2537 * window.el (window-to-use): Define for compiler.
2538
3ab4308b
GM
2539 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2540 consistent with others (no final period).
2541
0c9ff2c5
GM
2542 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2543 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2544
fb0c18ff
DN
25452009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2546
2547 Make vc-print-log buttons work.
045b9da7 2548 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 2549
2ac7e73e
JB
25502009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2551
2552 * savehist.el (savehist-autosave-interval): Allow setting to nil
2553 through customize. (Bug#5056)
2554
5237d741
JB
25552009-11-30 Juanma Barranquero <lekktu@gmail.com>
2556
2557 Fix references to jit-lock properties.
2558 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2559 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2560 (perl-font-lock-special-syntactic-constructs):
2561 Quote jit-lock-defer-multiline property.
2562
379241fa
DN
25632009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2564
2565 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2566
054ae856
JL
25672009-11-30 Juri Linkov <juri@jurta.org>
2568
2569 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2570 value `buffer' of `multi-isearch-next-buffer-current-function'.
2571 Use `(current-buffer)' when `buffer' is nil.
2572 (multi-isearch-next-buffer-from-list): Don't fallback to
2573 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2574
67296dda
JL
25752009-11-30 Juri Linkov <juri@jurta.org>
2576
2577 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2578 of buffers with `get-buffer' to `multi-isearch-buffers'.
2579 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2580 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2581 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2582 FILES with `expand-file-name' converting relative file names
2583 to absolute. Doc fix. (Bug#4727)
2584
c585bf32
JL
25852009-11-30 Juri Linkov <juri@jurta.org>
2586
2587 * misearch.el (multi-isearch-read-buffers)
2588 (multi-isearch-read-matching-buffers): New functions.
2589 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2590 Use them in the `interactive' spec. Doc fix.
2591 (multi-isearch-read-files, multi-isearch-read-matching-files):
2592 New functions.
2593 (multi-isearch-files, multi-isearch-files-regexp):
2594 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2595
0a745733
JL
25962009-11-30 Juri Linkov <juri@jurta.org>
2597
2598 * doc-view.el (doc-view-continuous):
2599 Rename from `doc-view-continuous-mode'.
2600 (doc-view-menu): Move "Toggle display" to the top.
2601 Add submenu "Continuous" with radio buttons "Off"/"On"
2602 and "Save as Default".
2603 (doc-view-scroll-up-or-next-page)
2604 (doc-view-scroll-down-or-previous-page)
2605 (doc-view-next-line-or-next-page)
2606 (doc-view-previous-line-or-previous-page): Rename
2607 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2608
1f9689eb
JL
26092009-11-30 Juri Linkov <juri@jurta.org>
2610
2611 * comint.el (comint-mode-map): Rebind `M-r' from
2612 `comint-previous-matching-input' to
2613 `comint-history-isearch-backward-regexp'.
2614 Unbind `M-s' to allow global key binding `M-s'.
2615 Add menu items for `comint-history-isearch-backward' and
2616 `comint-history-isearch-backward-regexp'. (Bug#3746)
2617
2952b1ae
JL
26182009-11-30 Juri Linkov <juri@jurta.org>
2619
2620 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2621 For def=recenter, replace `recenter' with `recenter-top-bottom'
2622 that is called with `this-command' and `last-command' let-bound
2623 to `recenter-top-bottom'. When the last `def' was not `recenter',
2624 set `recenter-last-op' to nil. (Bug#4981)
2625
7a9547ca
SM
26262009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2627
20565545
SM
2628 Minor cleanup and simplification.
2629 * filecache.el (file-cache-add-directory)
2630 (file-cache-add-directory-recursively)
2631 (file-cache-add-from-file-cache-buffer)
2632 (file-cache-delete-file-regexp, file-cache-delete-directory)
2633 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2634 (file-cache-temp-minibuffer-message): Delete function.
2635 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2636
7a9547ca
SM
2637 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2638 Don't signal an error when bumping into EOB in tr, s, or y.
2639
08e968f3
JL
26402009-11-29 Juri Linkov <juri@jurta.org>
2641
2642 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2643 (Bug#4960)
2644
2645 * descr-text.el (describe-char-unidata-list): Use lowercase name
2646 for "Unicode name" like in other tags.
2647
f8d170a4
JL
26482009-11-29 Juri Linkov <juri@jurta.org>
2649
2650 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2651 New compatibility macro.
7a9547ca 2652 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 2653
0116abbd
JL
26542009-11-29 Juri Linkov <juri@jurta.org>
2655
2656 Add defcustom to define the cycling order of `recenter-top-bottom'.
2657 (Bug#4981)
2658
2659 * window.el (recenter-last-op): Doc fix.
2660 (recenter-positions): New defcustom.
2661 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2662 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2663
61eef560
MA
26642009-11-29 Michael Albinus <michael.albinus@gmx.de>
2665
2666 Improve integration of Tramp and ange-ftp in eshell.
2667
e4070cdc 2668 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
2669 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2670 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2671
2672 * eshell/esh-util.el (top): Require also Tramp when compiling.
2673 (eshell-directory-files-and-attributes): Check for FTP remote
2674 connection.
2675 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2676 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2677 (eshell-file-attributes): Handle ".". Return `entry'.
2678
2679 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2680 (ange-ftp-directory-files-and-attributes)
2681 (ange-ftp-real-directory-files-and-attributes): New defuns.
2682
2683 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2684 shell with "exec" when possible. This prevents trailing prompts
2685 in `start-file-process'.
2686
f5467d3f
SM
26872009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2688
21f49db9
SM
2689 Try and remove assumptions about point-min==1.
2690 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2691 (rng-compute-mode-line-string): Show the validation percentage in
2692 terms of the narrowed text, not the widened text.
2693 (rng-do-some-validation): Don't catch internal errors when debugging.
2694 (rng-first-error): Simplify.
2695 (rng-after-change-function): Remove work around. AFAIK the bug has
2696 been fixed a while ago.
2697
26224faf
SM
2698 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2699 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2700
d7117720
SM
2701 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2702
f5467d3f
SM
2703 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2704 `cd' doesn't always do it for us (bug#5067).
2705
2706 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2707 on 2009-10-25 as part of some other change (bug#5067).
2708
c5269f1c
SM
27092009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2710
62a258a7
SM
2711 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2712 `suspicious'.
2713 (byte-compile-warnings): Use byte-compile-warning-types.
2714 (byte-compile-save-excursion): Warn about use of set-buffer right
2715 after save-excursion.
2716
c5269f1c
SM
2717 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2718 the excursion as well.
2719
3ba30eb8
MA
27202009-11-27 Michael Albinus <michael.albinus@gmx.de>
2721
2722 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2723 providing a Tramp related implementation of "su" and "sudo".
2724 (eshell-unix-initialize): Add "su" and "sudo".
2725
6c6f788d
DU
27262009-11-27 Daiki Ueno <ueno@unixuser.org>
2727
2728 * net/socks.el (socks-send-command): Convert binary request to
2729 unibyte before sending. This fixes mishandling of some port
2730 numbers such as 129.
2731
10c877fe
SM
27322009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2733
6f06a171
SM
2734 * help.el (describe-bindings-internal): Remove `interactive'.
2735
10c877fe
SM
2736 * man.el (Man-completion-table): Trim a terminating "(".
2737 Remove the space between name page a section.
2738 Add the command's description on the `help-echo' property.
c5269f1c
SM
2739 Remove `process-connection-type' binding since it's unused by
2740 call-process.
10c877fe
SM
2741 Provide completion for the "<section> <name>" format as well.
2742 (Man-default-man-entry): Remove spurious var shadowing the argument.
2743
c44a4822
KR
27442009-11-26 Kevin Ryde <user42@zip.com.au>
2745
2746 * log-view.el: Add "Keywords: tools", since its other keywords
2747 aren't in finder-known-keywords, and following vc.el.
2748
9d58f081
KR
2749 * sha1.el (sha1-string-external): default-directory "/" in case
2750 otherwise non-existent. process-connection-type pipe for touch of
2751 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2752
72fe6b25
SM
27532009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 Misc coding convention cleanups.
2756 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2757 hfy-init-kludge-hooks.
2758 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2759 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2760 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2761 and push.
2762 (hfy-slant, hfy-weight): Use tables rather than code.
2763 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2764 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2765 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2766 (hfy-face-to-css): Remove `nconc' with single arg.
2767 (hfy-p-to-face-lennart): Use `or'.
2768 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2769 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2770 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2771 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2772 (hfy-force-fontification): Use run-hooks.
2773
85e0a536
SM
27742009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2775
2776 Various minor fixes.
2777 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2778 Javascript belongs in the header, not the body.
2779 (hfy-javascript): Remove.
2780 (hfy-fontify-buffer): Don't insert it any more.
2781 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2782 Fix bug in invis handling when there were no invis props in a chunk.
2783
62ccc42c
SM
27842009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2787
2643c7aa
DN
27882009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2789
2790 * finder.el (finder-mode-map): Add a menu.
2791
0e5c8aed
DN
27922009-11-26 Michael McNamara <mac@mail.brushroad.com>
2793
bf0b361c 2794 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
2795 "unsigned" structs.
2796
2797 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2798 fork" statement better.
2799
28002009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2801
bf0b361c
JB
2802 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2803 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2804 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2805 Reported by Clay Douglass.
0e5c8aed
DN
2806
2807 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
2808 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2809 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
2810 Pierre-David Pfister.
2811
7629c4e7
GM
28122009-11-26 Glenn Morris <rgm@gnu.org>
2813
62ccc42c
SM
2814 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2815 the scope.
7629c4e7 2816
a5d358f8
JB
28172009-11-25 Johan Bockgård <bojohan@gnu.org>
2818
2819 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2820 Really use previous revision.
2821
002cbde5
KR
28222009-11-25 Kevin Ryde <user42@zip.com.au>
2823
2824 * man.el (Man-completion-table): default-directory "/" in case
2825 doesn't otherwise exist. process-environment COLUMNS=999 so as
2826 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
2827 any chance of hitting the pseudo-tty TIOCGWINSZ.
2828 (man): completion-ignore-case t for friendliness and since man
2829 itself is case-insensitive on the command line.
2830 Further to Bug#3717.
002cbde5 2831
8cb5ffe8
KR
2832 * arc-mode.el: Add "Keywords: files", so the details in its
2833 commentary can be reached from finder-by-keyword.
34607612
KR
2834 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2835 editing mode, but it's comms related and sgml-mode.el has "comm"
2836 on that basis too.
b8dfcf54 2837 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
2838 * international/isearch-x.el, international/ja-dic-cnv.el:
2839 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 2840 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 2841
1e2d9ba1
JL
28422009-11-25 Juri Linkov <juri@jurta.org>
2843
2844 * man.el (Man-completion-table): Modify regexp to include
2845 section names to completion strings. (Bug#3717)
2846
a601d313
JL
28472009-11-25 Juri Linkov <juri@jurta.org>
2848
2849 Search recursively in gzipped files. (Bug#4982)
2850
2851 * progmodes/grep.el (grep-highlight-matches): Add new options
2852 `always' and `auto'. Doc fix.
2853 (grep-process-setup): Check `grep-highlight-matches' for
2854 `auto-detect' to determine the need to compute grep defaults.
2855 Move Windows/DOS specific --colors settings handling
2856 to `grep-compute-defaults'. Check `grep-highlight-matches'
2857 to get the value of "--color=".
2858 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2859 has the value `auto-detect'. Move Windows/DOS specific settings
2860 from `grep-process-setup'.
2861 (zrgrep): New command with alias `rzgrep'.
2862
bde04ea9
JL
28632009-11-25 Juri Linkov <juri@jurta.org>
2864
2865 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2866 to nil instead of switching off view-mode. (Bug#4896)
2867
7d6b4d3c
JL
28682009-11-25 Juri Linkov <juri@jurta.org>
2869
2870 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2871
2872 * mwheel.el (mwheel-scroll-up-function)
2873 (mwheel-scroll-down-function): New defvars.
2874 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2875 `scroll-up', and `mwheel-scroll-down-function' instead of
2876 `scroll-down'.
2877
2878 * doc-view.el (doc-view-scroll-up-or-next-page)
2879 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2880 Use this ARG in the call to image-scroll-up/image-scroll-down.
2881 Change `interactive' spec to "P". Goto next/previous page only
2882 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2883 SPC/DEL case). Doc fix.
2884 (doc-view-next-line-or-next-page)
2885 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2886 for consistency.
2887 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2888 `doc-view-scroll-up-or-next-page', and buffer-local
2889 `mwheel-scroll-down-function' to
2890 `doc-view-scroll-down-or-previous-page'.
2891
e237085f
JL
28922009-11-25 Juri Linkov <juri@jurta.org>
2893
2894 Provide additional default values (directories at other Dired
2895 windows) via M-n in the minibuffer of some Dired commands.
2896
2897 * dired-aux.el (dired-diff, dired-compare-directories)
2898 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2899 `minibuffer-default' in `minibuffer-with-setup-hook'.
2900 (dired-dwim-target-directory): Find a window that displays Dired
2901 buffer instead of failing when the next window is not Dired.
2902 Use `get-window-with-predicate' to find for the next Dired window.
2903 (dired-dwim-target-defaults): New function.
2904
2905 * ediff-util.el (ediff-read-file-name):
2906 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2907 in `minibuffer-with-setup-hook'.
2908
7d371eac
JL
29092009-11-25 Juri Linkov <juri@jurta.org>
2910
2911 Provide additional default values (file name at point or at the
2912 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2913
2914 * minibuffer.el (read-file-name-defaults): New function.
2915 (read-file-name): Reset `minibuffer-default' to nil when
2916 it duplicates initial input `insdef'.
2917 Bind `minibuffer-default-add-function' to lambda that
2918 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2919 (minibuffer-insert-file-name-at-point): New command.
2920
2921 * files.el (file-name-at-point-functions): New defcustom.
2922 (find-file-default): Remove defvar.
2923 (find-file-read-args): Don't use `find-file-default'.
2924 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2925 to `read-file-name'.
2926 (find-file-literally): Use `read-file-name' with
2927 `confirm-nonexistent-file-or-buffer'.
2928
2929 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2930
2931 * dired.el (dired-read-dir-and-switches):
2932 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2933 to `read-file-name'.
2934 (dired-file-name-at-point): New function.
2935 (dired-mode): Add hook `dired-file-name-at-point' to
2936 `file-name-at-point-functions'.
2937
04ae543a
SM
29382009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 Really make the *Completions* window soft-dedicated (bug#5030).
2941 * window.el (window--display-buffer-2): Add `dedicated' argument.
2942 (display-buffer): Pass it when needed so the dedicated flag is set
2943 after calling set-window-buffer, which would otherwise reset it.
2944
eb708e66
SM
29452009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2946
d6b8d4e7
SM
2947 * progmodes/meta-mode.el (meta-complete-symbol):
2948 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
2949 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2950 Use completion-in-region.
2951
5f24557b
SM
2952 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2953 (dabbrev-completion): Use completion-in-region.
2954 (dabbrev--abbrev-at-point): Simplify regexp.
2955
fe4346f0
SM
2956 * abbrev.el (abbrev--before-point): Use word-motion functions
2957 if :regexp is not specified (bug#5031).
2958
cb190d7d
SM
2959 * subr.el (string-prefix-p): New function.
2960
e2ec6dd5
SM
2961 * man.el (Man-completion-cache): New var.
2962 (Man-completion-table): Use it.
2963
eb708e66
SM
2964 * vc.el (vc-print-log-internal): Make `limit' optional for better
2965 compatibility (e.g. with vc-annotate.el).
2966
4cf8971b
KR
29672009-11-24 Kevin Ryde <user42@zip.com.au>
2968
eb708e66 2969 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 2970 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 2971
4cf8971b
KR
2972 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2973 when .el source file not found or other error.
2974
d204c46c
SM
29752009-11-24 Markus Triska <markus.triska@gmx.at>
2976
2977 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2978
bb301b9a
SM
29792009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2980
449c27f0
SM
2981 Handle the [back] button properly (bug#4979).
2982 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2983 Use help-setup-xref, help-buffer, and with-help-window.
2984 (describe-char): Add `buffer' argument.
2985 Pass proper command to help-setup-xref. Don't meddle with
2986 help-xref-stack-item directly.
2987 (describe-text-category): Use with-help-window and help-buffer.
2988
32fe5377
SM
2989 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2990 for the displayed buffer (bug#4887).
2991
bb301b9a
SM
2992 * man.el (Man-completion-table): New function.
2993 (man): Use it.
2994
35179414
DR
29952009-11-24 David Reitter <david.reitter@gmail.com>
2996
bb301b9a 2997 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
2998 .git is) rather than the file's directory and a relative path spec
2999 to work around a bug in git.
3000
605a20a9
MA
30012009-11-24 Michael Albinus <michael.albinus@gmx.de>
3002
3003 Improve handling of processes on remote hosts.
3004
3005 * eshell/esh-util.el (eshell-path-env): New defvar.
3006 (eshell-parse-colon-path): New defun.
3007 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3008
bb301b9a
SM
3009 * eshell/esh-ext.el (eshell-search-path):
3010 Use `eshell-parse-colon-path'.
605a20a9
MA
3011 (eshell-remote-command): Remove argument HANDLER.
3012 (eshell-external-command): Check for FTP remote connection.
3013
bb301b9a
SM
3014 * eshell/esh-proc.el (eshell-gather-process-output):
3015 Use `file-truename', in order to start also symlinked files.
3016 Apply `start-file-process' instead of `start-process'.
3017 Shorten `command' to the local file name part.
605a20a9 3018
bb301b9a
SM
3019 * eshell/em-cmpl.el (eshell-complete-commands-list):
3020 Use `eshell-parse-colon-path'.
605a20a9
MA
3021
3022 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3023
3024 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3025 to `eshell-directory-change-hook'.
3026
d1d33062
TH
30272009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3028
3029 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3030 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3031
a34d8565 30322009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3033
a34d8565
MK
3034 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3035 made on 2009-11-22.
d1d33062 3036
c83b8d1b
GM
30372009-11-24 Glenn Morris <rgm@gnu.org>
3038
3039 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3040 deleted variable bookmark-bmenu-bookmark-column.
3041
65235b0a
GM
3042 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3043 Move after definition of global-semantic-idle-tag-highlight-mode.
3044
83505cfe
SM
30452009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3048
5241b291
CY
30492009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3050
3051 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3052 two slashes to the "file:" prefix.
3053 (browse-url-file-url): De-munge Cygwin filenames before passing
3054 them to Windows browser.
3055 (browse-url-default-windows-browser): Use call-process.
3056
aefcadb6
JL
30572009-11-23 Juri Linkov <juri@jurta.org>
3058
3059 Implement DocView Continuous mode. (Bug#4896)
3060 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
3061 (doc-view-mode-map): Bind C-n/<down> to
3062 `doc-view-next-line-or-next-page', C-p/<up> to
3063 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
3064 (doc-view-next-line-or-next-page)
3065 (doc-view-previous-line-or-previous-page): New commands.
3066
0d62bcea
JL
30672009-11-23 Juri Linkov <juri@jurta.org>
3068
3069 Implement Isearch in comint input history. (Bug#3746)
3070 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3071 `isearch-mode-hook'.
3072 (comint-history-isearch): New defcustom.
3073 (comint-history-isearch-backward)
3074 (comint-history-isearch-backward-regexp): New commands.
3075 (comint-history-isearch-message-overlay): New buffer-local variable.
3076 (comint-history-isearch-setup, comint-history-isearch-end)
3077 (comint-goto-input, comint-history-isearch-search)
3078 (comint-history-isearch-message, comint-history-isearch-wrap)
3079 (comint-history-isearch-push-state)
3080 (comint-history-isearch-pop-state): New functions.
3081
b593f105
MA
30822009-11-23 Michael Albinus <michael.albinus@gmx.de>
3083
3084 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3085 return.
3086 (tramp-handle-make-symbolic-link)
3087 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3088 Quote file names.
3089 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3090 (tramp-handle-process-file): Use it.
3091
0f202d5d
SM
30922009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * window.el (move-to-window-line-last-op): Remove.
3095 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3096
216349f8
SM
30972009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3098
0f202d5d 3099 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
3100 * window.el (move-to-window-line-last-op): New var.
3101 (move-to-window-line-top-bottom): New command.
3102 (global-map): Bind M-r move-to-window-line-top-bottom.
3103
c10e0633
GM
31042009-11-23 Sven Joachim <svenjoac@gmx.de>
3105
3106 * dired-x.el (dired-guess-shell-alist-default):
3107 Support xz format. (Bug#4953)
3108
e96ec425
CY
31092009-11-22 Chong Yidong <cyd@stupidchicken.com>
3110
2054a44c
CY
3111 * cedet/srecode/map.el (srecode-get-maps):
3112 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3113 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3114 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3115 (semantic-toggle-decoration-style):
3116 * cedet/semantic/decorate/include.el
3117 (semantic-decoration-include-describe)
3118 (semantic-decoration-unknown-include-describe)
3119 (semantic-decoration-unparsed-include-describe)
3120 (semantic-decoration-all-include-summary):
3121 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3122 * cedet/semantic/analyze/complete.el
3123 (semantic-analyze-possible-completions):
3124 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3125 (semantic-show-unmatched-syntax-mode)
3126 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3127 (semantic-highlight-func-mode):
3128 * cedet/semantic/util.el (semantic-describe-buffer):
3129 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3130 (semantic-symref-find-tags-by-name)
3131 (semantic-symref-find-tags-by-regexp)
3132 (semantic-symref-find-tags-by-completion)
3133 (semantic-symref-find-file-references-by-name)
3134 (semantic-symref-find-text):
3135 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3136 (senator-yank-tag):
3137 * cedet/semantic/scope.el (semantic-calculate-scope):
3138 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3139 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3140 (define-semantic-idle-service):
3141 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3142 (semantic-complete-analyze-inline-idle):
3143 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3144 * cedet/mode-local.el (describe-mode-local-bindings)
3145 (describe-mode-local-bindings-in-mode):
3146 * cedet/ede/make.el (ede-make-check-version):
3147 * cedet/ede/locate.el (ede-enable-locate-on-project):
3148 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3149 (cedet-idutils-version-check):
3150 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3151 (cedet-gnu-global-version-check):
3152 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3153 (cedet-cscope-version-check): Use called-interactively-p instead
3154 of interactive-p.
3155
e96ec425
CY
3156 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3157 Use semantic-format-tag-prototype.
3158
953e0c1a
GM
31592009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3160
3161 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3162 last-command-char/last-command-event.
3163 (viper-prefix-arg-value): Do correct conversion of event-char for
3164 XEmacs.
3165
83505cfe
SM
3166 * emulation/viper-util.el, emulation/viper.el:
3167 Use viper-last-command-char instead of
3168 last-command-char/last-command-event.
953e0c1a 3169
83505cfe
SM
3170 * ediff-init.el, ediff-mult.el, ediff-util.el:
3171 Replace last-command-char and last-command-event
3172 with (ediff-last-command-char) everywhere.
953e0c1a
GM
3173
3174 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3175 created in fundamental mode.
3176
3177 * ediff.el (ediff-version): Revert the change of interactive-p to
3178 called-interactively-p.
3179
9ee12eee
TH
31802009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3181
3182 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3183 generation from word-movement command names.
3184
ab2c15d4
CY
31852009-11-21 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
3188 (semantic-complete-jump-local, semantic-complete-jump):
3189 Improve prompt string.
ab2c15d4 3190
8b571bf3
JD
31912009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3192
3193 * cus-start.el (all): Add native condition for font-use-system-font.
3194
4121db47
AM
31952009-11-21 Nathaniel Flath <flat0103@gmail.com>
3196
83505cfe
SM
3197 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3198 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 3199
d71f5e0c
TH
32002009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3201
3202 * progmodes/subword.el: Rename from lisp/subword.el.
3203
3204 * subword.el: Rename to progmodes/subword.el.
3205
3206 * Makefile.in (ELCFILES): Adapt to subword.el move.
3207
fc9d6ad6
SM
32082009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3209 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3212 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3213 (bookmark-bmenu-show-filenames): Use push.
3214 (bookmark-bmenu-hide-filenames): Use local var instead of
3215 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3216 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3217 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3218 filenames now that the bookmark names are always available.
3219
26d9285f
SM
32202009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3223 (bookmark-search-pattern): Move and leave unbound.
3224 (bookmark-bmenu-mode-map): Change binding.
3225 (bookmark-read-search-input): Simplify.
3226 Don't use text-char-description. Don't error on non-char events.
3227 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3228 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3229 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3230 Use a local var for the timer.
3231 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3232 (i.e. bookmark-bmenu-search).
3233
d73a0317
GM
32342009-11-21 Glenn Morris <rgm@gnu.org>
3235
3236 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3237
e572025f
CY
32382009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3239
26d9285f
SM
3240 * net/browse-url.el (browse-url-default-windows-browser):
3241 Use cygstart for cygwin.
e572025f 3242
6aeaa3dc
KF
32432009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3244
e4070cdc 3245 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
3246 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3247 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3248 Minor grammar and punctuation fixes in doc string.
3249 (bookmark-read-search-input): Adjust to fit within 80 columns.
3250
a9b76eec
TH
32512009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3252
3253 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3254 (c-backward-into-nomenclature): Adapt to subword renaming.
3255
3256 * subword.el (subword-forward, subword-backward, subword-mark)
3257 (subword-kill, subword-backward-kill, subword-transpose)
3258 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3259 (subword-forward-internal, subword-backward-internal):
3260 Rename from forward-subword, backward-subword, mark-subword,
3261 kill-subword, backward-kill-subword, transpose-subwords,
3262 downcase-subword, upcase-subword, capitalize-subword,
3263 forward-subword-internal, backward-subword-internal.
a9b76eec 3264
1e7d4475
SM
32652009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3266
26d9285f
SM
3267 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3268 New options.
1e7d4475
SM
3269 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3270 New vars.
3271 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3272 (bookmark-bmenu-filter-alist-by-regexp)
3273 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3274 (bookmark-bmenu-search): New command.
3275 (bookmark-bmenu-mode-map): Bind it.
3276
acfad775
CY
32772009-11-20 Chong Yidong <cyd@stupidchicken.com>
3278
1e7d4475 3279 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3280
3281 * cedet/semantic/idle.el (define-semantic-idle-service)
3282 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3283
653d1554
TH
32842009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3285
ab84bfa0
TH
3286 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3287 backward-subword to quit the byte-compiler.
3288
1f35fda9
TH
3289 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3290
3291 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3292
653d1554 3293 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3294 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3295 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3296
3297 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3298 subword.el functions instead of cc-subword.el.
3299
1e7d4475
SM
3300 * progmodes/cc-subword.el: Rename to subword.el.
3301 * subword.el: Rename from progmodes/cc-subword.el.
3302 (subword-mode-map): Rename from c-subword-mode-map.
3303 (subword-mode): Rename from c-subword-mode.
653d1554 3304 (global-subword-mode): New global minor mode.
1e7d4475
SM
3305 (forward-subword): Rename from c-forward-subword.
3306 (backward-subword): Rename from c-backward-subword.
3307 (mark-subword): Rename from c-mark-subword.
3308 (kill-subword): Rename from c-kill-subword.
3309 (backward-kill-subword): Rename from c-backward-kill-subword.
3310 (transpose-subwords): Rename from c-tranpose-subword.
3311 (downcase-subword): Rename from c-downcase-subword.
3312 (capitalize-subword): Rename from c-capitalize-subword.
3313 (forward-subword-internal): Rename from c-forward-subword-internal.
3314 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3315
9717f119
DN
33162009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3317
8de724f3
DN
3318 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3319 from a dired buffer.
3320 (vc-dired-deduce-fileset): New function.
3321 (vc-root-diff, vc-print-root-log): Use it.
3322
9717f119
DN
3323 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3324 nil LIMIT argument to vc-print-log-internal.
3325
af4999b8
GM
33262009-11-20 Glenn Morris <rgm@gnu.org>
3327
3328 * Makefile.in (ELCFILES): Regenerate.
3329
725bff06
CY
33302009-11-20 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3333
3334 * cedet/semantic.el: Enable idle-mode menu items only if
3335 global-semantic-idle-scheduler-mode is enabled.
3336 (semantic-default-submodes): Doc fix.
3337
3338 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3339 When turning off, disable other idle modes.
3340
b58edcb6
JB
33412009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3342
02e1b488
SM
3343 * calc/calc.el (calc-set-mode-line):
3344 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3345 (math-format-number): Rename `math-format-complement-signed' to
3346 `math-format-twos-complement'.
3347
02e1b488 3348 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3349 math-format-complement-signed.
3350 (calc-radix): Rename `calc-complement-signed-mode' to
3351 `calc-twos-complement-mode'.
02e1b488
SM
3352 (calc-octal-radix, calc-hex-radix): Add an argument for
3353 two's complement.
b58edcb6 3354
02e1b488
SM
3355 * calc/calc-embed.el (calc-embedded-mode-vars):
3356 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3357
02e1b488
SM
3358 * calc/calc-ext.el (calc-init-extensions):
3359 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3360 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3361
02e1b488
SM
3362 * calc/calc-units.el (math-build-units-table-buffer):
3363 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3364
3365 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3366 entries.
3367
3368 * calc/calc-vec.el (calcFunc-vunpack):
3369 * calc/calc-aent.el (calc-do-calc-eval):
3370 * calc/calc-forms.el (math-format-date):
3371 * calc/calc-graph.el (calc-graph-plot):
3372 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3373 * calc/calccomp.el (math-compose-expr):
3374 Let `calc-twos-complement-mode' be nil.
3375
33762009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3379 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3380 * minibuffer.el (completion-in-region-functions): New hook.
3381 (completion-in-region): New function.
3382 * emacs-lisp/lisp.el (lisp-complete-symbol):
3383 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3384
e3353a78
SM
33852009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3386
eff77808
SM
3387 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3388 (latex-complete-alist): New vars.
3389 (latex-string-prefix-p, latex-complete-bibtex-keys)
3390 (latex-complete-envnames, latex-complete-refkeys)
3391 (latex-complete-data): New functions.
3392 (latex-complete, latex-indent-or-complete): New commands.
3393
d2c9fc42
SM
3394 * window.el (display-buffer-mark-dedicated): New var.
3395 (display-buffer): Obey it.
3396 * minibuffer.el (minibuffer-completion-help): Use it.
3397
31a1c477
SM
3398 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3399
bed4c972
SM
3400 * filecache.el (file-cache-add-file): Use push and cons.
3401 (file-cache-delete-file-regexp): Use push.
3402 (file-cache-complete): Use completion-in-region.
3403
8c22699f
SM
3404 * simple.el (with-wrapper-hook): Fix thinko.
3405
e3353a78
SM
3406 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3407 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3408 Use with-current-buffer and string-to-number.
3409 (hfy-fallback-colour-values): Use assoc-string.
3410 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3411 (hfy-face-at): Remove unused var `found-face'.
3412 (hfy-compile-stylesheet): Remove unused var `css'.
3413 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3414 and `orig-buffer'.
3415 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3416 Use with-current-buffer.
3417 (hfy-text-p): Use expand-file-name and fewer setq.
3418
acca02b0
SM
34192009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3420
3421 * htmlfontify.el, hfy-cmap.el: New files.
3422
042b7cc6
JL
34232009-11-19 Juri Linkov <juri@jurta.org>
3424
3425 * minibuffer.el (completions-format): New defcustom.
3426 (completion--insert-strings): Implement vertical format.
3427
3428 * simple.el (switch-to-completions): Move point to the first
3429 completion when point was at the beginning of the buffer.
3430
da205913
JL
34312009-11-19 Juri Linkov <juri@jurta.org>
3432
3433 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3434
3435 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3436
0b8ee421
CY
34372009-11-19 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3440 (mail-signature): Change default to t.
3441 (mail-from-style): Deprecate `system-default' value.
3442 (mail-insert-from-field): For default value of mail-from-style,
3443 default to `angles' unless `angles' needs quoting and `parens'
3444 does not.
3445 (mail-citation-prefix-regexp): Use citation regexp from
3446 message-mode.
3447
4265deab
MA
34482009-11-19 Michael Albinus <michael.albinus@gmx.de>
3449
acca02b0
SM
3450 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3451 Set variables for computing the prompt for reading password.
4265deab 3452
27cacd2d
GM
34532009-11-19 Glenn Morris <rgm@gnu.org>
3454
470bce7d
GM
3455 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3456
7e705a1d
GM
3457 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3458
27cacd2d
GM
3459 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3460 (newsticker-treeview-listwindow-height): Fix custom type.
3461
b2f0be0f
KH
34622009-11-19 Kenichi Handa <handa@m17n.org>
3463
3464 * descr-text.el (describe-char-padded-string): Compose with TAB
3465 only if there's a font for CH.
02e1b488 3466 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 3467
03446045 34682009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
3469
3470 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 3471 more accurate version of the regexp. (Bug#3910)
b96337b0 3472
03446045 34732009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
3474
3475 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3476
e0620570
JB
34772009-11-18 Juanma Barranquero <lekktu@gmail.com>
3478
3479 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3480 (font-setting-change-default-font): Fix typo in docstring.
3481
6cc6582e
AM
34822009-11-18 Alan Mackenzie <acm@muc.de>
3483
3484 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3485
dfb3c4c6
JD
34862009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3487
02e1b488 3488 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
3489
3490 * cus-start.el (all): ... to here.
3491
e268e987
MA
34922009-11-17 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3495 Don't set `ad-return-value' if `ad-do-it' doesn't.
3496
303ffde8
MA
3497 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3498 modification time.
3499
637fa988
JD
35002009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3501
3502 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 3503 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
3504
3505 * loadup.el: If feature system-font-setting or font-render-setting is
3506 there, load font-setting.
3507
02e1b488 3508 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
3509 * font-setting.el: New file.
3510
1d16a255
GM
35112009-11-17 Glenn Morris <rgm@gnu.org>
3512
3513 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3514
2d84f804
GM
3515 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3516 Preserve point in the list buffer. (Bug#4939)
3517 Use point-at-eol.
3518 (newsticker--treeview-list-update-highlight)
3519 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3520
14467b99
JB
35212009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3522
3523 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3524 Remove.
3525
3526 * calc/calc-ext.el (calc-init-extensions): Remove references to
3527 symclip.
3528
3529 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3530
3531 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3532 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3533 `calc-symclip'.
3534
e3c39c01
KR
35352009-11-16 Kevin Ryde <user42@zip.com.au>
3536
02e1b488 3537 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 3538 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 3539
497de631
KR
3540 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3541 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3542 Ignore trailing spaces by omit-nulls to split-string (fixing
3543 regression from Emacs 21 due to the incompatible split-string
14467b99 3544 change). (Bug #4928.)
497de631 3545
48b27575
DN
35462009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3547
5237d741 3548 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
3549 (vc-print-log-internal): Insert buttons to request more entries
3550 when limiting the output.
3551
3552 * vc-sccs.el (vc-sccs-print-log):
3553 * vc-rcs.el (vc-rcs-print-log):
3554 * vc-cvs.el (vc-cvs-print-log):
3555 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3556 LIMIT is non-nil.
3557
d3e97185
MA
35582009-11-16 Michael Albinus <michael.albinus@gmx.de>
3559
3560 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3561 error when `tramp-gvfs-dbus-event-vector' is set.
3562 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3563
68d87786
SM
35642009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3567
c0a39702
MA
35682009-11-16 Michael Albinus <michael.albinus@gmx.de>
3569
3570 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 3571 (dbus-register-property): Register the handlers of
c0a39702
MA
3572 "org.freedesktop.DBus.Properties" for SERVICE.
3573 (dbus-property-handler): Fix docstring.
3574
1e857121
YM
35752009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3576
3577 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3578 Quote doc string reference in defvaralias as it is not in special form.
3579 (byte-compile-output-docform): Doc fix.
3580
887484c1
JB
35812009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3582
3583 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3584 (calc-complement-signed-mode): New variables.
3585 (calc-set-mode-line): Add indicator for twos-complements.
3586 (math-format-number): Format twos-complement notation.
3587
3588 * calc/calc-bin.el (calc-word-size): Reset the variables
3589 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
3590 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3591 (calc-symclip): New functions.
887484c1
JB
3592
3593 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3594
68d87786
SM
3595 * calc/calc-embed.el (calc-embedded-mode-vars):
3596 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
3597
3598 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 3599 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
3600
3601 * calc/calc-ext.el (math-read-number-fancy): Read complement
3602 signed numbers.
68d87786
SM
3603 (calc-init-extensions): Add binding for `calc-symclip'.
3604 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
3605
3606 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3607 `calc-symclip'.
68d87786 3608 (calc-modes-menu): Add item for twos complement mode.
887484c1 3609
5237d741 3610 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 3611
4cf1d7e3
CY
36122009-11-15 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * register.el (jump-to-register, insert-register): Handle Semantic
3615 tags. From commented-out advice in semantic/senator.el.
3616
f8e65267
DN
36172009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3618
6616006b
DN
3619 * vc.el (vc-log-show-limit): New variable.
3620 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3621 when using a prefix argument.
3622 (vc-print-log-internal): Add new argument LIMIT.
3623
3624 * vc-svn.el (vc-svn-print-log):
3625 * vc-mtn.el (vc-mtn-print-log):
3626 * vc-hg.el (vc-hg-print-log):
3627 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 3628 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
3629 non-optional.
3630
3631 * vc-sccs.el (vc-sccs-print-log):
3632 * vc-rcs.el (vc-rcs-print-log):
3633 * vc-git.el (vc-git-print-log):
3634 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3635 ignore it. Make the BUFFER argument non-optional
3636
f8e65267
DN
3637 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3638
0566c4bc
CY
36392009-11-15 Chong Yidong <cyd@stupidchicken.com>
3640
7cce3c91
CY
3641 * dired.el (dired-mode-map): Move encryption items to "Operate"
3642 menu (Bug#4703).
3643
d7063de9
CY
3644 * strokes.el (strokes-update-window-configuration): Make strokes
3645 buffer current before erasing (Bug#4906).
3646
0566c4bc
CY
3647 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3648 (semantic-idle-summary-mode): Define using define-minor-mode
3649 instead of define-semantic-idle-service.
3650 (semantic-idle-summary-mode): New function.
3651 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3652 that mouse motion does not reset the echo area.
3653
0fc10137
JL
36542009-11-15 Juri Linkov <juri@jurta.org>
3655
3656 * simple.el (set-mark-default-inactive): Add :type, :group
3657 and :version. (Bug#4876)
3658
f5fce4ec
MA
36592009-11-15 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3662 (archive-unique-fname): ... here. (Bug#4929)
3663
8d720a00
SM
36642009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3665
589888fe
SM
3666 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3667 with a real fix.
3668
8d720a00
SM
3669 * novice.el (disabled-command-function): Add useful args.
3670 Setup the help buffer so that [back] works.
3671 Remove redundant call to help-mode.
3672 (disabled-command-function): Use `case'.
3673 (en/disable-command): New function extracted from enable-command.
3674 (enable-command, disable-command): Use it.
3675
a61344d6
GM
36762009-11-14 Glenn Morris <rgm@gnu.org>
3677
497f0cdd
GM
3678 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3679 constants. (Bug#4913)
3680
a61344d6
GM
3681 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3682
d501801e
GM
36832009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3684
3685 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3686 defined in C that have no doc-strings. (Bug#1063)
3687
5af27ac2
GM
36882009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3689
3690 * cus-edit.el (data, files):
3691 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3692
aec5395b
CY
36932009-11-14 Chong Yidong <cyd@stupidchicken.com>
3694
e7791447
CY
3695 * simple.el (shell-command): Doc fix (Bug#4891).
3696
aec5395b
CY
3697 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3698
7a41cd7f
GM
36992009-11-14 Glenn Morris <rgm@gnu.org>
3700
c3583c94
GM
3701 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3702 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3703 If they are already loaded, eval-after-load will do the right thing.
3704
73900d1f
GM
3705 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3706 compiling.
3707
0028351d
GM
3708 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3709
f6714ede
GM
3710 * simple.el (x-selection-owner-p): Declare.
3711 (read-mail-command): Use custom radio type rather than choice.
3712 (completion-no-auto-exit): Doc fix.
3713
7a41cd7f 3714 * custom.el (defgroup):
5af27ac2 3715 * epg-config.el (epg): Doc fixes.
7a41cd7f 3716
2d0659ec
DN
37172009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3718
3719 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3720 * international/ccl.el (define-ccl-program): Do not purecopy the
3721 docstring, defconst does it anyway.
3722
7fdbcd83
SM
37232009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3724
d499c5b9
SM
3725 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3726 a second time.
3727
7fdbcd83
SM
3728 * x-dnd.el (x-dnd-maybe-call-test-function):
3729 * window.el (split-window-vertically):
3730 * whitespace.el (whitespace-help-on):
3731 * vc-rcs.el (vc-rcs-consult-headers):
3732 * userlock.el (ask-user-about-lock-help)
3733 (ask-user-about-supersession-help):
3734 * type-break.el (type-break-force-mode-line-update):
3735 * time-stamp.el (time-stamp-conv-warn):
3736 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 3737 (te-sentinel, terminal-emulator):
7fdbcd83
SM
3738 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3739 (term-write-input-ring, term-check-source, term-start-output-log):
3740 (term-display-buffer-line, term-dynamic-list-completions):
3741 (term-ansi-make-term, serial-term):
3742 * subr.el (selective-display):
3743 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3744 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3745 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3746 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3747 (speedbar-remove-localized-speedbar-support)
3748 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3749 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3750 (speedbar-buffers-line-directory):
3751 * simple.el (shell-command-on-region, append-to-buffer)
3752 (prepend-to-buffer):
3753 * shadowfile.el (shadow-save-todo-file):
3754 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3755 (scroll-bar-maybe-set-window-start):
3756 * sb-image.el (speedbar-image-dump):
3757 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3758 (load-save-place-alist-from-file):
3759 * ps-samp.el (ps-print-message-from-summary):
3760 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3761 (ps-background-image, ps-begin-job, ps-do-despool):
3762 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3763 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3764 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3765 (pr-call-process, pr-file-list, pr-interface-save):
3766 * novice.el (disabled-command-function)
3767 (enable-command, disable-command):
3768 * mouse.el (mouse-buffer-menu-alist):
3769 * mouse-copy.el (mouse-kill-preserving-secondary):
3770 * macros.el (kbd-macro-query):
3771 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3772 * informat.el (batch-info-validate):
3773 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3774 * hippie-exp.el (try-expand-dabbrev-visible):
3775 * help-mode.el (help-make-xrefs):
3776 * help-fns.el (describe-variable):
3777 * generic-x.el (bat-generic-mode-run-as-comint):
3778 * finder.el (finder-mouse-select):
3779 * find-dired.el (find-dired-sentinel):
3780 * filesets.el (filesets-file-close):
3781 * files.el (list-directory):
3782 * faces.el (list-faces-display, describe-face):
3783 * facemenu.el (list-colors-display):
3784 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3785 * epg.el (epg--process-filter, epg-cancel):
3786 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3787 (epa--read-signature-type):
3788 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3789 (emerge-file-names):
3790 * ehelp.el (electric-helpify):
3791 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3792 * ediff-vers.el (rcs-ediff-view-revision):
3793 * ediff-util.el (ediff-setup):
3794 * ediff-mult.el (ediff-append-custom-diff):
3795 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3796 (ediff-wordify):
3797 * echistory.el (Electric-command-history-redo-expression):
3798 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3799 * disp-table.el (describe-display-table):
3800 * dired.el (dired-find-buffer-nocreate):
3801 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3802 * dabbrev.el (dabbrev--same-major-mode-p):
3803 * chistory.el (list-command-history):
3804 * apropos.el (apropos-documentation):
3805 * allout.el (allout-obtain-passphrase):
3806 (allout-copy-exposed-to-buffer):
3807 (allout-verify-passphrase): Use with-current-buffer.
3808
2ccbc060
GM
38092009-11-13 Glenn Morris <rgm@gnu.org>
3810
3811 * Makefile.in (ELCFILES): Regenerate.
3812
b172ed20
MA
38132009-11-13 Michael Albinus <michael.albinus@gmx.de>
3814
7fdbcd83
SM
3815 * net/dbus.el (dbus-registered-objects-table): Rename from
3816 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
3817 (dbus-unregister-object): Unregister also properties.
3818 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3819 Use a timeout of 500 msec, in order to not block.
3820 (dbus-register-property, dbus-property-handler): New defuns.
3821
e96d62cd
SM
38222009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * simple.el (minibuffer-default-add-completions): Drop deprecated
3825 4th arg.
3826
14bd267d
EZ
38272009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3828
e96d62cd
SM
3829 * textmodes/artist.el (artist-mouse-choose-operation):
3830 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 3831 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
3832 (artist-compute-up-event-key): New function.
3833 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3834
bf89fd7b
KH
38352009-11-13 Kenichi Handa <handa@m17n.org>
3836
3837 * language/japan-util.el: Make sure that the value of jisx0208
3838 property is jisx0208 character.
3839
f70b8925
DN
38402009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3841
3842 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3843 car or each item, not the whole list.
3844
4d93a9e0
SM
38452009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * minibuffer.el (minibuffer-completion-help):
3848 Use minibuffer-hide-completions.
3849
05404988
SM
38502009-11-12 Per Starbäck <per@starback.se> (tiny change)
3851
3852 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3853 (dired-revert): Use them (bug#4880).
3854
5297bc10
DN
38552009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3856
3857 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3858
e2685eb7
JL
38592009-11-12 Juri Linkov <juri@jurta.org>
3860
3861 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3862 New functions.
3863 (find-file-literally-at-point): Alias of `ffap-literally'.
3864
76410c3e
DN
38652009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3866
6d341a2a
DN
3867 * textmodes/ispell.el (ispell-skip-region-alist):
3868 * textmodes/css-mode.el (auto-mode-alist):
3869 * progmodes/compile.el (auto-mode-alist):
3870 * international/mule.el (ctext-non-standard-encodings-alist)
3871 (ctext-non-standard-encodings-regexp):
3872 * simple.el (shell-command-switch, text-read-only):
3873 * replace.el (occur-mode-map):
3874 * paths.el (rmail-file-name):
3875 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3876 * find-file.el (ff-special-constructs):
3877 * files.el (file-name-handler-alist):
3878 * composite.el: Purecopy strings.
3879
76410c3e
DN
3880 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3881
aaa448c9
DN
38822009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * widget.el (define-widget): Purecopy the docstring.
3885 * international/mule-cmds.el (charset): Do not purecopy the
3886 docstring here, define-widget does it.
3887
3888 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3889 * textmodes/bibtex-style.el (auto-mode-alist):
3890 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3891 * progmodes/compile.el (compile-command):
3892 * language/korea-util.el (default-korean-keyboard):
3893 * international/mule-conf.el (file-coding-system-alist):
3894 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3895 * tooltip.el (tooltip-frame-parameters):
3896 * newcomment.el (comment-end, comment-padding):
3897 * dired.el (dired-trivial-filenames):
3898 * comint.el (comint-file-name-prefix): Purecopy initial values.
3899
bbe650fd
MA
39002009-11-11 Michael Albinus <michael.albinus@gmx.de>
3901
3902 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3903 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3904 `tramp-unload'.
3905 (tramp-advice-make-auto-save-file-name)
3906 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3907 after removing the advice.
3908
6bdad9ae
DN
39092009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3910
2f7f4bee
DN
3911 * progmodes/grep.el (grep-regexp-alist):
3912 * international/mule-cmds.el (iso-2022-control-alist):
3913 * emacs-lisp/timer.el (timer-duration-words):
3914 * subr.el (version-separator, version-regexp-alist):
3915 * minibuffer.el (completion-styles-alist):
3916 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3917 Change defvars to defconsts.
3918
a042de45
DN
3919 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3920 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3921 * international/mule-conf.el: Allow to be byte compiled.
3922
3b6acc72
DN
3923 * international/mule.el (define-charset): Purecopy props.
3924 (load-with-code-conversion): Purecopy doc string and file name.
3925 (put-charset-property): Purecopy strings.
3926 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3927
1c2efdfb 3928 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
3929 (define-char-code-property): Correctly purecopy the table.
3930
62591911
DN
3931 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3932
8b908da6
DN
3933 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3934
ff917d63
DN
3935 * subr.el (add-hook): Purecopy strings.
3936 (eval-after-load): Purecopy load-history-regexp and the form.
3937
af89cf77
DN
3938 * custom.el (custom-declare-group): Purecopy load-file-name.
3939
a3c20c83 3940 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
3941 * net/eudc.el (eudc-tools-menu):
3942 * international/mule-cmds.el (set-coding-system-map)
3943 (mule-menu-keymap):
3944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3945 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
3946 * replace.el (occur-mode-map):
3947 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 3948 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
3949 (menu-bar-custom-menu, menu-bar-showhide-menu)
3950 (menu-bar-options-menu, menu-bar-tools-menu)
3951 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3952 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3953 (menu-bar-help-menu):
3954 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3955 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3956
6bdad9ae
DN
3957 * term/x-win.el (x-gtk-stock-map):
3958 * progmodes/vera-mode.el (auto-mode-alist):
3959 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3960 (inferior-lisp-program, inferior-lisp-load-command):
3961 * progmodes/hideshow.el (hs-special-modes-alist):
3962 * progmodes/gud.el (same-window-regexps):
3963 * progmodes/grep.el (grep-program, find-program, xargs-program):
3964 * net/telnet.el (same-window-regexps):
3965 * net/rlogin.el (same-window-regexps):
3966 * language/ethiopic.el (font-ccl-encoder-alist):
3967 * vc-sccs.el (vc-sccs-master-templates):
3968 * vc-rcs.el (vc-rcs-master-templates):
3969 * subr.el (cl-assertion-failed):
3970 * simple.el (next-error-overlay-arrow-position):
3971 * lpr.el (lpr-command):
3972 * locate.el (locate-ls-subdir-switches):
3973 * info.el (same-window-regexps, info)
3974 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3975 * image-mode.el (image-mode, auto-mode-alist):
3976 * hippie-exp.el (hippie-expand-ignore-buffers):
3977 * format.el (format-alist):
3978 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3979 (find-name-arg):
3980 * facemenu.el (facemenu-keybindings):
3981 * dired.el (dired-listing-switches, dired-chown-program):
3982 * diff.el (diff-switches, diff-command):
3983 * cus-edit.el (same-window-regexps):
3984 * bindings.el (mode-line-mule-info)
3985 (mode-line-buffer-identification): Purecopy strings.
3986
e0987650
JL
39872009-11-11 Juri Linkov <juri@jurta.org>
3988
3570691b 3989 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
3990 Tell the byte-compiler about dired-get-filename.
3991 (shell-command): In Dired mode, get filename from the current line
3992 as the default value.
3993
b16ff465
GM
39942009-11-10 Glenn Morris <rgm@gnu.org>
3995
e8a11b22
GM
3996 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3997 * calendar/holidays.el, progmodes/cperl-mode.el:
3998 Update x-popup-menu declarations.
3999
b16ff465
GM
4000 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4001 (list-load-path-shadows): Use dolist.
4002 (list-load-path-shadows): Use with-current-buffer.
4003
032c3399
JL
40042009-11-10 Juri Linkov <juri@jurta.org>
4005
4006 * minibuffer.el (read-file-name): Support a list of default values
4007 in `default-filename'. Use the first file name where only one
4008 element is required. Doc fix.
4009
8fb1629f
MA
40102009-11-09 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * net/dbus.el (dbus-unregister-object): Release service, if no
4013 other method is registered for it.
4014
a51203ee 40152009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4016
4017 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4018 bookmark-sort-flag is non-nil (Bug#4653).
4019
9bf7dc8a
CY
40202009-11-08 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4023 the progress reporter entirely.
4024
15207e74
CY
4025 * emulation/cua-base.el: Add CUA property to some CC mode commands
4026 (Bug#4100).
4027
8bf7ed70
KR
40282009-11-08 Kevin Ryde <user42@zip.com.au>
4029
4030 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4031 at end of sentence (Bug#4818).
8bf7ed70 4032
951802d0
CY
40332009-11-08 Jared Finder <jfinder@crypticstudios.com>
4034
4035 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4036 Handle "see declaration of" MSFT statements (Bug#4100).
4037
e8244310
MA
40382009-11-08 Michael Albinus <michael.albinus@gmx.de>
4039
4040 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4041 (tramp-advice-file-expand-wildcards): Unload via
4042 `ad-remove-advice'.
4043
4044 * net/trampver.el: Update release number.
4045
a51203ee 40462009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4047
4048 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4049 `ad-do-it'.
4050
a51203ee 40512009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4052
4053 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4054 in order to keep context in SELinux.
4055
bedd8a58
CY
40562009-11-08 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * dired-aux.el (dired-query): Place cursor in echo area and allow
4059 C-g.
4060
4061 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4062 menu item if not on a directory (Bug#4701).
4063
0484d600
MA
40642009-11-07 Michael Albinus <michael.albinus@gmx.de>
4065
4066 Sync with Tramp 2.1.17.
4067
4068 * net/tramp.el (tramp-handle-copy-directory): Don't use
4069 `file-remote-p' (due to compatibility).
4070
4071 * net/tramp-compat.el (tramp-compat-copy-directory)
4072 (tramp-compat-delete-directory): New defuns.
4073
4074 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4075 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4076 `tramp-compat-delete-directory'.
4077
4078 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 4079 (tramp-smb-handle-delete-directory): Use
0484d600
MA
4080 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4081
4082 * net/trampver.el: Update release number.
4083
b42b2189
CY
40842009-11-07 Chong Yidong <cyd@stupidchicken.com>
4085
6960d7b9
CY
4086 * tar-mode.el (tar-copy): Call write-region on the right buffer
4087 (Bug#4857).
4088
b42b2189
CY
4089 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4090 by hand, if necessary (Bug#4878).
4091
0ad57dfd
CY
40922009-11-06 Chong Yidong <cyd@stupidchicken.com>
4093
d19e23ae
CY
4094 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4095 align size column (Bug#4839).
4096
0ad57dfd
CY
4097 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4098 statement.
4099
0b7f397c
DN
41002009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4101
4102 * progmodes/ld-script.el (auto-mode-alist):
4103 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4104
4105 * cus-face.el (custom-declare-face): Purecopy face spec.
4106
495bd5ca
KH
41072009-11-06 Kenichi Handa <handa@m17n.org>
4108
4109 * international/uni-bidi.el: Re-generated.
4110 * international/uni-category.el: Re-generated.
4111 * international/uni-combining.el: Re-generated.
4112 * international/uni-mirrored.el: Re-generated.
4113
1e8780b1
DN
41142009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4115
4116 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4117 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4118 (tex-start-options, slitex-run-command, latex-run-command)
4119 (tex-run-command, tex-directory):
4120 * textmodes/ispell.el (ispell-html-skip-alists)
4121 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4122 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4123 (adaptive-fill-regexp):
4124 * textmodes/dns-mode.el (auto-mode-alist):
4125 * progmodes/python.el (interpreter-mode-alist):
4126 * progmodes/etags.el (tags-compression-info-list):
4127 * progmodes/etags.el (tags-file-name):
4128 * net/browse-url.el (browse-url-galeon-program)
4129 (browse-url-firefox-program):
4130 * mail/sendmail.el (mail-signature-file)
4131 (mail-citation-prefix-regexp):
4132 * international/mule-conf.el (eight-bit):
4133 * international/latexenc.el (latex-inputenc-coding-alist):
4134 * international/fontset.el (x-pixel-size-width-font-regexp):
4135 * emacs-lisp/warnings.el (warning-type-format):
4136 * emacs-lisp/trace.el (trace-buffer):
4137 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4138 (emacs-lisp-mode-map):
4139 * calendar/holidays.el (holiday-solar-holidays)
4140 (holiday-bahai-holidays, holiday-islamic-holidays)
4141 (holiday-christian-holidays, holiday-hebrew-holidays)
4142 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4143 (hebrew-holidays-1, holiday-oriental-holidays)
4144 (holiday-general-holidays):
4145 * x-dnd.el (x-dnd-known-types):
4146 * tool-bar.el (tool-bar):
4147 * startup.el (site-run-file):
4148 * shell.el (shell-dumb-shell-regexp):
4149 * rfn-eshadow.el (file-name-shadow-tty-properties)
4150 (file-name-shadow-properties):
4151 * paths.el (remote-shell-program, news-directory):
4152 * mouse.el ([C-down-mouse-3]):
4153 * menu-bar.el (menu-bar-tools-menu):
4154 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4155 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4156 (jka-compr-compression-info-list):
4157 * isearch.el (search-whitespace-regexp):
4158 * image-file.el (image-file-name-extensions):
4159 * find-dired.el (find-ls-option):
4160 * files.el (directory-listing-before-filename-regexp)
4161 (directory-free-space-args, insert-directory-program)
4162 (list-directory-brief-switches, magic-fallback-mode-alist)
4163 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4164 (automount-dir-prefix):
4165 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4166 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4167 (face-font-registry-alternatives, face-font-registry-alternatives)
4168 (face-font-family-alternatives):
4169 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4170 (facemenu-foreground-menu, facemenu-face-menu):
4171 * epa-hook.el (epa-file-name-regexp):
4172 * dnd.el (dnd-protocol-alist):
4173 * textmodes/rst.el (auto-mode-alist):
a51203ee 4174 * button.el (default-button): Purecopy strings.
1e8780b1 4175
0adae11f
GM
41762009-11-06 Glenn Morris <rgm@gnu.org>
4177
4178 * Makefile.in (ELCFILES): Update.
4179
2adaf057
SM
41802009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4181
8f72f03c
SM
4182 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4183 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4184
2adaf057
SM
4185 * nxml/xsd-regexp.el (xsdre-gen-categories):
4186 * nxml/xmltok.el (xmltok-parse-entity):
4187 * nxml/rng-parse.el (rng-parse-validate-file):
4188 * nxml/rng-maint.el (rng-format-manual)
4189 (rng-manual-output-force-new-line):
4190 * nxml/rng-loc.el (rng-save-schema-location-1):
4191 * nxml/rng-cmpct.el (rng-c-parse-file):
4192 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4193 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4194
14862301
SM
41952009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4196
bf0b361c 4197 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
4198 Remove extra save-excursions and make-variable-buffer-local's.
4199 Suggested by Stefan Monnier.
4200
4201 (verilog-getopt-file, verilog-module-inside-filename-p)
4202 (verilog-set-define): Merge GNU 1.35 and repair changes from
4203 switching to using with-current-buffer.
4204
4205 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4206 being treated as a number and confusing AUTORESET.
4207 Reported by Dan Dever.
4208
4209 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4210 Add verilog-auto-ignore-concat to fix backward compatibility with
4211 older verilog-modes. Reported by Dan Katz.
4212
4213 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4214 containing closing anchors "...$".
4215
4216 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4217 Reported by Wade Smith.
4218
48c2d18a 4219 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
4220
42212009-11-05 Michael McNamara <mac@mail.brushroad.com>
4222
bf0b361c
JB
4223 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4224 for labels.
14862301
SM
4225
4226 (verilog-label-re, verilog-calc-1): Support proper indent of named
4227 asserts.
4228
4229 (verilog-backward-token, verilog-basic-complete-re)
4230 (verilog-beg-of-statement, verilog-indent-re): Support proper
4231 indent of the assert statement at the beginning of a block of text.
4232
4233 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4234 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4235 tokens as begins.
4236
4f8f657f
GM
42372009-11-05 Glenn Morris <rgm@gnu.org>
4238
775adc51
GM
4239 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4240 Emacs 19. (Bug#1531)
4241 (byte-compile-fix-header): Update for the above change.
4242 Drop test for epoch::version.
4243
4ad6a5e7 4244 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
4245 * cus-dep.el (custom-make-dependencies):
4246 * finder.el (finder-compile-keywords):
4247 Use autoload-rubric's feature argument.
4ad6a5e7 4248
4f8f657f
GM
4249 * calendar/diary-lib.el (top-level): Make load behave more like require.
4250
881e4184
GM
4251 * vc-git.el (vc-git-stash-map): Move definition before use.
4252
ba214964 42532009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4254
b6f8ba09
DN
4255 * custom.el (custom-declare-group): Purecopy standard-value.
4256 (custom-declare-group): Purecopy custom-prefix.
4257
7fdbcd83
SM
4258 * international/mule.el (load-with-code-conversion):
4259 Call do-after-load-evaluation unconditionally.
eb6f577b 4260
f6195dfb
DN
4261 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4262
56f14120
SM
42632009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4266
e5c89ce9
GM
42672009-11-04 Glenn Morris <rgm@gnu.org>
4268
4269 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4270 (byte-compile-compatibility): Remove option.
4271 (byte-compile-close-variables, byte-compile-fix-header)
4272 (byte-compile-insert-header, byte-compile-output-docform)
4273 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4274 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4275 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4276 (byte-compile-insert, byte-compile-defun):
4277 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4278 (byte-defop-compiler19): Remove.
4279 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4280 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4281
e24f42ab
JL
42822009-11-04 Juri Linkov <juri@jurta.org>
4283
4284 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4285 (menu-bar-options-menu): Don't quote the `prop' arg of
4286 `menu-bar-make-mm-toggle'.
4287
d3d5f4f5
JB
42882009-11-04 Juanma Barranquero <lekktu@gmail.com>
4289
4290 * calendar/calendar.el (cal-loaddefs):
4291 * calendar/diary-lib.el (diary-loaddefs):
4292 * calendar/holidays.el (hol-loaddefs):
4293 * eshell/esh-module.el (esh-groups): Load rather than require.
4294
6e39d3b2
SM
42952009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4296
e96d62cd
SM
4297 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4298 point-min==1.
7e83e8b4
SM
4299 (todo-top-priorities): Only display-buffer when called interactively.
4300 (todo-item-start): Don't save excursion point.
4301 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4302 (todo-insert-item-here, todo-file-item, todo-remove-item):
4303 Adjust uses of todo-item-start and todo-item-end.
4304
fae4e5b9
SM
4305 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4306 (autoload-rubric): Don't use any more.
4307 * cedet/semantic/fw.el (semantic/loaddefs):
4308 * cedet/srecode.el (srecode/loaddefs):
4309 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4310 * cedet/ede/cpp-root.el:
4311 * cedet/ede/emacs.el:
4312 * cedet/ede/files.el:
4313 * cedet/ede/linux.el:
4314 * cedet/ede/locate.el:
4315 * cedet/ede/make.el:
4316 * cedet/ede/shell.el:
4317 * cedet/ede/speedbar.el:
4318 * cedet/ede/system.el:
4319 * cedet/ede/util.el:
4320 * cedet/semantic/analyze.el:
4321 * cedet/semantic/bovine.el:
4322 * cedet/semantic/complete.el:
4323 * cedet/semantic/ctxt.el:
4324 * cedet/semantic/db-file.el:
4325 * cedet/semantic/db-find.el:
4326 * cedet/semantic/db-global.el:
4327 * cedet/semantic/db-mode.el:
4328 * cedet/semantic/db-typecache.el:
4329 * cedet/semantic/db.el:
4330 * cedet/semantic/debug.el:
4331 * cedet/semantic/dep.el:
4332 * cedet/semantic/doc.el:
4333 * cedet/semantic/edit.el:
4334 * cedet/semantic/find.el:
4335 * cedet/semantic/format.el:
4336 * cedet/semantic/html.el:
4337 * cedet/semantic/ia-sb.el:
4338 * cedet/semantic/ia.el:
4339 * cedet/semantic/idle.el:
4340 * cedet/semantic/lex-spp.el:
4341 * cedet/semantic/lex.el:
4342 * cedet/semantic/mru-bookmark.el:
4343 * cedet/semantic/scope.el:
4344 * cedet/semantic/senator.el:
4345 * cedet/semantic/sort.el:
4346 * cedet/semantic/symref.el:
4347 * cedet/semantic/tag-file.el:
4348 * cedet/semantic/tag-ls.el:
4349 * cedet/semantic/tag-write.el:
4350 * cedet/semantic/tag.el:
4351 * cedet/semantic/util-modes.el:
4352 * cedet/semantic/analyze/complete.el:
4353 * cedet/semantic/analyze/refs.el:
4354 * cedet/semantic/bovine/c.el:
4355 * cedet/semantic/bovine/gcc.el:
4356 * cedet/semantic/bovine/make.el:
4357 * cedet/semantic/bovine/scm.el:
4358 * cedet/semantic/decorate/include.el:
4359 * cedet/semantic/decorate/mode.el:
4360 * cedet/semantic/symref/cscope.el:
4361 * cedet/semantic/symref/global.el:
4362 * cedet/semantic/symref/grep.el:
4363 * cedet/semantic/symref/idutils.el:
4364 * cedet/semantic/symref/list.el:
4365 * cedet/semantic/wisent/java-tags.el:
4366 * cedet/semantic/wisent/javascript.el:
4367 * cedet/srecode/compile.el:
4368 * cedet/srecode/cpp.el:
4369 * cedet/srecode/document.el:
4370 * cedet/srecode/el.el:
4371 * cedet/srecode/expandproto.el:
4372 * cedet/srecode/getset.el:
4373 * cedet/srecode/insert.el:
4374 * cedet/srecode/java.el:
4375 * cedet/srecode/map.el:
4376 * cedet/srecode/mode.el:
4377 * cedet/srecode/template.el:
4378 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4379 generated-autoload-feature.
4380
6e39d3b2
SM
4381 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4382 and only put a prop if it is non-nil.
4383
c9753fb4
JL
43842009-11-03 Juri Linkov <juri@jurta.org>
4385
4386 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4387 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4388
4389 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4390 and "Menu" to make top-level menu item visually one unit (like
4391 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4392 multi-word menu items). Fix :help string for quit-window.
4393
db04f33f
GM
43942009-11-03 Glenn Morris <rgm@gnu.org>
4395
df8fff6c
GM
4396 * cedet/mode-local.el (with-mode-local): Doc fix.
4397
2aea6521
GM
4398 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4399 (byte-compile-file-form-define-abbrev-table)
4400 (byte-compile-file-form-custom-declare-variable)
4401 (byte-compile-variable-ref, byte-compile-defvar):
4402 Whether or not a warning is enabled should only affect whether we issue
4403 the warning, not whether or not we collect the relevant data.
4404 Eg warnings can be turned on and off throughout the course of a file.
4405
db04f33f
GM
4406 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4407 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4408
937e6a56
SM
44092009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4412 * play/mpuz.el (mpuz-create-buffer):
4413 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4414 (lm-print-y,s,noise, lm-print-w0, lm-init):
4415 * play/gomoku.el (gomoku-prompt-for-move):
4416 * play/fortune.el (fortune-in-buffer):
4417 * play/dissociate.el (dissociated-press):
4418 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 4419 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
4420 * mail/supercite.el (sc-eref-show):
4421 * mail/smtpmail.el (smtpmail-send-it):
4422 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4423 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4424 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4425 (rmail-summary-goto-msg, rmail-summary-expunge)
4426 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4427 (rmail-summary-add-label, rmail-summary-output-menu)
4428 (rmail-summary-output-body):
4429 * mail/rfc822.el (rfc822-addresses):
4430 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4431 * mail/mailpost.el (post-mail-send-it):
4432 * mail/hashcash.el (hashcash-generate-payment):
4433 * mail/feedmail.el (feedmail-run-the-queue)
4434 (feedmail-queue-send-edit-prompt-help-first)
4435 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4436 (feedmail-deduce-address-list):
4437 * eshell/esh-ext.el (eshell-remote-command):
4438 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4439 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4440 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4441 (viper-save-string-in-file, viper-valid-marker):
4442 * emulation/viper-keym.el (viper-toggle-key):
4443 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4444 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4445 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4446 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4447 (viper-exec-form-in-emacs, viper-brac-function):
4448 * emulation/viper.el (viper-delocalize-var):
4449 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4450 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4451 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4452 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4453 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4454 * emulation/edt.el (edt-electric-helpify):
4455 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4456 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4457 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4458 (cua-indent-to-global-mark-column):
4459 * calendar/diary-lib.el (calendar-mark-1):
4460 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4461 Use with-current-buffer.
4462 * emulation/viper.el (viper-delocalize-var): Use dolist.
4463
5b955562
CY
44642009-11-03 Chong Yidong <cyd@stupidchicken.com>
4465
4466 * comint.el (comint-replace-by-expanded-history-before-point):
4467 Replace !! with the previous input string literally (Bug#1795).
4468
6292c599
JB
44692009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4470
4471 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4472 to be made up of whitespace.
4473
8368c14e
CY
44742009-11-02 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * minibuffer.el (read-file-name): Don't use file dialogs for
4477 remote directories (Bug#99).
4478
6f750f0d
CY
44792009-11-01 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4482
97ab3f47
AS
44832009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4484
4485 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4486 instead of deleting the window or frame.
4487
673c1168
CY
44882009-10-31 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4491 Support face colors.
4492
937e6a56
SM
4493 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4494 New function. Support face colors (Bug#1168).
673c1168
CY
4495 (tex-common-initialization): Use it.
4496
4497 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4498 mode allows it (Bug#1168).
4499
c9349f0a
CY
45002009-10-31 Juri Linkov <juri@jurta.org>
4501
4502 * facemenu.el (list-colors-display): Don't mark buffer as
4503 modified (Bug#3948).
4504
ebf5c4f5
CY
45052009-10-31 Chong Yidong <cyd@stupidchicken.com>
4506
5c2dce75
CY
4507 * international/mule-diag.el (list-character-sets-1): Minor
4508 message fix (Bug#3526).
4509
26581f0e
CY
4510 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4511 face property (Bug#4834).
4512 (etags-list-tags, etags-tags-apropos-additional)
4513 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4514 property.
4515
ebf5c4f5
CY
4516 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4517 items.
4518
4519 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4520 items.
4521
4522 * cedet/ede.el (ede-minor-mode):
4523 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4524
9a529312
SM
45252009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * textmodes/two-column.el (2C-split):
4528 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4529 * textmodes/tex-mode.el (tex-set-buffer-directory):
4530 * textmodes/spell.el (spell-region, spell-string):
4531 * textmodes/reftex.el (reftex-erase-buffer):
4532 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4533 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4534 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4535 (reftex-select-item):
4536 * textmodes/reftex-ref.el (reftex-label-info-update)
4537 (reftex-offer-label-menu):
4538 * textmodes/reftex-index.el (reftex-index-change-entry)
4539 (reftex-index-phrases-info):
4540 * textmodes/reftex-global.el (reftex-create-tags-file)
4541 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4542 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4543 (reftex-view-crossref-from-bibtex):
4544 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4545 (reftex-extract-bib-entries-from-thebibliography)
4546 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4547 * textmodes/refbib.el (r2b-capitalize-title):
4548 (r2b-convert-buffer, r2b-help):
4549 * textmodes/page-ext.el (pages-directory)
4550 (pages-directory-goto-with-mouse):
4551 * textmodes/bibtex.el (bibtex-validate-globally):
4552 * textmodes/bib-mode.el (bib-capitalize-title):
4553 * textmodes/artist.el (artist-clear-buffer, artist-system):
4554 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4555 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4556 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4557 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4558 (xscheme-send-control-g-interrupt, xscheme-start-process)
4559 (xscheme-process-sentinel, xscheme-cd):
4560 * progmodes/verilog-mode.el (verilog-read-always-signals)
4561 (verilog-set-define, verilog-getopt-file)
4562 (verilog-module-inside-filename-p):
4563 * progmodes/sh-script.el:
4564 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4565 (python-pdbtrack-grub-for-buffer, python-execute-file):
4566 * progmodes/octave-inf.el (inferior-octave):
4567 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4568 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4569 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4570 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4571 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4572 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4573 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4574 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4575 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4576 (idlwave-shell-examine-display, idlwave-shell-run-region)
4577 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4578 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4579 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4580 (idlwave-help-get-help-buffer):
4581 * progmodes/gud.el (gud-basic-call, gud-find-class)
4582 (gud-tooltip-activate-mouse-motions-if-enabled):
4583 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4584 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4585 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4586 (ebrowse-tags-next-file):
4587 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4588 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4589 (ebnf-eps-finish-and-write):
4590 * progmodes/cpp.el (cpp-edit-save):
4591 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4592 * progmodes/cc-defs.el (c-emacs-features):
4593 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4594 (antlr-directory-dependencies):
4595 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4596 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4597 (ada-find-any-references, ada-make-filename-from-adaname)
4598 (ada-make-body-gnatstub):
4599 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 4600 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
4601 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4602 * net/rcirc.el (rcirc-debug):
4603 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4604 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4605 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4606 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 4607 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
4608 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4609 (newsticker--treeview-list-clear-highlight)
4610 (newsticker--treeview-list-update-highlight)
4611 (newsticker--treeview-list-highlight-start)
4612 (newsticker--treeview-tree-update-highlight)
4613 (newsticker--treeview-get-selected-item)
4614 (newsticker-treeview-mark-list-items-old)
4615 (newsticker--treeview-set-current-node):
4616 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4617 * net/newst-backend.el (newsticker--get-news-by-funcall)
4618 (newsticker--get-news-by-wget, newsticker--image-get)
4619 (newsticker--image-sentinel):
4620 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4621 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4622 (eudc-ph-close-session):
4623 * net/eudc.el (eudc-save-options):
4624 * language/thai-word.el (thai-update-word-table):
4625 * language/japan-util.el (japanese-string-conversion):
4626 * international/titdic-cnv.el (tsang-quick-converter)
4627 (ziranma-converter, ctlau-converter):
4628 * international/mule-cmds.el (describe-language-environment):
4629 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4630 (skkdic-convert-postfix, skkdic-convert-prefix):
4631 (skkdic-convert-okuri-nasi, skkdic-convert):
4632 * emacs-lisp/re-builder.el (reb-update-overlays):
4633 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4634 * emacs-lisp/gulp.el (gulp-send-requests):
4635 * emacs-lisp/find-gc.el (trace-call-tree):
4636 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4637 (eieio-describe-generic):
4638 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4639 * emacs-lisp/edebug.el (edebug-outside-excursion):
4640 * emacs-lisp/debug.el (debugger-make-xrefs):
4641 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4642 * emacs-lisp/chart.el (chart-new-buffer):
4643 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4644 Use with-current-buffer.
4645 * textmodes/artist.el (artist-system): Don't call
4646 copy-sequence on a fresh string.
4647 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4648
d566f228
GM
46492009-10-31 Stephen Berman <stephen.berman@gmx.net>
4650
4651 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 4652 is no item to edit. (Bug#4820)
d566f228 4653 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 4654 buffer. (Bug#4820)
d566f228 4655
f3628edd
GM
46562009-10-31 Glenn Morris <rgm@gnu.org>
4657
5cf3709c
GM
4658 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4659 (comint-last-output-start, comint-last-input-start)
4660 (comint-last-input-end): Don't defvar when compiling.
4661 (ange-ftp-process-file): Use bound-and-true-p.
4662
4c814fd2
GM
4663 * pcmpl-rpm.el (top-level): Move provide statement to end.
4664 (pcmpl-rpm): Remove unused custom group.
4665
113b8dcc
GM
4666 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4667
31c615e4
GM
4668 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4669
416d3588
GM
4670 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4671 (byte-compile-warnings): Add `constants' as an option.
4672 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4673 (display-call-tree): Update for byte-compile-fdefinition possibly
4674 returning `(macro lambda ...)'. (Bug#4778)
4675 (byte-compile-variable-ref, byte-compile-setq-default):
4676 Respect `constants' member of byte-compile-warnings.
4677
8aedfd3b
GM
4678 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4679 Use mapc rather than mapcar because the return value is never used.
4680
f3628edd
GM
4681 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4682 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4683 * cedet/semantic/html.el:
4684 Suppress harmless warnings about setting up semantic-imenu (not
4685 part of Emacs) variables.
4686
00f71f39
SM
46872009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4690 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4691 to "submit:".
4692
4fa4a838
SM
4693 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4694 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4695 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4696 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4697 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4698 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4699 (semantic-analyzer-debug-global-symbol)
4700 (semantic-analyzer-debug-missing-innertype)
4701 (semantic-analyzer-debug-insert-include-summary):
4702 * cedet/semantic/util.el (semantic-file-tag-table):
4703 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4704 (semantic-recursive-find-nonterminal-by-name):
4705 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4706 * cedet/semantic/tag-file.el (semantic-prototype-file):
4707 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4708 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4709 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4710 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4711 (semantic-idle-summary-maybe-highlight):
4712 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4713 (semantic-ia-sb-tag-info):
4714 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4715 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4716 * cedet/semantic/ede-grammar.el (project-compile-target):
4717 (ede-proj-makefile-insert-variables):
4718 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4719 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4720 (semantic-debug-mode, semantic-debug):
4721 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4722 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4723 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4724 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4725 (semanticdb-find-translate-path-includes--internal)
4726 (semanticdb-reset-log, semanticdb-find-log-activity):
4727 * cedet/semantic/db-file.el (object-write):
4728 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4729 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4730 (semanticdb-create-ebrowse-database):
4731 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4732 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4733 (semantic-collector-calculate-completions-raw)
4734 (semantic-complete-read-tag-analyzer):
4735 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4736 * cedet/ede/util.el (ede-update-version-in-source):
4737 * cedet/ede/proj.el (project-delete-target):
4738 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4739 (ede-proj-flush-autoconf):
4740 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4741 (ede-proj-configure-synchronize):
4742 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4743 * cedet/ede/linux.el (ede-linux-version):
4744 * cedet/ede/emacs.el (ede-emacs-version):
4745 * cedet/ede/dired.el (ede-dired-add-to-target):
4746 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4747 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4748 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4749 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4750 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4751 (cedet-idutils-version-check):
4752 * cedet/cedet-global.el (cedet-gnu-global-call):
4753 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4754 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4755 * cedet/cedet-cscope.el (cedet-cscope-call)
4756 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4757 Use with-current-buffer.
4758 * cedet/ede.el (ede-make-project-local-variable)
4759 (ede-set-project-variables, ede-set): Use dolist.
4760
ca0a881a
DN
47612009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4762
4763 * textmodes/ispell.el (ispell-skip-region-alist):
4764 * international/mule-conf.el (eight-bit):
4765 * international/fontset.el (font-encoding-alist):
4766 * startup.el (pure-space-overflow-message):
4767 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4768 * paths.el (gnus-nntp-service, rmail-spool-directory)
4769 (term-file-prefix):
4770 * files.el (save-some-buffers-action-alist):
4771 * cmuscheme.el (same-window-buffer-names):
4772 * ielm.el (same-window-buffer-names):
4773 * shell.el (same-window-buffer-names):
4774 * mail/sendmail.el (same-window-buffer-names):
4775 * progmodes/inf-lisp.el (same-window-buffer-names):
4776 * bindings.el (mode-line-client)
4777 (mode-line-column-line-number-mode-map):
4778 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4779 (tibetan-precomposed-regexp): Purecopy string arguments.
4780
b861e45e
SM
47812009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4782
6df9b6d7
SM
4783 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4784 (calcDigit-nondigit):
4785 * calc/calc-yank.el (calc-copy-to-buffer):
4786 * calc/calc-units.el (calc-invalidate-units-table):
4787 * calc/calc-trail.el (calc-trail-yank):
4788 * calc/calc-store.el (calc-insert-variables):
4789 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4790 * calc/calc-prog.el (calc-read-parse-table):
4791 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4792 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4793 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4794 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4795 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4796 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4797 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4798 * calc/calc-ext.el (calc-realign):
4799 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4800 (calc-embedded-finish-edit, calc-embedded-make-info)
4801 (calc-embedded-finish-command, calc-embedded-stack-change):
4802 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4803
5a916e35
SM
4804 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4805 (overload-docstring-extension): Use that info.
4806 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4807 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4808 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4809 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4810 (semantic-nonterminal-full-name): Add the new `when' info.
4811 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4812 `assert'.
4813
70f44c65
SM
4814 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4815 shell-dynamic-complete-filename in preference to
4816 comint-dynamic-complete-filename.
4817
b861e45e
SM
4818 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4819 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4820 Don't consider whether the display supports colors.
4821 (bookmark-import-new-list): Use dolist.
4822 (bookmark-bmenu-mode-map): Move initialization into declaration.
4823 (bookmark-bmenu-list): Use dolist, simplify.
4824 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4825 (menu-bar-final-items): Use push.
4826
8549241d 48272009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
4828
4829 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4830 it works on remote files.
4831 (vc-hg-diff): Don't pass any `--cwd' argument.
4832
30644573
KR
48332009-10-27 Kevin Ryde <user42@zip.com.au>
4834
cc63d28f
SM
4835 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4836 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
4837 (Further to Bug#3921).
4838
9be01a63
MA
48392009-10-27 Michael Albinus <michael.albinus@gmx.de>
4840
4841 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4842 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4843 calling `tramp-imap-put-file'. Add file size to the call.
4844 (tramp-imap-get-file-entries): Compute also user name, file size,
4845 and date.
4846 (tramp-imap-handle-insert-directory): Insert uid and gid.
4847 (tramp-imap-handle-file-attributes): Transform uid and gid
4848 according to `id-format'.
4849 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4850 size in header X-Size.
4851
41849bf9
JB
48522009-10-26 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * simple.el (transpose-subr): Give clearer error when the mark
4855 is not set. (Bug#4807)
4856
293c24f9
MA
48572009-10-26 Michael Albinus <michael.albinus@gmx.de>
4858
cc63d28f
SM
4859 * net/tramp.el (tramp-perl-file-truename): New defconst.
4860 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 4861 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
4862 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4863 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 4864
cc63d28f
SM
4865 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4866 Ignore `dired-call-process'.
293c24f9
MA
4867 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4868
48692009-10-26 Julian Scheid <julians37@gmail.com>
4870
cc63d28f 4871 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
4872 (tramp-get-remote-readlink): New defun.
4873 (tramp-handle-file-truename): Use it.
4874 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4875 file exists if cache value present.
48c2d18a 4876 (tramp-check-cached-permissions): New defun.
293c24f9
MA
4877 (tramp-handle-file-readable-p): Use it.
4878 (tramp-handle-file-writable-p): Likewise.
4879 (tramp-handle-file-executable-p): Likewise.
4880 (tramp-handle-file-name-all-completions): Try using Perl to get
4881 partial completions. When perl not available, combine `cd' and
4882 `ls' into single remote operation and use shell expansion to get
4883 partial remote directory contents. Set `file-exists-p' cache for
4884 directory and any files returned by ls. Change cache handling to
4885 support partial directory contents. Use error message emitted by
4886 remote `cd' or Perl code for local tramp-error.
4887 (tramp-do-copy-or-rename-file-directly): Avoid separate
4888 tramp-send-command-and-check call.
cc63d28f
SM
4889 (tramp-handle-process-file): Merge three remote ops into one.
4890 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
4891 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4892 file-attributes shows uid/gid to be set already.
4893
a7610c52
DN
48942009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4895
4896 * textmodes/tex-mode.el (tex-dvi-view-command)
4897 (tex-show-queue-command, tex-open-quote):
4898 * progmodes/ruby-mode.el (auto-mode-alist)
4899 (interpreter-mode-alist): Purecopy strings.
4900
4901 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4902
4903 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4904 string for the hook, keymap and abbrev table.
4905
4906 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4907
4908 * x-dnd.el (x-dnd-xdnd-to-action):
4909 * startup.el (fancy-startup-text, fancy-about-text): Change to
4910 defconst from defvar.
4911
4912 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4913
4914 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4915 Purecopy initialization strings.
4916
4917 * mail/sendmail.el (mail-header-separator)
4918 (mail-personal-alias-file):
4919 * mail/rmail.el (rmail-default-dont-reply-to-names)
4920 (rmail-ignored-headers, rmail-retry-ignored-headers)
4921 (rmail-highlighted-headers, rmail-secondary-file-directory)
4922 (rmail-secondary-file-regexp):
4923 * files.el (null-device, file-name-invalid-regexp)
4924 (locate-dominating-stop-dir-regexp)
cc63d28f 4925 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
4926 (interpreter-mode-alist): Use mapcar instead of mapc.
4927
4928 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4929
4930 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4931 (completion-ignored-extensions):
4932 (debug-ignored-errors): Purecopy strings.
4933
4fcc3d32
SM
49342009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4935
0667de21
SM
4936 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4937 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4938 (pcomplete--here): Use push.
4939
4fcc3d32
SM
4940 * subr.el (all-completions): Declare the 4th arg obsolete.
4941
955ef430
SM
49422009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4943
2d085307
SM
4944 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4945 (pcomplete-unquote-argument): New function.
4946 (pcomplete--common-suffix): Always pay attention to case.
4947 (pcomplete--table-subvert): Quote and unquote the text.
4948 (pcomplete--common-quoted-suffix): New function.
4949 (pcomplete-std-complete): Use it and pcomplete-begin.
4950
955ef430
SM
4951 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4952 we're inside a dedicated or minibuffer window.
4953
4fcc3d32
SM
49542009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * cedet/semantic/fw.el (semantic-alias-obsolete)
4957 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4958 (define-mode-overload-implementation):
4959 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4960 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4961 * cedet/semantic/util.el (semantic-file-token-stream)
4962 (semantic-something-to-stream):
4963 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4964 (semantic-expand-nonterminal):
4965 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4966 (semantic-find-dependency, semantic-find-nonterminal)
4967 (semantic-find-dependency):
4968 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4969 (semantic-flex-text, semantic-flex-make-keyword-table)
4970 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4971 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4972 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4973 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4974 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4975 (semantic-after-idle-scheduler-reparse-hooks):
4976 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4977 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4978 * cedet/semantic.el (semantic-toplevel-bovine-table)
4979 (semantic-toplevel-bovine-cache)
4980 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4981 (semantic-init-mode-hooks, semantic-init-db-hooks)
4982 (semantic-bovination-working-type): Provide the `when' arg.
4983
7c85c02b
KF
49842009-10-24 Karl Fogel <kfogel@red-bean.com>
4985
4986 * bookmark.el: Update documentation, especially documentation
4987 of `bookmark-alist' and of the bookmark file format.
4988 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4989
3e8ae8a6
CY
49902009-10-24 Chong Yidong <cyd@stupidchicken.com>
4991
3e425845
CY
4992 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4993 keybindings apply to the mail buffer (Bug#4003). Shrink help
4994 window to buffer.
4995
cdd47d48
CY
4996 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4997 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
4998 (whitespace-toggle-options, global-whitespace-toggle-options):
4999 Doc fix (Bug#3660).
cdd47d48 5000
ba07c9ad
CY
5001 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5002 of xmltok-start before the end tag was inserted (Bug#2840).
5003
3e8ae8a6
CY
5004 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5005 patterns that are preceded by an open-paren (Bug#1320).
5006
ab276820
CY
50072009-10-24 Sven Joachim <svenjoac@gmx.de>
5008
5009 * files.el (delete-directory): Delete symlinks to directories with
5010 delete-file (Bug#4739).
5011
86f1602f
CY
50122009-10-24 Chong Yidong <cyd@stupidchicken.com>
5013
5014 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5015 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5016 argument to make-obsolete.
5017
5018 * cedet/semantic/fw.el (semantic-alias-obsolete)
5019 (semantic-varalias-obsolete): Add optional WHEN argument.
5020
905a9ed3
DN
50212009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5022
a9a2a6db
DN
5023 * vc.el (vc-backend-for-registration): Rename from
5024 vc-get-backend-for-registration. Update callers.
5025
cc63d28f
SM
5026 * international/mule-cmds.el (set-language-info-alist):
5027 Purecopy lang-env.
905a9ed3
DN
5028 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5029 (charset): Purecopy the name.
5030 (define-char-code-property): Purecopy string arguments.
5031
5032 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5033 Purecopy string arguments.
5034
5035 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5036 * ediff-hook.el (menu-bar-ediff-menu):
5037 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5038 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5039
d270305a
GM
50402009-10-24 Glenn Morris <rgm@gnu.org>
5041
6c74d523 5042 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5043 * term.el (term-dynamic-list-completions): Use choose-completion rather
5044 than obsolete alias mouse-choose-completion.
5045
ae732337
GM
5046 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5047 file-cache-choose-completion.
5048 (file-cache-choose-completion): Handle an optional event argument.
5049 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5050
cc63d28f
SM
5051 * progmodes/octave-mod.el (octave-complete-symbol):
5052 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5053
9847dc91
GM
5054 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5055 use.
5056
e8f2a5d5
GM
5057 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5058 compiler.
5059
d270305a
GM
5060 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5061
c6432f1e
SM
50622009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5065 Ignore `pred' now that we receive one.
5066 Handle test-completion specially.
5067
6ab196f9
DN
50682009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5069
5070 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5071 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5072 REGISTER ...
5073 (vc-get-backend-for-registration): ... here. New function.
5074 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5075 of vc-responsible-backend, pass the file name instead of the
5076 directory name.
5077
48feed59
SM
50782009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5081 New funs.
5082 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5083 (pcomplete-comint-setup): Don't modify a global var via
5084 accidental side-effects.
5085 (pcomplete-shell-setup): Adjust call accordingly.
5086 (pcomplete-parse-comint-arguments): Use push.
5087
00006066
CY
50882009-10-23 Chong Yidong <cyd@stupidchicken.com>
5089
36bfa3af
CY
5090 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5091 Allow uncapitalized info node names (Bug#3921).
5092
00006066
CY
5093 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5094 to the DEBUG file (Bug#3781).
5095
aa311d6e
CY
50962009-10-23 Jari Aalto <jari.aalto@cante.net>
5097
5098 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5099 dictionary entry (Bug#4579).
5100
b88f2d0a
MA
51012009-10-23 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5104 from `rfn-eshadow-update-overlay-hook' when unloading.
5105 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5106 "rsyncc". Adjust doc string.
48c2d18a 5107 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5108 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5109 Keep temporary file when indicated by method ("rsync" and
5110 "rsyncc").
5111 (tramp-handle-write-region): Handle APPEND.
5112 (tramp-delete-temp-file-function): New defun. Added to
5113 `kill-buffer-hook'.
5114
1becddbb
JB
51152009-10-23 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5118
8f43cbf3
DN
51192009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5120
5121 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5122 (color-name-rgb-alist, tty-standard-colors)
5123 (tty-color-mode-alist): Change to defconst.
5124
5125 * simple.el (mark-inactive): Purecopy message.
5126
5127 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5128 (global-map, yank-menu):
5129 * textmodes/ispell.el (ispell-menu-map):
5130 * net/eudc.el (eudc-tools-menu):
5131 * international/mule-cmds.el (describe-language-environment-map)
5132 (setup-language-environment-map, set-coding-system-map)
5133 (mule-menu-keymap):
5134 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5135 * replace.el (occur-mode-map):
5136 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5137
1d228a31
JB
51382009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5139
5140 * calc/calc.el (math-read-number, math-read-number-simple): Use
5141 `save-match-data'.
5142
3b067af1
SM
51432009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5144
28a90c44
SM
5145 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5146 rather than fiddling with global-map bindings, since it should only
5147 affect per-terminal settings.
5148 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5149
a452eee8
SM
5150 * minibuffer.el (completion-table-with-terminator): Allow to specify
5151 the terminator-regexp.
5152
ab14d7d5
SM
5153 * simple.el (switch-to-completions): Look for *Completions* in other
5154 frames as well.
5155
3b067af1
SM
5156 * pcomplete.el: Allow the use of completion-tables.
5157 (pcomplete-std-complete): New command.
5158 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5159 (pcomplete--here): Use a function for `form' rather than an expression,
5160 so it can be byte-compiled.
5161 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5162 Add edebug declaration.
5163 (pcomplete-show-completions): Remove unused var `curbuf'.
5164 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5165 Don't assume `completions' is a list of strings any more.
3b067af1 5166
5480359e
JB
51672009-10-22 Juanma Barranquero <lekktu@gmail.com>
5168
5169 * find-dired.el (find-name-arg): Fix typo in docstring.
5170
3170b794
SM
51712009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5172
48c23a25
SM
5173 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5174 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5175
56b14058
SM
5176 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5177 pcomplete-entries.
5178
3170b794
SM
5179 * comint.el (comint-read-input-ring, comint-write-input-ring)
5180 (comint-substitute-in-file-name)
5181 (comint-dynamic-complete-as-filename)
5182 (comint-dynamic-simple-complete)
5183 (comint-dynamic-list-filename-completions)
5184 (comint-dynamic-list-completions)
5185 (comint-redirect-results-list-from-process): Minor simplifications.
5186
2affef34
KR
51872009-10-21 Kevin Ryde <user42@zip.com.au>
5188
3170b794
SM
5189 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5190 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5191 the first form. And insert a blank line after ";;; Code" since
d8194864 5192 that's usual style. (Bug#4612)
2affef34 5193
e7b94bbb
KR
5194 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5195
528c56e2
SM
51962009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * minibuffer.el (completion-table-with-terminator): Properly implement
5199 boundaries, in case `terminator' appears in the suffix.
5200 (completion--embedded-envvar-table): Don't return boundaries if
5201 there's no valid completion. Simplify.
5202 (completion-file-name-table): New completion table extracted from
5203 completion--file-name-table.
5204 (completion--file-name-table): Use it.
5205 (read-file-name-predicate): Declare obsolete.
5206 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5207 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5208 completion-file-name-table, and use the `pred' argument.
5209 * files.el (locate-file-completion-table): Use the `pred' arg rather
5210 than read-file-name-predicate.
5211 (abbreviate-file-name): Use \` rather than ^ for BOS.
5212
f9ed9b4f
DN
52132009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5214
5215 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5216 vc-responsible-backend to register, it causes problems.
5217
5f2022a3
SM
52182009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5219
5220 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5221
8d106ea0
CY
52222009-10-21 Eric Ludlam <zappo@gnu.org>
5223
5224 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5225 (semantic-c-debug-mode-init-pch): New functions.
5226 (semantic-c-debug-mode-init-last-mode): New var.
5227 (semantic-c-parse-lexical-token): Use them.
5228
5229 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5230 When extracting the argument list, limit only by point-max.
5231
fc754ea1
MA
52322009-10-21 Michael Albinus <michael.albinus@gmx.de>
5233
5234 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5235 (tramp-smb-handle-file-attributes): Use it.
5236 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5237 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5238 `mapcar'. Use `tramp-smb-get-stat-capability'.
5239 Add `dired-filename' text properties.
fc754ea1
MA
5240 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5241 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5242 version.
5243
79bd5ba1
SM
52442009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * subr.el (read-key-delay): Reduce to 0.01.
5247 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5248 (bug#4751).
5249
3c13704d
SM
52502009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5251
554efd10
SM
5252 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5253
c2a37b78
SM
5254 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5255 (Info-menu): Remove unused vars `last' and `completions'.
5256 (Info-index-nodes): Remove unused var `node'.
5257
3c13704d
SM
5258 * info.el (Info-complete-menu-item): Use complete-with-action.
5259
d1e4c403
DN
52602009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5261
5262 Make vc-annotate work through copies and renames.
3c13704d
SM
5263 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5264 Return the file name too.
d1e4c403
DN
5265 (vc-annotate-revision-at-line)
5266 (vc-annotate-find-revision-at-line)
5267 (vc-annotate-revision-previous-to-line)
5268 (vc-annotate-show-log-revision-at-line): Update to get the file
5269 name from vc-annotate-extract-revision-at-line.
5270 (vc-annotate-show-diff-revision-at-line-internal): Change the
5271 argument to mean whether to show a file diff or not. Get the file
5272 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5273 (vc-annotate-show-diff-revision-at-line):
5274 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5275 (vc-annotate-warp-revision): Add an optional file argument.
5276
5277 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5278 (vc-git-annotate-extract-revision-at-line): Also return the file
5279 name if found.
5280
5281 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5282 command. Remove unused code.
5283 (vc-hg-annotate-re): Update to match --follow output.
5284 (vc-hg-annotate-extract-revision-at-line): Also return the file
5285 name if found.
5286
5287 * vc.el: Update annotate-extract-revision-at-line documentation.
5288
b0b0ef98
KR
52892009-10-18 Kevin Ryde <user42@zip.com.au>
5290
5291 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5292 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5293
a9e7f03d
KR
5294 * net/browse-url.el (browse-url): Identify alist with "consp and
5295 not functionp" and let all other things go down the `apply' leg,
5296 as suggested by Stefan. (Further to bug#4531.)
5297
7346a407
CY
52982009-10-18 Chong Yidong <cyd@stupidchicken.com>
5299
5300 * minibuffer.el (read-file-name): Check for repeat before putting
5301 a default argument in file-name-history (Bug#4657).
5302
5303 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5304 read syntax (Bug#4737).
5305
3c13704d 5306 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5307
1da94541
CY
53082009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5309
5310 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5311 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5312 entries and make note of obsolete tags.
5313
2b93080a
SM
53142009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5317
18b5ffb5
GM
53182009-10-18 Glenn Morris <rgm@gnu.org>
5319
5320 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5321 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5322 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5323 now, and in any case the file header format has changed.
5324
c2e161b2
GM
53252009-10-17 Glenn Morris <rgm@gnu.org>
5326
5327 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5328 (flyspell-get-word, flyspell-large-region)
5329 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5330
a1eb44f5
CY
53312009-10-17 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * Makefile.in (ELCFILES): Add ede/shell.
5334
4418646e
DN
53352009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * term/common-win.el (x-colors): Purecopy it.
5338
4062011e
SM
53392009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5342 permissive for when the buffer is empty.
5343 (tar-header-block-tokenize): Decode the username and groupname.
5344 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5345
67d3ffe4
CY
53462009-10-17 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * cedet/srecode/srt.el:
5349 * cedet/srecode/compile.el:
5350 * cedet/semantic/mru-bookmark.el:
5351 * cedet/semantic/debug.el:
5352 * cedet/semantic/complete.el:
5353 * cedet/semantic/analyze.el: Require CL when compiling.
5354
53552009-10-17 Eric Ludlam <zappo@gnu.org>
5356
5357 * cedet/semantic/scope.el
5358 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5359 tmpscope so that the regular scope will continue to work.
5360
4062011e
SM
5361 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5362 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5363
5364 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5365 contains multibyte characters, choose first applicable coding
5366 system automatically.
5367
5368 * cedet/ede/project-am.el (project-run-target): New method.
5369 (project-run-target): New method.
5370
5371 * cedet/ede.el (ede-target): Add run target menu item.
5372 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5373 (ede-run-target): New function.
5374 (ede-target::project-run-target): New method.
5375
5376 * cedet/ede/proj.el (project-run-target): New method.
5377
5378 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5379 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5380 Add :rules.
5381 (ede-proj-target-makefile-shared-object): Only libtool compilers
5382 now available. Add linkers for libtool.
5383 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5384 (ede-proj-makefile-target-name): Always use .la extension.
5385
5386 * cedet/ede/proj-prog.el (project-run-target): New method.
5387
4062011e 5388 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5389 (ede-g++-linker): Change Change link lines.
5390
4062011e
SM
5391 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5392 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5393 search backward from there.
5394 (ede-proj-makefile-automake-insert-subdirs)
5395 (ede-proj-makefile-automake-insert-extradist): New methods.
5396 (ede-proj-makefile-create): Use them.
5397
5398 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5399 Force FILE to expand to the current target. Use file-exists-p to
5400 check that it exists.
5401
5402 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
5403 (ede-linux-load): Wrap dir in file-name-as-directory.
5404 Set :version slot.
67d3ffe4
CY
5405
5406 * cedet/ede/files.el (ede-get-locator-object): When enabling
5407 locate, do so on "top".
5408
5409 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5410 file-name-as-directory during compare.
4062011e
SM
5411 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5412 Get version number from different places. Don't call egrep.
67d3ffe4
CY
5413 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5414 to set the directory.
5415
5416 * cedet/ede/shell.el: New file.
5417
5418 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5419 alpha/beta variants.
5420
2df48a87
SM
54212009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * international/mule-cmds.el (select-safe-coding-system): If the file
5424 has a coding cookie, use it regardless of any other setting (bug#4712).
5425
fd7dd48c
GM
54262009-10-17 Glenn Morris <rgm@gnu.org>
5427
547776f9
GM
5428 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5429 All errors should have messages.
5430
3ee0b477 5431 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
5432 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5433
2550e4b1
GM
5434 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5435 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5436 (dired-keep-marker-symlink, dired-dwim-target)
5437 (dired-copy-preserve-time): Do not autoload these defcustoms.
5438
fd7dd48c
GM
5439 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5440 messages from messing up the file coding. (Bug#4623)
5441
f3e3a990
GM
54422009-10-17 Jari Aalto <jari.aalto@cante.net>
5443
5444 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5445 if no match is found for the current dictionary. (Bug#4578)
5446
5447 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5448 optional, since that is how it is documented, and this is often called
5449 with a nil argument. (Bug#4577)
5450 (flyspell-external-point-words, flyspell-auto-correct-word)
5451 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5452 (flyspell-word-search-backward): Remove nil argument in calls to
5453 flyspell-get-word, since it is not needed now.
5454
54552009-10-17 Ulrich Mueller <ulm@gentoo.org>
5456
1becddbb 5457 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 5458
b61374ab
GM
54592009-10-16 Glenn Morris <rgm@gnu.org>
5460
5461 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5462
412707c2
SM
54632009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5464
5465 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5466 (ange-ftp-file-size): New function.
5467 (ange-ftp-file-attributes): Use it.
5468
0c6f436e
MA
54692009-10-16 Michael Albinus <michael.albinus@gmx.de>
5470
5471 * net/tramp-smb.el (tramp-smb-version): New defvar.
5472 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5473 repeated checks.
5474
850bfd04
GM
54752009-10-16 Glenn Morris <rgm@gnu.org>
5476
5477 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5478 Maybe copy some custom properties from old to new name. (Bug#4706)
5479
f3ed9aca
JB
54802009-10-16 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * subr.el (error, sit-for, start-process-shell-command)
5483 (start-file-process-shell-command): Set the calling convention
5484 after the function definition.
5485
fd6c5134
SM
54862009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * subr.el (error, sit-for, start-process-shell-command)
5489 (start-file-process-shell-command): Use the new
5490 set-advertised-calling-convention feature.
5491
73874eb7
KH
54922009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5493
fd6c5134
SM
5494 * international/ucs-normalize.el (ucs-normalize-version):
5495 Change to 1.2.
5496 (check-range): Adjust for Unicode 5.2.
73874eb7 5497
03fb33cf
JL
54982009-10-15 Juri Linkov <juri@jurta.org>
5499
5500 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5501 to the `menu-item' format.
5502
4260b402
MA
55032009-10-15 Michael Albinus <michael.albinus@gmx.de>
5504
5505 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5506 if the environment variable does not exist.
5507
5508 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5509 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5510 parameter.
5511 (tramp-smb-handle-add-name-to-file)
5512 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5513 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5514 (tramp-smb-handle-file-attributes)
5515 (tramp-smb-do-file-attributes-with-stat)
5516 (tramp-smb-handle-file-local-copy)
5517 (tramp-smb-handle-insert-directory)
5518 (tramp-smb-handle-make-directory)
5519 (tramp-smb-handle-make-directory-internal)
5520 (tramp-smb-handle-make-symbolic-link)
5521 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5522 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5523 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5524 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5525 Handle long file names.
5526 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5527 process is running.
5528 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5529 Read share names with "-g" option.
5530
d7a0fd6f
GM
55312009-10-15 Ryan Yeske <rcyeske@gmail.com>
5532
5533 * net/rcirc.el (rcirc-view-log-file): New command.
5534 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5535 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5536 specified.
5537
0b44494a
GM
55382009-10-15 Glenn Morris <rgm@gnu.org>
5539
af9fb32f
GM
5540 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5541 from the second command-line argument.
5542 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5543 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5544 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5545 w32-batch-update-autoloads.
5546 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5547 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5548
0b44494a
GM
5549 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5550 the headers cannot be located. Simplify, subtracting superflous
5551 save-excursions.
5552
d5e63715
SM
55532009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 Replace completion-base-size by completion-base-position to fix bugs
5556 such as (bug#4699).
5557 * simple.el (completion-base-position): New var.
5558 (completion-base-size): Mark as obsolete.
5559 (choose-completion): Make it work for mouse events as well.
5560 Pass the new base-position to choose-completion-string.
5561 (choose-completion-guess-base-position): New function, extracted from
5562 choose-completion-delete-max-match.
5563 (choose-completion-delete-max-match): Use it. Make obsolete.
5564 (choose-completion-string): Use the new base-position info.
5565 (completion-root-regexp): Delete.
5566 (completion-setup-function): Preserve completion-base-position.
5567 Eliminate obsolete base-size manipulation.
5568 * minibuffer.el (display-completion-list): Don't mess with base-size.
5569 (minibuffer-completion-help): Set completion-base-position instead.
5570 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5571 choose-completion.
5572 * textmodes/bibtex.el (bibtex-complete):
5573 * emacs-lisp/crm.el (crm--choose-completion-string):
5574 Adjust to new calling convention.
5575 * complete.el (partial-completion-mode): Use minibufferp to avoid
5576 bumping into incompatible change to choose-completion-string-functions.
5577 * ido.el (ido-choose-completion-string): Make its calling convention
5578 more permissive.
5579 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5580 base-size manipulation.
5581 (comint-dynamic-list-input-ring): Use dotimes and push.
5582 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5583 fundamental-mode. Use `or'.
5584
92f8bfc7
JL
55852009-10-14 Juri Linkov <juri@jurta.org>
5586
5587 * misearch.el (multi-isearch-next-buffer-from-list)
5588 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5589
e78e280d
SM
55902009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5591
384ca163
SM
5592 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5593 `bytecomp.el'.
5594
681e0e7c
SM
5595 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5596 string we return is all made up of text from the completions rather
5597 than part from the completions and part from the input (bug#4219).
5598
e78e280d
SM
5599 * ido.el (ido-everywhere): Use define-minor-mode.
5600
5601 * buff-menu.el (list-buffers, ctl-x-map):
5602 Mark the entry points with ;;;###autoload cookies.
5603
b4e813ca
DN
56042009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5605
52964e54
DN
5606 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5607 correctly in the detached head case.
5608 (vc-git-print-log): Remove unused binding.
5609
b4e813ca
DN
5610 * vc.el (vc-responsible-backend): When a directory is passed for
5611 for registration create a VC repository if no backend is
5612 responsible for the directory argument.
5613 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
5614
5615 * vc.el: Move comments about RCS and SCCS ...
5616 * vc-rcs.el:
5617 * vc-sccs.el: ... here, respectively.
5618
40ba9882
SM
56192009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * minibuffer.el (completion--file-name-table): Return nil if there's
5622 no file completion, even if substitute-in-file-name changed
5623 the string (bug#4708).
5624
04e0f59b
JL
56252009-10-13 Juri Linkov <juri@jurta.org>
5626
5627 * files-x.el (read-file-local-variable-value): Don't filter out
5628 minor modes from mode name completion (bug#4664).
5629
314c8e25
JB
56302009-10-13 Juanma Barranquero <lekktu@gmail.com>
5631
5632 * international/mule-cmds.el (ucs-names): Remove exclusion of
5633 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5634
5c9b7d36
KH
56352009-10-13 Kenichi Handa <handa@m17n.org>
5636
5637 * international/uni-name.el: Regenerated.
5638
1e7a80f2
JB
56392009-10-13 Juanma Barranquero <lekktu@gmail.com>
5640
5641 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5642 should be automatically buffer-local, but isn't.)
5643
cd29f88b
SS
56442009-10-12 Sam Steingold <sds@gnu.org>
5645
5646 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 5647 timestamps if the buffer has been visited before.
0cd16af4
SS
5648 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5649 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 5650
37493a98
GM
56512009-10-12 Glenn Morris <rgm@gnu.org>
5652
5653 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5654 Let-bind `size'.
5655
3b56b1e6
JB
56562009-10-12 Juanma Barranquero <lekktu@gmail.com>
5657
7422a4bb
JB
5658 * proced.el (proced-unload-function): New function.
5659
fa72d075
JB
5660 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5661 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5662 Doc fix.
5663
3b56b1e6
JB
5664 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5665
4d9b4323
JL
56662009-10-11 Juri Linkov <juri@jurta.org>
5667
5668 * files-x.el (read-file-local-variable-value):
5669 Provide default value only for bound variables (bug#4664).
5670
f6f7e059
MA
56712009-10-11 Michael Albinus <michael.albinus@gmx.de>
5672
5673 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5674 connection methods like smb.
5675
5676 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5677 can be empty.
5678
5679 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5680 (tramp-smb-file-name-handler-alist): Add handlers for
5681 `add-name-to-file', `make-symbolic-link'.
5682 (tramp-smb-handle-add-name-to-file)
2992485f 5683 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
5684 (tramp-smb-handle-make-symbolic-link)
5685 (tramp-smb-get-cifs-capabilities): New defuns.
5686 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5687 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5688 (tramp-smb-handle-file-local-copy)
5689 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
5690 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5691 The file name syntax depends on cifs capabilities.
5692 (tramp-smb-handle-file-attributes):
5693 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5694 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5695 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 5696
67868d26
CY
56972009-10-11 Chong Yidong <cyd@stupidchicken.com>
5698
5699 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5700 (eieio-defclass): Apply deftype handler and setf-method properties
5701 directly.
5702 (eieio-add-new-slot): Avoid union function from cl library.
5703 (eieio--typep): New function.
5704 (eieio-perform-slot-validation): Use it.
5705
6d6a5b7e
KF
57062009-10-10 Karl Fogel <kfogel@red-bean.com>
5707
3b56b1e6 5708 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
5709 Update documentation to refer to the variables documented in r1.135.
5710 (Bug#4188)
5711
67b70de9
KF
57122009-10-10 Karl Fogel <kfogel@red-bean.com>
5713
5714 * bookmark.el (Info-suffix-list): Remove this unused variable.
5715 (bookmark-current-point): Remove this obsolete variable.
5716 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5717 Adjust for removal of bookmark-current-point.
5718
5719 (bookmarks-already-loaded, bookmark-current-buffer)
5720 (bookmark-yank-point): Document. (Bug#4188)
5721
58ae51ae
GM
57222009-10-10 Glenn Morris <rgm@gnu.org>
5723
4619ff5e
GM
5724 * frame.el (frame-height): Doc fix.
5725
58ae51ae
GM
5726 * calendar/calendar.el (calendar-split-width-threshold): New option.
5727 (calendar-basic-setup): Use calendar-split-width-threshold.
5728
3b56b1e6 57292009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 5730
3b56b1e6
JB
5731 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5732 Use .la for Automake.
d751f122 5733
fa63f49c
CY
57342009-10-09 Chong Yidong <cyd@stupidchicken.com>
5735
3b56b1e6
JB
5736 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5737 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 5738
d364386c
JB
57392009-10-09 Juanma Barranquero <lekktu@gmail.com>
5740
5741 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5742 Ideographic Supplement" range (U+1F200..U+1F2FF).
5743
33e97a28
KF
57442009-10-09 Karl Fogel <kfogel@red-bean.com>
5745
02d0f051 5746 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 5747 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
5748
57492009-10-09 Karl Fogel <kfogel@red-bean.com>
5750
d364386c 5751 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
5752 (bookmark-bmenu-execute-deletions): Don't save here, as
5753 bookmark-delete will now do so if necessary.
d364386c 5754 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
5755 (Bug#4348)
5756
9656d87b
GM
57572009-10-09 Glenn Morris <rgm@gnu.org>
5758
5759 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5760
e6227f06
KF
57612009-10-09 Karl Fogel <kfogel@red-bean.com>
5762
5763 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5764 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5765 argument now, so the two function's behaviors will match. (Bug#3645)
5766
35c7e413
CY
57672009-10-08 Chong Yidong <cyd@stupidchicken.com>
5768
4f54db4b
CY
5769 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5770 Fix filename test.
35c7e413
CY
5771 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5772 to expand file names.
5773
288f783b
MA
57742009-10-08 Michael Albinus <michael.albinus@gmx.de>
5775
5776 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 5777 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 5778 Apply `save-match-data'.
288f783b
MA
5779
5780 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5781 case both directories are remote.
5782 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 5783 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 5784
c2a81032
CY
57852009-10-08 Chong Yidong <cyd@stupidchicken.com>
5786
a6b98754
CY
5787 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5788 (ede-proj-target-makefile-objectcode): Use it.
5789
c2a81032 5790 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
5791 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5792 Return search result. This error was introduced while merging.
c2a81032 5793
872a1ea4
JB
57942009-10-07 Juanma Barranquero <lekktu@gmail.com>
5795
5796 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5797
ab2baced
GM
57982009-10-07 Glenn Morris <rgm@gnu.org>
5799
e78e280d
SM
5800 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5801 of concat.
ab2baced 5802
5c4634c1
SM
58032009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * files-x.el (read-file-local-variable): Include some
5806 non-user-variables in the completion table (bug#4664).
5807
c2dc9732
MA
58082009-10-07 Michael Albinus <michael.albinus@gmx.de>
5809
5810 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5811 message.
5812
5813 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5814 (tramp-smb-file-name-handler-alist): Add handler for
5815 `copy-directory', `expand-file-name', `set-file-modes'.
5816 (tramp-smb-handle-copy-directory)
5817 (tramp-smb-handle-expand-file-name)
5818 (tramp-smb-handle-set-file-modes): New defuns.
5819 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5820 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5821 entry.
5822 (tramp-smb-handle-insert-directory): Don't flush the cache.
5823 (tramp-smb-maybe-open-connection): Check for samba client and
5824 server versions.
5825
11be40a6
EZ
58262009-10-07 Eli Zaretskii <eliz@gnu.org>
5827
5828 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5829 to not error out of search for "^lisp=" fails.
5830
8c4afe20
JB
58312009-10-07 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * makefile.w32-in (WINS_UPDATES): New macro.
5834 (custom-deps, finder-data, autoloads): Use it.
5835
429a1506
GM
58362009-10-07 Glenn Morris <rgm@gnu.org>
5837
ee2e93e2
GM
5838 * Makefile.in (autoloads): Revert previous change.
5839 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5840 the list of preloaded files passed on the command-line, get
5841 it from src/Makefile.
5842
429a1506
GM
5843 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5844 show the original buffer rather than a random one.
5845
a51203ee 58462009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
5847
5848 * help.el (describe-no-warranty): Place point in a slightly better
5849 position in the GPLv3 text.
5850
f58f7520
SS
58512009-10-06 Sam Steingold <sds@gnu.org>
5852
5853 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5854 the comm attribute is present before calling regexp-quote.
5855
bde79dc0
JB
58562009-10-06 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * play/animate.el (animate-string): For good effect, make sure
5859 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5860
5861 * play/animate.el (animate-sequence, animate-birthday-present):
5862 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5863
25ab0302
GM
58642009-10-06 Glenn Morris <rgm@gnu.org>
5865
73fe714a
GM
5866 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5867
3405d98c
GM
5868 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5869 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5870 (batch-update-autoloads): Process a string value of autoload-excludes,
5871 set during the build process.
5872 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5873
9fb2cdc5
GM
5874 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5875 inside with-parsed... macro so that `v' is defined.
5876
7938ab41
GM
5877 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5878 * progmodes/fortran.el (fortran-end-of-block)
5879 (fortran-beginning-of-block):
5880 Also push mark in the macro case.
5881
eaf9b564
GM
5882 * emerge.el (emerge-show-file-name):
5883 * calc/calc.el (calc-quit):
5884 * calc/calc-misc.el (calc-big-or-small):
5885 * calc/calc-graph.el (calc-graph-view):
5886 * calc/calc-ext.el (calc-reset):
5887 * calendar/calendar.el (calendar-basic-setup):
5888 Use window-full-height-p.
5889
25ab0302
GM
5890 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5891 header we don't understand, don't insert another. (Bug#4624)
5892 If changing mime charset, insert the new one in the right place.
5893
00169eb6
GM
58942009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5895
5896 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5897 (cal-tex-cursor-month): Correctly increment the end date for diary and
5898 holiday listing. (Bug#4626)
5899
82882188
SM
59002009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5901
40ba9882 5902 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
5903 a symbol.
5904
a8f316ca
JB
59052009-10-05 Juanma Barranquero <lekktu@gmail.com>
5906
5907 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5908 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5909 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5910 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5911
5912 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5913 (eieio-default-superclass): Reflow docstrings.
5914 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5915 (eieio-unbind-method-implementations, defmethod)
5916 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5917 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5918 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5919 (eieio-slot-originating-class-p, eieio-slot-name-index)
5920 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5921 (constructor, initialize-instance, no-next-method, object-print)
5922 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5923 Fix typos in docstrings.
5924 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5925 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5926 (next-method-p): Doc fixes.
5927 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5928 Fix typos in error messages.
5929 (eieio-defmethod): Fix typo in description of generic method.
5930
5931 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5932 (eieio-persistent-save-interactive, slot-missing):
5933 Fix typos in docstrings.
5934 (eieio-instance-inheritor-slot-boundp): Doc fix.
5935
5936 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5937 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5938
5939 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5940 (eieio-custom-object-apply-reset):
5941 Fix typos in docstrings and error messages.
5942
5943 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5944 Fix typo in docstring.
5945
5946 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5947 (eieio-browse-tree): Doc fix.
5948 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5949 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5950 Fix typos in docstrings.
5951
5952 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5953 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5954 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5955 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5956 Reflow docstrings.
5957
c66b7ac0
DN
59582009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5959
4a827e0a 5960 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
5961 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5962 Set log-view-vc-backend so that diff can work.
4a827e0a 5963
c66b7ac0
DN
5964 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5965 vc-version-diff.
5966 (vc-diff-internal): Autoload this instead of vc-version-diff.
5967
1902a98c
EZ
59682009-10-05 Eli Zaretskii <eliz@gnu.org>
5969
a7a8618b
EZ
5970 * simple.el (eval-expression): Doc fix.
5971
1902a98c
EZ
5972 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5973
0e1f2ee6
MA
59742009-10-05 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * files.el (directory-files-no-dot-files-regexp): New defconst.
5977 (delete-directory): Use it.
5978 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5979
263c02ef 5980 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
5981 (tramp-methods): Add recursive option to `tramp-copy-args'.
5982 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 5983 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 5984 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
5985 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5986 Add handler for `copy-directory'.
5987 (tramp-handle-copy-directory): New defun.
5988 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
5989 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5990 Optimize sent command.
263c02ef 5991
72aa7df4
SM
59922009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5993
4a34f065
SM
5994 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5995 window if necessary.
5996
72aa7df4
SM
5997 * calendar/calendar.el (calendar-basic-setup): Don't call
5998 switch-to-buffer in a dedicated window.
5999
5feb1ba7
KF
60002009-10-05 Karl Fogel <kfogel@red-bean.com>
6001
6002 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6003 don't do anything related to relocating, just return nil.
6004 (bookmark-error-no-filename): New error.
6005 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6006 bookmark has no file. Don't even attempt to handle things that
6007 are not files; the whole point of custom handlers is to keep that
6008 knowledge elsewhere anyway. Tighten some comments.
6009 (bookmark-file-or-variation-thereof): Remove now-unused function.
6010 (bookmark-location): Doc string fix.
6011 (Bug#4250)
6012
1bd49952
KF
60132009-10-04 Karl Fogel <kfogel@red-bean.com>
6014
6015 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6016 don't use a file dialog, because they usually don't know how to read
6017 a directory target from the user. (Bug#4230)
6018 Also, make sure the prompt can display directories as well as files.
6019
825382c0
KF
60202009-10-04 Karl Fogel <kfogel@red-bean.com>
6021
6022 * bookmark.el (bookmark-set, bookmark-buffer-name):
6023 Improve doc strings. (Bug#1193)
6024
13901bcb
KF
60252009-10-04 Karl Fogel <kfogel@red-bean.com>
6026
4a34f065
SM
6027 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6028 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6029 (bookmark-get-annotation, bookmark-set-annotation)
6030 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6031 (bookmark-set-position, bookmark-get-front-context-string)
6032 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6033 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6034 (bookmark-jump-other-window, bookmark-handle-bookmark)
6035 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6036 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6037 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6038 Improve doc strings to say whether bookmark can be a string or
6039 a record or both, and make other consistency and clarity fixes.
6040 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6041 (bookmark-default-annotation-text, bookmark-yank-word)
6042 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6043 (bookmark-import-new-list, bookmark-maybe-rename)
6044 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6045 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
6046 (bookmark-bmenu-check-position): Give this a doc string, but also
6047 add a FIXME comment about how the function may be pointless.
6048 (bookmark-default-handler): Rework doc string and change a
6049 parameter name, to clarify that this takes a bookmark record
6050 not a bookmark name.
6051 (bookmark-set): Change a parameter name to indicate its meaning,
6052 and improve the doc string a bit.
6053 (Bug#4188)
6054
5c1b3e94
KF
60552009-10-04 Karl Fogel <kfogel@red-bean.com>
6056
6057 * bookmark.el (bookmark-alist): Document the new `handler' element
6058 in the param alist.
6059 (bookmark-make-record-function): Adjust documentation for above.
6060 (Bug#4193)
6061
8559076d
KF
60622009-10-04 Karl Fogel <kfogel@red-bean.com>
6063
6064 * info.el (Info-bookmark-make-record): Document this function.
6065 (Info-bookmark-jump): Document with a doc string, not just a comment.
6066 (Bug#4203)
6067
82481502
CY
60682009-10-04 Chong Yidong <cyd@stupidchicken.com>
6069
4a34f065 6070 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
6071 (semantic-new-buffer-fcn): Call parser setup functions here.
6072 (semantic-mode): Don't call parser setup functions here, it's done
6073 in semantic-new-buffer-fcn now.
d436f538 6074 (semantic-mode): Parse all existing buffers when enabled.
82481502 6075
4a34f065
SM
6076 * cedet/srecode/compile.el (srecode-compile-file):
6077 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 6078
2e7eba60
CY
60792009-10-04 Chong Yidong <cyd@stupidchicken.com>
6080
d91485a9
CY
6081 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6082
6083 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6084 (proj-comp-insert-variable-once): New macro, renamed from
6085 ede-pmake-insert-variable-once in ede/pmake.edl.
6086 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 6087
b4583b8c
MA
60882009-10-04 Michael Albinus <michael.albinus@gmx.de>
6089
6090 * files.el (copy-directory): New defun.
6091
6092 * dired-aux.el (dired-copy-file-recursive): Use it.
6093
04075952
JB
60942009-10-04 Juanma Barranquero <lekktu@gmail.com>
6095
6096 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6097 (makefile-end-of-command):
6098 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6099 (semantic-end-of-context): Fix previous change. Doc fixes.
6100
131ae8f2
JB
61012009-10-04 Juanma Barranquero <lekktu@gmail.com>
6102
a30e71ae
JB
6103 * files-x.el (modify-dir-local-variable)
6104 (copy-dir-locals-to-file-locals-prop-line):
6105 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6106 (makefile-end-of-command):
6107 * cedet/semantic/lex.el (semantic-lex-token):
6108 * cedet/semantic/analyze/fcn.el
6109 (semantic-analyze-dereference-metatype-1):
6110 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6111 (semantic-lex-cpp-undef):
6112 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6113 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6114 (semantic-end-of-context): Fix typos in docstrings.
6115
131ae8f2
JB
6116 * recentf.el (recentf-unload-function): New function.
6117
0fd9cb9c
CY
61182009-10-04 Chong Yidong <cyd@stupidchicken.com>
6119
a30e71ae 6120 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
6121 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6122 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 6123 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 6124
ccafbf06
GM
61252009-10-04 Glenn Morris <rgm@gnu.org>
6126
6127 * window.el (window-full-height-p): Add doc string.
6128
02c6f098
GM
61292009-10-04 Martin Rudalics <rudalics@gmx.at>
6130
6131 * window.el (window-full-height-p): New function. (Bug#4543)
6132
e6e267fc
CY
61332009-10-03 Chong Yidong <cyd@stupidchicken.com>
6134
a70bfe61
CY
6135 * cedet/srecode/insert.el: Require srecode/args.
6136
6137 * cedet/srecode/args.el: Require srecode/dictionary instead of
6138 srecode/insert.
6139
e6e267fc
CY
6140 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6141
6142 * files.el (auto-mode-alist): Add .srt and Project.ede.
6143
4a34f065
SM
6144 * cedet/semantic.el (semantic-mode):
6145 Handle srecode-template-mode-hook as well.
0b8cafba 6146 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
6147
6148 * cedet/srecode/template.el: Remove hook variable.
6149
6150 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6151
6152 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6153 projects exist.
8b440f71
CY
6154 (ede-project-placeholder-cache-file): Default to a file in
6155 user-emacs-directory.
e6e267fc
CY
6156
6157 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6158 templates in data-directory.
4a34f065 6159 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
6160
6161 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6162 directory.
6163
61642009-09-30 Eric Ludlam <zappo@gnu.org>
6165
131ae8f2
JB
6166 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6167 Doc fix.
e6e267fc
CY
6168
6169 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6170 Only insert each variable once.
6171
6172 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6173 (ede-pmake-insert-variable-shared): Use it.
6174
6175 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6176 for lexical table iff table is nil.
6177
ed6b0195
DN
61782009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6179
6180 * vc.el: Remove commented out code.
6181 (vc-derived-from-dir-mode): Remove, unused.
6182 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6183
1b8d1cc7
MA
61842009-10-03 Michael Albinus <michael.albinus@gmx.de>
6185
4a34f065
SM
6186 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6187 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6188 there could be recursive loading when `default-directory' is a
6189 remote file name. (Bug#4614)
6190
ac3c593c
GM
61912009-10-03 Glenn Morris <rgm@gnu.org>
6192
686ea556
GM
6193 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6194 the frame is wide.
6195 (calendar-generate-window): Test for shrinkability rather than width.
6196
619392fc
GM
6197 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6198 declaration, currently false.
6199
ac3c593c
GM
6200 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6201 reusing existing buffers, in case we happen to visit two files with the
6202 same basename. (Bug#4593)
6203
573709fd
EZ
62042009-10-02 Eli Zaretskii <eliz@gnu.org>
6205
4a34f065 6206 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6207 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6208 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6209 subdirs of cedet as well.
8f885d01 6210 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6211
8d6c1239
SM
62122009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6215 Obey advertised-signature-table.
6216
6217 * help-fns.el (help-function-arglist): Don't check
6218 advertised-signature-table.
6219 (describe-function-1): Do it here instead so it also applies to subrs.
6220
c4861de0
MA
62212009-10-02 Michael Albinus <michael.albinus@gmx.de>
6222
6223 * simple.el (start-file-process): Say in the doc-string, that file
6224 handlers might not support pty association, if PROGRAM is nil.
6225
6226 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6227 HOST and USER are strings. They are nil, when there are
6228 incomplete entries in ~/.netrc, for example.
6229 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6230 root directory ("device busy" error otherwise).
6231
8d6c1239
SM
6232 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6233 Flush file properties of created directory.
c4861de0 6234
d2bda74f
EZ
62352009-10-02 Eli Zaretskii <eliz@gnu.org>
6236
6237 * makefile.w32-in (WINS_BASIC): Remove cedet.
6238 (WINS_CEDET): Add cedet.
6239 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6240
895d1904
GM
62412009-10-02 Kevin Ryde <user42@zip.com.au>
6242
6243 * net/browse-url.el (browse-url): Pass any symbol in
6244 browse-url-browser-function to `apply', since if you've mistakenly put
6245 an unbound symbol then the error is clearer. (Bug#4531)
6246
32226619
JB
62472009-10-02 Juanma Barranquero <lekktu@gmail.com>
6248
6249 * allout.el (allout-init, allout-back-to-current-heading)
6250 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6251 (allout-ascend, allout-up-current-level, allout-end-of-level)
6252 (allout-previous-visible-heading, allout-forward-current-level)
6253 (allout-backward-current-level, allout-show-children):
6254 * apropos.el (apropos-describe-plist):
6255 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6256 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6257 * completion.el (add-completion, add-permanent-completion):
6258 * descr-text.el (describe-text-category, describe-char):
6259 * desktop.el (desktop-lazy-abort):
6260 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6261 * dired.el (dired-build-subdir-alist):
6262 * ediff.el (ediff-version):
6263 * elide-head.el (elide-head, elide-head-show):
6264 * emerge.el (emerge-version):
6265 * env.el (getenv):
6266 * face-remap.el (variable-pitch-mode):
6267 * faces.el (describe-face):
6268 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6269 (dired-at-point):
6270 * files.el (find-file-existing, auto-save-mode):
6271 * font-lock.el (font-lock-fontify-buffer):
6272 * help-fns.el (describe-function, describe-variable)
6273 (describe-syntax, describe-categories):
6274 * help.el (view-lossage, describe-bindings, describe-key)
6275 (describe-mode):
6276 * hexl.el (hexl-current-address):
6277 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6278 * info.el (Info-goto-emacs-key-command-node):
6279 * log-edit.el (log-edit-insert-cvs-template)
6280 (log-edit-insert-cvs-rcstemplate):
6281 * menu-bar.el (menu-bar-mode):
6282 * mouse.el (mouse-appearance-menu):
6283 * newcomment.el (comment-indent-new-line):
6284 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6285 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6286 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6287 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6288 * recentf.el (recentf-mode):
6289 * savehist.el (savehist-mode, savehist-save):
6290 * shadowfile.el (shadow-copy-files):
6291 * simple.el (kill-ring-save, next-line, previous-line)
6292 (normal-erase-is-backspace-mode):
6293 * strokes.el (strokes-update-window-configuration)
6294 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6295 (strokes-xpm-for-stroke):
6296 * time.el (emacs-uptime, emacs-init-time):
6297 * tutorial.el (tutorial--describe-nonstandard-key)
6298 (tutorial--detailed-help):
6299 * type-break.el (type-break-mode)
6300 (type-break-mode-line-message-mode, type-break-query-mode)
6301 (type-break-guesstimate-keystroke-threshold):
6302 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6303 * version.el (emacs-version):
6304 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6305 * winner.el (winner-mode):
6306 * calendar/timeclock.el (timeclock-in, timeclock-out)
6307 (timeclock-status-string, timeclock-change)
6308 (timeclock-workday-remaining-string)
6309 (timeclock-workday-elapsed-string)
6310 (timeclock-when-to-leave-string):
6311 * calendar/todo-mode.el (todo-add-category):
6312 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6313 * emacs-lisp/autoload.el (update-file-autoloads):
6314 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6315 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6316 (checkdoc-message-text, checkdoc-defun):
6317 * emacs-lisp/debug.el (debugger-list-functions):
6318 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6319 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6320 (eieio-describe-generic):
6321 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6322 * emacs-lisp/shadow.el (list-load-path-shadows):
6323 * emulation/cua-base.el (cua-mode):
6324 * emulation/edt.el (edt-set-scroll-margins):
6325 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6326 (tpu-toggle-regexp, tpu-toggle-search-direction)
6327 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6328 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6329 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6330 (viper-set-parsing-style-toggling-macro)
6331 (viper-set-emacs-state-searchstyle-macros):
6332 * emulation/viper.el (viper-set-hooks):
6333 * eshell/esh-mode.el (eshell-truncate-buffer):
6334 * international/mule-cmds.el (prefer-coding-system)
6335 (describe-input-method, describe-language-environment):
6336 * international/mule-diag.el (list-character-sets)
6337 (describe-character-set, describe-coding-system)
6338 (describe-fontset, list-fontsets, list-input-methods):
6339 * mail/sendmail.el (mail-signature):
6340 * net/ange-ftp.el (ange-ftp-copy-file):
6341 * net/browse-url.el (browse-url):
6342 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6343 * net/quickurl.el (quickurl-add-url):
6344 * net/rcirc.el (names, topic):
6345 * net/xesam.el (xesam-mode):
6346 * play/5x5.el (5x5-new-game):
6347 * play/yow.el (apropos-zippy):
6348 * progmodes/ada-mode.el (ada-mode-version):
6349 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6350 (f90-end-of-block)
6351 (f90-beginning-of-block):
6352 * progmodes/fortran.el (fortran-end-of-block)
6353 (fortran-beginning-of-block):
6354 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6355 * progmodes/python.el (python-describe-symbol, python-shell):
6356 * term/ns-win.el (ns-print-buffer):
6357 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6358 * textmodes/flyspell.el (flyspell-mode-on):
6359 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6360 (pages-directory-for-addresses):
6361 * textmodes/table.el (table-recognize-cell)
6362 (table-query-dimension, table-generate-source)
6363 (table-insert-sequence, table--warn-incompatibility):
6364 * textmodes/tex-mode.el (tex-validate-buffer):
6365 * textmodes/texinfmt.el (texinfmt-version)
6366 (texinfo-format-buffer):
6367 Use `called-interactively-p' instead of `interactive-p'.
6368
12a3c28c
JB
63692009-10-02 Juanma Barranquero <lekktu@gmail.com>
6370
6371 * image-mode.el (image-toggle-display):
6372 * emacs-lisp/elp.el (elp-instrument-function):
6373 * emacs-lisp/advice.el (ad-make-advised-definition):
6374 * emacs-lisp/easy-mmode.el (define-minor-mode):
6375 * net/browse-url.el (browse-url-maybe-new-window):
6376 * progmodes/sh-script.el (sh-learn-buffer-indent):
6377 Pass new argument 'any to `called-interactively-p'.
6378
171fda8a
JB
63792009-10-01 Juanma Barranquero <lekktu@gmail.com>
6380
171fda8a
JB
6381 * international/uni-bidi.el:
6382 * international/uni-category.el:
6383 * international/uni-combining.el:
6384 * international/uni-comment.el:
6385 * international/uni-decimal.el:
9c3c9fdf 6386 * international/uni-decomposition.el:
171fda8a
JB
6387 * international/uni-digit.el:
6388 * international/uni-lowercase.el:
6389 * international/uni-mirrored.el:
6390 * international/uni-name.el:
6391 * international/uni-numeric.el:
6392 * international/uni-old-name.el:
6393 * international/uni-titlecase.el:
6394 * international/uni-uppercase.el:
6395 Regenerate from Unicode 5.2.0 data.
6396
dcb9734a
GM
63972009-10-01 Glenn Morris <rgm@gnu.org>
6398
6399 * Makefile.in (ELCFILES): Regenerate.
6400
ced10a4c
SM
64012009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6402
9d28c33e
SM
6403 * subr.el (interactive-p): Mark obsolete.
6404 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6405 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6406 advertised-signature-table for subroutines as well.
6407
ced10a4c
SM
6408 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6409 (set-advertised-calling-convention): New function.
6410 (make-obsolete, define-obsolete-function-alias)
6411 (make-obsolete-variable, define-obsolete-variable-alias):
6412 Make the optional-ness of `when' obsolete.
6413 (define-obsolete-face-alias): Make `when' non-optional.
6414 * help-fns.el (help-function-arglist):
6415 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6416 Use advertised-signature-table.
6417
cc3dda16
MA
64182009-10-01 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * files.el (delete-directory): New defun. The original function
6421 in fileio.c has been renamed to `delete-directory-internal'.
6422
6423 * dired.el (dired-delete-file): Call `delete-directory' with
6424 RECURSIVE parameter.
6425
5ce6e4f4 6426 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6427 parameter RECURSIVE. Implementation is missing.
6428
6429 * net/tramp.el (tramp-handle-make-directory): Flush upper
6430 directory's file properties.
ced10a4c 6431 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6432 (tramp-handle-dired-recursive-delete-directory): Flush directory
6433 properties after the remove command only.
6434
ced10a4c
SM
6435 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6436 Handle optional parameter RECURSIVE.
cc3dda16 6437
ced10a4c
SM
6438 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6439 Handle optional parameter RECURSIVE.
cc3dda16
MA
6440
6441 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6442 connection timeout.
6443 (tramp-smb-handle-delete-directory): Handle optional parameter
6444 RECURSIVE.
6445
cf885595
SM
64462009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6447
e3a6b82f
SM
6448 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6449 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6450 (byte-compile-defmacro): Use backquotes.
6451
7201bfbb
SM
6452 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6453
cf885595
SM
6454 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6455 has no associated file.
6456 (vc-resynch-buffer): Use vc-dir-buffers.
6457
a4d2c321
GM
64582009-10-01 Glenn Morris <rgm@gnu.org>
6459
9ffe3f52
GM
6460 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6461 (chart-file-count):
6462 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6463 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6464 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6465 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6466 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6467 (eieio-copy-parents-into-subclass, make-instance, class-children)
6468 (eieio-generic-form):
bd2afec2
GM
6469 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6470 * cedet/cedet-idutils.el (cedet-idutils-search)
6471 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6472 (cedet-idutils-version-check):
6473 * cedet/cedet.el (cedet-version):
6474 * cedet/data-debug.el (data-debug-insert-overlay-button)
6475 (data-debug-insert-overlay-list-button)
6476 (data-debug-insert-buffer-button)
6477 (data-debug-insert-buffer-list-button)
6478 (data-debug-insert-process-button, data-debug-insert-ring-button)
6479 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6480 (data-debug-insert-stuff-vector-button)
6481 (data-debug-insert-symbol-button, data-debug-insert-string)
6482 (data-debug-insert-number, data-debug-insert-lambda-expression)
6483 (data-debug-insert-nil, data-debug-insert-simple-thing)
6484 (data-debug-insert-custom, data-debug-edebug-expr):
6485 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6486 (global-ede-mode-map, ede-new, ede-debug-target)
6487 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6488 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6489 (semantic-fetch-tags, semantic-submode-list)
6490 (semantic-default-submodes):
a785b776
GM
6491 * cedet/ede/source.el (ede-source-match):
6492 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6493 (project-am-package-info):
6494 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6495 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6496 * cedet/ede/proj-comp.el (ede-current-build-list):
6497 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6498 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6499 * cedet/ede/cpp-root.el (initialize-instance):
6500 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6501 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
6502 * cedet/semantic/wisent.el (wisent-lex-eoi):
6503 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6504 (semantic-show-parser-state-mode):
6505 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6506 * cedet/semantic/tag.el (semantic-tag-new-variable)
6507 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6508 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6509 (semantic--tag-deep-copy-tag-list)
6510 (semantic-tag-components-with-overlays-default):
6511 * cedet/semantic/symref.el (semantic-symref-find-text):
6512 * cedet/semantic/senator.el (senator-yank-tag)
6513 (senator-transpose-tags-up):
6514 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6515 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6516 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6517 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6518 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6519 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6520 * cedet/semantic/lex-spp.el
6521 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6522 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6523 * cedet/semantic/idle.el
6524 (semantic-idle-summary-current-symbol-info-brutish)
6525 (semantic-idle-summary-current-symbol-info-default):
6526 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6527 (semantic--grammar-macro-compl-dict):
6528 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6529 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6530 (semantic-format-tag-canonical-name-default):
6531 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6532 (semantic-find-tags-for-completion)
6533 (semantic-find-tags-by-scope-protection-default)
6534 (semantic-deep-find-tags-for-completion):
6535 * cedet/semantic/edit.el
6536 (semantic-edits-incremental-reparse-failed-hook)
6537 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6538 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6539 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6540 * cedet/semantic/dep.el (semantic-dependency-include-path):
6541 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6542 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6543 (semanticdb-project-roots):
6544 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6545 (semanticdb-find-adebug-insert-scanned-tag-cons)
6546 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6547 (semanticdb-brute-deep-find-tags-for-completion):
6548 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6549 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6550 (semantic-end-of-context-default)
6551 (semantic-ctxt-current-function-default)
6552 (semantic-ctxt-scoped-types-default):
6553 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6554 (semantic-complete-inline-tag-engine)
6555 (semantic-complete-inline-custom-type)
6556 (semantic-complete-read-tag-analyzer):
6557 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6558 (semantic-chart-database-size):
6559 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6560 (semantic-analyze-current-context):
6561 * cedet/semantic/symref/list.el (semantic-symref)
6562 (semantic-symref-hide-buffer, semantic-symref-symbol):
6563 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6564 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6565 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6566 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6567 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6568 (semantic-c-dereference-template):
6569 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6570 (semantic--analyze-refs-full-lookup-with-parents)
6571 (semantic--analyze-refs-full-lookup-simple):
6572 * cedet/semantic/analyze/complete.el
6573 (semantic-analyze-possible-completions):
2f10955c
GM
6574 * cedet/srecode/table.el (srecode-mode-table-new):
6575 * cedet/srecode/srt.el (srecode-read-variable-name):
6576 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6577 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6578 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6579 * cedet/srecode/map.el (srecode-current-map):
6580 * cedet/srecode/insert.el (srecode-insert)
6581 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6582 (srecode-template-inserter-point-override)
6583 (srecode-insert-include-lookup):
6584 * cedet/srecode/getset.el (srecode-auto-choose-class):
6585 * cedet/srecode/extract.el (srecode-inserter-extract):
6586 * cedet/srecode/document.el
6587 (srecode-document-autocomment-return-last-alist)
6588 (srecode-document-autocomment-param-type-alist)
6589 (srecode-document-insert-function-comment)
6590 (srecode-document-insert-variable-one-line-comment)
6591 (srecode-document-function-name-comment):
6592 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6593 (srecode-compound-toString):
6594 * cedet/srecode/compile.el (srecode-flush-active-templates):
6595 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
6596 Doc/message fixes.
6597
9515cdcc
GM
6598 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6599 match-data. (Bug#4555).
6600
57b0083a
GM
6601 * cedet/semantic/bovine/gcc.el
6602 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6603 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6604
a4d2c321
GM
6605 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6606 rather than parsing it as a regexp. This relaxes the layout
6607 requirements and makes errors easier to detect.
6608 (check-declare-verify): Check file is regular.
6609 (check-declare-directory): Doc fix.
6610 * subr.el (declare-function): Doc fix.
6611
b15c31c7
GM
6612 * ibuffer.el (ibuffer-format-qualifier):
6613 * isearch.el (hi-lock-regexp-okay):
6614 * calc/calc.el (math-zerop):
6615 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6616 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6617 Remove unused declarations.
6618
0376249d
JB
66192009-10-01 Juanma Barranquero <lekktu@gmail.com>
6620
6621 * cedet/semantic/wisent/javat-wy.el
6622 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6623
9a589407
JB
66242009-09-30 Juanma Barranquero <lekktu@gmail.com>
6625
6626 * cedet/srecode/expandproto.el: Fix provide statement.
6627
722ff82f
CY
66282009-09-30 Eric Ludlam <zappo@gnu.org>
6629
cf885595 6630 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
6631
66322009-09-30 Sascha Wilde <wilde@sha-bang.de>
6633
6634 * cedet/ede/srecode.el: Fix provide statement.
6635
1fc28a2c
GM
66362009-09-30 Glenn Morris <rgm@gnu.org>
6637
8240628d 6638 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 6639 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
6640 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6641 (ede-misc-source):
d16d4acd
GM
6642 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6643 (semantic-mrub-switch-tags): Fix doc typos.
6644
40f9bf94
GM
6645 * cedet/semantic/db-global.el (data-debug-new-buffer)
6646 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6647 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6648
494f4fc7
GM
6649 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6650
cf885595
SM
6651 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6652 use of CL function `remove-if-not'.
1fc28a2c
GM
6653
6654 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6655
494f4fc7
GM
6656 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6657 filename is not a string.
6658
561580e9
CY
66592009-09-29 Chong Yidong <cyd@stupidchicken.com>
6660
6661 * files.el (safe-local-eval-forms): Fix typo.
6662
dcbbecd4
SM
66632009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * vc-hooks.el (vc-dir-buffers): New var.
6666 (vc-state-refresh): New function.
6667 (vc-state): Use it.
6668 (vc-after-save): Always ask the backend to recompute the new state.
6669 Always call vc-dir if necessary, using vc-dir-buffers.
6670 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6671 Use vc-dir-buffers.
6672 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6673 (vc-dir-prepare-status-buffer, vc-dir-update)
6674 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6675 Don't call expand-file-name on default-directory.
6676
d88444f2
JB
66772009-09-29 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * speedbar.el (speedbar-item-delete):
6680 * calc/calc-prog.el (calc-kbd-if):
6681 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6682
6683 * epa.el (epa-key-list-mode-map):
6684 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6685
6686 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6687 (hs-show-hook): Fix typo in docstring.
6688
5da62d41
GM
66892009-09-29 Glenn Morris <rgm@gnu.org>
6690
d037e45a
GM
6691 * cedet/semantic/symref/idutils.el:
6692 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6693
ae715515
GM
6694 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6695
6696 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6697 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6698 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6699 Mark declarations not understood by check-declare.
6700
8360fce0
GM
6701 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6702 file-name-nondirectory call preventing location of cedet files.
6703 (check-declare-verify): Use literal search rather than re-search.
ae715515 6704 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
6705
6706 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6707 Use tramp-compat-file-attributes rather than nonexistent
6708 tramp-compat-handle-file-attributes.
6709
5da62d41
GM
6710 * Makefile.in (lisptagsfiles4): New.
6711 (AUTOGENEL): Add cedet loaddefs files.
6712 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6713 (update-elclist, compile-always, backup-compiled-files)
6714 (bootstrap-clean): Add yet another directory level.
6715 (update-elclist): Use LC_COLLATE rather than COLLATE.
6716 (ELCFILES): Update, via `make update-elclist'.
6717
48267264
JB
67182009-09-29 Juanma Barranquero <lekktu@gmail.com>
6719
6720 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6721 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6722 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6723
2c4cd0b0
AS
67242009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6725
6726 * Makefile.in (lisptagsfiles3): Define.
5da62d41 6727 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
6728 (update-elclist): Add third directory level to look for elc files.
6729 (compile-always): Likewise.
6730 (backup-compiled-files): Likewise.
6731 (bootstrap-clean): Likewise.
6732 (ELCFILES): Update.
6733
a2533e47
CY
67342009-09-28 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * Makefile.in (ELCFILES): Add CEDET files.
6737
b90caf50 67382009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 6739
b90caf50 6740 CEDET (development tools) package merged.
a2095e2e 6741
b90caf50
CY
6742 * cedet/*.el:
6743 * cedet/ede/*.el:
6744 * cedet/semantic/*.el:
6745 * cedet/srecode/*.el: New files.
a2095e2e 6746
eefbedb1
MA
67472009-09-28 Michael Albinus <michael.albinus@gmx.de>
6748
6749 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6750
6751 * net/tramp.el (top): Require tramp-imap.
6752
6753 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6754 Use `tramp-compat-handle-file-attributes'.
6755
67562009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6757
6758 * net/tramp-imap.el: New package.
6759
66635e2f 67602009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
6761
6762 * emacs-lisp/chart.el:
6763 * emacs-lisp/eieio-base.el:
6764 * emacs-lisp/eieio-comp.el:
6765 * emacs-lisp/eieio-custom.el:
e608e7be 6766 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
6767 * emacs-lisp/eieio-opt.el:
6768 * emacs-lisp/eieio-speedbar.el:
6769 * emacs-lisp/eieio.el: New files.
6770
666fd2cc
CY
6771 * cedet/cedet-cscope.el:
6772 * cedet/cedet-files.el:
6773 * cedet/cedet-global.el:
6774 * cedet/cedet-idutils.el:
6775 * cedet/data-debug.el:
6776 * cedet/inversion.el:
7b232be9 6777 * cedet/mode-local.el:
666fd2cc
CY
6778 * cedet/pulse.el: New files.
6779
748e3d67
VJL
67802009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6781
6782 * whitespace.el (whitespace-trailing-regexp)
6783 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6784 Fix doc string.
6785
15120dec
CY
67862009-09-27 Chong Yidong <cyd@stupidchicken.com>
6787
6788 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6789 menu.
6790
6791 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6792 menu-bar-ediff-menu.
6793
6794 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6795 define-overloadable-function.
6796
6797 * progmodes/autoconf.el: Provide autoconf as well, so that this
6798 file can be `require'd.
6799
6800 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6801
6802 * emacs-lisp/autoload.el (generated-autoload-feature)
6803 (generated-autoload-load-name): New vars.
6804 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6805 (make-autoload): Recognize define-overloadable-function and
6806 defclass forms (for EIEIO).
6807
6808 * Makefile.in (update-subdirs): Exclude cedet directory.
6809
135abf91
AR
68102009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6811
1becddbb 6812 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
6813
6814 * faces.el: Default light-background background for region face to
6815 ns_selection_color under NS.
6816
3d994264
TZ
68172009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6818
6819 * net/imap-hash.el: New library, see NEWS.
6820
6821 * Makefile.in (ELCFILES): Add imap-hash.el.
6822
ce9a0ccb
SM
68232009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6826 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6827 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6828 definition where the docstring could be taken for the return value.
6829
a92cdd49
GM
68302009-09-26 Glenn Morris <rgm@gnu.org>
6831
6832 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6833 Add option to only show images below a certain size.
6834 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6835 save-excursion calls.
6836
416ac2f1
EZ
68372009-09-26 Eli Zaretskii <eliz@gnu.org>
6838
6839 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6840 subdirectories) and eieio.
6841
d9a13f68
AM
68422009-09-26 Alan Mackenzie <acm@muc.de>
6843
9c3c9fdf 6844 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 6845 buggy bracketing. (Bug#4289)
d9a13f68
AM
6846
6847 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 6848 character constants (as case labels). (Bug#4289)
d9a13f68 6849
182b3bec
CY
68502009-09-25 Juri Linkov <juri@jurta.org>
6851
6852 * files.el (safe-local-eval-forms): Allow time-stamp in
6853 before-save-hook (Bug#4554).
6854
8f75f2da
JB
68552009-09-25 Drew Adams <drew.adams@oracle.com>
6856
6857 * menu-bar.el (list-buffers-directory): Doc fix.
6858
8390fb80
SM
68592009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6862 Try and avoid copying twice the same paragraph.
6863 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6864 Remove save-excursion.
6865 (log-edit-changelog-entry): Do it here instead.
6866
11ee8d90
JB
68672009-09-25 Juanma Barranquero <lekktu@gmail.com>
6868
027b1942
JB
6869 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6870 when available, instead of hardcoding mode names. Doc fix.
6871
11ee8d90
JB
6872 * menu-bar.el (list-buffers-directory): Add docstring.
6873 Make automatically buffer-local.
6874
6875 * dired.el (dired-mode):
6876 * files.el (cd-absolute):
6877 * pcvs.el (cvs-temp-buffer):
6878 * pcvs-util.el (cvs-get-buffer-create):
6879 * shell.el (shell-mode):
6880 * vc-dir.el (vc-dir-mode):
6881 Don't make `list-buffers-directory' buffer local.
6882
21289c5d
CY
68832009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6884
8390fb80
SM
6885 * comint.el (comint-exec, comint-run, make-comint):
6886 Doc fixes (Bug#4542).
21289c5d 6887
e8652dd9
GM
68882009-09-25 Glenn Morris <rgm@gnu.org>
6889
6890 * mail/rmailmm.el (rmail-mime): New custom group.
6891 Move all defcustoms in this file into this group.
6892 (rmail-mime-media-type-handlers-alist): Revert previous change.
6893 (rmail-mime-show-images): New option.
6894 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6895 references to it, since it wasn't actually used for anything.
6896 (rmail-mime-insert-image): New function.
6897 (rmail-mime-image): Use rmail-mime-insert-image.
6898 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
6899 obey the value of `rmail-mime-show-images' option. Print the size of
6900 attachments.
e8652dd9 6901
fb652bb5
JB
69022009-09-25 David Engster <deng@randomsample.de>
6903
6904 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6905
32a9841c
VJL
69062009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6907
6908 * whitespace.el: Does not highlight trailing spaces While point is
6909 at end of line. Does not highligt spaces at beginning of buffer
6910 while point is at beginning of buffer. Does not highlight spaces
6911 at end of buffer while point is at end of buffer. (Bug#4177)
6912 New version 12.0.
6913 (whitespace-display-mappings): Adjust initialization.
6914 (whitespace-point, whitespace-font-lock-refontify): New vars.
6915 (whitespace-color-on, whitespace-color-off): Adjust code.
6916 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6917 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6918 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6919
e477ca84
CY
69202009-09-24 Chong Yidong <cyd@stupidchicken.com>
6921
6922 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6923
6924 * textmodes/sgml-mode.el: Remove xml-mode alias.
6925
6926 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 6927 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 6928
68712602
AM
69292009-09-24 Alan Mackenzie <acm@muc.de>
6930
6931 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6932 c-forward-conditionals, but it doesn't move point and doesn't set
6933 the mark.
6934 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6935 (c-down-conditional-with-else, c-backward-conditional)
6936 (c-forward-conditional): Refactor to use c-scan-conditionals.
6937
1659ada0
JB
69382009-09-24 Juanma Barranquero <lekktu@gmail.com>
6939
6940 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6941 (help-default-arg-highlight): Remove.
6942 (help-highlight-arg): New function.
6943 (help-do-arg-highlight): Use it.
6944 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6945
b3f01e46
SM
69462009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6949 Undo last change, which didn't fix the problem and introduced others.
6950
107ef54a
NR
69512009-09-24 Nick Roberts <nickrob@snap.net.nz>
6952
6953 * progmodes/gdb-mi.el: Don't require speedbar.
6954 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6955
ffa1fed6
GM
69562009-09-24 Glenn Morris <rgm@gnu.org>
6957
2157a2be
GM
6958 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6959
6125167c
GM
6960 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6961
ffa1fed6
GM
6962 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6963 there is no newline after the final mime boundary. (Bug#4539)
6964 Move markers on insertion so that any buttons inserted don't end up in
6965 the next part of a multipart message.
2e9075d3
GM
6966 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6967 (rmail-mime-bulk-handler): Optionally handle images.
6968 (rmail-mime-image): New button action.
6969 (rmail-mime-image-handler): New function.
6970 (rmail-mime-mode): New mode.
6971 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 6972
4a814992
SM
69732009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6974
075518b5
SM
6975 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6976 than just dropping elements from it (bug#4504).
6977
8ad2defc
SM
6978 * term.el (term-set-scroll-region): Don't move cursor any more.
6979 (term-handle-ansi-escape): Call term-goto here instead.
6980 Suggested by Ivan Kanis <apple@kanis.eu>.
6981
4a814992
SM
6982 * term.el: Require CL.
6983 (term-ansi-reset): New function.
6984 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6985 (term-handle-colors-array): Simplify.
6986
5a0c3f56
JB
69872009-09-24 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * allout.el (allout-overlay-interior-modification-handler)
6990 (allout-obtain-passphrase):
6991 * epa-file.el (epa-file-write-region):
6992 * ps-print.el (ps-begin-job):
6993 * vc-hooks.el (vc-toggle-read-only):
6994 * vc-rcs.el (vc-rcs-rollback):
6995 * vc-sccs.el (vc-sccs-rollback):
6996 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6997 (vc-version-diff, vc-revert, vc-rollback):
6998 * wdired.el (wdired-check-kill-buffer):
6999 * emacs-lisp/authors.el (authors):
7000 * net/socks.el (socks-open-connection):
7001 * net/zeroconf.el (zeroconf-service-add-hook):
7002 * obsolete/vc-mcvs.el (vc-mcvs-register):
7003 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7004 (gdb-select-frame):
7005 * progmodes/grep.el (lgrep, rgrep):
7006 * progmodes/idlw-help.el (idlwave-help-check-locations)
7007 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7008 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7009 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7010 (reftex-toc-rename-label): Fix typos in error messages.
7011
7012 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7013 (dired-copy-how-to-fn): Doc fix.
7014 (dired-files-attributes, dired-read-shell-command):
7015 Fix typos in docstrings.
7016
7017 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7018 (dired-x-find-file-other-window): Reflow docstrings.
7019 (dired-omit-marker-char, dired-read-shell-command)
7020 (dired-x-submit-report): Fix typos in docstrings.
7021
7022 * shell.el (shell-mode-hook):
7023 * view.el (View-scroll-line-forward):
7024 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7025 Fix typos in docstrings.
7026
7027 * net/dig.el (dig-invoke): Fix typo in docstring.
7028 (query-dig): Reflow docstring.
7029
7030 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7031 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7032 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7033 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7034 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7035 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7036 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7037 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7038 (idlwave-completion-map, idlwave-current-indent)
7039 (idlwave-custom-ampersand-surround, idlwave-customize)
7040 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7041 (idlwave-define-abbrev, idlwave-determine-class-special)
7042 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7043 (idlwave-end-block-reg, idlwave-end-of-statement)
7044 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7045 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7046 (idlwave-explicit-class-listed, idlwave-file-header)
7047 (idlwave-fill-paragraph, idlwave-find-class-definition)
7048 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7049 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7050 (idlwave-in-quote, idlwave-indent-action-table)
7051 (idlwave-indent-expand-table, idlwave-indent-line)
7052 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7053 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7054 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7055 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7056 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7057 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7058 (idlwave-outlawed-buffers, idlwave-popup-select)
7059 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7060 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7061 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7062 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7063 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7064 (idlwave-statement-type, idlwave-struct-skip)
7065 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7066 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7067 (idlwave-what-module-find-class): Fix typos in docstrings.
7068 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7069 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7070 (idlwave-find-module, idlwave-find-structure-definition)
7071 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7072 (idlwave-list-load-path-shadows, idlwave-next-statement)
7073 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7074 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7075 (idlwave-template): Reflow docstrings.
7076
7077 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7078 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7079 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7080 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7081 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7082 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7083 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7084 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7085 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7086 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7087 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7088 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7089 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7090 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7091 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7092 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7093 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7094 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7095 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7096 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7097 Fix typos in docstrings.
7098 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7099 (idlwave-shell-hide-output, idlwave-shell-mode)
7100 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7101 Reflow docstrings.
7102
7103 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7104
62136c5d
SM
71052009-09-24 Ivan Kanis <apple@kanis.eu>
7106
7107 * term.el (term-bold-attribute): New var.
7108 (term-handle-colors-array): Use it.
7109
9c1a45ed
NR
71102009-09-23 Nick Roberts <nickrob@snap.net.nz>
7111
7112 * progmodes/gdb-mi.el (gdb-version): New variable.
7113 (gdb-non-stop-handler): Set gdb-version.
7114 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7115 Condition "--thread" option on gdb-version.
7116 (gdb-invalidate-threads): Remove unused argument.
7117
03304f31
SM
71182009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7121 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7122
4f02f0c9
GM
71232009-09-23 Glenn Morris <rgm@gnu.org>
7124
7125 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7126 replying to mail without References or Message-Id. (Bug#4525)
7127
a3b4b363
AR
71282009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7129
7130 * term/ns-win.el (ns-reg-to-script): New variable.
7131
7bda18cc
DU
71322009-09-23 Daiki Ueno <ueno@unixuser.org>
7133
7134 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7135
72169e55
SS
71362009-09-22 Sam Steingold <sds@gnu.org>
7137
7138 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7139 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7140 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7141 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7142
905b7d38
SM
71432009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7144
b0459dec
SM
7145 * textmodes/fill.el: Convert to utf-8 encoding.
7146 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7147 pre-unicode days.
7148
905b7d38
SM
7149 * add-log.el (change-log-fill-forward-paragraph): New function.
7150 (change-log-mode): Use it so fill-region DTRT.
7151 Set fill-indent-according-to-mode here rather than in
7152 change-log-fill-paragraph.
7153 (change-log-fill-paragraph): Remove.
7154
baa7f3de
JB
71552009-09-22 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7158 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7159
a8d789f0
GM
71602009-09-22 Glenn Morris <rgm@gnu.org>
7161
daedbbc2
GM
7162 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7163 the scroll-bar scroll the calendar window rather than the buffer.
7164
d8899a74
GM
7165 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7166 commands that move point (as opposed to scrolling).
7167
a8d789f0
GM
7168 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7169
7170 * emacs-lisp/elint.el (elint): New custom group.
7171 (elint-log-buffer): Make it a defcustom.
7172 (elint-scan-preloaded, elint-ignored-warnings)
7173 (elint-directory-skip-re): New options.
7174 (elint-builtin-variables): Doc fix.
7175 (elint-preloaded-env): New variable.
7176 (elint-unknown-builtin-args): Add an entry for encode-time.
7177 (elint-extra-errors): Make it a variable rather than a constant.
7178 (elint-preloaded-skip-re): New constant.
7179 (elint-directory): Skip files matching elint-directory-skip-re.
7180 (elint-features): New variable, local to linted buffers.
7181 (elint-update-env): Initialize elint-features. Possibly add
7182 elint-preloaded-env to the buffer's environment.
7183 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7184 Skip quoted forms.
7185 (elint-init-form): New function, extracted from elint-init-env.
7186 Make non-list forms a warning rather than an error.
7187 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7188 easy-menu-define, put that adds an error-condition, and provide.
7189 When requiring cl, also require cl-macs. Really require cl, to handle
7190 some cl macros. Store required libraries in the list elint-features,
7191 so as not to re-load them. Treat cc-require like require.
7192 (elint-init-env): Call elint-init-form to do the work.
7193 Handle eval-and-compile and such like.
7194 (elint-add-required-env): Do not clear messages.
7195 (elint-special-forms): Add handlers for function, defalias, if, when,
7196 unless, and, or.
7197 (elint-form): Add optional argument to ignore elint-special-forms,
7198 useful to prevent recursive calls from handlers. Doc fix.
7199 Respect elint-ignored-warnings.
7200 (elint-form): Respect elint-ignored-warnings.
7201 (elint-bound-variable, elint-bound-function): New variables.
7202 (elint-unbound-variable): Respect elint-bound-variable.
7203 (elint-get-args): Respect elint-bound-function.
7204 (elint-check-cond-form): Add some simple handling for (f)boundp and
7205 featurep tests.
7206 (elint-check-defalias-form): New handler.
7207 (elint-check-let-form): Make an empty let a warning rather than an
7208 error.
7209 (elint-check-setq-form): Make an empty setq a warning rather than an
7210 error. Respect elint-ignored-warnings.
7211 (elint-check-defvar-form): Accept null doc-strings.
7212 (elint-check-conditional-form): New handler. Does some simple-minded
7213 checking of featurep and (f)boundp tests.
7214 (elint-put-function-args): New function.
7215 (elint-initialize): Use elint-scan-doc-file rather than
7216 elint-find-builtin-variables. Use elint-put-function-args.
7217 Possibly scan preloaded-file-list.
7218 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7219 extend to handle functions as well.
7220
245be23c
JB
72212009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7222
7223 * linum.el (linum-delete-overlays, linum-update-window):
7224 Do not modify the right margin. (Bug#3971)
7225
91fdbd6f
CY
72262009-09-21 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7229 nxml-mode instead of xml-mode.
7230
7589d38e
JB
72312009-09-21 Kevin Ryde <user42@zip.com.au>
7232
7233 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7234
5ac42715
SM
72352009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * net/dig.el (dig-mode): Use define-derived-mode.
7238
09c01323
DN
72392009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7240
4096c5f2
DN
7241 * vc-dispatcher.el (vc-do-command): Return the process object in
7242 the asynchronous case. Use when instead of if. Do not run
5480359e 7243 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7244
0e172cc2
DN
7245 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7246 properties to the stash strings.
7247 (vc-git-stash-list): Return a list of strings.
7248 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7249 (vc-git-stash-show-at-point): New functions.
7250 (vc-git-stash-map): New keymap.
7251
03304f31
SM
7252 * register.el (ctl-x-r-map): Define the keys here instead of
7253 using autoload.
09c01323 7254
03304f31 72552009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7256
7257 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7258 list, to workaround performance problem (bug#4485).
7259
2f5fc4d7
NR
72602009-09-20 Nick Roberts <nickrob@snap.net.nz>
7261
7262 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7263
b0f5fd2e
DU
72642009-09-20 Daiki Ueno <ueno@unixuser.org>
7265
7266 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7267 Document that this option is not recommended to use.
7268
f3445fab
GM
72692009-09-19 Glenn Morris <rgm@gnu.org>
7270
547c6921
GM
7271 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7272 variable `var'.
7273
f3445fab
GM
7274 * calc/calc-alg.el (var):
7275 * calc/calcalg2.el (var): Define for compiler.
7276
946c009b
CY
72772009-09-19 Chong Yidong <cyd@stupidchicken.com>
7278
e3f36d03
SM
7279 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7280 Doc fix (Bug#3932).
e2045997 7281
24aedbca
CY
7282 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7283
327dd27a
CY
7284 * time-stamp.el (time-stamp-month-dd-yyyy)
7285 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7286 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7287 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7288 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7289 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7290
946c009b
CY
7291 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7292 indent buffer only if called interactively (Bug#4452).
7293
3e70541a
JB
72942009-09-19 Juanma Barranquero <lekktu@gmail.com>
7295 Eli Zaretskii <eliz@gnu.org>
7296
7297 This fixes bug#4197 (merged to bug#865, though not identical).
7298 * server.el (server-auth-dir): Add docstring note about FAT32.
7299 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7300 but warn against using them.
7301
9b94c32e
NR
73022009-09-19 Nick Roberts <nickrob@snap.net.nz>
7303
7304 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7305 older GDB where there is no has_more field.
7306
66590684
GM
73072009-09-19 Glenn Morris <rgm@gnu.org>
7308
7309 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7310
9a1337f9
CY
73112009-09-18 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * files.el (auto-mode-alist): Change default for XML files to nXML
7314 mode (Bug#4169).
7315
d7554167
JB
73162009-09-18 Juanma Barranquero <lekktu@gmail.com>
7317
7318 * server.el (server-ensure-safe-dir): Pass 'integer
7319 to `file-attributes', as suggested.
7320
35a3f9a4
SM
73212009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7324 (dired-query): Use read-key.
7325
044f9b05
AR
73262009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7327
7328 * cus-start.el (ns-use-qd-smoothing): Remove.
7329
6188ea49
GM
73302009-09-18 Glenn Morris <rgm@gnu.org>
7331
08cf18e4
GM
7332 * allout.el (top-level): Remove unnecessary progn.
7333
07eae5c5
GM
7334 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7335
6726c25e
GM
7336 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7337 definition of abbrev table.
7338
3f527154 7339 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7340 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7341 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7342 * net/newst-backend.el (newsticker--cache-read-feed):
7343 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7344 condition-case handlers.
7345
ccb4c30c
NR
73462009-09-18 Nick Roberts <nickrob@snap.net.nz>
7347
7348 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7349 (gdb-var-list): Add an element for has_more field.
7350 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7351 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7352 (gdb-var-update-handler-1): Parse output of dynamic variable
7353 objects (STL containers).
7354 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7355 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7356
7357 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7358 gdb-var-list.
7359 (gud-speedbar-buttons): Make node expandable if expression "has more"
7360 children.
7361
8686ac71
JB
73622009-09-17 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * startup.el (emacs-quick-startup): Remove variable and all uses.
7365 (command-line): Set `inhibit-x-resources' instead.
7366 (command-line-1): Use `inhibit-x-resources' instead.
7367
a69c67e8
CY
73682009-09-17 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * subr.el: Fix last change to avoid using the `unless' macro,
7371 which breaks bootstrapping.
7372
354f0faf
SM
73732009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7376 extended definitions, in case we reload subr.el after having
7377 loaded CL.
7378 (eval-next-after-load): Mark as obsolete.
7379
98b9bf40
JL
73802009-09-17 Juri Linkov <juri@jurta.org>
7381
7382 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7383 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7384 (menu-bar-showhide-menu, menu-bar-tools-menu)
7385 (menu-bar-describe-menu, menu-bar-help-menu)
7386 (minibuffer-local-completion-map, minibuffer-local-map):
7387 Fix list quoting.
7388
28fab7b5
GM
73892009-09-17 Glenn Morris <rgm@gnu.org>
7390
88d5190c
GM
7391 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7392 arguments, whether or not it has a handler.
7393
74f24ba7
GM
7394 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7395
28fab7b5
GM
7396 * simple.el (hard-newline): Give it a doc-string.
7397
a8106aec
GM
7398 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7399 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7400
76251ad7
DN
74012009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7402
72033dbe
DN
7403 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7404 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7405 (menu-bar-options-menu, menu-bar-showhide-menu)
7406 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7407 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7408 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7409 (menu-bar-options-menu, menu-bar-tools-menu)
7410 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7411 (menu-bar-help-menu):
7412 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7413 string arguments.
7414
76251ad7
DN
7415 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7416 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7417 calls for the menu names and :help.
7418
97b952b7
SM
74192009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7422 to :minor-mode-function (bug#4455).
7423
8f38189e
SM
74242009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7425
d2fd733e
SM
7426 * startup.el (command-line): Initialize the window-system after
7427 processing the command-line.
7428
8f38189e
SM
7429 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7430 page-delimiter matches the empty string.
7431
77564fa4
GM
74322009-09-16 Glenn Morris <rgm@gnu.org>
7433
7434 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7435 byte-compile-not-obsolete-var. It's a list now.
7436 (byte-compile-not-obsolete-funcs): New variable.
7437 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7438 byte-compile-not-obsolete-funcs.
7439 (byte-compile-variable-ref, byte-compile-defvar): Update for
7440 byte-compile-not-obsolete-vars name-change and list nature.
7441 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7442 and variables behind (f)boundp tests.
7443 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7444
79d316d3
DN
74452009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7446
7447 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7448
8fed6934
SM
74492009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7452 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7453 Don't autoload.
7454
4078fd57
SE
74552009-09-15 Stephen Eglen <stephen@gnu.org>
7456
7457 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7458 the virtual-buffers, use the name of the buffer specified by
4078fd57 7459 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7460 problem if the target and the symlink had different names.)
4078fd57 7461
838ff458
SM
74622009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7463
b3c7c12d
SM
7464 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7465
13dc2bc2
SM
7466 * desktop.el (desktop-path): Check user-emacs-directory.
7467
49fec531
SM
7468 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7469
0e328d37
SM
7470 * loadup.el: Use after-load-functions to GC after loading each file.
7471 Remove the explicit GC calls that used to be sprinkled around.
7472
838ff458
SM
7473 * subr.el (after-load-functions): New hook.
7474 (do-after-load-evaluation): Run it. Use string-match-p to detect
7475 `obsolete' packages, rather than painfully extracting the relevant
7476 directory name.
7477
a62f564f
GM
74782009-09-15 Glenn Morris <rgm@gnu.org>
7479
7480 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7481 free variable `doc'.
7482
7483 * dired.el (dired-mode-map): Add menu entry for async shell command.
7484
7485 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7486 variables, also consider the .elc files, since the .el files are
7487 normally gzipped (subsequent code locates the .el.gz from the .elc).
7488
7489 * calc/calc-prog.el (arglist): Define for compiler.
7490
7491 * calendar/diary-lib.el (diary-display-function): Change the default to
7492 fancy display.
7493 (body): Define for compiler.
7494
7495 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7496 (byte-compile-file-form, byte-compile-lambda)
7497 (byte-compile-top-level-body, byte-compile-form)
7498 (byte-compile-variable-ref, byte-compile-setq)
7499 (byte-compile-setq-default, byte-compile-body)
7500 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7501 (batch-byte-compile): Give some more local variables with common names
7502 a "bytecomp-" prefix to avoid masking warnings about free variables.
7503
cd05fe7f
GM
7504 * startup.el (command-line-1): Give local variables with common names a
7505 distinguishing prefix, so as not to hide free variable warnings during
7506 bootstrap.
7507
a62f564f
GM
7508 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7509 clever and add a suffix to make a unique name, just let the user decide
7510 whether or not to overwrite it. If the input is a directory, write the
7511 default filename to that directory. (Bug#4388)
7512 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7513 is a filename-as-a-directory.
7514
fbc88440
SM
75152009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * textmodes/page.el (what-page): Don't move to beginning of line.
7518 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7519
60308853
DN
75202009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7521
7522 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7523
32ba3abc
DN
75242009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7525
9cd39aff
DN
7526 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7527 * help.el (help-for-help-internal): Add purecopy calls for text.
7528
32ba3abc
DN
7529 * vc.el (top): print-log method now takes an optional SHORTLOG
7530 argument. Add a new method: root.
32ba3abc
DN
7531 (vc-root-diff, vc-print-root-log): New functions.
7532 (vc-log-short-style): New variable.
7533 (vc-print-log-internal): Add support for showing short logs.
7534
7535 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7536 vc-print-root-log and vc-print-root-diff.
7537
7538 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7539 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7540 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7541 short logs.
7542
7543 * vc-cvs.el (vc-cvs-print-log):
7544 * vc-mtn.el (vc-mtn-print-log):
7545 * vc-rcs.el (vc-rcs-print-log):
7546 * vc-sccs.el (vc-sccs-print-log):
7547 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7548 that is ignored for now.
7549
837b0e99
DN
7550 * vc-mtn.el (vc-mtn-annotate-command):
7551 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7552
31cd2dd4
SM
75532009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7556 to function-key-map, and give them ascii-character property.
7557 * term/x-win.el (x-alternatives-map):
7558 * term/ns-win.el (ns-alternatives-map):
7559 * term/internal.el (msdos-key-remapping-map):
7560 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7561
d62e5bf2
GM
75622009-09-14 Glenn Morris <rgm@gnu.org>
7563
7564 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7565 temp-buffers (2009-09-12).
7566
7d0105e5
SM
75672009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7570 the new read-key function.
7571
e17ed9ad
CY
75722009-09-13 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7575 is defined (Bug#4405).
7576
1fc26e29
CY
75772009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7578
7579 * recentf.el (recentf-cleanup): Use a hash table to find
7580 duplicates (Bug#4407).
7581
61dc96a2 75822009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7583
7584 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7585 kp-0 to ascii equivalents (Bug#4325).
7586
42c3a9e3
CY
75872009-09-13 Chong Yidong <cyd@stupidchicken.com>
7588
1f5c1626
CY
7589 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7590
42c3a9e3 7591 * eshell/em-hist.el:
31cd2dd4
SM
7592 * eshell/em-dirs.el (eshell-complete-user-reference):
7593 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7594
75952009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7596
7597 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7598 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7599 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7600 * eshell/em-hist.el (eshell-history-file-name):
7601 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7602
1e2b6acf
GM
76032009-09-13 Glenn Morris <rgm@gnu.org>
7604
7605 * ediff-merg.el (ediff-do-merge):
7606 * filesets.el (filesets-run-cmd):
7607 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7608 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7609 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7610 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7611 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7612 Replace empty `let's with `progn'.
7613
adba8116
SM
76142009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * mail/sendmail.el (send-mail-function):
7617 * tooltip.el (tooltip-mode):
7618 * simple.el (transient-mark-mode):
7619 * rfn-eshadow.el (file-name-shadow-mode):
7620 * frame.el (blink-cursor-mode):
7621 * font-core.el (global-font-lock-mode):
7622 * files.el (temporary-file-directory)
7623 (small-temporary-file-directory, auto-save-file-name-transforms):
7624 * epa-hook.el (auto-encryption-mode):
7625 * composite.el (global-auto-composition-mode):
7626 Use custom-initialize-delay.
7627 * startup.el (command-line): Don't explicitly call
7628 custom-reevaluate-setting for all the above vars.
7629 * custom.el (custom-initialize-safe-set)
7630 (custom-initialize-safe-default): Delete.
7631
0a4afea9
SM
76322009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7633
9f94990d
SM
7634 * term/x-win.el (x-initialize-window-system):
7635 * term/w32-win.el (w32-initialize-window-system):
7636 * term/ns-win.el (ns-initialize-window-system): Don't call
7637 mouse-wheel-mode since it's enabled globally by default already.
7638
0a4afea9
SM
7639 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7640 actually define the variable, but only silences the byte-compiler.
7641 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7642 before looking it up.
7643 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7644 is changed.
7645
bf01513f
GM
76462009-09-12 Glenn Morris <rgm@gnu.org>
7647
7648 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7649 1000.
7650 (elint-add-required-env): Don't beep on error.
7651 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
7652 (elint-init-env): Skip non-list forms.
7653 (elint-log): Handle unknown file positions.
bf01513f 7654
d85889e4
DU
76552009-09-12 Daiki Ueno <ueno@unixuser.org>
7656
7657 * epg.el (epg-make-context): Add autoload cookie.
7658 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7659 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7660 (epg-verify-string, epg-start-sign, epg-sign-file)
7661 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7662 (epg-encrypt-string, epg-start-export-keys)
7663 (epg-export-keys-to-file, epg-export-keys-to-string)
7664 (epg-start-import-keys, epg-import-keys-from-file)
7665 (epg-import-keys-from-string, epg-start-receive-keys)
7666 (epg-receive-keys, epg-import-keys-from-server)
7667 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7668 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
7669 (epg-generate-key-from-file, epg-generate-key-from-string):
7670 Remove autoload cookie.
d85889e4 7671
8f825ee6
EZ
76722009-09-12 Eli Zaretskii <eliz@gnu.org>
7673
36b434ee
EZ
7674 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7675 reevaluation of trash-directory.
7676
8f825ee6
EZ
7677 * mwheel.el: Fix last change.
7678 (mouse-wheel-mode): New defvar.
7679 (mouse-wheel-mode): Remove autoload cookie.
7680
5766c380
SM
76812009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7682
ab5c0fcd
SM
7683 * mwheel.el (mwheel-installed-bindings): New var.
7684 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7685 the bindings we set last time. Use custom-initialize-delay.
7686 * loadup.el: Load mwheel after term/*-win.el.
7687 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7688 and mouse-wheel-up-event now that their first evaluation is done
7689 sufficiently late to be correct.
7690
45448e64
SM
7691 * startup.el (tutorial-directory): Make it a defcustom.
7692 Use custom-initialize-delay rather than eval-at-startup to set it.
7693 * image.el (image-load-path): Make it a defcustom.
7694 Use custom-initialize-delay rather than eval-at-startup to set it.
7695 * subr.el (eval-at-startup): Remove.
7696 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7697
5766c380
SM
7698 * subr.el (do-after-load-evaluation): Warn the user after loading an
7699 obsolete package.
7700
d6549da4
GM
77012009-09-12 Glenn Morris <rgm@gnu.org>
7702
7703 * proced.el (proced-mark-alt): Remove alias.
7704 (proced-mode-map): Remove proced-mark-alt.
7705
7706 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7707 Elint file and directory. Remove initialization entry.
7708
7709 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7710 commands.
7711 (elint-current-buffer): Set mode-line-process.
7712 (elint-init-env): Handle define-derived-mode.
7713 Fix declare-function with unspecified arglist. Guard against odd
7714 defalias statements (eg iso-insert's 8859-1-map).
7715 (elint-add-required-env): Use a temp buffer.
7716 (elint-form): Just print the function/macro name, not the whole form.
7717 Return env unchanged if we fail to parse a macro.
7718 (elint-forms): Guard against parse errors.
7719 (elint-output): New function, to handle batch mode.
7720 (elint-log-message): Add optional argument. Use elint-output.
7721 (elint-set-mode-line): New function.
7722
30194d4d
CY
77232009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7724
7725 * emacs-lisp/elp.el (elp-not-profilable): Add more
7726 functions (Bug#4233).
7727
a035f9b0
CY
77282009-09-12 Chong Yidong <cyd@stupidchicken.com>
7729
7730 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7731 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7732
dad61164
NR
77332009-09-11 Nick Roberts <nickrob@snap.net.nz>
7734
7735 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7736 (gdb-var-list-children): Use json parsing.
7737
9c3c9fdf 77382009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
7739
7740 * progmodes/js.el (js--proper-indentation): Handle the case where
7741 char-before is null. Reported by Deniz Dogan.
7742
b4587710
JB
77432009-09-11 Juanma Barranquero <lekktu@gmail.com>
7744
7745 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7746
13890796
DU
77472009-09-11 Daiki Ueno <ueno@unixuser.org>
7748
7749 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7750 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 7751 (epg-context-set-passphrase-callback)
97d4bdba 7752 (epg-context-set-progress-callback): Add description about
b18508dd 7753 callback function.
13890796 7754
2efb64a8
SM
77552009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7756
790d0270
SM
7757 * custom.el (custom-delayed-init-variables): New var.
7758 (custom-initialize-delay): New function.
7759 * startup.el (command-line): "Re"evaluate all vars in
7760 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7761 explicitly any more.
7762 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7763 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7764
7765 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 7766
ac243a40
NR
77672009-09-11 Nick Roberts <nickrob@snap.net.nz>
7768
7769 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7770 (gdb-var-update-handler): Use json parsing.
7771
657bc6fc
JB
77722009-09-11 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7775 decode annotated text, regardless of language environment. (Bug#2741)
7776
b6fe8102
SM
77772009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * Makefile.in (autoloads): Make rmail.el writable as well.
7780
5cc443fe
GM
77812009-09-11 Glenn Morris <rgm@gnu.org>
7782
5515c54e
GM
7783 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7784 loaddefs.el.
7785 * dired.el: Regenerate with extracted autoloads.
7786 * Makefile.in (autoloads): Make dired.el writable.
7787
15067158
GM
7788 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7789 * ibuffer.el: Regenerate with extracted autoloads.
7790 * Makefile.in (autoloads): Make ibuffer.el writable.
7791
d35d0238
GM
7792 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7793 * version.el (emacs-copyright, emacs-major-version)
7794 (emacs-minor-version): Reformat doc-strings for make-docfile.
7795
5cc443fe
GM
7796 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7797 functions and variables, since they must be stuff specific to some other
7798 platform.
7799 (apropos-print): Make mouse-click message less specific about button.
7800
7801 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7802 that records where a macro was defined.
7803 * help-fns.el (describe-function-1): Mention if a function has a
7804 compiler-macro.
7805 * help-mode.el (help-function-cmacro): New button.
7806
7807 * locate.el (top-level): Always require dired.
7808 (locate-mode-map): Initialize inside the defvar.
7809
7810 * net/ange-ftp.el (dired-compress-file): Declare.
7811 (ange-ftp-dired-compress-file): Add doc string.
7812
7813 * term/ns-win.el (x-display-name, x-setup-function-keys):
7814 Unify doc-strings with X versions.
7815
8cb95edf
SM
78162009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7817
726a4d09
SM
7818 * emulation/crisp.el (crisp-mode-map): Move initialization
7819 into declaration.
7820 (crisp-mode): Use define-minor-mode.
7821
8cb95edf
SM
7822 * progmodes/xscheme.el (xscheme-evaluation-commands):
7823 Put a :advertised-binding property rather than using
7824 advertised-xscheme-send-previous-expression.
7825 (advertised-xscheme-send-previous-expression): Declare obsolete.
7826 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7827 `advertised-undo'.
7828 (crisp-mode): Add corresponding bindings to
7829 undo's :advertised-binding instead.
7830 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7831 than using dired-advertised-find-file.
7832 (dired-advertised-find-file):
7833 * simple.el (advertised-undo):
7834 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7835 (widget-keymap): Put a :advertised-binding property rather
7836 than using advertised-widget-backward.
7837 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7838 than using advertised-undo.
7839 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7840
07db5857
SS
78412009-09-10 Simon South <ssouth@slowcomputing.org>
7842
7843 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7844 Mark mode is enabled and region is active; otherwise indent or
7845 insert TAB as usual.
7846 (delphi-mode): Update description of TAB-key binding.
7847
50d4ba39
SM
78482009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * subr.el (define-key-rebound-commands): Mark obsolete.
7851 * startup.el (precompute-menubar-bindings): Remove.
7852 (normal-top-level): Remove obsolete code that tried to precompute
7853 menubar bindings.
7854 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7855 define-key-rebound-commands and precompute-menubar-bindings.
7856
ffa894db
KY
78572009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7858
7859 * net/imap.el (imap-interactive-login): Better messages.
7860 (imap-open): Fix bug with renamed buffer on reconnect.
7861 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7862 for easier debugging and cleaner code. On successful (guessed based on
7863 server capabilities) secondary authentication, set imap-state
7864 correctly.
7865 (imap-last-authenticator): Define imap-last-authenticator as a variable
7866 to avoid warnings.
7867
9477096c
GM
78682009-09-10 Glenn Morris <rgm@gnu.org>
7869
7870 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7871
7872 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7873 (byte-compile-file-form-autoload): Don't warn about unknown functions
7874 where the autoload statement comes after the use.
7875 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7876 that any handlers inside the body (eg require) are in turn respected.
7877
7878 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7879 effects.
7880
7881 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7882 and syntax and abbrev tables basic docs, if they don't have any.
7883
7884 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7885
7886 * international/mule-cmds.el (top-level): Require cl when compiling.
7887 (view-hello-file): Use default-value rather than
7888 default-enable-multibyte-characters.
7889
7890 * progmodes/fortran.el: Move all safe and risky properties into the
7891 defcustoms.
7892
7893 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7894 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7895 * mail/undigest.el:
7896 Put autoloads in rmail.el rather than loaddefs.el.
7897 * mail/rmail.el: Regenerate with extracted autoloads.
7898
7899 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7900 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7901
9f16c547
NR
79022009-09-10 Nick Roberts <nickrob@snap.net.nz>
7903
7904 Reported in thread for Bug#4375.
7905 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7906 "-data-evaluate-expression" instead of print.
7907 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7908 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
7909 (gdb): Revert 2009-08-11 change. User should detach inferior
7910 manually.
9f16c547
NR
7911
7912 Remove the word "separate" from IO functions as inferior
7913 output is now never displayed in the GUD buffer.
7914
50405cd0
JB
79152009-09-10 Juanma Barranquero <lekktu@gmail.com>
7916
7917 * startup.el (command-line-normalize-file-name): On Windows and
7918 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7919
7ae62430
JL
79202009-09-10 Juri Linkov <juri@jurta.org>
7921
7922 * isearch.el (isearch-text-char-description): Propertize escape
7923 character sequences with the `escape-glyph' face. (Bug#4344)
7924
7925 * simple.el (shell-command): Set asynchronous process filter to
7926 `comint-output-filter'. (Bug#4343)
7927
7928 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7929 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7930 the list. Move "asm" to the bottom.
7931 (grep-find-ignored-directories): Add `choice' with nil value
7932 to empty the list easily.
7933 (grep-find-ignored-files): New option.
7934 (grep-files-history): Set to nil by default instead of '("ch" "el").
7935 (grep-compute-defaults): Add "<X>" to `grep-template'.
7936 (grep-read-files): Bind new local variables `default-alias' and
7937 `default-extension'. Use a list of default values for the file prompt.
7938 (lgrep): Add `--exclude=' command line options composed from
7939 `grep-find-ignored-files'.
7940 (rgrep): Add `-name' command line options composed from
7941 `grep-find-ignored-files'. (Bug#4301)
7942
cd875252
SM
79432009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7946 (bug#4368).
7947
cdce0b33
KY
79482009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7949
7950 * calendar/time-date.el (autoload):
7951 Expand define-obsolete-function-alias into defalias and make-obsolete
7952 for old Emacsen that Gnus supports.
7953 (with-no-warnings): Define it for old Emacsen.
7954 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7955 is available.
7956 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7957 float-time is available; suppress compile warning for time-to-seconds.
7958
79592009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7960
7961 * net/imap.el (imap-message-map): Docstring fix.
7962
2b2eb431
GM
79632009-09-09 Glenn Morris <rgm@gnu.org>
7964
7965 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7966 line numbers too. (Bug#4374)
7967
83a5aac5
SM
79682009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7969
755e0210
SM
7970 * smerge-mode.el (smerge-remove-props, smerge-refine):
7971 Use with-silent-modifications (bug#4342).
7972
83a5aac5
SM
7973 * subr.el (with-silent-modifications): New macro.
7974
79f01fa7
JB
79752009-09-07 Juanma Barranquero <lekktu@gmail.com>
7976
7977 * files.el (top-level): Require `cl' when compiling.
7978
448ecec3
GM
79792009-09-07 Glenn Morris <rgm@gnu.org>
7980
7981 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7982
8f09a02f
GM
7983 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7984 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7985
76ff67bf
NR
79862009-09-06 Nick Roberts <nickrob@snap.net.nz>
7987
7988 * vc-git.el (vc-git-annotate-command): Use separator to parse
7989 arguments correctly.
7990
943c8b75
EZ
79912009-09-06 Eli Zaretskii <eliz@gnu.org>
7992
7993 * proced.el (proced-mode): Doc fix.
7994
680db9ac
MA
79952009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7996
7997 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7998 lstat fails.
7999 (tramp-do-file-attributes-with-ls): Check for file existence at
8000 remote end.
8001 (tramp-do-file-attributes-with-stat): Likewise.
8002 (tramp-convert-file-attributes): Return nil when attr is nil.
8003
3f12e5bd
GM
80042009-09-05 Glenn Morris <rgm@gnu.org>
8005
c8dc27bf
GM
8006 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8007 properties to this button.
8008 (diary-fancy-display): Don't extend the button to the final newline.
8009 (diary-fancy-display-mode): Continue to define "q" as a local key.
8010
cca065d8
GM
8011 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8012 efficient.
8013
cddaedb6
GM
8014 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8015
3f12e5bd
GM
8016 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8017 (byte-compile-dest-file-function): New option.
8018 (byte-compile-dest-file): Doc fix.
8019 Obey byte-compile-dest-file-function.
8020 (byte-compile-cl-file-p): New function.
8021 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8022 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8023 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8024 than for file being previously loaded.
8025 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8026 (byte-compile-file-form-require): Handle the case where requiring a file
8027 indirectly causes CL to be loaded.
8028
049a231b
KF
80292009-09-05 Karl Fogel <kfogel@red-bean.com>
8030
8031 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8032 before killing the old buffer, since by the time `kill-buffer' is
8033 run so many buffer variables have been set to nil that it may not
8034 behave as expected. (Bug#4061)
8035
ef7ef2a0
KF
80362009-09-05 Karl Fogel <kfogel@red-bean.com>
8037
8038 * files.el (find-alternate-file): If the old buffer is modified
8039 and visiting a file, behave similarly to `kill-buffer' when
8040 killing it, thus reverting to the pre-1.878 behavior; see
8041 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8042 for discussion. Also, consult `buffer-file-name' as a variable
8043 not as a function, for consistency with the rest of the code.
8044
73d854cd
MA
80452009-09-04 Michael Albinus <michael.albinus@gmx.de>
8046
8047 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8048 also when adding a new directory.
8049
8050 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8051 defun.
8052
df120481
SM
80532009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * files.el (locate-file-completion-table): Make it provide boundary
8056 information, so partial-completion works better.
8057
c0bc6d79
SM
80582009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8059
8060 * mail/footnote.el (Footnote-text-under-cursor):
8061 Check footnote-text-marker-alist before using it (bug#4324).
8062
f76a9756
GM
80632009-09-04 Glenn Morris <rgm@gnu.org>
8064
67d110f1
GM
8065 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8066 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8067 * play/solitaire.el, play/tetris.el:
8068 Remove leading * from defcustom and defface docs.
8069
b42d4989
GM
8070 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8071 necessary.
8072 (diary-fancy-overriding-map): New variable.
8073 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8074 Use view-mode.
8075
f76a9756
GM
8076 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8077 goto-line.
8078
e605eeeb
GM
80792009-09-03 Glenn Morris <rgm@gnu.org>
8080
597e2240
GM
8081 * arc-mode.el (archive-mode):
8082 * dos-fns.el (set-default-process-coding-system):
8083 * man.el (Man-getpage-in-background):
8084 * menu-bar.el (menu-bar-describe-menu):
8085 * server.el (server-process-filter):
8086 * startup.el (command-line):
8087 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8088 * w32-fns.el (set-default-process-coding-system):
8089 * x-dnd.el (x-dnd-handle-file-name):
8090 * international/mule-cmds.el (mule-menu-keymap)
8091 (set-default-coding-systems, language-info-alist, set-language-info)
8092 (set-language-environment, standard-display-european-internal)
8093 (set-locale-environment):
8094 * international/mule-diag.el (mule-diag):
8095 * mail/emacsbug.el (report-emacs-bug):
8096 * mail/rmail.el (rmail-mode):
8097 * mail/sendmail.el (mail-setup):
8098 Use default-value rather than default-enable-multibyte-characters.
8099
f38184aa
GM
8100 * progmodes/f90.el: Move all safe properties into the defcustoms.
8101 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8102
e605eeeb
GM
8103 * calendar/appt.el (appt-check):
8104 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8105 (diary-check-diary-file, diary-list-entries)
8106 (diary-include-other-diary-files, diary-simple-display)
8107 (diary-fancy-display, diary-print-entries)
8108 (diary-mark-included-diary-files, diary-make-entry):
8109 Don't call substitute-in-file-name on diary-file.
8110
734db384
SM
81112009-09-03 Eduard Wiebe <usenet@pusto.de>
8112 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8115 (footnote-mode-map): Move initialization into the declaration.
8116 (footnote-minor-mode-map): Define it rather than changing global-map.
8117 (footnote-mode): Use define-minor-mode.
8118
e5aa47f9
MA
81192009-09-02 Michael Albinus <michael.albinus@gmx.de>
8120
8121 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8122 (tramp-do-file-attributes-with-perl)
8123 (tramp-do-file-attributes-with-stat): Rename from
8124 `tramp-handle-file-attributes-with-*'.
8125 (tramp-handle-file-attributes): Use them.
8126 (tramp-do-directory-files-and-attributes-with-perl)
8127 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8128 `tramp-handle-directory-files-and-attributes-with-*'.
8129 (tramp-handle-directory-files-and-attributes): Use them.
8130 (tramp-method-out-of-band-p): Additional parameter SIZE.
8131 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8132 (tramp-handle-write-region): Use it.
734db384 8133 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8134 (tramp-handle-vc-registered): Check, whether the first run did
8135 return files to be tested.
8136 (tramp-advice-make-auto-save-file-name): Do not call directly
8137 `tramp-handle-make-auto-save-file-name', because this would bypass
8138 the locking mechanism.
8139
734db384 8140 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8141 (file-remote-p, process-file, start-file-process, set-file-times)
8142 (tramp-compat-file-attributes): Compatibility functions shall not
8143 call directly `tramp-handle-*', because this would bypass the
8144 locking mechanism.
8145 (tramp-compat-number-sequence): New defun.
8146
6e2ca895
GM
81472009-09-02 Glenn Morris <rgm@gnu.org>
8148
697c7714
GM
8149 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8150 alias for float-time.
8151 (time-to-number-of-days): In Emacs, use float-time.
8152 * net/newst-backend.el (time-add): Suppress warnings from compat
8153 function.
8154 * time.el (emacs-uptime, emacs-init-time):
8155 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8156 Use float-time rather than time-to-seconds.
8157
6e2ca895
GM
8158 * minibuffer.el (completion-initials-expand): Fix typo.
8159
8160 * faces.el (modeline, modeline-inactive, modeline-highlight)
8161 (modeline-buffer-id):
8162 * info.el (info-menu-5): Mark these face aliases as obsolete.
8163
ed17efec
NR
81642009-09-01 Nick Roberts <nickrob@snap.net.nz>
8165
8166 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8167 space ...
8168 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8169 no "--thread" option.
8170 (gdb-stopped): Don't print "Switched to thread" message when it is
8171 unchanged.
8172
fcb68f70
SM
81732009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * minibuffer.el (completion-try-completion)
8176 (completion-all-completions): Remove ill-defined (and
8177 mistakenly installed and luckily never used nor documented)
8178 `completion-styles' property.
8179 (completion-initials-expand, completion-initials-all-completions)
8180 (completion-initials-try-completion): New functions.
8181 (completion-styles-alist): Add doc to each entry.
8182 Add new `initials' entry.
8183
83318a6d
NR
81842009-09-01 Nick Roberts <nickrob@snap.net.nz>
8185
8186 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8187 MI command -var-evaluate-expression.
8188 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8189 and tweak for case of string child.
734db384 8190 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8191
d63eb0e7
GM
81922009-09-01 Glenn Morris <rgm@gnu.org>
8193
c4f6e489
GM
8194 * add-log.el (change-log-date-face, change-log-name-face)
8195 (change-log-email-face, change-log-file-face, change-log-list-face)
8196 (change-log-conditionals-face, change-log-function-face)
8197 (change-log-acknowledgement-face):
8198 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8199 (custom-modified-face, custom-set-face, custom-changed-face)
8200 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8201 (custom-documentation-face, custom-state-face, custom-comment-face)
8202 (custom-comment-tag-face, custom-variable-tag-face)
8203 (custom-variable-button-face, custom-face-tag-face)
8204 (custom-group-tag-face-1, custom-group-tag-face):
8205 * diff-mode.el (diff-header-face, diff-file-header-face)
8206 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8207 (diff-added-face, diff-changed-face, diff-function-face)
8208 (diff-context-face, diff-nonexistent-face):
8209 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8210 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8211 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8212 (Info-title-4-face):
8213 * isearch.el (isearch-lazy-highlight-face):
8214 * log-view.el (log-view-file-face, log-view-message-face):
8215 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8216 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8217 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8218 (cvs-msg-face):
8219 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8220 (smerge-base-face, smerge-markers-face):
8221 * wid-edit.el (widget-documentation-face, widget-button-face)
8222 (widget-field-face, widget-single-line-field-face)
8223 (widget-inactive-face, widget-button-pressed-face):
8224 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8225 (woman-addition-face):
2fb1ec93
GM
8226 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8227 (eshell-ls-executable-face, eshell-ls-readonly-face)
8228 (eshell-ls-unreadable-face, eshell-ls-special-face)
8229 (eshell-ls-missing-face, eshell-ls-archive-face)
8230 (eshell-ls-backup-face, eshell-ls-product-face)
8231 (eshell-ls-clutter-face):
8232 * eshell/em-prompt.el (eshell-prompt-face):
8233 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8234 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8235 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8236 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8237 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8238 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8239 (antlr-font-lock-literal-face):
c4f6e489
GM
8240 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8241 (ebrowse-root-class-face, ebrowse-file-name-face)
8242 (ebrowse-default-face, ebrowse-member-attribute-face)
8243 (ebrowse-member-class-face, ebrowse-progress-face):
8244 * progmodes/make-mode.el (makefile-space-face):
8245 * progmodes/sh-script.el (sh-heredoc-face):
8246 * textmodes/flyspell.el (flyspell-incorrect-face)
8247 (flyspell-duplicate-face):
8248 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8249 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8250 Mark face aliases with "-face" suffix as obsolete.
8251
d80619fa
GM
8252 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8253 compiler.
8254
5f68c1b7
GM
8255 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8256 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8257 easy-menu-define wants to modify these.
8258
8259 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8260
8261 * net/browse-url.el (browse-url-file-url):
8262 * term/internal.el (dos-codepage-setup):
8263 Use default-value rather than default-enable-multibyte-characters.
8264
d80619fa 8265 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8266 * progmodes/flymake.el (flymake-highlight-line)
8267 (flymake-goto-file-and-line, flymake-goto-line):
8268 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8269 (gdb-goto-breakpoint):
8270 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8271 * progmodes/python.el (python-find-function)
8272 (python-pdbtrack-track-stack-file):
8273 * progmodes/verilog-mode.el (verilog-surelint-off):
8274 * term/ns-win.el (ns-open-file-select-line):
8275 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8276 Use forward-line rather than goto-line.
8277
d63eb0e7
GM
8278 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8279 * textmodes/reftex-index.el (reftex-display-index):
8280 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8281 * textmodes/reftex-toc.el (reftex-toc):
8282 Remove unnecessary bindings of default-major-mode (all are followed by
8283 major-mode check and possible mode switch).
8284
0afad278
NR
82852009-08-31 Nick Roberts <nickrob@snap.net.nz>
8286
8287 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8288 Handle watchpoints (bug#4282).
8289 (def-gdb-thread-buffer-command): Enable thread to be selected by
8290 clicking without selecting threads buffer first.
8291 (gdb-current-context-command): Use selected frame so that "up",
8292 "down" etc work in the GUD buffer.
8293 (gdb-update): Find selected frame before rendering stack buffer.
8294 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8295
4e135dd2
SM
82962009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * progmodes/sym-comp.el (displayed-completions): Remove.
8299 (symbol-complete): Use minibuffer-complete.
8300
e61eba34
GM
83012009-08-31 Glenn Morris <rgm@gnu.org>
8302
8303 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8304
734db384
SM
8305 * apropos.el (apropos-symbols-internal):
8306 Handle (obsolete) face aliases.
e61eba34
GM
8307
8308 * faces.el (describe-face): Adjust the output format to be more like
8309 describe-variable, and to mention (obsolete) face aliases.
8310 Adjust the whitespace so that help-setup-xref works.
8311
8312 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8313 * calendar/diary-lib.el (diary-button-face):
8314 Mark these face aliases as obsolete.
8315
8316 * calendar/calendar.el (calendar-today): Doc fix.
8317
4cf71456
NR
83182009-08-31 Nick Roberts <nickrob@snap.net.nz>
8319
8320 * progmodes/gdb-mi.el (gdb-control-all-threads)
8321 (gdb-control-current-thread): Force tool bar update.
8322 (gdb-non-stop-handler): New function.
8323 (gdb-init-1): Use it to test if non-stop mode is supported.
8324 Remove unused gdbmi buffer type.
8325
e61eba34 83262009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8327
8328 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8329 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8330
4324f7ca
NR
83312009-08-30 Nick Roberts <nickrob@snap.net.nz>
8332
8333 * comint.el (comint-exec-1): Check command is non-null first.
8334 Part of gdb-mi.el change (2009-08-28).
8335
a1bf889a
SM
83362009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8339
060c08b5
JB
83402009-08-30 Juanma Barranquero <lekktu@gmail.com>
8341
8342 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8343 instead of `dolist' to avoid a recursive require when bootstrapping.
8344
ab22be48
SM
83452009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8346
73ebf88f
SM
8347 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8348
80629cfc
SM
8349 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8350
206d0387 8351 * net/imap.el (imap-send-command): Simplify.
734db384 8352 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8353
844f7784
SM
8354 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8355
5ca4661e
SM
8356 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8357 with constant argument.
8358
c61dc887
SM
8359 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8360
7eb73deb
SM
8361 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8362
5fe443de
SM
8363 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8364 Change default, since most of our files don't have a history.
8365 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8366 the user.
8367
6444d64a
SM
8368 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8369 Add comint-run.
8370
5cb16bfc
SM
8371 * calc/calc.el: Improve commenting convention.
8372 (calc-digit-map, toplevel): Simplify.
8373
0aeb71a7
SM
8374 * comint.el (comint-insert-input): Be careful to only set point if we
8375 don't delegate to some other command.
8376
9a9af856
SM
8377 * proced.el (proced-signal-list): Make it an alist.
8378 (proced-grammar-alist): Capitalize names.
8379 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8380 Disable undo manually and make it read-only.
8381 Use completion-annotate-function.
8382
ab22be48
SM
8383 * minibuffer.el (minibuffer-message): If the current buffer is not
8384 a minibuffer, insert the message in the echo area rather than at the
8385 end of the buffer.
8386 (completion-annotate-function): New variable.
8387 (minibuffer-completion-help): Use it.
8388 (completion--embedded-envvar-table): Environment vars are
8389 always case-sensitive.
8390
4a948dbf
GM
83912009-08-30 Glenn Morris <rgm@gnu.org>
8392
8393 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8394 from fortran-current-defun.
8395 (fortran-beginning-of-subprogram): Be more precise about finding the
8396 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8397 (fortran-end-of-subprogram): Simplify.
8398 (fortran-current-defun): Use fortran-start-prog-re.
8399
486cf3b8
JB
84002009-08-29 Juanma Barranquero <lekktu@gmail.com>
8401
8402 * subr.el (do-after-load-evaluation): Simplify.
8403
db167d28
DN
84042009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8405
8406 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8407
8408 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8409 (vc-rcs-print-log): Use it.
8410
8411 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8412
efbc652a
SM
84132009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8414
2aa0e5bf
SM
8415 * paths.el (abbrev-file-name): Move to abbrev.el.
8416 * abbrev.el (abbrev-file-name): Move from paths.el.
8417 Obey user-emacs-directory.
8418 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8419 user-emacs-directory.
8420 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8421 abbrev-file-name and calc-settings-file any more.
8422 * startup.el (command-line): Recompute abbrev-file-name and
8423 abbreviated-home-dir.
8424 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8425 of the special code for when C-h bindings haven't been changed.
8426 (display-startup-echo-area-message): Use with-current-buffer.
8427 (command-line-1): Use a list of strings, rather than a list of lists
8428 of strings for longopts.
8429
51da8fe2
SM
8430 * files.el (get-free-disk-space): Use / for default-directory.
8431
0c3cc4dd
SM
8432 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8433 Use with-current-buffer.
8434
d988dbf6
SM
8435 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8436 Recognize immutable variables like most-positive-fixnum.
8437 (byte-compile-setq-default): Check and warn if trying to assign
8438 to an immutable variable, or a non-variable.
8439
efbc652a
SM
8440 * progmodes/cc-vars.el (c-comment-continuation-stars):
8441 * progmodes/cc-engine.el (c-looking-at-bos):
8442 * progmodes/cc-cmds.el (c-toggle-auto-state)
8443 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8444 (c-comment-line-break-function): Add version of obsolescence.
8445
d30a05d1
JL
84462009-08-28 Juri Linkov <juri@jurta.org>
8447
8448 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8449 associated with `archive-mode'.
8450
8451 * image.el (image-type-header-regexps): Use only JPEG magic number
8452 to determine JPEG images, and don't use `image-jpeg-p' because
8453 Emacs can display non-JFIF non-Exif JPEG images.
8454
1e8eecea
JB
84552009-08-28 Juanma Barranquero <lekktu@gmail.com>
8456
8457 * arc-mode.el (archive-mode):
8458 * emacs-lisp/re-builder.el (re-builder-unload-function):
8459 Protect against the default value of `major-mode' being nil.
8460
dd4fbf56
JB
84612009-08-28 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8464 Fix typos in docstrings.
8465
8466 * progmodes/js.el (js--macro-decl-re): Doc fix.
8467 (js--plain-method-re, js--split-name): Refloc docstring.
8468 (js--class-styles, js--make-merged-item, js--splice-into-items):
8469 Fix typos in docstrings; reflow docstrings.
8470 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8471 (js--variable-decl-matcher, js--inside-pitem-p)
8472 (js--parse-state-at-point, js--get-all-known-symbols)
8473 (js--symbol-history, js-find-symbol, js--js-references)
8474 (js--moz-interactor, js--js-encode-value, js--read-tab):
8475 Fix typos in docstrings.
8476
72f16325
SM
84772009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8478
14acf2f5
SM
8479 * textmodes/reftex.el (reftex-get-file-buffer-force):
8480 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8481 * emulation/viper.el (viper-go-away, viper-set-hooks):
8482 * emacs-lisp/re-builder.el (re-builder-unload-function):
8483 * emacs-lisp/bytecomp.el (byte-compile-file):
8484 * ses.el (ses-unload-function):
8485 * hexl.el (hexl-find-file):
8486 * files.el (normal-mode):
8487 * ehelp.el (with-electric-help):
8488 * autoinsert.el (auto-insert-alist):
8489 * arc-mode.el (archive-mode):
8490 Use (default-value 'major-mode) instead of default-major-mode.
8491
72f16325
SM
8492 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8493 * international/mule.el (load-with-code-conversion):
8494 * emacs-lisp/debug.el (debug):
8495 * ediff-vers.el (ediff-rcs-get-output-buffer):
8496 * dired.el (dired-internal-noselect): Don't let-bind
8497 default-major-mode around code that doesn't use it.
8498 E.g. buffer creation via get-buffer-create doesn't use it.
8499
aa485f7c
MA
85002009-08-28 Michael Albinus <michael.albinus@gmx.de>
8501
8502 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8503 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8504 when writing the temp file. Otherwise, epa-file gets confused.
8505 (tramp-register-file-name-handlers): Make it a defun. Move also
8506 `epa-file-handler' to the front of `file-name-handler-alist'.
8507
85082009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8511 start right after a ^M.
8512 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8513 (tramp-completion-file-name-regexp-separate)
8514 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8515 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8516 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8517 (tramp-completion-file-name-handler): Apply the checks here,
8518 instead during registration.
48c2d18a 8519 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8520 `tramp-register-file-name-handler'. Register both
8521 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8522 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8523
3f0c2b92
NR
85242009-08-28 Nick Roberts <nickrob@snap.net.nz>
8525
72f16325
SM
8526 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8527 Remove variable ...
3f0c2b92
NR
8528 (gdb-init-1, gdb-display-separate-io-buffer)
8529 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8530 references to it.
8531 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8532 (gdb-inferior-filter): Use comint-output-filter to stop
8533 echoing and remove ^M characters.
8534
705e5bd9
SM
85352009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8536
009fdc2e
SM
8537 * emulation/viper-init.el (viper-restore-cursor-type):
8538 * emulation/cua-base.el (cua--update-indications):
8539 Replace default-cursor-type with (default-value 'cursor-type).
8540
b56a5ae0
SM
8541 * mail/sendmail.el (mail-recover-1):
8542 * international/mule-diag.el (describe-current-coding-system-briefly)
8543 (describe-current-coding-system):
8544 * international/mule-cmds.el (select-safe-coding-system)
8545 (select-message-coding-system)
8546 (set-language-environment-coding-systems, set-locale-environment):
8547 * hexl.el (hexl-insert-multibyte-char):
8548 * dos-w32.el (find-buffer-file-type-coding-system):
8549 * simple.el (what-cursor-position):
8550 Replace uses of default-buffer-file-coding-system
8551 with (default-value 'buffer-file-coding-system).
8552
de70529f
SM
8553 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8554 Replace uses of default-cursor-in-non-selected-windows
8555 with (default-value 'cursor-in-non-selected-windows).
8556 Use with-current-buffer.
8557
705e5bd9
SM
8558 * mail/feedmail.el: Use CL macros.
8559 (feedmail-run-the-queue, feedmail-send-it-immediately):
8560 * dos-w32.el (find-buffer-file-type): Replace uses of
8561 default-buffer-file-type with (default-value 'buffer-file-type).
8562
4d985ac2
GM
85632009-08-28 Glenn Morris <rgm@gnu.org>
8564
8565 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8566 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8567 Use default-value of major-mode rather than default-major-mode.
8568
17c15b81
SM
85692009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8570
3a68ab06
SM
8571 * Makefile.in (update-elcfiles): Report left over elc files.
8572
9421bdd1
SM
8573 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8574 expand-file-name and with-current-buffer.
8575 (mail-get-names, mail-directory): Use with-current-buffer.
8576
17c15b81
SM
8577 * vc.el (vc-read-revision): New function.
8578 (vc-version-diff, vc-merge): Use it.
8579
ba83a64e
SS
85802009-08-27 Sam Steingold <sds@gnu.org>
8581
8582 * simple.el (kill-do-not-save-duplicates): New user option.
8583 (kill-new): When it is non-nil, and the new string is the same as
8584 the latest kill, set replace to t to avoid duplicates in kill-ring.
8585
be3e598a 85862009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8587
8588 * net/tramp.el (tramp-handle-process-file): Do not flush all
8589 caches when `process-file-side-effects' is set.
8590 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8591 instead of `tramp-find-file-exists-command'.
8592 Unset `process-file-side-effects'.
d5b5c94a
MA
8593
85942009-08-27 Michael Albinus <michael.albinus@gmx.de>
8595
8596 * net/tramp.el (tramp-methods): New method "rsyncc".
8597 (top): Add completion function for "rsyncc".
8598 (tramp-message-show-message): New defvar.
8599 (tramp-message, tramp-error): Use it.
8600 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8601 remote copying.
8602 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8603 `tramp-methods' entry `copy-env' of "rsyncc".
8604 (tramp-vc-registered-read-file-names): New defconst.
8605 (tramp-vc-registered-file-names): New defvar.
8606 (tramp-handle-vc-registered): Implement optimization strategy.
8607 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8608 (tramp-vc-file-name-handler): New defun.
8609 (tramp-get-ls-command, tramp-get-test-command)
8610 (tramp-get-file-exists-command, tramp-get-remote-ln)
8611 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8612 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8613
8614 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8615 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8616 timestamps.
8617 (tramp-get-file-property): Check for timestamps in
8618 `tramp-cache-inhibit-cache'.
8619 (tramp-set-file-property): Write timestamp.
8620
1339cf20
KH
86212009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8622
8623 * language/japan-util.el (japanese-symbol-table): Add entries for
8624 cp932-2-byte.
8625
8626 * international/characters.el: Add category `j' to cp932-2-byte.
8627
726e3f1d
KH
86282009-08-27 Kenichi Handa <handa@m17n.org>
8629
8630 * international/fontset.el (build-default-fontset-data): New macro.
8631 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 8632 tibetan, ethiopic, and ipa.
726e3f1d 8633
4e3b4528
SM
86342009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8637 (enable-multibyte-characters): Not customizable any more.
8638
8639 * subr.el (default-mode-line-format, default-header-line-format)
8640 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8641 (default-direction-reversed, default-truncate-lines)
8642 (default-left-margin, default-tab-width, default-case-fold-search)
8643 (default-left-margin-width, default-right-margin-width)
8644 (default-left-fringe-width, default-right-fringe-width)
8645 (default-fringes-outside-margins, default-scroll-bar-width)
8646 (default-vertical-scroll-bar, default-indicate-empty-lines)
8647 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8648 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8649 (default-scroll-down-aggressively, default-fill-column)
8650 (default-cursor-type, default-buffer-file-type)
8651 (default-cursor-in-non-selected-windows)
8652 (default-buffer-file-coding-system, default-major-mode)
8653 (default-enable-multibyte-characters): Mark as obsolete.
8654
b3cca6a6
DN
86552009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8656
652cc1a2
DN
8657 * vc-dir.el (vc-dir-update): Remove debug helper.
8658
b3cca6a6
DN
8659 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8660
4ed8c7aa
SS
86612009-08-26 Sam Steingold <sds@gnu.org>
8662
8663 * simple.el (save-interprogram-paste-before-kill): New user option.
8664 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8665 save the interprogram-paste into kill-ring before overriding it
8666 with the Emacs kill.
8667
3b64d86b
DN
86682009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8669
8670 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8671 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8672 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8673 and move to vc-rcs.el.
8674 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8675 move to vc-rcs.el.
8676 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8677 (vc-rcs-update-changelog): Remove.
8678 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8679 and move to vc-rcs.el.
8680
8681 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8682 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8683 renaming.
8684 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 8685 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
8686 vc.el, renamed to be RCS specific.
8687
72f16325
SM
8688 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8689 New functions.
8690 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
8691
8692 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8693 New functions.
8694
636a36a0
SM
86952009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8698
239b3340
DN
86992009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8700
b91f0762 8701 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
8702 (vc-git-stash, vc-git-stash-show): New functions.
8703 (vc-git-extra-menu-map): Bind them.
b91f0762 8704
b8e54362
DN
8705 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8706 directory correctly in case the item is a directory itself.
8707
239b3340
DN
8708 * vc.el: Document the desired behavior for reverted files in the
8709 `added' state.
dc810649
DN
8710 (vc-default-prettify-state-info): Remove function, unused.
8711
8712 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 8713
e49c0179
GM
87142009-08-26 Glenn Morris <rgm@gnu.org>
8715
8716 * bindings.el (standard-mode-line-format): Reposition dashes in
8717 which-func entry. (Bug#4217)
8718
3029e594
GM
8719 * files.el (enable-local-variables, enable-local-eval)
8720 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8721 the defcustoms.
8722 (auto-mode-alist, ignored-local-variables)
8723 (save-some-buffers-action-alist): Move risky declarations to the
8724 definitions.
8725 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8726 (font-lock-defaults, format-alist, imenu--index-alist)
8727 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8728 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8729 (mode-line-modified, mode-line-mule-info, mode-line-position)
8730 (mode-line-process, mode-line-remote, outline-level)
8731 (parse-time-rules, rmail-output-file-alist)
8732 (special-display-buffer-names, vc-mode):
8733 Move risky declarations to the relevant files.
72f16325
SM
8734 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8735 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
8736 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8737 * font-core.el (font-lock-defaults):
8738 * format.el (format-alist):
8739 * vc-hooks.el (vc-mode):
8740 * window.el (special-display-buffer-names):
8741 * international/mule-cmds.el (input-method-alist):
8742 Define riskiness here (dumped file) rather than in files.el.
8743 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8744 * imenu.el (imenu-generic-expression, imenu--index-alist):
8745 * outline.el (outline-level):
8746 * time.el (display-time-string):
8747 * calendar/parse-time.el (parse-time-rules):
8748 * mail/rmailout.el (rmail-output-file-alist):
8749 Autoload riskiness here, rather than placing in files.el.
8750
8476cfaf
SM
87512009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8752
8753 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8754
0b35b48e
MA
87552009-08-25 Michael Albinus <michael.albinus@gmx.de>
8756
8757 * simple.el (process-file-side-effects): New defvar.
8758
8759 * dired-aux.el (dired-show-file-type):
8760 * vc.el (vc-diff-internal):
8761 * vc-arch.el (vc-arch-diff):
8762 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8763 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8764 * vc-git.el (vc-git-registered, vc-git-working-revision)
8765 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8766 (vc-git--empty-db-p):
8767 * vc-hooks.el (vc-user-login-name):
8768 * vc-svn.el (vc-svn-registered, vc-svn-state)
8769 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8770 * progmodes/grep.el (grep-probe): Let-bind
8771 `process-file-side-effects' with nil.
8772
8773 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8774
8775 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8776 daemon. Replace ping by checking for running service for bluez
8777 and zeroconf. (Bug#4239)
8778
d54cc599
GM
87792009-08-25 Kevin Ryde <user42@zip.com.au>
8780
8781 * net/dig.el (dig): Add autoload cookie.
8782
7bfd055d
GM
87832009-08-25 Glenn Morris <rgm@gnu.org>
8784
bac9c66c
GM
8785 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8786 load-history for absolute file-names.
8787 (byte-compile-file-form-require): Warn about use of the cl package.
8788
7bfd055d
GM
8789 * format.el (format-alist): Doc fix.
8790
5ac1f9e0
GM
8791 * play/bubbles.el (top-level): Don't require cl at run-time.
8792
af62aa88
GM
8793 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8794 run-time cl).
8795
71e036af
DD
87962009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8797
8798 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8799 from cl package.
8800 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8801
42110eaf
JB
88022009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8803
8804 * calc/calc-alg.el (math-trig-rewrite)
8805 (math-hyperbolic-trig-rewrite): New functions.
8806 (calc-simplify): Simplify trig functions when asked.
8807
88421f3e
SM
88082009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8811
dbd9624e
KH
88122009-08-24 Kenichi Handa <handa@m17n.org>
8813
8814 * language/ind-util.el (mapthread): Delete it.
8815 (combinatorial): New function.
8816 (indian--puthash-cv): Use combinatorial instead of mapthread.
8817
9b89e3ee
GM
88182009-08-22 Kevin Ryde <user42@zip.com.au>
8819
8820 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8821 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8822 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8823 Clarify docstring that the value is strings not symbols.
8824 (checkdoc-list-of-strings-p): New function.
8825
e6ce8c42
GM
88262009-08-22 Glenn Morris <rgm@gnu.org>
8827
2ddf2ea6 8828 * files.el (auto-mode-alist):
a3374680
GM
8829 * hippie-exp.el (he-concat-directory-file-name):
8830 * lpr.el (lpr-windows-system, printer-name):
8831 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8832 * ps-print.el (ps-windows-system):
8833 * startup.el (command-line):
8834 * emulation/viper-ex.el (viper-glob-function):
8835 * international/mule-cmds.el (set-language-environment-coding-systems):
8836 * net/ange-ftp.el (ange-ftp-write-region):
8837 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 8838 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
8839 unisoft-unix, vax-vms, win32, w32.
8840
977955fa
GM
8841 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8842 given name if the pattern is not more specific.
8843
b4deec2e
GM
8844 * calendar/lunar.el (lunar-phase-names): New option.
8845 (lunar-phase): Doc fix.
8846 (lunar-cycles-per-year): New constant.
8847 (lunar-index): New function.
8848 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8849 (lunar-phase-name): Use lunar-phase-names.
8850 (calendar-lunar-phases): Use format.
8851 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8852
47e83968
GM
8853 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8854 Copy imenu-example--name-and-position function here for own use.
8855 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8856
e6ce8c42
GM
8857 * bs.el (bs--redisplay):
8858 * cus-edit.el (custom-redraw):
8859 * ibuffer.el (ibuffer-bury-buffer):
8860 * server.el (server-goto-line-column):
8861 * startup.el (command-line-1):
8862 * strokes.el (strokes-xpm-for-stroke):
8863 * term.el (term-display-buffer-line):
8864 * view.el (View-goto-line):
8865 * calc/calc.el (calc-do, calc-trail-buffer):
8866 * play/gamegrid.el (gamegrid-add-score-insecure):
8867 * progmodes/ada-mode.el (ada-compile-goto-error):
8868 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8869 (ebrowse-select-1st-to-9nth):
47e83968 8870 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
8871 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8872 * progmodes/gud.el (gud-display-line):
8873 (idlwave-shell-display-line):
8874 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8875 * progmodes/make-mode.el (makefile-browser-toggle):
8876 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8877 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8878 * textmodes/picture.el (picture-draw-rectangle):
8879 * textmodes/reftex-index.el (reftex-index-goto-letter):
8880 (reftex-select-jump-to-previous):
8881 * textmodes/reftex-sel.el (reftex-find-start-point)
8882 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8883 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8884 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8885 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8886 * textmodes/two-column.el (2C-associated-buffer):
8887 Use forward-line rather than goto-line.
8888
8889 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8890 goto-line.
8891
4b18bdb3
GM
8892 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8893 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8894 (quick-check-list-to-regexp): Declare.
e6ce8c42 8895
72f16325
SM
8896 * progmodes/make-mode.el (makefile-browser-insert-selection):
8897 Use goto-char rather than goto-line.
e6ce8c42
GM
8898
8899 * progmodes/prolog.el (compilation-error-regexp-alist)
8900 (compilation-forget-errors): Declare.
8901
32a2cf25
JL
89022009-08-22 Juri Linkov <juri@jurta.org>
8903
8904 * progmodes/grep.el (lgrep, rgrep): At the beginning
8905 set `dir' to `default-directory' unless `dir' is a non-nil
8906 readable directory. (Bug#4052)
8907 (lgrep, rgrep): Change a weird way to report an error
8908 from using `read-string' to using `error'.
8909 Instead of using interactive arguments in the function body,
8910 add new argument `confirm'.
8911
5443c9b7
SM
89122009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8913
cb5b40ee
SM
8914 * textmodes/remember.el (remember-buffer):
8915 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8916 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8917 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
8918 * net/newst-treeview.el (newsticker-groups-filename):
8919 * net/newst-backend.el (newsticker-cache-filename):
8920 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8921 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8922 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8923 (speedbar-buffers-line-path, speedbar-path-line)
8924 (speedbar-buffers-line-path):
8925 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8926 (epg-sign-keys):
8927 * epa.el (epa-display-verify-result):
8928 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8929
d6261cc1
GM
89302009-08-21 Glenn Morris <rgm@gnu.org>
8931
3e1ea342
GM
8932 * progmodes/js.el (inferior-moz-process): Fix declaration.
8933
ce86eeb5
GM
8934 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8935
fff28970
GM
8936 * obsolete/rnewspost.el (news-mail-reply):
8937 Use goto-char rather than goto-line.
8938
d93e053b
GM
8939 * term/ns-win.el (ns-open-file-select-line):
8940 Use line-beginning-position rather than goto-line.
8941
d5d105e8
GM
8942 * apropos.el (apropos-command):
8943 * ehelp.el (electric-helpify):
8944 * printing.el (pr-show-setup):
8945 * strokes.el (strokes-help):
8946 * tutorial.el (tutorial--describe-nonstandard-key)
8947 (tutorial--detailed-help):
8948 * woman.el (woman-mini-help, woman-display-extended-fonts):
8949 * calc/calc-help.el (calc-describe-key):
8950 * emulation/edt.el (edt-electric-helpify):
8951 * international/mule-diag.el (mule-diag):
8952 * play/yow.el (apropos-zippy):
8953 * progmodes/python.el (python-describe-symbol):
8954 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8955 * textmodes/table.el (*table--cell-describe-mode)
8956 (*table--cell-describe-bindings):
8957 Use help-print-return-message rather than the now obsolete alias.
8958
a8ab722f 8959 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
8960 (calendar-cursor-to-visible-date):
8961 * play/5x5.el (5x5-position-cursor):
8962 * play/decipher.el (decipher):
8963 * play/gomoku.el (gomoku-goto-xy):
8964 * play/landmark.el (lm-goto-xy):
8965 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8966 (mpuz-paint-digit):
8967 Use forward-line, not goto-line.
a8ab722f 8968
d6261cc1
GM
8969 * mail/rmail.el (rmail-obsolete): Delete custom group.
8970 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8971 (rmail-remote-password, rmail-remote-password-required):
8972 Remove unneeded :set-after and :set properties.
8973
9e846523
MA
89742009-08-21 Michael Albinus <michael.albinus@gmx.de>
8975
8976 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8977
bbe1f502
DN
89782009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8979
bcc5db24
DN
8980 * loadup.el: Remove leftover macos code.
8981
bbe1f502
DN
8982 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8983 Explicitly pass the date format to git blame so that user local
8984 so that the output format can be parsed.
8985
6fd2d19a
MA
89862009-08-20 Michael Albinus <michael.albinus@gmx.de>
8987
8988 * net/dbus.el (top): Don't check for (getenv
8989 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8990
31764e15
SM
89912009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8992
8993 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 8994 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 8995
28930e39
SM
89962009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8997
4fd15622 8998 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 8999 Bug#3287
4fd15622 9000
b3d8e4a0
SM
9001 * help.el (help-print-return-message): Rename from
9002 print-help-return-message.
9003
c9829c70
SM
9004 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9005 cvs-mode-map parent hack.
9006 (log-view-mode): Derive from special-mode.
9007
b932657b
SM
9008 * linum.el (linum-mode): window-size-change-functions is redundant.
9009 Adapt to new window-configuration-change-hook behavior.
9010 (linum-after-size, linum-after-config): Remove.
9011
1b700bca
SM
9012 * imenu.el (imenu-example--name-and-position)
9013 (imenu-example--lisp-extract-index-name)
9014 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9015 Mark as obsolete.
9016
28930e39
SM
9017 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9018 (inferior-prolog-mode): Use it.
9019 (inferior-prolog-load-file): Reset list of errors.
9020
c9af0b68
KH
90212009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9022
9023 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9024
9025 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9026
720c7cd6
MA
90272009-08-19 Michael Albinus <michael.albinus@gmx.de>
9028
9029 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9030 is running already.
9031
03a74b84
SM
90322009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * subr.el (listify-key-sequence-1): Use normal syntax since those
9035 integers are nowadays always represented by the same (positive) number
9036 on all platforms.
9037 (read-key-empty-map): New const.
9038 (read-key-delay): New var.
9039 (read-key): New function.
9040 (force-mode-line-update): Use with-current-buffer.
9041 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9042 (start-process-shell-command, start-file-process-shell-command):
9043 Discourage the use of command-args.
9044
f43e88d4
GM
90452009-08-19 Glenn Morris <rgm@gnu.org>
9046
9047 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9048
890429cc
SM
90492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9050
85be9ec4
SM
9051 * simple.el (choose-completion-string): Don't rely on
9052 minibuffer-completing-file-name and ad-hoc checks to decide whether
9053 to continue completion or not.
9054
890429cc
SM
9055 * minibuffer.el (minibuffer-hide-completions): New function.
9056 (completion--do-completion): Use it.
9057 (completions-annotations): New face.
9058 (completion--insert-strings): Use it.
9059 (completion-pcm--delim-wild-regex): Add docstring.
9060 (completion-pcm--string->pattern): Add support for 0-width delimiters
9061 in completion-pcm--delim-wild-regex.
9062
265d4549
SM
90632009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9064
d440b941
SM
9065 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9066 Remove unused var `buffer-modified-p'.
9067
265d4549
SM
9068 * minibuffer.el (completion--do-completion): Move point for the #b001
9069 case as well (bug#4176).
9070 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9071
ba6f7d86
MA
90722009-08-18 Michael Albinus <michael.albinus@gmx.de>
9073
9074 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9075 and :session buses.
9076
98819490
KH
90772009-08-18 Kenichi Handa <handa@m17n.org>
9078
265d4549
SM
9079 * international/ucs-normalize.el (ucs-normalize-version):
9080 Change to 1.1.
58627cf0
KH
9081 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9082 (utf-8-hfs): Make it perform normalization on encoding too.
9083
98819490
KH
9084 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9085 (sentence-end-without-space): Delete duplicated chars.
9086 (sentence-end-base): Likewise.
e739cc85
KH
9087
9088 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9089 (html-mode): Delete duplicated chars from sentence-end-base.
9090
9091 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9092 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9093
645b9326
CY
90942009-08-17 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * files.el (hack-one-local-variable): If the mode function is for
9097 a minor mode, pass it an argument (Bug#4148).
9098
56c195af
MA
90992009-08-17 Michael Albinus <michael.albinus@gmx.de>
9100
9101 * net/tramp.el (tramp-register-completion-file-name-handler):
9102 Check also for (member 'partial-completion completion-styles).
9103
7a55c78b
CY
91042009-08-16 Chong Yidong <cyd@stupidchicken.com>
9105
9106 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9107 abbrev (Bug#3943).
9108
be3e598a 91092009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9110
9111 * progmodes/cperl-mode.el: Merge upstream 6.2.
9112 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9113 (cperl-forward-re): Check cperl-brace-recursing.
9114 (cperl-highlight-charclass): New function.
9115 (cperl-find-pods-heres): Use it.
31cd2dd4 9116 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9117 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9118 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9119 (cperl-beautify-level): Don't process entire regexp.
9120 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9121 calling man.
9122 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9123 (cperl-init-faces): Build a list in the normal way.
9124
81b1f9c9
CY
91252009-08-16 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * calendar/parse-time.el (parse-time-string-chars): Save match
9128 data.
9129
c3732cb8
SM
91302009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9131
55659495
SM
9132 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9133 (sql-product): Use it.
9134 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9135 (sql-set-product): Add completion.
9136 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9137 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9138 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9139 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9140 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9141 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9142 (sql-highlight-db2-keywords): Remove.
9143 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9144 (sql-highlight-product): Use derived-mode-p.
9145 (sql-set-sqli-buffer): Use with-current-buffer.
9146 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9147 Simplify.
9148
1ae79427
SM
9149 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9150
c3732cb8
SM
9151 * term.el: Fix commenting convention, turn comments into docstrings.
9152
f24b8bf3
CY
91532009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9154
9155 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9156
7b6fefac 91572009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9158
1200ac26 9159 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9160 character classes, to handle non-ascii characters (Bug#3190).
9161
91622009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9163
1abbe4e5
CY
9164 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9165 another heredoc if the user adds another < (Bug#3226).
9166
c3732cb8
SM
9167 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9168 Don't initialize based on window-system (Bug#4124).
19261da4 9169
daad00fc
CY
9170 * facemenu.el (facemenu-read-color): Use a completion function
9171 that accepts any defined color, such as RGB triplets (Bug#3677).
9172
e1bdde78
CY
9173 * files.el (get-free-disk-space): Change fallback default
9174 directory to /. Expand DIR argument before switching to fallback.
9175 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9176
9d73a99e
CY
91772009-08-15 Chong Yidong <cyd@stupidchicken.com>
9178
9179 * files.el (load-library): Doc fix.
9180
68b962d4 91812009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9182
953e0c1a 9183 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9184 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9185 incremental search string.
9d73a99e 9186
c3732cb8 9187 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9188 XEmacs.
9d73a99e 9189
c3732cb8
SM
9190 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9191 (ediff-merge-region-is-non-clash)
9192 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9193 Also check if the job is really a merge job.
9d73a99e 9194
c3732cb8 9195 * ediff.el (ediff-current-file): New function.
9d73a99e 9196
2e330adc
CY
91972009-08-15 Chong Yidong <cyd@stupidchicken.com>
9198
9199 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9200 conventions.
c3732cb8 9201 (js-insert-and-indent): Delete function.
2e330adc
CY
9202 (js-mode-map): Don't bind keys to js-insert-and-indent.
9203 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9204 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9205 (js-auto-indent-flag): Delete variable.
2e330adc 9206
17b5d0f7
CY
92072009-08-14 Chong Yidong <cyd@stupidchicken.com>
9208
c3732cb8
SM
9209 * progmodes/js.el: Remove proclaim statement.
9210 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9211
ba2d8894
CY
9212 * files.el (auto-mode-alist): Use js-mode for .js files.
9213
c3732cb8 9214 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9215
9216 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9217
9218 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9219
c3732cb8 9220 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9221
92222009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9223 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9224
9225 * progmodes/js.el: New file.
9226
b6377f1d
MH
92272009-08-14 Mark A. Hershberger <mah@everybody.org>
9228
9229 * timezone.el (timezone-parse-date): Add ability to understand ISO
9230 basic format (minimal separators) dates in addition to the
9231 already-supported extended format dates.
9232
bc0eef46
EZ
92332009-08-14 Eli Zaretskii <eliz@gnu.org>
9234
4e021e65
EZ
9235 * international/ucs-normalize.el: Add a `coding' file variable.
9236
bc0eef46
EZ
9237 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9238
53dab179
SS
92392009-08-14 Sam Steingold <sds@gnu.org>
9240
6801c38a 9241 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9242
6c58c39c
CY
92432009-08-13 Chong Yidong <cyd@stupidchicken.com>
9244
9245 * faces.el (help-argument-name): Define it here instead of
9246 help-fns.el, because in daemon mode help-fns.el may be loaded when
9247 faces are still uninitialized (Bug#1078).
9248
9249 * help-fns.el (help-argument-name): Move defface to faces.el.
9250
c7baf7e9
NR
92512009-08-13 Nick Roberts <nickrob@snap.net.nz>
9252
9253 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9254 create buffer with a pty but no process so that GDB can make the
9255 inferior the controlling process.
9256
9c40e995 92572009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9258
9259 * international/ucs-normalize.el: New file.
9260
8cdba32b
RS
92612009-08-13 Richard Stallman <rms@gnu.org>
9262
5c950923
RS
9263 * mail/rmail.el (rmail-get-attr-names):
9264 Accept an attribute header that is too short.
9265
76e1e40b
RS
9266 * mail/rmail.el (rmail-forget-messages):
9267 Ignore nil elt in rmail-message-vector. Use dotimes.
9268
1fc01b08
RS
9269 * progmodes/compile.el (compilation-goto-locus):
9270 Use next-error-move-function.
9271
8cdba32b
RS
9272 * simple.el (next-error-move-function): New variable.
9273
99910cf4
JL
92742009-08-12 Juri Linkov <juri@jurta.org>
9275
9276 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9277 always non-nil. (Bug#4052)
9278
9279 * replace.el (read-regexp): Return empty string when
9280 `default-value' is nil.
9281 (keep-lines-read-args): Don't use empty string as the
9282 default value for `read-regexp'. (Bug#2495)
9283
fc5bdf6c
JL
92842009-08-12 Juri Linkov <juri@jurta.org>
9285
9286 * international/mule-cmds.el (ucs-insert): Change arguments
9287 from `arg' to `character', `count', `inherit' to be the same
9288 as in `insert-char'. Doc fix. (Bug#4039)
9289
9290 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9291
77748848
JL
92922009-08-12 Juri Linkov <juri@jurta.org>
9293
9294 * files-x.el: New file.
9295
9296 * files.el: Move code that deals with adding/deleting
9297 file/directory-local variables to files-x.el.
9298
9299 * Makefile.in (ELCFILES): Add files-x.elc.
9300
c8a44c4e
DD
93012009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9302
27a9fd5a
DD
9303 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9304 to use `goto-line'.
9305 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9306 `goto-line'.
9307 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9308 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9309 threads list.
107ef54a 9310 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9311 (gdb-starting): Moved -data-list-register-names...
9312 (gdb-stopped): ...here so it's sent when first thread stops.
9313 (gdb-registers-handler-custom): Do nothing if register names are
9314 unknown yet.
27a9fd5a 9315
c8a44c4e
DD
9316 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9317 from `gdb-mi.el' to avoid extra tangling.
9318
9319 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9320 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9321 (gdb-update-gud-running): No extra fuss for updating frame number.
9322
dfd4e693
SM
93232009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9324
51c4341f
SM
9325 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9326 (describe-language-environment-map, setup-language-environment-map)
9327 (set-coding-system-map): Move initialization into declaration.
9328 (set-language-info-alist): Last arg to define-key-after can be skipped.
9329
9330 * international/quail.el (quail-completion-1): Simplify.
9331 (quail-define-rules): Use slightly more compact code.
9332 (quail-insert-decode-map): Propertize keys, compact columns.
9333
dfd4e693
SM
9334 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9335 Add goto-line.
9336
83326559
MB
93372009-08-10 Miles Bader <miles@gnu.org>
9338
9339 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9340 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9341 (js2-instance-member, js2-private-member, js2-private-function-call)
9342 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9343 (js2-magic-paren, js2-external-variable):
9344 Remove "-face" suffix from face names.
9345 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9346 (js2-highlight-undeclared-vars, js2-peek-token)
9347 (js2-parse-function-params, js2-mode-show-errors)
9348 (js2-mode-show-warnings, js2-make-magic-delimiter)
9349 (js2-mode-highlight-magic-parens): Update to use new face names.
9350
8e754ea2
MA
93512009-08-09 Michael Albinus <michael.albinus@gmx.de>
9352
9353 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9354 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9355
1c292fc7
CY
93562009-08-09 Chong Yidong <cyd@stupidchicken.com>
9357
18d433a7
CY
9358 * subr.el: Provide hashtable-print-readable.
9359
1c292fc7
CY
9360 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9361 hs-c-like-adjust-block-beginning.
9362 (hs-hide-block-at-point): Stop hiding at the beginning of
9363 hs-block-end-regexp (Bug#700).
9364
2db0ae07
DD
93652009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9366
9367 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9368 a macro.
9369 (gdb-registers-handler-custom): Do not fail when register names
9370 are unavailable.
9371
fe4740a6
DD
93722009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9373
9374 * progmodes/gdb-mi.el (gdb-control-all-threads)
9375 (gdb-control-current-thread): Interactive setters for
9376 `gdb-gud-control-all-threads' to use in menu.
9377 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9378 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9379 gud/thread.xpm and gud/all.xpm.
9380
ce299d55
CY
93812009-08-08 Yoni Rabkin <yoni@rabkins.net>
9382
9383 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9384 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9385 (net-utils-mode): New mode for viewing diagnostic network output.
9386 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9387 (net-utils-run-simple): New function.
9388 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9389
7c4654ad
DD
93902009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9391
9392 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9393 (gdb-memory-set-address, def-gdb-set-positive-number)
9394 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9395 after changing settings.
9396 (gdb-invalidate-disassembly): Update when first shown.
9397 (gdb-edit-locals-value): Fixed.
9398 (gdb-registers-handler-custom): Print registers in right order and
9399 allow changing register values (only for current thread yet).
9cbac26b
DD
9400 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9401 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9402 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9403 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9404 info in mode name.
9405 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9406
0f25a277
EZ
94072009-08-08 Eli Zaretskii <eliz@gnu.org>
9408
9409 * mail/rmail.el (rmail-add-mbox-headers)
9410 (rmail-set-message-counters-counter): Search for
9411 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9412
b971be60
GM
94132009-08-08 Glenn Morris <rgm@gnu.org>
9414
9415 * Makefile.in (ELCFILES): Update.
9416
a35d3ad8
EZ
94172009-08-07 Eli Zaretskii <eliz@gnu.org>
9418
60c2df40
EZ
9419 * mail/sendmail.el (mail-yank-original): Set
9420 buffer-file-coding-system from the one used by the message whose
9421 text is yanked.
9422
8b0bcc2e
EZ
9423 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9424 to "windows" when "pgnuplot" is used.
9425 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9426 call accept-process-output if "pgnuplot" is used.
9427 (calc-graph-init): Don't send -display and -geometry to
9428 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9429 running "pgnuplot -V" with shell-command-to-string.
9430
9431 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9432 the default.
9433
94342009-08-07 Eli Zaretskii <eliz@gnu.org>
9435
9436 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9437 org/org-latex.elc.
9438
3bca7ca5
DN
94392009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9440
3c53763c
DN
9441 * vc-dispatcher.el (vc-resynch-window): Update comment.
9442
3bca7ca5
DN
9443 * term.el (term-handle-ansi-escape): Add comments with the
9444 terminfo capabilities implemented.
9445
7b217360
DD
94462009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9447
9448 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9449 (gdb-var-create-handler): Rewritten using JSON parser.
9450 (gdb-propertize-header): Moved earlier.
9451 (gdb-set-header): Removed to avoid duplication.
9452 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9453 Refresh disassembly buffers only after threads list have been
9454 update.
9455 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9456 variables.
9457
b4d84ecf
JL
94582009-08-04 Juri Linkov <juri@jurta.org>
9459
9460 * files.el: Commands to add/delete file/directory-local variables.
9461 (read-file-local-variable, read-file-local-variable-value)
9462 (read-file-local-variable-mode, modify-file-local-variable)
9463 (modify-file-local-variable-prop-line)
9464 (modify-dir-local-variable): New functions.
9465 (add-file-local-variable, delete-file-local-variable)
9466 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9467 (add-dir-local-variable, delete-dir-local-variable)
9468 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9469 (copy-dir-locals-to-file-locals-prop-line): New commands.
9470
42da39c1
CY
94712009-08-04 Chong Yidong <cyd@stupidchicken.com>
9472
9473 * abbrev.el (insert-abbrev-table-description): Prettify output.
9474 Suggested by Karl Chen.
9475
98bf8494
DD
94762009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9477
78b9fb28 9478 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9479 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9480 (gdb-overlay-arrow-position, gdb-thread-position)
9481 (gdb-disassembly-position): Declare variables.
9482 (gdb-wait-for-pending): Function now.
9483 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9484 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9485 compilation goes smoothly.
9486 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9487 (gdb-non-stop-setting): New customization setting which replaces
9488 `gdb-non-stop' so changing it doesn't break active GDB session.
9489 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9490 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9491 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9492 (gdb-show-threads-by-default): New customization options.
9493 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9494 routines.
9495 (gdb-get-buffer-create): Send buffers update signal when they are
9496 created.
9497 (gdb-invalidate-locals, gdb-invalidate-registers)
9498 (gdb-invalidate-breakpoints)
9499 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9500 (gdb-invalidate-memory): Accept update signal.
9501 (gdb-current-context-command): Use --frame option.
9502 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9503 Implement `gdb-frame-number' selection logic.
9504 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9505 whether to show GUD toolbar buttons.
9506 (gdb-thread-exited): Unselect current thread when it exits.
9507 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9508 (gdb-mark-line): Routine which sets overlay arrow or inverses
9509 video on fringeless displays.
9510 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9511 to build aligned columns of data in GDB buffers and set text
9512 properties line-by-line.
9513 (gdb-invalidate-breakpoints)
9514 (gdb-breakpoints-list-handler-custom)
9515 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9516 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9517 (gdb-registers-handler-custom): Align data columns.
9518 (gdb-locals-handler-custom): Now prints data like in variable
9519 declarations.
9520 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9521 Removed confusing buttons.
9522 (gdb-invalidate-threads): Append --frame.
9523 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9524 between breakpoints/threads buffers.
9525 (gdb-set-window-buffer): Now can ignore dedicated windows.
9526 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9527 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9528 (def-gdb-thread-buffer-gud-command): Replaces
9529 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9530 for fine thread control.
9531 (gdb-preempt-existing-or-display-buffer): New function used to
9532 display bound buffers without breaking window layout.
9533 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9534 (gdb-select-frame): New version of `gdb-frames-select' which now
9535 sets `gdb-frame-number' so commands may use --frame option instead
9536 of inner debugger state.
9537 (gdb-frame-handler): Do not set `gdb-frame-number'.
9538 (gdb-threads-mode-map): Select threads with mouse.
9539
9540 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9541 avoid compilation warning.
9542 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9543 `gdb-show-stop-p`.
9544
566f3909
DD
9545 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9546 Argument `key' renamed to `buffer-type'.
9547 (gdb-current-context-buffer-name): Do not add thread info to
9548 buffer name when no thread is selected.
9549 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9550 command (bug 3794).
9551 (gdb-thread-selected): Handle `=thread-selected' notification.
9552 (gdb-wait-for-pending): New macro to deal with congestion problems.
9553 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9554 breakpoints.
7b6fefac
JB
9555 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9556 This fixes problem similar to one described in bug 3947.
566f3909
DD
9557 (gud-menu-map): More menu items.
9558 (gdb-init-1): Reset `gdb-thread-number' to nil.
9559
4a31122c
DD
9560 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9561 non-stop settings.
9562
9563 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9564 (gdb-current-context-command): Do not append --thread if
9565 `gdb-thread-number' is nil.
9566 (gdb-running-threads-count, gdb-stopped-threads-count): New
9567 variables.
9568 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9569 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9570 customization options.
9571 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9572 GUD commands.
7b6fefac 9573 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9574 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9575 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9576 set `gdb-thread-number' and update `gud-running' properly.
9577 (gdb-running): Update threads list when new threads appear.
9578 (gdb-stopped): Support non-stop operation and new thread switching
9579 logic.
9580 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9581 (gdb-json-partial-output): New set of JSON routines.
9582 (def-gdb-auto-update-trigger): New `signal-list' optional
9583 argument.
9584 (gdb-thread-list-handler-custom): Update `gud-running',
9585 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9586 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9587 (gdb-continue-thread, gdb-step-thread): New commands for fine
9588 thread execution control.
9589 (gud-menu-map): New menu items to switch non-stop options.
9590 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9591 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9592
9593 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9594 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9595 gdb-buffer-rules.
9596 (def-gdb-auto-update-handler): New nopreserve optional argument.
9597 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9598
9599 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9600 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9601 (gdb-parent-mode): New mode to derive other GDB modes from.
9602 (gdb-display-disassembly-for-thread)
9603 (gdb-frame-disassembly-for-thread): New commands for threads
9604 buffer.
9605
9606 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9607 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9608 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9609 (gdb-update): We now store all GDB buffers in a list so that they
9610 can be updated by traversing a list instead of calling invalidate
7b6fefac 9611 triggers explicitly.
a5c9f540
DD
9612 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9613 pair for GDB buffer.
9614 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9615 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9616 handle pending triggers.
9617 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9618 (def-gdb-thread-buffer-simple-command)
9619 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9620 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9621 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9622 New commands which show buffers bound to thread.
e7086683 9623 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9624
7b6fefac
JB
9625 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9626 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9627 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9628 to (gud-comint-buffer) in *-buffer-name functions
9629 because (gdb-get-target-string) already does that.
9630 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9631 (gdb-changed-registers-handler): Rewritten without regexps.
9632
ba214964 9633 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
9634 (gdb-thread-number): New variable.
9635 (gdb-current-context-command): New macro which adds --thread
9636 option to command.
7b6fefac 9637 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 9638 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 9639 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
9640 (gdb-select-thread): New command which selects current thread.
9641 (gdb-invalidate-frames, gdb-invalidate-locals)
9642 (gdb-invalidate-registers): Use --thread option.
20f12ed8 9643
2ac33804
MA
96442009-08-04 Michael Albinus <michael.albinus@gmx.de>
9645
9646 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 9647 robust. (Bug#3977)
2ac33804
MA
9648 (tramp-handle-insert-file-contents): `unwind-protect' must be
9649 inside `with-parsed-tramp-file-name'.
9650
9651 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9652 fails.
9653
39d0296f
NR
96542009-08-03 Nick Roberts <nickrob@snap.net.nz>
9655
9656 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9657 directory if CLASSPATH is not set.
9658
adcbca53
MA
96592009-08-03 Michael Albinus <michael.albinus@gmx.de>
9660
7b6fefac
JB
9661 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9662 New defconst.
7ef849b6 9663 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 9664
30924b0b
CY
96652009-08-02 Kevin Ryde <user42@zip.com.au>
9666
7b6fefac
JB
9667 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9668 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 9669
b6ce92f1
CY
96702009-08-02 Chong Yidong <cyd@stupidchicken.com>
9671
d977a092
CY
9672 * select.el (x-set-selection): Doc fix (Bug#4021).
9673
9674 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9675
b6ce92f1
CY
9676 * help-fns.el (describe-variable): Treat list return values from
9677 dir-locals-find-file properly (Bug#4005).
9678
7b6fefac 96792009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
9680
9681 * net/tramp.el (tramp-debug-message): Print also microseconds.
9682
96832009-08-02 Michael Albinus <michael.albinus@gmx.de>
9684
9685 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9686 or END is non-nil.
9687 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9688 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9689 format.
9690
5ce6e4f4 9691 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
9692 (tramp-get-file-property): Use it.
9693
9694 * autorevert.el (auto-revert-handler): Allow
9695 `auto-revert-tail-mode' for remote files.
9696
2aafe808
JR
96972009-08-02 Jason Rumney <jasonr@gnu.org>
9698
9699 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 9700 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 9701
e094097c
CY
97022009-08-02 Chong Yidong <cyd@stupidchicken.com>
9703
9704 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9705 (font-lock-variable-name-face, font-lock-constant-face): Darken
9706 the colors for light backgrounds.
9707
de94f281
EZ
97082009-08-01 Eli Zaretskii <eliz@gnu.org>
9709
9710 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9711 month names. (Bug#3987)
9712
54b99340
CY
97132009-07-31 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * simple.el (line-move-finish): Pass whole number to
9716 line-move-to-column.
34be836c 9717 (line-move-visual): Perform hscroll to the recorded position.
54b99340 9718
38216c30
JB
97192009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9720
9721 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9722
c779896d
CY
97232009-07-29 Alan Mackenzie <acm@muc.de>
9724
9725 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9726
592ccae0
DD
97272009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9728
35edc6c6
DD
9729 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9730 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 9731
5a9e3ab7
JB
97322009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9733
9734 * calc/calc.el (calc-mode-map): Add keybinding for
9735 `calc-transpose-lines'.
9736
7b6fefac 97372009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
9738
9739 * calc/calc-misc.el (calc-transpose-lines): New function.
9740
905fb90e
MA
97412009-07-28 Michael Albinus <michael.albinus@gmx.de>
9742
9743 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9744 Simplify check for out-of-band methods.
9745 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9746 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9747
76e14464
DN
97482009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9749
9750 * vc-git.el (vc-git-checkin): Fix typo.
9751
6088b51f 97522009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
9753
9754 * progmodes/js2-mode.el: New file.
9755
b85157fe
NR
97562009-07-28 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9759 (gud-menu-map): Adjust tooltip accordingly.
9760
d43c2b06
DN
97612009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9762
1c0f0c3b
DN
9763 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9764 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9765
d43c2b06
DN
9766 * add-log.el (change-log-mode-map): Add a menu.
9767
3dec5c36
MA
97682009-07-27 Michael Albinus <michael.albinus@gmx.de>
9769
9770 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9771 function returns nil.
9772 (dbus-handle-event): Handle special return value :ignore.
9773 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9774
5704140c
CY
97752009-07-26 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9778 it's not needed.
9779
3077d1f6
EZ
97802009-07-25 Eli Zaretskii <eliz@gnu.org>
9781
9782 Fix Bug#3888:
9783
9784 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9785
9786 * term/pc-win.el (x-display-name, x-colors)
9787 (x-select-enable-clipboard, x-select-text): Doc fix.
9788
9789 * term/common-win.el (x-display-name, x-colors): Doc fix.
9790
9791 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9792 (xw-defined-colors): Doc fix.
9793
9794 * w32-fns.el (x-select-text, x-setup-function-keys)
9795 (x-get-selection, x-set-selection): Doc fix.
9796
9797 * term/x-win.el (x-select-text, x-setup-function-keys)
9798 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9799
9800 * select.el (x-set-selection): Doc fix.
9801
51768bc8
MA
98022009-07-25 Michael Albinus <michael.albinus@gmx.de>
9803
9804 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9805 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9806 "IsNSSSupportAvailable" method is not available. Reported by
9807 Steve Youngs <steve@sxemacs.org>.
9808
b11c2874
KH
98092009-07-24 Kenichi Handa <handa@m17n.org>
9810
9811 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 9812 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
9813 (build-unicode-category-table): Fix range checks.
9814
ba83b7b6
DN
98152009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9816
9817 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9818 the buffer we try to sync is current when calling
9819 vc-resynch-buffer.
9820
9821 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9822 not show up to date files.
9823
7a8ae964
GM
98242009-07-24 Glenn Morris <rgm@gnu.org>
9825
9826 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9827 Add autoload cookies. If necessary, initialize.
9828 (elint-log): Handle non-file buffers.
9829 (elint-initialize): Add optional argument to reinitialize.
9830 (elint-find-builtin-variables): Save excursion.
9831
a707eb05
DN
98322009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9833
9834 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9835 for Lint.
9836
0a2ddfa6
DN
98372009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9838
d6a62b0d
DN
9839 * vc.el (vc-print-log-internal): New function, split out from ...
9840 (vc-print-log): ... here.
10b5dcad 9841 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 9842
0a2ddfa6
DN
9843 * vc-git.el (vc-git-add-signoff): New variable.
9844 (vc-git-checkin): Use it.
9845 (vc-git-toggle-signoff): New function.
9846 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
9847 (vc-git--run-command-string): Accept a nil FILE argument.
9848 (vc-git-stash-list): New function.
9849 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 9850
589a99f2
GM
98512009-07-23 Glenn Morris <rgm@gnu.org>
9852
9853 * help-fns.el (describe-variable): Describe ignored and risky local
9854 variables in a similar way to that in which we describe safe ones.
9855
9856 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9857 (byte-compile-output-file-form, byte-compile-output-docform)
9858 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9859 Give some more local variables with common names a "bytecomp-" prefix,
9860 so as not to shadow things during compilation.
9861 * emacs-lisp/cl-macs.el (load-time-value)
9862 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9863 `outbuffer' to `bytecomp-outbuffer'.
9864
9865 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9866 since the next two variables cover them automatically now.
9867 (elint-builtin-variables, elint-autoloaded-variables): New.
9868 (elint-unknown-builtin-args): Remove all members, since they can be
9869 parsed automatically now.
9870 (elint-extra-errors): New.
9871 (elint-env-add-env, elint-env-add-macro): Use cadr.
9872 (elint-current-buffer): Use or. Change final message.
9873 (elint-get-top-forms): Use line-end-position.
9874 (elint-init-env): Use cadr. Handle autoload, declare-function,
9875 and defalias.
9876 (elint-add-required-env): Doc fix. Use or. Standardize error.
9877 (regexp-assoc): Remove unused function.
9878 (elint-top-form): Set elint-current-pos, to record the start of the
9879 top-level form, for compilation-mode.
9880 (elint-form): Trap errors in macro expansion. Use dolist.
9881 (elint-unbound-variable): Use elint-builtin-variables and
9882 elint-autoloaded-variables.
9883 (elint-get-args): Use cadr, or.
9884 (elint-check-cond-form): Use dolist, cadr.
9885 (elint-check-condition-case-form): Doc fix. Use cadr.
9886 Use elint-extra-errors.
9887 (elint-log): New function.
9888 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9889 Distinguish errors and warnings.
9890 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9891 Use a bytecomp-style format.
9892 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9893 (elint-get-log-buffer): Use compilation mode. Disable undo.
9894 Don't truncate lines.
9895 (elint-initialize): Set builtin and autoloaded variable lists.
9896 Only process elint-unknown-builtin-args if non-nil.
9897 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9898 New functions.
9899 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9900
855b42a2
GM
99012009-07-22 Kevin Ryde <user42@zip.com.au>
9902
9903 * net/newst-backend.el (newsticker--parse-atom-1.0)
9904 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9905 (newsticker--parse-rss-1.0):
9906 * progmodes/idlwave.el (idlwave-mode):
9907 * progmodes/idlw-shell.el (idlwave-shell-mode):
9908 * progmodes/vera-mode.el (vera-mode):
9909 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9910 * progmodes/vhdl-mode.el (vhdl-mode):
9911 * textmodes/table.el (table-generate-source)
9912 (table--warn-incompatibility):
9913 Hyperlink urls in docstrings with URL `...'.
9914
fd413a37
GM
99152009-07-22 Glenn Morris <rgm@gnu.org>
9916
cb711556
GM
9917 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9918 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9919 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9920 Remove leading * from defcustom docs.
9921
fd413a37
GM
9922 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9923
9924 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9925 defcustom doc.
9926 (list-load-path-shadows): Optionally, just return shadows as a string.
9927
9928 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9929
a4f69701
CY
99302009-07-21 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * mail/rmailedit.el (rmail-edit-mode): Use
9933 auto-save-include-big-deletions.
9934
9935 * mail/rmail.el (rmail-variables): Use
9936 auto-save-include-big-deletions.
9937
9938 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9939 changes.
9940
ec06459c
JB
99412009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9942
9943 * calc/calc.el (calc-undo-length): New variable.
9944 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9945
b41b0976
RS
99462009-07-21 Richard Stallman <rms@gnu.org>
9947
9948 * files.el (auto-save-mode): Handle buffer-save-size = -2
9949 for toggling mode.
9950
4ed32706
GM
99512009-07-21 Glenn Morris <rgm@gnu.org>
9952
531b1264
GM
9953 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9954
55d27f41
GM
9955 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9956
02df3f4d
GM
9957 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9958 silence compiler. Instead...
9959 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9960 (ps-print-ensure-fontified): Update for above function name changes.
9961
fdd8417e
GM
9962 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9963 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9964 silence compiler. Instead...
9965 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9966 (mh-show-buffer): Only define for compiler.
9967 (pr-mh-current-message): Update for above function name changes.
9968
4ed32706
GM
9969 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9970 as an argument.
9971 (find-file-noselect, insert-file-1): Update for above change.
9972
9973 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9974
9975 * mail/mailclient.el (mailclient-send-it): Fix message.
9976
9977 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9978 (edebug-eval): Check cl-debug-env is bound.
9979 (print-level, print-circle): Don't redefine built-in variables.
9980
9981 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9982 (custom-print-vectors): Remove old comments from doc.
9983
9984 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9985 (emerge-version): Make the variable an obsolete alias for the
9986 emacs-version variable. Make the function obsolete.
9987 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9988 Emerge options, rather than merging in into the main Options menu.
9989 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9990 and auto advance modes. Disable edit/fast items when not relevant.
9991
86812144
CY
99922009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9993
9994 * term/vt420.el (terminal-init-vt420): Fix typo.
9995
6bb90094
SS
99962009-07-20 Sam Steingold <sds@gnu.org>
9997
9998 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9999 variable (removed from compile.el on 2004-03-11).
10000
42e0a725
CY
100012009-07-20 Chong Yidong <cyd@stupidchicken.com>
10002
10003 * files.el (hack-local-variables-filter): Fix last change.
10004
2ee20f24
JL
100052009-07-19 Juri Linkov <juri@jurta.org>
10006
10007 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10008 (dir-local-variables-alist): New buffer-local variable.
10009 (hack-local-variables-filter): If variable is not dir-local,
10010 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10011 because file-local overrides dir-local.
3570691b 10012 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10013 Remove obsolete declaration.
10014 (hack-dir-local-variables): Add dir-local variable/value pair to
10015 `dir-local-variables-alist' and remove duplicates. Doc fix.
10016
10017 * help-fns.el (describe-variable): Add information about
10018 file-local and dir-local variables.
10019
89bf83cd
CY
100202009-07-19 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * files.el (hack-local-variables-filter): Rewrite.
10023
1a8d3541
GM
100242009-07-19 Glenn Morris <rgm@gnu.org>
10025
d9e8a018
GM
10026 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10027 Silence compiler by only defining on XEmacs.
10028
da332cfb
GM
10029 * international/mule.el (auto-coding-regexp-alist): Only match
10030 BABYL... at the start of buffer, not of lines. (Bug#3790)
10031
1a8d3541
GM
10032 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10033 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10034 (cal-menu-context-mouse-menu): Doc fix.
10035
10036 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10037
10038 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10039
d842b103
JL
100402009-07-18 Juri Linkov <juri@jurta.org>
10041
10042 * info.el: Virtual Info keyword finder.
3570691b 10043 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10044 (Info-finder-file): New variable.
10045 (Info-finder-find-file): New function.
10046 (finder-known-keywords, finder-package-info)
10047 (find-library-name, lm-commentary): Use defvar and
10048 declare-function to silence compiler warnings.
10049 (Info-finder-find-node): New function.
10050 (info-finder): New command.
10051
10052 * subr.el (process-kill-buffer-query-function): New function.
10053 (add-hook)<kill-buffer-query-functions>: Add hook
10054 `process-kill-buffer-query-function'.
10055
10d37df7
AM
100562009-07-18 Alan Mackenzie <acm@muc.de>
10057
7b6fefac 10058 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10059 (c-postprocess-file-styles): Give invocation of `c-set-style'
10060 DONT-OVERRIDE parameter of t. Already set style variables will
10061 thus not be overridden by style settings given by `c-file-syle'.
10062
10063 * files.el (hack-local-variables-filter): Remove entries with
10064 duplicate keys from `file-local-variables-alist'.
10065
102e1a41
EZ
100662009-07-18 Eli Zaretskii <eliz@gnu.org>
10067
10068 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10069 x-set-selection if display-selections-p returns nil for the
10070 current frame.
10071
16f2e9fc
CY
100722009-07-18 Chong Yidong <cyd@stupidchicken.com>
10073
10074 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10075
f22693fc
EZ
100762009-07-18 Eli Zaretskii <eliz@gnu.org>
10077
a6c2c80c
EZ
10078 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10079 Accept nil in addition to a regexp.
10080 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10081 Accept nil in addition to a regexp.
10082 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10083 buffers that have an associated file. Handle nil values of
10084 desktop-buffers-not-to-save and desktop-files-not-to-save.
10085 (Bug#3833)
10086
f22693fc
EZ
10087 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10088 (x-disown-selection-internal): New functions.
10089
e456379a
NR
100902009-07-18 Nick Roberts <nickrob@snap.net.nz>
10091
10092 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10093 warning.
10094 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10095 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10096
0013b70f
CY
100972009-07-18 David De La Harpe Golden <david@harpegolden.net>
10098
10099 * simple.el (set-mark): Revert last change.
10100
0855c2ca
CY
101012009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10102
10103 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10104 rendering of pngs is not possible instead of messaging a long
10105 description.
10106
3f5c9cad
CY
101072009-07-17 David De La Harpe Golden <david@harpegolden.net>
10108
10109 * w32-fns.el (x-selection-owner-p): New function.
10110
10111 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10112 (mouse-yank-at-click, mouse-yank-primary): If
10113 select-active-regions is non-nil, deactivate the mark before
10114 insertion.
3f5c9cad
CY
10115
10116 * simple.el (deactivate-mark, set-mark): Only save selection if we
10117 own it.
10118
1fc87f9b
KH
101192009-07-17 Kenichi Handa <handa@m17n.org>
10120
10121 * case-table.el (describe-buffer-case-table): Fix for the case
10122 that KEY is a cons.
10123
d56fdcd2
DN
101242009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10125
10126 * vc-rcs.el (vc-rcs-find-file-hook):
10127 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10128
bede3e9f
MA
101292009-07-16 Michael Albinus <michael.albinus@gmx.de>
10130
10131 * net/tramp.el (tramp-wait-for-output): Handle the case when
10132 commands do not return a newline but a null byte before the shell
10133 prompt. (Bug#3858)
10134
7653ca1d
YM
101352009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10136
10137 * term/ns-win.el (ns-set-alpha): Don't declare.
10138 (ns-set-background-alpha): Remove function.
10139
ed2a52e9
SM
101402009-07-16 Kevin Ryde <user42@zip.com.au>
10141
10142 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10143 y-or-n-p, for safety.
10144
7a907299
RS
101452009-07-16 Richard Stallman <rms@gnu.org>
10146
10147 * files.el (auto-save-mode): If buffer-saved-size is -2,
10148 don't clobber it.
10149
10150 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10151 (rmail-retry-ignored-headers): Add more uninteresting fields.
10152
c0db3477
CY
101532009-07-15 Jari Aalto <jari.aalto@cante.net>
10154
10155 * net/rcirc.el (rcirc): Use history variables.
10156 (rcirc-server-name-history, rcirc-nick-name-history)
10157 (rcirc-server-port-history): New variables.
10158
6c875452
KH
101592009-07-15 Kenichi Handa <handa@m17n.org>
10160
bf974dc9
KH
10161 * international/mule-cmds.el (set-language-environment-charset):
10162 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10163 ignore them.
10164
6c875452
KH
10165 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10166 Delete unibyte-display.
10167
2066b4fe
CY
101682009-07-15 Chong Yidong <cyd@stupidchicken.com>
10169
10170 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10171
f9be2e35
CY
101722009-07-15 Chong Yidong <cyd@stupidchicken.com>
10173
10174 * simple.el (deactivate-mark): Optional argument FORCE.
10175 (set-mark): Use deactivate-mark.
10176
10177 * info.el (Info-search): No need to check transient-mark-mode
10178 before calling deactivate-mark.
10179
10180 * select.el (x-set-selection): Doc fix.
10181 (x-valid-simple-selection-p): Allow buffer values.
10182 (xselect--selection-bounds): Handle buffer values. Suggested by
10183 David De La Harpe Golden.
10184
10185 * mouse.el (mouse-set-region, mouse-drag-track): Call
10186 copy-region-as-kill before setting the mark, to let
10187 select-active-regions work.
10188
be3e598a 101892009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10190
10191 * simple.el (deactivate-mark): If select-active-regions is
10192 non-nil, copy the selection data into a string.
10193 (activate-mark): If select-active-regions is non-nil, set the
10194 selection to the current buffer.
10195 (set-mark): Update selection if select-active-regions is non-nil.
10196
10197 * select.el (x-valid-simple-selection-p): Allow buffer values.
10198
cbd61418
SM
101992009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10202 and more featureful message-mode.
10203
f470187f
CY
102042009-07-14 Chong Yidong <cyd@stupidchicken.com>
10205
10206 * select.el (x-set-selection): Doc fix.
10207 (x-valid-simple-selection-p): Disallow selection data consisting
10208 of a list or cons of integers, since that is not used.
10209 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10210 (xselect-convert-to-string, xselect-convert-to-length)
10211 (xselect-convert-to-filename, xselect-convert-to-charpos)
10212 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10213
bfc99364
DD
102142009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10215
10216 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10217 output in -break-info command (Emacs bug #3794).
10218
e32721f5
GM
102192009-07-14 Glenn Morris <rgm@gnu.org>
10220
1e46f9e4
GM
10221 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10222 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10223 (edebug-print-length, edebug-print-level, edebug-print-circle)
10224 (edebug-sit-for-seconds, edebug-view-outside)
10225 (edebug-bounce-point, edebug-set-global-break-condition)
10226 (edebug-Go-nonstop-mode, edebug-trace-mode)
10227 (edebug-Trace-fast-mode, edebug-continue-mode)
10228 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10229 (edebug-visit-eval-list): Doc fixes.
10230
e32721f5
GM
10231 * subr.el (def-edebug-spec): Doc fix.
10232
66a85e76
KH
102332009-07-14 Kenichi Handa <handa@m17n.org>
10234
10235 * international/characters.el: Fix setting of category ?C.
10236
28571246
JD
102372009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10238
7b6fefac 10239 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10240 ns-popup-font-panel instead of generate-fontset-menu.
10241
5d74672c
EZ
102422009-07-12 Eli Zaretskii <eliz@gnu.org>
10243
7b6fefac 10244 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10245
eb1727a4
CY
102462009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10247
10248 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10249 the PK\003\004 header (Bug#3770).
10250
208384c5
CY
102512009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10252
10253 * pcomplete.el (pcomplete-comint-setup): Check for
10254 shell-dynamic-complete-filename too.
10255
774409a1
CY
102562009-07-11 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * simple.el (temporary-goal-column): Change the value for
10259 line-move-visual to a cons cell.
10260 (line-move-visual): Record or set the window hscroll, if
10261 necessary (Bug#3494).
10262 (line-move-1): Handle cons value of temporary-goal-column.
10263
1639ee1d
KH
102642009-07-11 Kenichi Handa <handa@m17n.org>
10265
10266 * international/mule-diag.el (describe-character-set): Don't show
10267 width.
10268
2b1d2412
SS
102692009-07-10 Sam Steingold <sds@gnu.org>
10270
10271 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10272 Omake sometimes indents the errors it prints, so allow all
10273 regexps to start with spaces.
10274
ed3a5691
EZ
102752009-07-10 Eli Zaretskii <eliz@gnu.org>
10276
ed2a52e9
SM
10277 * cus-edit.el (customize-changed-options-previous-release):
10278 Bump value to 22.1. (Bug#3804)
ed3a5691 10279
49405d0e
SS
102802009-07-08 Sam Steingold <sds@gnu.org>
10281
10282 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10283 to be a cons cell (test . ignored-directory) to selectively ignore
10284 some directories depending on the location of the search.
10285
93c3eb7c
MA
102862009-07-08 Michael Albinus <michael.albinus@gmx.de>
10287
10288 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10289 remote user is root, on the local host.
10290 (tramp-local-host-p): Either the local user or the remote user
10291 must be root. (Bug#3771)
10292
6f2a8484
NR
102932009-07-08 Nick Roberts <nickrob@snap.net.nz>
10294
10295 * progmodes/gdb-mi.el (gdb): Remove description of
10296 gdb-use-separate-io-buffer.
69cb8d82 10297 (menu): Don't allow toggling of or enable
6f2a8484
NR
10298 gdb-use-separate-io-buffer from menubar.
10299
88d03607
CY
103002009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10301
10302 * mail/unrmail.el (unrmail): Make sure the message ends with two
10303 newlines (Bug#3769).
10304
7ef5b8b2
GM
103052009-07-08 Glenn Morris <rgm@gnu.org>
10306
10307 * calendar/calendar.el (calendar-current-date): Rework previous change.
10308
3ce82f97
GM
103092009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10310
10311 * calendar/calendar.el (calendar-current-date):
10312 Add an optional argument giving an offset from today.
10313
f35fc841
GM
103142009-07-08 Glenn Morris <rgm@gnu.org>
10315
10316 * tutorial.el (tutorial--describe-nonstandard-key):
10317 Adjust the message for when a key has been unbound.
10318 (help-with-tutorial): Hide the arch-tag.
10319
40149292
KH
103202009-07-08 Kenichi Handa <handa@m17n.org>
10321
69cb8d82
KH
10322 * international/fontset.el (setup-default-fontset): For each
10323 script, append (not set) font-specs.
10324
40149292
KH
10325 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10326 docstring.
10327
ff0c4194
NR
103282009-07-08 Nick Roberts <nickrob@snap.net.nz>
10329
10330 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10331 -data-list-register-names to ...
10332 (gdb-starting): ... here because GDB 7.0 requires execution to
10333 have started when using this MI command.
10334 (gdb-set-header): New function to distinguish select and
10335 unselected tabs in gdb buffers.
10336 (gdb-propertize-header): New macro that uses gdb-set-header.
10337 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10338 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10339
8954c675
CY
103402009-07-07 Chong Yidong <cyd@stupidchicken.com>
10341
10342 * Makefile.in (ELCFILES): Remove fadr.elc.
10343
0996385d
DD
103442009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10345
dc6b4519
DD
10346 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10347 may contain frame information, so `string-match' should be used.
10348 (gdb-update): Disassembly is invalidated through
10349 `gdb-get-selected-frame'.
10350 (gdb-pad-string): New function to pad string with spaces.
10351 (gdb-invalidate-disassembly): Invalidate only if the buffer
10352 exists.
10353 (gdb-disassembly-handler-custom): Column alignment.
10354 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10355 placing new ones.
10356 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10357 end of line, too.
10358 (gdb-frame-handler): Match convention to for disassembly buffer
10359 mode name.
17c1380b 10360 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10361 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10362 not highlight breakpoints without line information.
69a197a2 10363 (gdb-input): Add trailing newline to command.
dc6b4519 10364
14340b25
DD
10365 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10366 buffer properly.
10367 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10368 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10369 now.
10370 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10371 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10372 to place breakpoints.
14340b25
DD
10373 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10374 functions.
10375 (gdb-disassembly-handler-custom): Show overlay arrow.
10376 (gdb-disassembly-place-breakpoints): Show breakpoints in
10377 disassembly buffer.
10378 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10379 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10380 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10381 in `gud-menu-map'.
14340b25 10382
38d4f316 10383 * fadr.el: Remove.
1f2a6224 10384
7b6fefac 10385 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10386 (gdb-memory-address): New variable which holds top address of
7b6fefac 10387 memory page shown in memory buffer.
0996385d
DD
10388 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10389 customization variables.
10390 New functions:
10391 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10392 display the memory buffer.
10393 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10394 buffer display parameters.
10395 (def-gdb-memory-format, gdb-memory-format-binary)
10396 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10397 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10398 Functions for setting memory buffer format.
10399 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10400 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10401 unit size used in memory buffer.
10402 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10403 to next/previous page of memory buffer.
28d67a53 10404 Now using (bindat-get-field) instead of fadr functions.
0996385d 10405
9ba562d3
SS
104062009-07-07 Sam Steingold <sds@gnu.org>
10407
10408 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10409 non-top-level files.
10410
a43977db
KH
104112009-07-07 Kenichi Handa <handa@m17n.org>
10412
10413 * international/mule-cmds.el (reset-language-environment): Put
10414 the highset priority to the charset iso-8859-1.
10415
d44d05e8
CY
104162009-07-06 Chong Yidong <cyd@stupidchicken.com>
10417
10418 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10419 to the end of the line when locating the block (Bug#700).
10420
3e2fa353
MA
104212009-07-06 Michael Albinus <michael.albinus@gmx.de>
10422
10423 * net/tramp.el (tramp-handle-write-region): Flush file properties
10424 in case of short track.
10425
be3e598a 104262009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10427
bf0b361c
JB
10428 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10429 Coded custom representation of verilog error regular expressions
10430 to work with Emacs-22's new format.
d88782c3 10431 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10432 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10433 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10434 error recognition into XEmacs.
10435 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10436 error recognition into Emacs-22.
10437
25c6f63e
CY
104382009-07-06 Chong Yidong <cyd@stupidchicken.com>
10439
10440 * woman.el: Remove stand-alone closing parentheses.
10441 (woman-file-name, woman2-format-paragraphs)
10442 (woman-leave-blank-lines): Code cleanup.
10443 (woman-use-own-frame): Change default to nil.
10444 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10445 defaults to inherit from default faces.
10446 (woman2-process-escapes): Consume the newline after a stand-alone
10447 filler character (Bug#3651).
10448
f176290e
GM
104492009-07-06 Glenn Morris <rgm@gnu.org>
10450
10451 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10452 (top-level): Move provide to the end.
10453 (ffap): Remove defunct URL from custom group.
10454
10455 * subr.el (eval-after-load): Doc fix.
10456
7b6fefac 104572009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10458
10459 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10460 `calc-embedded-word' is called twice.
10461
4b8b1ec5
SM
104622009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * files.el (find-alternate-file-other-window, find-alternate-file):
10465 Obey confirm-nonexistent-file-or-buffer.
10466
d6ceb380
MA
104672009-07-05 Michael Albinus <michael.albinus@gmx.de>
10468
10469 * dired-aux.el (dired-show-file-type): Handle remote files.
10470
be3e598a 104712009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10472
4b8b1ec5
SM
10473 * desktop.el (desktop-globals-to-save):
10474 Add file-name-history (Bug#2750).
c760f19e 10475
6d00ce04
CY
104762009-07-05 Chong Yidong <cyd@stupidchicken.com>
10477
4b8b1ec5 10478 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10479
6ee21b07
JB
104802009-07-04 Johan Bockgård <bojohan@gnu.org>
10481
10482 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10483 property on entire argument since this is what eshell-lisp-command
10484 expects.
10485
f0dbdc25
MA
104862009-07-03 Michael Albinus <michael.albinus@gmx.de>
10487
10488 * net/tramp-gvfs.el (tramp-gvfs-methods)
10489 (tramp-gvfs-zeroconf-domain)
10490 (tramp-bluez-discover-devices-timeout): Add version flag.
10491 (tramp-gvfs-handler-mounted-unmounted)
10492 (tramp-gvfs-connection-mounted-p): Polish handling of
10493 incompatibilities between GVFS 0.2 and 1.0.
10494
e044e4fc
JD
104952009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10496
4b8b1ec5 10497 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10498
2e9b968b
JB
104992009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10500
bf0b361c 10501 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10502 formatted correctly.
10503
baf1a55e
JL
105042009-07-02 Juri Linkov <juri@jurta.org>
10505
10506 * info.el: Virtual Info files and nodes.
10507 (Info-virtual-files, Info-virtual-nodes): New variables.
10508 (Info-current-node-virtual): New variable.
10509 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10510 New functions.
10511 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10512 to check for a virtual file instead of checking a fixed list
10513 of node names.
10514 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10515 instead of ad-hoc processing of "dir" and (apropos history toc).
10516 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10517 instead of ad-hoc processing of "dir" and (apropos history toc).
10518 Reread a file when moving from a virtual node.
10519 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10520 (Info-directory-toc-nodes, Info-directory-find-file)
10521 (Info-directory-find-node): New functions.
10522 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10523 (Info-history): Move part of code to
10524 `Info-history-find-node'.
10525 (Info-history-toc-nodes, Info-history-find-file)
10526 (Info-history-find-node): New functions.
10527 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10528 (Info-toc): Move part of code to `Info-toc-find-node'.
10529 (Info-toc-find-node): New function.
4b8b1ec5 10530 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10531 the current Info file name to references because now the node
10532 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10533 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10534 (Info-toc-nodes): Rename input argument `file' to `filename'.
10535 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10536 instead of ad-hoc processing of ("dir" apropos history toc).
10537 (Info-index-nodes): Use Info-virtual-file-p
10538 to check for a virtual file instead of checking a fixed list
10539 of node names.
10540 (Info-index-node): Add check for `Info-current-node-virtual'.
10541 Raise `save-match-data' higher up the tree to contain
10542 `search-forward' too (bug fix).
10543 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10544 (Info-virtual-index-nodes): New variable.
10545 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10546 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10547 (Info-apropos-file, Info-apropos-nodes): New variables.
10548 (Info-apropos-toc-nodes, Info-apropos-find-file)
10549 (Info-apropos-find-node, Info-apropos-matches): New functions.
10550 (info-apropos): Move part of code to `Info-apropos-find-node' and
10551 `Info-apropos-matches'.
10552 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10553 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10554 for a virtual file instead of checking a fixed list of node names.
10555
10556 * simple.el (async-shell-command): New command.
10557
10558 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10559
10560 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10561 instead of `mount-info'.
10562
d04bc496
MA
105632009-07-02 Michael Albinus <michael.albinus@gmx.de>
10564
10565 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10566 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10567
af0403e0
KH
105682009-07-02 Kenichi Handa <handa@m17n.org>
10569
10570 * international/mule.el (set-keyboard-coding-system): Force *-unix
10571 coding-system to avoid eol conversion.
10572
99278f8a
MA
105732009-07-01 Michael Albinus <michael.albinus@gmx.de>
10574
4b8b1ec5
SM
10575 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10576 Add handler for `process-file', `shell-command' and
99278f8a
MA
10577 `start-file-process'.
10578 (tramp-gvfs-handle-shell-command)
10579 (tramp-gvfs-handle-start-file-process)
10580 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10581 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10582
3f1c6666
JD
105832009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10584
10585 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10586
3f396bac
KH
105872009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10588
10589 * language/korean.el (set-language-info-alist): Add korean-cp949,
10590 cp949 to spec.
10591
c1185193
KH
105922009-07-01 Kenichi Handa <handa@m17n.org>
10593
10594 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10595
10596 * international/encoded-kb.el: Deleted.
10597
10598 * international/mule.el (set-keyboard-coding-system): Perform the
10599 necessary setup here instead of calling encoded-kbd-setup-display.
10600
3f150a60
GM
106012009-07-01 Glenn Morris <rgm@gnu.org>
10602
10603 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10604
b0d5b05b
GM
106052009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10606
10607 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10608
4f4126e6
MA
106092009-06-30 Michael Albinus <michael.albinus@gmx.de>
10610
4b8b1ec5
SM
10611 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10612 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 10613 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 10614
7ae3ea65 10615 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10616 (top): Add a default for "synce" in `tramp-default-user-alist'.
10617 Add completion function for "synce" method.
10618 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10619 (tramp-hal-interface-manager, tramp-hal-interface-device):
10620 New defconst.
10621 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10622 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10623 New defuns.
d6ceb380
MA
10624
10625 * net/trampver.el: Update release number.
7ae3ea65 10626
0ad6626b
KH
106272009-06-30 Kenichi Handa <handa@m17n.org>
10628
10629 * international/fontset.el (setup-default-fontset): Add CJK fonts
10630 for symbols and the other miscellaneous characters.
10631
4b8b1ec5
SM
10632 * language/korea-util.el (setup-korean-environment-internal):
10633 Make char-width-table suitable for Korean environments.
0ad6626b
KH
10634 (exit-korean-environment): Cancel above.
10635
10636 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10637 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 10638 setup-function to make char-width-table suitable for respective
0ad6626b
KH
10639 environments, and an exit-function to cancel that.
10640
10641 * language/japan-util.el (setup-japanese-environment-internal):
10642 Call use-cjk-char-width-table with arg `ja_JP'.
10643
10644 * international/characters.el (cjk-char-width-table): Delete it.
10645 (cjk-char-width-table-list): New variable.
10646 (use-cjk-char-width-table): New arg local-name.
10647 (use-default-char-width-table): Fix for the case that Emacs is
10648 already using the default char-width-table.
10649
fd46e893
MA
106502009-06-29 Michael Albinus <michael.albinus@gmx.de>
10651
10652 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10653 modes mandatory. (Bug#3712)
10654
b87d9f96
AM
106552009-06-29 Alan Mackenzie <acm@muc.de>
10656
10657 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 10658 correction between the visible width of TABs and their number of bytes.
b87d9f96 10659
2d25aa5a
CY
106602009-06-29 Chong Yidong <cyd@stupidchicken.com>
10661
10662 * server.el (server-buffer-done): Prevent kill-buffer from
10663 prompting by clearing the buffer modification flag (Bug#3696).
10664
a3a8b002
DN
106652009-06-28 Michael McNamara <mac@mail.brushroad.com>
10666
bf0b361c 10667 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 10668 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
10669 (verilog-basic-complete-re): Support localparam lineup.
10670 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10671 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10672 commenting.
10673 (verilog-leap-to-case-head): Now support *nested* unique &
10674 priority case statements.
10675 (verilog-auto-lineup): Make just declarations the default (as it
10676 had been).
4b8b1ec5 10677 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 10678 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 10679 select the various styles of automatic lineup.
a3a8b002
DN
10680 (verilog-error-regexp-alist): Rework to support the XEmacs style
10681 of error regular expressions from compilers, lint tools &
10682 simulators. Note that GNU Emacs has made it impossible for a mode
10683 to load such things.
10684 (electric-verilog-terminate-line, verilog-indent-declaration)
10685 (verilog-auto-wiure): Rework for radio button selection of
10686 auto-lineup selection of specification of auto lineup.
10687 (verilog-beg-of-statement-1): Redesign to support proper operation
10688 in additional code, based on testing with auto-lineup.
10689 (verilog-calculate-indent, assignments & declarations)
10690 (verilog-backward-token): Enhance to support auto-lineup of
10691 assignments & declarations.
10692 (verilog-in-directive-p, verilog-at-struct-p): New function for
10693 easy test of whether we are.
10694 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10695 to support safe execution at almost anyline.
10696 (verilog-calc-1): Properly support indenting deep inside generate
10697 blocks.
48c2d18a 10698 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 10699 as it is redundant with font-lock-defaults.
a8f316ca 10700 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
10701 to avoid circular calls if syntax-ppss is a function (as is the
10702 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 10703 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
10704 (verilog-ovm-begin-re, verilog-ovm-end-re)
10705 (verilog-ovm-statement-re, verilog-leap-to-head)
10706 (verilog-backward-token): Add support for OVM macros. Some are
10707 complete statements, and others open and close scopes like begin
10708 and end.
10709 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10710 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 10711 compilation issue.
48c2d18a 10712 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 10713 coverpoint, constraint and cross statements.
a3a8b002
DN
10714 (verilog-defun-level-list, verilog-generate-defun-level-list)
10715 (verilog-all-defun-level-list): Redo these specifications - it is
10716 too hard to support eval-when compile aggregation of lists also
10717 built at when-compile time.
10718 (verilog-defun-level-list): Place defconsts of variables used in
10719 building regular expressions which are built in eval-when-compile
10720 bodies in the same eval-when-compile body to facilitate compile
10721 without load.
10722 (verilog-beg-block-re-ordered): Support indenting
10723 virtual/protected tasks and functions.
7b6fefac 10724 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
10725 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10726 indentation of some module items (generate items).
10727 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10728 across virtual/protected tasks and functions.
10729
107302009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10731
bf0b361c 10732 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 10733 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
10734 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10735 in concatenations. Reported by Yishay Belkind.
10736 (verilog-auto-ascii-enum): Support one-hot state machines in
10737 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10738 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10739 modport in AUTOINST and add vl-modport for users. Reported by
10740 David Rogoff.
10741 (verilog-auto-inout-module, verilog-auto-inst)
10742 (verilog-decls-get-interfaces, verilog-insert-definition)
10743 (verilog-insert-one-definition, verilog-read-decls)
10744 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10745 (verilog-sig-modport, verilog-signals-combine-bus)
10746 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10747 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10748 Suggested by David Rogoff.
10749 (verilog-repair-open-comma): Fix non-insertion of comma when
10750 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10751 (verilog-make-width-expression): Simplify [A-1:0] expression
10752 widths to just {A{1'b0}}.
10753 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
10754 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10755 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
10756 inputs/outputs or data type. Suggested by Vasu Kandadi.
10757 (next-error-last-buffer): Fix byte-compiler warning.
10758 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10759 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 10760 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 10761 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
10762 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10763 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 10764 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
10765 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10766 causing use of <= assignments. Reported by Alex Reed.
10767 (verilog-read-decls): Fix triand, trior, wand, wor to be
10768 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10769 (verilog-extended-complete-re): Support import "DPI-C" functions.
10770 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 10771 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
10772 (verilog-insert-date, verilog-insert-year)
10773 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10774 Windows systems. Reported by Michael Potts.
10775 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 10776 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 10777 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 10778 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
10779 (verilog-read-decls): Fix detecting "parameter int" when using
10780 AUTOINSTPARAM. Reported by Bruce T.
10781 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 10782 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 10783 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
10784 verilog-goto-defun will work. Reported by Lawrence Butcher.
10785 (verilog-getopt): Expand environment variables in -f file
10786 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 10787 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
10788 when reading enumerations.
10789 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10790 Suggested by Stephen Peltan.
4b8b1ec5 10791 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
10792 files. Reported by Steve Peltan.
10793
f7c0d931
CY
107942009-06-28 David De La Harpe Golden <david@harpegolden.net>
10795
10796 * files.el (trash-directory): Fix defcustom type.
10797
baf1a55e 107982009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
10799
10800 * help-fns.el (describe-function-1): Correctly locate adviced
10801 functions in hyperlink (Bug#2438).
10802
d63a01ef
CY
108032009-06-28 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * files.el (trash-directory): Change default to nil.
10806 (move-file-to-trash): If trash-directory is nil and
10807 system-move-file-to-trash is unbound, perform freedesktop-style
10808 trashing.
10809
108102009-06-28 David De La Harpe Golden <david@harpegolden.net>
10811
10812 * files.el (move-file-to-trash): Add freedesktop trash
10813 support (Bug#973).
10814
fc2f6a26
GM
108152009-06-28 Glenn Morris <rgm@gnu.org>
10816
10817 * autorevert.el (global-auto-revert-non-file-buffers)
10818 (global-auto-revert-mode): Doc fixes.
10819
00242b07
JB
108202009-06-27 Johan Bockgård <bojohan@gnu.org>
10821
10822 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10823
f5594f03
CY
108242009-06-27 Chong Yidong <cyd@stupidchicken.com>
10825
e8a2b2da
CY
10826 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10827 opened an X connection before calling x-get-resource (Bug#3194).
10828
f5594f03
CY
10829 * play/doctor.el: Remove reference to obsolete website.
10830 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10831
3c3bf6ce
DN
108322009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10833
10834 Remove find-file-not-found-hook VC method. (Bug#2757)
10835 * vc-hooks.el (vc-file-not-found-hook)
10836 (vc-default-find-file-not-found-hook): Remove functions.
10837 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10838 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10839 * vc.el:
10840 * vc-hg.el:
10841 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10842
e26a7bc0
AM
108432009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10844
10845 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 10846 compatibility function for `looking-back'.
e26a7bc0 10847
4b8b1ec5 10848 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 10849 Use `ispell-looking-back'.
e26a7bc0 10850
d9848600
MA
108512009-06-24 Michael Albinus <michael.albinus@gmx.de>
10852
10853 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 10854 rather than `filename'.
d9848600 10855
05fbc4a9
MB
108562009-06-23 Miles Bader <miles@gnu.org>
10857
10858 * face-remap.el (text-scale-set): New function.
10859
f86ca715
GM
108602009-06-23 Glenn Morris <rgm@gnu.org>
10861
33e2c2e5
GM
10862 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10863
f529f302
GM
10864 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10865
34995333
GM
10866 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10867
cc80ccee
GM
10868 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10869
84cb770d
GM
10870 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10871 Simplify Persian conditionals.
10872
d916c965
GM
10873 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10874 variable `filename'.
10875
b6a44b27
GM
10876 * comint.el (comint-insert-input): Doc fix.
10877
f86ca715
GM
10878 * Makefile.in (ELCFILES): Fix typo in previous change.
10879
666e158e
MB
108802009-06-23 Miles Bader <miles@gnu.org>
10881
10882 * cus-start.el: Add entry for `recenter-redisplay'.
10883
be3e598a 108842009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
10885
10886 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10887 Add an optional argument for the backend, use it instead of
10888 calling vc-backend.
4b8b1ec5
SM
10889 (vc-mode-line): Add an optional argument for the backend.
10890 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
10891 special handling for vc-state being a buffer to ...
10892
10893 * vc-rcs.el (vc-rcs-find-file-hook):
10894 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10895
10896 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10897 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10898 vc-stay-local-p and vc-mode-line calls.
10899
10900 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10901 (vc-cvs-diff, vc-cvs-annotate-command)
10902 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10903 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10904 vc-mode-line calls.
10905
10906 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10907 direct comparison.
10908 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10909 backend when calling vc-mode-line.
10910 (vc-register): Do not create a closure for calling the vc register
10911 function, call it directly.
10912
2764748c
DN
109132009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10914
10915 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10916 to make it obvious item can be clicked.
f5a0b281
DN
10917
10918 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10919
d4a885b2
KH
109202009-06-23 Kenichi Handa <handa@m17n.org>
10921
10922 * language/korea-util.el (korean-key-bindings): Change the binding
10923 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10924 same command.
10925
e3610693
MA
109262009-06-22 Michael Albinus <michael.albinus@gmx.de>
10927
10928 Sync with Tramp 2.1.16.
10929
10930 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10931
10932 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10933 when a loading of a package fails. Completion function for rsync
10934 is `tramp-completion-function-alist-ssh'.
10935 (all): Replace all calls of `split-string' and
10936 `tramp-split-string' by `tramp-compat-split-string'.
10937 (tramp-default-method): Use `tramp-compat-process-running-p'.
10938 (tramp-default-proxies-alist): Allow also Lisp forms.
10939 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 10940 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
10941 (tramp-domain-regexp): Allow also "-", "_" and ".".
10942 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10943 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10944 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
10945 (tramp-handle-directory-files-and-attributes-with-stat):
10946 Care about filenames with spaces, or starting with "-".
e3610693
MA
10947 (tramp-handle-dired-uncache): New defun.
10948 (tramp-handle-insert-directory): Don't flush the directory from
10949 cache, this is handled by `dired-uncache' now.
10950 (tramp-handle-insert-file-contents): Improve error handling.
10951 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10952 Quote `tramp-end-of-output'.
10953 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
10954 (tramp-check-for-regexp): Both echoes must be present, before removing.
10955 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
10956 (tramp-compute-multi-hops): Eval cons cells of
10957 `tramp-default-proxies-alist'.
10958 (tramp-maybe-open-connection): Use the same command pattern for
10959 first hop and further hops.
10960 (tramp-wait-for-output): Remove handling of newlines.
10961 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10962 (tramp-split-string): Remove function. It is handled in
10963 tramp-compat now.
10964
4b8b1ec5
SM
10965 * net/tramp-cmds.el (tramp-bug):
10966 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
10967
10968 * net/tramp-compat.el (tramp-compat-split-string)
10969 (tramp-compat-process-running-p): New defuns.
10970
10971 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10972 for `dired-uncache'.
10973
10974 * net/tramp-gvfs.el: New package.
10975
4b8b1ec5
SM
10976 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10977 Add handler for `dired-uncache'.
e3610693
MA
10978 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10979
10980 * net/trampver.el: Update release number. Make version check fit
10981 for SXEmacs 22.
10982
13a3f374
JM
109832009-06-22 Jim Meyering <meyering@redhat.com>
10984
e0a28a3b 10985 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
10986 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10987 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10988
5242671e 109892009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 10990 Nick Roberts <nickrob@snap.net.nz>
13a3f374 10991
e0a28a3b 10992 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
10993 repository (http://sphinx.net.ru/hg/gdb-mi/).
10994
3fde45af
GM
109952009-06-22 Glenn Morris <rgm@gnu.org>
10996
46253b34
GM
10997 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10998 `mode' and `eval' entries. (Bug#3430)
10999
97e18192
GM
11000 * Makefile.in (ELCFILES): Add fadr.elc.
11001
731a00fb
GM
11002 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11003 differing behavior of \n and ^ in strings. (Bug#3385)
11004
c66cd0ff
GM
11005 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11006
3fde45af
GM
11007 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11008 property.
11009 (lisp-indent-function): Make it a defcustom.
11010
db2241a0
NR
110112009-06-21 Nick Roberts <nickrob@snap.net.nz>
11012
11013 * progmodes/gdb-ui.el: Replace with ...
5242671e 11014 * progmodes/gdb-mi.el: ... this file.
db2241a0 11015 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11016
110172009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11018
db2241a0
NR
11019 * fadr.el: New file.
11020
38d4f316 11021See ChangeLog.14 for earlier changes.
e3d51b27
MR
11022
11023;; Local Variables:
11024;; coding: utf-8
e3d51b27
MR
11025;; End:
11026
4e5617ee 11027 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11028
11029 This file is part of GNU Emacs.
11030
11031 GNU Emacs is free software: you can redistribute it and/or modify
11032 it under the terms of the GNU General Public License as published by
11033 the Free Software Foundation, either version 3 of the License, or
11034 (at your option) any later version.
11035
11036 GNU Emacs is distributed in the hope that it will be useful,
11037 but WITHOUT ANY WARRANTY; without even the implied warranty of
11038 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11039 GNU General Public License for more details.
11040
11041 You should have received a copy of the GNU General Public License
11042 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11043
38d4f316 11044;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1