Bugfix for ede-proj-makefile-insert-variables.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
2
3 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
4 destroy list before using it.
5
6 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
7
8 Fix the version number for added files.
9 * vc-hg.el (vc-hg-working-revision): Check if the file is
10 registered after hg parent fails (Bug#5961).
11
12 2010-04-17 Glenn Morris <rgm@gnu.org>
13
14 * htmlfontify.el (htmlfontify-buffer)
15 (htmlfontify-copy-and-link-dir): Autoload entry points.
16
17 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
18
19 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
20 name relative to the project root (Bug#5960).
21
22 2010-04-16 Glenn Morris <rgm@gnu.org>
23
24 * vc-git.el (vc-git-print-log): Doc fix.
25
26 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
27
28 * ido.el (ido-file-internal): Fix 2009-12-02 change.
29
30 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
31
32 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
33 default settings (Bug#5928).
34
35 2010-04-10 Glenn Morris <rgm@gnu.org>
36
37 * progmodes/fortran.el (fortran-match-and-skip-declaration):
38 New function.
39 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
40
41 2010-04-07 Kenichi Handa <handa@m17n.org>
42
43 * language/indian.el (malayalam-composable-pattern): Fix previous
44 change (add U+0D4D "SIGN VIRAMA").
45 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
46 (tamil-composable-pattern): Fix typo in the regexp.
47 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
48 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
49 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
50
51 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
52
53 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
54 paragraph-separate (Bug#5821).
55
56 2010-04-05 Juri Linkov <juri@jurta.org>
57
58 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
59
60 * info.el (Info-find-node-2): Comment out code that skips
61 breadcrumbs line.
62 (Info-mouse-follow-link): New command.
63 (Info-link-keymap): New keymap.
64 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
65 Return a string with links instead of inserting breadcrumbs
66 to the Info buffer.
67 (Info-fontify-node): Comment out code that inserts breadcrumbs.
68 Instead of putting the `invisible' text property over the Info
69 header, make an overlay over the Info header with the `invisible'
70 property and `after-string' set to the string returned by
71 `Info-breadcrumbs'.
72
73 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
74
75 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
76 Reported by monkey@sandpframing.com.
77
78 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
79
80 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
81 (semantic-create-imenu-directory-index): Fix typos in docstrings.
82 (semantic-imenu-goto-function): Reflow docstring.
83
84 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
85
86 * textmodes/artist.el (artist-mode): Fix typo in docstring.
87 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
88
89 2010-03-30 Kenichi Handa <handa@m17n.org>
90
91 * language/sinhala.el (composition-function-table): Fix regexp for
92 the new Unicode specification.
93
94 * language/indian.el (devanagari-composable-pattern)
95 (tamil-composable-pattern, kannada-composable-pattern)
96 (malayalam-composable-pattern): Adjust for the new Unicode
97 specification.
98 (bengali-composable-pattern, gurmukhi-composable-pattern)
99 (gujarati-composable-pattern, oriya-composable-pattern)
100 (telugu-composable-pattern): New variables to cope with the new
101 Unicode specification. Use them in composition-function-table.
102
103 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 Make tmm-menubar work for the Buffers menu again.
106 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
107 vectors rather than cons cells, as used in menu-bar-update-buffers.
108
109 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
110
111 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
112 (js-insert-and-indent): Revert 2009-08-15 change, restoring
113 electric punctuation for "{}();,:" (Bug#5586).
114
115 * mail/sendmail.el (mail-default-directory): Doc fix.
116
117 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
118
119 * mail/sendmail.el (mail-default-directory): Doc fix.
120
121 2010-03-27 Eli Zaretskii <eliz@gnu.org>
122
123 * subr.el (version-regexp-alist, version-to-list)
124 (version-list-<, version-list-=, version-list-<=)
125 (version-list-not-zero, version<, version<=, version=): Doc fix.
126 (Bug#5744).
127
128 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
129 Nick Roberts <nickrob@snap.net.nz>
130
131 * progmodes/gdb-ui.el (gdb-apple-test): New function.
132 (gdb-init-1): Use it.
133
134 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
135
136 * vc.el (vc-root-diff): Doc fix.
137
138 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
139
140 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
141
142 * simple.el (append-to-buffer): Fix last change.
143
144 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
145
146 * simple.el (append-to-buffer): Ensure that point is preserved if
147 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
148 (Bug#5749)
149
150 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
153 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
154 not be present any more.
155
156 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
157
158 * faces.el (set-face-attribute): Fix typo in docstring.
159 (face-valid-attribute-values): Reflow docstring.
160
161 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
162
163 2010-03-23 Glenn Morris <rgm@gnu.org>
164
165 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
166
167 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
168
169 * indent.el (indent-for-tab-command): Doc fix.
170
171 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
172
173 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
174 (image-dired-read-comment): Doc fix.
175
176 * json.el (json-object-type, json-array-type, json-key-type)
177 (json-false, json-null, json-read-number):
178 * minibuffer.el (completion-in-region-functions):
179 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
180 (cal-tex-cursor-week):
181 * emacs-lisp/trace.el (trace-function):
182 * eshell/em-basic.el (eshell/printnl):
183 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
184 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
185 * obsolete/levents.el (allocate-event, event-key, event-object)
186 (event-point, event-process, event-timestamp, event-to-character)
187 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
188 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
189 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
190 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
191 (reftex-highlight-selection): Fix typos in docstrings.
192
193 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
194
195 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
196
197 2010-03-18 Glenn Morris <rgm@gnu.org>
198
199 * mail/rmail.el (rmail-highlight-face): Restore option deleted
200 2008-02-13 without comment; mark it obsolete.
201 (rmail-highlight-headers): Use rmail-highlight-face once more.
202
203 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
204
205 * woman.el (woman2-process-escapes): Only consume the newline if
206 the filler character is on a line by itself (Bug#5729).
207
208 2010-03-16 Kenichi Handa <handa@m17n.org>
209
210 * language/indian.el (devanagari-composable-pattern): Add more
211 consonants.
212
213 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
214
215 * net/trampver.el: Update release number.
216
217 2010-03-13 Glenn Morris <rgm@gnu.org>
218
219 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
220
221 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
222
223 * net/tramp.el (tramp-find-executable):
224 Use `tramp-get-connection-buffer'. Make the regexp for checking
225 output of "wc -l" more robust.
226 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
227 (tramp-open-connection-setup-interactive-shell): Remove workaround
228 for OpenSolaris bug, it is not needed anymore.
229
230 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
231
232 * cedet/semantic/imenu.el: New file, from the CEDET repository
233 (Bug#5412).
234
235 2010-03-12 Glenn Morris <rgm@gnu.org>
236
237 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
238
239 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
240
241 * files.el (auto-mode-alist): Accept more verilog file patterns.
242
243 2010-03-09 Miles Bader <miles@gnu.org>>
244
245 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
246 instead of "format:"; this ensures that the output is
247 newline-terminated.
248
249 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
250
251 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
252 that all errors are caught, and that the return value is always a
253 list (Bug#5692).
254
255 2010-03-08 Kenichi Handa <handa@m17n.org>
256
257 * language/misc-lang.el (windows-1256): New coding system.
258 (cp1256): New alias of windows-1256 (bug#5690).
259
260 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
261
262 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
263 call to rfc822-bad-address. (Bug#5692)
264
265 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
266
267 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
268 vc-git-root as default directory for revision path (Bug#5657).
269
270 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
271
272 * calculator.el (calculator): Don't bind split-window-keep-point
273 (Bug#5674).
274
275 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * vc-git.el: Re-flow to fit into 80 columns.
278 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
279 Remove spurious `quote' element in each case alternative.
280 (vc-git-show-log-entry): Use prog1.
281 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
282
283 2010-03-06 Glenn Morris <rgm@gnu.org>
284
285 * cedet/semantic/grammar.el (semantic-grammar-header-template):
286 Update template copyright to GPLv3+.
287
288 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
291
292 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
293
294 * macros.el (insert-kbd-macro): Look up keyboard macro using the
295 definition, not the name (Bug#5481).
296
297 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
298
299 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
300 argument with a local variable. (Bug#5670)
301
302 2010-03-02 Juri Linkov <juri@jurta.org>
303
304 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
305
306 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
307
308 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
309 error when FILENAME and NEWNAME are existing remote directories.
310
311 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
312 parameter DIR-FLAG.
313
314 2010-03-02 Glenn Morris <rgm@gnu.org>
315
316 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
317 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
318
319 2010-03-01 Kenichi Handa <handa@m17n.org>
320
321 * language/burmese.el (burmese-composable-pattern): Rename from
322 myanmar-composable-pattern.
323
324 * international/characters.el (script-list):
325 * international/fontset.el (script-representative-chars):
326 Change myanmar to burmese.
327 (otf-script-alist): Likewise.
328 (setup-default-fontset): Likewise. Re-fix :otf spec.
329
330 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
331
332 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
333
334 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
335
336 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
337
338 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
339
340 * net/tramp.el (tramp-handle-write-region): START can be a string.
341 Take care in the checks. Reported by Dan Davison
342 <davison@stats.ox.ac.uk>.
343
344 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
345
346 * net/dbus.el (dbus-introspect, dbus-get-property)
347 (dbus-set-property, dbus-get-all-properties): Use
348 `dbus-call-method' when noninteractive. (Bug#5645)
349
350 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
351
352 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
353 * emacs-lisp/elint.el (elint-add-required-env):
354 * cedet/semantic/db-find.el
355 (semanticdb-find-translate-path-brutish-default):
356 * cedet/ede/make.el (ede-make-check-version):
357 * calendar/icalendar.el (icalendar--add-diary-entry):
358 * calc/calcalg2.el (math-tracing-integral):
359 * files.el (recover-session-finish): Use with-current-buffer
360 instead of save-excursion.
361
362 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 Fix in-buffer completion when after-change-functions modify the buffer.
365 * minibuffer.el (completion--replace): New function.
366 (completion--do-completion): Use it and use relative movement.
367
368 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
369
370 * international/fontset.el (setup-default-fontset): Fix :otf spec.
371
372 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
373
374 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
375 Allow the characters _<> in the stack entry (Bug#5653).
376
377 2010-02-26 Kenichi Handa <handa@m17n.org>
378
379 * language/burmese.el: Fix entries in composition-function-table.
380 (myanmar-composable-pattern): New variable.
381
382 * international/fontset.el (setup-default-fontset): Add an entry
383 for myanmar.
384
385 * international/characters.el (script-list): Add Myanmar
386 Extended-A.
387
388 2010-02-26 Glenn Morris <rgm@gnu.org>
389
390 * custom.el (custom-initialize-delay): Doc fix.
391
392 * mail/sendmail.el (send-mail-function): Autoload the call
393 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
394
395 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
396
397 * files.el (hack-local-variables-filter): For eval forms, also
398 check safe-local-variable-p (Bug#5636).
399
400 2010-02-24 Eduard Wiebe <usenet@pusto.de>
401
402 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
403 and use c(ad)r of cddr (Bug#5640).
404
405 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
406
407 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
408 setting the modes by `ignore-errors'. It might fail, for example
409 if the file is not owned by the user but the group.
410 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
411
412 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
413
414 * files.el (directory-listing-before-filename-regexp): Use
415 stricter matching for iso-style dates, to avoid false matches with
416 date-like filenames (Bug#5597).
417
418 * htmlfontify.el (htmlfontify): Doc fix.
419
420 * eshell/eshell.el (eshell): Doc fix.
421
422 * startup.el (fancy-about-screen): In mode-line, apply
423 mode-line-buffer-id face only to the buffer name (Bug#5613).
424
425 2010-02-20 Kevin Ryde <user42@zip.com.au>
426
427 * progmodes/compile.el (compilation-error-regexp-alist-alist):
428 In `watcom' anchor regexp to start of line, to avoid slowness
429 (Bug#5599).
430
431 2010-02-20 Eli Zaretskii <eliz@gnu.org>
432
433 * subr.el (remove-yank-excluded-properties): Explain in a comment
434 why `category' property is removed.
435
436 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
437
438 * isearch.el (isearch-update-post-hook, isearch-update): Revert
439 2010-02-17 change.
440
441 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
442
443 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
444 (icalendar--convert-weekly-to-ical)
445 (icalendar--convert-yearly-to-ical)
446 (icalendar--convert-block-to-ical)
447 (icalendar--convert-cyclic-to-ical)
448 (icalendar--convert-anniversary-to-ical): Take care of time
449 specifications where hour has 1-digit only (Bug#5549).
450
451 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
452
453 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
454 of disassemble output in GDB 7.1.
455
456 2010-02-19 Glenn Morris <rgm@gnu.org>
457
458 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
459 property. (Bug#5593)
460
461 2010-02-18 Sam Steingold <sds@gnu.org>
462
463 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
464
465 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 Use abbreviated file names in bookmarks (bug#5591).
468 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
469 calls to expand-file-name.
470 (bookmark-relocate): Use abbreviated file names in bookmarks.
471 (bookmark-load): Use abbreviated file names in messages.
472
473 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
476 expand "." and "..". Reported by Thierry Volpiatto
477 <thierry.volpiatto@gmail.com>.
478
479 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
480
481 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
482 permissions of the temporary file to "0600". In case the remote
483 file has no read permissions for the owner, there might be
484 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
485
486 22010-02-18 Glenn Morris <rgm@gnu.org>
487
488 * emacs-lisp/authors.el (authors-renamed-files-alist):
489 Add entries for INSTALL.CVS.
490
491 2010-02-17 Mark A. Hershberger <mah@everybody.org>
492
493 * vc-bzr.el: Fix typo in Known Bugs section.
494
495 * isearch.el (isearch-update-post-hook): New hook.
496 (isearch-update): Use the new hook.
497
498 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
499
500 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
501 Fix errors in copying directories.
502 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
503 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
504 (tramp-handle-delete-file)
505 (tramp-handle-dired-recursive-delete-directory)
506 (tramp-handle-write-region): Flush also the cache for the upper
507 directory.
508
509 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
510
511 * simple.el (save-interprogram-paste-before-kill): Doc fix.
512
513 * cus-edit.el (hardware): Doc fix.
514
515 * man.el (man): Add to external custom group.
516
517 * delim-col.el (columns): Move to wp custom group.
518
519 * doc-view.el (doc-view): Add to data custom group.
520
521 * cedet/data-debug.el (data-debug): Move to extensions group.
522
523 * cedet/ede.el (ede):
524 * cedet/srecode.el (srecode):
525 * cedet/semantic.el (semantic): Put in tools and extensions group.
526
527 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
528
529 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
530 by ispell-parse-output (Bug#5575).
531
532 2010-02-16 Kenichi Handa <handa@m17n.org>
533
534 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
535 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
536 (skkdic-convert): Use `euc-japan' coding system for writing.
537
538 2010-02-16 Glenn Morris <rgm@gnu.org>
539
540 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
541 tex-main-file before using it. (Bug#5562)
542
543 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
546 warnings, since it is annoying for the user to see them each time he
547 runs the code.
548
549 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
550
551 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
552 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
553 instead of PROC for caching "first-password-request". Otherwise,
554 new processes would not profit from passwords already entered.
555
556 * net/tramp-cache.el (tramp-dump-connection-properties):
557 Don't save "first-password-request" property.
558
559 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
560
561 * outline.el (outline-head-from-level):
562 * simple.el (with-wrapper-hook):
563 * cedet/ede.el (ede-run-target, project-delete-target)
564 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
565 (ede-adebug-project, ede-adebug-project-parent)
566 (ede-adebug-project-root):
567 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
568 (elint-defun, elint-buffer-env, elint-top-form-logged)
569 (elint-unbound-variable):
570 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
571 Fix typos in docstrings.
572
573 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
574
575 * files.el (insert-directory): When WILDCARD-REGEXP and
576 FULL-DIRECTORY-P are nil, insert the file entry instead of the
577 whole directory. (Bug#5551)
578
579 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
580 dired's alignment sanity. (Bug#5516)
581
582 2010-02-14 Juri Linkov <juri@jurta.org>
583
584 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
585 Remove remaining ^H with their preceding chars. (Bug#5566)
586
587 2010-02-13 Glenn Morris <rgm@gnu.org>
588
589 * simple.el (transpose-subr): Give it a doc-string.
590
591 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
592 Doc fixes.
593
594 2010-02-12 Juri Linkov <juri@jurta.org>
595
596 * arc-mode.el (archive-unique-fname): Make directories for nested
597 archives. (Bug#5540)
598
599 2010-02-12 Juri Linkov <juri@jurta.org>
600
601 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
602
603 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * subr.el (copy-overlay): Handle deleted overlays.
606
607 * man.el (Man-completion-table): Don't signal an error if we can't run
608 manual-program (bug#4056).
609
610 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
611
612 * textmodes/artist.el (artist-mt): Fix typos in docstring.
613
614 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
615
616 * info.el (Info-bookmark-jump): Simplify.
617
618 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
619 (bookmark-default-handler): Accept new bookmark field `buffer'.
620
621 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
622
623 * iswitchb.el (iswitchb-completions): Revert last change.
624
625 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
626
627 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
628 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
629 This prevents file names like "~/" being listed literally.
630
631 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
632
633 * term/xterm.el (xterm-maybe-set-dark-background-mode):
634 Remove dead code. (Bug#5546)
635
636 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
637
638 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
639 correctly (Bug#5548).
640
641 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
642
643 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
644 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
645
646 2010-02-08 Kenichi Handa <handa@m17n.org>
647
648 * international/mule-util.el (with-coding-priority): Add autoload
649 cookie for putting `lisp-indent-function'.
650
651 2010-02-07 Glenn Morris <rgm@gnu.org>
652
653 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
654 Move F2003 named interfaces from keywords-2 to keywords-1, and
655 use function-name-face rather than constant-face.
656 Simplify "abstract interface" regexp.
657
658 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
659
660 * eshell/esh-util.el (eshell-file-attributes): New optional arg
661 ID-FORMAT. Pass it to `file-attributes'.
662
663 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
664
665 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
666
667 * faces.el (set-face-attribute): Allow calling
668 internal-set-lisp-face-attribute with 'unspecified family and
669 foundry argument (Bug#5536).
670
671 2010-02-07 Glenn Morris <rgm@gnu.org>
672
673 * progmodes/f90.el (f90-font-lock-keywords-2)
674 (f90-looking-at-type-like, f90-looking-at-program-block-end):
675 Handle F2003 named interfaces.
676
677 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
678
679 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
680 beg and end before calling c-get-state-before-change-functions.
681
682 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
683
684 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
685
686 2010-02-05 Juri Linkov <juri@jurta.org>
687
688 * doc-view.el (doc-view-mode):
689 * image-mode.el (image-mode): Put property mode-class=special.
690 (Bug#4896)
691
692 2010-02-05 Mark A. Hershberger <mah@everybody.org>
693
694 * vc-svn.el (vc-svn-revision-table): New function.
695
696 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
697
698 * net/ange-ftp.el (ange-ftp-insert-directory):
699 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
700 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
701 Handle also directories. (Bug#5478)
702
703 2010-02-05 Glenn Morris <rgm@gnu.org>
704
705 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
706
707 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
708
709 * startup.el (command-line-1): Convert options beginning with a
710 single dash as well (Bug#5519).
711
712 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
715 * minibuffer.el (completion-initials-expand): Only check the presence
716 of delims *within* the boundaries, since otherwise the / delim is
717 always found for files.
718
719 Fix up various corner case problems.
720 * doc-view.el (doc-view-last-page-number): New function.
721 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
722 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
723 (doc-view-kill-proc): Avoid inf-loop in freak cases.
724 (doc-view-reconvert-doc): Use the new recursive delete-directory.
725 (doc-view-convert-current-doc): Don't create the resolution.el file
726 here any more.
727 (doc-view-pdf/ps->png): Do it here instead.
728 (doc-view-already-converted-p): Check that resolution.el is present.
729 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
730 windows that are not yet showing images.
731
732 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
733
734 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
735 `dired-uncache' for every elemnt which is an absolute file name.
736
737 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
738 directory, handle its directory component.
739 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
740 function is called permanently and creates noise, otherwise.
741
742 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
743 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
744 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
745
746 2010-02-04 David Burger <dburger@google.com> (tiny change)
747
748 * macros.el (apply-macro-to-region-lines):
749 Minor simplification. (Bug#5485)
750
751 2010-02-04 Glenn Morris <rgm@gnu.org>
752
753 * mail/rmail.el (rmail-show-message-1): Handle malformed
754 quoted-printable text. (Bug#5441)
755
756 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
757
758 * simple.el (visual-line-mode): Capitalize lighter.
759
760 2010-02-03 John Wiegley <jwiegley@gmail.com>
761
762 * iswitchb.el (iswitchb-completions): Add bookmark files to the
763 list of files considered for "virtual buffer" completions.
764
765 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
766
767 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
768 also in case of (and (not full) (not wildcard)). This is needed,
769 when dired is called with a list of files, which are not in
770 `default-directory'. (Bug#5478)
771
772 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
775
776 2010-02-02 Juri Linkov <juri@jurta.org>
777
778 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
779 from unidiff to allow function-line after @@.
780
781 2010-02-02 Juri Linkov <juri@jurta.org>
782
783 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
784 '(RCS SCCS) with inverted condition.
785
786 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
787
788 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
789 messages.
790
791 2010-02-01 Juri Linkov <juri@jurta.org>
792
793 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
794 compare with "pkunzip" and "pkzip" instead of only "pkzip".
795 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
796 only when (car archive-zip-extract) is "unzip". (Bug#5475)
797
798 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
801 (doc-view-revert-buffer): New command.
802 (doc-view-mode-map): Use it.
803
804 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
805
806 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
807 pending merge is detected.
808
809 2010-01-31 Juri Linkov <juri@jurta.org>
810
811 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
812 beginning of interactive spec like all other grep commands do.
813 Put "all" in front of "gz". (Bug#5260)
814
815 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
816
817 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
818
819 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
820
821 * dirtrack.el (dirtrack): Warn instead of signalling error if the
822 regexp is incorrect (Bug#5476).
823
824 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
825
826 * net/tramp.el (tramp-handle-insert-directory): Handle also
827 symlinks, when FILENAME is not in `default-directory'.
828
829 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
830
831 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
832 FILE is not in `default-directory'. (Bug#5478)
833
834 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
835 of SWITCHES. Handle the case, FILENAME is not in
836 `default-directory'. (Bug#5478)
837 (tramp-register-file-name-handlers): Add safe-magic property.
838
839 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
840
841 * arc-mode.el (archive-zip-extract): Quote the argument passed to
842 unzip (Bug#5475).
843
844 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
845
846 * progmodes/flymake.el (flymake-allowed-file-name-masks)
847 (flymake-master-make-header-init): Add other C++ filename masks.
848 (flymake-find-possible-master-files)
849 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
850
851 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
852
853 Fix some busybox annoyances.
854
855 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
856 not responding." string.
857 (tramp-open-connection-setup-interactive-shell): Dump stty
858 settings. Enable "neveropen" arg for all `tramp-send-command'
859 calls. Handle "=" in variable values properly.
860 (tramp-find-inline-encoding): Raise an error, when no encoding is
861 found.
862 (tramp-wait-for-output): Check, whether PROC buffer is available.
863 Remove spurious " ^H" sequences, sent by busybox.
864 (tramp-get-ls-command): Suppress coloring, if possible.
865
866 2010-01-28 Glenn Morris <rgm@gnu.org>
867
868 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
869
870 * log-edit.el (log-edit-strip-single-file-name): Add missing
871 :safe, :group, and :version tags.
872
873 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
874
875 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
876 buffers. (Bug#5477)
877
878 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
879
880 * files.el (delete-directory): Handle moving to trash without
881 first doing recursion (Bug#5436).
882
883 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
884
885 * vc-hooks.el (vc-path): Mark as obsolete.
886
887 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
888
889 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
890 names too.
891
892 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
893 for the short log.
894 (vc-bzr-log-view-mode): Adjust regexp for the above change.
895
896 2010-01-25 Mark A. Hershberger <mah@everybody.org>
897
898 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
899
900 * vc-bzr.el (vc-bzr-revision-table): New function.
901
902 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
903
904 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
905 diff-index command. This requires at least git-1.5.5. (Bug#1589).
906
907 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
908
909 Remove support for adding --signoff on commit.
910 Future support will use an incompatible generic mechanism.
911 * vc-git.el (vc-git-add-signoff): Remove variable.
912 (vc-git-toggle-signoff): Remove function.
913 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
914
915 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
916 from xterm-set-background-mode. Return t if the background mode
917 was set.
918 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
919 earlier, call it again in case the background mode has changed.
920
921 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
922
923 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
924 (Bug#3541).
925
926 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
927
928 * emacs-lisp/assoc.el (aelement): Doc fix.
929 (aput, adelete, amake): Use lexical-let (Bug#5450).
930
931 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
932
933 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
934 is the same as subprogram call, not declaration. (Bug#5435).
935
936 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
937
938 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
939 (tramp-smb-maybe-open-connection): Use it.
940
941 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
944
945 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
948 just because we see "encoding: 8bit".
949 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
950
951 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
952
953 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
954
955 2010-01-22 Eli Zaretskii <eliz@gnu.org>
956
957 * jka-compr.el (jka-compr-load): If load-file is not in
958 load-history, try its file-truename version. (bug#5447)
959
960 2010-01-21 Alan Mackenzie <acm@muc.de>
961
962 Fix a situation where deletion of a cpp construct throws an error.
963 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
964 invoking c-with-all-but-one-cpps-commented-out, check that the
965 special cpp construct is still in the buffer.
966 (c-parse-state): Record the special cpp with markers, not numbers.
967
968 2010-01-21 Kenichi Handa <handa@m17n.org>
969
970 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
971 process last-command-event, as it is now decoded first (Bug#5380).
972
973 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
974
975 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
976
977 2010-01-20 Glenn Morris <rgm@gnu.org>
978
979 * indent.el (tab-always-indent): Fix custom-type.
980
981 2010-01-19 Alan Mackenzie <acm@muc.de>
982
983 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
984 buffer throws "args out of range".
985 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
986 playing the role of delimiter.
987
988 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
989
990 * progmodes/ada-mode.el: Fix bug#5400.
991 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
992 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
993 changed. Delete RECURSIVE parameter; never used. Improve doc string.
994 Improve comments in "is" portion. Handle null procedure declaration.
995 (ada-move-to-end): Improve doc string.
996
997 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
998
999 * ido.el (ido-cur-list): Initialize to nil.
1000 Remove obsolete information from commentary.
1001 (ido-choice-list): Initialize to nil.
1002 (ido-get-bufname): Reject minibuffers.
1003 (ido-make-buffer-list): If "default" is a nonexistent
1004 buffer, ignore it, as per the function's comment.
1005 (ido-kill-buffer-internal): New function.
1006 (ido-kill-buffer-at-head): Use it.
1007 (ido-visit-buffer): Likewise.
1008
1009 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1012
1013 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1014
1015 * cedet/ede/locate.el (ede-locate-file-in-project)
1016 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1017 (ede-enable-locate-on-project): Fix typos in error messages.
1018
1019 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1020 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1021 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1022 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1023 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1024 Fix typos in menu help.
1025
1026 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1027 Fix typos in chart titles.
1028
1029 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1030 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1031 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1032 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1033 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1034 (semantic-parse-stream, semantic-parse-region)
1035 (semantic-parse-region-default, semantic--set-buffer-cache)
1036 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1037 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1038 (semantic-default-submodes):
1039 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1040 (semanticdb-create-ebrowse-database)
1041 (semanticdb-find-tags-for-completion-method)
1042 (semanticdb-find-tags-by-class-method)
1043 (semanticdb-deep-find-tags-by-name-method)
1044 (semanticdb-deep-find-tags-for-completion-method):
1045 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1046 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1047 (semanticdb-find-tags-for-completion-method)
1048 (semanticdb-find-tags-by-class-method)
1049 (semanticdb-deep-find-tags-for-completion-method):
1050 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1051 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1052 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1053 (semanticdb-find-tags-by-name-method)
1054 (semanticdb-find-tags-by-name-regexp-method)
1055 (semanticdb-find-tags-for-completion-method)
1056 (semanticdb-find-tags-by-class-method)
1057 (semanticdb-find-tags-external-children-of-type-method)
1058 (semanticdb-find-tags-subclasses-of-type-method)
1059 (semanticdb-deep-find-tags-by-name-method)
1060 (semanticdb-deep-find-tags-by-name-regexp-method)
1061 (semanticdb-deep-find-tags-for-completion-method):
1062 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1063 (semanticdb-enable-gnu-global-in-buffer)
1064 (semanticdb-find-tags-for-completion-method)
1065 (semanticdb-deep-find-tags-by-name-method)
1066 (semanticdb-deep-find-tags-for-completion-method):
1067 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1068 (javascript-mode, semanticdb-find-translate-path)
1069 (semanticdb-find-tags-for-completion-method)
1070 (semanticdb-find-tags-by-class-method)
1071 (semanticdb-deep-find-tags-by-name-method)
1072 (semanticdb-deep-find-tags-for-completion-method)
1073 (semanticdb-find-tags-external-children-of-type-method):
1074 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1075 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1076 (global-semantic-idle-scheduler-mode):
1077 * cedet/srecode/dictionary.el (srecode-field-value)
1078 (srecode-dictionary-add-section-dictionary):
1079 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1080 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1081 (describe-class, eieio-describe-generic, describe-generic):
1082 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1083 (eieio-speedbar-expand):
1084 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1085 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1086 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1087 (viper-del-backward-char-in-replace, viper-backward-indent)
1088 (viper-brac-function, viper-register-to-point, viper-submit-report):
1089 * net/tramp.el (tramp-remote-coding-commands):
1090 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1091 Fix typos in docstrings.
1092
1093 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * mail/sendmail.el (mail-yank-original): Set the mark if the
1096 specified function for yanking does not do it.
1097
1098 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1099
1100 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1101
1102 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1103 resyncing a directory.
1104
1105 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1106
1107 * progmodes/ada-mode.el: Fix bug#1920.
1108 (ada-ident-re): Delete ., allow multibyte characters.
1109 (ada-goto-label-re): New; matches goto labels.
1110 (ada-block-label-re): New; matches block labels.
1111 (ada-label-re): New; matches both.
1112 (ada-named-block-re): Deleted; callers changed to use
1113 `ada-block-label-re' instead.
1114 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1115 Use `ada-block-label-re'.
1116 (ada-indent-on-previous-lines): Improve handling of goto labels.
1117 (ada-get-indent-block-start): Special-case block label.
1118 (ada-get-indent-label): Split into `ada-indent-block-label' and
1119 `ada-indent-goto-label'.
1120 (ada-goto-stmt-start, ada-goto-next-non-ws):
1121 Optionally ignore goto labels.
1122 (ada-goto-next-word): Simplify.
1123 (ada-indent-newline-indent-conditional): Insert newline before
1124 trying to fix indentation; doc fix.
1125
1126 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1127
1128 * calc/calc.el (calc-command-flags): Give it an initial value.
1129
1130 2010-01-17 Glenn Morris <rgm@gnu.org>
1131
1132 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1133
1134 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * cedet/semantic.el (semantic-mode):
1137 * files.el (minibuffer-with-setup-hook):
1138 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1139 (artist-key-draw-continously, artist-key-do-continously-continously)
1140 (artist-key-set-point-continously, artist-mouse-draw-continously):
1141 Fix typos in docstrings.
1142
1143 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1144
1145 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1146 return t (Bug#3898).
1147
1148 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1149
1150 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1151 can parse the output of the external commands (Bug#5279).
1152
1153 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1154
1155 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1156
1157 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1160
1161 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1162
1163 * startup.el (command-line): Remove unused --icon-type arg.
1164 Handle --display arg, passing it to command-line-1 (Bug#5392).
1165
1166 2010-01-16 Mario Lang <mlang@delysid.org>
1167
1168 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1169 * cedet/ede/files.el (ede-expand-filename):
1170 * cedet/ede/simple.el (ede-simple-project):
1171 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1172 (semantic-complete-inline-tag-engine):
1173 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1174 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1175 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1176 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1177 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1178 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1179 * emacs-lisp/chart.el (chart-translate-namezone):
1180 * textmodes/artist.el (artist-compute-popup-menu-table):
1181 Remove duplicated words in doc-strings.
1182
1183 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1184
1185 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1186 to mairix-search to suppress threading (Bug#5342).
1187
1188 2010-01-15 Kenichi Handa <handa@m17n.org>
1189
1190 * international/mule-cmds.el (canonicalize-coding-system-name):
1191 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1192
1193 2010-01-15 Glenn Morris <rgm@gnu.org>
1194
1195 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1196
1197 * wid-edit.el (widget-keymap): Doc fix.
1198
1199 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1200 former seems to be more widely accepted by various svn versions.
1201
1202 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1203
1204 * find-cmd.el (find-constituents):
1205 * vc-arch.el (vc-arch-root):
1206 * window.el (window-body-height, pop-up-frames):
1207 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1208 (semantic-no-reparse-needed-change-hook):
1209 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1210 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1211 (srecode-template-inserter-ask, srecode-template-inserter-width)
1212 (srecode-template-inserter-section-start)
1213 (srecode-template-inserter-section-end, srecode-insert-method):
1214 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1215 * progmodes/ada-stmt.el (ada-if):
1216 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1217 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1218 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1219 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1220
1221 * progmodes/flymake.el (flymake-post-syntax-check):
1222 Fix typo in error message.
1223
1224 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1227 which is always a string. (Bug#5313)
1228
1229 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * progmodes/ada-xref.el (ada-default-prj-properties):
1232 Simplify previous change.
1233
1234 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1235
1236 * progmodes/ada-xref.el (ada-default-prj-properties):
1237 Default ada_project_path to $ADA_PROJECT_PATH.
1238
1239 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1240
1241 * progmodes/ada-mode.el (ada-create-keymap):
1242 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1243
1244 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1245
1246 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1247 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1248 (ada-get-current-indent, ada-imenu-generic-expression)
1249 (ada-which-function): Check for it.
1250
1251 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1252
1253 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1254 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1255
1256 2010-01-14 Glenn Morris <rgm@gnu.org>
1257
1258 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1259
1260 2010-01-14 Kenichi Handa <handa@m17n.org>
1261
1262 * composite.el (auto-composition-mode): Make it a buffer local
1263 variable (permanent-local).
1264 (auto-composition-function): Set the default value to
1265 auto-compose-chars.
1266 (auto-composition-mode): Make it a simple function, not a minor mode.
1267 (global-auto-composition-mode): Likewise.
1268 (turn-on-auto-composition-if-enabled): Delete it.
1269
1270 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1271
1272 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1273
1274 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1275
1276 * files.el (copy-directory): Compute target for recursive
1277 directories with identical names. (Bug#5343)
1278
1279 2010-01-12 Glenn Morris <rgm@gnu.org>
1280
1281 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1282 it to bug-gnu-emacs rather than emacs-pretest-bug.
1283
1284 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * cedet/data-debug.el (data-debug): Fix customization group reference.
1287
1288 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1291 (semantic-analyze-context, semantic-analyze-context-assignment)
1292 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1293 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1294 (semantic-java-doc-keywords-map):
1295 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1296 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1297 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1298 (semantic-c-classname, semantic-format-tag-uml-prototype)
1299 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1300 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1301 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1302 (semantic-get-local-variables, semantic-end-of-command)
1303 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1304 (lisp-mode):
1305 * cedet/semantic/bovine/make.el (makefile-mode):
1306 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1307 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1308 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1309 (semantic-lex, semantic-get-local-variables, python-mode):
1310 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1311 * cedet/srecode/extract.el (srecode-extract-state-set)
1312 (srecode-extract-method): Fix typos in docstrings.
1313
1314 2010-01-11 Sam Steingold <sds@gnu.org>
1315
1316 * imenu.el (imenu-default-create-index-function): Detect infinite
1317 loops caused by imenu-prev-index-position-function.
1318
1319 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1320
1321 * htmlfontify.el (htmlfontify-load-rgb-file)
1322 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1323 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1324 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1325 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1326 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1327 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1328 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1329 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1330 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1331 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1332 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1333 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1334 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1335 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1336 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1337 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1338 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1339 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1340 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1341 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1342 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1343 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1344 backslash-quoting from parentheses, etc.
1345
1346 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * progmodes/js.el: Autoload javascript-mode alias.
1349
1350 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1351
1352 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1353 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1354 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1355 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1356 Fix typos in docstrings.
1357 (ffap-url-regexp): Doc fix.
1358 (ffap-at-mouse): Fix typo in message.
1359
1360 2010-01-11 Glenn Morris <rgm@gnu.org>
1361
1362 * version.el (emacs-copyright): Set copyright year to 2010.
1363
1364 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * format.el (format-annotate-function): Only set
1367 write-region-post-annotation-function after running to-fn so as not to
1368 affect nested write-region calls (bug#5273).
1369
1370 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1373 Add python parser.
1374
1375 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1376 wisent/python.el.
1377
1378 2010-01-10 Richard Kim <emacs18@gmail.com>
1379
1380 * cedet/semantic/wisent/python-wy.el:
1381 * cedet/semantic/wisent/python.el: New files.
1382
1383 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * man.el (Man-goto-section): Signal error if the section is not
1386 found (Bug#5317).
1387
1388 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1389
1390 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1391 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1392
1393 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * progmodes/compile.el: Don't treat compile-command as safe if
1396 compilation-read-command might be nil (Bug#4218).
1397
1398 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1399
1400 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1401 NS options.
1402
1403 2010-01-08 Kenichi Handa <handa@m17n.org>
1404
1405 * international/fontset.el (build-default-fontset-data):
1406 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1407
1408 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1409
1410 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1411 to `create-file-buffer' as it expects, not just a buffer name.
1412 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1413 to help uniquify. (Bug#3224)
1414
1415 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1416
1417 * font-setting.el (font-setting-change-default-font): Use user-spec
1418 instead of name.
1419
1420 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1421
1422 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1423
1424 2010-01-05 Tom Tromey <tromey@redhat.com>
1425
1426 * progmodes/python.el (python-font-lock-keywords):
1427 Handle qualified decorators (Bug#881).
1428
1429 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1430
1431 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1432 in a lightweight checkout.
1433
1434 2010-01-05 Kenichi Handa <handa@m17n.org>
1435
1436 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1437
1438 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1439
1440 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1441
1442 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1443
1444 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1445 checkouts. (Bug#618)
1446 (vc-bzr-log-view-mode): Also highlight the author.
1447 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1448 (vc-bzr-shelve-menu-map):
1449 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1450 (vc-bzr-shelve-apply): Make prompt more explicit.
1451
1452 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1455 They are valid characters in URL paths (rfc3986), and at least
1456 Firefox does not understand the encoded version (Bug#3166).
1457
1458 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1459
1460 * progmodes/octave-mod.el (octave-end-keywords)
1461 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1462 Add "end" keyword (Bug#3061).
1463 (octave-end-as-array-index-p): New function.
1464 (calculate-octave-indent): Use it.
1465
1466 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1467
1468 * bookmark.el: Consistently put the text property on the bookmark name.
1469 (bookmark-bmenu-marks-width): Bump back to 2, to include
1470 annotation marks.
1471 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1472 property on the bookmark name, instead of not putting it at all.
1473 (bookmark-bmenu-list): Fix where we put the text property.
1474
1475 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1476
1477 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1478 for showing buffer modified state (as added in the previous change).
1479
1480 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1481
1482 * bookmark.el: Show modified state of bookmark buffer more accurately.
1483 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1484 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1485 (with-buffer-modified-unmodified): New macro.
1486 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1487 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1488 Use new macro to preserve the buffer modified state.
1489
1490 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1491
1492 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1493 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1494 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1495 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1496 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1497 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1498 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1499
1500 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1501
1502 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1503 Make the lines in the generated doc string shorter. (Bug#4668)
1504
1505 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1506
1507 * net/rcirc.el: Add follow-link binding (Bug#4738).
1508
1509 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1510
1511 * Makefile.in (bzr-update): Rename from cvs-update.
1512 (cvs-update): New target for backward compatibility.
1513
1514 * makefile.w32-in (bzr-update): Rename from cvs-update.
1515 (cvs-update): New target for backward compatibility.
1516
1517 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1518
1519 * bookmark.el: Remove gratuitous gratitude.
1520
1521 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1522
1523 * bookmark.el (bookmark-bmenu-any-marks): New function
1524 (bookmark-bmenu-save): Clear buffer modification if no marks.
1525
1526 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1527
1528 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1529 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1530 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1531 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1532
1533 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1534 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1535 To: emacs-devel {_AT_} gnu.org
1536 Subject: bookmark.el bug report
1537 Date: Mon, 28 Dec 2009 14:19:16 +0800
1538 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1539
1540 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1541
1542 * bookmark.el: Improvements suggested by Drew Adams:
1543 (bookmark-bmenu-ensure-position): New name for
1544 `bookmark-bmenu-check-position'. Just ensure the position,
1545 don't return any meaningful value.
1546 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1547 New constants.
1548
1549 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1552 (bookmark-yank-point, bookmark-bmenu-check-position):
1553 Fix typos in docstrings.
1554 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1555 (bookmark-name-from-full-record, bookmark-get-position)
1556 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1557 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1558 Remove useless quoting of parenthesis, etc. in docstrings.
1559
1560 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1561 (ediff-append-custom-diff): Fix typo in error message.
1562 (ediff-meta-mark-equal-files): Fix typos in messages.
1563
1564 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1565
1566 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1567 Fix typo in docstring.
1568
1569 * net/imap-hash.el (imap-hash-make): Doc fix.
1570 (imap-hash-test): Fix typo in error message; reflow docstring.
1571 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1572 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1573 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1574 Fix typos in docstrings.
1575 (imap-hash-open-connection): Fix typo in error message.
1576
1577 * play/gomoku.el (gomoku): Fix typos in docstring.
1578
1579 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1580 (gdb-jsonify-buffer): Fix typos in docstring.
1581 (gdb-goto-breakpoint): Fix typo in error message.
1582 ("Display Other Windows"): Fix typo in help message.
1583 (gdb-speedbar-expand-node): Fix typo in question.
1584
1585 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1586 (idlwave-html-system-help-location, idlwave-html-help-location)
1587 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1588 (idlwave-help-browser-generic-args, idlwave-help-directory)
1589 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1590 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1591 (idlwave-online-help, idlwave-help-html-link)
1592 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1593 Fix typos in docstrings.
1594 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1595 Reflow docstrings.
1596 (idlwave-help-assistant-start): Fix typo in error message.
1597
1598 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1599 (octave-electric-space): Fix typos in docstrings.
1600
1601 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1604
1605 2010-01-01 Juri Linkov <juri@jurta.org>
1606
1607 * comint.el (comint-input-ring-size): Make it a defcustom and
1608 increase the default to 500 (Bug#5148).
1609
1610 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1611
1612 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1613 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1614 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1615
1616 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1617
1618 Show working revision correctly for mercurial.
1619 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1620 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1621
1622 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1623
1624 Declare some functions for the byte-compiler.
1625 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1626 (speedbar-timer-fn, speedbar-change-expand-button-char)
1627 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1628
1629 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1630
1631 This changeset reverts GDB Graphical Interface to use annotations.
1632 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1633
1634 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1635
1636 Make vc-dir work on subdirectories of the bzr root.
1637 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1638 file names relative to it.
1639 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1640 relative directory to vc-bzr-after-dir-status.
1641
1642 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1643
1644 * font-lock.el (font-lock-refresh-defaults): New function, which
1645 can be used to let font-lock react to external changes in
1646 variables like font-lock-defaults and keywords.
1647 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1648
1649 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1650
1651 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1652
1653 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1654
1655 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1656
1657 Supersede color.diff settings in git log (bug#5211).
1658
1659 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1660 escape chars in its output when the user has color.diff set to `always'.
1661 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1662
1663 2009-12-26 Kevin Ryde <user42@zip.com.au>
1664
1665 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1666 node. Keep previous "Index" name to work with past coreutils too.
1667
1668 * man.el (man): Revise docstring a bit to show -a and -l as
1669 examples. Add -k description since support for it has otherwise
1670 been a secret. (Further to bug#3717.)
1671 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1672 "no matches" rather than "Can't find manpage", as the latter reads
1673 like -k was interpreted as a page name, which is not so. (Bug#5431)
1674
1675 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1678 switches. Check also for //SUBDIRED// line.
1679
1680 2009-12-25 Kenichi Handa <handa@m17n.org>
1681
1682 * language/indian.el (devanagari-composable-pattern): Fixed to
1683 handle ZWNJ and ZWJ. Use it in composition-function-table for
1684 Devanagari.
1685 (malayalam-composable-pattern): Fix previous change.
1686
1687 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1688
1689 * ps-print.el (ps-face-attributes): It was not returning the
1690 attribute face for faces specified as string. Reported by harven
1691 <harven@free.fr>.
1692 (ps-print-version): New version 7.3.5.
1693
1694 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1695
1696 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1697 timezone names.
1698 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1699 (icalendar--add-diary-entry): Remove the trailing blank that
1700 diary-make-entry inserts.
1701
1702 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1703
1704 Make `file-expand-wildcards' work for remote files.
1705
1706 * files.el (file-expand-wildcards): In case of remote files, check
1707 only local file name part for wildcards. Provide feature 'files
1708 and subfeature 'remote-wildcards. (Bug#5198)
1709
1710 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1711 if there is already an established connection.
1712 (tramp-advice-file-expand-wildcards): Remove it.
1713
1714 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1715 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1716 Activate advice for older GNU Emacs versions. (Bug#5237)
1717
1718 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1719
1720 Some doc fixes (more needed).
1721
1722 * find-cmd.el (find-constituents): Reflow docstring.
1723 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1724 (find-generic): Doc fix.
1725
1726 2009-12-17 Juri Linkov <juri@jurta.org>
1727
1728 Fix regression from 23.1 to allow multiple modes in Local Variables.
1729
1730 * files.el (hack-local-variables-filter): While ignoring duplicates,
1731 don't take `mode' into account.
1732 (hack-local-variables-filter, hack-dir-local-variables): Don't
1733 remove duplicate `mode' from local-variables-alist (like `eval').
1734
1735 2009-12-17 Juri Linkov <juri@jurta.org>
1736
1737 Make `dired-diff' more safe. (Bug#5225)
1738
1739 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1740 `current' or when `file' is a directory of the `current' file.
1741
1742 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1743
1744 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1745 unconditionally preloaded files.
1746
1747 2009-12-16 Juri Linkov <juri@jurta.org>
1748
1749 Revert to old 23.1 logic of using the file at the mark as default.
1750 * dired-aux.el (dired-diff): Use the file at the mark as default
1751 if it's not the same as the current file, and the target dir is
1752 the current dir or the mark is active. Add the current file
1753 as the arg of `dired-dwim-target-defaults'. Use the default file
1754 in the prompt. (Bug#5225)
1755
1756 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1757
1758 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1759 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1760 (tramp-check-for-regexp): Check also, when an echoing shell stops
1761 to echo sent commands.
1762
1763 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * Makefile.in: Revert last change (Bug#5191).
1766
1767 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1768
1769 * vc-hg.el (vc-hg-print-log): Fix argument order.
1770 (vc-hg-working-revision): Make sure the command is executed in a
1771 known environment so that we can parse the output. (Bug#4417)
1772
1773 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * progmodes/python.el (python-symbol-completions): Remove text
1776 properties from symbol string before calling python-send-receive.
1777
1778 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1779
1780 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1781 when there are values for both file and line. (Bug#5060)
1782
1783 2009-12-14 Juri Linkov <juri@jurta.org>
1784
1785 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1786 whitespace after the file name of the first line of unified format,
1787 because git-diff doesn't output whitespace and file modification time
1788 after the file name.
1789
1790 2009-12-14 David Kastrup <dak@gnu.org>
1791
1792 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1793 check if it already has the `display' property added by
1794 `Info-display-images-node', and not put the `invisible' property
1795 in this case.
1796
1797 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1800 (semantic-mru-bookmark-mode): Doc fixes.
1801
1802 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1803 of assert.
1804
1805 2009-12-13 Glenn Morris <rgm@gnu.org>
1806
1807 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1808 (report-emacs-bug): In message-mode, sort manually before storing
1809 original report text. (Bug#5178)
1810 Remove superfluous save-excursion.
1811
1812 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1813
1814 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1815 when responding to "GetAll" properties.
1816
1817 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * simple.el (compose-mail): Remove mail-setup-with-from from
1820 customization checks.
1821
1822 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1823
1824 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1825 RAR archives created on Unix systems.
1826
1827 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1830 the varalias that was accidentally removed by the 2009-11-19 change
1831 (bug#5186).
1832
1833 2009-12-12 Kenichi Handa <handa@m17n.org>
1834
1835 * language/indian.el (indian-compose-regexp): New function.
1836 (malayalam-composable-pattern): Fix the pattern.
1837 (composition-function-table): Set malayalam-composable-pattern for
1838 Malayalam characters.
1839
1840 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1843 rather than down-mouse-1, based on follow-link conventions.
1844
1845 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1846 are compiled.
1847
1848 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1849
1850 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1851 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1852 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1853 (verilog-leap-to-head, verilog-backward-token):
1854 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1855
1856 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1857
1858 * progmodes/verilog-mode.el (verilog-auto-lineup)
1859 (verilog-nameable-item-re): Cleanup user-visible spelling and
1860 documentation errors. One reported by Gary Delp.
1861 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1862 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1863 package, bug195. Reported by Pierre-David Pfister.
1864
1865 2009-12-11 Glenn Morris <rgm@gnu.org>
1866
1867 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1868
1869 * mail/emacsbug.el: No longer require sendmail.
1870 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1871 (report-emacs-bug-orig-text): Doc fix.
1872 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1873 New local variables, to adapt to different mail-user-agents.
1874 (report-emacs-bug): Fix test for a gnu.org address.
1875 Use overlays for emphasis, since font-lock defeats 'face property.
1876 Pretest bugs also end up at the newsgroup these days.
1877 Stop message-mode stripping text properties.
1878 Set and use the new buffer-local variables.
1879 (report-emacs-bug-hook): Add doc-string.
1880 Remove some unnecessary save-excursions and simplify.
1881 Use the appropriate hook and send-command.
1882
1883 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1884 capitalization of some menu entries.
1885
1886 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1887
1888 * whitespace.el (whitespace-display-char-on): Ensure
1889 `buffer-display-table' is unique when two or more windows are
1890 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1891 New version 12.1.
1892
1893 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1894
1895 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1896 characters in the Attribute field.
1897
1898 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1899
1900 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1901
1902 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1905 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1906 Disregard autoload-excludes.
1907 (update-directory-autoloads): Obey autoload-excludes here instead.
1908 But don't store its contents in no-autoloads and remove entries that
1909 refer to excludes files.
1910
1911 2009-12-10 Glenn Morris <rgm@gnu.org>
1912
1913 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1914 (expand-mail-aliases): Define for compiler.
1915
1916 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1917 Define for compiler.
1918
1919 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1920 appropriate for the mail-user-agent in use.
1921
1922 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1923
1924 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1925
1926 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1927
1928 Fix short log parsing and fontification.
1929 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1930 Fix fontification for the [merge] label.
1931
1932 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1933
1934 Drop some properties to avoid surprises.
1935 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1936 (hfy-fontify-buffer): Use it.
1937
1938 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 Minor cleanup.
1941 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1942 Adjust all callers.
1943 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1944 args compulsory. Adjust callers.
1945 (ffap-gopher-at-point): Remove unused var `name'.
1946
1947 Get rid of the ELCFILES abomination.
1948 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1949 (compile-elcfiles): New phony target.
1950 (compile-main): Compute ELCFILES dynamically.
1951 (compile-clean): New target to remove left-over elc files.
1952 (compile, all): Use it.
1953
1954 2009-12-09 Kenichi Handa <handa@etlken>
1955
1956 * international/mule-diag.el: Require help-mode instead of help-fns.
1957
1958 2009-12-09 Kenichi Handa <handa@m17n.org>
1959
1960 * international/mule-cmds.el (ucs-names): Supply sufficiently
1961 fine ranges instead of pre-calculating accurate ranges.
1962 Iterate with bigger gc-cons-threshold.
1963
1964 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1965
1966 Add support for stashing a snapshot of the current tree.
1967 * vc-git.el (vc-git-stash-snapshot): New function.
1968 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1969
1970 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1971
1972 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1973 instead of `(beginning|end)-of-line'.
1974
1975 2009-12-08 Glenn Morris <rgm@gnu.org>
1976
1977 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1978
1979 * Makefile.in (ELCFILES): Regenerate.
1980
1981 2009-12-07 Juri Linkov <juri@jurta.org>
1982
1983 Don't lazy-highlight the comint output in history Isearch mode.
1984
1985 * comint.el (comint-history-isearch-search): Instead of
1986 `comint-line-beginning-position', use `comint-after-pmark-p'
1987 to check if point if before the process mark, and go to
1988 `process-mark' in this case.
1989
1990 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * textmodes/tex-mode.el (latex-complete)
1993 (latex-indent-or-complete): Remove.
1994 (latex-mode): Set completion-at-point-functions instead.
1995
1996 Provide a standard completion command and hook it into TAB.
1997 * minibuffer.el (completion-at-point-functions): New var.
1998 (completion-at-point): New command.
1999 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2000 * progmodes/python.el (python-mode-map): Use completion-at-point.
2001 (python-completion-at-point): Rename from python-partial-symbol and
2002 adjust for use in completion-at-point-functions.
2003 (python-mode): Setup completion-at-point for Python completion.
2004 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2005 extracted from lisp-complete-symbol.
2006 (lisp-complete-symbol): Use it.
2007 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2008 setup completion-at-point for Elisp completion.
2009 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2010 Use completion-at-point.
2011 * ielm.el (ielm-map): Use completion-at-point.
2012 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2013 * progmodes/sym-comp.el: Move to...
2014 * obsolete/sym-comp.el: Move from progmodes.
2015
2016 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2017
2018 Prevent save-buffer in Rmail buffers from using the coding-system
2019 of the current message, and from clobbering the encoding mnemonics
2020 in the mode line (Bug#4623).
2021
2022 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2023 flag, too.
2024 (rmail-message-encoding): New variable.
2025 (rmail-write-region-annotate): Record the encoding of the current
2026 message in rmail-message-encoding.
2027 (rmail-after-save-hook): New function, restores the encoding of
2028 the current message after the message collection is saved.
2029
2030 2009-12-07 Juri Linkov <juri@jurta.org>
2031
2032 * progmodes/grep.el (grep-read-files): Use `completing-read'
2033 instead of `read-string'. Set its `collection' arg to
2034 `read-file-name-internal'. (Bug#4301)
2035
2036 2009-12-07 Juri Linkov <juri@jurta.org>
2037
2038 Correctly restore original Isearch point. (Bug#4994)
2039
2040 * isearch.el (isearch-mode): Move `isearch-push-state' after
2041 `(run-hooks 'isearch-mode-hook)'.
2042 (isearch-cancel): When `isearch-push-state-function' is defined,
2043 let-bind `isearch-cmds' to the first state (the last element of
2044 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2045 function and restores the original point). Otherwise, move point
2046 to `isearch-opoint'.
2047
2048 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2051 chars that don't have names, so the table can be built much faster at
2052 run-time.
2053
2054 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2057 change. Suggested by David Kastrup.
2058
2059 * simple.el (compose-mail): Check for incompatibilities and warn.
2060 (compose-mail-user-agent-warnings): New option.
2061
2062 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2063
2064 Support showing a single log entry from vc-annotate.
2065 * vc.el (print-log): Add a new argument: START-REVISION.
2066 (vc-print-log-internal): Add a new optional argument and
2067 pass it to the backend.
2068 (vc-print-log, vc-print-root-log): Adjust callers.
2069 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2070 buffer already displays the requested log entry, use it.
2071 Otherwise display only the log entry in question.
2072 * vc-svn.el (vc-svn-print-log):
2073 * vc-mtn.el (vc-mtn-print-log):
2074 * vc-hg.el (vc-hg-state):
2075 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2076 (vc-git-show-log-entry): Return t on success.
2077 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2078 (vc-bzr-show-log-entry): Return t on success.
2079 * vc-rcs.el (vc-rcs-print-log):
2080 * vc-sccs.el (vc-sccs-print-log):
2081 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2082
2083 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2084
2085 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2086 Add menus to the meta mode. (Bug#5043)
2087
2088 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2089
2090 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2091 event-key.
2092
2093 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2094
2095 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2096
2097 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2098 Berbain <raphael.berbain@gmail.com>.
2099
2100 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2101 characters.
2102 (tramp-initial-end-of-output): New defconst.
2103 (tramp-methods, tramp-find-shell)
2104 (tramp-open-connection-setup-interactive-shell)
2105 (tramp-maybe-open-connection): Use it.
2106 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2107 existence of `#' and `$'.
2108
2109 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2110 `tramp-initial-end-of-output'.
2111
2112 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2113
2114 Get the background mode from the terminal for xterm, and set
2115 faces accordingly.
2116 * term/xterm.el (xterm-set-background-mode): New function.
2117 (terminal-init-xterm): Use it in case xterm supports background
2118 color queries. Recompute faces after getting the background
2119 color.
2120
2121 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2122
2123 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2124 number comment back on its own line, for easier parsing.
2125
2126 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 Make it work for non-file buffers (bug#5102).
2129 * doc-view.el (doc-view-current-cache-dir):
2130 Use doc-view-buffer-file-name rather than buffer-file-name.
2131 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2132
2133 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2134
2135 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2136 author field is too short.
2137
2138 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2139
2140 * vc-git.el (vc-git-print-log): Handle a limit argument.
2141 Display the short log in graph form and with labels.
2142 (vc-git-log-view-mode): Handle labels.
2143
2144 Make vc-revert change VC state from 'added to 'unregistered.
2145 * vc-git.el (vc-git-revert): Call git reset first.
2146
2147 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2148
2149 * net/newst-backend.el, net/newst-plainview.el:
2150 * net/newst-reader.el, net/newst-ticker.el:
2151 * net/newst-treeview.el, net/newsticker.el:
2152 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2153
2154 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2157
2158 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2159 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2160 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2161 Update annotation regexp.
2162
2163 * simple.el (beginning-of-visual-line): Constrain to field
2164 boundaries (Bug#5106).
2165
2166 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2167
2168 * xml.el (xml-substitute-numeric-entities): Move
2169 newsticker--decode-numeric-entities in newst-backend.el to
2170 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2171 * net/newst-backend.el (newsticker--parse-generic-feed)
2172 (newsticker--parse-generic-items)
2173 (newsticker--decode-numeric-entities): Move
2174 newsticker--decode-numeric-entities in newst-backend.el to
2175 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2176
2177 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2178
2179 * progmodes/js.el (js--js-not): Add null to the list of values.
2180
2181 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2184
2185 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2186
2187 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2188 delimiter if it is at the end of the current line.
2189 (bibtex-generate-url-list): Fix docstring.
2190
2191 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2193 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2194 minibuffer's content with itself.
2195 Fold the confirm-after-completion case into the `confirm' case.
2196 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2197
2198 2009-12-06 Kevin Ryde <user42@zip.com.au>
2199
2200 * ffap.el (ffap-rfc-path): Make this a defcustom since
2201 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2202
2203 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2204 manuals, similar to existing setup for help-mode. (Bug#3913.)
2205
2206 2009-12-05 Juri Linkov <juri@jurta.org>
2207
2208 Save and restore dired buffer's point positions too. (Bug#4880)
2209
2210 * dired.el (dired-save-positions): Return in the first element
2211 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2212 Doc fix.
2213 (dired-restore-positions): First restore buffer's position.
2214 While restoring window's positions, check if window still displays
2215 the original buffer.
2216
2217 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2218
2219 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2220 if possible.
2221
2222 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2223 Make argument optional.
2224
2225 * shell.el (shell): Require ansi-color (Bug#5113).
2226
2227 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2228
2229 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2230
2231 2009-12-05 Alan Mackenzie <acm@muc.de>
2232
2233 * progmodes/cc-mode.el (c-before-hack-hook)
2234 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2235 `c-file-style' to work again. This reversion restores the current
2236 software to its state in Emacs 23.1. (Bug#4146)
2237
2238 2009-12-05 Kevin Ryde <user42@zip.com.au>
2239
2240 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2241 comment-start-skip to comment-end-skip as comment (Bug#4781).
2242
2243 2009-12-05 Juri Linkov <juri@jurta.org>
2244
2245 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2246 for virtual nodes. (Bug#4147)
2247 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2248 when moving from a virtual node.
2249 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2250 (Info-mode): Add `Info-virtual-index' to the docstring.
2251
2252 2009-12-05 Eric Ludlam <zappo@gnu.org>
2253
2254 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2255 Describe project macro symbols.
2256
2257 * cedet/semantic/complete.el (semantic-complete-do-completion):
2258 Don't call semantic-collector-current-exact-match.
2259
2260 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2261 ede-objects as targets.
2262
2263 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2264 a target's object list even if compiler vars are already in the
2265 Makefile.
2266
2267 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2268 list of headers producing necessary macros.
2269
2270 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2271
2272 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2273 track of the buffer position of the end of a BibTeX entry as this
2274 position may change during reformatting.
2275 (bibtex-format-entry): Remove whitespace before processing
2276 numerical fields so that we recognize the latter properly.
2277 (bibtex-reformat): Do not use push which changes the global value
2278 of bibtex-entry-format.
2279 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2280 (bibtex-field-re-init): Replace only space characters by regexp
2281 for whitespace.
2282 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2283 (bibtex-initialize): Also update bibtex-strings.
2284 (bibtex-kill-field): Preserve white space at end of entry.
2285 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2286 Update bibtex-reference-keys.
2287
2288 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2291 point after a star, if that's the only place where modifications can
2292 make progress.
2293
2294 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2295
2296 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2297 in docstrings.
2298
2299 2009-12-04 Juri Linkov <juri@jurta.org>
2300
2301 * proced.el (proced): Call `(proced-update t)' to update process
2302 information instead of only running proced-post-display-hook.
2303 (proced-send-signal): Add a leading space to the buffer name
2304 " *Marked Processes*" to make this buffer ephemeral.
2305
2306 2009-12-04 Juri Linkov <juri@jurta.org>
2307
2308 * dired.el (dired-auto-revert-buffer): New defcustom.
2309 (dired-internal-noselect): Use it.
2310
2311 2009-12-04 Juri Linkov <juri@jurta.org>
2312
2313 Change roles of modes and functions in image-mode.el (Bug#5062).
2314
2315 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2316 in `auto-mode-alist'.
2317 (image-mode-previous-major-mode): New variable.
2318 (image-minor-mode-map): Rename from `image-mode-text-map'.
2319 (image-mode): Move graceful error-handling code from
2320 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2321 (image-minor-mode): Remove all image-handling code.
2322 Replace `image-mode-text-map' with `image-minor-mode-map'.
2323 Check for `image-type' in mode-line format string.
2324 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2325 (image-mode-as-text): New function with most code from
2326 `image-mode-maybe'.
2327 (image-toggle-display-text): Move code that removes image
2328 properties from `image-toggle-display' to here.
2329 (image-toggle-display-image): New function with code that adds
2330 image properties copied from `image-toggle-display'.
2331 (image-toggle-display): Remove most code with leaving only code
2332 that toggles between `image-mode-as-text' and `image-mode'.
2333
2334 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2335
2336 * net/newst-treeview.el
2337 (newsticker--treeview-list-highlight-start): Restored call to
2338 save-excursion: Selected item was stuck.
2339 (newsticker--treeview-list-select): New.
2340 (newsticker--treeview-item-show-text)
2341 (newsticker--treeview-item-show)
2342 (newsticker--treeview-item-update): Use new
2343 newsticker-treeview-item-mode.
2344 (newsticker-treeview-update): Keep current item.
2345 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2346 (newsticker--treeview-first-feed): Doc change.
2347 (newsticker-treeview-list-menu)
2348 (newsticker-treeview-item-menu): Added menu entries.
2349 (newsticker-treeview-item-mode): New.
2350
2351 * net/newst-backend.el (newsticker-customize): Delete other
2352 windows.
2353
2354 2009-12-04 Sam Steingold <sds@gnu.org>
2355
2356 * log-view.el (log-view-mode-map): "q" calls quit-window,
2357 like in all the other non-self-insert buffers.
2358
2359 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 Minor cleanup.
2362 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2363 key decoding rather than do it manually via last-input-event +
2364 ascii-character.
2365 (term-exec): Use delete-and-extract-region.
2366 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2367 (term-process-pager): Remove unused var `i'.
2368 (term-dynamic-simple-complete): Make obsolete.
2369 (serial-update-config-menu): Remove unused vars `y' and `str'.
2370 (term-update-mode-line): Remove unused var `temp'.
2371
2372 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2373
2374 Limit the number of log entries displayed by default.
2375 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2376 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2377 using a prefix argument.
2378
2379 2009-12-03 Glenn Morris <rgm@gnu.org>
2380
2381 * progmodes/idlwave.el (class): Restore still useful declaration.
2382
2383 2009-12-03 Alan Mackenzie <acm@muc.de>
2384
2385 Enhance `c-parse-state' to run efficiently in "brace deserts".
2386
2387 * progmodes/cc-mode.el (c-basic-common-init):
2388 Call c-state-cache-init.
2389 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2390 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2391 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2392
2393 * progmodes/cc-langs.el (c-before-font-lock-function):
2394 c-extend-and-neutralize-syntax-in-CPP has been renamed
2395 c-neutralize-syntax-in-and-mark-CPP.
2396
2397 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2398 with `category' properties now, not `syntax-table' ones.
2399
2400 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2401 enhanced (but slower) version of c-end-of-macro that won't land
2402 inside a literal or on another awkward character.
2403 (c-state-cache-too-far, c-state-cache-start)
2404 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2405 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2406 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2407 (c-state-min-scan-pos, c-state-brace-pair-desert)
2408 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2409 buffer local variables.
2410 (c-state-literal-at, c-state-lit-beg)
2411 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2412 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2413 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2414 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2415 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2416 (c-renarrow-state-cache)
2417 (c-append-lower-brace-pair-to-state-cache)
2418 (c-state-push-any-brace-pair, c-append-to-state-cache)
2419 (c-remove-stale-state-cache)
2420 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2421 (c-invalidate-state-cache-1, c-parse-state-1)
2422 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2423 (c-parse-state): Enhance and refactor.
2424 (c-debug-parse-state): Amend to deal with all the new variables.
2425
2426 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2427 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2428 modify to use category text properties rather than syntax-table ones.
2429 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2430 to switch off/on the syntactic paren property of C++ template
2431 delimiters using the category property.
2432 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2433 template delims suppressed.
2434 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2435 New constant/macros which apply category properties to the start
2436 and end of preprocessor constructs.
2437 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2438 "comment out" the syntactic value of characters in preprocessor
2439 constructs.
2440 (c-with-cpps-commented-out)
2441 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2442 with characters in all or all but one preprocessor constructs
2443 "commented out".
2444
2445 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2446
2447 * proced.el (proced-filter-alist): Use regexp-quote.
2448
2449 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2450
2451 Cleanup.
2452 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2453 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2454 arguments. Expand `default-directory'.
2455
2456 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2457 the benefit of returning an expanded localname.
2458 (tramp-tramp-file-p): Handle the case NAME is not a string.
2459
2460 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2461
2462 Add support for bzr shelve/unshelve.
2463 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2464 (vc-bzr-extra-menu-map): New variables.
2465 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2466 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2467 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2468 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2469 (vc-bzr-dir-extra-headers): Display shelves.
2470
2471 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2472
2473 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * textmodes/bibtex.el (bibtex-complete-internal):
2476 Use completion-in-region.
2477 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2478
2479 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 Support applying stashes. Improve UI.
2482 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2483 (vc-git-stash-apply, vc-git-stash-pop)
2484 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2485 (vc-git-stash-menu): New functions.
2486 (vc-git-stash-menu-map): New variable.
2487 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2488
2489 2009-12-03 Glenn Morris <rgm@gnu.org>
2490
2491 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2492 (vc-print-log-internal): Fix previous change.
2493 (vc-revert): Correct pluralization.
2494
2495 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2498 it to be an alist any more.
2499 (makefile-complete): Use completion-in-region.
2500
2501 * progmodes/octave-mod.el (octave-complete-symbol):
2502 Use completion-in-region.
2503
2504 Misc cleanup.
2505 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2506 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2507 (idlwave-complete-class): Don't quote lambda.
2508 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2509 (idlwave-mode-map): Move initialization into declaration.
2510 (idlwave-action-and-binding): Use backquotes.
2511 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2512 Simplify.
2513 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2514 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2515 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2516 `parts', and `all-parts'.
2517 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2518 (idlwave-convert-xml-system-routine-info): Remove unused string
2519 `version-string'.
2520 (idlwave-display-user-catalog-widget): Use dolist.
2521 (idlwave-scanning-lib): Declare dynamically-scoped var.
2522 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2523 (completion-highlight-first-word-only): Declare to silence bytecomp.
2524 (idlwave-popup-select): Tighten scope of `resp'.
2525 (idlwave-find-struct-tag): Remove unused var `beg'.
2526 (idlwave-after-load-rinfo-hook): Declare.
2527 (idlwave-sintern-class-info): Remove unused var `taglist'.
2528 (idlwave-find-class-definition): Remove unused var `list'.
2529 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2530 (idlwave-what-module-find-class): Remove unused var `classes'.
2531
2532 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2535
2536 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2539 buffers visited. Remove redundant current-buffer-saving.
2540
2541 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 Use completion-in-buffer and remove uses of dynamic scoping.
2544 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2545 (pascal-buffer-to-use, pascal-flag): Don't declare.
2546 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2547 (pascal-get-completion-decl, pascal-keyword-completion):
2548 Add `pascal-str' argument, save-excursion,
2549 return the found completions, and don't filter with pascal-pred.
2550 (pascal-completion-cache): New var.
2551 (pascal-completion): Don't switch buffer any more (it was never
2552 necessary). Don't save-excursion any more (it's done by the called
2553 subroutines). Use a cache to avoid redundant computations.
2554 Use complete-with-action rather than pascal-completion-response and
2555 let it apply the predicate as well.
2556 (pascal-complete-word): Use completion-in-buffer when
2557 pascal-toggle-completions is nil.
2558 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2559 not used any more.
2560 (pascal-comp-defun): Don't change buffer any more.
2561 Use complete-with-action rather than pascal-completion-response and
2562 let it apply the predicate as well.
2563 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2564 when neded.
2565
2566 2009-12-02 Kenichi Handa <handa@m17n.org>
2567
2568 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2569 shape for all Indic scripts.
2570
2571 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 Use completion-in-buffer.
2574 * wid-edit.el (widget-field-text-end): New function.
2575 (widget-field-value-get): Use it.
2576 (widget-string-complete, widget-file-complete)
2577 (widget-color-complete): Use it and completion-in-region.
2578 (widget-complete): Don't narrow the buffer.
2579
2580 2009-12-02 Glenn Morris <rgm@gnu.org>
2581
2582 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2583 (rmail-select-summary): Use rmail-pop-to-buffer.
2584 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2585 rmail-pop-to-buffer, to prevent horizontal splits.
2586
2587 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2588 save-excursion with save-current-buffer.
2589 Widen before searching. (Bug#5093)
2590 (diary-list-sexp-entries): Remove superfluous save-excursion.
2591
2592 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2593
2594 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2595 name. (Bug#5038)
2596
2597 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2598
2599 * ido.el (ido-file-internal): Handle filenames at point that do
2600 not have a directory part. (Bug#5049)
2601
2602 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2605 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2606
2607 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2608
2609 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2610 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2611 any more.
2612
2613 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * comint.el (comint-insert-input): Ignore clicks to the right of
2616 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2617
2618 * vc.el (vc-print-log-internal): Don't wait for the process to
2619 terminate before setting up the major mode.
2620
2621 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2622 in case.
2623
2624 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2625 the last element.
2626
2627 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2628
2629 2009-12-01 Glenn Morris <rgm@gnu.org>
2630
2631 * window.el (window--display-buffer-2): Fix previous changes.
2632
2633 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2636
2637 2009-12-01 Glenn Morris <rgm@gnu.org>
2638
2639 * Makefile.in (ELCFILES): Add mpc.elc.
2640
2641 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * mpc.el: New file.
2644
2645 2009-12-01 Glenn Morris <rgm@gnu.org>
2646
2647 * window.el (window-to-use): Define for compiler.
2648
2649 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2650 consistent with others (no final period).
2651
2652 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2653 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2654
2655 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2656
2657 Make vc-print-log buttons work.
2658 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2659
2660 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2661
2662 * savehist.el (savehist-autosave-interval): Allow setting to nil
2663 through customize. (Bug#5056)
2664
2665 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2666
2667 Fix references to jit-lock properties.
2668 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2669 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2670 (perl-font-lock-special-syntactic-constructs):
2671 Quote jit-lock-defer-multiline property.
2672
2673 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2674
2675 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2676
2677 2009-11-30 Juri Linkov <juri@jurta.org>
2678
2679 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2680 value `buffer' of `multi-isearch-next-buffer-current-function'.
2681 Use `(current-buffer)' when `buffer' is nil.
2682 (multi-isearch-next-buffer-from-list): Don't fallback to
2683 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2684
2685 2009-11-30 Juri Linkov <juri@jurta.org>
2686
2687 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2688 of buffers with `get-buffer' to `multi-isearch-buffers'.
2689 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2690 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2691 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2692 FILES with `expand-file-name' converting relative file names
2693 to absolute. Doc fix. (Bug#4727)
2694
2695 2009-11-30 Juri Linkov <juri@jurta.org>
2696
2697 * misearch.el (multi-isearch-read-buffers)
2698 (multi-isearch-read-matching-buffers): New functions.
2699 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2700 Use them in the `interactive' spec. Doc fix.
2701 (multi-isearch-read-files, multi-isearch-read-matching-files):
2702 New functions.
2703 (multi-isearch-files, multi-isearch-files-regexp):
2704 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2705
2706 2009-11-30 Juri Linkov <juri@jurta.org>
2707
2708 * doc-view.el (doc-view-continuous):
2709 Rename from `doc-view-continuous-mode'.
2710 (doc-view-menu): Move "Toggle display" to the top.
2711 Add submenu "Continuous" with radio buttons "Off"/"On"
2712 and "Save as Default".
2713 (doc-view-scroll-up-or-next-page)
2714 (doc-view-scroll-down-or-previous-page)
2715 (doc-view-next-line-or-next-page)
2716 (doc-view-previous-line-or-previous-page): Rename
2717 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2718
2719 2009-11-30 Juri Linkov <juri@jurta.org>
2720
2721 * comint.el (comint-mode-map): Rebind `M-r' from
2722 `comint-previous-matching-input' to
2723 `comint-history-isearch-backward-regexp'.
2724 Unbind `M-s' to allow global key binding `M-s'.
2725 Add menu items for `comint-history-isearch-backward' and
2726 `comint-history-isearch-backward-regexp'. (Bug#3746)
2727
2728 2009-11-30 Juri Linkov <juri@jurta.org>
2729
2730 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2731 For def=recenter, replace `recenter' with `recenter-top-bottom'
2732 that is called with `this-command' and `last-command' let-bound
2733 to `recenter-top-bottom'. When the last `def' was not `recenter',
2734 set `recenter-last-op' to nil. (Bug#4981)
2735
2736 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 Minor cleanup and simplification.
2739 * filecache.el (file-cache-add-directory)
2740 (file-cache-add-directory-recursively)
2741 (file-cache-add-from-file-cache-buffer)
2742 (file-cache-delete-file-regexp, file-cache-delete-directory)
2743 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2744 (file-cache-temp-minibuffer-message): Delete function.
2745 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2746
2747 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2748 Don't signal an error when bumping into EOB in tr, s, or y.
2749
2750 2009-11-29 Juri Linkov <juri@jurta.org>
2751
2752 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2753 (Bug#4960)
2754
2755 * descr-text.el (describe-char-unidata-list): Use lowercase name
2756 for "Unicode name" like in other tags.
2757
2758 2009-11-29 Juri Linkov <juri@jurta.org>
2759
2760 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2761 New compatibility macro.
2762 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2763
2764 2009-11-29 Juri Linkov <juri@jurta.org>
2765
2766 Add defcustom to define the cycling order of `recenter-top-bottom'.
2767 (Bug#4981)
2768
2769 * window.el (recenter-last-op): Doc fix.
2770 (recenter-positions): New defcustom.
2771 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2772 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2773
2774 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2775
2776 Improve integration of Tramp and ange-ftp in eshell.
2777
2778 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2779 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2780 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2781
2782 * eshell/esh-util.el (top): Require also Tramp when compiling.
2783 (eshell-directory-files-and-attributes): Check for FTP remote
2784 connection.
2785 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2786 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2787 (eshell-file-attributes): Handle ".". Return `entry'.
2788
2789 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2790 (ange-ftp-directory-files-and-attributes)
2791 (ange-ftp-real-directory-files-and-attributes): New defuns.
2792
2793 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2794 shell with "exec" when possible. This prevents trailing prompts
2795 in `start-file-process'.
2796
2797 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 Try and remove assumptions about point-min==1.
2800 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2801 (rng-compute-mode-line-string): Show the validation percentage in
2802 terms of the narrowed text, not the widened text.
2803 (rng-do-some-validation): Don't catch internal errors when debugging.
2804 (rng-first-error): Simplify.
2805 (rng-after-change-function): Remove work around. AFAIK the bug has
2806 been fixed a while ago.
2807
2808 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2809 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2810
2811 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2812
2813 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2814 `cd' doesn't always do it for us (bug#5067).
2815
2816 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2817 on 2009-10-25 as part of some other change (bug#5067).
2818
2819 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2822 `suspicious'.
2823 (byte-compile-warnings): Use byte-compile-warning-types.
2824 (byte-compile-save-excursion): Warn about use of set-buffer right
2825 after save-excursion.
2826
2827 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2828 the excursion as well.
2829
2830 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2831
2832 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2833 providing a Tramp related implementation of "su" and "sudo".
2834 (eshell-unix-initialize): Add "su" and "sudo".
2835
2836 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2837
2838 * net/socks.el (socks-send-command): Convert binary request to
2839 unibyte before sending. This fixes mishandling of some port
2840 numbers such as 129.
2841
2842 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * help.el (describe-bindings-internal): Remove `interactive'.
2845
2846 * man.el (Man-completion-table): Trim a terminating "(".
2847 Remove the space between name page a section.
2848 Add the command's description on the `help-echo' property.
2849 Remove `process-connection-type' binding since it's unused by
2850 call-process.
2851 Provide completion for the "<section> <name>" format as well.
2852 (Man-default-man-entry): Remove spurious var shadowing the argument.
2853
2854 2009-11-26 Kevin Ryde <user42@zip.com.au>
2855
2856 * log-view.el: Add "Keywords: tools", since its other keywords
2857 aren't in finder-known-keywords, and following vc.el.
2858
2859 * sha1.el (sha1-string-external): default-directory "/" in case
2860 otherwise non-existent. process-connection-type pipe for touch of
2861 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2862
2863 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 Misc coding convention cleanups.
2866 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2867 hfy-init-kludge-hooks.
2868 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2869 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2870 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2871 and push.
2872 (hfy-slant, hfy-weight): Use tables rather than code.
2873 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2874 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2875 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2876 (hfy-face-to-css): Remove `nconc' with single arg.
2877 (hfy-p-to-face-lennart): Use `or'.
2878 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2879 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2880 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2881 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2882 (hfy-force-fontification): Use run-hooks.
2883
2884 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2885
2886 Various minor fixes.
2887 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2888 Javascript belongs in the header, not the body.
2889 (hfy-javascript): Remove.
2890 (hfy-fontify-buffer): Don't insert it any more.
2891 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2892 Fix bug in invis handling when there were no invis props in a chunk.
2893
2894 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2897
2898 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2899
2900 * finder.el (finder-mode-map): Add a menu.
2901
2902 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2903
2904 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2905 "unsigned" structs.
2906
2907 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2908 fork" statement better.
2909
2910 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2911
2912 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2913 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2914 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2915 Reported by Clay Douglass.
2916
2917 (verilog-auto-inst, verilog-auto-star-safe)
2918 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2919 Fix removing "// Interfaces" when saving .* expansions. Reported by
2920 Pierre-David Pfister.
2921
2922 2009-11-26 Glenn Morris <rgm@gnu.org>
2923
2924 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2925 the scope.
2926
2927 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2928
2929 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2930 Really use previous revision.
2931
2932 2009-11-25 Kevin Ryde <user42@zip.com.au>
2933
2934 * man.el (Man-completion-table): default-directory "/" in case
2935 doesn't otherwise exist. process-environment COLUMNS=999 so as
2936 not to truncate long names. process-connection-type pipe to avoid
2937 any chance of hitting the pseudo-tty TIOCGWINSZ.
2938 (man): completion-ignore-case t for friendliness and since man
2939 itself is case-insensitive on the command line.
2940 Further to Bug#3717.
2941
2942 * arc-mode.el: Add "Keywords: files", so the details in its
2943 commentary can be reached from finder-by-keyword.
2944 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2945 editing mode, but it's comms related and sgml-mode.el has "comm"
2946 on that basis too.
2947 * textmodes/bibtex-style.el: Add "Keywords: tex".
2948 * international/isearch-x.el, international/ja-dic-cnv.el:
2949 * international/ja-dic-utl.el, international/kkc.el:
2950 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2951
2952 2009-11-25 Juri Linkov <juri@jurta.org>
2953
2954 * man.el (Man-completion-table): Modify regexp to include
2955 section names to completion strings. (Bug#3717)
2956
2957 2009-11-25 Juri Linkov <juri@jurta.org>
2958
2959 Search recursively in gzipped files. (Bug#4982)
2960
2961 * progmodes/grep.el (grep-highlight-matches): Add new options
2962 `always' and `auto'. Doc fix.
2963 (grep-process-setup): Check `grep-highlight-matches' for
2964 `auto-detect' to determine the need to compute grep defaults.
2965 Move Windows/DOS specific --colors settings handling
2966 to `grep-compute-defaults'. Check `grep-highlight-matches'
2967 to get the value of "--color=".
2968 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2969 has the value `auto-detect'. Move Windows/DOS specific settings
2970 from `grep-process-setup'.
2971 (zrgrep): New command with alias `rzgrep'.
2972
2973 2009-11-25 Juri Linkov <juri@jurta.org>
2974
2975 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2976 to nil instead of switching off view-mode. (Bug#4896)
2977
2978 2009-11-25 Juri Linkov <juri@jurta.org>
2979
2980 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2981
2982 * mwheel.el (mwheel-scroll-up-function)
2983 (mwheel-scroll-down-function): New defvars.
2984 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2985 `scroll-up', and `mwheel-scroll-down-function' instead of
2986 `scroll-down'.
2987
2988 * doc-view.el (doc-view-scroll-up-or-next-page)
2989 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2990 Use this ARG in the call to image-scroll-up/image-scroll-down.
2991 Change `interactive' spec to "P". Goto next/previous page only
2992 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2993 SPC/DEL case). Doc fix.
2994 (doc-view-next-line-or-next-page)
2995 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2996 for consistency.
2997 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2998 `doc-view-scroll-up-or-next-page', and buffer-local
2999 `mwheel-scroll-down-function' to
3000 `doc-view-scroll-down-or-previous-page'.
3001
3002 2009-11-25 Juri Linkov <juri@jurta.org>
3003
3004 Provide additional default values (directories at other Dired
3005 windows) via M-n in the minibuffer of some Dired commands.
3006
3007 * dired-aux.el (dired-diff, dired-compare-directories)
3008 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3009 `minibuffer-default' in `minibuffer-with-setup-hook'.
3010 (dired-dwim-target-directory): Find a window that displays Dired
3011 buffer instead of failing when the next window is not Dired.
3012 Use `get-window-with-predicate' to find for the next Dired window.
3013 (dired-dwim-target-defaults): New function.
3014
3015 * ediff-util.el (ediff-read-file-name):
3016 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3017 in `minibuffer-with-setup-hook'.
3018
3019 2009-11-25 Juri Linkov <juri@jurta.org>
3020
3021 Provide additional default values (file name at point or at the
3022 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3023
3024 * minibuffer.el (read-file-name-defaults): New function.
3025 (read-file-name): Reset `minibuffer-default' to nil when
3026 it duplicates initial input `insdef'.
3027 Bind `minibuffer-default-add-function' to lambda that
3028 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3029 (minibuffer-insert-file-name-at-point): New command.
3030
3031 * files.el (file-name-at-point-functions): New defcustom.
3032 (find-file-default): Remove defvar.
3033 (find-file-read-args): Don't use `find-file-default'.
3034 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3035 to `read-file-name'.
3036 (find-file-literally): Use `read-file-name' with
3037 `confirm-nonexistent-file-or-buffer'.
3038
3039 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3040
3041 * dired.el (dired-read-dir-and-switches):
3042 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3043 to `read-file-name'.
3044 (dired-file-name-at-point): New function.
3045 (dired-mode): Add hook `dired-file-name-at-point' to
3046 `file-name-at-point-functions'.
3047
3048 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 Really make the *Completions* window soft-dedicated (bug#5030).
3051 * window.el (window--display-buffer-2): Add `dedicated' argument.
3052 (display-buffer): Pass it when needed so the dedicated flag is set
3053 after calling set-window-buffer, which would otherwise reset it.
3054
3055 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * progmodes/meta-mode.el (meta-complete-symbol):
3058 * progmodes/etags.el (complete-tag):
3059 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3060 Use completion-in-region.
3061
3062 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3063 (dabbrev-completion): Use completion-in-region.
3064 (dabbrev--abbrev-at-point): Simplify regexp.
3065
3066 * abbrev.el (abbrev--before-point): Use word-motion functions
3067 if :regexp is not specified (bug#5031).
3068
3069 * subr.el (string-prefix-p): New function.
3070
3071 * man.el (Man-completion-cache): New var.
3072 (Man-completion-table): Use it.
3073
3074 * vc.el (vc-print-log-internal): Make `limit' optional for better
3075 compatibility (e.g. with vc-annotate.el).
3076
3077 2009-11-24 Kevin Ryde <user42@zip.com.au>
3078
3079 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3080 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3081
3082 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3083 when .el source file not found or other error.
3084
3085 2009-11-24 Markus Triska <markus.triska@gmx.at>
3086
3087 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3088
3089 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 Handle the [back] button properly (bug#4979).
3092 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3093 Use help-setup-xref, help-buffer, and with-help-window.
3094 (describe-char): Add `buffer' argument.
3095 Pass proper command to help-setup-xref. Don't meddle with
3096 help-xref-stack-item directly.
3097 (describe-text-category): Use with-help-window and help-buffer.
3098
3099 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3100 for the displayed buffer (bug#4887).
3101
3102 * man.el (Man-completion-table): New function.
3103 (man): Use it.
3104
3105 2009-11-24 David Reitter <david.reitter@gmail.com>
3106
3107 * vc-git.el (vc-git-registered): Use checkout directory (where
3108 .git is) rather than the file's directory and a relative path spec
3109 to work around a bug in git.
3110
3111 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3112
3113 Improve handling of processes on remote hosts.
3114
3115 * eshell/esh-util.el (eshell-path-env): New defvar.
3116 (eshell-parse-colon-path): New defun.
3117 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3118
3119 * eshell/esh-ext.el (eshell-search-path):
3120 Use `eshell-parse-colon-path'.
3121 (eshell-remote-command): Remove argument HANDLER.
3122 (eshell-external-command): Check for FTP remote connection.
3123
3124 * eshell/esh-proc.el (eshell-gather-process-output):
3125 Use `file-truename', in order to start also symlinked files.
3126 Apply `start-file-process' instead of `start-process'.
3127 Shorten `command' to the local file name part.
3128
3129 * eshell/em-cmpl.el (eshell-complete-commands-list):
3130 Use `eshell-parse-colon-path'.
3131
3132 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3133
3134 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3135 to `eshell-directory-change-hook'.
3136
3137 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3138
3139 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3140 because it could be enabled automatically if view-read-only is non-nil.
3141
3142 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3143
3144 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3145 made on 2009-11-22.
3146
3147 2009-11-24 Glenn Morris <rgm@gnu.org>
3148
3149 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3150 deleted variable bookmark-bmenu-bookmark-column.
3151
3152 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3153 Move after definition of global-semantic-idle-tag-highlight-mode.
3154
3155 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3158
3159 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3160
3161 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3162 two slashes to the "file:" prefix.
3163 (browse-url-file-url): De-munge Cygwin filenames before passing
3164 them to Windows browser.
3165 (browse-url-default-windows-browser): Use call-process.
3166
3167 2009-11-23 Juri Linkov <juri@jurta.org>
3168
3169 Implement DocView Continuous mode. (Bug#4896)
3170 * doc-view.el (doc-view-continuous-mode): New defcustom.
3171 (doc-view-mode-map): Bind C-n/<down> to
3172 `doc-view-next-line-or-next-page', C-p/<up> to
3173 `doc-view-previous-line-or-previous-page'.
3174 (doc-view-next-line-or-next-page)
3175 (doc-view-previous-line-or-previous-page): New commands.
3176
3177 2009-11-23 Juri Linkov <juri@jurta.org>
3178
3179 Implement Isearch in comint input history. (Bug#3746)
3180 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3181 `isearch-mode-hook'.
3182 (comint-history-isearch): New defcustom.
3183 (comint-history-isearch-backward)
3184 (comint-history-isearch-backward-regexp): New commands.
3185 (comint-history-isearch-message-overlay): New buffer-local variable.
3186 (comint-history-isearch-setup, comint-history-isearch-end)
3187 (comint-goto-input, comint-history-isearch-search)
3188 (comint-history-isearch-message, comint-history-isearch-wrap)
3189 (comint-history-isearch-push-state)
3190 (comint-history-isearch-pop-state): New functions.
3191
3192 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3193
3194 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3195 return.
3196 (tramp-handle-make-symbolic-link)
3197 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3198 Quote file names.
3199 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3200 (tramp-handle-process-file): Use it.
3201
3202 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * window.el (move-to-window-line-last-op): Remove.
3205 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3206
3207 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3208
3209 Make M-r mirror the new cycling behavior of C-l.
3210 * window.el (move-to-window-line-last-op): New var.
3211 (move-to-window-line-top-bottom): New command.
3212 (global-map): Bind M-r move-to-window-line-top-bottom.
3213
3214 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3215
3216 * dired-x.el (dired-guess-shell-alist-default):
3217 Support xz format. (Bug#4953)
3218
3219 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * cedet/srecode/map.el (srecode-get-maps):
3222 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3223 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3224 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3225 (semantic-toggle-decoration-style):
3226 * cedet/semantic/decorate/include.el
3227 (semantic-decoration-include-describe)
3228 (semantic-decoration-unknown-include-describe)
3229 (semantic-decoration-unparsed-include-describe)
3230 (semantic-decoration-all-include-summary):
3231 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3232 * cedet/semantic/analyze/complete.el
3233 (semantic-analyze-possible-completions):
3234 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3235 (semantic-show-unmatched-syntax-mode)
3236 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3237 (semantic-highlight-func-mode):
3238 * cedet/semantic/util.el (semantic-describe-buffer):
3239 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3240 (semantic-symref-find-tags-by-name)
3241 (semantic-symref-find-tags-by-regexp)
3242 (semantic-symref-find-tags-by-completion)
3243 (semantic-symref-find-file-references-by-name)
3244 (semantic-symref-find-text):
3245 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3246 (senator-yank-tag):
3247 * cedet/semantic/scope.el (semantic-calculate-scope):
3248 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3249 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3250 (define-semantic-idle-service):
3251 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3252 (semantic-complete-analyze-inline-idle):
3253 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3254 * cedet/mode-local.el (describe-mode-local-bindings)
3255 (describe-mode-local-bindings-in-mode):
3256 * cedet/ede/make.el (ede-make-check-version):
3257 * cedet/ede/locate.el (ede-enable-locate-on-project):
3258 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3259 (cedet-idutils-version-check):
3260 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3261 (cedet-gnu-global-version-check):
3262 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3263 (cedet-cscope-version-check): Use called-interactively-p instead
3264 of interactive-p.
3265
3266 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3267 Use semantic-format-tag-prototype.
3268
3269 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3270
3271 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3272 last-command-char/last-command-event.
3273 (viper-prefix-arg-value): Do correct conversion of event-char for
3274 XEmacs.
3275
3276 * emulation/viper-util.el, emulation/viper.el:
3277 Use viper-last-command-char instead of
3278 last-command-char/last-command-event.
3279
3280 * ediff-init.el, ediff-mult.el, ediff-util.el:
3281 Replace last-command-char and last-command-event
3282 with (ediff-last-command-char) everywhere.
3283
3284 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3285 created in fundamental mode.
3286
3287 * ediff.el (ediff-version): Revert the change of interactive-p to
3288 called-interactively-p.
3289
3290 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3291
3292 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3293 generation from word-movement command names.
3294
3295 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3298 (semantic-complete-jump-local, semantic-complete-jump):
3299 Improve prompt string.
3300
3301 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3302
3303 * cus-start.el (all): Add native condition for font-use-system-font.
3304
3305 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3306
3307 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3308 Correct the patch from 2009-11-18. (Bug#3910)
3309
3310 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3311
3312 * progmodes/subword.el: Rename from lisp/subword.el.
3313
3314 * subword.el: Rename to progmodes/subword.el.
3315
3316 * Makefile.in (ELCFILES): Adapt to subword.el move.
3317
3318 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3319 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3322 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3323 (bookmark-bmenu-show-filenames): Use push.
3324 (bookmark-bmenu-hide-filenames): Use local var instead of
3325 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3326 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3327 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3328 filenames now that the bookmark names are always available.
3329
3330 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3333 (bookmark-search-pattern): Move and leave unbound.
3334 (bookmark-bmenu-mode-map): Change binding.
3335 (bookmark-read-search-input): Simplify.
3336 Don't use text-char-description. Don't error on non-char events.
3337 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3338 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3339 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3340 Use a local var for the timer.
3341 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3342 (i.e. bookmark-bmenu-search).
3343
3344 2009-11-21 Glenn Morris <rgm@gnu.org>
3345
3346 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3347
3348 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3349
3350 * net/browse-url.el (browse-url-default-windows-browser):
3351 Use cygstart for cygwin.
3352
3353 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3354
3355 * bookmark.el: Formatting and doc fixes only:
3356 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3357 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3358 Minor grammar and punctuation fixes in doc string.
3359 (bookmark-read-search-input): Adjust to fit within 80 columns.
3360
3361 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3362
3363 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3364 (c-backward-into-nomenclature): Adapt to subword renaming.
3365
3366 * subword.el (subword-forward, subword-backward, subword-mark)
3367 (subword-kill, subword-backward-kill, subword-transpose)
3368 (subword-downcase, subword-upcase, subword-capitalize)
3369 (subword-forward-internal, subword-backward-internal):
3370 Rename from forward-subword, backward-subword, mark-subword,
3371 kill-subword, backward-kill-subword, transpose-subwords,
3372 downcase-subword, upcase-subword, capitalize-subword,
3373 forward-subword-internal, backward-subword-internal.
3374
3375 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3376
3377 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3378 New options.
3379 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3380 New vars.
3381 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3382 (bookmark-bmenu-filter-alist-by-regexp)
3383 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3384 (bookmark-bmenu-search): New command.
3385 (bookmark-bmenu-mode-map): Bind it.
3386
3387 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3390
3391 * cedet/semantic/idle.el (define-semantic-idle-service)
3392 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3393
3394 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3395
3396 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3397 backward-subword to quit the byte-compiler.
3398
3399 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3400
3401 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3402
3403 * progmodes/cc-cmds.el (c-update-modeline)
3404 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3405 Refer to subword.el functions instead of cc-subword.el.
3406
3407 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3408 subword.el functions instead of cc-subword.el.
3409
3410 * progmodes/cc-subword.el: Rename to subword.el.
3411 * subword.el: Rename from progmodes/cc-subword.el.
3412 (subword-mode-map): Rename from c-subword-mode-map.
3413 (subword-mode): Rename from c-subword-mode.
3414 (global-subword-mode): New global minor mode.
3415 (forward-subword): Rename from c-forward-subword.
3416 (backward-subword): Rename from c-backward-subword.
3417 (mark-subword): Rename from c-mark-subword.
3418 (kill-subword): Rename from c-kill-subword.
3419 (backward-kill-subword): Rename from c-backward-kill-subword.
3420 (transpose-subwords): Rename from c-tranpose-subword.
3421 (downcase-subword): Rename from c-downcase-subword.
3422 (capitalize-subword): Rename from c-capitalize-subword.
3423 (forward-subword-internal): Rename from c-forward-subword-internal.
3424 (backward-subword-internal): Rename from c-backward-subword-internal.
3425
3426 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3427
3428 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3429 from a dired buffer.
3430 (vc-dired-deduce-fileset): New function.
3431 (vc-root-diff, vc-print-root-log): Use it.
3432
3433 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3434 nil LIMIT argument to vc-print-log-internal.
3435
3436 2009-11-20 Glenn Morris <rgm@gnu.org>
3437
3438 * Makefile.in (ELCFILES): Regenerate.
3439
3440 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3443
3444 * cedet/semantic.el: Enable idle-mode menu items only if
3445 global-semantic-idle-scheduler-mode is enabled.
3446 (semantic-default-submodes): Doc fix.
3447
3448 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3449 When turning off, disable other idle modes.
3450
3451 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3452
3453 * calc/calc.el (calc-set-mode-line):
3454 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3455 (math-format-number): Rename `math-format-complement-signed' to
3456 `math-format-twos-complement'.
3457
3458 * calc/calc-bin.el (math-format-twos-complement): Rename from
3459 math-format-complement-signed.
3460 (calc-radix): Rename `calc-complement-signed-mode' to
3461 `calc-twos-complement-mode'.
3462 (calc-octal-radix, calc-hex-radix): Add an argument for
3463 two's complement.
3464
3465 * calc/calc-embed.el (calc-embedded-mode-vars):
3466 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3467
3468 * calc/calc-ext.el (calc-init-extensions):
3469 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3470 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3471
3472 * calc/calc-units.el (math-build-units-table-buffer):
3473 Let `calc-twos-complement-mode' be nil.
3474
3475 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3476 entries.
3477
3478 * calc/calc-vec.el (calcFunc-vunpack):
3479 * calc/calc-aent.el (calc-do-calc-eval):
3480 * calc/calc-forms.el (math-format-date):
3481 * calc/calc-graph.el (calc-graph-plot):
3482 * calc/calc-math.el (math-use-emacs-fn):
3483 * calc/calccomp.el (math-compose-expr):
3484 Let `calc-twos-complement-mode' be nil.
3485
3486 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3487
3488 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3489 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3490 * minibuffer.el (completion-in-region-functions): New hook.
3491 (completion-in-region): New function.
3492 * emacs-lisp/lisp.el (lisp-complete-symbol):
3493 * pcomplete.el (pcomplete-std-complete): Use it.
3494
3495 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3498 (latex-complete-alist): New vars.
3499 (latex-string-prefix-p, latex-complete-bibtex-keys)
3500 (latex-complete-envnames, latex-complete-refkeys)
3501 (latex-complete-data): New functions.
3502 (latex-complete, latex-indent-or-complete): New commands.
3503
3504 * window.el (display-buffer-mark-dedicated): New var.
3505 (display-buffer): Obey it.
3506 * minibuffer.el (minibuffer-completion-help): Use it.
3507
3508 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3509
3510 * filecache.el (file-cache-add-file): Use push and cons.
3511 (file-cache-delete-file-regexp): Use push.
3512 (file-cache-complete): Use completion-in-region.
3513
3514 * simple.el (with-wrapper-hook): Fix thinko.
3515
3516 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3517 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3518 Use with-current-buffer and string-to-number.
3519 (hfy-fallback-colour-values): Use assoc-string.
3520 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3521 (hfy-face-at): Remove unused var `found-face'.
3522 (hfy-compile-stylesheet): Remove unused var `css'.
3523 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3524 and `orig-buffer'.
3525 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3526 Use with-current-buffer.
3527 (hfy-text-p): Use expand-file-name and fewer setq.
3528
3529 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3530
3531 * htmlfontify.el, hfy-cmap.el: New files.
3532
3533 2009-11-19 Juri Linkov <juri@jurta.org>
3534
3535 * minibuffer.el (completions-format): New defcustom.
3536 (completion--insert-strings): Implement vertical format.
3537
3538 * simple.el (switch-to-completions): Move point to the first
3539 completion when point was at the beginning of the buffer.
3540
3541 2009-11-19 Juri Linkov <juri@jurta.org>
3542
3543 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3544
3545 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3546
3547 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3548
3549 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3550 (mail-signature): Change default to t.
3551 (mail-from-style): Deprecate `system-default' value.
3552 (mail-insert-from-field): For default value of mail-from-style,
3553 default to `angles' unless `angles' needs quoting and `parens'
3554 does not.
3555 (mail-citation-prefix-regexp): Use citation regexp from
3556 message-mode.
3557
3558 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3559
3560 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3561 Set variables for computing the prompt for reading password.
3562
3563 2009-11-19 Glenn Morris <rgm@gnu.org>
3564
3565 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3566
3567 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3568
3569 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3570 (newsticker-treeview-listwindow-height): Fix custom type.
3571
3572 2009-11-19 Kenichi Handa <handa@m17n.org>
3573
3574 * descr-text.el (describe-char-padded-string): Compose with TAB
3575 only if there's a font for CH.
3576 (describe-char): Fix the condition for detecting a trivial composition.
3577
3578 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3579
3580 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3581 more accurate version of the regexp. (Bug#3910)
3582
3583 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3584
3585 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3586
3587 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3588
3589 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3590 (font-setting-change-default-font): Fix typo in docstring.
3591
3592 2009-11-18 Alan Mackenzie <acm@muc.de>
3593
3594 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3595
3596 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3597
3598 * font-setting.el (font-use-system-font): Move ...
3599
3600 * cus-start.el (all): ... to here.
3601
3602 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3603
3604 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3605 Don't set `ad-return-value' if `ad-do-it' doesn't.
3606
3607 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3608 modification time.
3609
3610 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3611
3612 * menu-bar.el: Put "Use system font" in Option-menu.
3613 (menu-bar-options-save): Add font-use-system-font.
3614
3615 * loadup.el: If feature system-font-setting or font-render-setting is
3616 there, load font-setting.
3617
3618 * Makefile.in (ELCFILES): Add font-settings.el.
3619 * font-setting.el: New file.
3620
3621 2009-11-17 Glenn Morris <rgm@gnu.org>
3622
3623 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3624
3625 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3626 Preserve point in the list buffer. (Bug#4939)
3627 Use point-at-eol.
3628 (newsticker--treeview-list-update-highlight)
3629 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3630
3631 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3632
3633 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3634 Remove.
3635
3636 * calc/calc-ext.el (calc-init-extensions): Remove references to
3637 symclip.
3638
3639 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3640
3641 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3642 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3643 `calc-symclip'.
3644
3645 2009-11-16 Kevin Ryde <user42@zip.com.au>
3646
3647 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3648 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3649
3650 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3651 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3652 Ignore trailing spaces by omit-nulls to split-string (fixing
3653 regression from Emacs 21 due to the incompatible split-string
3654 change). (Bug #4928.)
3655
3656 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3657
3658 * vc.el (vc-log-show-limit): Default to 2000.
3659 (vc-print-log-internal): Insert buttons to request more entries
3660 when limiting the output.
3661
3662 * vc-sccs.el (vc-sccs-print-log):
3663 * vc-rcs.el (vc-rcs-print-log):
3664 * vc-cvs.el (vc-cvs-print-log):
3665 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3666 LIMIT is non-nil.
3667
3668 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3669
3670 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3671 error when `tramp-gvfs-dbus-event-vector' is set.
3672 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3673
3674 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3677
3678 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3679
3680 * net/dbus.el (dbus-unregister-service): New defun.
3681 (dbus-register-property): Register the handlers of
3682 "org.freedesktop.DBus.Properties" for SERVICE.
3683 (dbus-property-handler): Fix docstring.
3684
3685 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3686
3687 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3688 Quote doc string reference in defvaralias as it is not in special form.
3689 (byte-compile-output-docform): Doc fix.
3690
3691 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3692
3693 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3694 (calc-complement-signed-mode): New variables.
3695 (calc-set-mode-line): Add indicator for twos-complements.
3696 (math-format-number): Format twos-complement notation.
3697
3698 * calc/calc-bin.el (calc-word-size): Reset the variables
3699 `math-2-word-size' and `math-half-2-word-size'.
3700 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3701 (calc-symclip): New functions.
3702
3703 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3704
3705 * calc/calc-embed.el (calc-embedded-mode-vars):
3706 Add `calc-complement-signed-mode' to the list of modes.
3707
3708 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3709 (calc-b-oper-keys): Add `calc-symclip' to list.
3710
3711 * calc/calc-ext.el (math-read-number-fancy): Read complement
3712 signed numbers.
3713 (calc-init-extensions): Add binding for `calc-symclip'.
3714 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3715
3716 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3717 `calc-symclip'.
3718 (calc-modes-menu): Add item for twos complement mode.
3719
3720 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3721
3722 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * register.el (jump-to-register, insert-register): Handle Semantic
3725 tags. From commented-out advice in semantic/senator.el.
3726
3727 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * vc.el (vc-log-show-limit): New variable.
3730 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3731 when using a prefix argument.
3732 (vc-print-log-internal): Add new argument LIMIT.
3733
3734 * vc-svn.el (vc-svn-print-log):
3735 * vc-mtn.el (vc-mtn-print-log):
3736 * vc-hg.el (vc-hg-print-log):
3737 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3738 pass it to the log command when set. Make the BUFFER argument
3739 non-optional.
3740
3741 * vc-sccs.el (vc-sccs-print-log):
3742 * vc-rcs.el (vc-rcs-print-log):
3743 * vc-git.el (vc-git-print-log):
3744 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3745 ignore it. Make the BUFFER argument non-optional
3746
3747 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3748
3749 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * dired.el (dired-mode-map): Move encryption items to "Operate"
3752 menu (Bug#4703).
3753
3754 * strokes.el (strokes-update-window-configuration): Make strokes
3755 buffer current before erasing (Bug#4906).
3756
3757 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3758 (semantic-idle-summary-mode): Define using define-minor-mode
3759 instead of define-semantic-idle-service.
3760 (semantic-idle-summary-mode): New function.
3761 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3762 that mouse motion does not reset the echo area.
3763
3764 2009-11-15 Juri Linkov <juri@jurta.org>
3765
3766 * simple.el (set-mark-default-inactive): Add :type, :group
3767 and :version. (Bug#4876)
3768
3769 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3770
3771 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3772 (archive-unique-fname): ... here. (Bug#4929)
3773
3774 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3777 with a real fix.
3778
3779 * novice.el (disabled-command-function): Add useful args.
3780 Setup the help buffer so that [back] works.
3781 Remove redundant call to help-mode.
3782 (disabled-command-function): Use `case'.
3783 (en/disable-command): New function extracted from enable-command.
3784 (enable-command, disable-command): Use it.
3785
3786 2009-11-14 Glenn Morris <rgm@gnu.org>
3787
3788 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3789 constants. (Bug#4913)
3790
3791 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3792
3793 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3794
3795 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3796 defined in C that have no doc-strings. (Bug#1063)
3797
3798 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3799
3800 * cus-edit.el (data, files):
3801 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3802
3803 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * simple.el (shell-command): Doc fix (Bug#4891).
3806
3807 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3808
3809 2009-11-14 Glenn Morris <rgm@gnu.org>
3810
3811 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3812 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3813 If they are already loaded, eval-after-load will do the right thing.
3814
3815 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3816 compiling.
3817
3818 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3819
3820 * simple.el (x-selection-owner-p): Declare.
3821 (read-mail-command): Use custom radio type rather than choice.
3822 (completion-no-auto-exit): Doc fix.
3823
3824 * custom.el (defgroup):
3825 * epg-config.el (epg): Doc fixes.
3826
3827 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3828
3829 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3830 * international/ccl.el (define-ccl-program): Do not purecopy the
3831 docstring, defconst does it anyway.
3832
3833 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3836 a second time.
3837
3838 * x-dnd.el (x-dnd-maybe-call-test-function):
3839 * window.el (split-window-vertically):
3840 * whitespace.el (whitespace-help-on):
3841 * vc-rcs.el (vc-rcs-consult-headers):
3842 * userlock.el (ask-user-about-lock-help)
3843 (ask-user-about-supersession-help):
3844 * type-break.el (type-break-force-mode-line-update):
3845 * time-stamp.el (time-stamp-conv-warn):
3846 * terminal.el (te-set-output-log, te-more-break, te-filter)
3847 (te-sentinel, terminal-emulator):
3848 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3849 (term-write-input-ring, term-check-source, term-start-output-log):
3850 (term-display-buffer-line, term-dynamic-list-completions):
3851 (term-ansi-make-term, serial-term):
3852 * subr.el (selective-display):
3853 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3854 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3855 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3856 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3857 (speedbar-remove-localized-speedbar-support)
3858 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3859 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3860 (speedbar-buffers-line-directory):
3861 * simple.el (shell-command-on-region, append-to-buffer)
3862 (prepend-to-buffer):
3863 * shadowfile.el (shadow-save-todo-file):
3864 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3865 (scroll-bar-maybe-set-window-start):
3866 * sb-image.el (speedbar-image-dump):
3867 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3868 (load-save-place-alist-from-file):
3869 * ps-samp.el (ps-print-message-from-summary):
3870 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3871 (ps-background-image, ps-begin-job, ps-do-despool):
3872 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3873 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3874 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3875 (pr-call-process, pr-file-list, pr-interface-save):
3876 * novice.el (disabled-command-function)
3877 (enable-command, disable-command):
3878 * mouse.el (mouse-buffer-menu-alist):
3879 * mouse-copy.el (mouse-kill-preserving-secondary):
3880 * macros.el (kbd-macro-query):
3881 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3882 * informat.el (batch-info-validate):
3883 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3884 * hippie-exp.el (try-expand-dabbrev-visible):
3885 * help-mode.el (help-make-xrefs):
3886 * help-fns.el (describe-variable):
3887 * generic-x.el (bat-generic-mode-run-as-comint):
3888 * finder.el (finder-mouse-select):
3889 * find-dired.el (find-dired-sentinel):
3890 * filesets.el (filesets-file-close):
3891 * files.el (list-directory):
3892 * faces.el (list-faces-display, describe-face):
3893 * facemenu.el (list-colors-display):
3894 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3895 * epg.el (epg--process-filter, epg-cancel):
3896 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3897 (epa--read-signature-type):
3898 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3899 (emerge-file-names):
3900 * ehelp.el (electric-helpify):
3901 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3902 * ediff-vers.el (rcs-ediff-view-revision):
3903 * ediff-util.el (ediff-setup):
3904 * ediff-mult.el (ediff-append-custom-diff):
3905 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3906 (ediff-wordify):
3907 * echistory.el (Electric-command-history-redo-expression):
3908 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3909 * disp-table.el (describe-display-table):
3910 * dired.el (dired-find-buffer-nocreate):
3911 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3912 * dabbrev.el (dabbrev--same-major-mode-p):
3913 * chistory.el (list-command-history):
3914 * apropos.el (apropos-documentation):
3915 * allout.el (allout-obtain-passphrase):
3916 (allout-copy-exposed-to-buffer):
3917 (allout-verify-passphrase): Use with-current-buffer.
3918
3919 2009-11-13 Glenn Morris <rgm@gnu.org>
3920
3921 * Makefile.in (ELCFILES): Regenerate.
3922
3923 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3924
3925 * net/dbus.el (dbus-registered-objects-table): Rename from
3926 `dbus-registered-functions-table', because it contains also properties.
3927 (dbus-unregister-object): Unregister also properties.
3928 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3929 Use a timeout of 500 msec, in order to not block.
3930 (dbus-register-property, dbus-property-handler): New defuns.
3931
3932 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * simple.el (minibuffer-default-add-completions): Drop deprecated
3935 4th arg.
3936
3937 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3938
3939 * textmodes/artist.el (artist-mouse-choose-operation):
3940 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3941 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3942 (artist-compute-up-event-key): New function.
3943 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3944
3945 2009-11-13 Kenichi Handa <handa@m17n.org>
3946
3947 * language/japan-util.el: Make sure that the value of jisx0208
3948 property is jisx0208 character.
3949
3950 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3951
3952 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3953 car or each item, not the whole list.
3954
3955 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * minibuffer.el (minibuffer-completion-help):
3958 Use minibuffer-hide-completions.
3959
3960 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3961
3962 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3963 (dired-revert): Use them (bug#4880).
3964
3965 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3966
3967 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3968
3969 2009-11-12 Juri Linkov <juri@jurta.org>
3970
3971 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3972 New functions.
3973 (find-file-literally-at-point): Alias of `ffap-literally'.
3974
3975 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3976
3977 * textmodes/ispell.el (ispell-skip-region-alist):
3978 * textmodes/css-mode.el (auto-mode-alist):
3979 * progmodes/compile.el (auto-mode-alist):
3980 * international/mule.el (ctext-non-standard-encodings-alist)
3981 (ctext-non-standard-encodings-regexp):
3982 * simple.el (shell-command-switch, text-read-only):
3983 * replace.el (occur-mode-map):
3984 * paths.el (rmail-file-name):
3985 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3986 * find-file.el (ff-special-constructs):
3987 * files.el (file-name-handler-alist):
3988 * composite.el: Purecopy strings.
3989
3990 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3991
3992 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3993
3994 * widget.el (define-widget): Purecopy the docstring.
3995 * international/mule-cmds.el (charset): Do not purecopy the
3996 docstring here, define-widget does it.
3997
3998 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3999 * textmodes/bibtex-style.el (auto-mode-alist):
4000 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4001 * progmodes/compile.el (compile-command):
4002 * language/korea-util.el (default-korean-keyboard):
4003 * international/mule-conf.el (file-coding-system-alist):
4004 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4005 * tooltip.el (tooltip-frame-parameters):
4006 * newcomment.el (comment-end, comment-padding):
4007 * dired.el (dired-trivial-filenames):
4008 * comint.el (comint-file-name-prefix): Purecopy initial values.
4009
4010 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4013 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4014 `tramp-unload'.
4015 (tramp-advice-make-auto-save-file-name)
4016 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4017 after removing the advice.
4018
4019 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4020
4021 * progmodes/grep.el (grep-regexp-alist):
4022 * international/mule-cmds.el (iso-2022-control-alist):
4023 * emacs-lisp/timer.el (timer-duration-words):
4024 * subr.el (version-separator, version-regexp-alist):
4025 * minibuffer.el (completion-styles-alist):
4026 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4027 Change defvars to defconsts.
4028
4029 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4030 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4031 * international/mule-conf.el: Allow to be byte compiled.
4032
4033 * international/mule.el (define-charset): Purecopy props.
4034 (load-with-code-conversion): Purecopy doc string and file name.
4035 (put-charset-property): Purecopy strings.
4036 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4037
4038 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4039 (define-char-code-property): Correctly purecopy the table.
4040
4041 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4042
4043 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4044
4045 * subr.el (add-hook): Purecopy strings.
4046 (eval-after-load): Purecopy load-history-regexp and the form.
4047
4048 * custom.el (custom-declare-group): Purecopy load-file-name.
4049
4050 * subr.el (menu-bar-separator): New defconst.
4051 * net/eudc.el (eudc-tools-menu):
4052 * international/mule-cmds.el (set-coding-system-map)
4053 (mule-menu-keymap):
4054 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4055 * vc-hooks.el (vc-menu-map):
4056 * replace.el (occur-mode-map):
4057 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4058 (menu-bar-edit-menu, menu-bar-goto-menu)
4059 (menu-bar-custom-menu, menu-bar-showhide-menu)
4060 (menu-bar-options-menu, menu-bar-tools-menu)
4061 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4062 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4063 (menu-bar-help-menu):
4064 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4065 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4066
4067 * term/x-win.el (x-gtk-stock-map):
4068 * progmodes/vera-mode.el (auto-mode-alist):
4069 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4070 (inferior-lisp-program, inferior-lisp-load-command):
4071 * progmodes/hideshow.el (hs-special-modes-alist):
4072 * progmodes/gud.el (same-window-regexps):
4073 * progmodes/grep.el (grep-program, find-program, xargs-program):
4074 * net/telnet.el (same-window-regexps):
4075 * net/rlogin.el (same-window-regexps):
4076 * language/ethiopic.el (font-ccl-encoder-alist):
4077 * vc-sccs.el (vc-sccs-master-templates):
4078 * vc-rcs.el (vc-rcs-master-templates):
4079 * subr.el (cl-assertion-failed):
4080 * simple.el (next-error-overlay-arrow-position):
4081 * lpr.el (lpr-command):
4082 * locate.el (locate-ls-subdir-switches):
4083 * info.el (same-window-regexps, info)
4084 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4085 * image-mode.el (image-mode, auto-mode-alist):
4086 * hippie-exp.el (hippie-expand-ignore-buffers):
4087 * format.el (format-alist):
4088 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4089 (find-name-arg):
4090 * facemenu.el (facemenu-keybindings):
4091 * dired.el (dired-listing-switches, dired-chown-program):
4092 * diff.el (diff-switches, diff-command):
4093 * cus-edit.el (same-window-regexps):
4094 * bindings.el (mode-line-mule-info)
4095 (mode-line-buffer-identification): Purecopy strings.
4096
4097 2009-11-11 Juri Linkov <juri@jurta.org>
4098
4099 * simple.el (dired-get-filename) <declare-function>:
4100 Tell the byte-compiler about dired-get-filename.
4101 (shell-command): In Dired mode, get filename from the current line
4102 as the default value.
4103
4104 2009-11-10 Glenn Morris <rgm@gnu.org>
4105
4106 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4107 * calendar/holidays.el, progmodes/cperl-mode.el:
4108 Update x-popup-menu declarations.
4109
4110 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4111 (list-load-path-shadows): Use dolist.
4112 (list-load-path-shadows): Use with-current-buffer.
4113
4114 2009-11-10 Juri Linkov <juri@jurta.org>
4115
4116 * minibuffer.el (read-file-name): Support a list of default values
4117 in `default-filename'. Use the first file name where only one
4118 element is required. Doc fix.
4119
4120 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * net/dbus.el (dbus-unregister-object): Release service, if no
4123 other method is registered for it.
4124
4125 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4126
4127 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4128 bookmark-sort-flag is non-nil (Bug#4653).
4129
4130 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4133 the progress reporter entirely.
4134
4135 * emulation/cua-base.el: Add CUA property to some CC mode commands
4136 (Bug#4100).
4137
4138 2009-11-08 Kevin Ryde <user42@zip.com.au>
4139
4140 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4141 at end of sentence (Bug#4818).
4142
4143 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4144
4145 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4146 Handle "see declaration of" MSFT statements (Bug#4100).
4147
4148 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4149
4150 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4151 (tramp-advice-file-expand-wildcards): Unload via
4152 `ad-remove-advice'.
4153
4154 * net/trampver.el: Update release number.
4155
4156 2009-11-08 Kevin Ryde <user42@zip.com.au>
4157
4158 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4159 `ad-do-it'.
4160
4161 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4162
4163 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4164 in order to keep context in SELinux.
4165
4166 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * dired-aux.el (dired-query): Place cursor in echo area and allow
4169 C-g.
4170
4171 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4172 menu item if not on a directory (Bug#4701).
4173
4174 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4175
4176 Sync with Tramp 2.1.17.
4177
4178 * net/tramp.el (tramp-handle-copy-directory): Don't use
4179 `file-remote-p' (due to compatibility).
4180
4181 * net/tramp-compat.el (tramp-compat-copy-directory)
4182 (tramp-compat-delete-directory): New defuns.
4183
4184 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4185 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4186 `tramp-compat-delete-directory'.
4187
4188 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4189 (tramp-smb-handle-delete-directory): Use
4190 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4191
4192 * net/trampver.el: Update release number.
4193
4194 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4195
4196 * tar-mode.el (tar-copy): Call write-region on the right buffer
4197 (Bug#4857).
4198
4199 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4200 by hand, if necessary (Bug#4878).
4201
4202 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4205 align size column (Bug#4839).
4206
4207 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4208 statement.
4209
4210 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * progmodes/ld-script.el (auto-mode-alist):
4213 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4214
4215 * cus-face.el (custom-declare-face): Purecopy face spec.
4216
4217 2009-11-06 Kenichi Handa <handa@m17n.org>
4218
4219 * international/uni-bidi.el: Re-generated.
4220 * international/uni-category.el: Re-generated.
4221 * international/uni-combining.el: Re-generated.
4222 * international/uni-mirrored.el: Re-generated.
4223
4224 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4225
4226 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4227 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4228 (tex-start-options, slitex-run-command, latex-run-command)
4229 (tex-run-command, tex-directory):
4230 * textmodes/ispell.el (ispell-html-skip-alists)
4231 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4232 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4233 (adaptive-fill-regexp):
4234 * textmodes/dns-mode.el (auto-mode-alist):
4235 * progmodes/python.el (interpreter-mode-alist):
4236 * progmodes/etags.el (tags-compression-info-list):
4237 * progmodes/etags.el (tags-file-name):
4238 * net/browse-url.el (browse-url-galeon-program)
4239 (browse-url-firefox-program):
4240 * mail/sendmail.el (mail-signature-file)
4241 (mail-citation-prefix-regexp):
4242 * international/mule-conf.el (eight-bit):
4243 * international/latexenc.el (latex-inputenc-coding-alist):
4244 * international/fontset.el (x-pixel-size-width-font-regexp):
4245 * emacs-lisp/warnings.el (warning-type-format):
4246 * emacs-lisp/trace.el (trace-buffer):
4247 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4248 (emacs-lisp-mode-map):
4249 * calendar/holidays.el (holiday-solar-holidays)
4250 (holiday-bahai-holidays, holiday-islamic-holidays)
4251 (holiday-christian-holidays, holiday-hebrew-holidays)
4252 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4253 (hebrew-holidays-1, holiday-oriental-holidays)
4254 (holiday-general-holidays):
4255 * x-dnd.el (x-dnd-known-types):
4256 * tool-bar.el (tool-bar):
4257 * startup.el (site-run-file):
4258 * shell.el (shell-dumb-shell-regexp):
4259 * rfn-eshadow.el (file-name-shadow-tty-properties)
4260 (file-name-shadow-properties):
4261 * paths.el (remote-shell-program, news-directory):
4262 * mouse.el ([C-down-mouse-3]):
4263 * menu-bar.el (menu-bar-tools-menu):
4264 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4265 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4266 (jka-compr-compression-info-list):
4267 * isearch.el (search-whitespace-regexp):
4268 * image-file.el (image-file-name-extensions):
4269 * find-dired.el (find-ls-option):
4270 * files.el (directory-listing-before-filename-regexp)
4271 (directory-free-space-args, insert-directory-program)
4272 (list-directory-brief-switches, magic-fallback-mode-alist)
4273 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4274 (automount-dir-prefix):
4275 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4276 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4277 (face-font-registry-alternatives, face-font-registry-alternatives)
4278 (face-font-family-alternatives):
4279 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4280 (facemenu-foreground-menu, facemenu-face-menu):
4281 * epa-hook.el (epa-file-name-regexp):
4282 * dnd.el (dnd-protocol-alist):
4283 * textmodes/rst.el (auto-mode-alist):
4284 * button.el (default-button): Purecopy strings.
4285
4286 2009-11-06 Glenn Morris <rgm@gnu.org>
4287
4288 * Makefile.in (ELCFILES): Update.
4289
4290 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4293 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4294
4295 * nxml/xsd-regexp.el (xsdre-gen-categories):
4296 * nxml/xmltok.el (xmltok-parse-entity):
4297 * nxml/rng-parse.el (rng-parse-validate-file):
4298 * nxml/rng-maint.el (rng-format-manual)
4299 (rng-manual-output-force-new-line):
4300 * nxml/rng-loc.el (rng-save-schema-location-1):
4301 * nxml/rng-cmpct.el (rng-c-parse-file):
4302 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4303 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4304
4305 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4306
4307 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4308 Remove extra save-excursions and make-variable-buffer-local's.
4309 Suggested by Stefan Monnier.
4310
4311 (verilog-getopt-file, verilog-module-inside-filename-p)
4312 (verilog-set-define): Merge GNU 1.35 and repair changes from
4313 switching to using with-current-buffer.
4314
4315 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4316 being treated as a number and confusing AUTORESET.
4317 Reported by Dan Dever.
4318
4319 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4320 Add verilog-auto-ignore-concat to fix backward compatibility with
4321 older verilog-modes. Reported by Dan Katz.
4322
4323 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4324 containing closing anchors "...$".
4325
4326 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4327 Reported by Wade Smith.
4328
4329 (verilog-batch-execute-func): Comment on function usage.
4330
4331 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4332
4333 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4334 for labels.
4335
4336 (verilog-label-re, verilog-calc-1): Support proper indent of named
4337 asserts.
4338
4339 (verilog-backward-token, verilog-basic-complete-re)
4340 (verilog-beg-of-statement, verilog-indent-re): Support proper
4341 indent of the assert statement at the beginning of a block of text.
4342
4343 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4344 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4345 tokens as begins.
4346
4347 2009-11-05 Glenn Morris <rgm@gnu.org>
4348
4349 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4350 Emacs 19. (Bug#1531)
4351 (byte-compile-fix-header): Update for the above change.
4352 Drop test for epoch::version.
4353
4354 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4355 * cus-dep.el (custom-make-dependencies):
4356 * finder.el (finder-compile-keywords):
4357 Use autoload-rubric's feature argument.
4358
4359 * calendar/diary-lib.el (top-level): Make load behave more like require.
4360
4361 * vc-git.el (vc-git-stash-map): Move definition before use.
4362
4363 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4364
4365 * custom.el (custom-declare-group): Purecopy standard-value.
4366 (custom-declare-group): Purecopy custom-prefix.
4367
4368 * international/mule.el (load-with-code-conversion):
4369 Call do-after-load-evaluation unconditionally.
4370
4371 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4372
4373 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4376
4377 2009-11-04 Glenn Morris <rgm@gnu.org>
4378
4379 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4380 (byte-compile-compatibility): Remove option.
4381 (byte-compile-close-variables, byte-compile-fix-header)
4382 (byte-compile-insert-header, byte-compile-output-docform)
4383 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4384 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4385 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4386 (byte-compile-insert, byte-compile-defun):
4387 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4388 (byte-defop-compiler19): Remove.
4389 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4390 used by anything. Replace all calls with byte-defop-compiler.
4391
4392 2009-11-04 Juri Linkov <juri@jurta.org>
4393
4394 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4395 (menu-bar-options-menu): Don't quote the `prop' arg of
4396 `menu-bar-make-mm-toggle'.
4397
4398 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * calendar/calendar.el (cal-loaddefs):
4401 * calendar/diary-lib.el (diary-loaddefs):
4402 * calendar/holidays.el (hol-loaddefs):
4403 * eshell/esh-module.el (esh-groups): Load rather than require.
4404
4405 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4408 point-min==1.
4409 (todo-top-priorities): Only display-buffer when called interactively.
4410 (todo-item-start): Don't save excursion point.
4411 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4412 (todo-insert-item-here, todo-file-item, todo-remove-item):
4413 Adjust uses of todo-item-start and todo-item-end.
4414
4415 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4416 (autoload-rubric): Don't use any more.
4417 * cedet/semantic/fw.el (semantic/loaddefs):
4418 * cedet/srecode.el (srecode/loaddefs):
4419 * cedet/ede.el (ede/loaddefs): Load rather than require.
4420 * cedet/ede/cpp-root.el:
4421 * cedet/ede/emacs.el:
4422 * cedet/ede/files.el:
4423 * cedet/ede/linux.el:
4424 * cedet/ede/locate.el:
4425 * cedet/ede/make.el:
4426 * cedet/ede/shell.el:
4427 * cedet/ede/speedbar.el:
4428 * cedet/ede/system.el:
4429 * cedet/ede/util.el:
4430 * cedet/semantic/analyze.el:
4431 * cedet/semantic/bovine.el:
4432 * cedet/semantic/complete.el:
4433 * cedet/semantic/ctxt.el:
4434 * cedet/semantic/db-file.el:
4435 * cedet/semantic/db-find.el:
4436 * cedet/semantic/db-global.el:
4437 * cedet/semantic/db-mode.el:
4438 * cedet/semantic/db-typecache.el:
4439 * cedet/semantic/db.el:
4440 * cedet/semantic/debug.el:
4441 * cedet/semantic/dep.el:
4442 * cedet/semantic/doc.el:
4443 * cedet/semantic/edit.el:
4444 * cedet/semantic/find.el:
4445 * cedet/semantic/format.el:
4446 * cedet/semantic/html.el:
4447 * cedet/semantic/ia-sb.el:
4448 * cedet/semantic/ia.el:
4449 * cedet/semantic/idle.el:
4450 * cedet/semantic/lex-spp.el:
4451 * cedet/semantic/lex.el:
4452 * cedet/semantic/mru-bookmark.el:
4453 * cedet/semantic/scope.el:
4454 * cedet/semantic/senator.el:
4455 * cedet/semantic/sort.el:
4456 * cedet/semantic/symref.el:
4457 * cedet/semantic/tag-file.el:
4458 * cedet/semantic/tag-ls.el:
4459 * cedet/semantic/tag-write.el:
4460 * cedet/semantic/tag.el:
4461 * cedet/semantic/util-modes.el:
4462 * cedet/semantic/analyze/complete.el:
4463 * cedet/semantic/analyze/refs.el:
4464 * cedet/semantic/bovine/c.el:
4465 * cedet/semantic/bovine/gcc.el:
4466 * cedet/semantic/bovine/make.el:
4467 * cedet/semantic/bovine/scm.el:
4468 * cedet/semantic/decorate/include.el:
4469 * cedet/semantic/decorate/mode.el:
4470 * cedet/semantic/symref/cscope.el:
4471 * cedet/semantic/symref/global.el:
4472 * cedet/semantic/symref/grep.el:
4473 * cedet/semantic/symref/idutils.el:
4474 * cedet/semantic/symref/list.el:
4475 * cedet/semantic/wisent/java-tags.el:
4476 * cedet/semantic/wisent/javascript.el:
4477 * cedet/srecode/compile.el:
4478 * cedet/srecode/cpp.el:
4479 * cedet/srecode/document.el:
4480 * cedet/srecode/el.el:
4481 * cedet/srecode/expandproto.el:
4482 * cedet/srecode/getset.el:
4483 * cedet/srecode/insert.el:
4484 * cedet/srecode/java.el:
4485 * cedet/srecode/map.el:
4486 * cedet/srecode/mode.el:
4487 * cedet/srecode/template.el:
4488 * cedet/srecode/texi.el: Remove the file-local setting of
4489 generated-autoload-feature.
4490
4491 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4492 and only put a prop if it is non-nil.
4493
4494 2009-11-03 Juri Linkov <juri@jurta.org>
4495
4496 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4497 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4498
4499 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4500 and "Menu" to make top-level menu item visually one unit (like
4501 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4502 multi-word menu items). Fix :help string for quit-window.
4503
4504 2009-11-03 Glenn Morris <rgm@gnu.org>
4505
4506 * cedet/mode-local.el (with-mode-local): Doc fix.
4507
4508 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4509 (byte-compile-file-form-define-abbrev-table)
4510 (byte-compile-file-form-custom-declare-variable)
4511 (byte-compile-variable-ref, byte-compile-defvar):
4512 Whether or not a warning is enabled should only affect whether we issue
4513 the warning, not whether or not we collect the relevant data.
4514 Eg warnings can be turned on and off throughout the course of a file.
4515
4516 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4517 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4518
4519 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4522 * play/mpuz.el (mpuz-create-buffer):
4523 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4524 (lm-print-y,s,noise, lm-print-w0, lm-init):
4525 * play/gomoku.el (gomoku-prompt-for-move):
4526 * play/fortune.el (fortune-in-buffer):
4527 * play/dissociate.el (dissociated-press):
4528 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4529 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4530 * mail/supercite.el (sc-eref-show):
4531 * mail/smtpmail.el (smtpmail-send-it):
4532 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4533 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4534 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4535 (rmail-summary-goto-msg, rmail-summary-expunge)
4536 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4537 (rmail-summary-add-label, rmail-summary-output-menu)
4538 (rmail-summary-output-body):
4539 * mail/rfc822.el (rfc822-addresses):
4540 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4541 * mail/mailpost.el (post-mail-send-it):
4542 * mail/hashcash.el (hashcash-generate-payment):
4543 * mail/feedmail.el (feedmail-run-the-queue)
4544 (feedmail-queue-send-edit-prompt-help-first)
4545 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4546 (feedmail-deduce-address-list):
4547 * eshell/esh-ext.el (eshell-remote-command):
4548 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4549 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4550 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4551 (viper-save-string-in-file, viper-valid-marker):
4552 * emulation/viper-keym.el (viper-toggle-key):
4553 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4554 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4555 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4556 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4557 (viper-exec-form-in-emacs, viper-brac-function):
4558 * emulation/viper.el (viper-delocalize-var):
4559 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4560 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4561 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4562 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4563 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4564 * emulation/edt.el (edt-electric-helpify):
4565 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4566 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4567 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4568 (cua-indent-to-global-mark-column):
4569 * calendar/diary-lib.el (calendar-mark-1):
4570 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4571 Use with-current-buffer.
4572 * emulation/viper.el (viper-delocalize-var): Use dolist.
4573
4574 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * comint.el (comint-replace-by-expanded-history-before-point):
4577 Replace !! with the previous input string literally (Bug#1795).
4578
4579 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4580
4581 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4582 to be made up of whitespace.
4583
4584 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * minibuffer.el (read-file-name): Don't use file dialogs for
4587 remote directories (Bug#99).
4588
4589 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4592
4593 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4594
4595 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4596 instead of deleting the window or frame.
4597
4598 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4601 Support face colors.
4602
4603 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4604 New function. Support face colors (Bug#1168).
4605 (tex-common-initialization): Use it.
4606
4607 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4608 mode allows it (Bug#1168).
4609
4610 2009-10-31 Juri Linkov <juri@jurta.org>
4611
4612 * facemenu.el (list-colors-display): Don't mark buffer as
4613 modified (Bug#3948).
4614
4615 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * international/mule-diag.el (list-character-sets-1): Minor
4618 message fix (Bug#3526).
4619
4620 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4621 face property (Bug#4834).
4622 (etags-list-tags, etags-tags-apropos-additional)
4623 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4624 property.
4625
4626 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4627 items.
4628
4629 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4630 items.
4631
4632 * cedet/ede.el (ede-minor-mode):
4633 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4634
4635 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * textmodes/two-column.el (2C-split):
4638 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4639 * textmodes/tex-mode.el (tex-set-buffer-directory):
4640 * textmodes/spell.el (spell-region, spell-string):
4641 * textmodes/reftex.el (reftex-erase-buffer):
4642 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4643 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4644 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4645 (reftex-select-item):
4646 * textmodes/reftex-ref.el (reftex-label-info-update)
4647 (reftex-offer-label-menu):
4648 * textmodes/reftex-index.el (reftex-index-change-entry)
4649 (reftex-index-phrases-info):
4650 * textmodes/reftex-global.el (reftex-create-tags-file)
4651 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4652 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4653 (reftex-view-crossref-from-bibtex):
4654 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4655 (reftex-extract-bib-entries-from-thebibliography)
4656 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4657 * textmodes/refbib.el (r2b-capitalize-title):
4658 (r2b-convert-buffer, r2b-help):
4659 * textmodes/page-ext.el (pages-directory)
4660 (pages-directory-goto-with-mouse):
4661 * textmodes/bibtex.el (bibtex-validate-globally):
4662 * textmodes/bib-mode.el (bib-capitalize-title):
4663 * textmodes/artist.el (artist-clear-buffer, artist-system):
4664 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4665 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4666 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4667 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4668 (xscheme-send-control-g-interrupt, xscheme-start-process)
4669 (xscheme-process-sentinel, xscheme-cd):
4670 * progmodes/verilog-mode.el (verilog-read-always-signals)
4671 (verilog-set-define, verilog-getopt-file)
4672 (verilog-module-inside-filename-p):
4673 * progmodes/sh-script.el:
4674 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4675 (python-pdbtrack-grub-for-buffer, python-execute-file):
4676 * progmodes/octave-inf.el (inferior-octave):
4677 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4678 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4679 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4680 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4681 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4682 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4683 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4684 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4685 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4686 (idlwave-shell-examine-display, idlwave-shell-run-region)
4687 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4688 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4689 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4690 (idlwave-help-get-help-buffer):
4691 * progmodes/gud.el (gud-basic-call, gud-find-class)
4692 (gud-tooltip-activate-mouse-motions-if-enabled):
4693 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4694 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4695 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4696 (ebrowse-tags-next-file):
4697 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4698 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4699 (ebnf-eps-finish-and-write):
4700 * progmodes/cpp.el (cpp-edit-save):
4701 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4702 * progmodes/cc-defs.el (c-emacs-features):
4703 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4704 (antlr-directory-dependencies):
4705 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4706 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4707 (ada-find-any-references, ada-make-filename-from-adaname)
4708 (ada-make-body-gnatstub):
4709 * obsolete/rnews.el (news-list-news-groups):
4710 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4711 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4712 * net/rcirc.el (rcirc-debug):
4713 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4714 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4715 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4716 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4717 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4718 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4719 (newsticker--treeview-list-clear-highlight)
4720 (newsticker--treeview-list-update-highlight)
4721 (newsticker--treeview-list-highlight-start)
4722 (newsticker--treeview-tree-update-highlight)
4723 (newsticker--treeview-get-selected-item)
4724 (newsticker-treeview-mark-list-items-old)
4725 (newsticker--treeview-set-current-node):
4726 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4727 * net/newst-backend.el (newsticker--get-news-by-funcall)
4728 (newsticker--get-news-by-wget, newsticker--image-get)
4729 (newsticker--image-sentinel):
4730 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4731 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4732 (eudc-ph-close-session):
4733 * net/eudc.el (eudc-save-options):
4734 * language/thai-word.el (thai-update-word-table):
4735 * language/japan-util.el (japanese-string-conversion):
4736 * international/titdic-cnv.el (tsang-quick-converter)
4737 (ziranma-converter, ctlau-converter):
4738 * international/mule-cmds.el (describe-language-environment):
4739 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4740 (skkdic-convert-postfix, skkdic-convert-prefix):
4741 (skkdic-convert-okuri-nasi, skkdic-convert):
4742 * emacs-lisp/re-builder.el (reb-update-overlays):
4743 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4744 * emacs-lisp/gulp.el (gulp-send-requests):
4745 * emacs-lisp/find-gc.el (trace-call-tree):
4746 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4747 (eieio-describe-generic):
4748 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4749 * emacs-lisp/edebug.el (edebug-outside-excursion):
4750 * emacs-lisp/debug.el (debugger-make-xrefs):
4751 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4752 * emacs-lisp/chart.el (chart-new-buffer):
4753 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4754 Use with-current-buffer.
4755 * textmodes/artist.el (artist-system): Don't call
4756 copy-sequence on a fresh string.
4757 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4758
4759 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4760
4761 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4762 is no item to edit. (Bug#4820)
4763 (todo-top-priorities): Restore point and restore narrowing in Todo
4764 buffer. (Bug#4820)
4765
4766 2009-10-31 Glenn Morris <rgm@gnu.org>
4767
4768 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4769 (comint-last-output-start, comint-last-input-start)
4770 (comint-last-input-end): Don't defvar when compiling.
4771 (ange-ftp-process-file): Use bound-and-true-p.
4772
4773 * pcmpl-rpm.el (top-level): Move provide statement to end.
4774 (pcmpl-rpm): Remove unused custom group.
4775
4776 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4777
4778 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4779
4780 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4781 (byte-compile-warnings): Add `constants' as an option.
4782 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4783 (display-call-tree): Update for byte-compile-fdefinition possibly
4784 returning `(macro lambda ...)'. (Bug#4778)
4785 (byte-compile-variable-ref, byte-compile-setq-default):
4786 Respect `constants' member of byte-compile-warnings.
4787
4788 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4789 Use mapc rather than mapcar because the return value is never used.
4790
4791 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4792 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4793 * cedet/semantic/html.el:
4794 Suppress harmless warnings about setting up semantic-imenu (not
4795 part of Emacs) variables.
4796
4797 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4800 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4801 to "submit:".
4802
4803 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4804 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4805 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4806 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4807 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4808 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4809 (semantic-analyzer-debug-global-symbol)
4810 (semantic-analyzer-debug-missing-innertype)
4811 (semantic-analyzer-debug-insert-include-summary):
4812 * cedet/semantic/util.el (semantic-file-tag-table):
4813 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4814 (semantic-recursive-find-nonterminal-by-name):
4815 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4816 * cedet/semantic/tag-file.el (semantic-prototype-file):
4817 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4818 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4819 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4820 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4821 (semantic-idle-summary-maybe-highlight):
4822 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4823 (semantic-ia-sb-tag-info):
4824 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4825 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4826 * cedet/semantic/ede-grammar.el (project-compile-target):
4827 (ede-proj-makefile-insert-variables):
4828 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4829 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4830 (semantic-debug-mode, semantic-debug):
4831 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4832 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4833 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4834 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4835 (semanticdb-find-translate-path-includes--internal)
4836 (semanticdb-reset-log, semanticdb-find-log-activity):
4837 * cedet/semantic/db-file.el (object-write):
4838 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4839 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4840 (semanticdb-create-ebrowse-database):
4841 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4842 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4843 (semantic-collector-calculate-completions-raw)
4844 (semantic-complete-read-tag-analyzer):
4845 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4846 * cedet/ede/util.el (ede-update-version-in-source):
4847 * cedet/ede/proj.el (project-delete-target):
4848 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4849 (ede-proj-flush-autoconf):
4850 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4851 (ede-proj-configure-synchronize):
4852 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4853 * cedet/ede/linux.el (ede-linux-version):
4854 * cedet/ede/emacs.el (ede-emacs-version):
4855 * cedet/ede/dired.el (ede-dired-add-to-target):
4856 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4857 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4858 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4859 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4860 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4861 (cedet-idutils-version-check):
4862 * cedet/cedet-global.el (cedet-gnu-global-call):
4863 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4864 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4865 * cedet/cedet-cscope.el (cedet-cscope-call)
4866 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4867 Use with-current-buffer.
4868 * cedet/ede.el (ede-make-project-local-variable)
4869 (ede-set-project-variables, ede-set): Use dolist.
4870
4871 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4872
4873 * textmodes/ispell.el (ispell-skip-region-alist):
4874 * international/mule-conf.el (eight-bit):
4875 * international/fontset.el (font-encoding-alist):
4876 * startup.el (pure-space-overflow-message):
4877 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4878 * paths.el (gnus-nntp-service, rmail-spool-directory)
4879 (term-file-prefix):
4880 * files.el (save-some-buffers-action-alist):
4881 * cmuscheme.el (same-window-buffer-names):
4882 * ielm.el (same-window-buffer-names):
4883 * shell.el (same-window-buffer-names):
4884 * mail/sendmail.el (same-window-buffer-names):
4885 * progmodes/inf-lisp.el (same-window-buffer-names):
4886 * bindings.el (mode-line-client)
4887 (mode-line-column-line-number-mode-map):
4888 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4889 (tibetan-precomposed-regexp): Purecopy string arguments.
4890
4891 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4894 (calcDigit-nondigit):
4895 * calc/calc-yank.el (calc-copy-to-buffer):
4896 * calc/calc-units.el (calc-invalidate-units-table):
4897 * calc/calc-trail.el (calc-trail-yank):
4898 * calc/calc-store.el (calc-insert-variables):
4899 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4900 * calc/calc-prog.el (calc-read-parse-table):
4901 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4902 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4903 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4904 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4905 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4906 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4907 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4908 * calc/calc-ext.el (calc-realign):
4909 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4910 (calc-embedded-finish-edit, calc-embedded-make-info)
4911 (calc-embedded-finish-command, calc-embedded-stack-change):
4912 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4913
4914 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4915 (overload-docstring-extension): Use that info.
4916 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4917 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4918 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4919 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4920 (semantic-nonterminal-full-name): Add the new `when' info.
4921 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4922 `assert'.
4923
4924 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4925 shell-dynamic-complete-filename in preference to
4926 comint-dynamic-complete-filename.
4927
4928 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4929 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4930 Don't consider whether the display supports colors.
4931 (bookmark-import-new-list): Use dolist.
4932 (bookmark-bmenu-mode-map): Move initialization into declaration.
4933 (bookmark-bmenu-list): Use dolist, simplify.
4934 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4935 (menu-bar-final-items): Use push.
4936
4937 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4938
4939 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4940 it works on remote files.
4941 (vc-hg-diff): Don't pass any `--cwd' argument.
4942
4943 2009-10-27 Kevin Ryde <user42@zip.com.au>
4944
4945 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4946 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4947 (Further to Bug#3921).
4948
4949 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4950
4951 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4952 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4953 calling `tramp-imap-put-file'. Add file size to the call.
4954 (tramp-imap-get-file-entries): Compute also user name, file size,
4955 and date.
4956 (tramp-imap-handle-insert-directory): Insert uid and gid.
4957 (tramp-imap-handle-file-attributes): Transform uid and gid
4958 according to `id-format'.
4959 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4960 size in header X-Size.
4961
4962 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4963
4964 * simple.el (transpose-subr): Give clearer error when the mark
4965 is not set. (Bug#4807)
4966
4967 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4968
4969 * net/tramp.el (tramp-perl-file-truename): New defconst.
4970 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4971 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4972 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4973 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4974
4975 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4976 Ignore `dired-call-process'.
4977 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4978
4979 2009-10-26 Julian Scheid <julians37@gmail.com>
4980
4981 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4982 (tramp-get-remote-readlink): New defun.
4983 (tramp-handle-file-truename): Use it.
4984 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4985 file exists if cache value present.
4986 (tramp-check-cached-permissions): New defun.
4987 (tramp-handle-file-readable-p): Use it.
4988 (tramp-handle-file-writable-p): Likewise.
4989 (tramp-handle-file-executable-p): Likewise.
4990 (tramp-handle-file-name-all-completions): Try using Perl to get
4991 partial completions. When perl not available, combine `cd' and
4992 `ls' into single remote operation and use shell expansion to get
4993 partial remote directory contents. Set `file-exists-p' cache for
4994 directory and any files returned by ls. Change cache handling to
4995 support partial directory contents. Use error message emitted by
4996 remote `cd' or Perl code for local tramp-error.
4997 (tramp-do-copy-or-rename-file-directly): Avoid separate
4998 tramp-send-command-and-check call.
4999 (tramp-handle-process-file): Merge three remote ops into one.
5000 Do not flush all caches when `process-file-side-effects' is set.
5001 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5002 file-attributes shows uid/gid to be set already.
5003
5004 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5005
5006 * textmodes/tex-mode.el (tex-dvi-view-command)
5007 (tex-show-queue-command, tex-open-quote):
5008 * progmodes/ruby-mode.el (auto-mode-alist)
5009 (interpreter-mode-alist): Purecopy strings.
5010
5011 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5012
5013 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5014 string for the hook, keymap and abbrev table.
5015
5016 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5017
5018 * x-dnd.el (x-dnd-xdnd-to-action):
5019 * startup.el (fancy-startup-text, fancy-about-text): Change to
5020 defconst from defvar.
5021
5022 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5023
5024 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5025 Purecopy initialization strings.
5026
5027 * mail/sendmail.el (mail-header-separator)
5028 (mail-personal-alias-file):
5029 * mail/rmail.el (rmail-default-dont-reply-to-names)
5030 (rmail-ignored-headers, rmail-retry-ignored-headers)
5031 (rmail-highlighted-headers, rmail-secondary-file-directory)
5032 (rmail-secondary-file-regexp):
5033 * files.el (null-device, file-name-invalid-regexp)
5034 (locate-dominating-stop-dir-regexp)
5035 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5036 (interpreter-mode-alist): Use mapcar instead of mapc.
5037
5038 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5039
5040 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5041 (completion-ignored-extensions):
5042 (debug-ignored-errors): Purecopy strings.
5043
5044 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5047 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5048 (pcomplete--here): Use push.
5049
5050 * subr.el (all-completions): Declare the 4th arg obsolete.
5051
5052 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5055 (pcomplete-unquote-argument): New function.
5056 (pcomplete--common-suffix): Always pay attention to case.
5057 (pcomplete--table-subvert): Quote and unquote the text.
5058 (pcomplete--common-quoted-suffix): New function.
5059 (pcomplete-std-complete): Use it and pcomplete-begin.
5060
5061 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5062 we're inside a dedicated or minibuffer window.
5063
5064 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * cedet/semantic/fw.el (semantic-alias-obsolete)
5067 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5068 (define-mode-overload-implementation):
5069 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5070 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5071 * cedet/semantic/util.el (semantic-file-token-stream)
5072 (semantic-something-to-stream):
5073 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5074 (semantic-expand-nonterminal):
5075 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5076 (semantic-find-dependency, semantic-find-nonterminal)
5077 (semantic-find-dependency):
5078 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5079 (semantic-flex-text, semantic-flex-make-keyword-table)
5080 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5081 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5082 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5083 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5084 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5085 (semantic-after-idle-scheduler-reparse-hooks):
5086 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5087 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5088 * cedet/semantic.el (semantic-toplevel-bovine-table)
5089 (semantic-toplevel-bovine-cache)
5090 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5091 (semantic-init-mode-hooks, semantic-init-db-hooks)
5092 (semantic-bovination-working-type): Provide the `when' arg.
5093
5094 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5095
5096 * bookmark.el: Update documentation, especially documentation
5097 of `bookmark-alist' and of the bookmark file format.
5098 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5099
5100 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5103 keybindings apply to the mail buffer (Bug#4003). Shrink help
5104 window to buffer.
5105
5106 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5107 (global-whitespace-mode, global-whitespace-newline-mode)
5108 (whitespace-toggle-options, global-whitespace-toggle-options):
5109 Doc fix (Bug#3660).
5110
5111 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5112 of xmltok-start before the end tag was inserted (Bug#2840).
5113
5114 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5115 patterns that are preceded by an open-paren (Bug#1320).
5116
5117 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5118
5119 * files.el (delete-directory): Delete symlinks to directories with
5120 delete-file (Bug#4739).
5121
5122 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5125 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5126 argument to make-obsolete.
5127
5128 * cedet/semantic/fw.el (semantic-alias-obsolete)
5129 (semantic-varalias-obsolete): Add optional WHEN argument.
5130
5131 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5132
5133 * vc.el (vc-backend-for-registration): Rename from
5134 vc-get-backend-for-registration. Update callers.
5135
5136 * international/mule-cmds.el (set-language-info-alist):
5137 Purecopy lang-env.
5138 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5139 (charset): Purecopy the name.
5140 (define-char-code-property): Purecopy string arguments.
5141
5142 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5143 Purecopy string arguments.
5144
5145 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5146 * ediff-hook.el (menu-bar-ediff-menu):
5147 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5148 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5149
5150 2009-10-24 Glenn Morris <rgm@gnu.org>
5151
5152 * comint.el (comint-dynamic-list-completions):
5153 * term.el (term-dynamic-list-completions): Use choose-completion rather
5154 than obsolete alias mouse-choose-completion.
5155
5156 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5157 file-cache-choose-completion.
5158 (file-cache-choose-completion): Handle an optional event argument.
5159 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5160
5161 * progmodes/octave-mod.el (octave-complete-symbol):
5162 Use choose-completion if mouse-choose-completion is ever removed.
5163
5164 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5165 use.
5166
5167 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5168 compiler.
5169
5170 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5171
5172 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5175 Ignore `pred' now that we receive one.
5176 Handle test-completion specially.
5177
5178 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5179
5180 * vc.el (vc-responsible-backend): Throw an error if not backend is
5181 found. Remove the REGISTER argument. Move the code dealing with
5182 REGISTER ...
5183 (vc-get-backend-for-registration): ... here. New function.
5184 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5185 of vc-responsible-backend, pass the file name instead of the
5186 directory name.
5187
5188 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5189
5190 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5191 New funs.
5192 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5193 (pcomplete-comint-setup): Don't modify a global var via
5194 accidental side-effects.
5195 (pcomplete-shell-setup): Adjust call accordingly.
5196 (pcomplete-parse-comint-arguments): Use push.
5197
5198 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5201 Allow uncapitalized info node names (Bug#3921).
5202
5203 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5204 to the DEBUG file (Bug#3781).
5205
5206 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5207
5208 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5209 dictionary entry (Bug#4579).
5210
5211 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5212
5213 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5214 from `rfn-eshadow-update-overlay-hook' when unloading.
5215 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5216 "rsyncc". Adjust doc string.
5217 (tramp-temp-buffer-file-name): New buffer-local defvar.
5218 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5219 Keep temporary file when indicated by method ("rsync" and
5220 "rsyncc").
5221 (tramp-handle-write-region): Handle APPEND.
5222 (tramp-delete-temp-file-function): New defun. Added to
5223 `kill-buffer-hook'.
5224
5225 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5226
5227 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5228
5229 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5230
5231 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5232 (color-name-rgb-alist, tty-standard-colors)
5233 (tty-color-mode-alist): Change to defconst.
5234
5235 * simple.el (mark-inactive): Purecopy message.
5236
5237 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5238 (global-map, yank-menu):
5239 * textmodes/ispell.el (ispell-menu-map):
5240 * net/eudc.el (eudc-tools-menu):
5241 * international/mule-cmds.el (describe-language-environment-map)
5242 (setup-language-environment-map, set-coding-system-map)
5243 (mule-menu-keymap):
5244 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5245 * replace.el (occur-mode-map):
5246 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5247
5248 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5249
5250 * calc/calc.el (math-read-number, math-read-number-simple): Use
5251 `save-match-data'.
5252
5253 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5256 rather than fiddling with global-map bindings, since it should only
5257 affect per-terminal settings.
5258 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5259
5260 * minibuffer.el (completion-table-with-terminator): Allow to specify
5261 the terminator-regexp.
5262
5263 * simple.el (switch-to-completions): Look for *Completions* in other
5264 frames as well.
5265
5266 * pcomplete.el: Allow the use of completion-tables.
5267 (pcomplete-std-complete): New command.
5268 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5269 (pcomplete--here): Use a function for `form' rather than an expression,
5270 so it can be byte-compiled.
5271 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5272 Add edebug declaration.
5273 (pcomplete-show-completions): Remove unused var `curbuf'.
5274 (pcomplete-do-complete, pcomplete-stub):
5275 Don't assume `completions' is a list of strings any more.
5276
5277 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5278
5279 * find-dired.el (find-name-arg): Fix typo in docstring.
5280
5281 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5284 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5285
5286 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5287 pcomplete-entries.
5288
5289 * comint.el (comint-read-input-ring, comint-write-input-ring)
5290 (comint-substitute-in-file-name)
5291 (comint-dynamic-complete-as-filename)
5292 (comint-dynamic-simple-complete)
5293 (comint-dynamic-list-filename-completions)
5294 (comint-dynamic-list-completions)
5295 (comint-redirect-results-list-from-process): Minor simplifications.
5296
5297 2009-10-21 Kevin Ryde <user42@zip.com.au>
5298
5299 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5300 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5301 the first form. And insert a blank line after ";;; Code" since
5302 that's usual style. (Bug#4612)
5303
5304 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5305
5306 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * minibuffer.el (completion-table-with-terminator): Properly implement
5309 boundaries, in case `terminator' appears in the suffix.
5310 (completion--embedded-envvar-table): Don't return boundaries if
5311 there's no valid completion. Simplify.
5312 (completion-file-name-table): New completion table extracted from
5313 completion--file-name-table.
5314 (completion--file-name-table): Use it.
5315 (read-file-name-predicate): Declare obsolete.
5316 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5317 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5318 completion-file-name-table, and use the `pred' argument.
5319 * files.el (locate-file-completion-table): Use the `pred' arg rather
5320 than read-file-name-predicate.
5321 (abbreviate-file-name): Use \` rather than ^ for BOS.
5322
5323 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5324
5325 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5326 vc-responsible-backend to register, it causes problems.
5327
5328 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5329
5330 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5331
5332 2009-10-21 Eric Ludlam <zappo@gnu.org>
5333
5334 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5335 (semantic-c-debug-mode-init-pch): New functions.
5336 (semantic-c-debug-mode-init-last-mode): New var.
5337 (semantic-c-parse-lexical-token): Use them.
5338
5339 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5340 When extracting the argument list, limit only by point-max.
5341
5342 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5343
5344 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5345 (tramp-smb-handle-file-attributes): Use it.
5346 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5347 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5348 `mapcar'. Use `tramp-smb-get-stat-capability'.
5349 Add `dired-filename' text properties.
5350 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5351 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5352 version.
5353
5354 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * subr.el (read-key-delay): Reduce to 0.01.
5357 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5358 (bug#4751).
5359
5360 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5363
5364 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5365 (Info-menu): Remove unused vars `last' and `completions'.
5366 (Info-index-nodes): Remove unused var `node'.
5367
5368 * info.el (Info-complete-menu-item): Use complete-with-action.
5369
5370 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5371
5372 Make vc-annotate work through copies and renames.
5373 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5374 Return the file name too.
5375 (vc-annotate-revision-at-line)
5376 (vc-annotate-find-revision-at-line)
5377 (vc-annotate-revision-previous-to-line)
5378 (vc-annotate-show-log-revision-at-line): Update to get the file
5379 name from vc-annotate-extract-revision-at-line.
5380 (vc-annotate-show-diff-revision-at-line-internal): Change the
5381 argument to mean whether to show a file diff or not. Get the file
5382 name from vc-annotate-extract-revision-at-line.
5383 (vc-annotate-show-diff-revision-at-line):
5384 Update vc-annotate-show-diff-revision-at-line call.
5385 (vc-annotate-warp-revision): Add an optional file argument.
5386
5387 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5388 (vc-git-annotate-extract-revision-at-line): Also return the file
5389 name if found.
5390
5391 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5392 command. Remove unused code.
5393 (vc-hg-annotate-re): Update to match --follow output.
5394 (vc-hg-annotate-extract-revision-at-line): Also return the file
5395 name if found.
5396
5397 * vc.el: Update annotate-extract-revision-at-line documentation.
5398
5399 2009-10-18 Kevin Ryde <user42@zip.com.au>
5400
5401 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5402 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5403
5404 * net/browse-url.el (browse-url): Identify alist with "consp and
5405 not functionp" and let all other things go down the `apply' leg,
5406 as suggested by Stefan. (Further to bug#4531.)
5407
5408 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * minibuffer.el (read-file-name): Check for repeat before putting
5411 a default argument in file-name-history (Bug#4657).
5412
5413 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5414 read syntax (Bug#4737).
5415
5416 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5417
5418 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5419
5420 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5421 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5422 entries and make note of obsolete tags.
5423
5424 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5427
5428 2009-10-18 Glenn Morris <rgm@gnu.org>
5429
5430 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5431 grep, so that binary files (eg international/uni-bidi.el) can match.
5432 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5433 now, and in any case the file header format has changed.
5434
5435 2009-10-17 Glenn Morris <rgm@gnu.org>
5436
5437 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5438 (flyspell-get-word, flyspell-large-region)
5439 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5440
5441 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * Makefile.in (ELCFILES): Add ede/shell.
5444
5445 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5446
5447 * term/common-win.el (x-colors): Purecopy it.
5448
5449 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5452 permissive for when the buffer is empty.
5453 (tar-header-block-tokenize): Decode the username and groupname.
5454 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5455
5456 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * cedet/srecode/srt.el:
5459 * cedet/srecode/compile.el:
5460 * cedet/semantic/mru-bookmark.el:
5461 * cedet/semantic/debug.el:
5462 * cedet/semantic/complete.el:
5463 * cedet/semantic/analyze.el: Require CL when compiling.
5464
5465 2009-10-17 Eric Ludlam <zappo@gnu.org>
5466
5467 * cedet/semantic/scope.el
5468 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5469 tmpscope so that the regular scope will continue to work.
5470
5471 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5472 Use semantic-idle-summary-highlight-face as the highlighting.
5473
5474 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5475 contains multibyte characters, choose first applicable coding
5476 system automatically.
5477
5478 * cedet/ede/project-am.el (project-run-target): New method.
5479 (project-run-target): New method.
5480
5481 * cedet/ede.el (ede-target): Add run target menu item.
5482 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5483 (ede-run-target): New function.
5484 (ede-target::project-run-target): New method.
5485
5486 * cedet/ede/proj.el (project-run-target): New method.
5487
5488 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5489 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5490 Add :rules.
5491 (ede-proj-target-makefile-shared-object): Only libtool compilers
5492 now available. Add linkers for libtool.
5493 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5494 (ede-proj-makefile-target-name): Always use .la extension.
5495
5496 * cedet/ede/proj-prog.el (project-run-target): New method.
5497
5498 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5499 (ede-g++-linker): Change Change link lines.
5500
5501 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5502 When searching for old variables, go to the end of the buffer and
5503 search backward from there.
5504 (ede-proj-makefile-automake-insert-subdirs)
5505 (ede-proj-makefile-automake-insert-extradist): New methods.
5506 (ede-proj-makefile-create): Use them.
5507
5508 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5509 Force FILE to expand to the current target. Use file-exists-p to
5510 check that it exists.
5511
5512 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5513 (ede-linux-load): Wrap dir in file-name-as-directory.
5514 Set :version slot.
5515
5516 * cedet/ede/files.el (ede-get-locator-object): When enabling
5517 locate, do so on "top".
5518
5519 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5520 file-name-as-directory during compare.
5521 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5522 Get version number from different places. Don't call egrep.
5523 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5524 to set the directory.
5525
5526 * cedet/ede/shell.el: New file.
5527
5528 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5529 alpha/beta variants.
5530
5531 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * international/mule-cmds.el (select-safe-coding-system): If the file
5534 has a coding cookie, use it regardless of any other setting (bug#4712).
5535
5536 2009-10-17 Glenn Morris <rgm@gnu.org>
5537
5538 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5539 All errors should have messages.
5540
5541 * foldout.el (foldout-mouse-swallow-events):
5542 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5543
5544 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5545 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5546 (dired-keep-marker-symlink, dired-dwim-target)
5547 (dired-copy-preserve-time): Do not autoload these defcustoms.
5548
5549 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5550 messages from messing up the file coding. (Bug#4623)
5551
5552 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5553
5554 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5555 if no match is found for the current dictionary. (Bug#4578)
5556
5557 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5558 optional, since that is how it is documented, and this is often called
5559 with a nil argument. (Bug#4577)
5560 (flyspell-external-point-words, flyspell-auto-correct-word)
5561 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5562 (flyspell-word-search-backward): Remove nil argument in calls to
5563 flyspell-get-word, since it is not needed now.
5564
5565 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5566
5567 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5568
5569 2009-10-16 Glenn Morris <rgm@gnu.org>
5570
5571 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5572
5573 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5574
5575 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5576 (ange-ftp-file-size): New function.
5577 (ange-ftp-file-attributes): Use it.
5578
5579 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5580
5581 * net/tramp-smb.el (tramp-smb-version): New defvar.
5582 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5583 repeated checks.
5584
5585 2009-10-16 Glenn Morris <rgm@gnu.org>
5586
5587 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5588 Maybe copy some custom properties from old to new name. (Bug#4706)
5589
5590 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5591
5592 * subr.el (error, sit-for, start-process-shell-command)
5593 (start-file-process-shell-command): Set the calling convention
5594 after the function definition.
5595
5596 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * subr.el (error, sit-for, start-process-shell-command)
5599 (start-file-process-shell-command): Use the new
5600 set-advertised-calling-convention feature.
5601
5602 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5603
5604 * international/ucs-normalize.el (ucs-normalize-version):
5605 Change to 1.2.
5606 (check-range): Adjust for Unicode 5.2.
5607
5608 2009-10-15 Juri Linkov <juri@jurta.org>
5609
5610 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5611 to the `menu-item' format.
5612
5613 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5614
5615 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5616 if the environment variable does not exist.
5617
5618 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5619 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5620 parameter.
5621 (tramp-smb-handle-add-name-to-file)
5622 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5623 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5624 (tramp-smb-handle-file-attributes)
5625 (tramp-smb-do-file-attributes-with-stat)
5626 (tramp-smb-handle-file-local-copy)
5627 (tramp-smb-handle-insert-directory)
5628 (tramp-smb-handle-make-directory)
5629 (tramp-smb-handle-make-directory-internal)
5630 (tramp-smb-handle-make-symbolic-link)
5631 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5632 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5633 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5634 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5635 Handle long file names.
5636 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5637 process is running.
5638 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5639 Read share names with "-g" option.
5640
5641 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5642
5643 * net/rcirc.el (rcirc-view-log-file): New command.
5644 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5645 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5646 specified.
5647
5648 2009-10-15 Glenn Morris <rgm@gnu.org>
5649
5650 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5651 from the second command-line argument.
5652 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5653 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5654 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5655 w32-batch-update-autoloads.
5656 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5657 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5658
5659 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5660 the headers cannot be located. Simplify, subtracting superflous
5661 save-excursions.
5662
5663 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 Replace completion-base-size by completion-base-position to fix bugs
5666 such as (bug#4699).
5667 * simple.el (completion-base-position): New var.
5668 (completion-base-size): Mark as obsolete.
5669 (choose-completion): Make it work for mouse events as well.
5670 Pass the new base-position to choose-completion-string.
5671 (choose-completion-guess-base-position): New function, extracted from
5672 choose-completion-delete-max-match.
5673 (choose-completion-delete-max-match): Use it. Make obsolete.
5674 (choose-completion-string): Use the new base-position info.
5675 (completion-root-regexp): Delete.
5676 (completion-setup-function): Preserve completion-base-position.
5677 Eliminate obsolete base-size manipulation.
5678 * minibuffer.el (display-completion-list): Don't mess with base-size.
5679 (minibuffer-completion-help): Set completion-base-position instead.
5680 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5681 choose-completion.
5682 * textmodes/bibtex.el (bibtex-complete):
5683 * emacs-lisp/crm.el (crm--choose-completion-string):
5684 Adjust to new calling convention.
5685 * complete.el (partial-completion-mode): Use minibufferp to avoid
5686 bumping into incompatible change to choose-completion-string-functions.
5687 * ido.el (ido-choose-completion-string): Make its calling convention
5688 more permissive.
5689 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5690 base-size manipulation.
5691 (comint-dynamic-list-input-ring): Use dotimes and push.
5692 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5693 fundamental-mode. Use `or'.
5694
5695 2009-10-14 Juri Linkov <juri@jurta.org>
5696
5697 * misearch.el (multi-isearch-next-buffer-from-list)
5698 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5699
5700 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5703 `bytecomp.el'.
5704
5705 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5706 string we return is all made up of text from the completions rather
5707 than part from the completions and part from the input (bug#4219).
5708
5709 * ido.el (ido-everywhere): Use define-minor-mode.
5710
5711 * buff-menu.el (list-buffers, ctl-x-map):
5712 Mark the entry points with ;;;###autoload cookies.
5713
5714 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5717 correctly in the detached head case.
5718 (vc-git-print-log): Remove unused binding.
5719
5720 * vc.el (vc-responsible-backend): When a directory is passed for
5721 for registration create a VC repository if no backend is
5722 responsible for the directory argument.
5723 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5724
5725 * vc.el: Move comments about RCS and SCCS ...
5726 * vc-rcs.el:
5727 * vc-sccs.el: ... here, respectively.
5728
5729 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * minibuffer.el (completion--file-name-table): Return nil if there's
5732 no file completion, even if substitute-in-file-name changed
5733 the string (bug#4708).
5734
5735 2009-10-13 Juri Linkov <juri@jurta.org>
5736
5737 * files-x.el (read-file-local-variable-value): Don't filter out
5738 minor modes from mode name completion (bug#4664).
5739
5740 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * international/mule-cmds.el (ucs-names): Remove exclusion of
5743 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5744
5745 2009-10-13 Kenichi Handa <handa@m17n.org>
5746
5747 * international/uni-name.el: Regenerated.
5748
5749 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5750
5751 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5752 should be automatically buffer-local, but isn't.)
5753
5754 2009-10-12 Sam Steingold <sds@gnu.org>
5755
5756 * progmodes/compile.el (compilation-next-error-function): Fix the
5757 timestamps if the buffer has been visited before.
5758 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5759 non-anchored patterns, like the perl one (bug#3928).
5760
5761 2009-10-12 Glenn Morris <rgm@gnu.org>
5762
5763 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5764 Let-bind `size'.
5765
5766 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5767
5768 * proced.el (proced-unload-function): New function.
5769
5770 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5771 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5772 Doc fix.
5773
5774 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5775
5776 2009-10-11 Juri Linkov <juri@jurta.org>
5777
5778 * files-x.el (read-file-local-variable-value):
5779 Provide default value only for bound variables (bug#4664).
5780
5781 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5784 connection methods like smb.
5785
5786 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5787 can be empty.
5788
5789 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5790 (tramp-smb-file-name-handler-alist): Add handlers for
5791 `add-name-to-file', `make-symbolic-link'.
5792 (tramp-smb-handle-add-name-to-file)
5793 (tramp-smb-do-file-attributes-with-stat)
5794 (tramp-smb-handle-make-symbolic-link)
5795 (tramp-smb-get-cifs-capabilities): New defuns.
5796 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5797 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5798 (tramp-smb-handle-file-local-copy)
5799 (tramp-smb-handle-make-directory-internal)
5800 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5801 The file name syntax depends on cifs capabilities.
5802 (tramp-smb-handle-file-attributes):
5803 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5804 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5805 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5806
5807 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5810 (eieio-defclass): Apply deftype handler and setf-method properties
5811 directly.
5812 (eieio-add-new-slot): Avoid union function from cl library.
5813 (eieio--typep): New function.
5814 (eieio-perform-slot-validation): Use it.
5815
5816 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5817
5818 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5819 Update documentation to refer to the variables documented in r1.135.
5820 (Bug#4188)
5821
5822 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5823
5824 * bookmark.el (Info-suffix-list): Remove this unused variable.
5825 (bookmark-current-point): Remove this obsolete variable.
5826 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5827 Adjust for removal of bookmark-current-point.
5828
5829 (bookmarks-already-loaded, bookmark-current-buffer)
5830 (bookmark-yank-point): Document. (Bug#4188)
5831
5832 2009-10-10 Glenn Morris <rgm@gnu.org>
5833
5834 * frame.el (frame-height): Doc fix.
5835
5836 * calendar/calendar.el (calendar-split-width-threshold): New option.
5837 (calendar-basic-setup): Use calendar-split-width-threshold.
5838
5839 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5840
5841 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5842 Use .la for Automake.
5843
5844 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5847 Use "autoreconf -i". Suggested by Andreas Schwab.
5848
5849 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5850
5851 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5852 Ideographic Supplement" range (U+1F200..U+1F2FF).
5853
5854 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5855
5856 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5857 since the list will have been rebuilt anyway. (Bug#4349)
5858
5859 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5860
5861 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5862 (bookmark-bmenu-execute-deletions): Don't save here, as
5863 bookmark-delete will now do so if necessary.
5864 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5865 (Bug#4348)
5866
5867 2009-10-09 Glenn Morris <rgm@gnu.org>
5868
5869 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5870
5871 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5872
5873 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5874 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5875 argument now, so the two function's behaviors will match. (Bug#3645)
5876
5877 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5880 Fix filename test.
5881 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5882 to expand file names.
5883
5884 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5885
5886 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5887 (tramp-file-name-real-host, tramp-file-name-port):
5888 Apply `save-match-data'.
5889
5890 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5891 case both directories are remote.
5892 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5893 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5894
5895 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5896
5897 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5898 (ede-proj-target-makefile-objectcode): Use it.
5899
5900 * cedet/ede/source.el (ede-want-any-source-files-p)
5901 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5902 Return search result. This error was introduced while merging.
5903
5904 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5905
5906 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5907
5908 2009-10-07 Glenn Morris <rgm@gnu.org>
5909
5910 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5911 of concat.
5912
5913 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * files-x.el (read-file-local-variable): Include some
5916 non-user-variables in the completion table (bug#4664).
5917
5918 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5919
5920 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5921 message.
5922
5923 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5924 (tramp-smb-file-name-handler-alist): Add handler for
5925 `copy-directory', `expand-file-name', `set-file-modes'.
5926 (tramp-smb-handle-copy-directory)
5927 (tramp-smb-handle-expand-file-name)
5928 (tramp-smb-handle-set-file-modes): New defuns.
5929 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5930 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5931 entry.
5932 (tramp-smb-handle-insert-directory): Don't flush the cache.
5933 (tramp-smb-maybe-open-connection): Check for samba client and
5934 server versions.
5935
5936 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5937
5938 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5939 to not error out of search for "^lisp=" fails.
5940
5941 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * makefile.w32-in (WINS_UPDATES): New macro.
5944 (custom-deps, finder-data, autoloads): Use it.
5945
5946 2009-10-07 Glenn Morris <rgm@gnu.org>
5947
5948 * Makefile.in (autoloads): Revert previous change.
5949 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5950 the list of preloaded files passed on the command-line, get
5951 it from src/Makefile.
5952
5953 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5954 show the original buffer rather than a random one.
5955
5956 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5957
5958 * help.el (describe-no-warranty): Place point in a slightly better
5959 position in the GPLv3 text.
5960
5961 2009-10-06 Sam Steingold <sds@gnu.org>
5962
5963 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5964 the comm attribute is present before calling regexp-quote.
5965
5966 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5967
5968 * play/animate.el (animate-string): For good effect, make sure
5969 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5970
5971 * play/animate.el (animate-sequence, animate-birthday-present):
5972 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5973
5974 2009-10-06 Glenn Morris <rgm@gnu.org>
5975
5976 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5977
5978 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5979 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5980 (batch-update-autoloads): Process a string value of autoload-excludes,
5981 set during the build process.
5982 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5983
5984 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5985 inside with-parsed... macro so that `v' is defined.
5986
5987 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5988 * progmodes/fortran.el (fortran-end-of-block)
5989 (fortran-beginning-of-block):
5990 Also push mark in the macro case.
5991
5992 * emerge.el (emerge-show-file-name):
5993 * calc/calc.el (calc-quit):
5994 * calc/calc-misc.el (calc-big-or-small):
5995 * calc/calc-graph.el (calc-graph-view):
5996 * calc/calc-ext.el (calc-reset):
5997 * calendar/calendar.el (calendar-basic-setup):
5998 Use window-full-height-p.
5999
6000 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6001 header we don't understand, don't insert another. (Bug#4624)
6002 If changing mime charset, insert the new one in the right place.
6003
6004 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6005
6006 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6007 (cal-tex-cursor-month): Correctly increment the end date for diary and
6008 holiday listing. (Bug#4626)
6009
6010 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * help-fns.el (describe-function-1): Don't burp if the function is not
6013 a symbol.
6014
6015 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6016
6017 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6018 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6019 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6020 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6021
6022 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6023 (eieio-default-superclass): Reflow docstrings.
6024 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6025 (eieio-unbind-method-implementations, defmethod)
6026 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6027 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6028 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6029 (eieio-slot-originating-class-p, eieio-slot-name-index)
6030 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6031 (constructor, initialize-instance, no-next-method, object-print)
6032 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6033 Fix typos in docstrings.
6034 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6035 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6036 (next-method-p): Doc fixes.
6037 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6038 Fix typos in error messages.
6039 (eieio-defmethod): Fix typo in description of generic method.
6040
6041 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6042 (eieio-persistent-save-interactive, slot-missing):
6043 Fix typos in docstrings.
6044 (eieio-instance-inheritor-slot-boundp): Doc fix.
6045
6046 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6047 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6048
6049 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6050 (eieio-custom-object-apply-reset):
6051 Fix typos in docstrings and error messages.
6052
6053 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6054 Fix typo in docstring.
6055
6056 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6057 (eieio-browse-tree): Doc fix.
6058 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6059 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6060 Fix typos in docstrings.
6061
6062 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6063 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6064 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6065 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6066 Reflow docstrings.
6067
6068 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6069
6070 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6071 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6072 Set log-view-vc-backend so that diff can work.
6073
6074 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6075 vc-version-diff.
6076 (vc-diff-internal): Autoload this instead of vc-version-diff.
6077
6078 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6079
6080 * simple.el (eval-expression): Doc fix.
6081
6082 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6083
6084 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6085
6086 * files.el (directory-files-no-dot-files-regexp): New defconst.
6087 (delete-directory): Use it.
6088 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6089
6090 * net/tramp.el (tramp-verbose): Fix docstring.
6091 (tramp-methods): Add recursive option to `tramp-copy-args'.
6092 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6093 "scp1_old", "scp2_old", "rsync", "rsyncc".
6094 (tramp-default-method): Check also for `auth-source-user-or-password'.
6095 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6096 Add handler for `copy-directory'.
6097 (tramp-handle-copy-directory): New defun.
6098 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6099 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6100 Optimize sent command.
6101
6102 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6105 window if necessary.
6106
6107 * calendar/calendar.el (calendar-basic-setup): Don't call
6108 switch-to-buffer in a dedicated window.
6109
6110 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6111
6112 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6113 don't do anything related to relocating, just return nil.
6114 (bookmark-error-no-filename): New error.
6115 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6116 bookmark has no file. Don't even attempt to handle things that
6117 are not files; the whole point of custom handlers is to keep that
6118 knowledge elsewhere anyway. Tighten some comments.
6119 (bookmark-file-or-variation-thereof): Remove now-unused function.
6120 (bookmark-location): Doc string fix.
6121 (Bug#4250)
6122
6123 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6124
6125 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6126 don't use a file dialog, because they usually don't know how to read
6127 a directory target from the user. (Bug#4230)
6128 Also, make sure the prompt can display directories as well as files.
6129
6130 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6131
6132 * bookmark.el (bookmark-set, bookmark-buffer-name):
6133 Improve doc strings. (Bug#1193)
6134
6135 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6136
6137 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6138 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6139 (bookmark-get-annotation, bookmark-set-annotation)
6140 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6141 (bookmark-set-position, bookmark-get-front-context-string)
6142 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6143 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6144 (bookmark-jump-other-window, bookmark-handle-bookmark)
6145 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6146 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6147 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6148 Improve doc strings to say whether bookmark can be a string or
6149 a record or both, and make other consistency and clarity fixes.
6150 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6151 (bookmark-default-annotation-text, bookmark-yank-word)
6152 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6153 (bookmark-import-new-list, bookmark-maybe-rename)
6154 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6155 (bookmark-bmenu-bookmark): Give these doc strings.
6156 (bookmark-bmenu-check-position): Give this a doc string, but also
6157 add a FIXME comment about how the function may be pointless.
6158 (bookmark-default-handler): Rework doc string and change a
6159 parameter name, to clarify that this takes a bookmark record
6160 not a bookmark name.
6161 (bookmark-set): Change a parameter name to indicate its meaning,
6162 and improve the doc string a bit.
6163 (Bug#4188)
6164
6165 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6166
6167 * bookmark.el (bookmark-alist): Document the new `handler' element
6168 in the param alist.
6169 (bookmark-make-record-function): Adjust documentation for above.
6170 (Bug#4193)
6171
6172 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6173
6174 * info.el (Info-bookmark-make-record): Document this function.
6175 (Info-bookmark-jump): Document with a doc string, not just a comment.
6176 (Bug#4203)
6177
6178 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6181 (semantic-new-buffer-fcn): Call parser setup functions here.
6182 (semantic-mode): Don't call parser setup functions here, it's done
6183 in semantic-new-buffer-fcn now.
6184 (semantic-mode): Parse all existing buffers when enabled.
6185
6186 * cedet/srecode/compile.el (srecode-compile-file):
6187 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6188
6189 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6192
6193 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6194 (proj-comp-insert-variable-once): New macro, renamed from
6195 ede-pmake-insert-variable-once in ede/pmake.edl.
6196 (ede-proj-makefile-insert-variables): Use it.
6197
6198 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6199
6200 * files.el (copy-directory): New defun.
6201
6202 * dired-aux.el (dired-copy-file-recursive): Use it.
6203
6204 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6207 (makefile-end-of-command):
6208 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6209 (semantic-end-of-context): Fix previous change. Doc fixes.
6210
6211 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6212
6213 * files-x.el (modify-dir-local-variable)
6214 (copy-dir-locals-to-file-locals-prop-line):
6215 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6216 (makefile-end-of-command):
6217 * cedet/semantic/lex.el (semantic-lex-token):
6218 * cedet/semantic/analyze/fcn.el
6219 (semantic-analyze-dereference-metatype-1):
6220 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6221 (semantic-lex-cpp-undef):
6222 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6223 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6224 (semantic-end-of-context): Fix typos in docstrings.
6225
6226 * recentf.el (recentf-unload-function): New function.
6227
6228 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * cedet/ede.el (ede-project-placeholder-cache-file):
6231 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6232 * cedet/srecode/map.el (srecode-map-save-file):
6233 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6234
6235 2009-10-04 Glenn Morris <rgm@gnu.org>
6236
6237 * window.el (window-full-height-p): Add doc string.
6238
6239 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6240
6241 * window.el (window-full-height-p): New function. (Bug#4543)
6242
6243 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * cedet/srecode/insert.el: Require srecode/args.
6246
6247 * cedet/srecode/args.el: Require srecode/dictionary instead of
6248 srecode/insert.
6249
6250 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6251
6252 * files.el (auto-mode-alist): Add .srt and Project.ede.
6253
6254 * cedet/semantic.el (semantic-mode):
6255 Handle srecode-template-mode-hook as well.
6256 (semantic-mode): Use js-mode-hook for Javascript hook.
6257
6258 * cedet/srecode/template.el: Remove hook variable.
6259
6260 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6261
6262 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6263 projects exist.
6264 (ede-project-placeholder-cache-file): Default to a file in
6265 user-emacs-directory.
6266
6267 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6268 templates in data-directory.
6269 (srecode-map-save-file): Default to a file in user-emacs-directory.
6270
6271 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6272 directory.
6273
6274 2009-09-30 Eric Ludlam <zappo@gnu.org>
6275
6276 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6277 Doc fix.
6278
6279 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6280 Only insert each variable once.
6281
6282 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6283 (ede-pmake-insert-variable-shared): Use it.
6284
6285 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6286 for lexical table iff table is nil.
6287
6288 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6289
6290 * vc.el: Remove commented out code.
6291 (vc-derived-from-dir-mode): Remove, unused.
6292 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6293
6294 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6295
6296 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6297 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6298 there could be recursive loading when `default-directory' is a
6299 remote file name. (Bug#4614)
6300
6301 2009-10-03 Glenn Morris <rgm@gnu.org>
6302
6303 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6304 the frame is wide.
6305 (calendar-generate-window): Test for shrinkability rather than width.
6306
6307 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6308 declaration, currently false.
6309
6310 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6311 reusing existing buffers, in case we happen to visit two files with the
6312 same basename. (Bug#4593)
6313
6314 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6315
6316 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6317 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6318 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6319 subdirs of cedet as well.
6320 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6321
6322 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6323
6324 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6325 Obey advertised-signature-table.
6326
6327 * help-fns.el (help-function-arglist): Don't check
6328 advertised-signature-table.
6329 (describe-function-1): Do it here instead so it also applies to subrs.
6330
6331 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * simple.el (start-file-process): Say in the doc-string, that file
6334 handlers might not support pty association, if PROGRAM is nil.
6335
6336 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6337 HOST and USER are strings. They are nil, when there are
6338 incomplete entries in ~/.netrc, for example.
6339 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6340 root directory ("device busy" error otherwise).
6341
6342 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6343 Flush file properties of created directory.
6344
6345 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6346
6347 * makefile.w32-in (WINS_BASIC): Remove cedet.
6348 (WINS_CEDET): Add cedet.
6349 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6350
6351 2009-10-02 Kevin Ryde <user42@zip.com.au>
6352
6353 * net/browse-url.el (browse-url): Pass any symbol in
6354 browse-url-browser-function to `apply', since if you've mistakenly put
6355 an unbound symbol then the error is clearer. (Bug#4531)
6356
6357 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * allout.el (allout-init, allout-back-to-current-heading)
6360 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6361 (allout-ascend, allout-up-current-level, allout-end-of-level)
6362 (allout-previous-visible-heading, allout-forward-current-level)
6363 (allout-backward-current-level, allout-show-children):
6364 * apropos.el (apropos-describe-plist):
6365 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6366 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6367 * completion.el (add-completion, add-permanent-completion):
6368 * descr-text.el (describe-text-category, describe-char):
6369 * desktop.el (desktop-lazy-abort):
6370 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6371 * dired.el (dired-build-subdir-alist):
6372 * ediff.el (ediff-version):
6373 * elide-head.el (elide-head, elide-head-show):
6374 * emerge.el (emerge-version):
6375 * env.el (getenv):
6376 * face-remap.el (variable-pitch-mode):
6377 * faces.el (describe-face):
6378 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6379 (dired-at-point):
6380 * files.el (find-file-existing, auto-save-mode):
6381 * font-lock.el (font-lock-fontify-buffer):
6382 * help-fns.el (describe-function, describe-variable)
6383 (describe-syntax, describe-categories):
6384 * help.el (view-lossage, describe-bindings, describe-key)
6385 (describe-mode):
6386 * hexl.el (hexl-current-address):
6387 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6388 * info.el (Info-goto-emacs-key-command-node):
6389 * log-edit.el (log-edit-insert-cvs-template)
6390 (log-edit-insert-cvs-rcstemplate):
6391 * menu-bar.el (menu-bar-mode):
6392 * mouse.el (mouse-appearance-menu):
6393 * newcomment.el (comment-indent-new-line):
6394 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6395 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6396 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6397 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6398 * recentf.el (recentf-mode):
6399 * savehist.el (savehist-mode, savehist-save):
6400 * shadowfile.el (shadow-copy-files):
6401 * simple.el (kill-ring-save, next-line, previous-line)
6402 (normal-erase-is-backspace-mode):
6403 * strokes.el (strokes-update-window-configuration)
6404 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6405 (strokes-xpm-for-stroke):
6406 * time.el (emacs-uptime, emacs-init-time):
6407 * tutorial.el (tutorial--describe-nonstandard-key)
6408 (tutorial--detailed-help):
6409 * type-break.el (type-break-mode)
6410 (type-break-mode-line-message-mode, type-break-query-mode)
6411 (type-break-guesstimate-keystroke-threshold):
6412 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6413 * version.el (emacs-version):
6414 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6415 * winner.el (winner-mode):
6416 * calendar/timeclock.el (timeclock-in, timeclock-out)
6417 (timeclock-status-string, timeclock-change)
6418 (timeclock-workday-remaining-string)
6419 (timeclock-workday-elapsed-string)
6420 (timeclock-when-to-leave-string):
6421 * calendar/todo-mode.el (todo-add-category):
6422 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6423 * emacs-lisp/autoload.el (update-file-autoloads):
6424 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6425 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6426 (checkdoc-message-text, checkdoc-defun):
6427 * emacs-lisp/debug.el (debugger-list-functions):
6428 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6429 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6430 (eieio-describe-generic):
6431 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6432 * emacs-lisp/shadow.el (list-load-path-shadows):
6433 * emulation/cua-base.el (cua-mode):
6434 * emulation/edt.el (edt-set-scroll-margins):
6435 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6436 (tpu-toggle-regexp, tpu-toggle-search-direction)
6437 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6438 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6439 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6440 (viper-set-parsing-style-toggling-macro)
6441 (viper-set-emacs-state-searchstyle-macros):
6442 * emulation/viper.el (viper-set-hooks):
6443 * eshell/esh-mode.el (eshell-truncate-buffer):
6444 * international/mule-cmds.el (prefer-coding-system)
6445 (describe-input-method, describe-language-environment):
6446 * international/mule-diag.el (list-character-sets)
6447 (describe-character-set, describe-coding-system)
6448 (describe-fontset, list-fontsets, list-input-methods):
6449 * mail/sendmail.el (mail-signature):
6450 * net/ange-ftp.el (ange-ftp-copy-file):
6451 * net/browse-url.el (browse-url):
6452 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6453 * net/quickurl.el (quickurl-add-url):
6454 * net/rcirc.el (names, topic):
6455 * net/xesam.el (xesam-mode):
6456 * play/5x5.el (5x5-new-game):
6457 * play/yow.el (apropos-zippy):
6458 * progmodes/ada-mode.el (ada-mode-version):
6459 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6460 (f90-end-of-block)
6461 (f90-beginning-of-block):
6462 * progmodes/fortran.el (fortran-end-of-block)
6463 (fortran-beginning-of-block):
6464 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6465 * progmodes/python.el (python-describe-symbol, python-shell):
6466 * term/ns-win.el (ns-print-buffer):
6467 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6468 * textmodes/flyspell.el (flyspell-mode-on):
6469 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6470 (pages-directory-for-addresses):
6471 * textmodes/table.el (table-recognize-cell)
6472 (table-query-dimension, table-generate-source)
6473 (table-insert-sequence, table--warn-incompatibility):
6474 * textmodes/tex-mode.el (tex-validate-buffer):
6475 * textmodes/texinfmt.el (texinfmt-version)
6476 (texinfo-format-buffer):
6477 Use `called-interactively-p' instead of `interactive-p'.
6478
6479 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6480
6481 * image-mode.el (image-toggle-display):
6482 * emacs-lisp/elp.el (elp-instrument-function):
6483 * emacs-lisp/advice.el (ad-make-advised-definition):
6484 * emacs-lisp/easy-mmode.el (define-minor-mode):
6485 * net/browse-url.el (browse-url-maybe-new-window):
6486 * progmodes/sh-script.el (sh-learn-buffer-indent):
6487 Pass new argument 'any to `called-interactively-p'.
6488
6489 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6490
6491 * international/uni-bidi.el:
6492 * international/uni-category.el:
6493 * international/uni-combining.el:
6494 * international/uni-comment.el:
6495 * international/uni-decimal.el:
6496 * international/uni-decomposition.el:
6497 * international/uni-digit.el:
6498 * international/uni-lowercase.el:
6499 * international/uni-mirrored.el:
6500 * international/uni-name.el:
6501 * international/uni-numeric.el:
6502 * international/uni-old-name.el:
6503 * international/uni-titlecase.el:
6504 * international/uni-uppercase.el:
6505 Regenerate from Unicode 5.2.0 data.
6506
6507 2009-10-01 Glenn Morris <rgm@gnu.org>
6508
6509 * Makefile.in (ELCFILES): Regenerate.
6510
6511 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * subr.el (interactive-p): Mark obsolete.
6514 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6515 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6516 advertised-signature-table for subroutines as well.
6517
6518 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6519 (set-advertised-calling-convention): New function.
6520 (make-obsolete, define-obsolete-function-alias)
6521 (make-obsolete-variable, define-obsolete-variable-alias):
6522 Make the optional-ness of `when' obsolete.
6523 (define-obsolete-face-alias): Make `when' non-optional.
6524 * help-fns.el (help-function-arglist):
6525 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6526 Use advertised-signature-table.
6527
6528 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * files.el (delete-directory): New defun. The original function
6531 in fileio.c has been renamed to `delete-directory-internal'.
6532
6533 * dired.el (dired-delete-file): Call `delete-directory' with
6534 RECURSIVE parameter.
6535
6536 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6537 parameter RECURSIVE. Implementation is missing.
6538
6539 * net/tramp.el (tramp-handle-make-directory): Flush upper
6540 directory's file properties.
6541 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6542 (tramp-handle-dired-recursive-delete-directory): Flush directory
6543 properties after the remove command only.
6544
6545 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6546 Handle optional parameter RECURSIVE.
6547
6548 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6549 Handle optional parameter RECURSIVE.
6550
6551 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6552 connection timeout.
6553 (tramp-smb-handle-delete-directory): Handle optional parameter
6554 RECURSIVE.
6555
6556 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6559 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6560 (byte-compile-defmacro): Use backquotes.
6561
6562 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6563
6564 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6565 has no associated file.
6566 (vc-resynch-buffer): Use vc-dir-buffers.
6567
6568 2009-10-01 Glenn Morris <rgm@gnu.org>
6569
6570 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6571 (chart-file-count):
6572 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6573 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6574 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6575 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6576 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6577 (eieio-copy-parents-into-subclass, make-instance, class-children)
6578 (eieio-generic-form):
6579 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6580 * cedet/cedet-idutils.el (cedet-idutils-search)
6581 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6582 (cedet-idutils-version-check):
6583 * cedet/cedet.el (cedet-version):
6584 * cedet/data-debug.el (data-debug-insert-overlay-button)
6585 (data-debug-insert-overlay-list-button)
6586 (data-debug-insert-buffer-button)
6587 (data-debug-insert-buffer-list-button)
6588 (data-debug-insert-process-button, data-debug-insert-ring-button)
6589 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6590 (data-debug-insert-stuff-vector-button)
6591 (data-debug-insert-symbol-button, data-debug-insert-string)
6592 (data-debug-insert-number, data-debug-insert-lambda-expression)
6593 (data-debug-insert-nil, data-debug-insert-simple-thing)
6594 (data-debug-insert-custom, data-debug-edebug-expr):
6595 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6596 (global-ede-mode-map, ede-new, ede-debug-target)
6597 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6598 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6599 (semantic-fetch-tags, semantic-submode-list)
6600 (semantic-default-submodes):
6601 * cedet/ede/source.el (ede-source-match):
6602 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6603 (project-am-package-info):
6604 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6605 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6606 * cedet/ede/proj-comp.el (ede-current-build-list):
6607 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6608 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6609 * cedet/ede/cpp-root.el (initialize-instance):
6610 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6611 (autoconf-parameter-strip, autoconf-insert-new-macro):
6612 * cedet/semantic/wisent.el (wisent-lex-eoi):
6613 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6614 (semantic-show-parser-state-mode):
6615 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6616 * cedet/semantic/tag.el (semantic-tag-new-variable)
6617 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6618 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6619 (semantic--tag-deep-copy-tag-list)
6620 (semantic-tag-components-with-overlays-default):
6621 * cedet/semantic/symref.el (semantic-symref-find-text):
6622 * cedet/semantic/senator.el (senator-yank-tag)
6623 (senator-transpose-tags-up):
6624 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6625 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6626 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6627 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6628 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6629 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6630 * cedet/semantic/lex-spp.el
6631 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6632 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6633 * cedet/semantic/idle.el
6634 (semantic-idle-summary-current-symbol-info-brutish)
6635 (semantic-idle-summary-current-symbol-info-default):
6636 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6637 (semantic--grammar-macro-compl-dict):
6638 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6639 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6640 (semantic-format-tag-canonical-name-default):
6641 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6642 (semantic-find-tags-for-completion)
6643 (semantic-find-tags-by-scope-protection-default)
6644 (semantic-deep-find-tags-for-completion):
6645 * cedet/semantic/edit.el
6646 (semantic-edits-incremental-reparse-failed-hook)
6647 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6648 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6649 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6650 * cedet/semantic/dep.el (semantic-dependency-include-path):
6651 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6652 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6653 (semanticdb-project-roots):
6654 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6655 (semanticdb-find-adebug-insert-scanned-tag-cons)
6656 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6657 (semanticdb-brute-deep-find-tags-for-completion):
6658 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6659 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6660 (semantic-end-of-context-default)
6661 (semantic-ctxt-current-function-default)
6662 (semantic-ctxt-scoped-types-default):
6663 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6664 (semantic-complete-inline-tag-engine)
6665 (semantic-complete-inline-custom-type)
6666 (semantic-complete-read-tag-analyzer):
6667 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6668 (semantic-chart-database-size):
6669 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6670 (semantic-analyze-current-context):
6671 * cedet/semantic/symref/list.el (semantic-symref)
6672 (semantic-symref-hide-buffer, semantic-symref-symbol):
6673 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6674 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6675 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6676 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6677 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6678 (semantic-c-dereference-template):
6679 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6680 (semantic--analyze-refs-full-lookup-with-parents)
6681 (semantic--analyze-refs-full-lookup-simple):
6682 * cedet/semantic/analyze/complete.el
6683 (semantic-analyze-possible-completions):
6684 * cedet/srecode/table.el (srecode-mode-table-new):
6685 * cedet/srecode/srt.el (srecode-read-variable-name):
6686 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6687 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6688 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6689 * cedet/srecode/map.el (srecode-current-map):
6690 * cedet/srecode/insert.el (srecode-insert)
6691 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6692 (srecode-template-inserter-point-override)
6693 (srecode-insert-include-lookup):
6694 * cedet/srecode/getset.el (srecode-auto-choose-class):
6695 * cedet/srecode/extract.el (srecode-inserter-extract):
6696 * cedet/srecode/document.el
6697 (srecode-document-autocomment-return-last-alist)
6698 (srecode-document-autocomment-param-type-alist)
6699 (srecode-document-insert-function-comment)
6700 (srecode-document-insert-variable-one-line-comment)
6701 (srecode-document-function-name-comment):
6702 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6703 (srecode-compound-toString):
6704 * cedet/srecode/compile.el (srecode-flush-active-templates):
6705 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6706 Doc/message fixes.
6707
6708 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6709 match-data. (Bug#4555).
6710
6711 * cedet/semantic/bovine/gcc.el
6712 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6713 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6714
6715 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6716 rather than parsing it as a regexp. This relaxes the layout
6717 requirements and makes errors easier to detect.
6718 (check-declare-verify): Check file is regular.
6719 (check-declare-directory): Doc fix.
6720 * subr.el (declare-function): Doc fix.
6721
6722 * ibuffer.el (ibuffer-format-qualifier):
6723 * isearch.el (hi-lock-regexp-okay):
6724 * calc/calc.el (math-zerop):
6725 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6726 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6727 Remove unused declarations.
6728
6729 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6730
6731 * cedet/semantic/wisent/javat-wy.el
6732 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6733
6734 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6735
6736 * cedet/srecode/expandproto.el: Fix provide statement.
6737
6738 2009-09-30 Eric Ludlam <zappo@gnu.org>
6739
6740 * emacs-lisp/eieio.el (boolean-p): Delete.
6741
6742 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6743
6744 * cedet/ede/srecode.el: Fix provide statement.
6745
6746 2009-09-30 Glenn Morris <rgm@gnu.org>
6747
6748 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6749 * cedet/ede/proj-aux.el (ede-aux-source):
6750 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6751 (ede-misc-source):
6752 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6753 (semantic-mrub-switch-tags): Fix doc typos.
6754
6755 * cedet/semantic/db-global.el (data-debug-new-buffer)
6756 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6757 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6758
6759 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6760
6761 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6762 use of CL function `remove-if-not'.
6763
6764 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6765
6766 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6767 filename is not a string.
6768
6769 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6770
6771 * files.el (safe-local-eval-forms): Fix typo.
6772
6773 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * vc-hooks.el (vc-dir-buffers): New var.
6776 (vc-state-refresh): New function.
6777 (vc-state): Use it.
6778 (vc-after-save): Always ask the backend to recompute the new state.
6779 Always call vc-dir if necessary, using vc-dir-buffers.
6780 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6781 Use vc-dir-buffers.
6782 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6783 (vc-dir-prepare-status-buffer, vc-dir-update)
6784 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6785 Don't call expand-file-name on default-directory.
6786
6787 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * speedbar.el (speedbar-item-delete):
6790 * calc/calc-prog.el (calc-kbd-if):
6791 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6792
6793 * epa.el (epa-key-list-mode-map):
6794 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6795
6796 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6797 (hs-show-hook): Fix typo in docstring.
6798
6799 2009-09-29 Glenn Morris <rgm@gnu.org>
6800
6801 * cedet/semantic/symref/idutils.el:
6802 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6803
6804 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6805
6806 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6807 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6808 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6809 Mark declarations not understood by check-declare.
6810
6811 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6812 file-name-nondirectory call preventing location of cedet files.
6813 (check-declare-verify): Use literal search rather than re-search.
6814 Add basic defmethod and defclass, and define-overloadable-function.
6815
6816 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6817 Use tramp-compat-file-attributes rather than nonexistent
6818 tramp-compat-handle-file-attributes.
6819
6820 * Makefile.in (lisptagsfiles4): New.
6821 (AUTOGENEL): Add cedet loaddefs files.
6822 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6823 (update-elclist, compile-always, backup-compiled-files)
6824 (bootstrap-clean): Add yet another directory level.
6825 (update-elclist): Use LC_COLLATE rather than COLLATE.
6826 (ELCFILES): Update, via `make update-elclist'.
6827
6828 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6829
6830 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6831 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6832 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6833
6834 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6835
6836 * Makefile.in (lisptagsfiles3): Define.
6837 (TAGS, TAGS-LISP): Use it.
6838 (update-elclist): Add third directory level to look for elc files.
6839 (compile-always): Likewise.
6840 (backup-compiled-files): Likewise.
6841 (bootstrap-clean): Likewise.
6842 (ELCFILES): Update.
6843
6844 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * Makefile.in (ELCFILES): Add CEDET files.
6847
6848 2009-09-28 Eric Ludlam <zappo@gnu.org>
6849
6850 CEDET (development tools) package merged.
6851
6852 * cedet/*.el:
6853 * cedet/ede/*.el:
6854 * cedet/semantic/*.el:
6855 * cedet/srecode/*.el: New files.
6856
6857 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6858
6859 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6860
6861 * net/tramp.el (top): Require tramp-imap.
6862
6863 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6864 Use `tramp-compat-handle-file-attributes'.
6865
6866 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6867
6868 * net/tramp-imap.el: New package.
6869
6870 2009-09-28 Eric Ludlam <zappo@gnu.org>
6871
6872 * emacs-lisp/chart.el:
6873 * emacs-lisp/eieio-base.el:
6874 * emacs-lisp/eieio-comp.el:
6875 * emacs-lisp/eieio-custom.el:
6876 * emacs-lisp/eieio-datadebug.el:
6877 * emacs-lisp/eieio-opt.el:
6878 * emacs-lisp/eieio-speedbar.el:
6879 * emacs-lisp/eieio.el: New files.
6880
6881 * cedet/cedet-cscope.el:
6882 * cedet/cedet-files.el:
6883 * cedet/cedet-global.el:
6884 * cedet/cedet-idutils.el:
6885 * cedet/data-debug.el:
6886 * cedet/inversion.el:
6887 * cedet/mode-local.el:
6888 * cedet/pulse.el: New files.
6889
6890 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6891
6892 * whitespace.el (whitespace-trailing-regexp)
6893 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6894 Fix doc string.
6895
6896 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6897
6898 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6899 menu.
6900
6901 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6902 menu-bar-ediff-menu.
6903
6904 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6905 define-overloadable-function.
6906
6907 * progmodes/autoconf.el: Provide autoconf as well, so that this
6908 file can be `require'd.
6909
6910 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6911
6912 * emacs-lisp/autoload.el (generated-autoload-feature)
6913 (generated-autoload-load-name): New vars.
6914 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6915 (make-autoload): Recognize define-overloadable-function and
6916 defclass forms (for EIEIO).
6917
6918 * Makefile.in (update-subdirs): Exclude cedet directory.
6919
6920 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6921
6922 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6923
6924 * faces.el: Default light-background background for region face to
6925 ns_selection_color under NS.
6926
6927 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6928
6929 * net/imap-hash.el: New library, see NEWS.
6930
6931 * Makefile.in (ELCFILES): Add imap-hash.el.
6932
6933 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6936 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6937 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6938 definition where the docstring could be taken for the return value.
6939
6940 2009-09-26 Glenn Morris <rgm@gnu.org>
6941
6942 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6943 Add option to only show images below a certain size.
6944 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6945 save-excursion calls.
6946
6947 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6948
6949 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6950 subdirectories) and eieio.
6951
6952 2009-09-26 Alan Mackenzie <acm@muc.de>
6953
6954 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6955 buggy bracketing. (Bug#4289)
6956
6957 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6958 character constants (as case labels). (Bug#4289)
6959
6960 2009-09-25 Juri Linkov <juri@jurta.org>
6961
6962 * files.el (safe-local-eval-forms): Allow time-stamp in
6963 before-save-hook (Bug#4554).
6964
6965 2009-09-25 Drew Adams <drew.adams@oracle.com>
6966
6967 * menu-bar.el (list-buffers-directory): Doc fix.
6968
6969 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6972 Try and avoid copying twice the same paragraph.
6973 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6974 Remove save-excursion.
6975 (log-edit-changelog-entry): Do it here instead.
6976
6977 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6978
6979 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6980 when available, instead of hardcoding mode names. Doc fix.
6981
6982 * menu-bar.el (list-buffers-directory): Add docstring.
6983 Make automatically buffer-local.
6984
6985 * dired.el (dired-mode):
6986 * files.el (cd-absolute):
6987 * pcvs.el (cvs-temp-buffer):
6988 * pcvs-util.el (cvs-get-buffer-create):
6989 * shell.el (shell-mode):
6990 * vc-dir.el (vc-dir-mode):
6991 Don't make `list-buffers-directory' buffer local.
6992
6993 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6994
6995 * comint.el (comint-exec, comint-run, make-comint):
6996 Doc fixes (Bug#4542).
6997
6998 2009-09-25 Glenn Morris <rgm@gnu.org>
6999
7000 * mail/rmailmm.el (rmail-mime): New custom group.
7001 Move all defcustoms in this file into this group.
7002 (rmail-mime-media-type-handlers-alist): Revert previous change.
7003 (rmail-mime-show-images): New option.
7004 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7005 references to it, since it wasn't actually used for anything.
7006 (rmail-mime-insert-image): New function.
7007 (rmail-mime-image): Use rmail-mime-insert-image.
7008 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7009 obey the value of `rmail-mime-show-images' option. Print the size of
7010 attachments.
7011
7012 2009-09-25 David Engster <deng@randomsample.de>
7013
7014 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7015
7016 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7017
7018 * whitespace.el: Does not highlight trailing spaces While point is
7019 at end of line. Does not highligt spaces at beginning of buffer
7020 while point is at beginning of buffer. Does not highlight spaces
7021 at end of buffer while point is at end of buffer. (Bug#4177)
7022 New version 12.0.
7023 (whitespace-display-mappings): Adjust initialization.
7024 (whitespace-point, whitespace-font-lock-refontify): New vars.
7025 (whitespace-color-on, whitespace-color-off): Adjust code.
7026 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7027 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7028 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7029
7030 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7031
7032 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7033
7034 * textmodes/sgml-mode.el: Remove xml-mode alias.
7035
7036 * files.el (auto-mode-alist, conf-mode-maybe)
7037 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7038
7039 2009-09-24 Alan Mackenzie <acm@muc.de>
7040
7041 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7042 c-forward-conditionals, but it doesn't move point and doesn't set
7043 the mark.
7044 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7045 (c-down-conditional-with-else, c-backward-conditional)
7046 (c-forward-conditional): Refactor to use c-scan-conditionals.
7047
7048 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7049
7050 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7051 (help-default-arg-highlight): Remove.
7052 (help-highlight-arg): New function.
7053 (help-do-arg-highlight): Use it.
7054 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7055
7056 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7059 Undo last change, which didn't fix the problem and introduced others.
7060
7061 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7062
7063 * progmodes/gdb-mi.el: Don't require speedbar.
7064 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7065
7066 2009-09-24 Glenn Morris <rgm@gnu.org>
7067
7068 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7069
7070 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7071
7072 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7073 there is no newline after the final mime boundary. (Bug#4539)
7074 Move markers on insertion so that any buttons inserted don't end up in
7075 the next part of a multipart message.
7076 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7077 (rmail-mime-bulk-handler): Optionally handle images.
7078 (rmail-mime-image): New button action.
7079 (rmail-mime-image-handler): New function.
7080 (rmail-mime-mode): New mode.
7081 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7082
7083 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7084
7085 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7086 than just dropping elements from it (bug#4504).
7087
7088 * term.el (term-set-scroll-region): Don't move cursor any more.
7089 (term-handle-ansi-escape): Call term-goto here instead.
7090 Suggested by Ivan Kanis <apple@kanis.eu>.
7091
7092 * term.el: Require CL.
7093 (term-ansi-reset): New function.
7094 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7095 (term-handle-colors-array): Simplify.
7096
7097 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * allout.el (allout-overlay-interior-modification-handler)
7100 (allout-obtain-passphrase):
7101 * epa-file.el (epa-file-write-region):
7102 * ps-print.el (ps-begin-job):
7103 * vc-hooks.el (vc-toggle-read-only):
7104 * vc-rcs.el (vc-rcs-rollback):
7105 * vc-sccs.el (vc-sccs-rollback):
7106 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7107 (vc-version-diff, vc-revert, vc-rollback):
7108 * wdired.el (wdired-check-kill-buffer):
7109 * emacs-lisp/authors.el (authors):
7110 * net/socks.el (socks-open-connection):
7111 * net/zeroconf.el (zeroconf-service-add-hook):
7112 * obsolete/vc-mcvs.el (vc-mcvs-register):
7113 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7114 (gdb-select-frame):
7115 * progmodes/grep.el (lgrep, rgrep):
7116 * progmodes/idlw-help.el (idlwave-help-check-locations)
7117 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7118 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7119 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7120 (reftex-toc-rename-label): Fix typos in error messages.
7121
7122 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7123 (dired-copy-how-to-fn): Doc fix.
7124 (dired-files-attributes, dired-read-shell-command):
7125 Fix typos in docstrings.
7126
7127 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7128 (dired-x-find-file-other-window): Reflow docstrings.
7129 (dired-omit-marker-char, dired-read-shell-command)
7130 (dired-x-submit-report): Fix typos in docstrings.
7131
7132 * shell.el (shell-mode-hook):
7133 * view.el (View-scroll-line-forward):
7134 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7135 Fix typos in docstrings.
7136
7137 * net/dig.el (dig-invoke): Fix typo in docstring.
7138 (query-dig): Reflow docstring.
7139
7140 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7141 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7142 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7143 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7144 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7145 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7146 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7147 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7148 (idlwave-completion-map, idlwave-current-indent)
7149 (idlwave-custom-ampersand-surround, idlwave-customize)
7150 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7151 (idlwave-define-abbrev, idlwave-determine-class-special)
7152 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7153 (idlwave-end-block-reg, idlwave-end-of-statement)
7154 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7155 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7156 (idlwave-explicit-class-listed, idlwave-file-header)
7157 (idlwave-fill-paragraph, idlwave-find-class-definition)
7158 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7159 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7160 (idlwave-in-quote, idlwave-indent-action-table)
7161 (idlwave-indent-expand-table, idlwave-indent-line)
7162 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7163 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7164 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7165 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7166 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7167 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7168 (idlwave-outlawed-buffers, idlwave-popup-select)
7169 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7170 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7171 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7172 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7173 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7174 (idlwave-statement-type, idlwave-struct-skip)
7175 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7176 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7177 (idlwave-what-module-find-class): Fix typos in docstrings.
7178 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7179 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7180 (idlwave-find-module, idlwave-find-structure-definition)
7181 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7182 (idlwave-list-load-path-shadows, idlwave-next-statement)
7183 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7184 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7185 (idlwave-template): Reflow docstrings.
7186
7187 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7188 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7189 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7190 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7191 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7192 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7193 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7194 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7195 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7196 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7197 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7198 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7199 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7200 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7201 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7202 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7203 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7204 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7205 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7206 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7207 Fix typos in docstrings.
7208 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7209 (idlwave-shell-hide-output, idlwave-shell-mode)
7210 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7211 Reflow docstrings.
7212
7213 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7214
7215 2009-09-24 Ivan Kanis <apple@kanis.eu>
7216
7217 * term.el (term-bold-attribute): New var.
7218 (term-handle-colors-array): Use it.
7219
7220 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7221
7222 * progmodes/gdb-mi.el (gdb-version): New variable.
7223 (gdb-non-stop-handler): Set gdb-version.
7224 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7225 Condition "--thread" option on gdb-version.
7226 (gdb-invalidate-threads): Remove unused argument.
7227
7228 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7231 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7232
7233 2009-09-23 Glenn Morris <rgm@gnu.org>
7234
7235 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7236 replying to mail without References or Message-Id. (Bug#4525)
7237
7238 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7239
7240 * term/ns-win.el (ns-reg-to-script): New variable.
7241
7242 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7243
7244 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7245
7246 2009-09-22 Sam Steingold <sds@gnu.org>
7247
7248 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7249 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7250 to 1 because hg returns status 1 when nothing is found.
7251 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7252
7253 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * textmodes/fill.el: Convert to utf-8 encoding.
7256 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7257 pre-unicode days.
7258
7259 * add-log.el (change-log-fill-forward-paragraph): New function.
7260 (change-log-mode): Use it so fill-region DTRT.
7261 Set fill-indent-according-to-mode here rather than in
7262 change-log-fill-paragraph.
7263 (change-log-fill-paragraph): Remove.
7264
7265 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7266
7267 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7268 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7269
7270 2009-09-22 Glenn Morris <rgm@gnu.org>
7271
7272 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7273 the scroll-bar scroll the calendar window rather than the buffer.
7274
7275 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7276 commands that move point (as opposed to scrolling).
7277
7278 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7279
7280 * emacs-lisp/elint.el (elint): New custom group.
7281 (elint-log-buffer): Make it a defcustom.
7282 (elint-scan-preloaded, elint-ignored-warnings)
7283 (elint-directory-skip-re): New options.
7284 (elint-builtin-variables): Doc fix.
7285 (elint-preloaded-env): New variable.
7286 (elint-unknown-builtin-args): Add an entry for encode-time.
7287 (elint-extra-errors): Make it a variable rather than a constant.
7288 (elint-preloaded-skip-re): New constant.
7289 (elint-directory): Skip files matching elint-directory-skip-re.
7290 (elint-features): New variable, local to linted buffers.
7291 (elint-update-env): Initialize elint-features. Possibly add
7292 elint-preloaded-env to the buffer's environment.
7293 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7294 Skip quoted forms.
7295 (elint-init-form): New function, extracted from elint-init-env.
7296 Make non-list forms a warning rather than an error.
7297 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7298 easy-menu-define, put that adds an error-condition, and provide.
7299 When requiring cl, also require cl-macs. Really require cl, to handle
7300 some cl macros. Store required libraries in the list elint-features,
7301 so as not to re-load them. Treat cc-require like require.
7302 (elint-init-env): Call elint-init-form to do the work.
7303 Handle eval-and-compile and such like.
7304 (elint-add-required-env): Do not clear messages.
7305 (elint-special-forms): Add handlers for function, defalias, if, when,
7306 unless, and, or.
7307 (elint-form): Add optional argument to ignore elint-special-forms,
7308 useful to prevent recursive calls from handlers. Doc fix.
7309 Respect elint-ignored-warnings.
7310 (elint-form): Respect elint-ignored-warnings.
7311 (elint-bound-variable, elint-bound-function): New variables.
7312 (elint-unbound-variable): Respect elint-bound-variable.
7313 (elint-get-args): Respect elint-bound-function.
7314 (elint-check-cond-form): Add some simple handling for (f)boundp and
7315 featurep tests.
7316 (elint-check-defalias-form): New handler.
7317 (elint-check-let-form): Make an empty let a warning rather than an
7318 error.
7319 (elint-check-setq-form): Make an empty setq a warning rather than an
7320 error. Respect elint-ignored-warnings.
7321 (elint-check-defvar-form): Accept null doc-strings.
7322 (elint-check-conditional-form): New handler. Does some simple-minded
7323 checking of featurep and (f)boundp tests.
7324 (elint-put-function-args): New function.
7325 (elint-initialize): Use elint-scan-doc-file rather than
7326 elint-find-builtin-variables. Use elint-put-function-args.
7327 Possibly scan preloaded-file-list.
7328 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7329 extend to handle functions as well.
7330
7331 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7332
7333 * linum.el (linum-delete-overlays, linum-update-window):
7334 Do not modify the right margin. (Bug#3971)
7335
7336 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7339 nxml-mode instead of xml-mode.
7340
7341 2009-09-21 Kevin Ryde <user42@zip.com.au>
7342
7343 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7344
7345 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * net/dig.el (dig-mode): Use define-derived-mode.
7348
7349 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7350
7351 * vc-dispatcher.el (vc-do-command): Return the process object in
7352 the asynchronous case. Use when instead of if. Do not run
7353 vc-exec-after to display a message if not enabled. (Bug#4463)
7354
7355 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7356 properties to the stash strings.
7357 (vc-git-stash-list): Return a list of strings.
7358 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7359 (vc-git-stash-show-at-point): New functions.
7360 (vc-git-stash-map): New keymap.
7361
7362 * register.el (ctl-x-r-map): Define the keys here instead of
7363 using autoload.
7364
7365 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7366
7367 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7368 list, to workaround performance problem (bug#4485).
7369
7370 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7371
7372 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7373
7374 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7375
7376 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7377 Document that this option is not recommended to use.
7378
7379 2009-09-19 Glenn Morris <rgm@gnu.org>
7380
7381 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7382 variable `var'.
7383
7384 * calc/calc-alg.el (var):
7385 * calc/calcalg2.el (var): Define for compiler.
7386
7387 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7388
7389 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7390 Doc fix (Bug#3932).
7391
7392 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7393
7394 * time-stamp.el (time-stamp-month-dd-yyyy)
7395 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7396 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7397 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7398 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7399 Remove functions that have been obsolete since 1995 (Bug#4436).
7400
7401 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7402 indent buffer only if called interactively (Bug#4452).
7403
7404 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7405 Eli Zaretskii <eliz@gnu.org>
7406
7407 This fixes bug#4197 (merged to bug#865, though not identical).
7408 * server.el (server-auth-dir): Add docstring note about FAT32.
7409 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7410 but warn against using them.
7411
7412 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7413
7414 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7415 older GDB where there is no has_more field.
7416
7417 2009-09-19 Glenn Morris <rgm@gnu.org>
7418
7419 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7420
7421 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7422
7423 * files.el (auto-mode-alist): Change default for XML files to nXML
7424 mode (Bug#4169).
7425
7426 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7427
7428 * server.el (server-ensure-safe-dir): Pass 'integer
7429 to `file-attributes', as suggested.
7430
7431 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7434 (dired-query): Use read-key.
7435
7436 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7437
7438 * cus-start.el (ns-use-qd-smoothing): Remove.
7439
7440 2009-09-18 Glenn Morris <rgm@gnu.org>
7441
7442 * allout.el (top-level): Remove unnecessary progn.
7443
7444 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7445
7446 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7447 definition of abbrev table.
7448
7449 * speedbar.el (speedbar-track-mouse):
7450 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7451 * net/eudc.el (eudc-expand-inline):
7452 * net/newst-backend.el (newsticker--cache-read-feed):
7453 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7454 condition-case handlers.
7455
7456 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7457
7458 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7459 (gdb-var-list): Add an element for has_more field.
7460 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7461 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7462 (gdb-var-update-handler-1): Parse output of dynamic variable
7463 objects (STL containers).
7464 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7465 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7466
7467 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7468 gdb-var-list.
7469 (gud-speedbar-buttons): Make node expandable if expression "has more"
7470 children.
7471
7472 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7473
7474 * startup.el (emacs-quick-startup): Remove variable and all uses.
7475 (command-line): Set `inhibit-x-resources' instead.
7476 (command-line-1): Use `inhibit-x-resources' instead.
7477
7478 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * subr.el: Fix last change to avoid using the `unless' macro,
7481 which breaks bootstrapping.
7482
7483 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7486 extended definitions, in case we reload subr.el after having
7487 loaded CL.
7488 (eval-next-after-load): Mark as obsolete.
7489
7490 2009-09-17 Juri Linkov <juri@jurta.org>
7491
7492 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7493 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7494 (menu-bar-showhide-menu, menu-bar-tools-menu)
7495 (menu-bar-describe-menu, menu-bar-help-menu)
7496 (minibuffer-local-completion-map, minibuffer-local-map):
7497 Fix list quoting.
7498
7499 2009-09-17 Glenn Morris <rgm@gnu.org>
7500
7501 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7502 arguments, whether or not it has a handler.
7503
7504 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7505
7506 * simple.el (hard-newline): Give it a doc-string.
7507
7508 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7509 (lisp-mode-syntax-table): Give them doc-strings.
7510
7511 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7512
7513 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7514 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7515 (menu-bar-options-menu, menu-bar-showhide-menu)
7516 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7517 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7518 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7519 (menu-bar-options-menu, menu-bar-tools-menu)
7520 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7521 (menu-bar-help-menu):
7522 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7523 string arguments.
7524
7525 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7526 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7527 calls for the menu names and :help.
7528
7529 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7532 to :minor-mode-function (bug#4455).
7533
7534 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * startup.el (command-line): Initialize the window-system after
7537 processing the command-line.
7538
7539 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7540 page-delimiter matches the empty string.
7541
7542 2009-09-16 Glenn Morris <rgm@gnu.org>
7543
7544 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7545 byte-compile-not-obsolete-var. It's a list now.
7546 (byte-compile-not-obsolete-funcs): New variable.
7547 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7548 byte-compile-not-obsolete-funcs.
7549 (byte-compile-variable-ref, byte-compile-defvar): Update for
7550 byte-compile-not-obsolete-vars name-change and list nature.
7551 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7552 and variables behind (f)boundp tests.
7553 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7554
7555 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7556
7557 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7558
7559 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7562 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7563 Don't autoload.
7564
7565 2009-09-15 Stephen Eglen <stephen@gnu.org>
7566
7567 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7568 the virtual-buffers, use the name of the buffer specified by
7569 find-file-noselect, as the match may be a symlink. (This was a
7570 problem if the target and the symlink had different names.)
7571
7572 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7575
7576 * desktop.el (desktop-path): Check user-emacs-directory.
7577
7578 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7579
7580 * loadup.el: Use after-load-functions to GC after loading each file.
7581 Remove the explicit GC calls that used to be sprinkled around.
7582
7583 * subr.el (after-load-functions): New hook.
7584 (do-after-load-evaluation): Run it. Use string-match-p to detect
7585 `obsolete' packages, rather than painfully extracting the relevant
7586 directory name.
7587
7588 2009-09-15 Glenn Morris <rgm@gnu.org>
7589
7590 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7591 free variable `doc'.
7592
7593 * dired.el (dired-mode-map): Add menu entry for async shell command.
7594
7595 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7596 variables, also consider the .elc files, since the .el files are
7597 normally gzipped (subsequent code locates the .el.gz from the .elc).
7598
7599 * calc/calc-prog.el (arglist): Define for compiler.
7600
7601 * calendar/diary-lib.el (diary-display-function): Change the default to
7602 fancy display.
7603 (body): Define for compiler.
7604
7605 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7606 (byte-compile-file-form, byte-compile-lambda)
7607 (byte-compile-top-level-body, byte-compile-form)
7608 (byte-compile-variable-ref, byte-compile-setq)
7609 (byte-compile-setq-default, byte-compile-body)
7610 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7611 (batch-byte-compile): Give some more local variables with common names
7612 a "bytecomp-" prefix to avoid masking warnings about free variables.
7613
7614 * startup.el (command-line-1): Give local variables with common names a
7615 distinguishing prefix, so as not to hide free variable warnings during
7616 bootstrap.
7617
7618 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7619 clever and add a suffix to make a unique name, just let the user decide
7620 whether or not to overwrite it. If the input is a directory, write the
7621 default filename to that directory. (Bug#4388)
7622 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7623 is a filename-as-a-directory.
7624
7625 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * textmodes/page.el (what-page): Don't move to beginning of line.
7628 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7629
7630 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7631
7632 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7633
7634 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7635
7636 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7637 * help.el (help-for-help-internal): Add purecopy calls for text.
7638
7639 * vc.el (top): print-log method now takes an optional SHORTLOG
7640 argument. Add a new method: root.
7641 (vc-root-diff, vc-print-root-log): New functions.
7642 (vc-log-short-style): New variable.
7643 (vc-print-log-internal): Add support for showing short logs.
7644
7645 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7646 vc-print-root-log and vc-print-root-diff.
7647
7648 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7649 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7650 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7651 short logs.
7652
7653 * vc-cvs.el (vc-cvs-print-log):
7654 * vc-mtn.el (vc-mtn-print-log):
7655 * vc-rcs.el (vc-rcs-print-log):
7656 * vc-sccs.el (vc-sccs-print-log):
7657 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7658 that is ignored for now.
7659
7660 * vc-mtn.el (vc-mtn-annotate-command):
7661 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7662
7663 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7666 to function-key-map, and give them ascii-character property.
7667 * term/x-win.el (x-alternatives-map):
7668 * term/ns-win.el (ns-alternatives-map):
7669 * term/internal.el (msdos-key-remapping-map):
7670 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7671
7672 2009-09-14 Glenn Morris <rgm@gnu.org>
7673
7674 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7675 temp-buffers (2009-09-12).
7676
7677 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7680 the new read-key function.
7681
7682 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7685 is defined (Bug#4405).
7686
7687 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7688
7689 * recentf.el (recentf-cleanup): Use a hash table to find
7690 duplicates (Bug#4407).
7691
7692 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7693
7694 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7695 kp-0 to ascii equivalents (Bug#4325).
7696
7697 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7700
7701 * eshell/em-hist.el:
7702 * eshell/em-dirs.el (eshell-complete-user-reference):
7703 Declare pcomplete functions and variables to avoid compiler warnings.
7704
7705 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7706
7707 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7708 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7709 * eshell/em-alias.el (eshell-aliases-file):
7710 * eshell/em-hist.el (eshell-history-file-name):
7711 Use expand-file-name instead of concat to make file names (Bug#4308).
7712
7713 2009-09-13 Glenn Morris <rgm@gnu.org>
7714
7715 * ediff-merg.el (ediff-do-merge):
7716 * filesets.el (filesets-run-cmd):
7717 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7718 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7719 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7720 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7721 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7722 Replace empty `let's with `progn'.
7723
7724 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * mail/sendmail.el (send-mail-function):
7727 * tooltip.el (tooltip-mode):
7728 * simple.el (transient-mark-mode):
7729 * rfn-eshadow.el (file-name-shadow-mode):
7730 * frame.el (blink-cursor-mode):
7731 * font-core.el (global-font-lock-mode):
7732 * files.el (temporary-file-directory)
7733 (small-temporary-file-directory, auto-save-file-name-transforms):
7734 * epa-hook.el (auto-encryption-mode):
7735 * composite.el (global-auto-composition-mode):
7736 Use custom-initialize-delay.
7737 * startup.el (command-line): Don't explicitly call
7738 custom-reevaluate-setting for all the above vars.
7739 * custom.el (custom-initialize-safe-set)
7740 (custom-initialize-safe-default): Delete.
7741
7742 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * term/x-win.el (x-initialize-window-system):
7745 * term/w32-win.el (w32-initialize-window-system):
7746 * term/ns-win.el (ns-initialize-window-system): Don't call
7747 mouse-wheel-mode since it's enabled globally by default already.
7748
7749 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7750 actually define the variable, but only silences the byte-compiler.
7751 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7752 before looking it up.
7753 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7754 is changed.
7755
7756 2009-09-12 Glenn Morris <rgm@gnu.org>
7757
7758 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7759 1000.
7760 (elint-add-required-env): Don't beep on error.
7761 (elint-forms): In case of error, return ENV unchanged.
7762 (elint-init-env): Skip non-list forms.
7763 (elint-log): Handle unknown file positions.
7764
7765 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7766
7767 * epg.el (epg-make-context): Add autoload cookie.
7768 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7769 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7770 (epg-verify-string, epg-start-sign, epg-sign-file)
7771 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7772 (epg-encrypt-string, epg-start-export-keys)
7773 (epg-export-keys-to-file, epg-export-keys-to-string)
7774 (epg-start-import-keys, epg-import-keys-from-file)
7775 (epg-import-keys-from-string, epg-start-receive-keys)
7776 (epg-receive-keys, epg-import-keys-from-server)
7777 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7778 (epg-sign-keys, epg-start-generate-key)
7779 (epg-generate-key-from-file, epg-generate-key-from-string):
7780 Remove autoload cookie.
7781
7782 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7783
7784 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7785 reevaluation of trash-directory.
7786
7787 * mwheel.el: Fix last change.
7788 (mouse-wheel-mode): New defvar.
7789 (mouse-wheel-mode): Remove autoload cookie.
7790
7791 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * mwheel.el (mwheel-installed-bindings): New var.
7794 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7795 the bindings we set last time. Use custom-initialize-delay.
7796 * loadup.el: Load mwheel after term/*-win.el.
7797 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7798 and mouse-wheel-up-event now that their first evaluation is done
7799 sufficiently late to be correct.
7800
7801 * startup.el (tutorial-directory): Make it a defcustom.
7802 Use custom-initialize-delay rather than eval-at-startup to set it.
7803 * image.el (image-load-path): Make it a defcustom.
7804 Use custom-initialize-delay rather than eval-at-startup to set it.
7805 * subr.el (eval-at-startup): Remove.
7806 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7807
7808 * subr.el (do-after-load-evaluation): Warn the user after loading an
7809 obsolete package.
7810
7811 2009-09-12 Glenn Morris <rgm@gnu.org>
7812
7813 * proced.el (proced-mark-alt): Remove alias.
7814 (proced-mode-map): Remove proced-mark-alt.
7815
7816 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7817 Elint file and directory. Remove initialization entry.
7818
7819 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7820 commands.
7821 (elint-current-buffer): Set mode-line-process.
7822 (elint-init-env): Handle define-derived-mode.
7823 Fix declare-function with unspecified arglist. Guard against odd
7824 defalias statements (eg iso-insert's 8859-1-map).
7825 (elint-add-required-env): Use a temp buffer.
7826 (elint-form): Just print the function/macro name, not the whole form.
7827 Return env unchanged if we fail to parse a macro.
7828 (elint-forms): Guard against parse errors.
7829 (elint-output): New function, to handle batch mode.
7830 (elint-log-message): Add optional argument. Use elint-output.
7831 (elint-set-mode-line): New function.
7832
7833 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7834
7835 * emacs-lisp/elp.el (elp-not-profilable): Add more
7836 functions (Bug#4233).
7837
7838 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7839
7840 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7841 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7842
7843 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7844
7845 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7846 (gdb-var-list-children): Use json parsing.
7847
7848 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7849
7850 * progmodes/js.el (js--proper-indentation): Handle the case where
7851 char-before is null. Reported by Deniz Dogan.
7852
7853 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7854
7855 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7856
7857 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7858
7859 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7860 (epg-digest-algorithm-alist): Add SHA224.
7861 (epg-context-set-passphrase-callback)
7862 (epg-context-set-progress-callback): Add description about
7863 callback function.
7864
7865 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * custom.el (custom-delayed-init-variables): New var.
7868 (custom-initialize-delay): New function.
7869 * startup.el (command-line): "Re"evaluate all vars in
7870 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7871 explicitly any more.
7872 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7873 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7874
7875 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7876
7877 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7878
7879 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7880 (gdb-var-update-handler): Use json parsing.
7881
7882 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7883
7884 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7885 decode annotated text, regardless of language environment. (Bug#2741)
7886
7887 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * Makefile.in (autoloads): Make rmail.el writable as well.
7890
7891 2009-09-11 Glenn Morris <rgm@gnu.org>
7892
7893 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7894 loaddefs.el.
7895 * dired.el: Regenerate with extracted autoloads.
7896 * Makefile.in (autoloads): Make dired.el writable.
7897
7898 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7899 * ibuffer.el: Regenerate with extracted autoloads.
7900 * Makefile.in (autoloads): Make ibuffer.el writable.
7901
7902 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7903 * version.el (emacs-copyright, emacs-major-version)
7904 (emacs-minor-version): Reformat doc-strings for make-docfile.
7905
7906 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7907 functions and variables, since they must be stuff specific to some other
7908 platform.
7909 (apropos-print): Make mouse-click message less specific about button.
7910
7911 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7912 that records where a macro was defined.
7913 * help-fns.el (describe-function-1): Mention if a function has a
7914 compiler-macro.
7915 * help-mode.el (help-function-cmacro): New button.
7916
7917 * locate.el (top-level): Always require dired.
7918 (locate-mode-map): Initialize inside the defvar.
7919
7920 * net/ange-ftp.el (dired-compress-file): Declare.
7921 (ange-ftp-dired-compress-file): Add doc string.
7922
7923 * term/ns-win.el (x-display-name, x-setup-function-keys):
7924 Unify doc-strings with X versions.
7925
7926 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * emulation/crisp.el (crisp-mode-map): Move initialization
7929 into declaration.
7930 (crisp-mode): Use define-minor-mode.
7931
7932 * progmodes/xscheme.el (xscheme-evaluation-commands):
7933 Put a :advertised-binding property rather than using
7934 advertised-xscheme-send-previous-expression.
7935 (advertised-xscheme-send-previous-expression): Declare obsolete.
7936 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7937 `advertised-undo'.
7938 (crisp-mode): Add corresponding bindings to
7939 undo's :advertised-binding instead.
7940 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7941 than using dired-advertised-find-file.
7942 (dired-advertised-find-file):
7943 * simple.el (advertised-undo):
7944 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7945 (widget-keymap): Put a :advertised-binding property rather
7946 than using advertised-widget-backward.
7947 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7948 than using advertised-undo.
7949 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7950
7951 2009-09-10 Simon South <ssouth@slowcomputing.org>
7952
7953 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7954 Mark mode is enabled and region is active; otherwise indent or
7955 insert TAB as usual.
7956 (delphi-mode): Update description of TAB-key binding.
7957
7958 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * subr.el (define-key-rebound-commands): Mark obsolete.
7961 * startup.el (precompute-menubar-bindings): Remove.
7962 (normal-top-level): Remove obsolete code that tried to precompute
7963 menubar bindings.
7964 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7965 define-key-rebound-commands and precompute-menubar-bindings.
7966
7967 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7968
7969 * net/imap.el (imap-interactive-login): Better messages.
7970 (imap-open): Fix bug with renamed buffer on reconnect.
7971 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7972 for easier debugging and cleaner code. On successful (guessed based on
7973 server capabilities) secondary authentication, set imap-state
7974 correctly.
7975 (imap-last-authenticator): Define imap-last-authenticator as a variable
7976 to avoid warnings.
7977
7978 2009-09-10 Glenn Morris <rgm@gnu.org>
7979
7980 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7981
7982 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7983 (byte-compile-file-form-autoload): Don't warn about unknown functions
7984 where the autoload statement comes after the use.
7985 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7986 that any handlers inside the body (eg require) are in turn respected.
7987
7988 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7989 effects.
7990
7991 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7992 and syntax and abbrev tables basic docs, if they don't have any.
7993
7994 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7995
7996 * international/mule-cmds.el (top-level): Require cl when compiling.
7997 (view-hello-file): Use default-value rather than
7998 default-enable-multibyte-characters.
7999
8000 * progmodes/fortran.el: Move all safe and risky properties into the
8001 defcustoms.
8002
8003 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8004 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8005 * mail/undigest.el:
8006 Put autoloads in rmail.el rather than loaddefs.el.
8007 * mail/rmail.el: Regenerate with extracted autoloads.
8008
8009 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8010 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8011
8012 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8013
8014 Reported in thread for Bug#4375.
8015 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8016 "-data-evaluate-expression" instead of print.
8017 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8018 (gdb-tooltip-print): Parse output from above MI command.
8019 (gdb): Revert 2009-08-11 change. User should detach inferior
8020 manually.
8021
8022 Remove the word "separate" from IO functions as inferior
8023 output is now never displayed in the GUD buffer.
8024
8025 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * startup.el (command-line-normalize-file-name): On Windows and
8028 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8029
8030 2009-09-10 Juri Linkov <juri@jurta.org>
8031
8032 * isearch.el (isearch-text-char-description): Propertize escape
8033 character sequences with the `escape-glyph' face. (Bug#4344)
8034
8035 * simple.el (shell-command): Set asynchronous process filter to
8036 `comint-output-filter'. (Bug#4343)
8037
8038 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8039 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8040 the list. Move "asm" to the bottom.
8041 (grep-find-ignored-directories): Add `choice' with nil value
8042 to empty the list easily.
8043 (grep-find-ignored-files): New option.
8044 (grep-files-history): Set to nil by default instead of '("ch" "el").
8045 (grep-compute-defaults): Add "<X>" to `grep-template'.
8046 (grep-read-files): Bind new local variables `default-alias' and
8047 `default-extension'. Use a list of default values for the file prompt.
8048 (lgrep): Add `--exclude=' command line options composed from
8049 `grep-find-ignored-files'.
8050 (rgrep): Add `-name' command line options composed from
8051 `grep-find-ignored-files'. (Bug#4301)
8052
8053 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8056 (bug#4368).
8057
8058 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8059
8060 * calendar/time-date.el (autoload):
8061 Expand define-obsolete-function-alias into defalias and make-obsolete
8062 for old Emacsen that Gnus supports.
8063 (with-no-warnings): Define it for old Emacsen.
8064 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8065 is available.
8066 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8067 float-time is available; suppress compile warning for time-to-seconds.
8068
8069 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8070
8071 * net/imap.el (imap-message-map): Docstring fix.
8072
8073 2009-09-09 Glenn Morris <rgm@gnu.org>
8074
8075 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8076 line numbers too. (Bug#4374)
8077
8078 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * smerge-mode.el (smerge-remove-props, smerge-refine):
8081 Use with-silent-modifications (bug#4342).
8082
8083 * subr.el (with-silent-modifications): New macro.
8084
8085 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8086
8087 * files.el (top-level): Require `cl' when compiling.
8088
8089 2009-09-07 Glenn Morris <rgm@gnu.org>
8090
8091 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8092
8093 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8094 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8095
8096 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8097
8098 * vc-git.el (vc-git-annotate-command): Use separator to parse
8099 arguments correctly.
8100
8101 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8102
8103 * proced.el (proced-mode): Doc fix.
8104
8105 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8106
8107 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8108 lstat fails.
8109 (tramp-do-file-attributes-with-ls): Check for file existence at
8110 remote end.
8111 (tramp-do-file-attributes-with-stat): Likewise.
8112 (tramp-convert-file-attributes): Return nil when attr is nil.
8113
8114 2009-09-05 Glenn Morris <rgm@gnu.org>
8115
8116 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8117 properties to this button.
8118 (diary-fancy-display): Don't extend the button to the final newline.
8119 (diary-fancy-display-mode): Continue to define "q" as a local key.
8120
8121 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8122 efficient.
8123
8124 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8125
8126 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8127 (byte-compile-dest-file-function): New option.
8128 (byte-compile-dest-file): Doc fix.
8129 Obey byte-compile-dest-file-function.
8130 (byte-compile-cl-file-p): New function.
8131 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8132 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8133 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8134 than for file being previously loaded.
8135 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8136 (byte-compile-file-form-require): Handle the case where requiring a file
8137 indirectly causes CL to be loaded.
8138
8139 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8140
8141 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8142 before killing the old buffer, since by the time `kill-buffer' is
8143 run so many buffer variables have been set to nil that it may not
8144 behave as expected. (Bug#4061)
8145
8146 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8147
8148 * files.el (find-alternate-file): If the old buffer is modified
8149 and visiting a file, behave similarly to `kill-buffer' when
8150 killing it, thus reverting to the pre-1.878 behavior; see
8151 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8152 for discussion. Also, consult `buffer-file-name' as a variable
8153 not as a function, for consistency with the rest of the code.
8154
8155 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8156
8157 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8158 also when adding a new directory.
8159
8160 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8161 defun.
8162
8163 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * files.el (locate-file-completion-table): Make it provide boundary
8166 information, so partial-completion works better.
8167
8168 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8169
8170 * mail/footnote.el (Footnote-text-under-cursor):
8171 Check footnote-text-marker-alist before using it (bug#4324).
8172
8173 2009-09-04 Glenn Morris <rgm@gnu.org>
8174
8175 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8176 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8177 * play/solitaire.el, play/tetris.el:
8178 Remove leading * from defcustom and defface docs.
8179
8180 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8181 necessary.
8182 (diary-fancy-overriding-map): New variable.
8183 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8184 Use view-mode.
8185
8186 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8187 goto-line.
8188
8189 2009-09-03 Glenn Morris <rgm@gnu.org>
8190
8191 * arc-mode.el (archive-mode):
8192 * dos-fns.el (set-default-process-coding-system):
8193 * man.el (Man-getpage-in-background):
8194 * menu-bar.el (menu-bar-describe-menu):
8195 * server.el (server-process-filter):
8196 * startup.el (command-line):
8197 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8198 * w32-fns.el (set-default-process-coding-system):
8199 * x-dnd.el (x-dnd-handle-file-name):
8200 * international/mule-cmds.el (mule-menu-keymap)
8201 (set-default-coding-systems, language-info-alist, set-language-info)
8202 (set-language-environment, standard-display-european-internal)
8203 (set-locale-environment):
8204 * international/mule-diag.el (mule-diag):
8205 * mail/emacsbug.el (report-emacs-bug):
8206 * mail/rmail.el (rmail-mode):
8207 * mail/sendmail.el (mail-setup):
8208 Use default-value rather than default-enable-multibyte-characters.
8209
8210 * progmodes/f90.el: Move all safe properties into the defcustoms.
8211 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8212
8213 * calendar/appt.el (appt-check):
8214 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8215 (diary-check-diary-file, diary-list-entries)
8216 (diary-include-other-diary-files, diary-simple-display)
8217 (diary-fancy-display, diary-print-entries)
8218 (diary-mark-included-diary-files, diary-make-entry):
8219 Don't call substitute-in-file-name on diary-file.
8220
8221 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8222 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8225 (footnote-mode-map): Move initialization into the declaration.
8226 (footnote-minor-mode-map): Define it rather than changing global-map.
8227 (footnote-mode): Use define-minor-mode.
8228
8229 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8230
8231 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8232 (tramp-do-file-attributes-with-perl)
8233 (tramp-do-file-attributes-with-stat): Rename from
8234 `tramp-handle-file-attributes-with-*'.
8235 (tramp-handle-file-attributes): Use them.
8236 (tramp-do-directory-files-and-attributes-with-perl)
8237 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8238 `tramp-handle-directory-files-and-attributes-with-*'.
8239 (tramp-handle-directory-files-and-attributes): Use them.
8240 (tramp-method-out-of-band-p): Additional parameter SIZE.
8241 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8242 (tramp-handle-write-region): Use it.
8243 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8244 (tramp-handle-vc-registered): Check, whether the first run did
8245 return files to be tested.
8246 (tramp-advice-make-auto-save-file-name): Do not call directly
8247 `tramp-handle-make-auto-save-file-name', because this would bypass
8248 the locking mechanism.
8249
8250 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8251 (file-remote-p, process-file, start-file-process, set-file-times)
8252 (tramp-compat-file-attributes): Compatibility functions shall not
8253 call directly `tramp-handle-*', because this would bypass the
8254 locking mechanism.
8255 (tramp-compat-number-sequence): New defun.
8256
8257 2009-09-02 Glenn Morris <rgm@gnu.org>
8258
8259 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8260 alias for float-time.
8261 (time-to-number-of-days): In Emacs, use float-time.
8262 * net/newst-backend.el (time-add): Suppress warnings from compat
8263 function.
8264 * time.el (emacs-uptime, emacs-init-time):
8265 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8266 Use float-time rather than time-to-seconds.
8267
8268 * minibuffer.el (completion-initials-expand): Fix typo.
8269
8270 * faces.el (modeline, modeline-inactive, modeline-highlight)
8271 (modeline-buffer-id):
8272 * info.el (info-menu-5): Mark these face aliases as obsolete.
8273
8274 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8275
8276 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8277 space ...
8278 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8279 no "--thread" option.
8280 (gdb-stopped): Don't print "Switched to thread" message when it is
8281 unchanged.
8282
8283 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * minibuffer.el (completion-try-completion)
8286 (completion-all-completions): Remove ill-defined (and
8287 mistakenly installed and luckily never used nor documented)
8288 `completion-styles' property.
8289 (completion-initials-expand, completion-initials-all-completions)
8290 (completion-initials-try-completion): New functions.
8291 (completion-styles-alist): Add doc to each entry.
8292 Add new `initials' entry.
8293
8294 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8295
8296 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8297 MI command -var-evaluate-expression.
8298 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8299 and tweak for case of string child.
8300 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8301
8302 2009-09-01 Glenn Morris <rgm@gnu.org>
8303
8304 * add-log.el (change-log-date-face, change-log-name-face)
8305 (change-log-email-face, change-log-file-face, change-log-list-face)
8306 (change-log-conditionals-face, change-log-function-face)
8307 (change-log-acknowledgement-face):
8308 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8309 (custom-modified-face, custom-set-face, custom-changed-face)
8310 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8311 (custom-documentation-face, custom-state-face, custom-comment-face)
8312 (custom-comment-tag-face, custom-variable-tag-face)
8313 (custom-variable-button-face, custom-face-tag-face)
8314 (custom-group-tag-face-1, custom-group-tag-face):
8315 * diff-mode.el (diff-header-face, diff-file-header-face)
8316 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8317 (diff-added-face, diff-changed-face, diff-function-face)
8318 (diff-context-face, diff-nonexistent-face):
8319 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8320 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8321 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8322 (Info-title-4-face):
8323 * isearch.el (isearch-lazy-highlight-face):
8324 * log-view.el (log-view-file-face, log-view-message-face):
8325 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8326 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8327 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8328 (cvs-msg-face):
8329 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8330 (smerge-base-face, smerge-markers-face):
8331 * wid-edit.el (widget-documentation-face, widget-button-face)
8332 (widget-field-face, widget-single-line-field-face)
8333 (widget-inactive-face, widget-button-pressed-face):
8334 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8335 (woman-addition-face):
8336 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8337 (eshell-ls-executable-face, eshell-ls-readonly-face)
8338 (eshell-ls-unreadable-face, eshell-ls-special-face)
8339 (eshell-ls-missing-face, eshell-ls-archive-face)
8340 (eshell-ls-backup-face, eshell-ls-product-face)
8341 (eshell-ls-clutter-face):
8342 * eshell/em-prompt.el (eshell-prompt-face):
8343 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8344 * obsolete/old-whitespace.el (whitespace-highlight-face):
8345 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8346 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8347 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8348 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8349 (antlr-font-lock-literal-face):
8350 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8351 (ebrowse-root-class-face, ebrowse-file-name-face)
8352 (ebrowse-default-face, ebrowse-member-attribute-face)
8353 (ebrowse-member-class-face, ebrowse-progress-face):
8354 * progmodes/make-mode.el (makefile-space-face):
8355 * progmodes/sh-script.el (sh-heredoc-face):
8356 * textmodes/flyspell.el (flyspell-incorrect-face)
8357 (flyspell-duplicate-face):
8358 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8359 * textmodes/texinfo.el (texinfo-heading-face):
8360 Mark face aliases with "-face" suffix as obsolete.
8361
8362 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8363 compiler.
8364
8365 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8366 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8367 easy-menu-define wants to modify these.
8368
8369 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8370
8371 * net/browse-url.el (browse-url-file-url):
8372 * term/internal.el (dos-codepage-setup):
8373 Use default-value rather than default-enable-multibyte-characters.
8374
8375 * progmodes/etags.el (etags-goto-tag-location):
8376 * progmodes/flymake.el (flymake-highlight-line)
8377 (flymake-goto-file-and-line, flymake-goto-line):
8378 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8379 (gdb-goto-breakpoint):
8380 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8381 * progmodes/python.el (python-find-function)
8382 (python-pdbtrack-track-stack-file):
8383 * progmodes/verilog-mode.el (verilog-surelint-off):
8384 * term/ns-win.el (ns-open-file-select-line):
8385 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8386 Use forward-line rather than goto-line.
8387
8388 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8389 * textmodes/reftex-index.el (reftex-display-index):
8390 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8391 * textmodes/reftex-toc.el (reftex-toc):
8392 Remove unnecessary bindings of default-major-mode (all are followed by
8393 major-mode check and possible mode switch).
8394
8395 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8396
8397 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8398 Handle watchpoints (bug#4282).
8399 (def-gdb-thread-buffer-command): Enable thread to be selected by
8400 clicking without selecting threads buffer first.
8401 (gdb-current-context-command): Use selected frame so that "up",
8402 "down" etc work in the GUD buffer.
8403 (gdb-update): Find selected frame before rendering stack buffer.
8404 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8405
8406 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * progmodes/sym-comp.el (displayed-completions): Remove.
8409 (symbol-complete): Use minibuffer-complete.
8410
8411 2009-08-31 Glenn Morris <rgm@gnu.org>
8412
8413 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8414
8415 * apropos.el (apropos-symbols-internal):
8416 Handle (obsolete) face aliases.
8417
8418 * faces.el (describe-face): Adjust the output format to be more like
8419 describe-variable, and to mention (obsolete) face aliases.
8420 Adjust the whitespace so that help-setup-xref works.
8421
8422 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8423 * calendar/diary-lib.el (diary-button-face):
8424 Mark these face aliases as obsolete.
8425
8426 * calendar/calendar.el (calendar-today): Doc fix.
8427
8428 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8429
8430 * progmodes/gdb-mi.el (gdb-control-all-threads)
8431 (gdb-control-current-thread): Force tool bar update.
8432 (gdb-non-stop-handler): New function.
8433 (gdb-init-1): Use it to test if non-stop mode is supported.
8434 Remove unused gdbmi buffer type.
8435
8436 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8437
8438 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8439 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8440
8441 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8442
8443 * comint.el (comint-exec-1): Check command is non-null first.
8444 Part of gdb-mi.el change (2009-08-28).
8445
8446 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8449
8450 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8451
8452 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8453 instead of `dolist' to avoid a recursive require when bootstrapping.
8454
8455 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8458
8459 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8460
8461 * net/imap.el (imap-send-command): Simplify.
8462 (imap-wait-for-tag): point-max -> buffer-size.
8463
8464 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8465
8466 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8467 with constant argument.
8468
8469 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8470
8471 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8472
8473 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8474 Change default, since most of our files don't have a history.
8475 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8476 the user.
8477
8478 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8479 Add comint-run.
8480
8481 * calc/calc.el: Improve commenting convention.
8482 (calc-digit-map, toplevel): Simplify.
8483
8484 * comint.el (comint-insert-input): Be careful to only set point if we
8485 don't delegate to some other command.
8486
8487 * proced.el (proced-signal-list): Make it an alist.
8488 (proced-grammar-alist): Capitalize names.
8489 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8490 Disable undo manually and make it read-only.
8491 Use completion-annotate-function.
8492
8493 * minibuffer.el (minibuffer-message): If the current buffer is not
8494 a minibuffer, insert the message in the echo area rather than at the
8495 end of the buffer.
8496 (completion-annotate-function): New variable.
8497 (minibuffer-completion-help): Use it.
8498 (completion--embedded-envvar-table): Environment vars are
8499 always case-sensitive.
8500
8501 2009-08-30 Glenn Morris <rgm@gnu.org>
8502
8503 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8504 from fortran-current-defun.
8505 (fortran-beginning-of-subprogram): Be more precise about finding the
8506 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8507 (fortran-end-of-subprogram): Simplify.
8508 (fortran-current-defun): Use fortran-start-prog-re.
8509
8510 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * subr.el (do-after-load-evaluation): Simplify.
8513
8514 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8515
8516 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8517
8518 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8519 (vc-rcs-print-log): Use it.
8520
8521 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8522
8523 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * paths.el (abbrev-file-name): Move to abbrev.el.
8526 * abbrev.el (abbrev-file-name): Move from paths.el.
8527 Obey user-emacs-directory.
8528 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8529 user-emacs-directory.
8530 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8531 abbrev-file-name and calc-settings-file any more.
8532 * startup.el (command-line): Recompute abbrev-file-name and
8533 abbreviated-home-dir.
8534 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8535 of the special code for when C-h bindings haven't been changed.
8536 (display-startup-echo-area-message): Use with-current-buffer.
8537 (command-line-1): Use a list of strings, rather than a list of lists
8538 of strings for longopts.
8539
8540 * files.el (get-free-disk-space): Use / for default-directory.
8541
8542 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8543 Use with-current-buffer.
8544
8545 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8546 Recognize immutable variables like most-positive-fixnum.
8547 (byte-compile-setq-default): Check and warn if trying to assign
8548 to an immutable variable, or a non-variable.
8549
8550 * progmodes/cc-vars.el (c-comment-continuation-stars):
8551 * progmodes/cc-engine.el (c-looking-at-bos):
8552 * progmodes/cc-cmds.el (c-toggle-auto-state)
8553 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8554 (c-comment-line-break-function): Add version of obsolescence.
8555
8556 2009-08-28 Juri Linkov <juri@jurta.org>
8557
8558 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8559 associated with `archive-mode'.
8560
8561 * image.el (image-type-header-regexps): Use only JPEG magic number
8562 to determine JPEG images, and don't use `image-jpeg-p' because
8563 Emacs can display non-JFIF non-Exif JPEG images.
8564
8565 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * arc-mode.el (archive-mode):
8568 * emacs-lisp/re-builder.el (re-builder-unload-function):
8569 Protect against the default value of `major-mode' being nil.
8570
8571 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8572
8573 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8574 Fix typos in docstrings.
8575
8576 * progmodes/js.el (js--macro-decl-re): Doc fix.
8577 (js--plain-method-re, js--split-name): Refloc docstring.
8578 (js--class-styles, js--make-merged-item, js--splice-into-items):
8579 Fix typos in docstrings; reflow docstrings.
8580 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8581 (js--variable-decl-matcher, js--inside-pitem-p)
8582 (js--parse-state-at-point, js--get-all-known-symbols)
8583 (js--symbol-history, js-find-symbol, js--js-references)
8584 (js--moz-interactor, js--js-encode-value, js--read-tab):
8585 Fix typos in docstrings.
8586
8587 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * textmodes/reftex.el (reftex-get-file-buffer-force):
8590 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8591 * emulation/viper.el (viper-go-away, viper-set-hooks):
8592 * emacs-lisp/re-builder.el (re-builder-unload-function):
8593 * emacs-lisp/bytecomp.el (byte-compile-file):
8594 * ses.el (ses-unload-function):
8595 * hexl.el (hexl-find-file):
8596 * files.el (normal-mode):
8597 * ehelp.el (with-electric-help):
8598 * autoinsert.el (auto-insert-alist):
8599 * arc-mode.el (archive-mode):
8600 Use (default-value 'major-mode) instead of default-major-mode.
8601
8602 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8603 * international/mule.el (load-with-code-conversion):
8604 * emacs-lisp/debug.el (debug):
8605 * ediff-vers.el (ediff-rcs-get-output-buffer):
8606 * dired.el (dired-internal-noselect): Don't let-bind
8607 default-major-mode around code that doesn't use it.
8608 E.g. buffer creation via get-buffer-create doesn't use it.
8609
8610 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8611
8612 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8613 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8614 when writing the temp file. Otherwise, epa-file gets confused.
8615 (tramp-register-file-name-handlers): Make it a defun. Move also
8616 `epa-file-handler' to the front of `file-name-handler-alist'.
8617
8618 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8621 start right after a ^M.
8622 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8623 (tramp-completion-file-name-regexp-separate)
8624 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8625 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8626 Don't modify last-coding-system-used by accident.
8627 (tramp-completion-file-name-handler): Apply the checks here,
8628 instead during registration.
8629 (tramp-register-file-name-handlers): Renamed from
8630 `tramp-register-file-name-handler'. Register both
8631 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8632 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8633
8634 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8635
8636 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8637 Remove variable ...
8638 (gdb-init-1, gdb-display-separate-io-buffer)
8639 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8640 references to it.
8641 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8642 (gdb-inferior-filter): Use comint-output-filter to stop
8643 echoing and remove ^M characters.
8644
8645 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * emulation/viper-init.el (viper-restore-cursor-type):
8648 * emulation/cua-base.el (cua--update-indications):
8649 Replace default-cursor-type with (default-value 'cursor-type).
8650
8651 * mail/sendmail.el (mail-recover-1):
8652 * international/mule-diag.el (describe-current-coding-system-briefly)
8653 (describe-current-coding-system):
8654 * international/mule-cmds.el (select-safe-coding-system)
8655 (select-message-coding-system)
8656 (set-language-environment-coding-systems, set-locale-environment):
8657 * hexl.el (hexl-insert-multibyte-char):
8658 * dos-w32.el (find-buffer-file-type-coding-system):
8659 * simple.el (what-cursor-position):
8660 Replace uses of default-buffer-file-coding-system
8661 with (default-value 'buffer-file-coding-system).
8662
8663 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8664 Replace uses of default-cursor-in-non-selected-windows
8665 with (default-value 'cursor-in-non-selected-windows).
8666 Use with-current-buffer.
8667
8668 * mail/feedmail.el: Use CL macros.
8669 (feedmail-run-the-queue, feedmail-send-it-immediately):
8670 * dos-w32.el (find-buffer-file-type): Replace uses of
8671 default-buffer-file-type with (default-value 'buffer-file-type).
8672
8673 2009-08-28 Glenn Morris <rgm@gnu.org>
8674
8675 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8676 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8677 Use default-value of major-mode rather than default-major-mode.
8678
8679 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * Makefile.in (update-elcfiles): Report left over elc files.
8682
8683 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8684 expand-file-name and with-current-buffer.
8685 (mail-get-names, mail-directory): Use with-current-buffer.
8686
8687 * vc.el (vc-read-revision): New function.
8688 (vc-version-diff, vc-merge): Use it.
8689
8690 2009-08-27 Sam Steingold <sds@gnu.org>
8691
8692 * simple.el (kill-do-not-save-duplicates): New user option.
8693 (kill-new): When it is non-nil, and the new string is the same as
8694 the latest kill, set replace to t to avoid duplicates in kill-ring.
8695
8696 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8697
8698 * net/tramp.el (tramp-handle-process-file): Do not flush all
8699 caches when `process-file-side-effects' is set.
8700 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8701 instead of `tramp-find-file-exists-command'.
8702 Unset `process-file-side-effects'.
8703
8704 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8705
8706 * net/tramp.el (tramp-methods): New method "rsyncc".
8707 (top): Add completion function for "rsyncc".
8708 (tramp-message-show-message): New defvar.
8709 (tramp-message, tramp-error): Use it.
8710 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8711 remote copying.
8712 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8713 `tramp-methods' entry `copy-env' of "rsyncc".
8714 (tramp-vc-registered-read-file-names): New defconst.
8715 (tramp-vc-registered-file-names): New defvar.
8716 (tramp-handle-vc-registered): Implement optimization strategy.
8717 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8718 (tramp-vc-file-name-handler): New defun.
8719 (tramp-get-ls-command, tramp-get-test-command)
8720 (tramp-get-file-exists-command, tramp-get-remote-ln)
8721 (tramp-get-remote-perl, tramp-get-remote-stat)
8722 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8723
8724 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8725 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8726 timestamps.
8727 (tramp-get-file-property): Check for timestamps in
8728 `tramp-cache-inhibit-cache'.
8729 (tramp-set-file-property): Write timestamp.
8730
8731 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8732
8733 * language/japan-util.el (japanese-symbol-table): Add entries for
8734 cp932-2-byte.
8735
8736 * international/characters.el: Add category `j' to cp932-2-byte.
8737
8738 2009-08-27 Kenichi Handa <handa@m17n.org>
8739
8740 * international/fontset.el (build-default-fontset-data): New macro.
8741 (setup-default-fontset): Use build-default-fontset-data for CJK,
8742 tibetan, ethiopic, and ipa.
8743
8744 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8747 (enable-multibyte-characters): Not customizable any more.
8748
8749 * subr.el (default-mode-line-format, default-header-line-format)
8750 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8751 (default-direction-reversed, default-truncate-lines)
8752 (default-left-margin, default-tab-width, default-case-fold-search)
8753 (default-left-margin-width, default-right-margin-width)
8754 (default-left-fringe-width, default-right-fringe-width)
8755 (default-fringes-outside-margins, default-scroll-bar-width)
8756 (default-vertical-scroll-bar, default-indicate-empty-lines)
8757 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8758 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8759 (default-scroll-down-aggressively, default-fill-column)
8760 (default-cursor-type, default-buffer-file-type)
8761 (default-cursor-in-non-selected-windows)
8762 (default-buffer-file-coding-system, default-major-mode)
8763 (default-enable-multibyte-characters): Mark as obsolete.
8764
8765 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8766
8767 * vc-dir.el (vc-dir-update): Remove debug helper.
8768
8769 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8770
8771 2009-08-26 Sam Steingold <sds@gnu.org>
8772
8773 * simple.el (save-interprogram-paste-before-kill): New user option.
8774 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8775 save the interprogram-paste into kill-ring before overriding it
8776 with the Emacs kill.
8777
8778 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8779
8780 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8781 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8782 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8783 and move to vc-rcs.el.
8784 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8785 move to vc-rcs.el.
8786 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8787 (vc-rcs-update-changelog): Remove.
8788 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8789 and move to vc-rcs.el.
8790
8791 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8792 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8793 renaming.
8794 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8795 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8796 vc.el, renamed to be RCS specific.
8797
8798 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8799 New functions.
8800 (vc-cvs-update-changelog): Move here from vc.el.
8801
8802 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8803 New functions.
8804
8805 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8808
8809 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8810
8811 * vc-git.el (vc-git-register): Use "git add" for directories.
8812 (vc-git-stash, vc-git-stash-show): New functions.
8813 (vc-git-extra-menu-map): Bind them.
8814
8815 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8816 directory correctly in case the item is a directory itself.
8817
8818 * vc.el: Document the desired behavior for reverted files in the
8819 `added' state.
8820 (vc-default-prettify-state-info): Remove function, unused.
8821
8822 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8823
8824 2009-08-26 Glenn Morris <rgm@gnu.org>
8825
8826 * bindings.el (standard-mode-line-format): Reposition dashes in
8827 which-func entry. (Bug#4217)
8828
8829 * files.el (enable-local-variables, enable-local-eval)
8830 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8831 the defcustoms.
8832 (auto-mode-alist, ignored-local-variables)
8833 (save-some-buffers-action-alist): Move risky declarations to the
8834 definitions.
8835 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8836 (font-lock-defaults, format-alist, imenu--index-alist)
8837 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8838 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8839 (mode-line-modified, mode-line-mule-info, mode-line-position)
8840 (mode-line-process, mode-line-remote, outline-level)
8841 (parse-time-rules, rmail-output-file-alist)
8842 (special-display-buffer-names, vc-mode):
8843 Move risky declarations to the relevant files.
8844 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8845 (mode-line-modified, mode-line-process, mode-line-position)
8846 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8847 * font-core.el (font-lock-defaults):
8848 * format.el (format-alist):
8849 * vc-hooks.el (vc-mode):
8850 * window.el (special-display-buffer-names):
8851 * international/mule-cmds.el (input-method-alist):
8852 Define riskiness here (dumped file) rather than in files.el.
8853 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8854 * imenu.el (imenu-generic-expression, imenu--index-alist):
8855 * outline.el (outline-level):
8856 * time.el (display-time-string):
8857 * calendar/parse-time.el (parse-time-rules):
8858 * mail/rmailout.el (rmail-output-file-alist):
8859 Autoload riskiness here, rather than placing in files.el.
8860
8861 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8862
8863 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8864
8865 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8866
8867 * simple.el (process-file-side-effects): New defvar.
8868
8869 * dired-aux.el (dired-show-file-type):
8870 * vc.el (vc-diff-internal):
8871 * vc-arch.el (vc-arch-diff):
8872 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8873 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8874 * vc-git.el (vc-git-registered, vc-git-working-revision)
8875 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8876 (vc-git--empty-db-p):
8877 * vc-hooks.el (vc-user-login-name):
8878 * vc-svn.el (vc-svn-registered, vc-svn-state)
8879 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8880 * progmodes/grep.el (grep-probe): Let-bind
8881 `process-file-side-effects' with nil.
8882
8883 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8884
8885 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8886 daemon. Replace ping by checking for running service for bluez
8887 and zeroconf. (Bug#4239)
8888
8889 2009-08-25 Kevin Ryde <user42@zip.com.au>
8890
8891 * net/dig.el (dig): Add autoload cookie.
8892
8893 2009-08-25 Glenn Morris <rgm@gnu.org>
8894
8895 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8896 load-history for absolute file-names.
8897 (byte-compile-file-form-require): Warn about use of the cl package.
8898
8899 * format.el (format-alist): Doc fix.
8900
8901 * play/bubbles.el (top-level): Don't require cl at run-time.
8902
8903 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8904 run-time cl).
8905
8906 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8907
8908 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8909 from cl package.
8910 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8911
8912 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8913
8914 * calc/calc-alg.el (math-trig-rewrite)
8915 (math-hyperbolic-trig-rewrite): New functions.
8916 (calc-simplify): Simplify trig functions when asked.
8917
8918 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8921
8922 2009-08-24 Kenichi Handa <handa@m17n.org>
8923
8924 * language/ind-util.el (mapthread): Delete it.
8925 (combinatorial): New function.
8926 (indian--puthash-cv): Use combinatorial instead of mapthread.
8927
8928 2009-08-22 Kevin Ryde <user42@zip.com.au>
8929
8930 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8931 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8932 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8933 Clarify docstring that the value is strings not symbols.
8934 (checkdoc-list-of-strings-p): New function.
8935
8936 2009-08-22 Glenn Morris <rgm@gnu.org>
8937
8938 * files.el (auto-mode-alist):
8939 * hippie-exp.el (he-concat-directory-file-name):
8940 * lpr.el (lpr-windows-system, printer-name):
8941 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8942 * ps-print.el (ps-windows-system):
8943 * startup.el (command-line):
8944 * emulation/viper-ex.el (viper-glob-function):
8945 * international/mule-cmds.el (set-language-environment-coding-systems):
8946 * net/ange-ftp.el (ange-ftp-write-region):
8947 * obsolete/fast-lock.el (fast-lock-cache-name):
8948 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8949 unisoft-unix, vax-vms, win32, w32.
8950
8951 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8952 given name if the pattern is not more specific.
8953
8954 * calendar/lunar.el (lunar-phase-names): New option.
8955 (lunar-phase): Doc fix.
8956 (lunar-cycles-per-year): New constant.
8957 (lunar-index): New function.
8958 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8959 (lunar-phase-name): Use lunar-phase-names.
8960 (calendar-lunar-phases): Use format.
8961 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8962
8963 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8964 Copy imenu-example--name-and-position function here for own use.
8965 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8966
8967 * bs.el (bs--redisplay):
8968 * cus-edit.el (custom-redraw):
8969 * ibuffer.el (ibuffer-bury-buffer):
8970 * server.el (server-goto-line-column):
8971 * startup.el (command-line-1):
8972 * strokes.el (strokes-xpm-for-stroke):
8973 * term.el (term-display-buffer-line):
8974 * view.el (View-goto-line):
8975 * calc/calc.el (calc-do, calc-trail-buffer):
8976 * play/gamegrid.el (gamegrid-add-score-insecure):
8977 * progmodes/ada-mode.el (ada-compile-goto-error):
8978 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8979 (ebrowse-select-1st-to-9nth):
8980 * progmodes/cperl-mode.el (cperl-time-fontification):
8981 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8982 * progmodes/gud.el (gud-display-line):
8983 (idlwave-shell-display-line):
8984 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8985 * progmodes/make-mode.el (makefile-browser-toggle):
8986 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8987 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8988 * textmodes/picture.el (picture-draw-rectangle):
8989 * textmodes/reftex-index.el (reftex-index-goto-letter):
8990 (reftex-select-jump-to-previous):
8991 * textmodes/reftex-sel.el (reftex-find-start-point)
8992 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8993 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8994 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8995 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8996 * textmodes/two-column.el (2C-associated-buffer):
8997 Use forward-line rather than goto-line.
8998
8999 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9000 goto-line.
9001
9002 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9003 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9004 (quick-check-list-to-regexp): Declare.
9005
9006 * progmodes/make-mode.el (makefile-browser-insert-selection):
9007 Use goto-char rather than goto-line.
9008
9009 * progmodes/prolog.el (compilation-error-regexp-alist)
9010 (compilation-forget-errors): Declare.
9011
9012 2009-08-22 Juri Linkov <juri@jurta.org>
9013
9014 * progmodes/grep.el (lgrep, rgrep): At the beginning
9015 set `dir' to `default-directory' unless `dir' is a non-nil
9016 readable directory. (Bug#4052)
9017 (lgrep, rgrep): Change a weird way to report an error
9018 from using `read-string' to using `error'.
9019 Instead of using interactive arguments in the function body,
9020 add new argument `confirm'.
9021
9022 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * textmodes/remember.el (remember-buffer):
9025 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9026 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9027 (icalendar-extract-ical-from-buffer):
9028 * net/newst-treeview.el (newsticker-groups-filename):
9029 * net/newst-backend.el (newsticker-cache-filename):
9030 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9031 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9032 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9033 (speedbar-buffers-line-path, speedbar-path-line)
9034 (speedbar-buffers-line-path):
9035 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9036 (epg-sign-keys):
9037 * epa.el (epa-display-verify-result):
9038 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9039
9040 2009-08-21 Glenn Morris <rgm@gnu.org>
9041
9042 * progmodes/js.el (inferior-moz-process): Fix declaration.
9043
9044 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9045
9046 * obsolete/rnewspost.el (news-mail-reply):
9047 Use goto-char rather than goto-line.
9048
9049 * term/ns-win.el (ns-open-file-select-line):
9050 Use line-beginning-position rather than goto-line.
9051
9052 * apropos.el (apropos-command):
9053 * ehelp.el (electric-helpify):
9054 * printing.el (pr-show-setup):
9055 * strokes.el (strokes-help):
9056 * tutorial.el (tutorial--describe-nonstandard-key)
9057 (tutorial--detailed-help):
9058 * woman.el (woman-mini-help, woman-display-extended-fonts):
9059 * calc/calc-help.el (calc-describe-key):
9060 * emulation/edt.el (edt-electric-helpify):
9061 * international/mule-diag.el (mule-diag):
9062 * play/yow.el (apropos-zippy):
9063 * progmodes/python.el (python-describe-symbol):
9064 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9065 * textmodes/table.el (*table--cell-describe-mode)
9066 (*table--cell-describe-bindings):
9067 Use help-print-return-message rather than the now obsolete alias.
9068
9069 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9070 (calendar-cursor-to-visible-date):
9071 * play/5x5.el (5x5-position-cursor):
9072 * play/decipher.el (decipher):
9073 * play/gomoku.el (gomoku-goto-xy):
9074 * play/landmark.el (lm-goto-xy):
9075 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9076 (mpuz-paint-digit):
9077 Use forward-line, not goto-line.
9078
9079 * mail/rmail.el (rmail-obsolete): Delete custom group.
9080 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9081 (rmail-remote-password, rmail-remote-password-required):
9082 Remove unneeded :set-after and :set properties.
9083
9084 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9085
9086 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9087
9088 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9089
9090 * loadup.el: Remove leftover macos code.
9091
9092 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9093 Explicitly pass the date format to git blame so that user local
9094 so that the output format can be parsed.
9095
9096 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9097
9098 * net/dbus.el (top): Don't check for (getenv
9099 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9100
9101 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9102
9103 * log-edit.el (log-edit-strip-single-file-name): New var.
9104 (log-edit-insert-changelog): Use it. Bug#3571
9105
9106 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9109 Bug#3287
9110
9111 * help.el (help-print-return-message): Rename from
9112 print-help-return-message.
9113
9114 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9115 cvs-mode-map parent hack.
9116 (log-view-mode): Derive from special-mode.
9117
9118 * linum.el (linum-mode): window-size-change-functions is redundant.
9119 Adapt to new window-configuration-change-hook behavior.
9120 (linum-after-size, linum-after-config): Remove.
9121
9122 * imenu.el (imenu-example--name-and-position)
9123 (imenu-example--lisp-extract-index-name)
9124 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9125 Mark as obsolete.
9126
9127 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9128 (inferior-prolog-mode): Use it.
9129 (inferior-prolog-load-file): Reset list of errors.
9130
9131 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9132
9133 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9134
9135 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9136
9137 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9138
9139 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9140 is running already.
9141
9142 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9143
9144 * subr.el (listify-key-sequence-1): Use normal syntax since those
9145 integers are nowadays always represented by the same (positive) number
9146 on all platforms.
9147 (read-key-empty-map): New const.
9148 (read-key-delay): New var.
9149 (read-key): New function.
9150 (force-mode-line-update): Use with-current-buffer.
9151 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9152 (start-process-shell-command, start-file-process-shell-command):
9153 Discourage the use of command-args.
9154
9155 2009-08-19 Glenn Morris <rgm@gnu.org>
9156
9157 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9158
9159 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * simple.el (choose-completion-string): Don't rely on
9162 minibuffer-completing-file-name and ad-hoc checks to decide whether
9163 to continue completion or not.
9164
9165 * minibuffer.el (minibuffer-hide-completions): New function.
9166 (completion--do-completion): Use it.
9167 (completions-annotations): New face.
9168 (completion--insert-strings): Use it.
9169 (completion-pcm--delim-wild-regex): Add docstring.
9170 (completion-pcm--string->pattern): Add support for 0-width delimiters
9171 in completion-pcm--delim-wild-regex.
9172
9173 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9176 Remove unused var `buffer-modified-p'.
9177
9178 * minibuffer.el (completion--do-completion): Move point for the #b001
9179 case as well (bug#4176).
9180 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9181
9182 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9183
9184 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9185 and :session buses.
9186
9187 2009-08-18 Kenichi Handa <handa@m17n.org>
9188
9189 * international/ucs-normalize.el (ucs-normalize-version):
9190 Change to 1.1.
9191 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9192 (utf-8-hfs): Make it perform normalization on encoding too.
9193
9194 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9195 (sentence-end-without-space): Delete duplicated chars.
9196 (sentence-end-base): Likewise.
9197
9198 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9199 (html-mode): Delete duplicated chars from sentence-end-base.
9200
9201 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9202 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9203
9204 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9205
9206 * files.el (hack-one-local-variable): If the mode function is for
9207 a minor mode, pass it an argument (Bug#4148).
9208
9209 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9210
9211 * net/tramp.el (tramp-register-completion-file-name-handler):
9212 Check also for (member 'partial-completion completion-styles).
9213
9214 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9217 abbrev (Bug#3943).
9218
9219 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9220
9221 * progmodes/cperl-mode.el: Merge upstream 6.2.
9222 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9223 (cperl-forward-re): Check cperl-brace-recursing.
9224 (cperl-highlight-charclass): New function.
9225 (cperl-find-pods-heres): Use it.
9226 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9227 (cperl-beautify-regexp-piece): Fix column calculation.
9228 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9229 (cperl-beautify-level): Don't process entire regexp.
9230 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9231 calling man.
9232 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9233 (cperl-init-faces): Build a list in the normal way.
9234
9235 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * calendar/parse-time.el (parse-time-string-chars): Save match
9238 data.
9239
9240 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9243 (sql-product): Use it.
9244 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9245 (sql-set-product): Add completion.
9246 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9247 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9248 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9249 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9250 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9251 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9252 (sql-highlight-db2-keywords): Remove.
9253 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9254 (sql-highlight-product): Use derived-mode-p.
9255 (sql-set-sqli-buffer): Use with-current-buffer.
9256 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9257 Simplify.
9258
9259 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9260
9261 * term.el: Fix commenting convention, turn comments into docstrings.
9262
9263 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9264
9265 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9266
9267 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9268
9269 * calendar/parse-time.el (parse-time-string-chars): Compute using
9270 character classes, to handle non-ascii characters (Bug#3190).
9271
9272 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9275 another heredoc if the user adds another < (Bug#3226).
9276
9277 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9278 Don't initialize based on window-system (Bug#4124).
9279
9280 * facemenu.el (facemenu-read-color): Use a completion function
9281 that accepts any defined color, such as RGB triplets (Bug#3677).
9282
9283 * files.el (get-free-disk-space): Change fallback default
9284 directory to /. Expand DIR argument before switching to fallback.
9285 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9286
9287 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9288
9289 * files.el (load-library): Doc fix.
9290
9291 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9292
9293 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9294 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9295 incremental search string.
9296
9297 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9298 XEmacs.
9299
9300 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9301 (ediff-merge-region-is-non-clash)
9302 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9303 Also check if the job is really a merge job.
9304
9305 * ediff.el (ediff-current-file): New function.
9306
9307 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9308
9309 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9310 conventions.
9311 (js-insert-and-indent): Delete function.
9312 (js-mode-map): Don't bind keys to js-insert-and-indent.
9313 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9314 (js-end-of-defun): Rename from js--end-of-defun.
9315 (js-auto-indent-flag): Delete variable.
9316
9317 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9318
9319 * progmodes/js.el: Remove proclaim statement.
9320 Defvar which-func-imenu-joiner-function to silence compiler.
9321
9322 * files.el (auto-mode-alist): Use js-mode for .js files.
9323
9324 * progmodes/js2-mode.el: Remove file.
9325
9326 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9327
9328 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9329
9330 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9331
9332 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9333 Karl Landstrom <karl.landstrom@brgeight.se>
9334
9335 * progmodes/js.el: New file.
9336
9337 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9338
9339 * timezone.el (timezone-parse-date): Add ability to understand ISO
9340 basic format (minimal separators) dates in addition to the
9341 already-supported extended format dates.
9342
9343 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9344
9345 * international/ucs-normalize.el: Add a `coding' file variable.
9346
9347 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9348
9349 2009-08-14 Sam Steingold <sds@gnu.org>
9350
9351 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9352
9353 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * faces.el (help-argument-name): Define it here instead of
9356 help-fns.el, because in daemon mode help-fns.el may be loaded when
9357 faces are still uninitialized (Bug#1078).
9358
9359 * help-fns.el (help-argument-name): Move defface to faces.el.
9360
9361 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9362
9363 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9364 create buffer with a pty but no process so that GDB can make the
9365 inferior the controlling process.
9366
9367 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9368
9369 * international/ucs-normalize.el: New file.
9370
9371 2009-08-13 Richard Stallman <rms@gnu.org>
9372
9373 * mail/rmail.el (rmail-get-attr-names):
9374 Accept an attribute header that is too short.
9375
9376 * mail/rmail.el (rmail-forget-messages):
9377 Ignore nil elt in rmail-message-vector. Use dotimes.
9378
9379 * progmodes/compile.el (compilation-goto-locus):
9380 Use next-error-move-function.
9381
9382 * simple.el (next-error-move-function): New variable.
9383
9384 2009-08-12 Juri Linkov <juri@jurta.org>
9385
9386 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9387 always non-nil. (Bug#4052)
9388
9389 * replace.el (read-regexp): Return empty string when
9390 `default-value' is nil.
9391 (keep-lines-read-args): Don't use empty string as the
9392 default value for `read-regexp'. (Bug#2495)
9393
9394 2009-08-12 Juri Linkov <juri@jurta.org>
9395
9396 * international/mule-cmds.el (ucs-insert): Change arguments
9397 from `arg' to `character', `count', `inherit' to be the same
9398 as in `insert-char'. Doc fix. (Bug#4039)
9399
9400 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9401
9402 2009-08-12 Juri Linkov <juri@jurta.org>
9403
9404 * files-x.el: New file.
9405
9406 * files.el: Move code that deals with adding/deleting
9407 file/directory-local variables to files-x.el.
9408
9409 * Makefile.in (ELCFILES): Add files-x.elc.
9410
9411 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9412
9413 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9414 to use `goto-line'.
9415 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9416 `goto-line'.
9417 (gdb-invalidate-disassembly): Do not refresh upon receiving
9418 'update signal. Instead, update all disassembly buffers only after
9419 threads list.
9420 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9421 (gdb-starting): Moved -data-list-register-names...
9422 (gdb-stopped): ...here so it's sent when first thread stops.
9423 (gdb-registers-handler-custom): Do nothing if register names are
9424 unknown yet.
9425
9426 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9427 from `gdb-mi.el' to avoid extra tangling.
9428
9429 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9430 change which breaks `gud-def' definitions used in `gdb'.
9431 (gdb-update-gud-running): No extra fuss for updating frame number.
9432
9433 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9434
9435 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9436 (describe-language-environment-map, setup-language-environment-map)
9437 (set-coding-system-map): Move initialization into declaration.
9438 (set-language-info-alist): Last arg to define-key-after can be skipped.
9439
9440 * international/quail.el (quail-completion-1): Simplify.
9441 (quail-define-rules): Use slightly more compact code.
9442 (quail-insert-decode-map): Propertize keys, compact columns.
9443
9444 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9445 Add goto-line.
9446
9447 2009-08-10 Miles Bader <miles@gnu.org>
9448
9449 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9450 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9451 (js2-instance-member, js2-private-member, js2-private-function-call)
9452 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9453 (js2-magic-paren, js2-external-variable):
9454 Remove "-face" suffix from face names.
9455 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9456 (js2-highlight-undeclared-vars, js2-peek-token)
9457 (js2-parse-function-params, js2-mode-show-errors)
9458 (js2-mode-show-warnings, js2-make-magic-delimiter)
9459 (js2-mode-highlight-magic-parens): Update to use new face names.
9460
9461 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9462
9463 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9464 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9465
9466 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * subr.el: Provide hashtable-print-readable.
9469
9470 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9471 hs-c-like-adjust-block-beginning.
9472 (hs-hide-block-at-point): Stop hiding at the beginning of
9473 hs-block-end-regexp (Bug#700).
9474
9475 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9476
9477 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9478 a macro.
9479 (gdb-registers-handler-custom): Do not fail when register names
9480 are unavailable.
9481
9482 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9483
9484 * progmodes/gdb-mi.el (gdb-control-all-threads)
9485 (gdb-control-current-thread): Interactive setters for
9486 `gdb-gud-control-all-threads' to use in menu.
9487 (gdb-show-run-p): Show «Go» when process is not active.
9488 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9489 gud/thread.xpm and gud/all.xpm.
9490
9491 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9492
9493 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9494 (nslookup-font-lock-keywords): Make it a variable.
9495 (net-utils-mode): New mode for viewing diagnostic network output.
9496 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9497 (net-utils-run-simple): New function.
9498 (ifconfig, iwconfig, netstat, arp, route): Use it.
9499
9500 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9501
9502 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9503 (gdb-memory-set-address, def-gdb-set-positive-number)
9504 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9505 after changing settings.
9506 (gdb-invalidate-disassembly): Update when first shown.
9507 (gdb-edit-locals-value): Fixed.
9508 (gdb-registers-handler-custom): Print registers in right order and
9509 allow changing register values (only for current thread yet).
9510 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9511 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9512 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9513 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9514 info in mode name.
9515 (gdb-registers-mode-map): TAB to switch to locals.
9516
9517 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9518
9519 * mail/rmail.el (rmail-add-mbox-headers)
9520 (rmail-set-message-counters-counter): Search for
9521 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9522
9523 2009-08-08 Glenn Morris <rgm@gnu.org>
9524
9525 * Makefile.in (ELCFILES): Update.
9526
9527 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9528
9529 * mail/sendmail.el (mail-yank-original): Set
9530 buffer-file-coding-system from the one used by the message whose
9531 text is yanked.
9532
9533 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9534 to "windows" when "pgnuplot" is used.
9535 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9536 call accept-process-output if "pgnuplot" is used.
9537 (calc-graph-init): Don't send -display and -geometry to
9538 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9539 running "pgnuplot -V" with shell-command-to-string.
9540
9541 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9542 the default.
9543
9544 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9545
9546 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9547 org/org-latex.elc.
9548
9549 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9550
9551 * vc-dispatcher.el (vc-resynch-window): Update comment.
9552
9553 * term.el (term-handle-ansi-escape): Add comments with the
9554 terminfo capabilities implemented.
9555
9556 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9557
9558 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9559 (gdb-var-create-handler): Rewritten using JSON parser.
9560 (gdb-propertize-header): Moved earlier.
9561 (gdb-set-header): Removed to avoid duplication.
9562 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9563 Refresh disassembly buffers only after threads list have been
9564 update.
9565 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9566 variables.
9567
9568 2009-08-04 Juri Linkov <juri@jurta.org>
9569
9570 * files.el: Commands to add/delete file/directory-local variables.
9571 (read-file-local-variable, read-file-local-variable-value)
9572 (read-file-local-variable-mode, modify-file-local-variable)
9573 (modify-file-local-variable-prop-line)
9574 (modify-dir-local-variable): New functions.
9575 (add-file-local-variable, delete-file-local-variable)
9576 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9577 (add-dir-local-variable, delete-dir-local-variable)
9578 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9579 (copy-dir-locals-to-file-locals-prop-line): New commands.
9580
9581 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9582
9583 * abbrev.el (insert-abbrev-table-description): Prettify output.
9584 Suggested by Karl Chen.
9585
9586 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9587
9588 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9589 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9590 (gdb-overlay-arrow-position, gdb-thread-position)
9591 (gdb-disassembly-position): Declare variables.
9592 (gdb-wait-for-pending): Function now.
9593 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9594 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9595 compilation goes smoothly.
9596 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9597 (gdb-non-stop-setting): New customization setting which replaces
9598 `gdb-non-stop' so changing it doesn't break active GDB session.
9599 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9600 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9601 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9602 (gdb-show-threads-by-default): New customization options.
9603 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9604 routines.
9605 (gdb-get-buffer-create): Send buffers update signal when they are
9606 created.
9607 (gdb-invalidate-locals, gdb-invalidate-registers)
9608 (gdb-invalidate-breakpoints)
9609 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9610 (gdb-invalidate-memory): Accept update signal.
9611 (gdb-current-context-command): Use --frame option.
9612 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9613 Implement `gdb-frame-number' selection logic.
9614 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9615 whether to show GUD toolbar buttons.
9616 (gdb-thread-exited): Unselect current thread when it exits.
9617 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9618 (gdb-mark-line): Routine which sets overlay arrow or inverses
9619 video on fringeless displays.
9620 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9621 to build aligned columns of data in GDB buffers and set text
9622 properties line-by-line.
9623 (gdb-invalidate-breakpoints)
9624 (gdb-breakpoints-list-handler-custom)
9625 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9626 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9627 (gdb-registers-handler-custom): Align data columns.
9628 (gdb-locals-handler-custom): Now prints data like in variable
9629 declarations.
9630 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9631 Removed confusing buttons.
9632 (gdb-invalidate-threads): Append --frame.
9633 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9634 between breakpoints/threads buffers.
9635 (gdb-set-window-buffer): Now can ignore dedicated windows.
9636 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9637 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9638 (def-gdb-thread-buffer-gud-command): Replaces
9639 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9640 for fine thread control.
9641 (gdb-preempt-existing-or-display-buffer): New function used to
9642 display bound buffers without breaking window layout.
9643 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9644 (gdb-select-frame): New version of `gdb-frames-select' which now
9645 sets `gdb-frame-number' so commands may use --frame option instead
9646 of inner debugger state.
9647 (gdb-frame-handler): Do not set `gdb-frame-number'.
9648 (gdb-threads-mode-map): Select threads with mouse.
9649
9650 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9651 avoid compilation warning.
9652 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9653 `gdb-show-stop-p`.
9654
9655 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9656 Argument `key' renamed to `buffer-type'.
9657 (gdb-current-context-buffer-name): Do not add thread info to
9658 buffer name when no thread is selected.
9659 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9660 command (bug 3794).
9661 (gdb-thread-selected): Handle `=thread-selected' notification.
9662 (gdb-wait-for-pending): New macro to deal with congestion problems.
9663 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9664 breakpoints.
9665 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9666 This fixes problem similar to one described in bug 3947.
9667 (gud-menu-map): More menu items.
9668 (gdb-init-1): Reset `gdb-thread-number' to nil.
9669
9670 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9671 non-stop settings.
9672
9673 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9674 (gdb-current-context-command): Do not append --thread if
9675 `gdb-thread-number' is nil.
9676 (gdb-running-threads-count, gdb-stopped-threads-count): New
9677 variables.
9678 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9679 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9680 customization options.
9681 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9682 GUD commands.
9683 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9684 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9685 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9686 set `gdb-thread-number' and update `gud-running' properly.
9687 (gdb-running): Update threads list when new threads appear.
9688 (gdb-stopped): Support non-stop operation and new thread switching
9689 logic.
9690 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9691 (gdb-json-partial-output): New set of JSON routines.
9692 (def-gdb-auto-update-trigger): New `signal-list' optional
9693 argument.
9694 (gdb-thread-list-handler-custom): Update `gud-running',
9695 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9696 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9697 (gdb-continue-thread, gdb-step-thread): New commands for fine
9698 thread execution control.
9699 (gud-menu-map): New menu items to switch non-stop options.
9700 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9701 (gdb-send): Mimic RET properly (bug 3794).
9702
9703 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9704 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9705 gdb-buffer-rules.
9706 (def-gdb-auto-update-handler): New nopreserve optional argument.
9707 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9708
9709 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9710 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9711 (gdb-parent-mode): New mode to derive other GDB modes from.
9712 (gdb-display-disassembly-for-thread)
9713 (gdb-frame-disassembly-for-thread): New commands for threads
9714 buffer.
9715
9716 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9717 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9718 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9719 (gdb-update): We now store all GDB buffers in a list so that they
9720 can be updated by traversing a list instead of calling invalidate
9721 triggers explicitly.
9722 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9723 pair for GDB buffer.
9724 (gdb-stack-buffer-name): Add thread information.
9725 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9726 handle pending triggers.
9727 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9728 (def-gdb-thread-buffer-simple-command)
9729 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9730 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9731 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9732 New commands which show buffers bound to thread.
9733 (gdb-stack-list-locals-regexp): Removed unused regexp.
9734
9735 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9736 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9737 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9738 to (gud-comint-buffer) in *-buffer-name functions
9739 because (gdb-get-target-string) already does that.
9740 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9741 (gdb-changed-registers-handler): Rewritten without regexps.
9742
9743 * progmodes/gdb-mi.el: Basic thread selection support.
9744 (gdb-thread-number): New variable.
9745 (gdb-current-context-command): New macro which adds --thread
9746 option to command.
9747 (gdb-threads-mode-map): Select thread with SPC.
9748 (gdb-thread-list-handler-custom): Mark current thread with overlay
9749 arrow. Synchronize GDB thread and Emacs thread.
9750 (gdb-select-thread): New command which selects current thread.
9751 (gdb-invalidate-frames, gdb-invalidate-locals)
9752 (gdb-invalidate-registers): Use --thread option.
9753
9754 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9755
9756 * net/tramp.el (top): Make check for tramp-gvfs loading more
9757 robust. (Bug#3977)
9758 (tramp-handle-insert-file-contents): `unwind-protect' must be
9759 inside `with-parsed-tramp-file-name'.
9760
9761 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9762 fails.
9763
9764 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9765
9766 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9767 directory if CLASSPATH is not set.
9768
9769 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9770
9771 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9772 New defconst.
9773 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9774
9775 2009-08-02 Kevin Ryde <user42@zip.com.au>
9776
9777 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9778 Update freshmeat link. Delete newsforge.com as it seems gone.
9779
9780 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * select.el (x-set-selection): Doc fix (Bug#4021).
9783
9784 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9785
9786 * help-fns.el (describe-variable): Treat list return values from
9787 dir-locals-find-file properly (Bug#4005).
9788
9789 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9790
9791 * net/tramp.el (tramp-debug-message): Print also microseconds.
9792
9793 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9794
9795 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9796 or END is non-nil.
9797 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9798 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9799 format.
9800
9801 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9802 (tramp-get-file-property): Use it.
9803
9804 * autorevert.el (auto-revert-handler): Allow
9805 `auto-revert-tail-mode' for remote files.
9806
9807 2009-08-02 Jason Rumney <jasonr@gnu.org>
9808
9809 * minibuffer.el (read-file-name): Treat confirm options to
9810 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9811
9812 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9813
9814 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9815 (font-lock-variable-name-face, font-lock-constant-face): Darken
9816 the colors for light backgrounds.
9817
9818 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9819
9820 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9821 month names. (Bug#3987)
9822
9823 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9824
9825 * simple.el (line-move-finish): Pass whole number to
9826 line-move-to-column.
9827 (line-move-visual): Perform hscroll to the recorded position.
9828
9829 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9830
9831 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9832
9833 2009-07-29 Alan Mackenzie <acm@muc.de>
9834
9835 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9836
9837 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9838
9839 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9840 (gdb-place-breakpoints): Use full path when setting breakpoints.
9841
9842 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9843
9844 * calc/calc.el (calc-mode-map): Add keybinding for
9845 `calc-transpose-lines'.
9846
9847 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9848
9849 * calc/calc-misc.el (calc-transpose-lines): New function.
9850
9851 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9852
9853 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9854 Simplify check for out-of-band methods.
9855 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9856 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9857
9858 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9859
9860 * vc-git.el (vc-git-checkin): Fix typo.
9861
9862 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9863
9864 * progmodes/js2-mode.el: New file.
9865
9866 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9867
9868 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9869 (gud-menu-map): Adjust tooltip accordingly.
9870
9871 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9872
9873 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9874 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9875
9876 * add-log.el (change-log-mode-map): Add a menu.
9877
9878 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9879
9880 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9881 function returns nil.
9882 (dbus-handle-event): Handle special return value :ignore.
9883 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9884
9885 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9886
9887 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9888 it's not needed.
9889
9890 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9891
9892 Fix Bug#3888:
9893
9894 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9895
9896 * term/pc-win.el (x-display-name, x-colors)
9897 (x-select-enable-clipboard, x-select-text): Doc fix.
9898
9899 * term/common-win.el (x-display-name, x-colors): Doc fix.
9900
9901 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9902 (xw-defined-colors): Doc fix.
9903
9904 * w32-fns.el (x-select-text, x-setup-function-keys)
9905 (x-get-selection, x-set-selection): Doc fix.
9906
9907 * term/x-win.el (x-select-text, x-setup-function-keys)
9908 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9909
9910 * select.el (x-set-selection): Doc fix.
9911
9912 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9913
9914 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9915 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9916 "IsNSSSupportAvailable" method is not available. Reported by
9917 Steve Youngs <steve@sxemacs.org>.
9918
9919 2009-07-24 Kenichi Handa <handa@m17n.org>
9920
9921 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9922 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9923 (build-unicode-category-table): Fix range checks.
9924
9925 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9926
9927 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9928 the buffer we try to sync is current when calling
9929 vc-resynch-buffer.
9930
9931 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9932 not show up to date files.
9933
9934 2009-07-24 Glenn Morris <rgm@gnu.org>
9935
9936 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9937 Add autoload cookies. If necessary, initialize.
9938 (elint-log): Handle non-file buffers.
9939 (elint-initialize): Add optional argument to reinitialize.
9940 (elint-find-builtin-variables): Save excursion.
9941
9942 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9943
9944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9945 for Lint.
9946
9947 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9948
9949 * vc.el (vc-print-log-internal): New function, split out from ...
9950 (vc-print-log): ... here.
9951 (vc-dir-move-to-goal-column): Declare.
9952
9953 * vc-git.el (vc-git-add-signoff): New variable.
9954 (vc-git-checkin): Use it.
9955 (vc-git-toggle-signoff): New function.
9956 (vc-git-extra-menu-map): Bind it to menu.
9957 (vc-git--run-command-string): Accept a nil FILE argument.
9958 (vc-git-stash-list): New function.
9959 (vc-git-dir-extra-headers): Use it.
9960
9961 2009-07-23 Glenn Morris <rgm@gnu.org>
9962
9963 * help-fns.el (describe-variable): Describe ignored and risky local
9964 variables in a similar way to that in which we describe safe ones.
9965
9966 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9967 (byte-compile-output-file-form, byte-compile-output-docform)
9968 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9969 Give some more local variables with common names a "bytecomp-" prefix,
9970 so as not to shadow things during compilation.
9971 * emacs-lisp/cl-macs.el (load-time-value)
9972 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9973 `outbuffer' to `bytecomp-outbuffer'.
9974
9975 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9976 since the next two variables cover them automatically now.
9977 (elint-builtin-variables, elint-autoloaded-variables): New.
9978 (elint-unknown-builtin-args): Remove all members, since they can be
9979 parsed automatically now.
9980 (elint-extra-errors): New.
9981 (elint-env-add-env, elint-env-add-macro): Use cadr.
9982 (elint-current-buffer): Use or. Change final message.
9983 (elint-get-top-forms): Use line-end-position.
9984 (elint-init-env): Use cadr. Handle autoload, declare-function,
9985 and defalias.
9986 (elint-add-required-env): Doc fix. Use or. Standardize error.
9987 (regexp-assoc): Remove unused function.
9988 (elint-top-form): Set elint-current-pos, to record the start of the
9989 top-level form, for compilation-mode.
9990 (elint-form): Trap errors in macro expansion. Use dolist.
9991 (elint-unbound-variable): Use elint-builtin-variables and
9992 elint-autoloaded-variables.
9993 (elint-get-args): Use cadr, or.
9994 (elint-check-cond-form): Use dolist, cadr.
9995 (elint-check-condition-case-form): Doc fix. Use cadr.
9996 Use elint-extra-errors.
9997 (elint-log): New function.
9998 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9999 Distinguish errors and warnings.
10000 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10001 Use a bytecomp-style format.
10002 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10003 (elint-get-log-buffer): Use compilation mode. Disable undo.
10004 Don't truncate lines.
10005 (elint-initialize): Set builtin and autoloaded variable lists.
10006 Only process elint-unknown-builtin-args if non-nil.
10007 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10008 New functions.
10009 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10010
10011 2009-07-22 Kevin Ryde <user42@zip.com.au>
10012
10013 * net/newst-backend.el (newsticker--parse-atom-1.0)
10014 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10015 (newsticker--parse-rss-1.0):
10016 * progmodes/idlwave.el (idlwave-mode):
10017 * progmodes/idlw-shell.el (idlwave-shell-mode):
10018 * progmodes/vera-mode.el (vera-mode):
10019 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10020 * progmodes/vhdl-mode.el (vhdl-mode):
10021 * textmodes/table.el (table-generate-source)
10022 (table--warn-incompatibility):
10023 Hyperlink urls in docstrings with URL `...'.
10024
10025 2009-07-22 Glenn Morris <rgm@gnu.org>
10026
10027 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10028 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10029 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10030 Remove leading * from defcustom docs.
10031
10032 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10033
10034 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10035 defcustom doc.
10036 (list-load-path-shadows): Optionally, just return shadows as a string.
10037
10038 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10039
10040 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * mail/rmailedit.el (rmail-edit-mode): Use
10043 auto-save-include-big-deletions.
10044
10045 * mail/rmail.el (rmail-variables): Use
10046 auto-save-include-big-deletions.
10047
10048 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10049 changes.
10050
10051 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10052
10053 * calc/calc.el (calc-undo-length): New variable.
10054 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10055
10056 2009-07-21 Richard Stallman <rms@gnu.org>
10057
10058 * files.el (auto-save-mode): Handle buffer-save-size = -2
10059 for toggling mode.
10060
10061 2009-07-21 Glenn Morris <rgm@gnu.org>
10062
10063 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10064
10065 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10066
10067 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10068 silence compiler. Instead...
10069 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10070 (ps-print-ensure-fontified): Update for above function name changes.
10071
10072 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10073 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10074 silence compiler. Instead...
10075 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10076 (mh-show-buffer): Only define for compiler.
10077 (pr-mh-current-message): Update for above function name changes.
10078
10079 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10080 as an argument.
10081 (find-file-noselect, insert-file-1): Update for above change.
10082
10083 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10084
10085 * mail/mailclient.el (mailclient-send-it): Fix message.
10086
10087 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10088 (edebug-eval): Check cl-debug-env is bound.
10089 (print-level, print-circle): Don't redefine built-in variables.
10090
10091 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10092 (custom-print-vectors): Remove old comments from doc.
10093
10094 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10095 (emerge-version): Make the variable an obsolete alias for the
10096 emacs-version variable. Make the function obsolete.
10097 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10098 Emerge options, rather than merging in into the main Options menu.
10099 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10100 and auto advance modes. Disable edit/fast items when not relevant.
10101
10102 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10103
10104 * term/vt420.el (terminal-init-vt420): Fix typo.
10105
10106 2009-07-20 Sam Steingold <sds@gnu.org>
10107
10108 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10109 variable (removed from compile.el on 2004-03-11).
10110
10111 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10112
10113 * files.el (hack-local-variables-filter): Fix last change.
10114
10115 2009-07-19 Juri Linkov <juri@jurta.org>
10116
10117 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10118 (dir-local-variables-alist): New buffer-local variable.
10119 (hack-local-variables-filter): If variable is not dir-local,
10120 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10121 because file-local overrides dir-local.
10122 (c-postprocess-file-styles) <declare-function>:
10123 Remove obsolete declaration.
10124 (hack-dir-local-variables): Add dir-local variable/value pair to
10125 `dir-local-variables-alist' and remove duplicates. Doc fix.
10126
10127 * help-fns.el (describe-variable): Add information about
10128 file-local and dir-local variables.
10129
10130 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * files.el (hack-local-variables-filter): Rewrite.
10133
10134 2009-07-19 Glenn Morris <rgm@gnu.org>
10135
10136 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10137 Silence compiler by only defining on XEmacs.
10138
10139 * international/mule.el (auto-coding-regexp-alist): Only match
10140 BABYL... at the start of buffer, not of lines. (Bug#3790)
10141
10142 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10143 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10144 (cal-menu-context-mouse-menu): Doc fix.
10145
10146 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10147
10148 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10149
10150 2009-07-18 Juri Linkov <juri@jurta.org>
10151
10152 * info.el: Virtual Info keyword finder.
10153 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10154 (Info-finder-file): New variable.
10155 (Info-finder-find-file): New function.
10156 (finder-known-keywords, finder-package-info)
10157 (find-library-name, lm-commentary): Use defvar and
10158 declare-function to silence compiler warnings.
10159 (Info-finder-find-node): New function.
10160 (info-finder): New command.
10161
10162 * subr.el (process-kill-buffer-query-function): New function.
10163 (add-hook)<kill-buffer-query-functions>: Add hook
10164 `process-kill-buffer-query-function'.
10165
10166 2009-07-18 Alan Mackenzie <acm@muc.de>
10167
10168 * progmodes/cc-mode.el (c-before-hack-hook)
10169 (c-postprocess-file-styles): Give invocation of `c-set-style'
10170 DONT-OVERRIDE parameter of t. Already set style variables will
10171 thus not be overridden by style settings given by `c-file-syle'.
10172
10173 * files.el (hack-local-variables-filter): Remove entries with
10174 duplicate keys from `file-local-variables-alist'.
10175
10176 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10177
10178 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10179 x-set-selection if display-selections-p returns nil for the
10180 current frame.
10181
10182 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10185
10186 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10187
10188 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10189 Accept nil in addition to a regexp.
10190 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10191 Accept nil in addition to a regexp.
10192 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10193 buffers that have an associated file. Handle nil values of
10194 desktop-buffers-not-to-save and desktop-files-not-to-save.
10195 (Bug#3833)
10196
10197 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10198 (x-disown-selection-internal): New functions.
10199
10200 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10201
10202 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10203 warning.
10204 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10205 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10206
10207 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10208
10209 * simple.el (set-mark): Revert last change.
10210
10211 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10212
10213 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10214 rendering of pngs is not possible instead of messaging a long
10215 description.
10216
10217 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10218
10219 * w32-fns.el (x-selection-owner-p): New function.
10220
10221 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10222 (mouse-yank-at-click, mouse-yank-primary): If
10223 select-active-regions is non-nil, deactivate the mark before
10224 insertion.
10225
10226 * simple.el (deactivate-mark, set-mark): Only save selection if we
10227 own it.
10228
10229 2009-07-17 Kenichi Handa <handa@m17n.org>
10230
10231 * case-table.el (describe-buffer-case-table): Fix for the case
10232 that KEY is a cons.
10233
10234 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10235
10236 * vc-rcs.el (vc-rcs-find-file-hook):
10237 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10238
10239 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10240
10241 * net/tramp.el (tramp-wait-for-output): Handle the case when
10242 commands do not return a newline but a null byte before the shell
10243 prompt. (Bug#3858)
10244
10245 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10246
10247 * term/ns-win.el (ns-set-alpha): Don't declare.
10248 (ns-set-background-alpha): Remove function.
10249
10250 2009-07-16 Kevin Ryde <user42@zip.com.au>
10251
10252 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10253 y-or-n-p, for safety.
10254
10255 2009-07-16 Richard Stallman <rms@gnu.org>
10256
10257 * files.el (auto-save-mode): If buffer-saved-size is -2,
10258 don't clobber it.
10259
10260 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10261 (rmail-retry-ignored-headers): Add more uninteresting fields.
10262
10263 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10264
10265 * net/rcirc.el (rcirc): Use history variables.
10266 (rcirc-server-name-history, rcirc-nick-name-history)
10267 (rcirc-server-port-history): New variables.
10268
10269 2009-07-15 Kenichi Handa <handa@m17n.org>
10270
10271 * international/mule-cmds.el (set-language-environment-charset):
10272 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10273 ignore them.
10274
10275 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10276 Delete unibyte-display.
10277
10278 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10279
10280 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10281
10282 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10283
10284 * simple.el (deactivate-mark): Optional argument FORCE.
10285 (set-mark): Use deactivate-mark.
10286
10287 * info.el (Info-search): No need to check transient-mark-mode
10288 before calling deactivate-mark.
10289
10290 * select.el (x-set-selection): Doc fix.
10291 (x-valid-simple-selection-p): Allow buffer values.
10292 (xselect--selection-bounds): Handle buffer values. Suggested by
10293 David De La Harpe Golden.
10294
10295 * mouse.el (mouse-set-region, mouse-drag-track): Call
10296 copy-region-as-kill before setting the mark, to let
10297 select-active-regions work.
10298
10299 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10300
10301 * simple.el (deactivate-mark): If select-active-regions is
10302 non-nil, copy the selection data into a string.
10303 (activate-mark): If select-active-regions is non-nil, set the
10304 selection to the current buffer.
10305 (set-mark): Update selection if select-active-regions is non-nil.
10306
10307 * select.el (x-valid-simple-selection-p): Allow buffer values.
10308
10309 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10312 and more featureful message-mode.
10313
10314 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * select.el (x-set-selection): Doc fix.
10317 (x-valid-simple-selection-p): Disallow selection data consisting
10318 of a list or cons of integers, since that is not used.
10319 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10320 (xselect-convert-to-string, xselect-convert-to-length)
10321 (xselect-convert-to-filename, xselect-convert-to-charpos)
10322 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10323
10324 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10325
10326 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10327 output in -break-info command (Emacs bug #3794).
10328
10329 2009-07-14 Glenn Morris <rgm@gnu.org>
10330
10331 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10332 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10333 (edebug-print-length, edebug-print-level, edebug-print-circle)
10334 (edebug-sit-for-seconds, edebug-view-outside)
10335 (edebug-bounce-point, edebug-set-global-break-condition)
10336 (edebug-Go-nonstop-mode, edebug-trace-mode)
10337 (edebug-Trace-fast-mode, edebug-continue-mode)
10338 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10339 (edebug-visit-eval-list): Doc fixes.
10340
10341 * subr.el (def-edebug-spec): Doc fix.
10342
10343 2009-07-14 Kenichi Handa <handa@m17n.org>
10344
10345 * international/characters.el: Fix setting of category ?C.
10346
10347 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10348
10349 * term/ns-win.el (x-select-font): defalias x-select-font to
10350 ns-popup-font-panel instead of generate-fontset-menu.
10351
10352 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10353
10354 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10355
10356 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10357
10358 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10359 the PK\003\004 header (Bug#3770).
10360
10361 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10362
10363 * pcomplete.el (pcomplete-comint-setup): Check for
10364 shell-dynamic-complete-filename too.
10365
10366 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10367
10368 * simple.el (temporary-goal-column): Change the value for
10369 line-move-visual to a cons cell.
10370 (line-move-visual): Record or set the window hscroll, if
10371 necessary (Bug#3494).
10372 (line-move-1): Handle cons value of temporary-goal-column.
10373
10374 2009-07-11 Kenichi Handa <handa@m17n.org>
10375
10376 * international/mule-diag.el (describe-character-set): Don't show
10377 width.
10378
10379 2009-07-10 Sam Steingold <sds@gnu.org>
10380
10381 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10382 Omake sometimes indents the errors it prints, so allow all
10383 regexps to start with spaces.
10384
10385 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10386
10387 * cus-edit.el (customize-changed-options-previous-release):
10388 Bump value to 22.1. (Bug#3804)
10389
10390 2009-07-08 Sam Steingold <sds@gnu.org>
10391
10392 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10393 to be a cons cell (test . ignored-directory) to selectively ignore
10394 some directories depending on the location of the search.
10395
10396 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10397
10398 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10399 remote user is root, on the local host.
10400 (tramp-local-host-p): Either the local user or the remote user
10401 must be root. (Bug#3771)
10402
10403 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10404
10405 * progmodes/gdb-mi.el (gdb): Remove description of
10406 gdb-use-separate-io-buffer.
10407 (menu): Don't allow toggling of or enable
10408 gdb-use-separate-io-buffer from menubar.
10409
10410 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10411
10412 * mail/unrmail.el (unrmail): Make sure the message ends with two
10413 newlines (Bug#3769).
10414
10415 2009-07-08 Glenn Morris <rgm@gnu.org>
10416
10417 * calendar/calendar.el (calendar-current-date): Rework previous change.
10418
10419 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10420
10421 * calendar/calendar.el (calendar-current-date):
10422 Add an optional argument giving an offset from today.
10423
10424 2009-07-08 Glenn Morris <rgm@gnu.org>
10425
10426 * tutorial.el (tutorial--describe-nonstandard-key):
10427 Adjust the message for when a key has been unbound.
10428 (help-with-tutorial): Hide the arch-tag.
10429
10430 2009-07-08 Kenichi Handa <handa@m17n.org>
10431
10432 * international/fontset.el (setup-default-fontset): For each
10433 script, append (not set) font-specs.
10434
10435 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10436 docstring.
10437
10438 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10439
10440 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10441 -data-list-register-names to ...
10442 (gdb-starting): ... here because GDB 7.0 requires execution to
10443 have started when using this MI command.
10444 (gdb-set-header): New function to distinguish select and
10445 unselected tabs in gdb buffers.
10446 (gdb-propertize-header): New macro that uses gdb-set-header.
10447 (gdb-breakpoints-header, gdb-locals-header): Use it.
10448 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10449
10450 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10451
10452 * Makefile.in (ELCFILES): Remove fadr.elc.
10453
10454 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10455
10456 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10457 may contain frame information, so `string-match' should be used.
10458 (gdb-update): Disassembly is invalidated through
10459 `gdb-get-selected-frame'.
10460 (gdb-pad-string): New function to pad string with spaces.
10461 (gdb-invalidate-disassembly): Invalidate only if the buffer
10462 exists.
10463 (gdb-disassembly-handler-custom): Column alignment.
10464 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10465 placing new ones.
10466 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10467 end of line, too.
10468 (gdb-frame-handler): Match convention to for disassembly buffer
10469 mode name.
10470 (gdb-stack-list-frames-handler): Rewritten without regexps.
10471 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10472 not highlight breakpoints without line information.
10473 (gdb-input): Add trailing newline to command.
10474
10475 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10476 buffer properly.
10477 (gdb-breakpoints-list-handler-custom): Replacement for
10478 `gdb-break-list-handler'. Using real parser instead of regexps
10479 now.
10480 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10481 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10482 to place breakpoints.
10483 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10484 functions.
10485 (gdb-disassembly-handler-custom): Show overlay arrow.
10486 (gdb-disassembly-place-breakpoints): Show breakpoints in
10487 disassembly buffer.
10488 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10489 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10490 instead of parsing breakpoints buffer. Fixed old menu references
10491 in `gud-menu-map'.
10492
10493 * fadr.el: Remove.
10494
10495 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10496 (gdb-memory-address): New variable which holds top address of
10497 memory page shown in memory buffer.
10498 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10499 customization variables.
10500 New functions:
10501 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10502 display the memory buffer.
10503 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10504 buffer display parameters.
10505 (def-gdb-memory-format, gdb-memory-format-binary)
10506 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10507 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10508 Functions for setting memory buffer format.
10509 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10510 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10511 unit size used in memory buffer.
10512 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10513 to next/previous page of memory buffer.
10514 Now using (bindat-get-field) instead of fadr functions.
10515
10516 2009-07-07 Sam Steingold <sds@gnu.org>
10517
10518 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10519 non-top-level files.
10520
10521 2009-07-07 Kenichi Handa <handa@m17n.org>
10522
10523 * international/mule-cmds.el (reset-language-environment): Put
10524 the highset priority to the charset iso-8859-1.
10525
10526 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10527
10528 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10529 to the end of the line when locating the block (Bug#700).
10530
10531 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10532
10533 * net/tramp.el (tramp-handle-write-region): Flush file properties
10534 in case of short track.
10535
10536 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10537
10538 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10539 Coded custom representation of verilog error regular expressions
10540 to work with Emacs-22's new format.
10541 (verilog-error-regexp-xemacs-alist): Coded custom representation
10542 of verilog error regular expressions to work with XEmacs format.
10543 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10544 error recognition into XEmacs.
10545 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10546 error recognition into Emacs-22.
10547
10548 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * woman.el: Remove stand-alone closing parentheses.
10551 (woman-file-name, woman2-format-paragraphs)
10552 (woman-leave-blank-lines): Code cleanup.
10553 (woman-use-own-frame): Change default to nil.
10554 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10555 defaults to inherit from default faces.
10556 (woman2-process-escapes): Consume the newline after a stand-alone
10557 filler character (Bug#3651).
10558
10559 2009-07-06 Glenn Morris <rgm@gnu.org>
10560
10561 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10562 (top-level): Move provide to the end.
10563 (ffap): Remove defunct URL from custom group.
10564
10565 * subr.el (eval-after-load): Doc fix.
10566
10567 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10568
10569 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10570 `calc-embedded-word' is called twice.
10571
10572 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * files.el (find-alternate-file-other-window, find-alternate-file):
10575 Obey confirm-nonexistent-file-or-buffer.
10576
10577 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10578
10579 * dired-aux.el (dired-show-file-type): Handle remote files.
10580
10581 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10582
10583 * desktop.el (desktop-globals-to-save):
10584 Add file-name-history (Bug#2750).
10585
10586 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10587
10588 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10589
10590 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10591
10592 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10593 property on entire argument since this is what eshell-lisp-command
10594 expects.
10595
10596 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10597
10598 * net/tramp-gvfs.el (tramp-gvfs-methods)
10599 (tramp-gvfs-zeroconf-domain)
10600 (tramp-bluez-discover-devices-timeout): Add version flag.
10601 (tramp-gvfs-handler-mounted-unmounted)
10602 (tramp-gvfs-connection-mounted-p): Polish handling of
10603 incompatibilities between GVFS 0.2 and 1.0.
10604
10605 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10606
10607 * cus-start.el (all): Add make-pointer-invisible.
10608
10609 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10610
10611 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10612 formatted correctly.
10613
10614 2009-07-02 Juri Linkov <juri@jurta.org>
10615
10616 * info.el: Virtual Info files and nodes.
10617 (Info-virtual-files, Info-virtual-nodes): New variables.
10618 (Info-current-node-virtual): New variable.
10619 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10620 New functions.
10621 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10622 to check for a virtual file instead of checking a fixed list
10623 of node names.
10624 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10625 instead of ad-hoc processing of "dir" and (apropos history toc).
10626 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10627 instead of ad-hoc processing of "dir" and (apropos history toc).
10628 Reread a file when moving from a virtual node.
10629 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10630 (Info-directory-toc-nodes, Info-directory-find-file)
10631 (Info-directory-find-node): New functions.
10632 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10633 (Info-history): Move part of code to
10634 `Info-history-find-node'.
10635 (Info-history-toc-nodes, Info-history-find-file)
10636 (Info-history-find-node): New functions.
10637 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10638 (Info-toc): Move part of code to `Info-toc-find-node'.
10639 (Info-toc-find-node): New function.
10640 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10641 the current Info file name to references because now the node
10642 "*TOC*" belongs to the same Info manual.
10643 (Info-toc-build): Rename from `Info-build-toc'.
10644 (Info-toc-nodes): Rename input argument `file' to `filename'.
10645 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10646 instead of ad-hoc processing of ("dir" apropos history toc).
10647 (Info-index-nodes): Use Info-virtual-file-p
10648 to check for a virtual file instead of checking a fixed list
10649 of node names.
10650 (Info-index-node): Add check for `Info-current-node-virtual'.
10651 Raise `save-match-data' higher up the tree to contain
10652 `search-forward' too (bug fix).
10653 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10654 (Info-virtual-index-nodes): New variable.
10655 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10656 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10657 (Info-apropos-file, Info-apropos-nodes): New variables.
10658 (Info-apropos-toc-nodes, Info-apropos-find-file)
10659 (Info-apropos-find-node, Info-apropos-matches): New functions.
10660 (info-apropos): Move part of code to `Info-apropos-find-node' and
10661 `Info-apropos-matches'.
10662 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10663 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10664 for a virtual file instead of checking a fixed list of node names.
10665
10666 * simple.el (async-shell-command): New command.
10667
10668 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10669
10670 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10671 instead of `mount-info'.
10672
10673 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10674
10675 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10676 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10677
10678 2009-07-02 Kenichi Handa <handa@m17n.org>
10679
10680 * international/mule.el (set-keyboard-coding-system): Force *-unix
10681 coding-system to avoid eol conversion.
10682
10683 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10684
10685 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10686 Add handler for `process-file', `shell-command' and
10687 `start-file-process'.
10688 (tramp-gvfs-handle-shell-command)
10689 (tramp-gvfs-handle-start-file-process)
10690 (tramp-gvfs-handle-process-file): New defuns.
10691 (tramp-synce-list-devices): Simplify check for existence of property.
10692
10693 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10694
10695 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10696
10697 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10698
10699 * language/korean.el (set-language-info-alist): Add korean-cp949,
10700 cp949 to spec.
10701
10702 2009-07-01 Kenichi Handa <handa@m17n.org>
10703
10704 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10705
10706 * international/encoded-kb.el: Deleted.
10707
10708 * international/mule.el (set-keyboard-coding-system): Perform the
10709 necessary setup here instead of calling encoded-kbd-setup-display.
10710
10711 2009-07-01 Glenn Morris <rgm@gnu.org>
10712
10713 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10714
10715 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10716
10717 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10718
10719 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10720
10721 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10722 Handle also the 'rename case, when setting file modes. (Bug#3712)
10723 (tramp-default-file-modes): Remove execute permissions.
10724
10725 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10726 (top): Add a default for "synce" in `tramp-default-user-alist'.
10727 Add completion function for "synce" method.
10728 (tramp-hal-service, tramp-hal-path-manager)
10729 (tramp-hal-interface-manager, tramp-hal-interface-device):
10730 New defconst.
10731 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10732 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10733 New defuns.
10734
10735 * net/trampver.el: Update release number.
10736
10737 2009-06-30 Kenichi Handa <handa@m17n.org>
10738
10739 * international/fontset.el (setup-default-fontset): Add CJK fonts
10740 for symbols and the other miscellaneous characters.
10741
10742 * language/korea-util.el (setup-korean-environment-internal):
10743 Make char-width-table suitable for Korean environments.
10744 (exit-korean-environment): Cancel above.
10745
10746 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10747 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10748 setup-function to make char-width-table suitable for respective
10749 environments, and an exit-function to cancel that.
10750
10751 * language/japan-util.el (setup-japanese-environment-internal):
10752 Call use-cjk-char-width-table with arg `ja_JP'.
10753
10754 * international/characters.el (cjk-char-width-table): Delete it.
10755 (cjk-char-width-table-list): New variable.
10756 (use-cjk-char-width-table): New arg local-name.
10757 (use-default-char-width-table): Fix for the case that Emacs is
10758 already using the default char-width-table.
10759
10760 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10761
10762 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10763 modes mandatory. (Bug#3712)
10764
10765 2009-06-29 Alan Mackenzie <acm@muc.de>
10766
10767 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10768 correction between the visible width of TABs and their number of bytes.
10769
10770 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10771
10772 * server.el (server-buffer-done): Prevent kill-buffer from
10773 prompting by clearing the buffer modification flag (Bug#3696).
10774
10775 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10776
10777 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10778 (verilog-endcomment-reason-re): Support unique case and priority case.
10779 (verilog-basic-complete-re): Support localparam lineup.
10780 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10781 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10782 commenting.
10783 (verilog-leap-to-case-head): Now support *nested* unique &
10784 priority case statements.
10785 (verilog-auto-lineup): Make just declarations the default (as it
10786 had been).
10787 (verilog-leap-to-case-head): Support priority/unique case statements.
10788 (verilog-auto-lineup): Rework to give users radio buttons to
10789 select the various styles of automatic lineup.
10790 (verilog-error-regexp-alist): Rework to support the XEmacs style
10791 of error regular expressions from compilers, lint tools &
10792 simulators. Note that GNU Emacs has made it impossible for a mode
10793 to load such things.
10794 (electric-verilog-terminate-line, verilog-indent-declaration)
10795 (verilog-auto-wiure): Rework for radio button selection of
10796 auto-lineup selection of specification of auto lineup.
10797 (verilog-beg-of-statement-1): Redesign to support proper operation
10798 in additional code, based on testing with auto-lineup.
10799 (verilog-calculate-indent, assignments & declarations)
10800 (verilog-backward-token): Enhance to support auto-lineup of
10801 assignments & declarations.
10802 (verilog-in-directive-p, verilog-at-struct-p): New function for
10803 easy test of whether we are.
10804 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10805 to support safe execution at almost anyline.
10806 (verilog-calc-1): Properly support indenting deep inside generate
10807 blocks.
10808 (verilog-init-font): Remove definition & use of verilog-init-font,
10809 as it is redundant with font-lock-defaults.
10810 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10811 to avoid circular calls if syntax-ppss is a function (as is the
10812 case now in 22.x GNU Emacs) as that function would sometimes call
10813 itself, leading to (nearly) infinite recursion.
10814 (verilog-ovm-begin-re, verilog-ovm-end-re)
10815 (verilog-ovm-statement-re, verilog-leap-to-head)
10816 (verilog-backward-token): Add support for OVM macros. Some are
10817 complete statements, and others open and close scopes like begin
10818 and end.
10819 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10820 (verilog-defun-level-generate-only-re): Really fix the defun-list
10821 compilation issue.
10822 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10823 coverpoint, constraint and cross statements.
10824 (verilog-defun-level-list, verilog-generate-defun-level-list)
10825 (verilog-all-defun-level-list): Redo these specifications - it is
10826 too hard to support eval-when compile aggregation of lists also
10827 built at when-compile time.
10828 (verilog-defun-level-list): Place defconsts of variables used in
10829 building regular expressions which are built in eval-when-compile
10830 bodies in the same eval-when-compile body to facilitate compile
10831 without load.
10832 (verilog-beg-block-re-ordered): Support indenting
10833 virtual/protected tasks and functions.
10834 (verilog-defun-level-list, verilog-in-generate-region-p)
10835 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10836 indentation of some module items (generate items).
10837 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10838 across virtual/protected tasks and functions.
10839
10840 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10841
10842 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10843 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10844 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10845 in concatenations. Reported by Yishay Belkind.
10846 (verilog-auto-ascii-enum): Support one-hot state machines in
10847 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10848 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10849 modport in AUTOINST and add vl-modport for users. Reported by
10850 David Rogoff.
10851 (verilog-auto-inout-module, verilog-auto-inst)
10852 (verilog-decls-get-interfaces, verilog-insert-definition)
10853 (verilog-insert-one-definition, verilog-read-decls)
10854 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10855 (verilog-sig-modport, verilog-signals-combine-bus)
10856 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10857 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10858 Suggested by David Rogoff.
10859 (verilog-repair-open-comma): Fix non-insertion of comma when
10860 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10861 (verilog-make-width-expression): Simplify [A-1:0] expression
10862 widths to just {A{1'b0}}.
10863 (verilog-mode): Cleanup checkdoc warnings.
10864 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10865 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10866 inputs/outputs or data type. Suggested by Vasu Kandadi.
10867 (next-error-last-buffer): Fix byte-compiler warning.
10868 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10869 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10870 or shell command text during AUTO expansion. Suggested by Tad Truex.
10871 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10872 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10873 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10874 in AUTOINOUT. Reported by Matthew Lovell.
10875 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10876 causing use of <= assignments. Reported by Alex Reed.
10877 (verilog-read-decls): Fix triand, trior, wand, wor to be
10878 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10879 (verilog-extended-complete-re): Support import "DPI-C" functions.
10880 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10881 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10882 (verilog-insert-date, verilog-insert-year)
10883 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10884 Windows systems. Reported by Michael Potts.
10885 (verilog-read-module-name): Fix AUTOINST when the child module
10886 declaration's name is a tick define. Reported by Elliot Mednick.
10887 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10888 passed to next parameter's definition. Reported by Bruce T.
10889 (verilog-read-decls): Fix detecting "parameter int" when using
10890 AUTOINSTPARAM. Reported by Bruce T.
10891 (verilog-goto-defun): Fix goto not finding modules unless first
10892 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10893 (verilog-mode): Expand -f flag arguments on entry to mode so
10894 verilog-goto-defun will work. Reported by Lawrence Butcher.
10895 (verilog-getopt): Expand environment variables in -f file
10896 arguments. Suggested by Lawrence Butcher.
10897 (verilog-set-define): Fix "Symbol's value as variable is void"
10898 when reading enumerations.
10899 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10900 Suggested by Stephen Peltan.
10901 (verilog-read-defines): Fix reading of enumerations in include
10902 files. Reported by Steve Peltan.
10903
10904 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10905
10906 * files.el (trash-directory): Fix defcustom type.
10907
10908 2009-06-28 Juri Linkov <juri@jurta.org>
10909
10910 * help-fns.el (describe-function-1): Correctly locate adviced
10911 functions in hyperlink (Bug#2438).
10912
10913 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10914
10915 * files.el (trash-directory): Change default to nil.
10916 (move-file-to-trash): If trash-directory is nil and
10917 system-move-file-to-trash is unbound, perform freedesktop-style
10918 trashing.
10919
10920 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10921
10922 * files.el (move-file-to-trash): Add freedesktop trash
10923 support (Bug#973).
10924
10925 2009-06-28 Glenn Morris <rgm@gnu.org>
10926
10927 * autorevert.el (global-auto-revert-non-file-buffers)
10928 (global-auto-revert-mode): Doc fixes.
10929
10930 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10931
10932 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10933
10934 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10935
10936 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10937 opened an X connection before calling x-get-resource (Bug#3194).
10938
10939 * play/doctor.el: Remove reference to obsolete website.
10940 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10941
10942 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10943
10944 Remove find-file-not-found-hook VC method. (Bug#2757)
10945 * vc-hooks.el (vc-file-not-found-hook)
10946 (vc-default-find-file-not-found-hook): Remove functions.
10947 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10948 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10949 * vc.el:
10950 * vc-hg.el:
10951 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10952
10953 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10954
10955 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10956 compatibility function for `looking-back'.
10957
10958 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10959 Use `ispell-looking-back'.
10960
10961 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10962
10963 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10964 rather than `filename'.
10965
10966 2009-06-23 Miles Bader <miles@gnu.org>
10967
10968 * face-remap.el (text-scale-set): New function.
10969
10970 2009-06-23 Glenn Morris <rgm@gnu.org>
10971
10972 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10973
10974 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10975
10976 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10977
10978 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10979
10980 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10981 Simplify Persian conditionals.
10982
10983 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10984 variable `filename'.
10985
10986 * comint.el (comint-insert-input): Doc fix.
10987
10988 * Makefile.in (ELCFILES): Fix typo in previous change.
10989
10990 2009-06-23 Miles Bader <miles@gnu.org>
10991
10992 * cus-start.el: Add entry for `recenter-redisplay'.
10993
10994 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10995
10996 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10997 Add an optional argument for the backend, use it instead of
10998 calling vc-backend.
10999 (vc-mode-line): Add an optional argument for the backend.
11000 Pass the backend to vc-state and vc-working-revision. Move code for
11001 special handling for vc-state being a buffer to ...
11002
11003 * vc-rcs.el (vc-rcs-find-file-hook):
11004 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11005
11006 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11007 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11008 vc-stay-local-p and vc-mode-line calls.
11009
11010 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11011 (vc-cvs-diff, vc-cvs-annotate-command)
11012 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11013 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11014 vc-mode-line calls.
11015
11016 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11017 direct comparison.
11018 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11019 backend when calling vc-mode-line.
11020 (vc-register): Do not create a closure for calling the vc register
11021 function, call it directly.
11022
11023 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11024
11025 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11026 to make it obvious item can be clicked.
11027
11028 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11029
11030 2009-06-23 Kenichi Handa <handa@m17n.org>
11031
11032 * language/korea-util.el (korean-key-bindings): Change the binding
11033 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11034 same command.
11035
11036 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11037
11038 Sync with Tramp 2.1.16.
11039
11040 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11041
11042 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11043 when a loading of a package fails. Completion function for rsync
11044 is `tramp-completion-function-alist-ssh'.
11045 (all): Replace all calls of `split-string' and
11046 `tramp-split-string' by `tramp-compat-split-string'.
11047 (tramp-default-method): Use `tramp-compat-process-running-p'.
11048 (tramp-default-proxies-alist): Allow also Lisp forms.
11049 (tramp-remote-path): Add choice "Private Directories".
11050 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11051 (tramp-domain-regexp): Allow also "-", "_" and ".".
11052 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11053 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11054 (tramp-debug-message): Insert header line in debug buffer.
11055 (tramp-handle-directory-files-and-attributes-with-stat):
11056 Care about filenames with spaces, or starting with "-".
11057 (tramp-handle-dired-uncache): New defun.
11058 (tramp-handle-insert-directory): Don't flush the directory from
11059 cache, this is handled by `dired-uncache' now.
11060 (tramp-handle-insert-file-contents): Improve error handling.
11061 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11062 Quote `tramp-end-of-output'.
11063 (tramp-action-password): Improve trace message.
11064 (tramp-check-for-regexp): Both echoes must be present, before removing.
11065 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11066 (tramp-compute-multi-hops): Eval cons cells of
11067 `tramp-default-proxies-alist'.
11068 (tramp-maybe-open-connection): Use the same command pattern for
11069 first hop and further hops.
11070 (tramp-wait-for-output): Remove handling of newlines.
11071 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11072 (tramp-split-string): Remove function. It is handled in
11073 tramp-compat now.
11074
11075 * net/tramp-cmds.el (tramp-bug):
11076 Recommend `tramp-cleanup-all-connections' in the bug mail.
11077
11078 * net/tramp-compat.el (tramp-compat-split-string)
11079 (tramp-compat-process-running-p): New defuns.
11080
11081 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11082 for `dired-uncache'.
11083
11084 * net/tramp-gvfs.el: New package.
11085
11086 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11087 Add handler for `dired-uncache'.
11088 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11089
11090 * net/trampver.el: Update release number. Make version check fit
11091 for SXEmacs 22.
11092
11093 2009-06-22 Jim Meyering <meyering@redhat.com>
11094
11095 Automatically handle .xz suffix (XZ-compressed files), too.
11096 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11097 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11098
11099 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11100 Nick Roberts <nickrob@snap.net.nz>
11101
11102 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11103 repository (http://sphinx.net.ru/hg/gdb-mi/).
11104
11105 2009-06-22 Glenn Morris <rgm@gnu.org>
11106
11107 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11108 `mode' and `eval' entries. (Bug#3430)
11109
11110 * Makefile.in (ELCFILES): Add fadr.elc.
11111
11112 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11113 differing behavior of \n and ^ in strings. (Bug#3385)
11114
11115 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11116
11117 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11118 property.
11119 (lisp-indent-function): Make it a defcustom.
11120
11121 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11122
11123 * progmodes/gdb-ui.el: Replace with ...
11124 * progmodes/gdb-mi.el: ... this file.
11125 * progmodes/gud.el: Modify for gdb-mi.el.
11126
11127 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11128
11129 * fadr.el: New file.
11130
11131 See ChangeLog.14 for earlier changes.
11132
11133 ;; Local Variables:
11134 ;; coding: utf-8
11135 ;; End:
11136
11137 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11138
11139 This file is part of GNU Emacs.
11140
11141 GNU Emacs is free software: you can redistribute it and/or modify
11142 it under the terms of the GNU General Public License as published by
11143 the Free Software Foundation, either version 3 of the License, or
11144 (at your option) any later version.
11145
11146 GNU Emacs is distributed in the hope that it will be useful,
11147 but WITHOUT ANY WARRANTY; without even the implied warranty of
11148 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11149 GNU General Public License for more details.
11150
11151 You should have received a copy of the GNU General Public License
11152 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11153
11154 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1