]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
language/indian.el (devanagari-composable-pattern): Add more consonants.
[gnu-emacs] / lisp / ChangeLog
1 2010-03-16 Kenichi Handa <handa@m17n.org>
2
3 * language/indian.el (devanagari-composable-pattern): Add more
4 consonants.
5
6 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/trampver.el: Update release number.
9
10 2010-03-13 Glenn Morris <rgm@gnu.org>
11
12 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
13
14 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
15
16 * net/tramp.el (tramp-find-executable): Use
17 `tramp-get-connection-buffer'. Make the regexp for checking
18 output of "wc -l" more robust.
19 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
20 (tramp-open-connection-setup-interactive-shell): Remove workaround
21 for OpenSolaris bug, it is not needed anymore.
22
23 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
24
25 * cedet/semantic/imenu.el: New file, from the CEDET repository
26 (Bug#5412).
27
28 2010-03-12 Glenn Morris <rgm@gnu.org>
29
30 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
31
32 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
33
34 * files.el (auto-mode-alist): Accept more verilog file patterns.
35
36 2010-03-09 Miles Bader <miles@gnu.org>>
37
38 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
39 instead of "format:"; this ensures that the output is
40 newline-terminated.
41
42 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
43
44 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
45 that all errors are caught, and that the return value is always a
46 list (Bug#5692).
47
48 2010-03-08 Kenichi Handa <handa@m17n.org>
49
50 * language/misc-lang.el (windows-1256): New coding system.
51 (cp1256): New alias of windows-1256 (bug#5690).
52
53 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
54
55 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
56 call to rfc822-bad-address. (Bug#5692)
57
58 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
59
60 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
61 vc-git-root as default directory for revision path (Bug#5657).
62
63 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
64
65 * calculator.el (calculator): Don't bind split-window-keep-point
66 (Bug#5674).
67
68 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * vc-git.el: Re-flow to fit into 80 columns.
71 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
72 Remove spurious `quote' element in each case alternative.
73 (vc-git-show-log-entry): Use prog1.
74 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
75
76 2010-03-06 Glenn Morris <rgm@gnu.org>
77
78 * cedet/semantic/grammar.el (semantic-grammar-header-template):
79 Update template copyright to GPLv3+.
80
81 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
84
85 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
86
87 * macros.el (insert-kbd-macro): Look up keyboard macro using the
88 definition, not the name (Bug#5481).
89
90 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
91
92 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
93 argument with a local variable. (Bug#5670)
94
95 2010-03-02 Juri Linkov <juri@jurta.org>
96
97 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
98
99 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
100
101 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
102 error when FILENAME and NEWNAME are existing remote directories.
103
104 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
105 parameter DIR-FLAG.
106
107 2010-03-02 Glenn Morris <rgm@gnu.org>
108
109 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
110 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
111
112 2010-03-01 Alan Mackenzie <acm@muc.de>
113
114 * progmodes/cc-engine.el (c-remove-stale-state-cache):
115 Correct previous patch.
116
117 2010-03-01 Kenichi Handa <handa@m17n.org>
118
119 * language/burmese.el (burmese-composable-pattern): Rename from
120 myanmar-composable-pattern.
121
122 * international/characters.el (script-list):
123 * international/fontset.el (script-representative-chars):
124 Change myanmar to burmese.
125 (otf-script-alist): Likewise.
126 (setup-default-fontset): Likewise. Re-fix :otf spec.
127
128 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
129
130 * cc-engine.el (c-remove-stale-state-cache): Take account of when
131 `good-pos' is in the same macro as `here'. Fixes bug#5649.
132
133 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
134
135 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
136
137 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
138
139 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
140
141 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
142
143 * net/tramp.el (tramp-handle-write-region): START can be a string.
144 Take care in the checks. Reported by Dan Davison
145 <davison@stats.ox.ac.uk>.
146
147 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
148
149 * net/dbus.el (dbus-introspect, dbus-get-property)
150 (dbus-set-property, dbus-get-all-properties): Use
151 `dbus-call-method' when noninteractive. (Bug#5645)
152
153 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
154
155 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
156 * emacs-lisp/elint.el (elint-add-required-env):
157 * cedet/semantic/db-find.el
158 (semanticdb-find-translate-path-brutish-default):
159 * cedet/ede/make.el (ede-make-check-version):
160 * calendar/icalendar.el (icalendar--add-diary-entry):
161 * calc/calcalg2.el (math-tracing-integral):
162 * files.el (recover-session-finish): Use with-current-buffer
163 instead of save-excursion.
164
165 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 Fix in-buffer completion when after-change-functions modify the buffer.
168 * minibuffer.el (completion--replace): New function.
169 (completion--do-completion): Use it and use relative movement.
170
171 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
172
173 * international/fontset.el (setup-default-fontset): Fix :otf spec.
174
175 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
176
177 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
178 Allow the characters _<> in the stack entry (Bug#5653).
179
180 2010-02-26 Kenichi Handa <handa@m17n.org>
181
182 * language/burmese.el: Fix entries in composition-function-table.
183 (myanmar-composable-pattern): New variable.
184
185 * international/fontset.el (setup-default-fontset): Add an entry
186 for myanmar.
187
188 * international/characters.el (script-list): Add Myanmar
189 Extended-A.
190
191 2010-02-26 Glenn Morris <rgm@gnu.org>
192
193 * custom.el (custom-initialize-delay): Doc fix.
194
195 * mail/sendmail.el (send-mail-function): Autoload the call
196 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
197
198 2010-02-25 Alan Mackenzie <acm@muc.de>
199
200 * progmodes/cc-engine.el (c-clear-<-pair-props)
201 (c-clear->-pair-props): Correct to wipe category text props, not
202 syntax-table ones.
203
204 * progmodes/cc-mode.el (c-after-change): Remove any hard
205 syntax-table properties for <, > which, e.g., C-y has
206 inopportunely converted from category properties.
207
208 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
209
210 * files.el (hack-local-variables-filter): For eval forms, also
211 check safe-local-variable-p (Bug#5636).
212
213 2010-02-24 Eduard Wiebe <usenet@pusto.de>
214
215 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
216 and use c(ad)r of cddr (Bug#5640).
217
218 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
219
220 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
221 setting the modes by `ignore-errors'. It might fail, for example
222 if the file is not owned by the user but the group.
223 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
224
225 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
226
227 * files.el (directory-listing-before-filename-regexp): Use
228 stricter matching for iso-style dates, to avoid false matches with
229 date-like filenames (Bug#5597).
230
231 * htmlfontify.el (htmlfontify): Doc fix.
232
233 * eshell/eshell.el (eshell): Doc fix.
234
235 * startup.el (fancy-about-screen): In mode-line, apply
236 mode-line-buffer-id face only to the buffer name (Bug#5613).
237
238 2010-02-20 Kevin Ryde <user42@zip.com.au>
239
240 * progmodes/compile.el (compilation-error-regexp-alist-alist):
241 In `watcom' anchor regexp to start of line, to avoid slowness
242 (Bug#5599).
243
244 2010-02-20 Eli Zaretskii <eliz@gnu.org>
245
246 * subr.el (remove-yank-excluded-properties): Explain in a comment
247 why `category' property is removed.
248
249 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
250
251 * isearch.el (isearch-update-post-hook, isearch-update): Revert
252 2010-02-17 change.
253
254 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
255
256 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
257 (icalendar--convert-weekly-to-ical)
258 (icalendar--convert-yearly-to-ical)
259 (icalendar--convert-block-to-ical)
260 (icalendar--convert-cyclic-to-ical)
261 (icalendar--convert-anniversary-to-ical): Take care of time
262 specifications where hour has 1-digit only (Bug#5549).
263
264 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
265
266 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
267 of disassemble output in GDB 7.1.
268
269 2010-02-19 Glenn Morris <rgm@gnu.org>
270
271 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
272 property. (Bug#5593)
273
274 2010-02-18 Sam Steingold <sds@gnu.org>
275
276 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
277
278 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 Use abbreviated file names in bookmarks (bug#5591).
281 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
282 calls to expand-file-name.
283 (bookmark-relocate): Use abbreviated file names in bookmarks.
284 (bookmark-load): Use abbreviated file names in messages.
285
286 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
287
288 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
289 expand "." and "..". Reported by Thierry Volpiatto
290 <thierry.volpiatto@gmail.com>.
291
292 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
293
294 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
295 permissions of the temporary file to "0600". In case the remote
296 file has no read permissions for the owner, there might be
297 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
298
299 22010-02-18 Glenn Morris <rgm@gnu.org>
300
301 * emacs-lisp/authors.el (authors-renamed-files-alist):
302 Add entries for INSTALL.CVS.
303
304 2010-02-17 Mark A. Hershberger <mah@everybody.org>
305
306 * vc-bzr.el: Fix typo in Known Bugs section.
307
308 * isearch.el (isearch-update-post-hook): New hook.
309 (isearch-update): Use the new hook.
310
311 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
314 Fix errors in copying directories.
315 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
316 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
317 (tramp-handle-delete-file)
318 (tramp-handle-dired-recursive-delete-directory)
319 (tramp-handle-write-region): Flush also the cache for the upper
320 directory.
321
322 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
323
324 * simple.el (save-interprogram-paste-before-kill): Doc fix.
325
326 * cus-edit.el (hardware): Doc fix.
327
328 * man.el (man): Add to external custom group.
329
330 * delim-col.el (columns): Move to wp custom group.
331
332 * doc-view.el (doc-view): Add to data custom group.
333
334 * cedet/data-debug.el (data-debug): Move to extensions group.
335
336 * cedet/ede.el (ede):
337 * cedet/srecode.el (srecode):
338 * cedet/semantic.el (semantic): Put in tools and extensions group.
339
340 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
341
342 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
343 by ispell-parse-output (Bug#5575).
344
345 2010-02-16 Kenichi Handa <handa@m17n.org>
346
347 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
348 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
349 (skkdic-convert): Use `euc-japan' coding system for writing.
350
351 2010-02-16 Glenn Morris <rgm@gnu.org>
352
353 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
354 tex-main-file before using it. (Bug#5562)
355
356 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
359 warnings, since it is annoying for the user to see them each time he
360 runs the code.
361
362 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
363
364 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
365 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
366 instead of PROC for caching "first-password-request". Otherwise,
367 new processes would not profit from passwords already entered.
368
369 * net/tramp-cache.el (tramp-dump-connection-properties):
370 Don't save "first-password-request" property.
371
372 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
373
374 * outline.el (outline-head-from-level):
375 * simple.el (with-wrapper-hook):
376 * cedet/ede.el (ede-run-target, project-delete-target)
377 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
378 (ede-adebug-project, ede-adebug-project-parent)
379 (ede-adebug-project-root):
380 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
381 (elint-defun, elint-buffer-env, elint-top-form-logged)
382 (elint-unbound-variable):
383 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
384 Fix typos in docstrings.
385
386 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
387
388 * files.el (insert-directory): When WILDCARD-REGEXP and
389 FULL-DIRECTORY-P are nil, insert the file entry instead of the
390 whole directory. (Bug#5551)
391
392 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
393 dired's alignment sanity. (Bug#5516)
394
395 2010-02-14 Juri Linkov <juri@jurta.org>
396
397 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
398 Remove remaining ^H with their preceding chars. (Bug#5566)
399
400 2010-02-13 Glenn Morris <rgm@gnu.org>
401
402 * simple.el (transpose-subr): Give it a doc-string.
403
404 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
405 Doc fixes.
406
407 2010-02-12 Juri Linkov <juri@jurta.org>
408
409 * arc-mode.el (archive-unique-fname): Make directories for nested
410 archives. (Bug#5540)
411
412 2010-02-12 Juri Linkov <juri@jurta.org>
413
414 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
415
416 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * subr.el (copy-overlay): Handle deleted overlays.
419
420 * man.el (Man-completion-table): Don't signal an error if we can't run
421 manual-program (bug#4056).
422
423 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
424
425 * textmodes/artist.el (artist-mt): Fix typos in docstring.
426
427 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
428
429 * info.el (Info-bookmark-jump): Simplify.
430
431 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
432 (bookmark-default-handler): Accept new bookmark field `buffer'.
433
434 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
435
436 * iswitchb.el (iswitchb-completions): Revert last change.
437
438 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
439
440 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
441 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
442 This prevents file names like "~/" being listed literally.
443
444 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
445
446 * term/xterm.el (xterm-maybe-set-dark-background-mode):
447 Remove dead code. (Bug#5546)
448
449 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
450
451 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
452 correctly (Bug#5548).
453
454 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
455
456 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
457 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
458
459 2010-02-08 Kenichi Handa <handa@m17n.org>
460
461 * international/mule-util.el (with-coding-priority): Add autoload
462 cookie for putting `lisp-indent-function'.
463
464 2010-02-07 Glenn Morris <rgm@gnu.org>
465
466 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
467 Move F2003 named interfaces from keywords-2 to keywords-1, and
468 use function-name-face rather than constant-face.
469 Simplify "abstract interface" regexp.
470
471 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
472
473 * eshell/esh-util.el (eshell-file-attributes): New optional arg
474 ID-FORMAT. Pass it to `file-attributes'.
475
476 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
477
478 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
479
480 * faces.el (set-face-attribute): Allow calling
481 internal-set-lisp-face-attribute with 'unspecified family and
482 foundry argument (Bug#5536).
483
484 2010-02-07 Glenn Morris <rgm@gnu.org>
485
486 * progmodes/f90.el (f90-font-lock-keywords-2)
487 (f90-looking-at-type-like, f90-looking-at-program-block-end):
488 Handle F2003 named interfaces.
489
490 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
491
492 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
493 beg and end before calling c-get-state-before-change-functions.
494
495 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
496
497 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
498
499 2010-02-05 Juri Linkov <juri@jurta.org>
500
501 * doc-view.el (doc-view-mode):
502 * image-mode.el (image-mode): Put property mode-class=special.
503 (Bug#4896)
504
505 2010-02-05 Mark A. Hershberger <mah@everybody.org>
506
507 * vc-svn.el (vc-svn-revision-table): New function.
508
509 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
510
511 * net/ange-ftp.el (ange-ftp-insert-directory):
512 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
513 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
514 Handle also directories. (Bug#5478)
515
516 2010-02-05 Glenn Morris <rgm@gnu.org>
517
518 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
519
520 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
521
522 * startup.el (command-line-1): Convert options beginning with a
523 single dash as well (Bug#5519).
524
525 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
528 * minibuffer.el (completion-initials-expand): Only check the presence
529 of delims *within* the boundaries, since otherwise the / delim is
530 always found for files.
531
532 Fix up various corner case problems.
533 * doc-view.el (doc-view-last-page-number): New function.
534 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
535 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
536 (doc-view-kill-proc): Avoid inf-loop in freak cases.
537 (doc-view-reconvert-doc): Use the new recursive delete-directory.
538 (doc-view-convert-current-doc): Don't create the resolution.el file
539 here any more.
540 (doc-view-pdf/ps->png): Do it here instead.
541 (doc-view-already-converted-p): Check that resolution.el is present.
542 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
543 windows that are not yet showing images.
544
545 2010-02-04 Alan Mackenzie <acm@muc.de>
546
547 Change strategy for marking < and > as template delimiters: mark
548 them strictly in matching pairs.
549
550 * cc-mode.el (c-before-change):
551 Use c-get-state-before-change-functions.
552 (c-common-init): Adapt to use
553 c-get-state-before-change-functions (note plural).
554
555 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
556 for searching syntactically for matching <s and >s.
557 (c-get-state-before-change-functions): New language variable (note
558 the plural) which supersedes c-get-state-before-change-function.
559
560 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
561 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
562 (c-clear->-pair-props-if-match-before)
563 (c-before-change-check-<>-operators): New functions.
564 (c-after-change-check-<>-operators): Use macro
565 c-unmark-<->-as-paren.
566
567 * cc-defs.el (c-search-backward-char-property): New macro.
568
569 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
570 and > any more. (These will be handled by font locking.)
571
572 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
573
574 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
575 `dired-uncache' for every elemnt which is an absolute file name.
576
577 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
578 directory, handle its directory component.
579 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
580 function is called permanently and creates noise, otherwise.
581
582 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
583 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
584 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
585
586 2010-02-04 David Burger <dburger@google.com> (tiny change)
587
588 * macros.el (apply-macro-to-region-lines):
589 Minor simplification. (Bug#5485)
590
591 2010-02-04 Glenn Morris <rgm@gnu.org>
592
593 * mail/rmail.el (rmail-show-message-1): Handle malformed
594 quoted-printable text. (Bug#5441)
595
596 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
597
598 * simple.el (visual-line-mode): Capitalize lighter.
599
600 2010-02-03 John Wiegley <jwiegley@gmail.com>
601
602 * iswitchb.el (iswitchb-completions): Add bookmark files to the
603 list of files considered for "virtual buffer" completions.
604
605 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
606
607 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
608 also in case of (and (not full) (not wildcard)). This is needed,
609 when dired is called with a list of files, which are not in
610 `default-directory'. (Bug#5478)
611
612 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
615
616 2010-02-02 Juri Linkov <juri@jurta.org>
617
618 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
619 from unidiff to allow function-line after @@.
620
621 2010-02-02 Juri Linkov <juri@jurta.org>
622
623 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
624 '(RCS SCCS) with inverted condition.
625
626 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
627
628 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
629 messages.
630
631 2010-02-01 Juri Linkov <juri@jurta.org>
632
633 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
634 compare with "pkunzip" and "pkzip" instead of only "pkzip".
635 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
636 only when (car archive-zip-extract) is "unzip". (Bug#5475)
637
638 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
641 (doc-view-revert-buffer): New command.
642 (doc-view-mode-map): Use it.
643
644 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
645
646 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
647 pending merge is detected.
648
649 2010-01-31 Juri Linkov <juri@jurta.org>
650
651 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
652 beginning of interactive spec like all other grep commands do.
653 Put "all" in front of "gz". (Bug#5260)
654
655 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
656
657 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
658
659 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
660
661 * dirtrack.el (dirtrack): Warn instead of signalling error if the
662 regexp is incorrect (Bug#5476).
663
664 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
665
666 * net/tramp.el (tramp-handle-insert-directory): Handle also
667 symlinks, when FILENAME is not in `default-directory'.
668
669 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
670
671 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
672 FILE is not in `default-directory'. (Bug#5478)
673
674 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
675 of SWITCHES. Handle the case, FILENAME is not in
676 `default-directory'. (Bug#5478)
677 (tramp-register-file-name-handlers): Add safe-magic property.
678
679 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
680
681 * arc-mode.el (archive-zip-extract): Quote the argument passed to
682 unzip (Bug#5475).
683
684 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
685
686 * progmodes/flymake.el (flymake-allowed-file-name-masks)
687 (flymake-master-make-header-init): Add other C++ filename masks.
688 (flymake-find-possible-master-files)
689 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
690
691 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
692
693 Fix some busybox annoyances.
694
695 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
696 not responding." string.
697 (tramp-open-connection-setup-interactive-shell): Dump stty
698 settings. Enable "neveropen" arg for all `tramp-send-command'
699 calls. Handle "=" in variable values properly.
700 (tramp-find-inline-encoding): Raise an error, when no encoding is
701 found.
702 (tramp-wait-for-output): Check, whether PROC buffer is available.
703 Remove spurious " ^H" sequences, sent by busybox.
704 (tramp-get-ls-command): Suppress coloring, if possible.
705
706 2010-01-28 Glenn Morris <rgm@gnu.org>
707
708 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
709
710 * log-edit.el (log-edit-strip-single-file-name): Add missing
711 :safe, :group, and :version tags.
712
713 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
714
715 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
716 buffers. (Bug#5477)
717
718 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
719
720 * files.el (delete-directory): Handle moving to trash without
721 first doing recursion (Bug#5436).
722
723 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
724
725 * vc-hooks.el (vc-path): Mark as obsolete.
726
727 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
728
729 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
730 names too.
731
732 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
733 for the short log.
734 (vc-bzr-log-view-mode): Adjust regexp for the above change.
735
736 2010-01-25 Mark A. Hershberger <mah@everybody.org>
737
738 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
739
740 * vc-bzr.el (vc-bzr-revision-table): New function.
741
742 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
743
744 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
745 diff-index command. This requires at least git-1.5.5. (Bug#1589).
746
747 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
748
749 Remove support for adding --signoff on commit.
750 Future support will use an incompatible generic mechanism.
751 * vc-git.el (vc-git-add-signoff): Remove variable.
752 (vc-git-toggle-signoff): Remove function.
753 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
754
755 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
756 from xterm-set-background-mode. Return t if the background mode
757 was set.
758 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
759 earlier, call it again in case the background mode has changed.
760
761 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
762
763 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
764 (Bug#3541).
765
766 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
767
768 * emacs-lisp/assoc.el (aelement): Doc fix.
769 (aput, adelete, amake): Use lexical-let (Bug#5450).
770
771 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
772
773 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
774 is the same as subprogram call, not declaration. (Bug#5435).
775
776 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
777
778 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
779 (tramp-smb-maybe-open-connection): Use it.
780
781 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
782
783 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
784
785 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
788 just because we see "encoding: 8bit".
789 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
790
791 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
792
793 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
794
795 2010-01-22 Eli Zaretskii <eliz@gnu.org>
796
797 * jka-compr.el (jka-compr-load): If load-file is not in
798 load-history, try its file-truename version. (bug#5447)
799
800 2010-01-21 Alan Mackenzie <acm@muc.de>
801
802 Fix a situation where deletion of a cpp construct throws an error.
803 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
804 invoking c-with-all-but-one-cpps-commented-out, check that the
805 special cpp construct is still in the buffer.
806 (c-parse-state): Record the special cpp with markers, not numbers.
807
808 2010-01-21 Kenichi Handa <handa@m17n.org>
809
810 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
811 process last-command-event, as it is now decoded first (Bug#5380).
812
813 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
814
815 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
816
817 2010-01-20 Glenn Morris <rgm@gnu.org>
818
819 * indent.el (tab-always-indent): Fix custom-type.
820
821 2010-01-19 Alan Mackenzie <acm@muc.de>
822
823 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
824 buffer throws "args out of range".
825 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
826 playing the role of delimiter.
827
828 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
829
830 * progmodes/ada-mode.el: Fix bug#5400.
831 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
832 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
833 changed. Delete RECURSIVE parameter; never used. Improve doc string.
834 Improve comments in "is" portion. Handle null procedure declaration.
835 (ada-move-to-end): Improve doc string.
836
837 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
838
839 * ido.el (ido-cur-list): Initialize to nil.
840 Remove obsolete information from commentary.
841 (ido-choice-list): Initialize to nil.
842 (ido-get-bufname): Reject minibuffers.
843 (ido-make-buffer-list): If "default" is a nonexistent
844 buffer, ignore it, as per the function's comment.
845 (ido-kill-buffer-internal): New function.
846 (ido-kill-buffer-at-head): Use it.
847 (ido-visit-buffer): Likewise.
848
849 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
850
851 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
852
853 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
854
855 * cedet/ede/locate.el (ede-locate-file-in-project)
856 (ede-locate-file-in-project-impl): Fix typos in docstrings.
857 (ede-enable-locate-on-project): Fix typos in error messages.
858
859 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
860 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
861 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
862 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
863 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
864 Fix typos in menu help.
865
866 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
867 Fix typos in chart titles.
868
869 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
870 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
871 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
872 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
873 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
874 (semantic-parse-stream, semantic-parse-region)
875 (semantic-parse-region-default, semantic--set-buffer-cache)
876 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
877 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
878 (semantic-default-submodes):
879 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
880 (semanticdb-create-ebrowse-database)
881 (semanticdb-find-tags-for-completion-method)
882 (semanticdb-find-tags-by-class-method)
883 (semanticdb-deep-find-tags-by-name-method)
884 (semanticdb-deep-find-tags-for-completion-method):
885 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
886 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
887 (semanticdb-find-tags-for-completion-method)
888 (semanticdb-find-tags-by-class-method)
889 (semanticdb-deep-find-tags-for-completion-method):
890 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
891 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
892 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
893 (semanticdb-find-tags-by-name-method)
894 (semanticdb-find-tags-by-name-regexp-method)
895 (semanticdb-find-tags-for-completion-method)
896 (semanticdb-find-tags-by-class-method)
897 (semanticdb-find-tags-external-children-of-type-method)
898 (semanticdb-find-tags-subclasses-of-type-method)
899 (semanticdb-deep-find-tags-by-name-method)
900 (semanticdb-deep-find-tags-by-name-regexp-method)
901 (semanticdb-deep-find-tags-for-completion-method):
902 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
903 (semanticdb-enable-gnu-global-in-buffer)
904 (semanticdb-find-tags-for-completion-method)
905 (semanticdb-deep-find-tags-by-name-method)
906 (semanticdb-deep-find-tags-for-completion-method):
907 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
908 (javascript-mode, semanticdb-find-translate-path)
909 (semanticdb-find-tags-for-completion-method)
910 (semanticdb-find-tags-by-class-method)
911 (semanticdb-deep-find-tags-by-name-method)
912 (semanticdb-deep-find-tags-for-completion-method)
913 (semanticdb-find-tags-external-children-of-type-method):
914 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
915 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
916 (global-semantic-idle-scheduler-mode):
917 * cedet/srecode/dictionary.el (srecode-field-value)
918 (srecode-dictionary-add-section-dictionary):
919 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
920 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
921 (describe-class, eieio-describe-generic, describe-generic):
922 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
923 (eieio-speedbar-expand):
924 * emulation/viper-cmd.el (viper-exec-form-in-vi)
925 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
926 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
927 (viper-del-backward-char-in-replace, viper-backward-indent)
928 (viper-brac-function, viper-register-to-point, viper-submit-report):
929 * net/tramp.el (tramp-remote-coding-commands):
930 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
931 Fix typos in docstrings.
932
933 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
934
935 * mail/sendmail.el (mail-yank-original): Set the mark if the
936 specified function for yanking does not do it.
937
938 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
939
940 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
941
942 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
943 resyncing a directory.
944
945 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
946
947 * progmodes/ada-mode.el: Fix bug#1920.
948 (ada-ident-re): Delete ., allow multibyte characters.
949 (ada-goto-label-re): New; matches goto labels.
950 (ada-block-label-re): New; matches block labels.
951 (ada-label-re): New; matches both.
952 (ada-named-block-re): Deleted; callers changed to use
953 `ada-block-label-re' instead.
954 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
955 Use `ada-block-label-re'.
956 (ada-indent-on-previous-lines): Improve handling of goto labels.
957 (ada-get-indent-block-start): Special-case block label.
958 (ada-get-indent-label): Split into `ada-indent-block-label' and
959 `ada-indent-goto-label'.
960 (ada-goto-stmt-start, ada-goto-next-non-ws):
961 Optionally ignore goto labels.
962 (ada-goto-next-word): Simplify.
963 (ada-indent-newline-indent-conditional): Insert newline before
964 trying to fix indentation; doc fix.
965
966 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
967
968 * calc/calc.el (calc-command-flags): Give it an initial value.
969
970 2010-01-17 Glenn Morris <rgm@gnu.org>
971
972 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
973
974 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
975
976 * cedet/semantic.el (semantic-mode):
977 * files.el (minibuffer-with-setup-hook):
978 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
979 (artist-key-draw-continously, artist-key-do-continously-continously)
980 (artist-key-set-point-continously, artist-mouse-draw-continously):
981 Fix typos in docstrings.
982
983 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
984
985 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
986 return t (Bug#3898).
987
988 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
989
990 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
991 can parse the output of the external commands (Bug#5279).
992
993 2010-01-16 Jari Aalto <jari.aalto@cante.net>
994
995 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
996
997 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
998
999 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1000
1001 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1002
1003 * startup.el (command-line): Remove unused --icon-type arg.
1004 Handle --display arg, passing it to command-line-1 (Bug#5392).
1005
1006 2010-01-16 Mario Lang <mlang@delysid.org>
1007
1008 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1009 * cedet/ede/files.el (ede-expand-filename):
1010 * cedet/ede/simple.el (ede-simple-project):
1011 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1012 (semantic-complete-inline-tag-engine):
1013 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1014 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1015 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1016 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1017 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1018 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1019 * emacs-lisp/chart.el (chart-translate-namezone):
1020 * textmodes/artist.el (artist-compute-popup-menu-table):
1021 Remove duplicated words in doc-strings.
1022
1023 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1024
1025 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1026 to mairix-search to suppress threading (Bug#5342).
1027
1028 2010-01-15 Kenichi Handa <handa@m17n.org>
1029
1030 * international/mule-cmds.el (canonicalize-coding-system-name):
1031 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1032
1033 2010-01-15 Glenn Morris <rgm@gnu.org>
1034
1035 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1036
1037 * wid-edit.el (widget-keymap): Doc fix.
1038
1039 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1040 former seems to be more widely accepted by various svn versions.
1041
1042 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * find-cmd.el (find-constituents):
1045 * vc-arch.el (vc-arch-root):
1046 * window.el (window-body-height, pop-up-frames):
1047 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1048 (semantic-no-reparse-needed-change-hook):
1049 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1050 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1051 (srecode-template-inserter-ask, srecode-template-inserter-width)
1052 (srecode-template-inserter-section-start)
1053 (srecode-template-inserter-section-end, srecode-insert-method):
1054 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1055 * progmodes/ada-stmt.el (ada-if):
1056 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1057 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1058 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1059 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1060
1061 * progmodes/flymake.el (flymake-post-syntax-check):
1062 Fix typo in error message.
1063
1064 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1067 which is always a string. (Bug#5313)
1068
1069 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1070
1071 * progmodes/ada-xref.el (ada-default-prj-properties):
1072 Simplify previous change.
1073
1074 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1075
1076 * progmodes/ada-xref.el (ada-default-prj-properties):
1077 Default ada_project_path to $ADA_PROJECT_PATH.
1078
1079 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1080
1081 * progmodes/ada-mode.el (ada-create-keymap):
1082 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1083
1084 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1085
1086 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1087 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1088 (ada-get-current-indent, ada-imenu-generic-expression)
1089 (ada-which-function): Check for it.
1090
1091 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1092
1093 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1094 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1095
1096 2010-01-14 Glenn Morris <rgm@gnu.org>
1097
1098 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1099
1100 2010-01-14 Kenichi Handa <handa@m17n.org>
1101
1102 * composite.el (auto-composition-mode): Make it a buffer local
1103 variable (permanent-local).
1104 (auto-composition-function): Set the default value to
1105 auto-compose-chars.
1106 (auto-composition-mode): Make it a simple function, not a minor mode.
1107 (global-auto-composition-mode): Likewise.
1108 (turn-on-auto-composition-if-enabled): Delete it.
1109
1110 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1111
1112 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1113
1114 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1115
1116 * files.el (copy-directory): Compute target for recursive
1117 directories with identical names. (Bug#5343)
1118
1119 2010-01-12 Glenn Morris <rgm@gnu.org>
1120
1121 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1122 it to bug-gnu-emacs rather than emacs-pretest-bug.
1123
1124 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * cedet/data-debug.el (data-debug): Fix customization group reference.
1127
1128 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1129
1130 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1131 (semantic-analyze-context, semantic-analyze-context-assignment)
1132 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1133 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1134 (semantic-java-doc-keywords-map):
1135 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1136 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1137 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1138 (semantic-c-classname, semantic-format-tag-uml-prototype)
1139 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1140 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1141 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1142 (semantic-get-local-variables, semantic-end-of-command)
1143 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1144 (lisp-mode):
1145 * cedet/semantic/bovine/make.el (makefile-mode):
1146 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1147 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1148 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1149 (semantic-lex, semantic-get-local-variables, python-mode):
1150 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1151 * cedet/srecode/extract.el (srecode-extract-state-set)
1152 (srecode-extract-method): Fix typos in docstrings.
1153
1154 2010-01-11 Sam Steingold <sds@gnu.org>
1155
1156 * imenu.el (imenu-default-create-index-function): Detect infinite
1157 loops caused by imenu-prev-index-position-function.
1158
1159 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * htmlfontify.el (htmlfontify-load-rgb-file)
1162 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1163 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1164 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1165 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1166 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1167 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1168 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1169 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1170 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1171 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1172 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1173 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1174 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1175 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1176 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1177 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1178 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1179 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1180 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1181 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1182 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1183 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1184 backslash-quoting from parentheses, etc.
1185
1186 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * progmodes/js.el: Autoload javascript-mode alias.
1189
1190 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1193 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1194 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1195 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1196 Fix typos in docstrings.
1197 (ffap-url-regexp): Doc fix.
1198 (ffap-at-mouse): Fix typo in message.
1199
1200 2010-01-11 Glenn Morris <rgm@gnu.org>
1201
1202 * version.el (emacs-copyright): Set copyright year to 2010.
1203
1204 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * format.el (format-annotate-function): Only set
1207 write-region-post-annotation-function after running to-fn so as not to
1208 affect nested write-region calls (bug#5273).
1209
1210 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1213 Add python parser.
1214
1215 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1216 wisent/python.el.
1217
1218 2010-01-10 Richard Kim <emacs18@gmail.com>
1219
1220 * cedet/semantic/wisent/python-wy.el:
1221 * cedet/semantic/wisent/python.el: New files.
1222
1223 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * man.el (Man-goto-section): Signal error if the section is not
1226 found (Bug#5317).
1227
1228 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1231 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1232
1233 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1234
1235 * progmodes/compile.el: Don't treat compile-command as safe if
1236 compilation-read-command might be nil (Bug#4218).
1237
1238 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1239
1240 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1241 NS options.
1242
1243 2010-01-08 Kenichi Handa <handa@m17n.org>
1244
1245 * international/fontset.el (build-default-fontset-data):
1246 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1247
1248 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1251 to `create-file-buffer' as it expects, not just a buffer name.
1252 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1253 to help uniquify. (Bug#3224)
1254
1255 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1256
1257 * font-setting.el (font-setting-change-default-font): Use user-spec
1258 instead of name.
1259
1260 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1261
1262 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1263
1264 2010-01-05 Tom Tromey <tromey@redhat.com>
1265
1266 * progmodes/python.el (python-font-lock-keywords):
1267 Handle qualified decorators (Bug#881).
1268
1269 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1270
1271 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1272 in a lightweight checkout.
1273
1274 2010-01-05 Kenichi Handa <handa@m17n.org>
1275
1276 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1277
1278 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1279
1280 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1281
1282 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1283
1284 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1285 checkouts. (Bug#618)
1286 (vc-bzr-log-view-mode): Also highlight the author.
1287 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1288 (vc-bzr-shelve-menu-map):
1289 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1290 (vc-bzr-shelve-apply): Make prompt more explicit.
1291
1292 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1295 They are valid characters in URL paths (rfc3986), and at least
1296 Firefox does not understand the encoded version (Bug#3166).
1297
1298 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1299
1300 * progmodes/octave-mod.el (octave-end-keywords)
1301 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1302 Add "end" keyword (Bug#3061).
1303 (octave-end-as-array-index-p): New function.
1304 (calculate-octave-indent): Use it.
1305
1306 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1307
1308 * bookmark.el: Consistently put the text property on the bookmark name.
1309 (bookmark-bmenu-marks-width): Bump back to 2, to include
1310 annotation marks.
1311 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1312 property on the bookmark name, instead of not putting it at all.
1313 (bookmark-bmenu-list): Fix where we put the text property.
1314
1315 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1316
1317 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1318 for showing buffer modified state (as added in the previous change).
1319
1320 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1321
1322 * bookmark.el: Show modified state of bookmark buffer more accurately.
1323 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1324 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1325 (with-buffer-modified-unmodified): New macro.
1326 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1327 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1328 Use new macro to preserve the buffer modified state.
1329
1330 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1331
1332 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1333 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1334 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1335 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1336 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1337 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1338 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1339
1340 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1341
1342 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1343 Make the lines in the generated doc string shorter. (Bug#4668)
1344
1345 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1346
1347 * net/rcirc.el: Add follow-link binding (Bug#4738).
1348
1349 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1350
1351 * Makefile.in (bzr-update): Rename from cvs-update.
1352 (cvs-update): New target for backward compatibility.
1353
1354 * makefile.w32-in (bzr-update): Rename from cvs-update.
1355 (cvs-update): New target for backward compatibility.
1356
1357 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1358
1359 * bookmark.el: Remove gratuitous gratitude.
1360
1361 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1362
1363 * bookmark.el (bookmark-bmenu-any-marks): New function
1364 (bookmark-bmenu-save): Clear buffer modification if no marks.
1365
1366 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1367
1368 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1369 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1370 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1371 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1372
1373 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1374 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1375 To: emacs-devel {_AT_} gnu.org
1376 Subject: bookmark.el bug report
1377 Date: Mon, 28 Dec 2009 14:19:16 +0800
1378 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1379
1380 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1381
1382 * bookmark.el: Improvements suggested by Drew Adams:
1383 (bookmark-bmenu-ensure-position): New name for
1384 `bookmark-bmenu-check-position'. Just ensure the position,
1385 don't return any meaningful value.
1386 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1387 New constants.
1388
1389 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1392 (bookmark-yank-point, bookmark-bmenu-check-position):
1393 Fix typos in docstrings.
1394 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1395 (bookmark-name-from-full-record, bookmark-get-position)
1396 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1397 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1398 Remove useless quoting of parenthesis, etc. in docstrings.
1399
1400 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1401 (ediff-append-custom-diff): Fix typo in error message.
1402 (ediff-meta-mark-equal-files): Fix typos in messages.
1403
1404 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1405
1406 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1407 Fix typo in docstring.
1408
1409 * net/imap-hash.el (imap-hash-make): Doc fix.
1410 (imap-hash-test): Fix typo in error message; reflow docstring.
1411 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1412 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1413 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1414 Fix typos in docstrings.
1415 (imap-hash-open-connection): Fix typo in error message.
1416
1417 * play/gomoku.el (gomoku): Fix typos in docstring.
1418
1419 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1420 (gdb-jsonify-buffer): Fix typos in docstring.
1421 (gdb-goto-breakpoint): Fix typo in error message.
1422 ("Display Other Windows"): Fix typo in help message.
1423 (gdb-speedbar-expand-node): Fix typo in question.
1424
1425 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1426 (idlwave-html-system-help-location, idlwave-html-help-location)
1427 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1428 (idlwave-help-browser-generic-args, idlwave-help-directory)
1429 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1430 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1431 (idlwave-online-help, idlwave-help-html-link)
1432 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1433 Fix typos in docstrings.
1434 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1435 Reflow docstrings.
1436 (idlwave-help-assistant-start): Fix typo in error message.
1437
1438 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1439 (octave-electric-space): Fix typos in docstrings.
1440
1441 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1444
1445 2010-01-01 Juri Linkov <juri@jurta.org>
1446
1447 * comint.el (comint-input-ring-size): Make it a defcustom and
1448 increase the default to 500 (Bug#5148).
1449
1450 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1451
1452 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1453 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1454 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1455
1456 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1457
1458 Show working revision correctly for mercurial.
1459 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1460 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1461
1462 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1463
1464 Declare some functions for the byte-compiler.
1465 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1466 (speedbar-timer-fn, speedbar-change-expand-button-char)
1467 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1468
1469 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1470
1471 This changeset reverts GDB Graphical Interface to use annotations.
1472 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1473
1474 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1475
1476 Make vc-dir work on subdirectories of the bzr root.
1477 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1478 file names relative to it.
1479 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1480 relative directory to vc-bzr-after-dir-status.
1481
1482 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1483
1484 * font-lock.el (font-lock-refresh-defaults): New function, which
1485 can be used to let font-lock react to external changes in
1486 variables like font-lock-defaults and keywords.
1487 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1488
1489 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1490
1491 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1492
1493 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1494
1495 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1496
1497 Supersede color.diff settings in git log (bug#5211).
1498
1499 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1500 escape chars in its output when the user has color.diff set to `always'.
1501 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1502
1503 2009-12-26 Kevin Ryde <user42@zip.com.au>
1504
1505 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1506 node. Keep previous "Index" name to work with past coreutils too.
1507
1508 * man.el (man): Revise docstring a bit to show -a and -l as
1509 examples. Add -k description since support for it has otherwise
1510 been a secret. (Further to bug#3717.)
1511 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1512 "no matches" rather than "Can't find manpage", as the latter reads
1513 like -k was interpreted as a page name, which is not so. (Bug#5431)
1514
1515 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1516
1517 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1518 switches. Check also for //SUBDIRED// line.
1519
1520 2009-12-25 Kenichi Handa <handa@m17n.org>
1521
1522 * language/indian.el (devanagari-composable-pattern): Fixed to
1523 handle ZWNJ and ZWJ. Use it in composition-function-table for
1524 Devanagari.
1525 (malayalam-composable-pattern): Fix previous change.
1526
1527 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1528
1529 * ps-print.el (ps-face-attributes): It was not returning the
1530 attribute face for faces specified as string. Reported by harven
1531 <harven@free.fr>.
1532 (ps-print-version): New version 7.3.5.
1533
1534 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1535
1536 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1537 timezone names.
1538 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1539 (icalendar--add-diary-entry): Remove the trailing blank that
1540 diary-make-entry inserts.
1541
1542 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1543
1544 Make `file-expand-wildcards' work for remote files.
1545
1546 * files.el (file-expand-wildcards): In case of remote files, check
1547 only local file name part for wildcards. Provide feature 'files
1548 and subfeature 'remote-wildcards. (Bug#5198)
1549
1550 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1551 if there is already an established connection.
1552 (tramp-advice-file-expand-wildcards): Remove it.
1553
1554 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1555 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1556 Activate advice for older GNU Emacs versions. (Bug#5237)
1557
1558 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1559
1560 Some doc fixes (more needed).
1561
1562 * find-cmd.el (find-constituents): Reflow docstring.
1563 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1564 (find-generic): Doc fix.
1565
1566 2009-12-17 Juri Linkov <juri@jurta.org>
1567
1568 Fix regression from 23.1 to allow multiple modes in Local Variables.
1569
1570 * files.el (hack-local-variables-filter): While ignoring duplicates,
1571 don't take `mode' into account.
1572 (hack-local-variables-filter, hack-dir-local-variables): Don't
1573 remove duplicate `mode' from local-variables-alist (like `eval').
1574
1575 2009-12-17 Juri Linkov <juri@jurta.org>
1576
1577 Make `dired-diff' more safe. (Bug#5225)
1578
1579 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1580 `current' or when `file' is a directory of the `current' file.
1581
1582 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1583
1584 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1585 unconditionally preloaded files.
1586
1587 2009-12-16 Juri Linkov <juri@jurta.org>
1588
1589 Revert to old 23.1 logic of using the file at the mark as default.
1590 * dired-aux.el (dired-diff): Use the file at the mark as default
1591 if it's not the same as the current file, and the target dir is
1592 the current dir or the mark is active. Add the current file
1593 as the arg of `dired-dwim-target-defaults'. Use the default file
1594 in the prompt. (Bug#5225)
1595
1596 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1599 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1600 (tramp-check-for-regexp): Check also, when an echoing shell stops
1601 to echo sent commands.
1602
1603 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * Makefile.in: Revert last change (Bug#5191).
1606
1607 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1608
1609 * vc-hg.el (vc-hg-print-log): Fix argument order.
1610 (vc-hg-working-revision): Make sure the command is executed in a
1611 known environment so that we can parse the output. (Bug#4417)
1612
1613 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * progmodes/python.el (python-symbol-completions): Remove text
1616 properties from symbol string before calling python-send-receive.
1617
1618 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1619
1620 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1621 when there are values for both file and line. (Bug#5060)
1622
1623 2009-12-14 Juri Linkov <juri@jurta.org>
1624
1625 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1626 whitespace after the file name of the first line of unified format,
1627 because git-diff doesn't output whitespace and file modification time
1628 after the file name.
1629
1630 2009-12-14 David Kastrup <dak@gnu.org>
1631
1632 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1633 check if it already has the `display' property added by
1634 `Info-display-images-node', and not put the `invisible' property
1635 in this case.
1636
1637 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1638
1639 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1640 (semantic-mru-bookmark-mode): Doc fixes.
1641
1642 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1643 of assert.
1644
1645 2009-12-13 Glenn Morris <rgm@gnu.org>
1646
1647 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1648 (report-emacs-bug): In message-mode, sort manually before storing
1649 original report text. (Bug#5178)
1650 Remove superfluous save-excursion.
1651
1652 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1655 when responding to "GetAll" properties.
1656
1657 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * simple.el (compose-mail): Remove mail-setup-with-from from
1660 customization checks.
1661
1662 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1663
1664 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1665 RAR archives created on Unix systems.
1666
1667 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1670 the varalias that was accidentally removed by the 2009-11-19 change
1671 (bug#5186).
1672
1673 2009-12-12 Kenichi Handa <handa@m17n.org>
1674
1675 * language/indian.el (indian-compose-regexp): New function.
1676 (malayalam-composable-pattern): Fix the pattern.
1677 (composition-function-table): Set malayalam-composable-pattern for
1678 Malayalam characters.
1679
1680 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1683 rather than down-mouse-1, based on follow-link conventions.
1684
1685 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1686 are compiled.
1687
1688 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1689
1690 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1691 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1692 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1693 (verilog-leap-to-head, verilog-backward-token):
1694 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1695
1696 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1697
1698 * progmodes/verilog-mode.el (verilog-auto-lineup)
1699 (verilog-nameable-item-re): Cleanup user-visible spelling and
1700 documentation errors. One reported by Gary Delp.
1701 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1702 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1703 package, bug195. Reported by Pierre-David Pfister.
1704
1705 2009-12-11 Glenn Morris <rgm@gnu.org>
1706
1707 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1708
1709 * mail/emacsbug.el: No longer require sendmail.
1710 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1711 (report-emacs-bug-orig-text): Doc fix.
1712 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1713 New local variables, to adapt to different mail-user-agents.
1714 (report-emacs-bug): Fix test for a gnu.org address.
1715 Use overlays for emphasis, since font-lock defeats 'face property.
1716 Pretest bugs also end up at the newsgroup these days.
1717 Stop message-mode stripping text properties.
1718 Set and use the new buffer-local variables.
1719 (report-emacs-bug-hook): Add doc-string.
1720 Remove some unnecessary save-excursions and simplify.
1721 Use the appropriate hook and send-command.
1722
1723 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1724 capitalization of some menu entries.
1725
1726 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1727
1728 * whitespace.el (whitespace-display-char-on): Ensure
1729 `buffer-display-table' is unique when two or more windows are
1730 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1731 New version 12.1.
1732
1733 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1734
1735 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1736 characters in the Attribute field.
1737
1738 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1739
1740 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1741
1742 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1745 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1746 Disregard autoload-excludes.
1747 (update-directory-autoloads): Obey autoload-excludes here instead.
1748 But don't store its contents in no-autoloads and remove entries that
1749 refer to excludes files.
1750
1751 2009-12-10 Glenn Morris <rgm@gnu.org>
1752
1753 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1754 (expand-mail-aliases): Define for compiler.
1755
1756 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1757 Define for compiler.
1758
1759 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1760 appropriate for the mail-user-agent in use.
1761
1762 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1765
1766 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 Fix short log parsing and fontification.
1769 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1770 Fix fontification for the [merge] label.
1771
1772 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1773
1774 Drop some properties to avoid surprises.
1775 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1776 (hfy-fontify-buffer): Use it.
1777
1778 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 Minor cleanup.
1781 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1782 Adjust all callers.
1783 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1784 args compulsory. Adjust callers.
1785 (ffap-gopher-at-point): Remove unused var `name'.
1786
1787 Get rid of the ELCFILES abomination.
1788 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1789 (compile-elcfiles): New phony target.
1790 (compile-main): Compute ELCFILES dynamically.
1791 (compile-clean): New target to remove left-over elc files.
1792 (compile, all): Use it.
1793
1794 2009-12-09 Kenichi Handa <handa@etlken>
1795
1796 * international/mule-diag.el: Require help-mode instead of help-fns.
1797
1798 2009-12-09 Kenichi Handa <handa@m17n.org>
1799
1800 * international/mule-cmds.el (ucs-names): Supply sufficiently
1801 fine ranges instead of pre-calculating accurate ranges.
1802 Iterate with bigger gc-cons-threshold.
1803
1804 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 Add support for stashing a snapshot of the current tree.
1807 * vc-git.el (vc-git-stash-snapshot): New function.
1808 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1809
1810 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1811
1812 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1813 instead of `(beginning|end)-of-line'.
1814
1815 2009-12-08 Glenn Morris <rgm@gnu.org>
1816
1817 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1818
1819 * Makefile.in (ELCFILES): Regenerate.
1820
1821 2009-12-07 Juri Linkov <juri@jurta.org>
1822
1823 Don't lazy-highlight the comint output in history Isearch mode.
1824
1825 * comint.el (comint-history-isearch-search): Instead of
1826 `comint-line-beginning-position', use `comint-after-pmark-p'
1827 to check if point if before the process mark, and go to
1828 `process-mark' in this case.
1829
1830 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * textmodes/tex-mode.el (latex-complete)
1833 (latex-indent-or-complete): Remove.
1834 (latex-mode): Set completion-at-point-functions instead.
1835
1836 Provide a standard completion command and hook it into TAB.
1837 * minibuffer.el (completion-at-point-functions): New var.
1838 (completion-at-point): New command.
1839 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1840 * progmodes/python.el (python-mode-map): Use completion-at-point.
1841 (python-completion-at-point): Rename from python-partial-symbol and
1842 adjust for use in completion-at-point-functions.
1843 (python-mode): Setup completion-at-point for Python completion.
1844 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1845 extracted from lisp-complete-symbol.
1846 (lisp-complete-symbol): Use it.
1847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1848 setup completion-at-point for Elisp completion.
1849 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1850 Use completion-at-point.
1851 * ielm.el (ielm-map): Use completion-at-point.
1852 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1853 * progmodes/sym-comp.el: Move to...
1854 * obsolete/sym-comp.el: Move from progmodes.
1855
1856 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1857
1858 Prevent save-buffer in Rmail buffers from using the coding-system
1859 of the current message, and from clobbering the encoding mnemonics
1860 in the mode line (Bug#4623).
1861
1862 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1863 flag, too.
1864 (rmail-message-encoding): New variable.
1865 (rmail-write-region-annotate): Record the encoding of the current
1866 message in rmail-message-encoding.
1867 (rmail-after-save-hook): New function, restores the encoding of
1868 the current message after the message collection is saved.
1869
1870 2009-12-07 Juri Linkov <juri@jurta.org>
1871
1872 * progmodes/grep.el (grep-read-files): Use `completing-read'
1873 instead of `read-string'. Set its `collection' arg to
1874 `read-file-name-internal'. (Bug#4301)
1875
1876 2009-12-07 Juri Linkov <juri@jurta.org>
1877
1878 Correctly restore original Isearch point. (Bug#4994)
1879
1880 * isearch.el (isearch-mode): Move `isearch-push-state' after
1881 `(run-hooks 'isearch-mode-hook)'.
1882 (isearch-cancel): When `isearch-push-state-function' is defined,
1883 let-bind `isearch-cmds' to the first state (the last element of
1884 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1885 function and restores the original point). Otherwise, move point
1886 to `isearch-opoint'.
1887
1888 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1891 chars that don't have names, so the table can be built much faster at
1892 run-time.
1893
1894 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1897 change. Suggested by David Kastrup.
1898
1899 * simple.el (compose-mail): Check for incompatibilities and warn.
1900 (compose-mail-user-agent-warnings): New option.
1901
1902 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1903
1904 Support showing a single log entry from vc-annotate.
1905 * vc.el (print-log): Add a new argument: START-REVISION.
1906 (vc-print-log-internal): Add a new optional argument and
1907 pass it to the backend.
1908 (vc-print-log, vc-print-root-log): Adjust callers.
1909 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1910 buffer already displays the requested log entry, use it.
1911 Otherwise display only the log entry in question.
1912 * vc-svn.el (vc-svn-print-log):
1913 * vc-mtn.el (vc-mtn-print-log):
1914 * vc-hg.el (vc-hg-state):
1915 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1916 (vc-git-show-log-entry): Return t on success.
1917 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1918 (vc-bzr-show-log-entry): Return t on success.
1919 * vc-rcs.el (vc-rcs-print-log):
1920 * vc-sccs.el (vc-sccs-print-log):
1921 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1922
1923 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1926 Add menus to the meta mode. (Bug#5043)
1927
1928 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1929
1930 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1931 event-key.
1932
1933 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1934
1935 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1936
1937 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1938 Berbain <raphael.berbain@gmail.com>.
1939
1940 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1941 characters.
1942 (tramp-initial-end-of-output): New defconst.
1943 (tramp-methods, tramp-find-shell)
1944 (tramp-open-connection-setup-interactive-shell)
1945 (tramp-maybe-open-connection): Use it.
1946 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1947 existence of `#' and `$'.
1948
1949 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1950 `tramp-initial-end-of-output'.
1951
1952 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1953
1954 Get the background mode from the terminal for xterm, and set
1955 faces accordingly.
1956 * term/xterm.el (xterm-set-background-mode): New function.
1957 (terminal-init-xterm): Use it in case xterm supports background
1958 color queries. Recompute faces after getting the background
1959 color.
1960
1961 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1962
1963 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1964 number comment back on its own line, for easier parsing.
1965
1966 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 Make it work for non-file buffers (bug#5102).
1969 * doc-view.el (doc-view-current-cache-dir):
1970 Use doc-view-buffer-file-name rather than buffer-file-name.
1971 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1972
1973 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1974
1975 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1976 author field is too short.
1977
1978 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1979
1980 * vc-git.el (vc-git-print-log): Handle a limit argument.
1981 Display the short log in graph form and with labels.
1982 (vc-git-log-view-mode): Handle labels.
1983
1984 Make vc-revert change VC state from 'added to 'unregistered.
1985 * vc-git.el (vc-git-revert): Call git reset first.
1986
1987 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1988
1989 * net/newst-backend.el, net/newst-plainview.el:
1990 * net/newst-reader.el, net/newst-ticker.el:
1991 * net/newst-treeview.el, net/newsticker.el:
1992 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1993
1994 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1997
1998 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1999 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2000 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2001 Update annotation regexp.
2002
2003 * simple.el (beginning-of-visual-line): Constrain to field
2004 boundaries (Bug#5106).
2005
2006 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2007
2008 * xml.el (xml-substitute-numeric-entities): Move
2009 newsticker--decode-numeric-entities in newst-backend.el to
2010 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2011 * net/newst-backend.el (newsticker--parse-generic-feed)
2012 (newsticker--parse-generic-items)
2013 (newsticker--decode-numeric-entities): Move
2014 newsticker--decode-numeric-entities in newst-backend.el to
2015 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2016
2017 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2018
2019 * progmodes/js.el (js--js-not): Add null to the list of values.
2020
2021 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2024
2025 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2026
2027 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2028 delimiter if it is at the end of the current line.
2029 (bibtex-generate-url-list): Fix docstring.
2030
2031 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2034 minibuffer's content with itself.
2035 Fold the confirm-after-completion case into the `confirm' case.
2036 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2037
2038 2009-12-06 Kevin Ryde <user42@zip.com.au>
2039
2040 * ffap.el (ffap-rfc-path): Make this a defcustom since
2041 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2042
2043 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2044 manuals, similar to existing setup for help-mode. (Bug#3913.)
2045
2046 2009-12-05 Juri Linkov <juri@jurta.org>
2047
2048 Save and restore dired buffer's point positions too. (Bug#4880)
2049
2050 * dired.el (dired-save-positions): Return in the first element
2051 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2052 Doc fix.
2053 (dired-restore-positions): First restore buffer's position.
2054 While restoring window's positions, check if window still displays
2055 the original buffer.
2056
2057 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2058
2059 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2060 if possible.
2061
2062 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2063 Make argument optional.
2064
2065 * shell.el (shell): Require ansi-color (Bug#5113).
2066
2067 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2068
2069 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2070
2071 2009-12-05 Alan Mackenzie <acm@muc.de>
2072
2073 * progmodes/cc-mode.el (c-before-hack-hook)
2074 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2075 `c-file-style' to work again. This reversion restores the current
2076 software to its state in Emacs 23.1. (Bug#4146)
2077
2078 2009-12-05 Kevin Ryde <user42@zip.com.au>
2079
2080 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2081 comment-start-skip to comment-end-skip as comment (Bug#4781).
2082
2083 2009-12-05 Juri Linkov <juri@jurta.org>
2084
2085 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2086 for virtual nodes. (Bug#4147)
2087 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2088 when moving from a virtual node.
2089 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2090 (Info-mode): Add `Info-virtual-index' to the docstring.
2091
2092 2009-12-05 Eric Ludlam <zappo@gnu.org>
2093
2094 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2095 Describe project macro symbols.
2096
2097 * cedet/semantic/complete.el (semantic-complete-do-completion):
2098 Don't call semantic-collector-current-exact-match.
2099
2100 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2101 ede-objects as targets.
2102
2103 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2104 a target's object list even if compiler vars are already in the
2105 Makefile.
2106
2107 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2108 list of headers producing necessary macros.
2109
2110 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2111
2112 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2113 track of the buffer position of the end of a BibTeX entry as this
2114 position may change during reformatting.
2115 (bibtex-format-entry): Remove whitespace before processing
2116 numerical fields so that we recognize the latter properly.
2117 (bibtex-reformat): Do not use push which changes the global value
2118 of bibtex-entry-format.
2119 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2120 (bibtex-field-re-init): Replace only space characters by regexp
2121 for whitespace.
2122 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2123 (bibtex-initialize): Also update bibtex-strings.
2124 (bibtex-kill-field): Preserve white space at end of entry.
2125 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2126 Update bibtex-reference-keys.
2127
2128 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2131 point after a star, if that's the only place where modifications can
2132 make progress.
2133
2134 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2135
2136 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2137 in docstrings.
2138
2139 2009-12-04 Juri Linkov <juri@jurta.org>
2140
2141 * proced.el (proced): Call `(proced-update t)' to update process
2142 information instead of only running proced-post-display-hook.
2143 (proced-send-signal): Add a leading space to the buffer name
2144 " *Marked Processes*" to make this buffer ephemeral.
2145
2146 2009-12-04 Juri Linkov <juri@jurta.org>
2147
2148 * dired.el (dired-auto-revert-buffer): New defcustom.
2149 (dired-internal-noselect): Use it.
2150
2151 2009-12-04 Juri Linkov <juri@jurta.org>
2152
2153 Change roles of modes and functions in image-mode.el (Bug#5062).
2154
2155 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2156 in `auto-mode-alist'.
2157 (image-mode-previous-major-mode): New variable.
2158 (image-minor-mode-map): Rename from `image-mode-text-map'.
2159 (image-mode): Move graceful error-handling code from
2160 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2161 (image-minor-mode): Remove all image-handling code.
2162 Replace `image-mode-text-map' with `image-minor-mode-map'.
2163 Check for `image-type' in mode-line format string.
2164 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2165 (image-mode-as-text): New function with most code from
2166 `image-mode-maybe'.
2167 (image-toggle-display-text): Move code that removes image
2168 properties from `image-toggle-display' to here.
2169 (image-toggle-display-image): New function with code that adds
2170 image properties copied from `image-toggle-display'.
2171 (image-toggle-display): Remove most code with leaving only code
2172 that toggles between `image-mode-as-text' and `image-mode'.
2173
2174 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2175
2176 * net/newst-treeview.el
2177 (newsticker--treeview-list-highlight-start): Restored call to
2178 save-excursion: Selected item was stuck.
2179 (newsticker--treeview-list-select): New.
2180 (newsticker--treeview-item-show-text)
2181 (newsticker--treeview-item-show)
2182 (newsticker--treeview-item-update): Use new
2183 newsticker-treeview-item-mode.
2184 (newsticker-treeview-update): Keep current item.
2185 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2186 (newsticker--treeview-first-feed): Doc change.
2187 (newsticker-treeview-list-menu)
2188 (newsticker-treeview-item-menu): Added menu entries.
2189 (newsticker-treeview-item-mode): New.
2190
2191 * net/newst-backend.el (newsticker-customize): Delete other
2192 windows.
2193
2194 2009-12-04 Sam Steingold <sds@gnu.org>
2195
2196 * log-view.el (log-view-mode-map): "q" calls quit-window,
2197 like in all the other non-self-insert buffers.
2198
2199 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 Minor cleanup.
2202 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2203 key decoding rather than do it manually via last-input-event +
2204 ascii-character.
2205 (term-exec): Use delete-and-extract-region.
2206 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2207 (term-process-pager): Remove unused var `i'.
2208 (term-dynamic-simple-complete): Make obsolete.
2209 (serial-update-config-menu): Remove unused vars `y' and `str'.
2210 (term-update-mode-line): Remove unused var `temp'.
2211
2212 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2213
2214 Limit the number of log entries displayed by default.
2215 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2216 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2217 using a prefix argument.
2218
2219 2009-12-03 Glenn Morris <rgm@gnu.org>
2220
2221 * progmodes/idlwave.el (class): Restore still useful declaration.
2222
2223 2009-12-03 Alan Mackenzie <acm@muc.de>
2224
2225 Enhance `c-parse-state' to run efficiently in "brace deserts".
2226
2227 * progmodes/cc-mode.el (c-basic-common-init):
2228 Call c-state-cache-init.
2229 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2230 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2231 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2232
2233 * progmodes/cc-langs.el (c-before-font-lock-function):
2234 c-extend-and-neutralize-syntax-in-CPP has been renamed
2235 c-neutralize-syntax-in-and-mark-CPP.
2236
2237 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2238 with `category' properties now, not `syntax-table' ones.
2239
2240 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2241 enhanced (but slower) version of c-end-of-macro that won't land
2242 inside a literal or on another awkward character.
2243 (c-state-cache-too-far, c-state-cache-start)
2244 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2245 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2246 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2247 (c-state-min-scan-pos, c-state-brace-pair-desert)
2248 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2249 buffer local variables.
2250 (c-state-literal-at, c-state-lit-beg)
2251 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2252 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2253 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2254 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2255 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2256 (c-renarrow-state-cache)
2257 (c-append-lower-brace-pair-to-state-cache)
2258 (c-state-push-any-brace-pair, c-append-to-state-cache)
2259 (c-remove-stale-state-cache)
2260 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2261 (c-invalidate-state-cache-1, c-parse-state-1)
2262 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2263 (c-parse-state): Enhance and refactor.
2264 (c-debug-parse-state): Amend to deal with all the new variables.
2265
2266 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2267 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2268 modify to use category text properties rather than syntax-table ones.
2269 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2270 to switch off/on the syntactic paren property of C++ template
2271 delimiters using the category property.
2272 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2273 template delims suppressed.
2274 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2275 New constant/macros which apply category properties to the start
2276 and end of preprocessor constructs.
2277 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2278 "comment out" the syntactic value of characters in preprocessor
2279 constructs.
2280 (c-with-cpps-commented-out)
2281 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2282 with characters in all or all but one preprocessor constructs
2283 "commented out".
2284
2285 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2286
2287 * proced.el (proced-filter-alist): Use regexp-quote.
2288
2289 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2290
2291 Cleanup.
2292 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2293 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2294 arguments. Expand `default-directory'.
2295
2296 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2297 the benefit of returning an expanded localname.
2298 (tramp-tramp-file-p): Handle the case NAME is not a string.
2299
2300 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2301
2302 Add support for bzr shelve/unshelve.
2303 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2304 (vc-bzr-extra-menu-map): New variables.
2305 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2306 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2307 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2308 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2309 (vc-bzr-dir-extra-headers): Display shelves.
2310
2311 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2312
2313 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * textmodes/bibtex.el (bibtex-complete-internal):
2316 Use completion-in-region.
2317 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2318
2319 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2320
2321 Support applying stashes. Improve UI.
2322 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2323 (vc-git-stash-apply, vc-git-stash-pop)
2324 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2325 (vc-git-stash-menu): New functions.
2326 (vc-git-stash-menu-map): New variable.
2327 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2328
2329 2009-12-03 Glenn Morris <rgm@gnu.org>
2330
2331 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2332 (vc-print-log-internal): Fix previous change.
2333 (vc-revert): Correct pluralization.
2334
2335 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2338 it to be an alist any more.
2339 (makefile-complete): Use completion-in-region.
2340
2341 * progmodes/octave-mod.el (octave-complete-symbol):
2342 Use completion-in-region.
2343
2344 Misc cleanup.
2345 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2346 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2347 (idlwave-complete-class): Don't quote lambda.
2348 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2349 (idlwave-mode-map): Move initialization into declaration.
2350 (idlwave-action-and-binding): Use backquotes.
2351 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2352 Simplify.
2353 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2354 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2355 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2356 `parts', and `all-parts'.
2357 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2358 (idlwave-convert-xml-system-routine-info): Remove unused string
2359 `version-string'.
2360 (idlwave-display-user-catalog-widget): Use dolist.
2361 (idlwave-scanning-lib): Declare dynamically-scoped var.
2362 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2363 (completion-highlight-first-word-only): Declare to silence bytecomp.
2364 (idlwave-popup-select): Tighten scope of `resp'.
2365 (idlwave-find-struct-tag): Remove unused var `beg'.
2366 (idlwave-after-load-rinfo-hook): Declare.
2367 (idlwave-sintern-class-info): Remove unused var `taglist'.
2368 (idlwave-find-class-definition): Remove unused var `list'.
2369 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2370 (idlwave-what-module-find-class): Remove unused var `classes'.
2371
2372 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2375
2376 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2379 buffers visited. Remove redundant current-buffer-saving.
2380
2381 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 Use completion-in-buffer and remove uses of dynamic scoping.
2384 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2385 (pascal-buffer-to-use, pascal-flag): Don't declare.
2386 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2387 (pascal-get-completion-decl, pascal-keyword-completion):
2388 Add `pascal-str' argument, save-excursion,
2389 return the found completions, and don't filter with pascal-pred.
2390 (pascal-completion-cache): New var.
2391 (pascal-completion): Don't switch buffer any more (it was never
2392 necessary). Don't save-excursion any more (it's done by the called
2393 subroutines). Use a cache to avoid redundant computations.
2394 Use complete-with-action rather than pascal-completion-response and
2395 let it apply the predicate as well.
2396 (pascal-complete-word): Use completion-in-buffer when
2397 pascal-toggle-completions is nil.
2398 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2399 not used any more.
2400 (pascal-comp-defun): Don't change buffer any more.
2401 Use complete-with-action rather than pascal-completion-response and
2402 let it apply the predicate as well.
2403 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2404 when neded.
2405
2406 2009-12-02 Kenichi Handa <handa@m17n.org>
2407
2408 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2409 shape for all Indic scripts.
2410
2411 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 Use completion-in-buffer.
2414 * wid-edit.el (widget-field-text-end): New function.
2415 (widget-field-value-get): Use it.
2416 (widget-string-complete, widget-file-complete)
2417 (widget-color-complete): Use it and completion-in-region.
2418 (widget-complete): Don't narrow the buffer.
2419
2420 2009-12-02 Glenn Morris <rgm@gnu.org>
2421
2422 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2423 (rmail-select-summary): Use rmail-pop-to-buffer.
2424 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2425 rmail-pop-to-buffer, to prevent horizontal splits.
2426
2427 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2428 save-excursion with save-current-buffer.
2429 Widen before searching. (Bug#5093)
2430 (diary-list-sexp-entries): Remove superfluous save-excursion.
2431
2432 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2433
2434 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2435 name. (Bug#5038)
2436
2437 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2438
2439 * ido.el (ido-file-internal): Handle filenames at point that do
2440 not have a directory part. (Bug#5049)
2441
2442 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2443
2444 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2445 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2446
2447 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2448
2449 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2450 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2451 any more.
2452
2453 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * comint.el (comint-insert-input): Ignore clicks to the right of
2456 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2457
2458 * vc.el (vc-print-log-internal): Don't wait for the process to
2459 terminate before setting up the major mode.
2460
2461 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2462 in case.
2463
2464 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2465 the last element.
2466
2467 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2468
2469 2009-12-01 Glenn Morris <rgm@gnu.org>
2470
2471 * window.el (window--display-buffer-2): Fix previous changes.
2472
2473 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2476
2477 2009-12-01 Glenn Morris <rgm@gnu.org>
2478
2479 * Makefile.in (ELCFILES): Add mpc.elc.
2480
2481 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * mpc.el: New file.
2484
2485 2009-12-01 Glenn Morris <rgm@gnu.org>
2486
2487 * window.el (window-to-use): Define for compiler.
2488
2489 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2490 consistent with others (no final period).
2491
2492 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2493 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2494
2495 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2496
2497 Make vc-print-log buttons work.
2498 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2499
2500 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2501
2502 * savehist.el (savehist-autosave-interval): Allow setting to nil
2503 through customize. (Bug#5056)
2504
2505 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2506
2507 Fix references to jit-lock properties.
2508 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2509 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2510 (perl-font-lock-special-syntactic-constructs):
2511 Quote jit-lock-defer-multiline property.
2512
2513 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2514
2515 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2516
2517 2009-11-30 Juri Linkov <juri@jurta.org>
2518
2519 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2520 value `buffer' of `multi-isearch-next-buffer-current-function'.
2521 Use `(current-buffer)' when `buffer' is nil.
2522 (multi-isearch-next-buffer-from-list): Don't fallback to
2523 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2524
2525 2009-11-30 Juri Linkov <juri@jurta.org>
2526
2527 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2528 of buffers with `get-buffer' to `multi-isearch-buffers'.
2529 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2530 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2531 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2532 FILES with `expand-file-name' converting relative file names
2533 to absolute. Doc fix. (Bug#4727)
2534
2535 2009-11-30 Juri Linkov <juri@jurta.org>
2536
2537 * misearch.el (multi-isearch-read-buffers)
2538 (multi-isearch-read-matching-buffers): New functions.
2539 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2540 Use them in the `interactive' spec. Doc fix.
2541 (multi-isearch-read-files, multi-isearch-read-matching-files):
2542 New functions.
2543 (multi-isearch-files, multi-isearch-files-regexp):
2544 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2545
2546 2009-11-30 Juri Linkov <juri@jurta.org>
2547
2548 * doc-view.el (doc-view-continuous):
2549 Rename from `doc-view-continuous-mode'.
2550 (doc-view-menu): Move "Toggle display" to the top.
2551 Add submenu "Continuous" with radio buttons "Off"/"On"
2552 and "Save as Default".
2553 (doc-view-scroll-up-or-next-page)
2554 (doc-view-scroll-down-or-previous-page)
2555 (doc-view-next-line-or-next-page)
2556 (doc-view-previous-line-or-previous-page): Rename
2557 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2558
2559 2009-11-30 Juri Linkov <juri@jurta.org>
2560
2561 * comint.el (comint-mode-map): Rebind `M-r' from
2562 `comint-previous-matching-input' to
2563 `comint-history-isearch-backward-regexp'.
2564 Unbind `M-s' to allow global key binding `M-s'.
2565 Add menu items for `comint-history-isearch-backward' and
2566 `comint-history-isearch-backward-regexp'. (Bug#3746)
2567
2568 2009-11-30 Juri Linkov <juri@jurta.org>
2569
2570 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2571 For def=recenter, replace `recenter' with `recenter-top-bottom'
2572 that is called with `this-command' and `last-command' let-bound
2573 to `recenter-top-bottom'. When the last `def' was not `recenter',
2574 set `recenter-last-op' to nil. (Bug#4981)
2575
2576 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 Minor cleanup and simplification.
2579 * filecache.el (file-cache-add-directory)
2580 (file-cache-add-directory-recursively)
2581 (file-cache-add-from-file-cache-buffer)
2582 (file-cache-delete-file-regexp, file-cache-delete-directory)
2583 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2584 (file-cache-temp-minibuffer-message): Delete function.
2585 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2586
2587 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2588 Don't signal an error when bumping into EOB in tr, s, or y.
2589
2590 2009-11-29 Juri Linkov <juri@jurta.org>
2591
2592 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2593 (Bug#4960)
2594
2595 * descr-text.el (describe-char-unidata-list): Use lowercase name
2596 for "Unicode name" like in other tags.
2597
2598 2009-11-29 Juri Linkov <juri@jurta.org>
2599
2600 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2601 New compatibility macro.
2602 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2603
2604 2009-11-29 Juri Linkov <juri@jurta.org>
2605
2606 Add defcustom to define the cycling order of `recenter-top-bottom'.
2607 (Bug#4981)
2608
2609 * window.el (recenter-last-op): Doc fix.
2610 (recenter-positions): New defcustom.
2611 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2612 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2613
2614 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2615
2616 Improve integration of Tramp and ange-ftp in eshell.
2617
2618 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2619 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2620 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2621
2622 * eshell/esh-util.el (top): Require also Tramp when compiling.
2623 (eshell-directory-files-and-attributes): Check for FTP remote
2624 connection.
2625 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2626 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2627 (eshell-file-attributes): Handle ".". Return `entry'.
2628
2629 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2630 (ange-ftp-directory-files-and-attributes)
2631 (ange-ftp-real-directory-files-and-attributes): New defuns.
2632
2633 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2634 shell with "exec" when possible. This prevents trailing prompts
2635 in `start-file-process'.
2636
2637 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 Try and remove assumptions about point-min==1.
2640 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2641 (rng-compute-mode-line-string): Show the validation percentage in
2642 terms of the narrowed text, not the widened text.
2643 (rng-do-some-validation): Don't catch internal errors when debugging.
2644 (rng-first-error): Simplify.
2645 (rng-after-change-function): Remove work around. AFAIK the bug has
2646 been fixed a while ago.
2647
2648 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2649 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2650
2651 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2652
2653 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2654 `cd' doesn't always do it for us (bug#5067).
2655
2656 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2657 on 2009-10-25 as part of some other change (bug#5067).
2658
2659 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2662 `suspicious'.
2663 (byte-compile-warnings): Use byte-compile-warning-types.
2664 (byte-compile-save-excursion): Warn about use of set-buffer right
2665 after save-excursion.
2666
2667 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2668 the excursion as well.
2669
2670 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2671
2672 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2673 providing a Tramp related implementation of "su" and "sudo".
2674 (eshell-unix-initialize): Add "su" and "sudo".
2675
2676 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2677
2678 * net/socks.el (socks-send-command): Convert binary request to
2679 unibyte before sending. This fixes mishandling of some port
2680 numbers such as 129.
2681
2682 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 * help.el (describe-bindings-internal): Remove `interactive'.
2685
2686 * man.el (Man-completion-table): Trim a terminating "(".
2687 Remove the space between name page a section.
2688 Add the command's description on the `help-echo' property.
2689 Remove `process-connection-type' binding since it's unused by
2690 call-process.
2691 Provide completion for the "<section> <name>" format as well.
2692 (Man-default-man-entry): Remove spurious var shadowing the argument.
2693
2694 2009-11-26 Kevin Ryde <user42@zip.com.au>
2695
2696 * log-view.el: Add "Keywords: tools", since its other keywords
2697 aren't in finder-known-keywords, and following vc.el.
2698
2699 * sha1.el (sha1-string-external): default-directory "/" in case
2700 otherwise non-existent. process-connection-type pipe for touch of
2701 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2702
2703 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 Misc coding convention cleanups.
2706 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2707 hfy-init-kludge-hooks.
2708 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2709 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2710 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2711 and push.
2712 (hfy-slant, hfy-weight): Use tables rather than code.
2713 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2714 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2715 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2716 (hfy-face-to-css): Remove `nconc' with single arg.
2717 (hfy-p-to-face-lennart): Use `or'.
2718 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2719 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2720 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2721 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2722 (hfy-force-fontification): Use run-hooks.
2723
2724 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2725
2726 Various minor fixes.
2727 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2728 Javascript belongs in the header, not the body.
2729 (hfy-javascript): Remove.
2730 (hfy-fontify-buffer): Don't insert it any more.
2731 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2732 Fix bug in invis handling when there were no invis props in a chunk.
2733
2734 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2737
2738 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2739
2740 * finder.el (finder-mode-map): Add a menu.
2741
2742 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2743
2744 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2745 "unsigned" structs.
2746
2747 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2748 fork" statement better.
2749
2750 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2751
2752 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2753 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2754 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2755 Reported by Clay Douglass.
2756
2757 (verilog-auto-inst, verilog-auto-star-safe)
2758 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2759 Fix removing "// Interfaces" when saving .* expansions. Reported by
2760 Pierre-David Pfister.
2761
2762 2009-11-26 Glenn Morris <rgm@gnu.org>
2763
2764 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2765 the scope.
2766
2767 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2768
2769 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2770 Really use previous revision.
2771
2772 2009-11-25 Kevin Ryde <user42@zip.com.au>
2773
2774 * man.el (Man-completion-table): default-directory "/" in case
2775 doesn't otherwise exist. process-environment COLUMNS=999 so as
2776 not to truncate long names. process-connection-type pipe to avoid
2777 any chance of hitting the pseudo-tty TIOCGWINSZ.
2778 (man): completion-ignore-case t for friendliness and since man
2779 itself is case-insensitive on the command line.
2780 Further to Bug#3717.
2781
2782 * arc-mode.el: Add "Keywords: files", so the details in its
2783 commentary can be reached from finder-by-keyword.
2784 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2785 editing mode, but it's comms related and sgml-mode.el has "comm"
2786 on that basis too.
2787 * textmodes/bibtex-style.el: Add "Keywords: tex".
2788 * international/isearch-x.el, international/ja-dic-cnv.el:
2789 * international/ja-dic-utl.el, international/kkc.el:
2790 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2791
2792 2009-11-25 Juri Linkov <juri@jurta.org>
2793
2794 * man.el (Man-completion-table): Modify regexp to include
2795 section names to completion strings. (Bug#3717)
2796
2797 2009-11-25 Juri Linkov <juri@jurta.org>
2798
2799 Search recursively in gzipped files. (Bug#4982)
2800
2801 * progmodes/grep.el (grep-highlight-matches): Add new options
2802 `always' and `auto'. Doc fix.
2803 (grep-process-setup): Check `grep-highlight-matches' for
2804 `auto-detect' to determine the need to compute grep defaults.
2805 Move Windows/DOS specific --colors settings handling
2806 to `grep-compute-defaults'. Check `grep-highlight-matches'
2807 to get the value of "--color=".
2808 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2809 has the value `auto-detect'. Move Windows/DOS specific settings
2810 from `grep-process-setup'.
2811 (zrgrep): New command with alias `rzgrep'.
2812
2813 2009-11-25 Juri Linkov <juri@jurta.org>
2814
2815 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2816 to nil instead of switching off view-mode. (Bug#4896)
2817
2818 2009-11-25 Juri Linkov <juri@jurta.org>
2819
2820 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2821
2822 * mwheel.el (mwheel-scroll-up-function)
2823 (mwheel-scroll-down-function): New defvars.
2824 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2825 `scroll-up', and `mwheel-scroll-down-function' instead of
2826 `scroll-down'.
2827
2828 * doc-view.el (doc-view-scroll-up-or-next-page)
2829 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2830 Use this ARG in the call to image-scroll-up/image-scroll-down.
2831 Change `interactive' spec to "P". Goto next/previous page only
2832 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2833 SPC/DEL case). Doc fix.
2834 (doc-view-next-line-or-next-page)
2835 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2836 for consistency.
2837 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2838 `doc-view-scroll-up-or-next-page', and buffer-local
2839 `mwheel-scroll-down-function' to
2840 `doc-view-scroll-down-or-previous-page'.
2841
2842 2009-11-25 Juri Linkov <juri@jurta.org>
2843
2844 Provide additional default values (directories at other Dired
2845 windows) via M-n in the minibuffer of some Dired commands.
2846
2847 * dired-aux.el (dired-diff, dired-compare-directories)
2848 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2849 `minibuffer-default' in `minibuffer-with-setup-hook'.
2850 (dired-dwim-target-directory): Find a window that displays Dired
2851 buffer instead of failing when the next window is not Dired.
2852 Use `get-window-with-predicate' to find for the next Dired window.
2853 (dired-dwim-target-defaults): New function.
2854
2855 * ediff-util.el (ediff-read-file-name):
2856 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2857 in `minibuffer-with-setup-hook'.
2858
2859 2009-11-25 Juri Linkov <juri@jurta.org>
2860
2861 Provide additional default values (file name at point or at the
2862 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2863
2864 * minibuffer.el (read-file-name-defaults): New function.
2865 (read-file-name): Reset `minibuffer-default' to nil when
2866 it duplicates initial input `insdef'.
2867 Bind `minibuffer-default-add-function' to lambda that
2868 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2869 (minibuffer-insert-file-name-at-point): New command.
2870
2871 * files.el (file-name-at-point-functions): New defcustom.
2872 (find-file-default): Remove defvar.
2873 (find-file-read-args): Don't use `find-file-default'.
2874 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2875 to `read-file-name'.
2876 (find-file-literally): Use `read-file-name' with
2877 `confirm-nonexistent-file-or-buffer'.
2878
2879 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2880
2881 * dired.el (dired-read-dir-and-switches):
2882 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2883 to `read-file-name'.
2884 (dired-file-name-at-point): New function.
2885 (dired-mode): Add hook `dired-file-name-at-point' to
2886 `file-name-at-point-functions'.
2887
2888 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 Really make the *Completions* window soft-dedicated (bug#5030).
2891 * window.el (window--display-buffer-2): Add `dedicated' argument.
2892 (display-buffer): Pass it when needed so the dedicated flag is set
2893 after calling set-window-buffer, which would otherwise reset it.
2894
2895 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * progmodes/meta-mode.el (meta-complete-symbol):
2898 * progmodes/etags.el (complete-tag):
2899 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2900 Use completion-in-region.
2901
2902 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2903 (dabbrev-completion): Use completion-in-region.
2904 (dabbrev--abbrev-at-point): Simplify regexp.
2905
2906 * abbrev.el (abbrev--before-point): Use word-motion functions
2907 if :regexp is not specified (bug#5031).
2908
2909 * subr.el (string-prefix-p): New function.
2910
2911 * man.el (Man-completion-cache): New var.
2912 (Man-completion-table): Use it.
2913
2914 * vc.el (vc-print-log-internal): Make `limit' optional for better
2915 compatibility (e.g. with vc-annotate.el).
2916
2917 2009-11-24 Kevin Ryde <user42@zip.com.au>
2918
2919 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2920 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2921
2922 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2923 when .el source file not found or other error.
2924
2925 2009-11-24 Markus Triska <markus.triska@gmx.at>
2926
2927 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2928
2929 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 Handle the [back] button properly (bug#4979).
2932 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2933 Use help-setup-xref, help-buffer, and with-help-window.
2934 (describe-char): Add `buffer' argument.
2935 Pass proper command to help-setup-xref. Don't meddle with
2936 help-xref-stack-item directly.
2937 (describe-text-category): Use with-help-window and help-buffer.
2938
2939 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2940 for the displayed buffer (bug#4887).
2941
2942 * man.el (Man-completion-table): New function.
2943 (man): Use it.
2944
2945 2009-11-24 David Reitter <david.reitter@gmail.com>
2946
2947 * vc-git.el (vc-git-registered): Use checkout directory (where
2948 .git is) rather than the file's directory and a relative path spec
2949 to work around a bug in git.
2950
2951 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2952
2953 Improve handling of processes on remote hosts.
2954
2955 * eshell/esh-util.el (eshell-path-env): New defvar.
2956 (eshell-parse-colon-path): New defun.
2957 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2958
2959 * eshell/esh-ext.el (eshell-search-path):
2960 Use `eshell-parse-colon-path'.
2961 (eshell-remote-command): Remove argument HANDLER.
2962 (eshell-external-command): Check for FTP remote connection.
2963
2964 * eshell/esh-proc.el (eshell-gather-process-output):
2965 Use `file-truename', in order to start also symlinked files.
2966 Apply `start-file-process' instead of `start-process'.
2967 Shorten `command' to the local file name part.
2968
2969 * eshell/em-cmpl.el (eshell-complete-commands-list):
2970 Use `eshell-parse-colon-path'.
2971
2972 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2973
2974 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2975 to `eshell-directory-change-hook'.
2976
2977 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2978
2979 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2980 because it could be enabled automatically if view-read-only is non-nil.
2981
2982 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2983
2984 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2985 made on 2009-11-22.
2986
2987 2009-11-24 Glenn Morris <rgm@gnu.org>
2988
2989 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2990 deleted variable bookmark-bmenu-bookmark-column.
2991
2992 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2993 Move after definition of global-semantic-idle-tag-highlight-mode.
2994
2995 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2998
2999 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3000
3001 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3002 two slashes to the "file:" prefix.
3003 (browse-url-file-url): De-munge Cygwin filenames before passing
3004 them to Windows browser.
3005 (browse-url-default-windows-browser): Use call-process.
3006
3007 2009-11-23 Juri Linkov <juri@jurta.org>
3008
3009 Implement DocView Continuous mode. (Bug#4896)
3010 * doc-view.el (doc-view-continuous-mode): New defcustom.
3011 (doc-view-mode-map): Bind C-n/<down> to
3012 `doc-view-next-line-or-next-page', C-p/<up> to
3013 `doc-view-previous-line-or-previous-page'.
3014 (doc-view-next-line-or-next-page)
3015 (doc-view-previous-line-or-previous-page): New commands.
3016
3017 2009-11-23 Juri Linkov <juri@jurta.org>
3018
3019 Implement Isearch in comint input history. (Bug#3746)
3020 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3021 `isearch-mode-hook'.
3022 (comint-history-isearch): New defcustom.
3023 (comint-history-isearch-backward)
3024 (comint-history-isearch-backward-regexp): New commands.
3025 (comint-history-isearch-message-overlay): New buffer-local variable.
3026 (comint-history-isearch-setup, comint-history-isearch-end)
3027 (comint-goto-input, comint-history-isearch-search)
3028 (comint-history-isearch-message, comint-history-isearch-wrap)
3029 (comint-history-isearch-push-state)
3030 (comint-history-isearch-pop-state): New functions.
3031
3032 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3033
3034 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3035 return.
3036 (tramp-handle-make-symbolic-link)
3037 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3038 Quote file names.
3039 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3040 (tramp-handle-process-file): Use it.
3041
3042 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * window.el (move-to-window-line-last-op): Remove.
3045 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3046
3047 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3048
3049 Make M-r mirror the new cycling behavior of C-l.
3050 * window.el (move-to-window-line-last-op): New var.
3051 (move-to-window-line-top-bottom): New command.
3052 (global-map): Bind M-r move-to-window-line-top-bottom.
3053
3054 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3055
3056 * dired-x.el (dired-guess-shell-alist-default):
3057 Support xz format. (Bug#4953)
3058
3059 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * cedet/srecode/map.el (srecode-get-maps):
3062 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3063 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3064 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3065 (semantic-toggle-decoration-style):
3066 * cedet/semantic/decorate/include.el
3067 (semantic-decoration-include-describe)
3068 (semantic-decoration-unknown-include-describe)
3069 (semantic-decoration-unparsed-include-describe)
3070 (semantic-decoration-all-include-summary):
3071 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3072 * cedet/semantic/analyze/complete.el
3073 (semantic-analyze-possible-completions):
3074 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3075 (semantic-show-unmatched-syntax-mode)
3076 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3077 (semantic-highlight-func-mode):
3078 * cedet/semantic/util.el (semantic-describe-buffer):
3079 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3080 (semantic-symref-find-tags-by-name)
3081 (semantic-symref-find-tags-by-regexp)
3082 (semantic-symref-find-tags-by-completion)
3083 (semantic-symref-find-file-references-by-name)
3084 (semantic-symref-find-text):
3085 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3086 (senator-yank-tag):
3087 * cedet/semantic/scope.el (semantic-calculate-scope):
3088 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3089 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3090 (define-semantic-idle-service):
3091 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3092 (semantic-complete-analyze-inline-idle):
3093 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3094 * cedet/mode-local.el (describe-mode-local-bindings)
3095 (describe-mode-local-bindings-in-mode):
3096 * cedet/ede/make.el (ede-make-check-version):
3097 * cedet/ede/locate.el (ede-enable-locate-on-project):
3098 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3099 (cedet-idutils-version-check):
3100 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3101 (cedet-gnu-global-version-check):
3102 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3103 (cedet-cscope-version-check): Use called-interactively-p instead
3104 of interactive-p.
3105
3106 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3107 Use semantic-format-tag-prototype.
3108
3109 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3110
3111 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3112 last-command-char/last-command-event.
3113 (viper-prefix-arg-value): Do correct conversion of event-char for
3114 XEmacs.
3115
3116 * emulation/viper-util.el, emulation/viper.el:
3117 Use viper-last-command-char instead of
3118 last-command-char/last-command-event.
3119
3120 * ediff-init.el, ediff-mult.el, ediff-util.el:
3121 Replace last-command-char and last-command-event
3122 with (ediff-last-command-char) everywhere.
3123
3124 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3125 created in fundamental mode.
3126
3127 * ediff.el (ediff-version): Revert the change of interactive-p to
3128 called-interactively-p.
3129
3130 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3131
3132 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3133 generation from word-movement command names.
3134
3135 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3138 (semantic-complete-jump-local, semantic-complete-jump):
3139 Improve prompt string.
3140
3141 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3142
3143 * cus-start.el (all): Add native condition for font-use-system-font.
3144
3145 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3146
3147 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3148 Correct the patch from 2009-11-18. (Bug#3910)
3149
3150 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3151
3152 * progmodes/subword.el: Rename from lisp/subword.el.
3153
3154 * subword.el: Rename to progmodes/subword.el.
3155
3156 * Makefile.in (ELCFILES): Adapt to subword.el move.
3157
3158 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3159 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3162 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3163 (bookmark-bmenu-show-filenames): Use push.
3164 (bookmark-bmenu-hide-filenames): Use local var instead of
3165 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3166 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3167 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3168 filenames now that the bookmark names are always available.
3169
3170 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3173 (bookmark-search-pattern): Move and leave unbound.
3174 (bookmark-bmenu-mode-map): Change binding.
3175 (bookmark-read-search-input): Simplify.
3176 Don't use text-char-description. Don't error on non-char events.
3177 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3178 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3179 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3180 Use a local var for the timer.
3181 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3182 (i.e. bookmark-bmenu-search).
3183
3184 2009-11-21 Glenn Morris <rgm@gnu.org>
3185
3186 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3187
3188 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3189
3190 * net/browse-url.el (browse-url-default-windows-browser):
3191 Use cygstart for cygwin.
3192
3193 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3194
3195 * bookmark.el: Formatting and doc fixes only:
3196 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3197 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3198 Minor grammar and punctuation fixes in doc string.
3199 (bookmark-read-search-input): Adjust to fit within 80 columns.
3200
3201 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3202
3203 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3204 (c-backward-into-nomenclature): Adapt to subword renaming.
3205
3206 * subword.el (subword-forward, subword-backward, subword-mark)
3207 (subword-kill, subword-backward-kill, subword-transpose)
3208 (subword-downcase, subword-upcase, subword-capitalize)
3209 (subword-forward-internal, subword-backward-internal):
3210 Rename from forward-subword, backward-subword, mark-subword,
3211 kill-subword, backward-kill-subword, transpose-subwords,
3212 downcase-subword, upcase-subword, capitalize-subword,
3213 forward-subword-internal, backward-subword-internal.
3214
3215 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3216
3217 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3218 New options.
3219 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3220 New vars.
3221 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3222 (bookmark-bmenu-filter-alist-by-regexp)
3223 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3224 (bookmark-bmenu-search): New command.
3225 (bookmark-bmenu-mode-map): Bind it.
3226
3227 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3230
3231 * cedet/semantic/idle.el (define-semantic-idle-service)
3232 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3233
3234 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3235
3236 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3237 backward-subword to quit the byte-compiler.
3238
3239 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3240
3241 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3242
3243 * progmodes/cc-cmds.el (c-update-modeline)
3244 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3245 Refer to subword.el functions instead of cc-subword.el.
3246
3247 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3248 subword.el functions instead of cc-subword.el.
3249
3250 * progmodes/cc-subword.el: Rename to subword.el.
3251 * subword.el: Rename from progmodes/cc-subword.el.
3252 (subword-mode-map): Rename from c-subword-mode-map.
3253 (subword-mode): Rename from c-subword-mode.
3254 (global-subword-mode): New global minor mode.
3255 (forward-subword): Rename from c-forward-subword.
3256 (backward-subword): Rename from c-backward-subword.
3257 (mark-subword): Rename from c-mark-subword.
3258 (kill-subword): Rename from c-kill-subword.
3259 (backward-kill-subword): Rename from c-backward-kill-subword.
3260 (transpose-subwords): Rename from c-tranpose-subword.
3261 (downcase-subword): Rename from c-downcase-subword.
3262 (capitalize-subword): Rename from c-capitalize-subword.
3263 (forward-subword-internal): Rename from c-forward-subword-internal.
3264 (backward-subword-internal): Rename from c-backward-subword-internal.
3265
3266 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3269 from a dired buffer.
3270 (vc-dired-deduce-fileset): New function.
3271 (vc-root-diff, vc-print-root-log): Use it.
3272
3273 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3274 nil LIMIT argument to vc-print-log-internal.
3275
3276 2009-11-20 Glenn Morris <rgm@gnu.org>
3277
3278 * Makefile.in (ELCFILES): Regenerate.
3279
3280 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3283
3284 * cedet/semantic.el: Enable idle-mode menu items only if
3285 global-semantic-idle-scheduler-mode is enabled.
3286 (semantic-default-submodes): Doc fix.
3287
3288 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3289 When turning off, disable other idle modes.
3290
3291 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3292
3293 * calc/calc.el (calc-set-mode-line):
3294 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3295 (math-format-number): Rename `math-format-complement-signed' to
3296 `math-format-twos-complement'.
3297
3298 * calc/calc-bin.el (math-format-twos-complement): Rename from
3299 math-format-complement-signed.
3300 (calc-radix): Rename `calc-complement-signed-mode' to
3301 `calc-twos-complement-mode'.
3302 (calc-octal-radix, calc-hex-radix): Add an argument for
3303 two's complement.
3304
3305 * calc/calc-embed.el (calc-embedded-mode-vars):
3306 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3307
3308 * calc/calc-ext.el (calc-init-extensions):
3309 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3310 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3311
3312 * calc/calc-units.el (math-build-units-table-buffer):
3313 Let `calc-twos-complement-mode' be nil.
3314
3315 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3316 entries.
3317
3318 * calc/calc-vec.el (calcFunc-vunpack):
3319 * calc/calc-aent.el (calc-do-calc-eval):
3320 * calc/calc-forms.el (math-format-date):
3321 * calc/calc-graph.el (calc-graph-plot):
3322 * calc/calc-math.el (math-use-emacs-fn):
3323 * calc/calccomp.el (math-compose-expr):
3324 Let `calc-twos-complement-mode' be nil.
3325
3326 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3329 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3330 * minibuffer.el (completion-in-region-functions): New hook.
3331 (completion-in-region): New function.
3332 * emacs-lisp/lisp.el (lisp-complete-symbol):
3333 * pcomplete.el (pcomplete-std-complete): Use it.
3334
3335 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3338 (latex-complete-alist): New vars.
3339 (latex-string-prefix-p, latex-complete-bibtex-keys)
3340 (latex-complete-envnames, latex-complete-refkeys)
3341 (latex-complete-data): New functions.
3342 (latex-complete, latex-indent-or-complete): New commands.
3343
3344 * window.el (display-buffer-mark-dedicated): New var.
3345 (display-buffer): Obey it.
3346 * minibuffer.el (minibuffer-completion-help): Use it.
3347
3348 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3349
3350 * filecache.el (file-cache-add-file): Use push and cons.
3351 (file-cache-delete-file-regexp): Use push.
3352 (file-cache-complete): Use completion-in-region.
3353
3354 * simple.el (with-wrapper-hook): Fix thinko.
3355
3356 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3357 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3358 Use with-current-buffer and string-to-number.
3359 (hfy-fallback-colour-values): Use assoc-string.
3360 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3361 (hfy-face-at): Remove unused var `found-face'.
3362 (hfy-compile-stylesheet): Remove unused var `css'.
3363 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3364 and `orig-buffer'.
3365 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3366 Use with-current-buffer.
3367 (hfy-text-p): Use expand-file-name and fewer setq.
3368
3369 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3370
3371 * htmlfontify.el, hfy-cmap.el: New files.
3372
3373 2009-11-19 Juri Linkov <juri@jurta.org>
3374
3375 * minibuffer.el (completions-format): New defcustom.
3376 (completion--insert-strings): Implement vertical format.
3377
3378 * simple.el (switch-to-completions): Move point to the first
3379 completion when point was at the beginning of the buffer.
3380
3381 2009-11-19 Juri Linkov <juri@jurta.org>
3382
3383 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3384
3385 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3386
3387 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3390 (mail-signature): Change default to t.
3391 (mail-from-style): Deprecate `system-default' value.
3392 (mail-insert-from-field): For default value of mail-from-style,
3393 default to `angles' unless `angles' needs quoting and `parens'
3394 does not.
3395 (mail-citation-prefix-regexp): Use citation regexp from
3396 message-mode.
3397
3398 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3401 Set variables for computing the prompt for reading password.
3402
3403 2009-11-19 Glenn Morris <rgm@gnu.org>
3404
3405 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3406
3407 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3408
3409 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3410 (newsticker-treeview-listwindow-height): Fix custom type.
3411
3412 2009-11-19 Kenichi Handa <handa@m17n.org>
3413
3414 * descr-text.el (describe-char-padded-string): Compose with TAB
3415 only if there's a font for CH.
3416 (describe-char): Fix the condition for detecting a trivial composition.
3417
3418 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3419
3420 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3421 more accurate version of the regexp. (Bug#3910)
3422
3423 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3424
3425 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3426
3427 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3428
3429 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3430 (font-setting-change-default-font): Fix typo in docstring.
3431
3432 2009-11-18 Alan Mackenzie <acm@muc.de>
3433
3434 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3435
3436 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3437
3438 * font-setting.el (font-use-system-font): Move ...
3439
3440 * cus-start.el (all): ... to here.
3441
3442 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3443
3444 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3445 Don't set `ad-return-value' if `ad-do-it' doesn't.
3446
3447 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3448 modification time.
3449
3450 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3451
3452 * menu-bar.el: Put "Use system font" in Option-menu.
3453 (menu-bar-options-save): Add font-use-system-font.
3454
3455 * loadup.el: If feature system-font-setting or font-render-setting is
3456 there, load font-setting.
3457
3458 * Makefile.in (ELCFILES): Add font-settings.el.
3459 * font-setting.el: New file.
3460
3461 2009-11-17 Glenn Morris <rgm@gnu.org>
3462
3463 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3464
3465 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3466 Preserve point in the list buffer. (Bug#4939)
3467 Use point-at-eol.
3468 (newsticker--treeview-list-update-highlight)
3469 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3470
3471 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3472
3473 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3474 Remove.
3475
3476 * calc/calc-ext.el (calc-init-extensions): Remove references to
3477 symclip.
3478
3479 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3480
3481 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3482 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3483 `calc-symclip'.
3484
3485 2009-11-16 Kevin Ryde <user42@zip.com.au>
3486
3487 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3488 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3489
3490 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3491 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3492 Ignore trailing spaces by omit-nulls to split-string (fixing
3493 regression from Emacs 21 due to the incompatible split-string
3494 change). (Bug #4928.)
3495
3496 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3497
3498 * vc.el (vc-log-show-limit): Default to 2000.
3499 (vc-print-log-internal): Insert buttons to request more entries
3500 when limiting the output.
3501
3502 * vc-sccs.el (vc-sccs-print-log):
3503 * vc-rcs.el (vc-rcs-print-log):
3504 * vc-cvs.el (vc-cvs-print-log):
3505 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3506 LIMIT is non-nil.
3507
3508 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3509
3510 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3511 error when `tramp-gvfs-dbus-event-vector' is set.
3512 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3513
3514 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3517
3518 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3519
3520 * net/dbus.el (dbus-unregister-service): New defun.
3521 (dbus-register-property): Register the handlers of
3522 "org.freedesktop.DBus.Properties" for SERVICE.
3523 (dbus-property-handler): Fix docstring.
3524
3525 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3526
3527 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3528 Quote doc string reference in defvaralias as it is not in special form.
3529 (byte-compile-output-docform): Doc fix.
3530
3531 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3532
3533 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3534 (calc-complement-signed-mode): New variables.
3535 (calc-set-mode-line): Add indicator for twos-complements.
3536 (math-format-number): Format twos-complement notation.
3537
3538 * calc/calc-bin.el (calc-word-size): Reset the variables
3539 `math-2-word-size' and `math-half-2-word-size'.
3540 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3541 (calc-symclip): New functions.
3542
3543 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3544
3545 * calc/calc-embed.el (calc-embedded-mode-vars):
3546 Add `calc-complement-signed-mode' to the list of modes.
3547
3548 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3549 (calc-b-oper-keys): Add `calc-symclip' to list.
3550
3551 * calc/calc-ext.el (math-read-number-fancy): Read complement
3552 signed numbers.
3553 (calc-init-extensions): Add binding for `calc-symclip'.
3554 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3555
3556 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3557 `calc-symclip'.
3558 (calc-modes-menu): Add item for twos complement mode.
3559
3560 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3561
3562 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * register.el (jump-to-register, insert-register): Handle Semantic
3565 tags. From commented-out advice in semantic/senator.el.
3566
3567 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3568
3569 * vc.el (vc-log-show-limit): New variable.
3570 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3571 when using a prefix argument.
3572 (vc-print-log-internal): Add new argument LIMIT.
3573
3574 * vc-svn.el (vc-svn-print-log):
3575 * vc-mtn.el (vc-mtn-print-log):
3576 * vc-hg.el (vc-hg-print-log):
3577 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3578 pass it to the log command when set. Make the BUFFER argument
3579 non-optional.
3580
3581 * vc-sccs.el (vc-sccs-print-log):
3582 * vc-rcs.el (vc-rcs-print-log):
3583 * vc-git.el (vc-git-print-log):
3584 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3585 ignore it. Make the BUFFER argument non-optional
3586
3587 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3588
3589 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * dired.el (dired-mode-map): Move encryption items to "Operate"
3592 menu (Bug#4703).
3593
3594 * strokes.el (strokes-update-window-configuration): Make strokes
3595 buffer current before erasing (Bug#4906).
3596
3597 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3598 (semantic-idle-summary-mode): Define using define-minor-mode
3599 instead of define-semantic-idle-service.
3600 (semantic-idle-summary-mode): New function.
3601 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3602 that mouse motion does not reset the echo area.
3603
3604 2009-11-15 Juri Linkov <juri@jurta.org>
3605
3606 * simple.el (set-mark-default-inactive): Add :type, :group
3607 and :version. (Bug#4876)
3608
3609 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3610
3611 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3612 (archive-unique-fname): ... here. (Bug#4929)
3613
3614 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3617 with a real fix.
3618
3619 * novice.el (disabled-command-function): Add useful args.
3620 Setup the help buffer so that [back] works.
3621 Remove redundant call to help-mode.
3622 (disabled-command-function): Use `case'.
3623 (en/disable-command): New function extracted from enable-command.
3624 (enable-command, disable-command): Use it.
3625
3626 2009-11-14 Glenn Morris <rgm@gnu.org>
3627
3628 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3629 constants. (Bug#4913)
3630
3631 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3632
3633 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3634
3635 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3636 defined in C that have no doc-strings. (Bug#1063)
3637
3638 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3639
3640 * cus-edit.el (data, files):
3641 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3642
3643 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * simple.el (shell-command): Doc fix (Bug#4891).
3646
3647 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3648
3649 2009-11-14 Glenn Morris <rgm@gnu.org>
3650
3651 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3652 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3653 If they are already loaded, eval-after-load will do the right thing.
3654
3655 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3656 compiling.
3657
3658 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3659
3660 * simple.el (x-selection-owner-p): Declare.
3661 (read-mail-command): Use custom radio type rather than choice.
3662 (completion-no-auto-exit): Doc fix.
3663
3664 * custom.el (defgroup):
3665 * epg-config.el (epg): Doc fixes.
3666
3667 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3668
3669 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3670 * international/ccl.el (define-ccl-program): Do not purecopy the
3671 docstring, defconst does it anyway.
3672
3673 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3676 a second time.
3677
3678 * x-dnd.el (x-dnd-maybe-call-test-function):
3679 * window.el (split-window-vertically):
3680 * whitespace.el (whitespace-help-on):
3681 * vc-rcs.el (vc-rcs-consult-headers):
3682 * userlock.el (ask-user-about-lock-help)
3683 (ask-user-about-supersession-help):
3684 * type-break.el (type-break-force-mode-line-update):
3685 * time-stamp.el (time-stamp-conv-warn):
3686 * terminal.el (te-set-output-log, te-more-break, te-filter)
3687 (te-sentinel, terminal-emulator):
3688 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3689 (term-write-input-ring, term-check-source, term-start-output-log):
3690 (term-display-buffer-line, term-dynamic-list-completions):
3691 (term-ansi-make-term, serial-term):
3692 * subr.el (selective-display):
3693 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3694 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3695 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3696 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3697 (speedbar-remove-localized-speedbar-support)
3698 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3699 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3700 (speedbar-buffers-line-directory):
3701 * simple.el (shell-command-on-region, append-to-buffer)
3702 (prepend-to-buffer):
3703 * shadowfile.el (shadow-save-todo-file):
3704 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3705 (scroll-bar-maybe-set-window-start):
3706 * sb-image.el (speedbar-image-dump):
3707 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3708 (load-save-place-alist-from-file):
3709 * ps-samp.el (ps-print-message-from-summary):
3710 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3711 (ps-background-image, ps-begin-job, ps-do-despool):
3712 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3713 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3714 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3715 (pr-call-process, pr-file-list, pr-interface-save):
3716 * novice.el (disabled-command-function)
3717 (enable-command, disable-command):
3718 * mouse.el (mouse-buffer-menu-alist):
3719 * mouse-copy.el (mouse-kill-preserving-secondary):
3720 * macros.el (kbd-macro-query):
3721 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3722 * informat.el (batch-info-validate):
3723 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3724 * hippie-exp.el (try-expand-dabbrev-visible):
3725 * help-mode.el (help-make-xrefs):
3726 * help-fns.el (describe-variable):
3727 * generic-x.el (bat-generic-mode-run-as-comint):
3728 * finder.el (finder-mouse-select):
3729 * find-dired.el (find-dired-sentinel):
3730 * filesets.el (filesets-file-close):
3731 * files.el (list-directory):
3732 * faces.el (list-faces-display, describe-face):
3733 * facemenu.el (list-colors-display):
3734 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3735 * epg.el (epg--process-filter, epg-cancel):
3736 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3737 (epa--read-signature-type):
3738 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3739 (emerge-file-names):
3740 * ehelp.el (electric-helpify):
3741 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3742 * ediff-vers.el (rcs-ediff-view-revision):
3743 * ediff-util.el (ediff-setup):
3744 * ediff-mult.el (ediff-append-custom-diff):
3745 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3746 (ediff-wordify):
3747 * echistory.el (Electric-command-history-redo-expression):
3748 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3749 * disp-table.el (describe-display-table):
3750 * dired.el (dired-find-buffer-nocreate):
3751 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3752 * dabbrev.el (dabbrev--same-major-mode-p):
3753 * chistory.el (list-command-history):
3754 * apropos.el (apropos-documentation):
3755 * allout.el (allout-obtain-passphrase):
3756 (allout-copy-exposed-to-buffer):
3757 (allout-verify-passphrase): Use with-current-buffer.
3758
3759 2009-11-13 Glenn Morris <rgm@gnu.org>
3760
3761 * Makefile.in (ELCFILES): Regenerate.
3762
3763 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * net/dbus.el (dbus-registered-objects-table): Rename from
3766 `dbus-registered-functions-table', because it contains also properties.
3767 (dbus-unregister-object): Unregister also properties.
3768 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3769 Use a timeout of 500 msec, in order to not block.
3770 (dbus-register-property, dbus-property-handler): New defuns.
3771
3772 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * simple.el (minibuffer-default-add-completions): Drop deprecated
3775 4th arg.
3776
3777 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3778
3779 * textmodes/artist.el (artist-mouse-choose-operation):
3780 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3781 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3782 (artist-compute-up-event-key): New function.
3783 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3784
3785 2009-11-13 Kenichi Handa <handa@m17n.org>
3786
3787 * language/japan-util.el: Make sure that the value of jisx0208
3788 property is jisx0208 character.
3789
3790 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3791
3792 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3793 car or each item, not the whole list.
3794
3795 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * minibuffer.el (minibuffer-completion-help):
3798 Use minibuffer-hide-completions.
3799
3800 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3801
3802 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3803 (dired-revert): Use them (bug#4880).
3804
3805 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3806
3807 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3808
3809 2009-11-12 Juri Linkov <juri@jurta.org>
3810
3811 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3812 New functions.
3813 (find-file-literally-at-point): Alias of `ffap-literally'.
3814
3815 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3816
3817 * textmodes/ispell.el (ispell-skip-region-alist):
3818 * textmodes/css-mode.el (auto-mode-alist):
3819 * progmodes/compile.el (auto-mode-alist):
3820 * international/mule.el (ctext-non-standard-encodings-alist)
3821 (ctext-non-standard-encodings-regexp):
3822 * simple.el (shell-command-switch, text-read-only):
3823 * replace.el (occur-mode-map):
3824 * paths.el (rmail-file-name):
3825 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3826 * find-file.el (ff-special-constructs):
3827 * files.el (file-name-handler-alist):
3828 * composite.el: Purecopy strings.
3829
3830 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3831
3832 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * widget.el (define-widget): Purecopy the docstring.
3835 * international/mule-cmds.el (charset): Do not purecopy the
3836 docstring here, define-widget does it.
3837
3838 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3839 * textmodes/bibtex-style.el (auto-mode-alist):
3840 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3841 * progmodes/compile.el (compile-command):
3842 * language/korea-util.el (default-korean-keyboard):
3843 * international/mule-conf.el (file-coding-system-alist):
3844 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3845 * tooltip.el (tooltip-frame-parameters):
3846 * newcomment.el (comment-end, comment-padding):
3847 * dired.el (dired-trivial-filenames):
3848 * comint.el (comint-file-name-prefix): Purecopy initial values.
3849
3850 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3853 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3854 `tramp-unload'.
3855 (tramp-advice-make-auto-save-file-name)
3856 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3857 after removing the advice.
3858
3859 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3860
3861 * progmodes/grep.el (grep-regexp-alist):
3862 * international/mule-cmds.el (iso-2022-control-alist):
3863 * emacs-lisp/timer.el (timer-duration-words):
3864 * subr.el (version-separator, version-regexp-alist):
3865 * minibuffer.el (completion-styles-alist):
3866 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3867 Change defvars to defconsts.
3868
3869 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3870 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3871 * international/mule-conf.el: Allow to be byte compiled.
3872
3873 * international/mule.el (define-charset): Purecopy props.
3874 (load-with-code-conversion): Purecopy doc string and file name.
3875 (put-charset-property): Purecopy strings.
3876 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3877
3878 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3879 (define-char-code-property): Correctly purecopy the table.
3880
3881 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3882
3883 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3884
3885 * subr.el (add-hook): Purecopy strings.
3886 (eval-after-load): Purecopy load-history-regexp and the form.
3887
3888 * custom.el (custom-declare-group): Purecopy load-file-name.
3889
3890 * subr.el (menu-bar-separator): New defconst.
3891 * net/eudc.el (eudc-tools-menu):
3892 * international/mule-cmds.el (set-coding-system-map)
3893 (mule-menu-keymap):
3894 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3895 * vc-hooks.el (vc-menu-map):
3896 * replace.el (occur-mode-map):
3897 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3898 (menu-bar-edit-menu, menu-bar-goto-menu)
3899 (menu-bar-custom-menu, menu-bar-showhide-menu)
3900 (menu-bar-options-menu, menu-bar-tools-menu)
3901 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3902 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3903 (menu-bar-help-menu):
3904 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3905 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3906
3907 * term/x-win.el (x-gtk-stock-map):
3908 * progmodes/vera-mode.el (auto-mode-alist):
3909 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3910 (inferior-lisp-program, inferior-lisp-load-command):
3911 * progmodes/hideshow.el (hs-special-modes-alist):
3912 * progmodes/gud.el (same-window-regexps):
3913 * progmodes/grep.el (grep-program, find-program, xargs-program):
3914 * net/telnet.el (same-window-regexps):
3915 * net/rlogin.el (same-window-regexps):
3916 * language/ethiopic.el (font-ccl-encoder-alist):
3917 * vc-sccs.el (vc-sccs-master-templates):
3918 * vc-rcs.el (vc-rcs-master-templates):
3919 * subr.el (cl-assertion-failed):
3920 * simple.el (next-error-overlay-arrow-position):
3921 * lpr.el (lpr-command):
3922 * locate.el (locate-ls-subdir-switches):
3923 * info.el (same-window-regexps, info)
3924 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3925 * image-mode.el (image-mode, auto-mode-alist):
3926 * hippie-exp.el (hippie-expand-ignore-buffers):
3927 * format.el (format-alist):
3928 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3929 (find-name-arg):
3930 * facemenu.el (facemenu-keybindings):
3931 * dired.el (dired-listing-switches, dired-chown-program):
3932 * diff.el (diff-switches, diff-command):
3933 * cus-edit.el (same-window-regexps):
3934 * bindings.el (mode-line-mule-info)
3935 (mode-line-buffer-identification): Purecopy strings.
3936
3937 2009-11-11 Juri Linkov <juri@jurta.org>
3938
3939 * simple.el (dired-get-filename) <declare-function>:
3940 Tell the byte-compiler about dired-get-filename.
3941 (shell-command): In Dired mode, get filename from the current line
3942 as the default value.
3943
3944 2009-11-10 Glenn Morris <rgm@gnu.org>
3945
3946 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3947 * calendar/holidays.el, progmodes/cperl-mode.el:
3948 Update x-popup-menu declarations.
3949
3950 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3951 (list-load-path-shadows): Use dolist.
3952 (list-load-path-shadows): Use with-current-buffer.
3953
3954 2009-11-10 Juri Linkov <juri@jurta.org>
3955
3956 * minibuffer.el (read-file-name): Support a list of default values
3957 in `default-filename'. Use the first file name where only one
3958 element is required. Doc fix.
3959
3960 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3961
3962 * net/dbus.el (dbus-unregister-object): Release service, if no
3963 other method is registered for it.
3964
3965 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3966
3967 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3968 bookmark-sort-flag is non-nil (Bug#4653).
3969
3970 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3973 the progress reporter entirely.
3974
3975 * emulation/cua-base.el: Add CUA property to some CC mode commands
3976 (Bug#4100).
3977
3978 2009-11-08 Kevin Ryde <user42@zip.com.au>
3979
3980 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3981 at end of sentence (Bug#4818).
3982
3983 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3984
3985 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3986 Handle "see declaration of" MSFT statements (Bug#4100).
3987
3988 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3989
3990 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3991 (tramp-advice-file-expand-wildcards): Unload via
3992 `ad-remove-advice'.
3993
3994 * net/trampver.el: Update release number.
3995
3996 2009-11-08 Kevin Ryde <user42@zip.com.au>
3997
3998 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3999 `ad-do-it'.
4000
4001 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4002
4003 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4004 in order to keep context in SELinux.
4005
4006 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * dired-aux.el (dired-query): Place cursor in echo area and allow
4009 C-g.
4010
4011 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4012 menu item if not on a directory (Bug#4701).
4013
4014 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4015
4016 Sync with Tramp 2.1.17.
4017
4018 * net/tramp.el (tramp-handle-copy-directory): Don't use
4019 `file-remote-p' (due to compatibility).
4020
4021 * net/tramp-compat.el (tramp-compat-copy-directory)
4022 (tramp-compat-delete-directory): New defuns.
4023
4024 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4025 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4026 `tramp-compat-delete-directory'.
4027
4028 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4029 (tramp-smb-handle-delete-directory): Use
4030 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4031
4032 * net/trampver.el: Update release number.
4033
4034 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * tar-mode.el (tar-copy): Call write-region on the right buffer
4037 (Bug#4857).
4038
4039 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4040 by hand, if necessary (Bug#4878).
4041
4042 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4045 align size column (Bug#4839).
4046
4047 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4048 statement.
4049
4050 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * progmodes/ld-script.el (auto-mode-alist):
4053 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4054
4055 * cus-face.el (custom-declare-face): Purecopy face spec.
4056
4057 2009-11-06 Kenichi Handa <handa@m17n.org>
4058
4059 * international/uni-bidi.el: Re-generated.
4060 * international/uni-category.el: Re-generated.
4061 * international/uni-combining.el: Re-generated.
4062 * international/uni-mirrored.el: Re-generated.
4063
4064 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4065
4066 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4067 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4068 (tex-start-options, slitex-run-command, latex-run-command)
4069 (tex-run-command, tex-directory):
4070 * textmodes/ispell.el (ispell-html-skip-alists)
4071 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4072 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4073 (adaptive-fill-regexp):
4074 * textmodes/dns-mode.el (auto-mode-alist):
4075 * progmodes/python.el (interpreter-mode-alist):
4076 * progmodes/etags.el (tags-compression-info-list):
4077 * progmodes/etags.el (tags-file-name):
4078 * net/browse-url.el (browse-url-galeon-program)
4079 (browse-url-firefox-program):
4080 * mail/sendmail.el (mail-signature-file)
4081 (mail-citation-prefix-regexp):
4082 * international/mule-conf.el (eight-bit):
4083 * international/latexenc.el (latex-inputenc-coding-alist):
4084 * international/fontset.el (x-pixel-size-width-font-regexp):
4085 * emacs-lisp/warnings.el (warning-type-format):
4086 * emacs-lisp/trace.el (trace-buffer):
4087 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4088 (emacs-lisp-mode-map):
4089 * calendar/holidays.el (holiday-solar-holidays)
4090 (holiday-bahai-holidays, holiday-islamic-holidays)
4091 (holiday-christian-holidays, holiday-hebrew-holidays)
4092 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4093 (hebrew-holidays-1, holiday-oriental-holidays)
4094 (holiday-general-holidays):
4095 * x-dnd.el (x-dnd-known-types):
4096 * tool-bar.el (tool-bar):
4097 * startup.el (site-run-file):
4098 * shell.el (shell-dumb-shell-regexp):
4099 * rfn-eshadow.el (file-name-shadow-tty-properties)
4100 (file-name-shadow-properties):
4101 * paths.el (remote-shell-program, news-directory):
4102 * mouse.el ([C-down-mouse-3]):
4103 * menu-bar.el (menu-bar-tools-menu):
4104 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4105 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4106 (jka-compr-compression-info-list):
4107 * isearch.el (search-whitespace-regexp):
4108 * image-file.el (image-file-name-extensions):
4109 * find-dired.el (find-ls-option):
4110 * files.el (directory-listing-before-filename-regexp)
4111 (directory-free-space-args, insert-directory-program)
4112 (list-directory-brief-switches, magic-fallback-mode-alist)
4113 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4114 (automount-dir-prefix):
4115 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4116 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4117 (face-font-registry-alternatives, face-font-registry-alternatives)
4118 (face-font-family-alternatives):
4119 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4120 (facemenu-foreground-menu, facemenu-face-menu):
4121 * epa-hook.el (epa-file-name-regexp):
4122 * dnd.el (dnd-protocol-alist):
4123 * textmodes/rst.el (auto-mode-alist):
4124 * button.el (default-button): Purecopy strings.
4125
4126 2009-11-06 Glenn Morris <rgm@gnu.org>
4127
4128 * Makefile.in (ELCFILES): Update.
4129
4130 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4133 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4134
4135 * nxml/xsd-regexp.el (xsdre-gen-categories):
4136 * nxml/xmltok.el (xmltok-parse-entity):
4137 * nxml/rng-parse.el (rng-parse-validate-file):
4138 * nxml/rng-maint.el (rng-format-manual)
4139 (rng-manual-output-force-new-line):
4140 * nxml/rng-loc.el (rng-save-schema-location-1):
4141 * nxml/rng-cmpct.el (rng-c-parse-file):
4142 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4143 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4144
4145 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4146
4147 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4148 Remove extra save-excursions and make-variable-buffer-local's.
4149 Suggested by Stefan Monnier.
4150
4151 (verilog-getopt-file, verilog-module-inside-filename-p)
4152 (verilog-set-define): Merge GNU 1.35 and repair changes from
4153 switching to using with-current-buffer.
4154
4155 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4156 being treated as a number and confusing AUTORESET.
4157 Reported by Dan Dever.
4158
4159 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4160 Add verilog-auto-ignore-concat to fix backward compatibility with
4161 older verilog-modes. Reported by Dan Katz.
4162
4163 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4164 containing closing anchors "...$".
4165
4166 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4167 Reported by Wade Smith.
4168
4169 (verilog-batch-execute-func): Comment on function usage.
4170
4171 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4172
4173 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4174 for labels.
4175
4176 (verilog-label-re, verilog-calc-1): Support proper indent of named
4177 asserts.
4178
4179 (verilog-backward-token, verilog-basic-complete-re)
4180 (verilog-beg-of-statement, verilog-indent-re): Support proper
4181 indent of the assert statement at the beginning of a block of text.
4182
4183 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4184 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4185 tokens as begins.
4186
4187 2009-11-05 Glenn Morris <rgm@gnu.org>
4188
4189 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4190 Emacs 19. (Bug#1531)
4191 (byte-compile-fix-header): Update for the above change.
4192 Drop test for epoch::version.
4193
4194 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4195 * cus-dep.el (custom-make-dependencies):
4196 * finder.el (finder-compile-keywords):
4197 Use autoload-rubric's feature argument.
4198
4199 * calendar/diary-lib.el (top-level): Make load behave more like require.
4200
4201 * vc-git.el (vc-git-stash-map): Move definition before use.
4202
4203 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4204
4205 * custom.el (custom-declare-group): Purecopy standard-value.
4206 (custom-declare-group): Purecopy custom-prefix.
4207
4208 * international/mule.el (load-with-code-conversion):
4209 Call do-after-load-evaluation unconditionally.
4210
4211 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4212
4213 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4216
4217 2009-11-04 Glenn Morris <rgm@gnu.org>
4218
4219 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4220 (byte-compile-compatibility): Remove option.
4221 (byte-compile-close-variables, byte-compile-fix-header)
4222 (byte-compile-insert-header, byte-compile-output-docform)
4223 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4224 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4225 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4226 (byte-compile-insert, byte-compile-defun):
4227 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4228 (byte-defop-compiler19): Remove.
4229 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4230 used by anything. Replace all calls with byte-defop-compiler.
4231
4232 2009-11-04 Juri Linkov <juri@jurta.org>
4233
4234 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4235 (menu-bar-options-menu): Don't quote the `prop' arg of
4236 `menu-bar-make-mm-toggle'.
4237
4238 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4239
4240 * calendar/calendar.el (cal-loaddefs):
4241 * calendar/diary-lib.el (diary-loaddefs):
4242 * calendar/holidays.el (hol-loaddefs):
4243 * eshell/esh-module.el (esh-groups): Load rather than require.
4244
4245 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4246
4247 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4248 point-min==1.
4249 (todo-top-priorities): Only display-buffer when called interactively.
4250 (todo-item-start): Don't save excursion point.
4251 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4252 (todo-insert-item-here, todo-file-item, todo-remove-item):
4253 Adjust uses of todo-item-start and todo-item-end.
4254
4255 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4256 (autoload-rubric): Don't use any more.
4257 * cedet/semantic/fw.el (semantic/loaddefs):
4258 * cedet/srecode.el (srecode/loaddefs):
4259 * cedet/ede.el (ede/loaddefs): Load rather than require.
4260 * cedet/ede/cpp-root.el:
4261 * cedet/ede/emacs.el:
4262 * cedet/ede/files.el:
4263 * cedet/ede/linux.el:
4264 * cedet/ede/locate.el:
4265 * cedet/ede/make.el:
4266 * cedet/ede/shell.el:
4267 * cedet/ede/speedbar.el:
4268 * cedet/ede/system.el:
4269 * cedet/ede/util.el:
4270 * cedet/semantic/analyze.el:
4271 * cedet/semantic/bovine.el:
4272 * cedet/semantic/complete.el:
4273 * cedet/semantic/ctxt.el:
4274 * cedet/semantic/db-file.el:
4275 * cedet/semantic/db-find.el:
4276 * cedet/semantic/db-global.el:
4277 * cedet/semantic/db-mode.el:
4278 * cedet/semantic/db-typecache.el:
4279 * cedet/semantic/db.el:
4280 * cedet/semantic/debug.el:
4281 * cedet/semantic/dep.el:
4282 * cedet/semantic/doc.el:
4283 * cedet/semantic/edit.el:
4284 * cedet/semantic/find.el:
4285 * cedet/semantic/format.el:
4286 * cedet/semantic/html.el:
4287 * cedet/semantic/ia-sb.el:
4288 * cedet/semantic/ia.el:
4289 * cedet/semantic/idle.el:
4290 * cedet/semantic/lex-spp.el:
4291 * cedet/semantic/lex.el:
4292 * cedet/semantic/mru-bookmark.el:
4293 * cedet/semantic/scope.el:
4294 * cedet/semantic/senator.el:
4295 * cedet/semantic/sort.el:
4296 * cedet/semantic/symref.el:
4297 * cedet/semantic/tag-file.el:
4298 * cedet/semantic/tag-ls.el:
4299 * cedet/semantic/tag-write.el:
4300 * cedet/semantic/tag.el:
4301 * cedet/semantic/util-modes.el:
4302 * cedet/semantic/analyze/complete.el:
4303 * cedet/semantic/analyze/refs.el:
4304 * cedet/semantic/bovine/c.el:
4305 * cedet/semantic/bovine/gcc.el:
4306 * cedet/semantic/bovine/make.el:
4307 * cedet/semantic/bovine/scm.el:
4308 * cedet/semantic/decorate/include.el:
4309 * cedet/semantic/decorate/mode.el:
4310 * cedet/semantic/symref/cscope.el:
4311 * cedet/semantic/symref/global.el:
4312 * cedet/semantic/symref/grep.el:
4313 * cedet/semantic/symref/idutils.el:
4314 * cedet/semantic/symref/list.el:
4315 * cedet/semantic/wisent/java-tags.el:
4316 * cedet/semantic/wisent/javascript.el:
4317 * cedet/srecode/compile.el:
4318 * cedet/srecode/cpp.el:
4319 * cedet/srecode/document.el:
4320 * cedet/srecode/el.el:
4321 * cedet/srecode/expandproto.el:
4322 * cedet/srecode/getset.el:
4323 * cedet/srecode/insert.el:
4324 * cedet/srecode/java.el:
4325 * cedet/srecode/map.el:
4326 * cedet/srecode/mode.el:
4327 * cedet/srecode/template.el:
4328 * cedet/srecode/texi.el: Remove the file-local setting of
4329 generated-autoload-feature.
4330
4331 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4332 and only put a prop if it is non-nil.
4333
4334 2009-11-03 Juri Linkov <juri@jurta.org>
4335
4336 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4337 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4338
4339 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4340 and "Menu" to make top-level menu item visually one unit (like
4341 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4342 multi-word menu items). Fix :help string for quit-window.
4343
4344 2009-11-03 Glenn Morris <rgm@gnu.org>
4345
4346 * cedet/mode-local.el (with-mode-local): Doc fix.
4347
4348 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4349 (byte-compile-file-form-define-abbrev-table)
4350 (byte-compile-file-form-custom-declare-variable)
4351 (byte-compile-variable-ref, byte-compile-defvar):
4352 Whether or not a warning is enabled should only affect whether we issue
4353 the warning, not whether or not we collect the relevant data.
4354 Eg warnings can be turned on and off throughout the course of a file.
4355
4356 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4357 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4358
4359 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4362 * play/mpuz.el (mpuz-create-buffer):
4363 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4364 (lm-print-y,s,noise, lm-print-w0, lm-init):
4365 * play/gomoku.el (gomoku-prompt-for-move):
4366 * play/fortune.el (fortune-in-buffer):
4367 * play/dissociate.el (dissociated-press):
4368 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4369 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4370 * mail/supercite.el (sc-eref-show):
4371 * mail/smtpmail.el (smtpmail-send-it):
4372 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4373 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4374 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4375 (rmail-summary-goto-msg, rmail-summary-expunge)
4376 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4377 (rmail-summary-add-label, rmail-summary-output-menu)
4378 (rmail-summary-output-body):
4379 * mail/rfc822.el (rfc822-addresses):
4380 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4381 * mail/mailpost.el (post-mail-send-it):
4382 * mail/hashcash.el (hashcash-generate-payment):
4383 * mail/feedmail.el (feedmail-run-the-queue)
4384 (feedmail-queue-send-edit-prompt-help-first)
4385 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4386 (feedmail-deduce-address-list):
4387 * eshell/esh-ext.el (eshell-remote-command):
4388 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4389 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4390 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4391 (viper-save-string-in-file, viper-valid-marker):
4392 * emulation/viper-keym.el (viper-toggle-key):
4393 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4394 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4395 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4396 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4397 (viper-exec-form-in-emacs, viper-brac-function):
4398 * emulation/viper.el (viper-delocalize-var):
4399 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4400 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4401 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4402 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4403 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4404 * emulation/edt.el (edt-electric-helpify):
4405 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4406 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4407 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4408 (cua-indent-to-global-mark-column):
4409 * calendar/diary-lib.el (calendar-mark-1):
4410 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4411 Use with-current-buffer.
4412 * emulation/viper.el (viper-delocalize-var): Use dolist.
4413
4414 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * comint.el (comint-replace-by-expanded-history-before-point):
4417 Replace !! with the previous input string literally (Bug#1795).
4418
4419 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4420
4421 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4422 to be made up of whitespace.
4423
4424 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * minibuffer.el (read-file-name): Don't use file dialogs for
4427 remote directories (Bug#99).
4428
4429 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4430
4431 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4432
4433 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4434
4435 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4436 instead of deleting the window or frame.
4437
4438 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4439
4440 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4441 Support face colors.
4442
4443 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4444 New function. Support face colors (Bug#1168).
4445 (tex-common-initialization): Use it.
4446
4447 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4448 mode allows it (Bug#1168).
4449
4450 2009-10-31 Juri Linkov <juri@jurta.org>
4451
4452 * facemenu.el (list-colors-display): Don't mark buffer as
4453 modified (Bug#3948).
4454
4455 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * international/mule-diag.el (list-character-sets-1): Minor
4458 message fix (Bug#3526).
4459
4460 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4461 face property (Bug#4834).
4462 (etags-list-tags, etags-tags-apropos-additional)
4463 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4464 property.
4465
4466 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4467 items.
4468
4469 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4470 items.
4471
4472 * cedet/ede.el (ede-minor-mode):
4473 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4474
4475 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * textmodes/two-column.el (2C-split):
4478 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4479 * textmodes/tex-mode.el (tex-set-buffer-directory):
4480 * textmodes/spell.el (spell-region, spell-string):
4481 * textmodes/reftex.el (reftex-erase-buffer):
4482 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4483 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4484 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4485 (reftex-select-item):
4486 * textmodes/reftex-ref.el (reftex-label-info-update)
4487 (reftex-offer-label-menu):
4488 * textmodes/reftex-index.el (reftex-index-change-entry)
4489 (reftex-index-phrases-info):
4490 * textmodes/reftex-global.el (reftex-create-tags-file)
4491 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4492 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4493 (reftex-view-crossref-from-bibtex):
4494 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4495 (reftex-extract-bib-entries-from-thebibliography)
4496 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4497 * textmodes/refbib.el (r2b-capitalize-title):
4498 (r2b-convert-buffer, r2b-help):
4499 * textmodes/page-ext.el (pages-directory)
4500 (pages-directory-goto-with-mouse):
4501 * textmodes/bibtex.el (bibtex-validate-globally):
4502 * textmodes/bib-mode.el (bib-capitalize-title):
4503 * textmodes/artist.el (artist-clear-buffer, artist-system):
4504 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4505 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4506 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4507 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4508 (xscheme-send-control-g-interrupt, xscheme-start-process)
4509 (xscheme-process-sentinel, xscheme-cd):
4510 * progmodes/verilog-mode.el (verilog-read-always-signals)
4511 (verilog-set-define, verilog-getopt-file)
4512 (verilog-module-inside-filename-p):
4513 * progmodes/sh-script.el:
4514 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4515 (python-pdbtrack-grub-for-buffer, python-execute-file):
4516 * progmodes/octave-inf.el (inferior-octave):
4517 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4518 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4519 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4520 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4521 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4522 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4523 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4524 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4525 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4526 (idlwave-shell-examine-display, idlwave-shell-run-region)
4527 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4528 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4529 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4530 (idlwave-help-get-help-buffer):
4531 * progmodes/gud.el (gud-basic-call, gud-find-class)
4532 (gud-tooltip-activate-mouse-motions-if-enabled):
4533 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4534 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4535 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4536 (ebrowse-tags-next-file):
4537 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4538 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4539 (ebnf-eps-finish-and-write):
4540 * progmodes/cpp.el (cpp-edit-save):
4541 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4542 * progmodes/cc-defs.el (c-emacs-features):
4543 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4544 (antlr-directory-dependencies):
4545 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4546 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4547 (ada-find-any-references, ada-make-filename-from-adaname)
4548 (ada-make-body-gnatstub):
4549 * obsolete/rnews.el (news-list-news-groups):
4550 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4551 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4552 * net/rcirc.el (rcirc-debug):
4553 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4554 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4555 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4556 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4557 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4558 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4559 (newsticker--treeview-list-clear-highlight)
4560 (newsticker--treeview-list-update-highlight)
4561 (newsticker--treeview-list-highlight-start)
4562 (newsticker--treeview-tree-update-highlight)
4563 (newsticker--treeview-get-selected-item)
4564 (newsticker-treeview-mark-list-items-old)
4565 (newsticker--treeview-set-current-node):
4566 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4567 * net/newst-backend.el (newsticker--get-news-by-funcall)
4568 (newsticker--get-news-by-wget, newsticker--image-get)
4569 (newsticker--image-sentinel):
4570 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4571 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4572 (eudc-ph-close-session):
4573 * net/eudc.el (eudc-save-options):
4574 * language/thai-word.el (thai-update-word-table):
4575 * language/japan-util.el (japanese-string-conversion):
4576 * international/titdic-cnv.el (tsang-quick-converter)
4577 (ziranma-converter, ctlau-converter):
4578 * international/mule-cmds.el (describe-language-environment):
4579 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4580 (skkdic-convert-postfix, skkdic-convert-prefix):
4581 (skkdic-convert-okuri-nasi, skkdic-convert):
4582 * emacs-lisp/re-builder.el (reb-update-overlays):
4583 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4584 * emacs-lisp/gulp.el (gulp-send-requests):
4585 * emacs-lisp/find-gc.el (trace-call-tree):
4586 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4587 (eieio-describe-generic):
4588 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4589 * emacs-lisp/edebug.el (edebug-outside-excursion):
4590 * emacs-lisp/debug.el (debugger-make-xrefs):
4591 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4592 * emacs-lisp/chart.el (chart-new-buffer):
4593 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4594 Use with-current-buffer.
4595 * textmodes/artist.el (artist-system): Don't call
4596 copy-sequence on a fresh string.
4597 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4598
4599 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4600
4601 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4602 is no item to edit. (Bug#4820)
4603 (todo-top-priorities): Restore point and restore narrowing in Todo
4604 buffer. (Bug#4820)
4605
4606 2009-10-31 Glenn Morris <rgm@gnu.org>
4607
4608 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4609 (comint-last-output-start, comint-last-input-start)
4610 (comint-last-input-end): Don't defvar when compiling.
4611 (ange-ftp-process-file): Use bound-and-true-p.
4612
4613 * pcmpl-rpm.el (top-level): Move provide statement to end.
4614 (pcmpl-rpm): Remove unused custom group.
4615
4616 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4617
4618 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4619
4620 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4621 (byte-compile-warnings): Add `constants' as an option.
4622 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4623 (display-call-tree): Update for byte-compile-fdefinition possibly
4624 returning `(macro lambda ...)'. (Bug#4778)
4625 (byte-compile-variable-ref, byte-compile-setq-default):
4626 Respect `constants' member of byte-compile-warnings.
4627
4628 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4629 Use mapc rather than mapcar because the return value is never used.
4630
4631 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4632 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4633 * cedet/semantic/html.el:
4634 Suppress harmless warnings about setting up semantic-imenu (not
4635 part of Emacs) variables.
4636
4637 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4640 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4641 to "submit:".
4642
4643 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4644 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4645 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4646 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4647 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4648 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4649 (semantic-analyzer-debug-global-symbol)
4650 (semantic-analyzer-debug-missing-innertype)
4651 (semantic-analyzer-debug-insert-include-summary):
4652 * cedet/semantic/util.el (semantic-file-tag-table):
4653 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4654 (semantic-recursive-find-nonterminal-by-name):
4655 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4656 * cedet/semantic/tag-file.el (semantic-prototype-file):
4657 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4658 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4659 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4660 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4661 (semantic-idle-summary-maybe-highlight):
4662 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4663 (semantic-ia-sb-tag-info):
4664 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4665 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4666 * cedet/semantic/ede-grammar.el (project-compile-target):
4667 (ede-proj-makefile-insert-variables):
4668 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4669 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4670 (semantic-debug-mode, semantic-debug):
4671 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4672 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4673 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4674 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4675 (semanticdb-find-translate-path-includes--internal)
4676 (semanticdb-reset-log, semanticdb-find-log-activity):
4677 * cedet/semantic/db-file.el (object-write):
4678 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4679 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4680 (semanticdb-create-ebrowse-database):
4681 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4682 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4683 (semantic-collector-calculate-completions-raw)
4684 (semantic-complete-read-tag-analyzer):
4685 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4686 * cedet/ede/util.el (ede-update-version-in-source):
4687 * cedet/ede/proj.el (project-delete-target):
4688 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4689 (ede-proj-flush-autoconf):
4690 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4691 (ede-proj-configure-synchronize):
4692 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4693 * cedet/ede/linux.el (ede-linux-version):
4694 * cedet/ede/emacs.el (ede-emacs-version):
4695 * cedet/ede/dired.el (ede-dired-add-to-target):
4696 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4697 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4698 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4699 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4700 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4701 (cedet-idutils-version-check):
4702 * cedet/cedet-global.el (cedet-gnu-global-call):
4703 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4704 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4705 * cedet/cedet-cscope.el (cedet-cscope-call)
4706 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4707 Use with-current-buffer.
4708 * cedet/ede.el (ede-make-project-local-variable)
4709 (ede-set-project-variables, ede-set): Use dolist.
4710
4711 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4712
4713 * textmodes/ispell.el (ispell-skip-region-alist):
4714 * international/mule-conf.el (eight-bit):
4715 * international/fontset.el (font-encoding-alist):
4716 * startup.el (pure-space-overflow-message):
4717 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4718 * paths.el (gnus-nntp-service, rmail-spool-directory)
4719 (term-file-prefix):
4720 * files.el (save-some-buffers-action-alist):
4721 * cmuscheme.el (same-window-buffer-names):
4722 * ielm.el (same-window-buffer-names):
4723 * shell.el (same-window-buffer-names):
4724 * mail/sendmail.el (same-window-buffer-names):
4725 * progmodes/inf-lisp.el (same-window-buffer-names):
4726 * bindings.el (mode-line-client)
4727 (mode-line-column-line-number-mode-map):
4728 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4729 (tibetan-precomposed-regexp): Purecopy string arguments.
4730
4731 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4734 (calcDigit-nondigit):
4735 * calc/calc-yank.el (calc-copy-to-buffer):
4736 * calc/calc-units.el (calc-invalidate-units-table):
4737 * calc/calc-trail.el (calc-trail-yank):
4738 * calc/calc-store.el (calc-insert-variables):
4739 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4740 * calc/calc-prog.el (calc-read-parse-table):
4741 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4742 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4743 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4744 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4745 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4746 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4747 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4748 * calc/calc-ext.el (calc-realign):
4749 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4750 (calc-embedded-finish-edit, calc-embedded-make-info)
4751 (calc-embedded-finish-command, calc-embedded-stack-change):
4752 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4753
4754 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4755 (overload-docstring-extension): Use that info.
4756 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4757 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4758 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4759 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4760 (semantic-nonterminal-full-name): Add the new `when' info.
4761 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4762 `assert'.
4763
4764 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4765 shell-dynamic-complete-filename in preference to
4766 comint-dynamic-complete-filename.
4767
4768 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4769 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4770 Don't consider whether the display supports colors.
4771 (bookmark-import-new-list): Use dolist.
4772 (bookmark-bmenu-mode-map): Move initialization into declaration.
4773 (bookmark-bmenu-list): Use dolist, simplify.
4774 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4775 (menu-bar-final-items): Use push.
4776
4777 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4778
4779 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4780 it works on remote files.
4781 (vc-hg-diff): Don't pass any `--cwd' argument.
4782
4783 2009-10-27 Kevin Ryde <user42@zip.com.au>
4784
4785 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4786 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4787 (Further to Bug#3921).
4788
4789 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4790
4791 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4792 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4793 calling `tramp-imap-put-file'. Add file size to the call.
4794 (tramp-imap-get-file-entries): Compute also user name, file size,
4795 and date.
4796 (tramp-imap-handle-insert-directory): Insert uid and gid.
4797 (tramp-imap-handle-file-attributes): Transform uid and gid
4798 according to `id-format'.
4799 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4800 size in header X-Size.
4801
4802 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * simple.el (transpose-subr): Give clearer error when the mark
4805 is not set. (Bug#4807)
4806
4807 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4808
4809 * net/tramp.el (tramp-perl-file-truename): New defconst.
4810 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4811 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4812 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4813 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4814
4815 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4816 Ignore `dired-call-process'.
4817 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4818
4819 2009-10-26 Julian Scheid <julians37@gmail.com>
4820
4821 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4822 (tramp-get-remote-readlink): New defun.
4823 (tramp-handle-file-truename): Use it.
4824 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4825 file exists if cache value present.
4826 (tramp-check-cached-permissions): New defun.
4827 (tramp-handle-file-readable-p): Use it.
4828 (tramp-handle-file-writable-p): Likewise.
4829 (tramp-handle-file-executable-p): Likewise.
4830 (tramp-handle-file-name-all-completions): Try using Perl to get
4831 partial completions. When perl not available, combine `cd' and
4832 `ls' into single remote operation and use shell expansion to get
4833 partial remote directory contents. Set `file-exists-p' cache for
4834 directory and any files returned by ls. Change cache handling to
4835 support partial directory contents. Use error message emitted by
4836 remote `cd' or Perl code for local tramp-error.
4837 (tramp-do-copy-or-rename-file-directly): Avoid separate
4838 tramp-send-command-and-check call.
4839 (tramp-handle-process-file): Merge three remote ops into one.
4840 Do not flush all caches when `process-file-side-effects' is set.
4841 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4842 file-attributes shows uid/gid to be set already.
4843
4844 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4845
4846 * textmodes/tex-mode.el (tex-dvi-view-command)
4847 (tex-show-queue-command, tex-open-quote):
4848 * progmodes/ruby-mode.el (auto-mode-alist)
4849 (interpreter-mode-alist): Purecopy strings.
4850
4851 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4852
4853 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4854 string for the hook, keymap and abbrev table.
4855
4856 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4857
4858 * x-dnd.el (x-dnd-xdnd-to-action):
4859 * startup.el (fancy-startup-text, fancy-about-text): Change to
4860 defconst from defvar.
4861
4862 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4863
4864 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4865 Purecopy initialization strings.
4866
4867 * mail/sendmail.el (mail-header-separator)
4868 (mail-personal-alias-file):
4869 * mail/rmail.el (rmail-default-dont-reply-to-names)
4870 (rmail-ignored-headers, rmail-retry-ignored-headers)
4871 (rmail-highlighted-headers, rmail-secondary-file-directory)
4872 (rmail-secondary-file-regexp):
4873 * files.el (null-device, file-name-invalid-regexp)
4874 (locate-dominating-stop-dir-regexp)
4875 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4876 (interpreter-mode-alist): Use mapcar instead of mapc.
4877
4878 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4879
4880 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4881 (completion-ignored-extensions):
4882 (debug-ignored-errors): Purecopy strings.
4883
4884 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4887 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4888 (pcomplete--here): Use push.
4889
4890 * subr.el (all-completions): Declare the 4th arg obsolete.
4891
4892 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4895 (pcomplete-unquote-argument): New function.
4896 (pcomplete--common-suffix): Always pay attention to case.
4897 (pcomplete--table-subvert): Quote and unquote the text.
4898 (pcomplete--common-quoted-suffix): New function.
4899 (pcomplete-std-complete): Use it and pcomplete-begin.
4900
4901 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4902 we're inside a dedicated or minibuffer window.
4903
4904 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * cedet/semantic/fw.el (semantic-alias-obsolete)
4907 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4908 (define-mode-overload-implementation):
4909 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4910 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4911 * cedet/semantic/util.el (semantic-file-token-stream)
4912 (semantic-something-to-stream):
4913 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4914 (semantic-expand-nonterminal):
4915 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4916 (semantic-find-dependency, semantic-find-nonterminal)
4917 (semantic-find-dependency):
4918 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4919 (semantic-flex-text, semantic-flex-make-keyword-table)
4920 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4921 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4922 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4923 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4924 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4925 (semantic-after-idle-scheduler-reparse-hooks):
4926 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4927 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4928 * cedet/semantic.el (semantic-toplevel-bovine-table)
4929 (semantic-toplevel-bovine-cache)
4930 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4931 (semantic-init-mode-hooks, semantic-init-db-hooks)
4932 (semantic-bovination-working-type): Provide the `when' arg.
4933
4934 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4935
4936 * bookmark.el: Update documentation, especially documentation
4937 of `bookmark-alist' and of the bookmark file format.
4938 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4939
4940 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4943 keybindings apply to the mail buffer (Bug#4003). Shrink help
4944 window to buffer.
4945
4946 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4947 (global-whitespace-mode, global-whitespace-newline-mode)
4948 (whitespace-toggle-options, global-whitespace-toggle-options):
4949 Doc fix (Bug#3660).
4950
4951 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4952 of xmltok-start before the end tag was inserted (Bug#2840).
4953
4954 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4955 patterns that are preceded by an open-paren (Bug#1320).
4956
4957 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4958
4959 * files.el (delete-directory): Delete symlinks to directories with
4960 delete-file (Bug#4739).
4961
4962 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4965 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4966 argument to make-obsolete.
4967
4968 * cedet/semantic/fw.el (semantic-alias-obsolete)
4969 (semantic-varalias-obsolete): Add optional WHEN argument.
4970
4971 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4972
4973 * vc.el (vc-backend-for-registration): Rename from
4974 vc-get-backend-for-registration. Update callers.
4975
4976 * international/mule-cmds.el (set-language-info-alist):
4977 Purecopy lang-env.
4978 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4979 (charset): Purecopy the name.
4980 (define-char-code-property): Purecopy string arguments.
4981
4982 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4983 Purecopy string arguments.
4984
4985 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4986 * ediff-hook.el (menu-bar-ediff-menu):
4987 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4988 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4989
4990 2009-10-24 Glenn Morris <rgm@gnu.org>
4991
4992 * comint.el (comint-dynamic-list-completions):
4993 * term.el (term-dynamic-list-completions): Use choose-completion rather
4994 than obsolete alias mouse-choose-completion.
4995
4996 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4997 file-cache-choose-completion.
4998 (file-cache-choose-completion): Handle an optional event argument.
4999 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5000
5001 * progmodes/octave-mod.el (octave-complete-symbol):
5002 Use choose-completion if mouse-choose-completion is ever removed.
5003
5004 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5005 use.
5006
5007 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5008 compiler.
5009
5010 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5011
5012 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5015 Ignore `pred' now that we receive one.
5016 Handle test-completion specially.
5017
5018 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5019
5020 * vc.el (vc-responsible-backend): Throw an error if not backend is
5021 found. Remove the REGISTER argument. Move the code dealing with
5022 REGISTER ...
5023 (vc-get-backend-for-registration): ... here. New function.
5024 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5025 of vc-responsible-backend, pass the file name instead of the
5026 directory name.
5027
5028 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5031 New funs.
5032 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5033 (pcomplete-comint-setup): Don't modify a global var via
5034 accidental side-effects.
5035 (pcomplete-shell-setup): Adjust call accordingly.
5036 (pcomplete-parse-comint-arguments): Use push.
5037
5038 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5039
5040 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5041 Allow uncapitalized info node names (Bug#3921).
5042
5043 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5044 to the DEBUG file (Bug#3781).
5045
5046 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5047
5048 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5049 dictionary entry (Bug#4579).
5050
5051 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5052
5053 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5054 from `rfn-eshadow-update-overlay-hook' when unloading.
5055 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5056 "rsyncc". Adjust doc string.
5057 (tramp-temp-buffer-file-name): New buffer-local defvar.
5058 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5059 Keep temporary file when indicated by method ("rsync" and
5060 "rsyncc").
5061 (tramp-handle-write-region): Handle APPEND.
5062 (tramp-delete-temp-file-function): New defun. Added to
5063 `kill-buffer-hook'.
5064
5065 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5068
5069 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5070
5071 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5072 (color-name-rgb-alist, tty-standard-colors)
5073 (tty-color-mode-alist): Change to defconst.
5074
5075 * simple.el (mark-inactive): Purecopy message.
5076
5077 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5078 (global-map, yank-menu):
5079 * textmodes/ispell.el (ispell-menu-map):
5080 * net/eudc.el (eudc-tools-menu):
5081 * international/mule-cmds.el (describe-language-environment-map)
5082 (setup-language-environment-map, set-coding-system-map)
5083 (mule-menu-keymap):
5084 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5085 * replace.el (occur-mode-map):
5086 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5087
5088 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5089
5090 * calc/calc.el (math-read-number, math-read-number-simple): Use
5091 `save-match-data'.
5092
5093 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5096 rather than fiddling with global-map bindings, since it should only
5097 affect per-terminal settings.
5098 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5099
5100 * minibuffer.el (completion-table-with-terminator): Allow to specify
5101 the terminator-regexp.
5102
5103 * simple.el (switch-to-completions): Look for *Completions* in other
5104 frames as well.
5105
5106 * pcomplete.el: Allow the use of completion-tables.
5107 (pcomplete-std-complete): New command.
5108 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5109 (pcomplete--here): Use a function for `form' rather than an expression,
5110 so it can be byte-compiled.
5111 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5112 Add edebug declaration.
5113 (pcomplete-show-completions): Remove unused var `curbuf'.
5114 (pcomplete-do-complete, pcomplete-stub):
5115 Don't assume `completions' is a list of strings any more.
5116
5117 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5118
5119 * find-dired.el (find-name-arg): Fix typo in docstring.
5120
5121 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5124 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5125
5126 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5127 pcomplete-entries.
5128
5129 * comint.el (comint-read-input-ring, comint-write-input-ring)
5130 (comint-substitute-in-file-name)
5131 (comint-dynamic-complete-as-filename)
5132 (comint-dynamic-simple-complete)
5133 (comint-dynamic-list-filename-completions)
5134 (comint-dynamic-list-completions)
5135 (comint-redirect-results-list-from-process): Minor simplifications.
5136
5137 2009-10-21 Kevin Ryde <user42@zip.com.au>
5138
5139 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5140 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5141 the first form. And insert a blank line after ";;; Code" since
5142 that's usual style. (Bug#4612)
5143
5144 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5145
5146 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * minibuffer.el (completion-table-with-terminator): Properly implement
5149 boundaries, in case `terminator' appears in the suffix.
5150 (completion--embedded-envvar-table): Don't return boundaries if
5151 there's no valid completion. Simplify.
5152 (completion-file-name-table): New completion table extracted from
5153 completion--file-name-table.
5154 (completion--file-name-table): Use it.
5155 (read-file-name-predicate): Declare obsolete.
5156 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5157 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5158 completion-file-name-table, and use the `pred' argument.
5159 * files.el (locate-file-completion-table): Use the `pred' arg rather
5160 than read-file-name-predicate.
5161 (abbreviate-file-name): Use \` rather than ^ for BOS.
5162
5163 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5164
5165 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5166 vc-responsible-backend to register, it causes problems.
5167
5168 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5171
5172 2009-10-21 Eric Ludlam <zappo@gnu.org>
5173
5174 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5175 (semantic-c-debug-mode-init-pch): New functions.
5176 (semantic-c-debug-mode-init-last-mode): New var.
5177 (semantic-c-parse-lexical-token): Use them.
5178
5179 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5180 When extracting the argument list, limit only by point-max.
5181
5182 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5185 (tramp-smb-handle-file-attributes): Use it.
5186 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5187 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5188 `mapcar'. Use `tramp-smb-get-stat-capability'.
5189 Add `dired-filename' text properties.
5190 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5191 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5192 version.
5193
5194 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * subr.el (read-key-delay): Reduce to 0.01.
5197 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5198 (bug#4751).
5199
5200 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5203
5204 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5205 (Info-menu): Remove unused vars `last' and `completions'.
5206 (Info-index-nodes): Remove unused var `node'.
5207
5208 * info.el (Info-complete-menu-item): Use complete-with-action.
5209
5210 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5211
5212 Make vc-annotate work through copies and renames.
5213 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5214 Return the file name too.
5215 (vc-annotate-revision-at-line)
5216 (vc-annotate-find-revision-at-line)
5217 (vc-annotate-revision-previous-to-line)
5218 (vc-annotate-show-log-revision-at-line): Update to get the file
5219 name from vc-annotate-extract-revision-at-line.
5220 (vc-annotate-show-diff-revision-at-line-internal): Change the
5221 argument to mean whether to show a file diff or not. Get the file
5222 name from vc-annotate-extract-revision-at-line.
5223 (vc-annotate-show-diff-revision-at-line):
5224 Update vc-annotate-show-diff-revision-at-line call.
5225 (vc-annotate-warp-revision): Add an optional file argument.
5226
5227 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5228 (vc-git-annotate-extract-revision-at-line): Also return the file
5229 name if found.
5230
5231 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5232 command. Remove unused code.
5233 (vc-hg-annotate-re): Update to match --follow output.
5234 (vc-hg-annotate-extract-revision-at-line): Also return the file
5235 name if found.
5236
5237 * vc.el: Update annotate-extract-revision-at-line documentation.
5238
5239 2009-10-18 Kevin Ryde <user42@zip.com.au>
5240
5241 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5242 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5243
5244 * net/browse-url.el (browse-url): Identify alist with "consp and
5245 not functionp" and let all other things go down the `apply' leg,
5246 as suggested by Stefan. (Further to bug#4531.)
5247
5248 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * minibuffer.el (read-file-name): Check for repeat before putting
5251 a default argument in file-name-history (Bug#4657).
5252
5253 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5254 read syntax (Bug#4737).
5255
5256 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5257
5258 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5259
5260 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5261 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5262 entries and make note of obsolete tags.
5263
5264 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5267
5268 2009-10-18 Glenn Morris <rgm@gnu.org>
5269
5270 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5271 grep, so that binary files (eg international/uni-bidi.el) can match.
5272 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5273 now, and in any case the file header format has changed.
5274
5275 2009-10-17 Glenn Morris <rgm@gnu.org>
5276
5277 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5278 (flyspell-get-word, flyspell-large-region)
5279 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5280
5281 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * Makefile.in (ELCFILES): Add ede/shell.
5284
5285 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5286
5287 * term/common-win.el (x-colors): Purecopy it.
5288
5289 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5292 permissive for when the buffer is empty.
5293 (tar-header-block-tokenize): Decode the username and groupname.
5294 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5295
5296 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * cedet/srecode/srt.el:
5299 * cedet/srecode/compile.el:
5300 * cedet/semantic/mru-bookmark.el:
5301 * cedet/semantic/debug.el:
5302 * cedet/semantic/complete.el:
5303 * cedet/semantic/analyze.el: Require CL when compiling.
5304
5305 2009-10-17 Eric Ludlam <zappo@gnu.org>
5306
5307 * cedet/semantic/scope.el
5308 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5309 tmpscope so that the regular scope will continue to work.
5310
5311 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5312 Use semantic-idle-summary-highlight-face as the highlighting.
5313
5314 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5315 contains multibyte characters, choose first applicable coding
5316 system automatically.
5317
5318 * cedet/ede/project-am.el (project-run-target): New method.
5319 (project-run-target): New method.
5320
5321 * cedet/ede.el (ede-target): Add run target menu item.
5322 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5323 (ede-run-target): New function.
5324 (ede-target::project-run-target): New method.
5325
5326 * cedet/ede/proj.el (project-run-target): New method.
5327
5328 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5329 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5330 Add :rules.
5331 (ede-proj-target-makefile-shared-object): Only libtool compilers
5332 now available. Add linkers for libtool.
5333 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5334 (ede-proj-makefile-target-name): Always use .la extension.
5335
5336 * cedet/ede/proj-prog.el (project-run-target): New method.
5337
5338 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5339 (ede-g++-linker): Change Change link lines.
5340
5341 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5342 When searching for old variables, go to the end of the buffer and
5343 search backward from there.
5344 (ede-proj-makefile-automake-insert-subdirs)
5345 (ede-proj-makefile-automake-insert-extradist): New methods.
5346 (ede-proj-makefile-create): Use them.
5347
5348 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5349 Force FILE to expand to the current target. Use file-exists-p to
5350 check that it exists.
5351
5352 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5353 (ede-linux-load): Wrap dir in file-name-as-directory.
5354 Set :version slot.
5355
5356 * cedet/ede/files.el (ede-get-locator-object): When enabling
5357 locate, do so on "top".
5358
5359 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5360 file-name-as-directory during compare.
5361 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5362 Get version number from different places. Don't call egrep.
5363 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5364 to set the directory.
5365
5366 * cedet/ede/shell.el: New file.
5367
5368 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5369 alpha/beta variants.
5370
5371 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * international/mule-cmds.el (select-safe-coding-system): If the file
5374 has a coding cookie, use it regardless of any other setting (bug#4712).
5375
5376 2009-10-17 Glenn Morris <rgm@gnu.org>
5377
5378 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5379 All errors should have messages.
5380
5381 * foldout.el (foldout-mouse-swallow-events):
5382 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5383
5384 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5385 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5386 (dired-keep-marker-symlink, dired-dwim-target)
5387 (dired-copy-preserve-time): Do not autoload these defcustoms.
5388
5389 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5390 messages from messing up the file coding. (Bug#4623)
5391
5392 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5393
5394 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5395 if no match is found for the current dictionary. (Bug#4578)
5396
5397 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5398 optional, since that is how it is documented, and this is often called
5399 with a nil argument. (Bug#4577)
5400 (flyspell-external-point-words, flyspell-auto-correct-word)
5401 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5402 (flyspell-word-search-backward): Remove nil argument in calls to
5403 flyspell-get-word, since it is not needed now.
5404
5405 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5406
5407 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5408
5409 2009-10-16 Glenn Morris <rgm@gnu.org>
5410
5411 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5412
5413 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5414
5415 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5416 (ange-ftp-file-size): New function.
5417 (ange-ftp-file-attributes): Use it.
5418
5419 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5420
5421 * net/tramp-smb.el (tramp-smb-version): New defvar.
5422 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5423 repeated checks.
5424
5425 2009-10-16 Glenn Morris <rgm@gnu.org>
5426
5427 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5428 Maybe copy some custom properties from old to new name. (Bug#4706)
5429
5430 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * subr.el (error, sit-for, start-process-shell-command)
5433 (start-file-process-shell-command): Set the calling convention
5434 after the function definition.
5435
5436 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * subr.el (error, sit-for, start-process-shell-command)
5439 (start-file-process-shell-command): Use the new
5440 set-advertised-calling-convention feature.
5441
5442 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5443
5444 * international/ucs-normalize.el (ucs-normalize-version):
5445 Change to 1.2.
5446 (check-range): Adjust for Unicode 5.2.
5447
5448 2009-10-15 Juri Linkov <juri@jurta.org>
5449
5450 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5451 to the `menu-item' format.
5452
5453 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5454
5455 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5456 if the environment variable does not exist.
5457
5458 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5459 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5460 parameter.
5461 (tramp-smb-handle-add-name-to-file)
5462 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5463 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5464 (tramp-smb-handle-file-attributes)
5465 (tramp-smb-do-file-attributes-with-stat)
5466 (tramp-smb-handle-file-local-copy)
5467 (tramp-smb-handle-insert-directory)
5468 (tramp-smb-handle-make-directory)
5469 (tramp-smb-handle-make-directory-internal)
5470 (tramp-smb-handle-make-symbolic-link)
5471 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5472 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5473 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5474 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5475 Handle long file names.
5476 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5477 process is running.
5478 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5479 Read share names with "-g" option.
5480
5481 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5482
5483 * net/rcirc.el (rcirc-view-log-file): New command.
5484 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5485 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5486 specified.
5487
5488 2009-10-15 Glenn Morris <rgm@gnu.org>
5489
5490 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5491 from the second command-line argument.
5492 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5493 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5494 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5495 w32-batch-update-autoloads.
5496 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5497 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5498
5499 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5500 the headers cannot be located. Simplify, subtracting superflous
5501 save-excursions.
5502
5503 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 Replace completion-base-size by completion-base-position to fix bugs
5506 such as (bug#4699).
5507 * simple.el (completion-base-position): New var.
5508 (completion-base-size): Mark as obsolete.
5509 (choose-completion): Make it work for mouse events as well.
5510 Pass the new base-position to choose-completion-string.
5511 (choose-completion-guess-base-position): New function, extracted from
5512 choose-completion-delete-max-match.
5513 (choose-completion-delete-max-match): Use it. Make obsolete.
5514 (choose-completion-string): Use the new base-position info.
5515 (completion-root-regexp): Delete.
5516 (completion-setup-function): Preserve completion-base-position.
5517 Eliminate obsolete base-size manipulation.
5518 * minibuffer.el (display-completion-list): Don't mess with base-size.
5519 (minibuffer-completion-help): Set completion-base-position instead.
5520 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5521 choose-completion.
5522 * textmodes/bibtex.el (bibtex-complete):
5523 * emacs-lisp/crm.el (crm--choose-completion-string):
5524 Adjust to new calling convention.
5525 * complete.el (partial-completion-mode): Use minibufferp to avoid
5526 bumping into incompatible change to choose-completion-string-functions.
5527 * ido.el (ido-choose-completion-string): Make its calling convention
5528 more permissive.
5529 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5530 base-size manipulation.
5531 (comint-dynamic-list-input-ring): Use dotimes and push.
5532 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5533 fundamental-mode. Use `or'.
5534
5535 2009-10-14 Juri Linkov <juri@jurta.org>
5536
5537 * misearch.el (multi-isearch-next-buffer-from-list)
5538 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5539
5540 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5543 `bytecomp.el'.
5544
5545 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5546 string we return is all made up of text from the completions rather
5547 than part from the completions and part from the input (bug#4219).
5548
5549 * ido.el (ido-everywhere): Use define-minor-mode.
5550
5551 * buff-menu.el (list-buffers, ctl-x-map):
5552 Mark the entry points with ;;;###autoload cookies.
5553
5554 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5555
5556 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5557 correctly in the detached head case.
5558 (vc-git-print-log): Remove unused binding.
5559
5560 * vc.el (vc-responsible-backend): When a directory is passed for
5561 for registration create a VC repository if no backend is
5562 responsible for the directory argument.
5563 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5564
5565 * vc.el: Move comments about RCS and SCCS ...
5566 * vc-rcs.el:
5567 * vc-sccs.el: ... here, respectively.
5568
5569 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * minibuffer.el (completion--file-name-table): Return nil if there's
5572 no file completion, even if substitute-in-file-name changed
5573 the string (bug#4708).
5574
5575 2009-10-13 Juri Linkov <juri@jurta.org>
5576
5577 * files-x.el (read-file-local-variable-value): Don't filter out
5578 minor modes from mode name completion (bug#4664).
5579
5580 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5581
5582 * international/mule-cmds.el (ucs-names): Remove exclusion of
5583 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5584
5585 2009-10-13 Kenichi Handa <handa@m17n.org>
5586
5587 * international/uni-name.el: Regenerated.
5588
5589 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5590
5591 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5592 should be automatically buffer-local, but isn't.)
5593
5594 2009-10-12 Sam Steingold <sds@gnu.org>
5595
5596 * progmodes/compile.el (compilation-next-error-function): Fix the
5597 timestamps if the buffer has been visited before.
5598 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5599 non-anchored patterns, like the perl one (bug#3928).
5600
5601 2009-10-12 Glenn Morris <rgm@gnu.org>
5602
5603 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5604 Let-bind `size'.
5605
5606 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5607
5608 * proced.el (proced-unload-function): New function.
5609
5610 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5611 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5612 Doc fix.
5613
5614 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5615
5616 2009-10-11 Juri Linkov <juri@jurta.org>
5617
5618 * files-x.el (read-file-local-variable-value):
5619 Provide default value only for bound variables (bug#4664).
5620
5621 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5622
5623 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5624 connection methods like smb.
5625
5626 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5627 can be empty.
5628
5629 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5630 (tramp-smb-file-name-handler-alist): Add handlers for
5631 `add-name-to-file', `make-symbolic-link'.
5632 (tramp-smb-handle-add-name-to-file)
5633 (tramp-smb-do-file-attributes-with-stat)
5634 (tramp-smb-handle-make-symbolic-link)
5635 (tramp-smb-get-cifs-capabilities): New defuns.
5636 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5637 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5638 (tramp-smb-handle-file-local-copy)
5639 (tramp-smb-handle-make-directory-internal)
5640 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5641 The file name syntax depends on cifs capabilities.
5642 (tramp-smb-handle-file-attributes):
5643 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5644 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5645 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5646
5647 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5650 (eieio-defclass): Apply deftype handler and setf-method properties
5651 directly.
5652 (eieio-add-new-slot): Avoid union function from cl library.
5653 (eieio--typep): New function.
5654 (eieio-perform-slot-validation): Use it.
5655
5656 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5657
5658 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5659 Update documentation to refer to the variables documented in r1.135.
5660 (Bug#4188)
5661
5662 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5663
5664 * bookmark.el (Info-suffix-list): Remove this unused variable.
5665 (bookmark-current-point): Remove this obsolete variable.
5666 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5667 Adjust for removal of bookmark-current-point.
5668
5669 (bookmarks-already-loaded, bookmark-current-buffer)
5670 (bookmark-yank-point): Document. (Bug#4188)
5671
5672 2009-10-10 Glenn Morris <rgm@gnu.org>
5673
5674 * frame.el (frame-height): Doc fix.
5675
5676 * calendar/calendar.el (calendar-split-width-threshold): New option.
5677 (calendar-basic-setup): Use calendar-split-width-threshold.
5678
5679 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5680
5681 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5682 Use .la for Automake.
5683
5684 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5685
5686 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5687 Use "autoreconf -i". Suggested by Andreas Schwab.
5688
5689 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5690
5691 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5692 Ideographic Supplement" range (U+1F200..U+1F2FF).
5693
5694 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5695
5696 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5697 since the list will have been rebuilt anyway. (Bug#4349)
5698
5699 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5700
5701 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5702 (bookmark-bmenu-execute-deletions): Don't save here, as
5703 bookmark-delete will now do so if necessary.
5704 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5705 (Bug#4348)
5706
5707 2009-10-09 Glenn Morris <rgm@gnu.org>
5708
5709 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5710
5711 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5712
5713 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5714 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5715 argument now, so the two function's behaviors will match. (Bug#3645)
5716
5717 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5720 Fix filename test.
5721 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5722 to expand file names.
5723
5724 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5725
5726 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5727 (tramp-file-name-real-host, tramp-file-name-port):
5728 Apply `save-match-data'.
5729
5730 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5731 case both directories are remote.
5732 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5733 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5734
5735 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5738 (ede-proj-target-makefile-objectcode): Use it.
5739
5740 * cedet/ede/source.el (ede-want-any-source-files-p)
5741 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5742 Return search result. This error was introduced while merging.
5743
5744 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5745
5746 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5747
5748 2009-10-07 Glenn Morris <rgm@gnu.org>
5749
5750 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5751 of concat.
5752
5753 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 * files-x.el (read-file-local-variable): Include some
5756 non-user-variables in the completion table (bug#4664).
5757
5758 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5759
5760 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5761 message.
5762
5763 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5764 (tramp-smb-file-name-handler-alist): Add handler for
5765 `copy-directory', `expand-file-name', `set-file-modes'.
5766 (tramp-smb-handle-copy-directory)
5767 (tramp-smb-handle-expand-file-name)
5768 (tramp-smb-handle-set-file-modes): New defuns.
5769 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5770 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5771 entry.
5772 (tramp-smb-handle-insert-directory): Don't flush the cache.
5773 (tramp-smb-maybe-open-connection): Check for samba client and
5774 server versions.
5775
5776 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5777
5778 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5779 to not error out of search for "^lisp=" fails.
5780
5781 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5782
5783 * makefile.w32-in (WINS_UPDATES): New macro.
5784 (custom-deps, finder-data, autoloads): Use it.
5785
5786 2009-10-07 Glenn Morris <rgm@gnu.org>
5787
5788 * Makefile.in (autoloads): Revert previous change.
5789 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5790 the list of preloaded files passed on the command-line, get
5791 it from src/Makefile.
5792
5793 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5794 show the original buffer rather than a random one.
5795
5796 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5797
5798 * help.el (describe-no-warranty): Place point in a slightly better
5799 position in the GPLv3 text.
5800
5801 2009-10-06 Sam Steingold <sds@gnu.org>
5802
5803 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5804 the comm attribute is present before calling regexp-quote.
5805
5806 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5807
5808 * play/animate.el (animate-string): For good effect, make sure
5809 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5810
5811 * play/animate.el (animate-sequence, animate-birthday-present):
5812 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5813
5814 2009-10-06 Glenn Morris <rgm@gnu.org>
5815
5816 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5817
5818 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5819 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5820 (batch-update-autoloads): Process a string value of autoload-excludes,
5821 set during the build process.
5822 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5823
5824 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5825 inside with-parsed... macro so that `v' is defined.
5826
5827 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5828 * progmodes/fortran.el (fortran-end-of-block)
5829 (fortran-beginning-of-block):
5830 Also push mark in the macro case.
5831
5832 * emerge.el (emerge-show-file-name):
5833 * calc/calc.el (calc-quit):
5834 * calc/calc-misc.el (calc-big-or-small):
5835 * calc/calc-graph.el (calc-graph-view):
5836 * calc/calc-ext.el (calc-reset):
5837 * calendar/calendar.el (calendar-basic-setup):
5838 Use window-full-height-p.
5839
5840 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5841 header we don't understand, don't insert another. (Bug#4624)
5842 If changing mime charset, insert the new one in the right place.
5843
5844 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5845
5846 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5847 (cal-tex-cursor-month): Correctly increment the end date for diary and
5848 holiday listing. (Bug#4626)
5849
5850 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * help-fns.el (describe-function-1): Don't burp if the function is not
5853 a symbol.
5854
5855 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5856
5857 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5858 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5859 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5860 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5861
5862 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5863 (eieio-default-superclass): Reflow docstrings.
5864 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5865 (eieio-unbind-method-implementations, defmethod)
5866 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5867 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5868 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5869 (eieio-slot-originating-class-p, eieio-slot-name-index)
5870 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5871 (constructor, initialize-instance, no-next-method, object-print)
5872 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5873 Fix typos in docstrings.
5874 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5875 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5876 (next-method-p): Doc fixes.
5877 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5878 Fix typos in error messages.
5879 (eieio-defmethod): Fix typo in description of generic method.
5880
5881 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5882 (eieio-persistent-save-interactive, slot-missing):
5883 Fix typos in docstrings.
5884 (eieio-instance-inheritor-slot-boundp): Doc fix.
5885
5886 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5887 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5888
5889 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5890 (eieio-custom-object-apply-reset):
5891 Fix typos in docstrings and error messages.
5892
5893 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5894 Fix typo in docstring.
5895
5896 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5897 (eieio-browse-tree): Doc fix.
5898 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5899 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5900 Fix typos in docstrings.
5901
5902 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5903 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5904 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5905 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5906 Reflow docstrings.
5907
5908 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5909
5910 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5911 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5912 Set log-view-vc-backend so that diff can work.
5913
5914 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5915 vc-version-diff.
5916 (vc-diff-internal): Autoload this instead of vc-version-diff.
5917
5918 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5919
5920 * simple.el (eval-expression): Doc fix.
5921
5922 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5923
5924 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * files.el (directory-files-no-dot-files-regexp): New defconst.
5927 (delete-directory): Use it.
5928 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5929
5930 * net/tramp.el (tramp-verbose): Fix docstring.
5931 (tramp-methods): Add recursive option to `tramp-copy-args'.
5932 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5933 "scp1_old", "scp2_old", "rsync", "rsyncc".
5934 (tramp-default-method): Check also for `auth-source-user-or-password'.
5935 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5936 Add handler for `copy-directory'.
5937 (tramp-handle-copy-directory): New defun.
5938 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5939 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5940 Optimize sent command.
5941
5942 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5945 window if necessary.
5946
5947 * calendar/calendar.el (calendar-basic-setup): Don't call
5948 switch-to-buffer in a dedicated window.
5949
5950 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5951
5952 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5953 don't do anything related to relocating, just return nil.
5954 (bookmark-error-no-filename): New error.
5955 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5956 bookmark has no file. Don't even attempt to handle things that
5957 are not files; the whole point of custom handlers is to keep that
5958 knowledge elsewhere anyway. Tighten some comments.
5959 (bookmark-file-or-variation-thereof): Remove now-unused function.
5960 (bookmark-location): Doc string fix.
5961 (Bug#4250)
5962
5963 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5964
5965 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5966 don't use a file dialog, because they usually don't know how to read
5967 a directory target from the user. (Bug#4230)
5968 Also, make sure the prompt can display directories as well as files.
5969
5970 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5971
5972 * bookmark.el (bookmark-set, bookmark-buffer-name):
5973 Improve doc strings. (Bug#1193)
5974
5975 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5976
5977 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5978 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5979 (bookmark-get-annotation, bookmark-set-annotation)
5980 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5981 (bookmark-set-position, bookmark-get-front-context-string)
5982 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5983 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5984 (bookmark-jump-other-window, bookmark-handle-bookmark)
5985 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5986 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5987 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5988 Improve doc strings to say whether bookmark can be a string or
5989 a record or both, and make other consistency and clarity fixes.
5990 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5991 (bookmark-default-annotation-text, bookmark-yank-word)
5992 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5993 (bookmark-import-new-list, bookmark-maybe-rename)
5994 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5995 (bookmark-bmenu-bookmark): Give these doc strings.
5996 (bookmark-bmenu-check-position): Give this a doc string, but also
5997 add a FIXME comment about how the function may be pointless.
5998 (bookmark-default-handler): Rework doc string and change a
5999 parameter name, to clarify that this takes a bookmark record
6000 not a bookmark name.
6001 (bookmark-set): Change a parameter name to indicate its meaning,
6002 and improve the doc string a bit.
6003 (Bug#4188)
6004
6005 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6006
6007 * bookmark.el (bookmark-alist): Document the new `handler' element
6008 in the param alist.
6009 (bookmark-make-record-function): Adjust documentation for above.
6010 (Bug#4193)
6011
6012 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6013
6014 * info.el (Info-bookmark-make-record): Document this function.
6015 (Info-bookmark-jump): Document with a doc string, not just a comment.
6016 (Bug#4203)
6017
6018 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6019
6020 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6021 (semantic-new-buffer-fcn): Call parser setup functions here.
6022 (semantic-mode): Don't call parser setup functions here, it's done
6023 in semantic-new-buffer-fcn now.
6024 (semantic-mode): Parse all existing buffers when enabled.
6025
6026 * cedet/srecode/compile.el (srecode-compile-file):
6027 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6028
6029 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6032
6033 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6034 (proj-comp-insert-variable-once): New macro, renamed from
6035 ede-pmake-insert-variable-once in ede/pmake.edl.
6036 (ede-proj-makefile-insert-variables): Use it.
6037
6038 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6039
6040 * files.el (copy-directory): New defun.
6041
6042 * dired-aux.el (dired-copy-file-recursive): Use it.
6043
6044 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6047 (makefile-end-of-command):
6048 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6049 (semantic-end-of-context): Fix previous change. Doc fixes.
6050
6051 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6052
6053 * files-x.el (modify-dir-local-variable)
6054 (copy-dir-locals-to-file-locals-prop-line):
6055 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6056 (makefile-end-of-command):
6057 * cedet/semantic/lex.el (semantic-lex-token):
6058 * cedet/semantic/analyze/fcn.el
6059 (semantic-analyze-dereference-metatype-1):
6060 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6061 (semantic-lex-cpp-undef):
6062 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6063 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6064 (semantic-end-of-context): Fix typos in docstrings.
6065
6066 * recentf.el (recentf-unload-function): New function.
6067
6068 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * cedet/ede.el (ede-project-placeholder-cache-file):
6071 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6072 * cedet/srecode/map.el (srecode-map-save-file):
6073 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6074
6075 2009-10-04 Glenn Morris <rgm@gnu.org>
6076
6077 * window.el (window-full-height-p): Add doc string.
6078
6079 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6080
6081 * window.el (window-full-height-p): New function. (Bug#4543)
6082
6083 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * cedet/srecode/insert.el: Require srecode/args.
6086
6087 * cedet/srecode/args.el: Require srecode/dictionary instead of
6088 srecode/insert.
6089
6090 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6091
6092 * files.el (auto-mode-alist): Add .srt and Project.ede.
6093
6094 * cedet/semantic.el (semantic-mode):
6095 Handle srecode-template-mode-hook as well.
6096 (semantic-mode): Use js-mode-hook for Javascript hook.
6097
6098 * cedet/srecode/template.el: Remove hook variable.
6099
6100 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6101
6102 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6103 projects exist.
6104 (ede-project-placeholder-cache-file): Default to a file in
6105 user-emacs-directory.
6106
6107 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6108 templates in data-directory.
6109 (srecode-map-save-file): Default to a file in user-emacs-directory.
6110
6111 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6112 directory.
6113
6114 2009-09-30 Eric Ludlam <zappo@gnu.org>
6115
6116 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6117 Doc fix.
6118
6119 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6120 Only insert each variable once.
6121
6122 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6123 (ede-pmake-insert-variable-shared): Use it.
6124
6125 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6126 for lexical table iff table is nil.
6127
6128 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6129
6130 * vc.el: Remove commented out code.
6131 (vc-derived-from-dir-mode): Remove, unused.
6132 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6133
6134 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6135
6136 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6137 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6138 there could be recursive loading when `default-directory' is a
6139 remote file name. (Bug#4614)
6140
6141 2009-10-03 Glenn Morris <rgm@gnu.org>
6142
6143 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6144 the frame is wide.
6145 (calendar-generate-window): Test for shrinkability rather than width.
6146
6147 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6148 declaration, currently false.
6149
6150 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6151 reusing existing buffers, in case we happen to visit two files with the
6152 same basename. (Bug#4593)
6153
6154 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6155
6156 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6157 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6158 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6159 subdirs of cedet as well.
6160 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6161
6162 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6165 Obey advertised-signature-table.
6166
6167 * help-fns.el (help-function-arglist): Don't check
6168 advertised-signature-table.
6169 (describe-function-1): Do it here instead so it also applies to subrs.
6170
6171 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6172
6173 * simple.el (start-file-process): Say in the doc-string, that file
6174 handlers might not support pty association, if PROGRAM is nil.
6175
6176 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6177 HOST and USER are strings. They are nil, when there are
6178 incomplete entries in ~/.netrc, for example.
6179 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6180 root directory ("device busy" error otherwise).
6181
6182 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6183 Flush file properties of created directory.
6184
6185 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6186
6187 * makefile.w32-in (WINS_BASIC): Remove cedet.
6188 (WINS_CEDET): Add cedet.
6189 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6190
6191 2009-10-02 Kevin Ryde <user42@zip.com.au>
6192
6193 * net/browse-url.el (browse-url): Pass any symbol in
6194 browse-url-browser-function to `apply', since if you've mistakenly put
6195 an unbound symbol then the error is clearer. (Bug#4531)
6196
6197 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * allout.el (allout-init, allout-back-to-current-heading)
6200 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6201 (allout-ascend, allout-up-current-level, allout-end-of-level)
6202 (allout-previous-visible-heading, allout-forward-current-level)
6203 (allout-backward-current-level, allout-show-children):
6204 * apropos.el (apropos-describe-plist):
6205 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6206 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6207 * completion.el (add-completion, add-permanent-completion):
6208 * descr-text.el (describe-text-category, describe-char):
6209 * desktop.el (desktop-lazy-abort):
6210 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6211 * dired.el (dired-build-subdir-alist):
6212 * ediff.el (ediff-version):
6213 * elide-head.el (elide-head, elide-head-show):
6214 * emerge.el (emerge-version):
6215 * env.el (getenv):
6216 * face-remap.el (variable-pitch-mode):
6217 * faces.el (describe-face):
6218 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6219 (dired-at-point):
6220 * files.el (find-file-existing, auto-save-mode):
6221 * font-lock.el (font-lock-fontify-buffer):
6222 * help-fns.el (describe-function, describe-variable)
6223 (describe-syntax, describe-categories):
6224 * help.el (view-lossage, describe-bindings, describe-key)
6225 (describe-mode):
6226 * hexl.el (hexl-current-address):
6227 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6228 * info.el (Info-goto-emacs-key-command-node):
6229 * log-edit.el (log-edit-insert-cvs-template)
6230 (log-edit-insert-cvs-rcstemplate):
6231 * menu-bar.el (menu-bar-mode):
6232 * mouse.el (mouse-appearance-menu):
6233 * newcomment.el (comment-indent-new-line):
6234 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6235 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6236 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6237 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6238 * recentf.el (recentf-mode):
6239 * savehist.el (savehist-mode, savehist-save):
6240 * shadowfile.el (shadow-copy-files):
6241 * simple.el (kill-ring-save, next-line, previous-line)
6242 (normal-erase-is-backspace-mode):
6243 * strokes.el (strokes-update-window-configuration)
6244 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6245 (strokes-xpm-for-stroke):
6246 * time.el (emacs-uptime, emacs-init-time):
6247 * tutorial.el (tutorial--describe-nonstandard-key)
6248 (tutorial--detailed-help):
6249 * type-break.el (type-break-mode)
6250 (type-break-mode-line-message-mode, type-break-query-mode)
6251 (type-break-guesstimate-keystroke-threshold):
6252 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6253 * version.el (emacs-version):
6254 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6255 * winner.el (winner-mode):
6256 * calendar/timeclock.el (timeclock-in, timeclock-out)
6257 (timeclock-status-string, timeclock-change)
6258 (timeclock-workday-remaining-string)
6259 (timeclock-workday-elapsed-string)
6260 (timeclock-when-to-leave-string):
6261 * calendar/todo-mode.el (todo-add-category):
6262 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6263 * emacs-lisp/autoload.el (update-file-autoloads):
6264 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6265 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6266 (checkdoc-message-text, checkdoc-defun):
6267 * emacs-lisp/debug.el (debugger-list-functions):
6268 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6269 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6270 (eieio-describe-generic):
6271 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6272 * emacs-lisp/shadow.el (list-load-path-shadows):
6273 * emulation/cua-base.el (cua-mode):
6274 * emulation/edt.el (edt-set-scroll-margins):
6275 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6276 (tpu-toggle-regexp, tpu-toggle-search-direction)
6277 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6278 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6279 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6280 (viper-set-parsing-style-toggling-macro)
6281 (viper-set-emacs-state-searchstyle-macros):
6282 * emulation/viper.el (viper-set-hooks):
6283 * eshell/esh-mode.el (eshell-truncate-buffer):
6284 * international/mule-cmds.el (prefer-coding-system)
6285 (describe-input-method, describe-language-environment):
6286 * international/mule-diag.el (list-character-sets)
6287 (describe-character-set, describe-coding-system)
6288 (describe-fontset, list-fontsets, list-input-methods):
6289 * mail/sendmail.el (mail-signature):
6290 * net/ange-ftp.el (ange-ftp-copy-file):
6291 * net/browse-url.el (browse-url):
6292 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6293 * net/quickurl.el (quickurl-add-url):
6294 * net/rcirc.el (names, topic):
6295 * net/xesam.el (xesam-mode):
6296 * play/5x5.el (5x5-new-game):
6297 * play/yow.el (apropos-zippy):
6298 * progmodes/ada-mode.el (ada-mode-version):
6299 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6300 (f90-end-of-block)
6301 (f90-beginning-of-block):
6302 * progmodes/fortran.el (fortran-end-of-block)
6303 (fortran-beginning-of-block):
6304 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6305 * progmodes/python.el (python-describe-symbol, python-shell):
6306 * term/ns-win.el (ns-print-buffer):
6307 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6308 * textmodes/flyspell.el (flyspell-mode-on):
6309 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6310 (pages-directory-for-addresses):
6311 * textmodes/table.el (table-recognize-cell)
6312 (table-query-dimension, table-generate-source)
6313 (table-insert-sequence, table--warn-incompatibility):
6314 * textmodes/tex-mode.el (tex-validate-buffer):
6315 * textmodes/texinfmt.el (texinfmt-version)
6316 (texinfo-format-buffer):
6317 Use `called-interactively-p' instead of `interactive-p'.
6318
6319 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6320
6321 * image-mode.el (image-toggle-display):
6322 * emacs-lisp/elp.el (elp-instrument-function):
6323 * emacs-lisp/advice.el (ad-make-advised-definition):
6324 * emacs-lisp/easy-mmode.el (define-minor-mode):
6325 * net/browse-url.el (browse-url-maybe-new-window):
6326 * progmodes/sh-script.el (sh-learn-buffer-indent):
6327 Pass new argument 'any to `called-interactively-p'.
6328
6329 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6330
6331 * international/uni-bidi.el:
6332 * international/uni-category.el:
6333 * international/uni-combining.el:
6334 * international/uni-comment.el:
6335 * international/uni-decimal.el:
6336 * international/uni-decomposition.el:
6337 * international/uni-digit.el:
6338 * international/uni-lowercase.el:
6339 * international/uni-mirrored.el:
6340 * international/uni-name.el:
6341 * international/uni-numeric.el:
6342 * international/uni-old-name.el:
6343 * international/uni-titlecase.el:
6344 * international/uni-uppercase.el:
6345 Regenerate from Unicode 5.2.0 data.
6346
6347 2009-10-01 Glenn Morris <rgm@gnu.org>
6348
6349 * Makefile.in (ELCFILES): Regenerate.
6350
6351 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * subr.el (interactive-p): Mark obsolete.
6354 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6355 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6356 advertised-signature-table for subroutines as well.
6357
6358 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6359 (set-advertised-calling-convention): New function.
6360 (make-obsolete, define-obsolete-function-alias)
6361 (make-obsolete-variable, define-obsolete-variable-alias):
6362 Make the optional-ness of `when' obsolete.
6363 (define-obsolete-face-alias): Make `when' non-optional.
6364 * help-fns.el (help-function-arglist):
6365 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6366 Use advertised-signature-table.
6367
6368 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6369
6370 * files.el (delete-directory): New defun. The original function
6371 in fileio.c has been renamed to `delete-directory-internal'.
6372
6373 * dired.el (dired-delete-file): Call `delete-directory' with
6374 RECURSIVE parameter.
6375
6376 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6377 parameter RECURSIVE. Implementation is missing.
6378
6379 * net/tramp.el (tramp-handle-make-directory): Flush upper
6380 directory's file properties.
6381 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6382 (tramp-handle-dired-recursive-delete-directory): Flush directory
6383 properties after the remove command only.
6384
6385 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6386 Handle optional parameter RECURSIVE.
6387
6388 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6389 Handle optional parameter RECURSIVE.
6390
6391 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6392 connection timeout.
6393 (tramp-smb-handle-delete-directory): Handle optional parameter
6394 RECURSIVE.
6395
6396 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6399 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6400 (byte-compile-defmacro): Use backquotes.
6401
6402 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6403
6404 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6405 has no associated file.
6406 (vc-resynch-buffer): Use vc-dir-buffers.
6407
6408 2009-10-01 Glenn Morris <rgm@gnu.org>
6409
6410 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6411 (chart-file-count):
6412 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6413 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6414 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6415 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6416 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6417 (eieio-copy-parents-into-subclass, make-instance, class-children)
6418 (eieio-generic-form):
6419 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6420 * cedet/cedet-idutils.el (cedet-idutils-search)
6421 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6422 (cedet-idutils-version-check):
6423 * cedet/cedet.el (cedet-version):
6424 * cedet/data-debug.el (data-debug-insert-overlay-button)
6425 (data-debug-insert-overlay-list-button)
6426 (data-debug-insert-buffer-button)
6427 (data-debug-insert-buffer-list-button)
6428 (data-debug-insert-process-button, data-debug-insert-ring-button)
6429 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6430 (data-debug-insert-stuff-vector-button)
6431 (data-debug-insert-symbol-button, data-debug-insert-string)
6432 (data-debug-insert-number, data-debug-insert-lambda-expression)
6433 (data-debug-insert-nil, data-debug-insert-simple-thing)
6434 (data-debug-insert-custom, data-debug-edebug-expr):
6435 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6436 (global-ede-mode-map, ede-new, ede-debug-target)
6437 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6438 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6439 (semantic-fetch-tags, semantic-submode-list)
6440 (semantic-default-submodes):
6441 * cedet/ede/source.el (ede-source-match):
6442 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6443 (project-am-package-info):
6444 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6445 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6446 * cedet/ede/proj-comp.el (ede-current-build-list):
6447 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6448 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6449 * cedet/ede/cpp-root.el (initialize-instance):
6450 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6451 (autoconf-parameter-strip, autoconf-insert-new-macro):
6452 * cedet/semantic/wisent.el (wisent-lex-eoi):
6453 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6454 (semantic-show-parser-state-mode):
6455 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6456 * cedet/semantic/tag.el (semantic-tag-new-variable)
6457 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6458 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6459 (semantic--tag-deep-copy-tag-list)
6460 (semantic-tag-components-with-overlays-default):
6461 * cedet/semantic/symref.el (semantic-symref-find-text):
6462 * cedet/semantic/senator.el (senator-yank-tag)
6463 (senator-transpose-tags-up):
6464 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6465 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6466 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6467 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6468 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6469 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6470 * cedet/semantic/lex-spp.el
6471 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6472 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6473 * cedet/semantic/idle.el
6474 (semantic-idle-summary-current-symbol-info-brutish)
6475 (semantic-idle-summary-current-symbol-info-default):
6476 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6477 (semantic--grammar-macro-compl-dict):
6478 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6479 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6480 (semantic-format-tag-canonical-name-default):
6481 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6482 (semantic-find-tags-for-completion)
6483 (semantic-find-tags-by-scope-protection-default)
6484 (semantic-deep-find-tags-for-completion):
6485 * cedet/semantic/edit.el
6486 (semantic-edits-incremental-reparse-failed-hook)
6487 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6488 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6489 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6490 * cedet/semantic/dep.el (semantic-dependency-include-path):
6491 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6492 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6493 (semanticdb-project-roots):
6494 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6495 (semanticdb-find-adebug-insert-scanned-tag-cons)
6496 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6497 (semanticdb-brute-deep-find-tags-for-completion):
6498 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6499 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6500 (semantic-end-of-context-default)
6501 (semantic-ctxt-current-function-default)
6502 (semantic-ctxt-scoped-types-default):
6503 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6504 (semantic-complete-inline-tag-engine)
6505 (semantic-complete-inline-custom-type)
6506 (semantic-complete-read-tag-analyzer):
6507 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6508 (semantic-chart-database-size):
6509 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6510 (semantic-analyze-current-context):
6511 * cedet/semantic/symref/list.el (semantic-symref)
6512 (semantic-symref-hide-buffer, semantic-symref-symbol):
6513 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6514 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6515 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6516 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6517 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6518 (semantic-c-dereference-template):
6519 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6520 (semantic--analyze-refs-full-lookup-with-parents)
6521 (semantic--analyze-refs-full-lookup-simple):
6522 * cedet/semantic/analyze/complete.el
6523 (semantic-analyze-possible-completions):
6524 * cedet/srecode/table.el (srecode-mode-table-new):
6525 * cedet/srecode/srt.el (srecode-read-variable-name):
6526 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6527 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6528 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6529 * cedet/srecode/map.el (srecode-current-map):
6530 * cedet/srecode/insert.el (srecode-insert)
6531 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6532 (srecode-template-inserter-point-override)
6533 (srecode-insert-include-lookup):
6534 * cedet/srecode/getset.el (srecode-auto-choose-class):
6535 * cedet/srecode/extract.el (srecode-inserter-extract):
6536 * cedet/srecode/document.el
6537 (srecode-document-autocomment-return-last-alist)
6538 (srecode-document-autocomment-param-type-alist)
6539 (srecode-document-insert-function-comment)
6540 (srecode-document-insert-variable-one-line-comment)
6541 (srecode-document-function-name-comment):
6542 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6543 (srecode-compound-toString):
6544 * cedet/srecode/compile.el (srecode-flush-active-templates):
6545 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6546 Doc/message fixes.
6547
6548 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6549 match-data. (Bug#4555).
6550
6551 * cedet/semantic/bovine/gcc.el
6552 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6553 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6554
6555 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6556 rather than parsing it as a regexp. This relaxes the layout
6557 requirements and makes errors easier to detect.
6558 (check-declare-verify): Check file is regular.
6559 (check-declare-directory): Doc fix.
6560 * subr.el (declare-function): Doc fix.
6561
6562 * ibuffer.el (ibuffer-format-qualifier):
6563 * isearch.el (hi-lock-regexp-okay):
6564 * calc/calc.el (math-zerop):
6565 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6566 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6567 Remove unused declarations.
6568
6569 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6570
6571 * cedet/semantic/wisent/javat-wy.el
6572 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6573
6574 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6575
6576 * cedet/srecode/expandproto.el: Fix provide statement.
6577
6578 2009-09-30 Eric Ludlam <zappo@gnu.org>
6579
6580 * emacs-lisp/eieio.el (boolean-p): Delete.
6581
6582 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6583
6584 * cedet/ede/srecode.el: Fix provide statement.
6585
6586 2009-09-30 Glenn Morris <rgm@gnu.org>
6587
6588 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6589 * cedet/ede/proj-aux.el (ede-aux-source):
6590 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6591 (ede-misc-source):
6592 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6593 (semantic-mrub-switch-tags): Fix doc typos.
6594
6595 * cedet/semantic/db-global.el (data-debug-new-buffer)
6596 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6597 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6598
6599 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6600
6601 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6602 use of CL function `remove-if-not'.
6603
6604 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6605
6606 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6607 filename is not a string.
6608
6609 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * files.el (safe-local-eval-forms): Fix typo.
6612
6613 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * vc-hooks.el (vc-dir-buffers): New var.
6616 (vc-state-refresh): New function.
6617 (vc-state): Use it.
6618 (vc-after-save): Always ask the backend to recompute the new state.
6619 Always call vc-dir if necessary, using vc-dir-buffers.
6620 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6621 Use vc-dir-buffers.
6622 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6623 (vc-dir-prepare-status-buffer, vc-dir-update)
6624 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6625 Don't call expand-file-name on default-directory.
6626
6627 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * speedbar.el (speedbar-item-delete):
6630 * calc/calc-prog.el (calc-kbd-if):
6631 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6632
6633 * epa.el (epa-key-list-mode-map):
6634 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6635
6636 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6637 (hs-show-hook): Fix typo in docstring.
6638
6639 2009-09-29 Glenn Morris <rgm@gnu.org>
6640
6641 * cedet/semantic/symref/idutils.el:
6642 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6643
6644 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6645
6646 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6647 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6648 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6649 Mark declarations not understood by check-declare.
6650
6651 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6652 file-name-nondirectory call preventing location of cedet files.
6653 (check-declare-verify): Use literal search rather than re-search.
6654 Add basic defmethod and defclass, and define-overloadable-function.
6655
6656 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6657 Use tramp-compat-file-attributes rather than nonexistent
6658 tramp-compat-handle-file-attributes.
6659
6660 * Makefile.in (lisptagsfiles4): New.
6661 (AUTOGENEL): Add cedet loaddefs files.
6662 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6663 (update-elclist, compile-always, backup-compiled-files)
6664 (bootstrap-clean): Add yet another directory level.
6665 (update-elclist): Use LC_COLLATE rather than COLLATE.
6666 (ELCFILES): Update, via `make update-elclist'.
6667
6668 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6669
6670 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6671 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6672 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6673
6674 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6675
6676 * Makefile.in (lisptagsfiles3): Define.
6677 (TAGS, TAGS-LISP): Use it.
6678 (update-elclist): Add third directory level to look for elc files.
6679 (compile-always): Likewise.
6680 (backup-compiled-files): Likewise.
6681 (bootstrap-clean): Likewise.
6682 (ELCFILES): Update.
6683
6684 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * Makefile.in (ELCFILES): Add CEDET files.
6687
6688 2009-09-28 Eric Ludlam <zappo@gnu.org>
6689
6690 CEDET (development tools) package merged.
6691
6692 * cedet/*.el:
6693 * cedet/ede/*.el:
6694 * cedet/semantic/*.el:
6695 * cedet/srecode/*.el: New files.
6696
6697 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6698
6699 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6700
6701 * net/tramp.el (top): Require tramp-imap.
6702
6703 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6704 Use `tramp-compat-handle-file-attributes'.
6705
6706 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6707
6708 * net/tramp-imap.el: New package.
6709
6710 2009-09-28 Eric Ludlam <zappo@gnu.org>
6711
6712 * emacs-lisp/chart.el:
6713 * emacs-lisp/eieio-base.el:
6714 * emacs-lisp/eieio-comp.el:
6715 * emacs-lisp/eieio-custom.el:
6716 * emacs-lisp/eieio-datadebug.el:
6717 * emacs-lisp/eieio-opt.el:
6718 * emacs-lisp/eieio-speedbar.el:
6719 * emacs-lisp/eieio.el: New files.
6720
6721 * cedet/cedet-cscope.el:
6722 * cedet/cedet-files.el:
6723 * cedet/cedet-global.el:
6724 * cedet/cedet-idutils.el:
6725 * cedet/data-debug.el:
6726 * cedet/inversion.el:
6727 * cedet/mode-local.el:
6728 * cedet/pulse.el: New files.
6729
6730 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6731
6732 * whitespace.el (whitespace-trailing-regexp)
6733 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6734 Fix doc string.
6735
6736 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6739 menu.
6740
6741 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6742 menu-bar-ediff-menu.
6743
6744 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6745 define-overloadable-function.
6746
6747 * progmodes/autoconf.el: Provide autoconf as well, so that this
6748 file can be `require'd.
6749
6750 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6751
6752 * emacs-lisp/autoload.el (generated-autoload-feature)
6753 (generated-autoload-load-name): New vars.
6754 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6755 (make-autoload): Recognize define-overloadable-function and
6756 defclass forms (for EIEIO).
6757
6758 * Makefile.in (update-subdirs): Exclude cedet directory.
6759
6760 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6761
6762 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6763
6764 * faces.el: Default light-background background for region face to
6765 ns_selection_color under NS.
6766
6767 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6768
6769 * net/imap-hash.el: New library, see NEWS.
6770
6771 * Makefile.in (ELCFILES): Add imap-hash.el.
6772
6773 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6776 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6777 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6778 definition where the docstring could be taken for the return value.
6779
6780 2009-09-26 Glenn Morris <rgm@gnu.org>
6781
6782 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6783 Add option to only show images below a certain size.
6784 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6785 save-excursion calls.
6786
6787 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6788
6789 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6790 subdirectories) and eieio.
6791
6792 2009-09-26 Alan Mackenzie <acm@muc.de>
6793
6794 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6795 buggy bracketing. (Bug#4289)
6796
6797 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6798 character constants (as case labels). (Bug#4289)
6799
6800 2009-09-25 Juri Linkov <juri@jurta.org>
6801
6802 * files.el (safe-local-eval-forms): Allow time-stamp in
6803 before-save-hook (Bug#4554).
6804
6805 2009-09-25 Drew Adams <drew.adams@oracle.com>
6806
6807 * menu-bar.el (list-buffers-directory): Doc fix.
6808
6809 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6812 Try and avoid copying twice the same paragraph.
6813 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6814 Remove save-excursion.
6815 (log-edit-changelog-entry): Do it here instead.
6816
6817 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6820 when available, instead of hardcoding mode names. Doc fix.
6821
6822 * menu-bar.el (list-buffers-directory): Add docstring.
6823 Make automatically buffer-local.
6824
6825 * dired.el (dired-mode):
6826 * files.el (cd-absolute):
6827 * pcvs.el (cvs-temp-buffer):
6828 * pcvs-util.el (cvs-get-buffer-create):
6829 * shell.el (shell-mode):
6830 * vc-dir.el (vc-dir-mode):
6831 Don't make `list-buffers-directory' buffer local.
6832
6833 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6834
6835 * comint.el (comint-exec, comint-run, make-comint):
6836 Doc fixes (Bug#4542).
6837
6838 2009-09-25 Glenn Morris <rgm@gnu.org>
6839
6840 * mail/rmailmm.el (rmail-mime): New custom group.
6841 Move all defcustoms in this file into this group.
6842 (rmail-mime-media-type-handlers-alist): Revert previous change.
6843 (rmail-mime-show-images): New option.
6844 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6845 references to it, since it wasn't actually used for anything.
6846 (rmail-mime-insert-image): New function.
6847 (rmail-mime-image): Use rmail-mime-insert-image.
6848 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6849 obey the value of `rmail-mime-show-images' option. Print the size of
6850 attachments.
6851
6852 2009-09-25 David Engster <deng@randomsample.de>
6853
6854 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6855
6856 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6857
6858 * whitespace.el: Does not highlight trailing spaces While point is
6859 at end of line. Does not highligt spaces at beginning of buffer
6860 while point is at beginning of buffer. Does not highlight spaces
6861 at end of buffer while point is at end of buffer. (Bug#4177)
6862 New version 12.0.
6863 (whitespace-display-mappings): Adjust initialization.
6864 (whitespace-point, whitespace-font-lock-refontify): New vars.
6865 (whitespace-color-on, whitespace-color-off): Adjust code.
6866 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6867 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6868 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6869
6870 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6871
6872 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6873
6874 * textmodes/sgml-mode.el: Remove xml-mode alias.
6875
6876 * files.el (auto-mode-alist, conf-mode-maybe)
6877 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6878
6879 2009-09-24 Alan Mackenzie <acm@muc.de>
6880
6881 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6882 c-forward-conditionals, but it doesn't move point and doesn't set
6883 the mark.
6884 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6885 (c-down-conditional-with-else, c-backward-conditional)
6886 (c-forward-conditional): Refactor to use c-scan-conditionals.
6887
6888 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6891 (help-default-arg-highlight): Remove.
6892 (help-highlight-arg): New function.
6893 (help-do-arg-highlight): Use it.
6894 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6895
6896 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6899 Undo last change, which didn't fix the problem and introduced others.
6900
6901 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6902
6903 * progmodes/gdb-mi.el: Don't require speedbar.
6904 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6905
6906 2009-09-24 Glenn Morris <rgm@gnu.org>
6907
6908 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6909
6910 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6911
6912 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6913 there is no newline after the final mime boundary. (Bug#4539)
6914 Move markers on insertion so that any buttons inserted don't end up in
6915 the next part of a multipart message.
6916 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6917 (rmail-mime-bulk-handler): Optionally handle images.
6918 (rmail-mime-image): New button action.
6919 (rmail-mime-image-handler): New function.
6920 (rmail-mime-mode): New mode.
6921 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6922
6923 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6926 than just dropping elements from it (bug#4504).
6927
6928 * term.el (term-set-scroll-region): Don't move cursor any more.
6929 (term-handle-ansi-escape): Call term-goto here instead.
6930 Suggested by Ivan Kanis <apple@kanis.eu>.
6931
6932 * term.el: Require CL.
6933 (term-ansi-reset): New function.
6934 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6935 (term-handle-colors-array): Simplify.
6936
6937 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * allout.el (allout-overlay-interior-modification-handler)
6940 (allout-obtain-passphrase):
6941 * epa-file.el (epa-file-write-region):
6942 * ps-print.el (ps-begin-job):
6943 * vc-hooks.el (vc-toggle-read-only):
6944 * vc-rcs.el (vc-rcs-rollback):
6945 * vc-sccs.el (vc-sccs-rollback):
6946 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6947 (vc-version-diff, vc-revert, vc-rollback):
6948 * wdired.el (wdired-check-kill-buffer):
6949 * emacs-lisp/authors.el (authors):
6950 * net/socks.el (socks-open-connection):
6951 * net/zeroconf.el (zeroconf-service-add-hook):
6952 * obsolete/vc-mcvs.el (vc-mcvs-register):
6953 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6954 (gdb-select-frame):
6955 * progmodes/grep.el (lgrep, rgrep):
6956 * progmodes/idlw-help.el (idlwave-help-check-locations)
6957 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6958 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6959 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6960 (reftex-toc-rename-label): Fix typos in error messages.
6961
6962 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6963 (dired-copy-how-to-fn): Doc fix.
6964 (dired-files-attributes, dired-read-shell-command):
6965 Fix typos in docstrings.
6966
6967 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6968 (dired-x-find-file-other-window): Reflow docstrings.
6969 (dired-omit-marker-char, dired-read-shell-command)
6970 (dired-x-submit-report): Fix typos in docstrings.
6971
6972 * shell.el (shell-mode-hook):
6973 * view.el (View-scroll-line-forward):
6974 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6975 Fix typos in docstrings.
6976
6977 * net/dig.el (dig-invoke): Fix typo in docstring.
6978 (query-dig): Reflow docstring.
6979
6980 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6981 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6982 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6983 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6984 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6985 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6986 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6987 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6988 (idlwave-completion-map, idlwave-current-indent)
6989 (idlwave-custom-ampersand-surround, idlwave-customize)
6990 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6991 (idlwave-define-abbrev, idlwave-determine-class-special)
6992 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6993 (idlwave-end-block-reg, idlwave-end-of-statement)
6994 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6995 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6996 (idlwave-explicit-class-listed, idlwave-file-header)
6997 (idlwave-fill-paragraph, idlwave-find-class-definition)
6998 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6999 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7000 (idlwave-in-quote, idlwave-indent-action-table)
7001 (idlwave-indent-expand-table, idlwave-indent-line)
7002 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7003 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7004 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7005 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7006 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7007 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7008 (idlwave-outlawed-buffers, idlwave-popup-select)
7009 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7010 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7011 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7012 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7013 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7014 (idlwave-statement-type, idlwave-struct-skip)
7015 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7016 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7017 (idlwave-what-module-find-class): Fix typos in docstrings.
7018 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7019 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7020 (idlwave-find-module, idlwave-find-structure-definition)
7021 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7022 (idlwave-list-load-path-shadows, idlwave-next-statement)
7023 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7024 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7025 (idlwave-template): Reflow docstrings.
7026
7027 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7028 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7029 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7030 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7031 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7032 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7033 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7034 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7035 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7036 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7037 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7038 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7039 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7040 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7041 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7042 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7043 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7044 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7045 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7046 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7047 Fix typos in docstrings.
7048 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7049 (idlwave-shell-hide-output, idlwave-shell-mode)
7050 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7051 Reflow docstrings.
7052
7053 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7054
7055 2009-09-24 Ivan Kanis <apple@kanis.eu>
7056
7057 * term.el (term-bold-attribute): New var.
7058 (term-handle-colors-array): Use it.
7059
7060 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7061
7062 * progmodes/gdb-mi.el (gdb-version): New variable.
7063 (gdb-non-stop-handler): Set gdb-version.
7064 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7065 Condition "--thread" option on gdb-version.
7066 (gdb-invalidate-threads): Remove unused argument.
7067
7068 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7071 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7072
7073 2009-09-23 Glenn Morris <rgm@gnu.org>
7074
7075 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7076 replying to mail without References or Message-Id. (Bug#4525)
7077
7078 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7079
7080 * term/ns-win.el (ns-reg-to-script): New variable.
7081
7082 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7083
7084 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7085
7086 2009-09-22 Sam Steingold <sds@gnu.org>
7087
7088 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7089 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7090 to 1 because hg returns status 1 when nothing is found.
7091 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7092
7093 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * textmodes/fill.el: Convert to utf-8 encoding.
7096 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7097 pre-unicode days.
7098
7099 * add-log.el (change-log-fill-forward-paragraph): New function.
7100 (change-log-mode): Use it so fill-region DTRT.
7101 Set fill-indent-according-to-mode here rather than in
7102 change-log-fill-paragraph.
7103 (change-log-fill-paragraph): Remove.
7104
7105 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7108 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7109
7110 2009-09-22 Glenn Morris <rgm@gnu.org>
7111
7112 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7113 the scroll-bar scroll the calendar window rather than the buffer.
7114
7115 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7116 commands that move point (as opposed to scrolling).
7117
7118 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7119
7120 * emacs-lisp/elint.el (elint): New custom group.
7121 (elint-log-buffer): Make it a defcustom.
7122 (elint-scan-preloaded, elint-ignored-warnings)
7123 (elint-directory-skip-re): New options.
7124 (elint-builtin-variables): Doc fix.
7125 (elint-preloaded-env): New variable.
7126 (elint-unknown-builtin-args): Add an entry for encode-time.
7127 (elint-extra-errors): Make it a variable rather than a constant.
7128 (elint-preloaded-skip-re): New constant.
7129 (elint-directory): Skip files matching elint-directory-skip-re.
7130 (elint-features): New variable, local to linted buffers.
7131 (elint-update-env): Initialize elint-features. Possibly add
7132 elint-preloaded-env to the buffer's environment.
7133 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7134 Skip quoted forms.
7135 (elint-init-form): New function, extracted from elint-init-env.
7136 Make non-list forms a warning rather than an error.
7137 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7138 easy-menu-define, put that adds an error-condition, and provide.
7139 When requiring cl, also require cl-macs. Really require cl, to handle
7140 some cl macros. Store required libraries in the list elint-features,
7141 so as not to re-load them. Treat cc-require like require.
7142 (elint-init-env): Call elint-init-form to do the work.
7143 Handle eval-and-compile and such like.
7144 (elint-add-required-env): Do not clear messages.
7145 (elint-special-forms): Add handlers for function, defalias, if, when,
7146 unless, and, or.
7147 (elint-form): Add optional argument to ignore elint-special-forms,
7148 useful to prevent recursive calls from handlers. Doc fix.
7149 Respect elint-ignored-warnings.
7150 (elint-form): Respect elint-ignored-warnings.
7151 (elint-bound-variable, elint-bound-function): New variables.
7152 (elint-unbound-variable): Respect elint-bound-variable.
7153 (elint-get-args): Respect elint-bound-function.
7154 (elint-check-cond-form): Add some simple handling for (f)boundp and
7155 featurep tests.
7156 (elint-check-defalias-form): New handler.
7157 (elint-check-let-form): Make an empty let a warning rather than an
7158 error.
7159 (elint-check-setq-form): Make an empty setq a warning rather than an
7160 error. Respect elint-ignored-warnings.
7161 (elint-check-defvar-form): Accept null doc-strings.
7162 (elint-check-conditional-form): New handler. Does some simple-minded
7163 checking of featurep and (f)boundp tests.
7164 (elint-put-function-args): New function.
7165 (elint-initialize): Use elint-scan-doc-file rather than
7166 elint-find-builtin-variables. Use elint-put-function-args.
7167 Possibly scan preloaded-file-list.
7168 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7169 extend to handle functions as well.
7170
7171 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7172
7173 * linum.el (linum-delete-overlays, linum-update-window):
7174 Do not modify the right margin. (Bug#3971)
7175
7176 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7179 nxml-mode instead of xml-mode.
7180
7181 2009-09-21 Kevin Ryde <user42@zip.com.au>
7182
7183 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7184
7185 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * net/dig.el (dig-mode): Use define-derived-mode.
7188
7189 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7190
7191 * vc-dispatcher.el (vc-do-command): Return the process object in
7192 the asynchronous case. Use when instead of if. Do not run
7193 vc-exec-after to display a message if not enabled. (Bug#4463)
7194
7195 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7196 properties to the stash strings.
7197 (vc-git-stash-list): Return a list of strings.
7198 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7199 (vc-git-stash-show-at-point): New functions.
7200 (vc-git-stash-map): New keymap.
7201
7202 * register.el (ctl-x-r-map): Define the keys here instead of
7203 using autoload.
7204
7205 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7206
7207 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7208 list, to workaround performance problem (bug#4485).
7209
7210 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7211
7212 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7213
7214 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7215
7216 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7217 Document that this option is not recommended to use.
7218
7219 2009-09-19 Glenn Morris <rgm@gnu.org>
7220
7221 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7222 variable `var'.
7223
7224 * calc/calc-alg.el (var):
7225 * calc/calcalg2.el (var): Define for compiler.
7226
7227 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7230 Doc fix (Bug#3932).
7231
7232 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7233
7234 * time-stamp.el (time-stamp-month-dd-yyyy)
7235 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7236 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7237 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7238 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7239 Remove functions that have been obsolete since 1995 (Bug#4436).
7240
7241 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7242 indent buffer only if called interactively (Bug#4452).
7243
7244 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7245 Eli Zaretskii <eliz@gnu.org>
7246
7247 This fixes bug#4197 (merged to bug#865, though not identical).
7248 * server.el (server-auth-dir): Add docstring note about FAT32.
7249 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7250 but warn against using them.
7251
7252 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7253
7254 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7255 older GDB where there is no has_more field.
7256
7257 2009-09-19 Glenn Morris <rgm@gnu.org>
7258
7259 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7260
7261 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7262
7263 * files.el (auto-mode-alist): Change default for XML files to nXML
7264 mode (Bug#4169).
7265
7266 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7267
7268 * server.el (server-ensure-safe-dir): Pass 'integer
7269 to `file-attributes', as suggested.
7270
7271 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7273 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7274 (dired-query): Use read-key.
7275
7276 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7277
7278 * cus-start.el (ns-use-qd-smoothing): Remove.
7279
7280 2009-09-18 Glenn Morris <rgm@gnu.org>
7281
7282 * allout.el (top-level): Remove unnecessary progn.
7283
7284 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7285
7286 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7287 definition of abbrev table.
7288
7289 * speedbar.el (speedbar-track-mouse):
7290 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7291 * net/eudc.el (eudc-expand-inline):
7292 * net/newst-backend.el (newsticker--cache-read-feed):
7293 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7294 condition-case handlers.
7295
7296 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7299 (gdb-var-list): Add an element for has_more field.
7300 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7301 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7302 (gdb-var-update-handler-1): Parse output of dynamic variable
7303 objects (STL containers).
7304 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7305 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7306
7307 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7308 gdb-var-list.
7309 (gud-speedbar-buttons): Make node expandable if expression "has more"
7310 children.
7311
7312 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7313
7314 * startup.el (emacs-quick-startup): Remove variable and all uses.
7315 (command-line): Set `inhibit-x-resources' instead.
7316 (command-line-1): Use `inhibit-x-resources' instead.
7317
7318 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7319
7320 * subr.el: Fix last change to avoid using the `unless' macro,
7321 which breaks bootstrapping.
7322
7323 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7326 extended definitions, in case we reload subr.el after having
7327 loaded CL.
7328 (eval-next-after-load): Mark as obsolete.
7329
7330 2009-09-17 Juri Linkov <juri@jurta.org>
7331
7332 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7333 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7334 (menu-bar-showhide-menu, menu-bar-tools-menu)
7335 (menu-bar-describe-menu, menu-bar-help-menu)
7336 (minibuffer-local-completion-map, minibuffer-local-map):
7337 Fix list quoting.
7338
7339 2009-09-17 Glenn Morris <rgm@gnu.org>
7340
7341 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7342 arguments, whether or not it has a handler.
7343
7344 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7345
7346 * simple.el (hard-newline): Give it a doc-string.
7347
7348 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7349 (lisp-mode-syntax-table): Give them doc-strings.
7350
7351 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7352
7353 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7354 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7355 (menu-bar-options-menu, menu-bar-showhide-menu)
7356 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7357 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7358 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7359 (menu-bar-options-menu, menu-bar-tools-menu)
7360 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7361 (menu-bar-help-menu):
7362 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7363 string arguments.
7364
7365 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7366 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7367 calls for the menu names and :help.
7368
7369 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7372 to :minor-mode-function (bug#4455).
7373
7374 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * startup.el (command-line): Initialize the window-system after
7377 processing the command-line.
7378
7379 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7380 page-delimiter matches the empty string.
7381
7382 2009-09-16 Glenn Morris <rgm@gnu.org>
7383
7384 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7385 byte-compile-not-obsolete-var. It's a list now.
7386 (byte-compile-not-obsolete-funcs): New variable.
7387 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7388 byte-compile-not-obsolete-funcs.
7389 (byte-compile-variable-ref, byte-compile-defvar): Update for
7390 byte-compile-not-obsolete-vars name-change and list nature.
7391 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7392 and variables behind (f)boundp tests.
7393 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7394
7395 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7396
7397 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7398
7399 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7402 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7403 Don't autoload.
7404
7405 2009-09-15 Stephen Eglen <stephen@gnu.org>
7406
7407 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7408 the virtual-buffers, use the name of the buffer specified by
7409 find-file-noselect, as the match may be a symlink. (This was a
7410 problem if the target and the symlink had different names.)
7411
7412 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7415
7416 * desktop.el (desktop-path): Check user-emacs-directory.
7417
7418 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7419
7420 * loadup.el: Use after-load-functions to GC after loading each file.
7421 Remove the explicit GC calls that used to be sprinkled around.
7422
7423 * subr.el (after-load-functions): New hook.
7424 (do-after-load-evaluation): Run it. Use string-match-p to detect
7425 `obsolete' packages, rather than painfully extracting the relevant
7426 directory name.
7427
7428 2009-09-15 Glenn Morris <rgm@gnu.org>
7429
7430 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7431 free variable `doc'.
7432
7433 * dired.el (dired-mode-map): Add menu entry for async shell command.
7434
7435 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7436 variables, also consider the .elc files, since the .el files are
7437 normally gzipped (subsequent code locates the .el.gz from the .elc).
7438
7439 * calc/calc-prog.el (arglist): Define for compiler.
7440
7441 * calendar/diary-lib.el (diary-display-function): Change the default to
7442 fancy display.
7443 (body): Define for compiler.
7444
7445 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7446 (byte-compile-file-form, byte-compile-lambda)
7447 (byte-compile-top-level-body, byte-compile-form)
7448 (byte-compile-variable-ref, byte-compile-setq)
7449 (byte-compile-setq-default, byte-compile-body)
7450 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7451 (batch-byte-compile): Give some more local variables with common names
7452 a "bytecomp-" prefix to avoid masking warnings about free variables.
7453
7454 * startup.el (command-line-1): Give local variables with common names a
7455 distinguishing prefix, so as not to hide free variable warnings during
7456 bootstrap.
7457
7458 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7459 clever and add a suffix to make a unique name, just let the user decide
7460 whether or not to overwrite it. If the input is a directory, write the
7461 default filename to that directory. (Bug#4388)
7462 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7463 is a filename-as-a-directory.
7464
7465 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * textmodes/page.el (what-page): Don't move to beginning of line.
7468 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7469
7470 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7471
7472 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7473
7474 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7475
7476 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7477 * help.el (help-for-help-internal): Add purecopy calls for text.
7478
7479 * vc.el (top): print-log method now takes an optional SHORTLOG
7480 argument. Add a new method: root.
7481 (vc-root-diff, vc-print-root-log): New functions.
7482 (vc-log-short-style): New variable.
7483 (vc-print-log-internal): Add support for showing short logs.
7484
7485 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7486 vc-print-root-log and vc-print-root-diff.
7487
7488 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7489 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7490 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7491 short logs.
7492
7493 * vc-cvs.el (vc-cvs-print-log):
7494 * vc-mtn.el (vc-mtn-print-log):
7495 * vc-rcs.el (vc-rcs-print-log):
7496 * vc-sccs.el (vc-sccs-print-log):
7497 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7498 that is ignored for now.
7499
7500 * vc-mtn.el (vc-mtn-annotate-command):
7501 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7502
7503 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7506 to function-key-map, and give them ascii-character property.
7507 * term/x-win.el (x-alternatives-map):
7508 * term/ns-win.el (ns-alternatives-map):
7509 * term/internal.el (msdos-key-remapping-map):
7510 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7511
7512 2009-09-14 Glenn Morris <rgm@gnu.org>
7513
7514 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7515 temp-buffers (2009-09-12).
7516
7517 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7520 the new read-key function.
7521
7522 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7523
7524 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7525 is defined (Bug#4405).
7526
7527 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7528
7529 * recentf.el (recentf-cleanup): Use a hash table to find
7530 duplicates (Bug#4407).
7531
7532 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7533
7534 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7535 kp-0 to ascii equivalents (Bug#4325).
7536
7537 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7540
7541 * eshell/em-hist.el:
7542 * eshell/em-dirs.el (eshell-complete-user-reference):
7543 Declare pcomplete functions and variables to avoid compiler warnings.
7544
7545 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7546
7547 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7548 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7549 * eshell/em-alias.el (eshell-aliases-file):
7550 * eshell/em-hist.el (eshell-history-file-name):
7551 Use expand-file-name instead of concat to make file names (Bug#4308).
7552
7553 2009-09-13 Glenn Morris <rgm@gnu.org>
7554
7555 * ediff-merg.el (ediff-do-merge):
7556 * filesets.el (filesets-run-cmd):
7557 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7558 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7559 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7560 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7561 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7562 Replace empty `let's with `progn'.
7563
7564 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * mail/sendmail.el (send-mail-function):
7567 * tooltip.el (tooltip-mode):
7568 * simple.el (transient-mark-mode):
7569 * rfn-eshadow.el (file-name-shadow-mode):
7570 * frame.el (blink-cursor-mode):
7571 * font-core.el (global-font-lock-mode):
7572 * files.el (temporary-file-directory)
7573 (small-temporary-file-directory, auto-save-file-name-transforms):
7574 * epa-hook.el (auto-encryption-mode):
7575 * composite.el (global-auto-composition-mode):
7576 Use custom-initialize-delay.
7577 * startup.el (command-line): Don't explicitly call
7578 custom-reevaluate-setting for all the above vars.
7579 * custom.el (custom-initialize-safe-set)
7580 (custom-initialize-safe-default): Delete.
7581
7582 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * term/x-win.el (x-initialize-window-system):
7585 * term/w32-win.el (w32-initialize-window-system):
7586 * term/ns-win.el (ns-initialize-window-system): Don't call
7587 mouse-wheel-mode since it's enabled globally by default already.
7588
7589 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7590 actually define the variable, but only silences the byte-compiler.
7591 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7592 before looking it up.
7593 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7594 is changed.
7595
7596 2009-09-12 Glenn Morris <rgm@gnu.org>
7597
7598 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7599 1000.
7600 (elint-add-required-env): Don't beep on error.
7601 (elint-forms): In case of error, return ENV unchanged.
7602 (elint-init-env): Skip non-list forms.
7603 (elint-log): Handle unknown file positions.
7604
7605 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7606
7607 * epg.el (epg-make-context): Add autoload cookie.
7608 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7609 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7610 (epg-verify-string, epg-start-sign, epg-sign-file)
7611 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7612 (epg-encrypt-string, epg-start-export-keys)
7613 (epg-export-keys-to-file, epg-export-keys-to-string)
7614 (epg-start-import-keys, epg-import-keys-from-file)
7615 (epg-import-keys-from-string, epg-start-receive-keys)
7616 (epg-receive-keys, epg-import-keys-from-server)
7617 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7618 (epg-sign-keys, epg-start-generate-key)
7619 (epg-generate-key-from-file, epg-generate-key-from-string):
7620 Remove autoload cookie.
7621
7622 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7623
7624 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7625 reevaluation of trash-directory.
7626
7627 * mwheel.el: Fix last change.
7628 (mouse-wheel-mode): New defvar.
7629 (mouse-wheel-mode): Remove autoload cookie.
7630
7631 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7632
7633 * mwheel.el (mwheel-installed-bindings): New var.
7634 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7635 the bindings we set last time. Use custom-initialize-delay.
7636 * loadup.el: Load mwheel after term/*-win.el.
7637 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7638 and mouse-wheel-up-event now that their first evaluation is done
7639 sufficiently late to be correct.
7640
7641 * startup.el (tutorial-directory): Make it a defcustom.
7642 Use custom-initialize-delay rather than eval-at-startup to set it.
7643 * image.el (image-load-path): Make it a defcustom.
7644 Use custom-initialize-delay rather than eval-at-startup to set it.
7645 * subr.el (eval-at-startup): Remove.
7646 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7647
7648 * subr.el (do-after-load-evaluation): Warn the user after loading an
7649 obsolete package.
7650
7651 2009-09-12 Glenn Morris <rgm@gnu.org>
7652
7653 * proced.el (proced-mark-alt): Remove alias.
7654 (proced-mode-map): Remove proced-mark-alt.
7655
7656 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7657 Elint file and directory. Remove initialization entry.
7658
7659 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7660 commands.
7661 (elint-current-buffer): Set mode-line-process.
7662 (elint-init-env): Handle define-derived-mode.
7663 Fix declare-function with unspecified arglist. Guard against odd
7664 defalias statements (eg iso-insert's 8859-1-map).
7665 (elint-add-required-env): Use a temp buffer.
7666 (elint-form): Just print the function/macro name, not the whole form.
7667 Return env unchanged if we fail to parse a macro.
7668 (elint-forms): Guard against parse errors.
7669 (elint-output): New function, to handle batch mode.
7670 (elint-log-message): Add optional argument. Use elint-output.
7671 (elint-set-mode-line): New function.
7672
7673 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7674
7675 * emacs-lisp/elp.el (elp-not-profilable): Add more
7676 functions (Bug#4233).
7677
7678 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7679
7680 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7681 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7682
7683 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7684
7685 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7686 (gdb-var-list-children): Use json parsing.
7687
7688 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7689
7690 * progmodes/js.el (js--proper-indentation): Handle the case where
7691 char-before is null. Reported by Deniz Dogan.
7692
7693 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7694
7695 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7696
7697 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7698
7699 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7700 (epg-digest-algorithm-alist): Add SHA224.
7701 (epg-context-set-passphrase-callback)
7702 (epg-context-set-progress-callback): Add description about
7703 callback function.
7704
7705 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * custom.el (custom-delayed-init-variables): New var.
7708 (custom-initialize-delay): New function.
7709 * startup.el (command-line): "Re"evaluate all vars in
7710 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7711 explicitly any more.
7712 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7713 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7714
7715 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7716
7717 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7718
7719 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7720 (gdb-var-update-handler): Use json parsing.
7721
7722 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7723
7724 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7725 decode annotated text, regardless of language environment. (Bug#2741)
7726
7727 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * Makefile.in (autoloads): Make rmail.el writable as well.
7730
7731 2009-09-11 Glenn Morris <rgm@gnu.org>
7732
7733 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7734 loaddefs.el.
7735 * dired.el: Regenerate with extracted autoloads.
7736 * Makefile.in (autoloads): Make dired.el writable.
7737
7738 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7739 * ibuffer.el: Regenerate with extracted autoloads.
7740 * Makefile.in (autoloads): Make ibuffer.el writable.
7741
7742 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7743 * version.el (emacs-copyright, emacs-major-version)
7744 (emacs-minor-version): Reformat doc-strings for make-docfile.
7745
7746 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7747 functions and variables, since they must be stuff specific to some other
7748 platform.
7749 (apropos-print): Make mouse-click message less specific about button.
7750
7751 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7752 that records where a macro was defined.
7753 * help-fns.el (describe-function-1): Mention if a function has a
7754 compiler-macro.
7755 * help-mode.el (help-function-cmacro): New button.
7756
7757 * locate.el (top-level): Always require dired.
7758 (locate-mode-map): Initialize inside the defvar.
7759
7760 * net/ange-ftp.el (dired-compress-file): Declare.
7761 (ange-ftp-dired-compress-file): Add doc string.
7762
7763 * term/ns-win.el (x-display-name, x-setup-function-keys):
7764 Unify doc-strings with X versions.
7765
7766 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * emulation/crisp.el (crisp-mode-map): Move initialization
7769 into declaration.
7770 (crisp-mode): Use define-minor-mode.
7771
7772 * progmodes/xscheme.el (xscheme-evaluation-commands):
7773 Put a :advertised-binding property rather than using
7774 advertised-xscheme-send-previous-expression.
7775 (advertised-xscheme-send-previous-expression): Declare obsolete.
7776 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7777 `advertised-undo'.
7778 (crisp-mode): Add corresponding bindings to
7779 undo's :advertised-binding instead.
7780 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7781 than using dired-advertised-find-file.
7782 (dired-advertised-find-file):
7783 * simple.el (advertised-undo):
7784 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7785 (widget-keymap): Put a :advertised-binding property rather
7786 than using advertised-widget-backward.
7787 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7788 than using advertised-undo.
7789 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7790
7791 2009-09-10 Simon South <ssouth@slowcomputing.org>
7792
7793 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7794 Mark mode is enabled and region is active; otherwise indent or
7795 insert TAB as usual.
7796 (delphi-mode): Update description of TAB-key binding.
7797
7798 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * subr.el (define-key-rebound-commands): Mark obsolete.
7801 * startup.el (precompute-menubar-bindings): Remove.
7802 (normal-top-level): Remove obsolete code that tried to precompute
7803 menubar bindings.
7804 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7805 define-key-rebound-commands and precompute-menubar-bindings.
7806
7807 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7808
7809 * net/imap.el (imap-interactive-login): Better messages.
7810 (imap-open): Fix bug with renamed buffer on reconnect.
7811 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7812 for easier debugging and cleaner code. On successful (guessed based on
7813 server capabilities) secondary authentication, set imap-state
7814 correctly.
7815 (imap-last-authenticator): Define imap-last-authenticator as a variable
7816 to avoid warnings.
7817
7818 2009-09-10 Glenn Morris <rgm@gnu.org>
7819
7820 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7821
7822 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7823 (byte-compile-file-form-autoload): Don't warn about unknown functions
7824 where the autoload statement comes after the use.
7825 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7826 that any handlers inside the body (eg require) are in turn respected.
7827
7828 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7829 effects.
7830
7831 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7832 and syntax and abbrev tables basic docs, if they don't have any.
7833
7834 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7835
7836 * international/mule-cmds.el (top-level): Require cl when compiling.
7837 (view-hello-file): Use default-value rather than
7838 default-enable-multibyte-characters.
7839
7840 * progmodes/fortran.el: Move all safe and risky properties into the
7841 defcustoms.
7842
7843 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7844 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7845 * mail/undigest.el:
7846 Put autoloads in rmail.el rather than loaddefs.el.
7847 * mail/rmail.el: Regenerate with extracted autoloads.
7848
7849 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7850 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7851
7852 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7853
7854 Reported in thread for Bug#4375.
7855 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7856 "-data-evaluate-expression" instead of print.
7857 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7858 (gdb-tooltip-print): Parse output from above MI command.
7859 (gdb): Revert 2009-08-11 change. User should detach inferior
7860 manually.
7861
7862 Remove the word "separate" from IO functions as inferior
7863 output is now never displayed in the GUD buffer.
7864
7865 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7866
7867 * startup.el (command-line-normalize-file-name): On Windows and
7868 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7869
7870 2009-09-10 Juri Linkov <juri@jurta.org>
7871
7872 * isearch.el (isearch-text-char-description): Propertize escape
7873 character sequences with the `escape-glyph' face. (Bug#4344)
7874
7875 * simple.el (shell-command): Set asynchronous process filter to
7876 `comint-output-filter'. (Bug#4343)
7877
7878 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7879 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7880 the list. Move "asm" to the bottom.
7881 (grep-find-ignored-directories): Add `choice' with nil value
7882 to empty the list easily.
7883 (grep-find-ignored-files): New option.
7884 (grep-files-history): Set to nil by default instead of '("ch" "el").
7885 (grep-compute-defaults): Add "<X>" to `grep-template'.
7886 (grep-read-files): Bind new local variables `default-alias' and
7887 `default-extension'. Use a list of default values for the file prompt.
7888 (lgrep): Add `--exclude=' command line options composed from
7889 `grep-find-ignored-files'.
7890 (rgrep): Add `-name' command line options composed from
7891 `grep-find-ignored-files'. (Bug#4301)
7892
7893 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7896 (bug#4368).
7897
7898 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7899
7900 * calendar/time-date.el (autoload):
7901 Expand define-obsolete-function-alias into defalias and make-obsolete
7902 for old Emacsen that Gnus supports.
7903 (with-no-warnings): Define it for old Emacsen.
7904 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7905 is available.
7906 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7907 float-time is available; suppress compile warning for time-to-seconds.
7908
7909 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7910
7911 * net/imap.el (imap-message-map): Docstring fix.
7912
7913 2009-09-09 Glenn Morris <rgm@gnu.org>
7914
7915 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7916 line numbers too. (Bug#4374)
7917
7918 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * smerge-mode.el (smerge-remove-props, smerge-refine):
7921 Use with-silent-modifications (bug#4342).
7922
7923 * subr.el (with-silent-modifications): New macro.
7924
7925 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7926
7927 * files.el (top-level): Require `cl' when compiling.
7928
7929 2009-09-07 Glenn Morris <rgm@gnu.org>
7930
7931 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7932
7933 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7934 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7935
7936 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7937
7938 * vc-git.el (vc-git-annotate-command): Use separator to parse
7939 arguments correctly.
7940
7941 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7942
7943 * proced.el (proced-mode): Doc fix.
7944
7945 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7946
7947 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7948 lstat fails.
7949 (tramp-do-file-attributes-with-ls): Check for file existence at
7950 remote end.
7951 (tramp-do-file-attributes-with-stat): Likewise.
7952 (tramp-convert-file-attributes): Return nil when attr is nil.
7953
7954 2009-09-05 Glenn Morris <rgm@gnu.org>
7955
7956 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7957 properties to this button.
7958 (diary-fancy-display): Don't extend the button to the final newline.
7959 (diary-fancy-display-mode): Continue to define "q" as a local key.
7960
7961 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7962 efficient.
7963
7964 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7965
7966 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7967 (byte-compile-dest-file-function): New option.
7968 (byte-compile-dest-file): Doc fix.
7969 Obey byte-compile-dest-file-function.
7970 (byte-compile-cl-file-p): New function.
7971 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7972 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7973 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7974 than for file being previously loaded.
7975 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7976 (byte-compile-file-form-require): Handle the case where requiring a file
7977 indirectly causes CL to be loaded.
7978
7979 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7980
7981 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7982 before killing the old buffer, since by the time `kill-buffer' is
7983 run so many buffer variables have been set to nil that it may not
7984 behave as expected. (Bug#4061)
7985
7986 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7987
7988 * files.el (find-alternate-file): If the old buffer is modified
7989 and visiting a file, behave similarly to `kill-buffer' when
7990 killing it, thus reverting to the pre-1.878 behavior; see
7991 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7992 for discussion. Also, consult `buffer-file-name' as a variable
7993 not as a function, for consistency with the rest of the code.
7994
7995 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7996
7997 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7998 also when adding a new directory.
7999
8000 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8001 defun.
8002
8003 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * files.el (locate-file-completion-table): Make it provide boundary
8006 information, so partial-completion works better.
8007
8008 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8009
8010 * mail/footnote.el (Footnote-text-under-cursor):
8011 Check footnote-text-marker-alist before using it (bug#4324).
8012
8013 2009-09-04 Glenn Morris <rgm@gnu.org>
8014
8015 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8016 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8017 * play/solitaire.el, play/tetris.el:
8018 Remove leading * from defcustom and defface docs.
8019
8020 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8021 necessary.
8022 (diary-fancy-overriding-map): New variable.
8023 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8024 Use view-mode.
8025
8026 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8027 goto-line.
8028
8029 2009-09-03 Glenn Morris <rgm@gnu.org>
8030
8031 * arc-mode.el (archive-mode):
8032 * dos-fns.el (set-default-process-coding-system):
8033 * man.el (Man-getpage-in-background):
8034 * menu-bar.el (menu-bar-describe-menu):
8035 * server.el (server-process-filter):
8036 * startup.el (command-line):
8037 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8038 * w32-fns.el (set-default-process-coding-system):
8039 * x-dnd.el (x-dnd-handle-file-name):
8040 * international/mule-cmds.el (mule-menu-keymap)
8041 (set-default-coding-systems, language-info-alist, set-language-info)
8042 (set-language-environment, standard-display-european-internal)
8043 (set-locale-environment):
8044 * international/mule-diag.el (mule-diag):
8045 * mail/emacsbug.el (report-emacs-bug):
8046 * mail/rmail.el (rmail-mode):
8047 * mail/sendmail.el (mail-setup):
8048 Use default-value rather than default-enable-multibyte-characters.
8049
8050 * progmodes/f90.el: Move all safe properties into the defcustoms.
8051 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8052
8053 * calendar/appt.el (appt-check):
8054 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8055 (diary-check-diary-file, diary-list-entries)
8056 (diary-include-other-diary-files, diary-simple-display)
8057 (diary-fancy-display, diary-print-entries)
8058 (diary-mark-included-diary-files, diary-make-entry):
8059 Don't call substitute-in-file-name on diary-file.
8060
8061 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8062 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8065 (footnote-mode-map): Move initialization into the declaration.
8066 (footnote-minor-mode-map): Define it rather than changing global-map.
8067 (footnote-mode): Use define-minor-mode.
8068
8069 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8070
8071 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8072 (tramp-do-file-attributes-with-perl)
8073 (tramp-do-file-attributes-with-stat): Rename from
8074 `tramp-handle-file-attributes-with-*'.
8075 (tramp-handle-file-attributes): Use them.
8076 (tramp-do-directory-files-and-attributes-with-perl)
8077 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8078 `tramp-handle-directory-files-and-attributes-with-*'.
8079 (tramp-handle-directory-files-and-attributes): Use them.
8080 (tramp-method-out-of-band-p): Additional parameter SIZE.
8081 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8082 (tramp-handle-write-region): Use it.
8083 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8084 (tramp-handle-vc-registered): Check, whether the first run did
8085 return files to be tested.
8086 (tramp-advice-make-auto-save-file-name): Do not call directly
8087 `tramp-handle-make-auto-save-file-name', because this would bypass
8088 the locking mechanism.
8089
8090 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8091 (file-remote-p, process-file, start-file-process, set-file-times)
8092 (tramp-compat-file-attributes): Compatibility functions shall not
8093 call directly `tramp-handle-*', because this would bypass the
8094 locking mechanism.
8095 (tramp-compat-number-sequence): New defun.
8096
8097 2009-09-02 Glenn Morris <rgm@gnu.org>
8098
8099 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8100 alias for float-time.
8101 (time-to-number-of-days): In Emacs, use float-time.
8102 * net/newst-backend.el (time-add): Suppress warnings from compat
8103 function.
8104 * time.el (emacs-uptime, emacs-init-time):
8105 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8106 Use float-time rather than time-to-seconds.
8107
8108 * minibuffer.el (completion-initials-expand): Fix typo.
8109
8110 * faces.el (modeline, modeline-inactive, modeline-highlight)
8111 (modeline-buffer-id):
8112 * info.el (info-menu-5): Mark these face aliases as obsolete.
8113
8114 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8115
8116 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8117 space ...
8118 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8119 no "--thread" option.
8120 (gdb-stopped): Don't print "Switched to thread" message when it is
8121 unchanged.
8122
8123 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 * minibuffer.el (completion-try-completion)
8126 (completion-all-completions): Remove ill-defined (and
8127 mistakenly installed and luckily never used nor documented)
8128 `completion-styles' property.
8129 (completion-initials-expand, completion-initials-all-completions)
8130 (completion-initials-try-completion): New functions.
8131 (completion-styles-alist): Add doc to each entry.
8132 Add new `initials' entry.
8133
8134 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8135
8136 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8137 MI command -var-evaluate-expression.
8138 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8139 and tweak for case of string child.
8140 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8141
8142 2009-09-01 Glenn Morris <rgm@gnu.org>
8143
8144 * add-log.el (change-log-date-face, change-log-name-face)
8145 (change-log-email-face, change-log-file-face, change-log-list-face)
8146 (change-log-conditionals-face, change-log-function-face)
8147 (change-log-acknowledgement-face):
8148 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8149 (custom-modified-face, custom-set-face, custom-changed-face)
8150 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8151 (custom-documentation-face, custom-state-face, custom-comment-face)
8152 (custom-comment-tag-face, custom-variable-tag-face)
8153 (custom-variable-button-face, custom-face-tag-face)
8154 (custom-group-tag-face-1, custom-group-tag-face):
8155 * diff-mode.el (diff-header-face, diff-file-header-face)
8156 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8157 (diff-added-face, diff-changed-face, diff-function-face)
8158 (diff-context-face, diff-nonexistent-face):
8159 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8160 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8161 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8162 (Info-title-4-face):
8163 * isearch.el (isearch-lazy-highlight-face):
8164 * log-view.el (log-view-file-face, log-view-message-face):
8165 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8166 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8167 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8168 (cvs-msg-face):
8169 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8170 (smerge-base-face, smerge-markers-face):
8171 * wid-edit.el (widget-documentation-face, widget-button-face)
8172 (widget-field-face, widget-single-line-field-face)
8173 (widget-inactive-face, widget-button-pressed-face):
8174 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8175 (woman-addition-face):
8176 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8177 (eshell-ls-executable-face, eshell-ls-readonly-face)
8178 (eshell-ls-unreadable-face, eshell-ls-special-face)
8179 (eshell-ls-missing-face, eshell-ls-archive-face)
8180 (eshell-ls-backup-face, eshell-ls-product-face)
8181 (eshell-ls-clutter-face):
8182 * eshell/em-prompt.el (eshell-prompt-face):
8183 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8184 * obsolete/old-whitespace.el (whitespace-highlight-face):
8185 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8186 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8187 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8188 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8189 (antlr-font-lock-literal-face):
8190 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8191 (ebrowse-root-class-face, ebrowse-file-name-face)
8192 (ebrowse-default-face, ebrowse-member-attribute-face)
8193 (ebrowse-member-class-face, ebrowse-progress-face):
8194 * progmodes/make-mode.el (makefile-space-face):
8195 * progmodes/sh-script.el (sh-heredoc-face):
8196 * textmodes/flyspell.el (flyspell-incorrect-face)
8197 (flyspell-duplicate-face):
8198 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8199 * textmodes/texinfo.el (texinfo-heading-face):
8200 Mark face aliases with "-face" suffix as obsolete.
8201
8202 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8203 compiler.
8204
8205 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8206 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8207 easy-menu-define wants to modify these.
8208
8209 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8210
8211 * net/browse-url.el (browse-url-file-url):
8212 * term/internal.el (dos-codepage-setup):
8213 Use default-value rather than default-enable-multibyte-characters.
8214
8215 * progmodes/etags.el (etags-goto-tag-location):
8216 * progmodes/flymake.el (flymake-highlight-line)
8217 (flymake-goto-file-and-line, flymake-goto-line):
8218 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8219 (gdb-goto-breakpoint):
8220 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8221 * progmodes/python.el (python-find-function)
8222 (python-pdbtrack-track-stack-file):
8223 * progmodes/verilog-mode.el (verilog-surelint-off):
8224 * term/ns-win.el (ns-open-file-select-line):
8225 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8226 Use forward-line rather than goto-line.
8227
8228 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8229 * textmodes/reftex-index.el (reftex-display-index):
8230 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8231 * textmodes/reftex-toc.el (reftex-toc):
8232 Remove unnecessary bindings of default-major-mode (all are followed by
8233 major-mode check and possible mode switch).
8234
8235 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8236
8237 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8238 Handle watchpoints (bug#4282).
8239 (def-gdb-thread-buffer-command): Enable thread to be selected by
8240 clicking without selecting threads buffer first.
8241 (gdb-current-context-command): Use selected frame so that "up",
8242 "down" etc work in the GUD buffer.
8243 (gdb-update): Find selected frame before rendering stack buffer.
8244 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8245
8246 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * progmodes/sym-comp.el (displayed-completions): Remove.
8249 (symbol-complete): Use minibuffer-complete.
8250
8251 2009-08-31 Glenn Morris <rgm@gnu.org>
8252
8253 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8254
8255 * apropos.el (apropos-symbols-internal):
8256 Handle (obsolete) face aliases.
8257
8258 * faces.el (describe-face): Adjust the output format to be more like
8259 describe-variable, and to mention (obsolete) face aliases.
8260 Adjust the whitespace so that help-setup-xref works.
8261
8262 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8263 * calendar/diary-lib.el (diary-button-face):
8264 Mark these face aliases as obsolete.
8265
8266 * calendar/calendar.el (calendar-today): Doc fix.
8267
8268 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8269
8270 * progmodes/gdb-mi.el (gdb-control-all-threads)
8271 (gdb-control-current-thread): Force tool bar update.
8272 (gdb-non-stop-handler): New function.
8273 (gdb-init-1): Use it to test if non-stop mode is supported.
8274 Remove unused gdbmi buffer type.
8275
8276 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8277
8278 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8279 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8280
8281 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8282
8283 * comint.el (comint-exec-1): Check command is non-null first.
8284 Part of gdb-mi.el change (2009-08-28).
8285
8286 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8289
8290 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8291
8292 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8293 instead of `dolist' to avoid a recursive require when bootstrapping.
8294
8295 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8298
8299 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8300
8301 * net/imap.el (imap-send-command): Simplify.
8302 (imap-wait-for-tag): point-max -> buffer-size.
8303
8304 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8305
8306 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8307 with constant argument.
8308
8309 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8310
8311 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8312
8313 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8314 Change default, since most of our files don't have a history.
8315 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8316 the user.
8317
8318 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8319 Add comint-run.
8320
8321 * calc/calc.el: Improve commenting convention.
8322 (calc-digit-map, toplevel): Simplify.
8323
8324 * comint.el (comint-insert-input): Be careful to only set point if we
8325 don't delegate to some other command.
8326
8327 * proced.el (proced-signal-list): Make it an alist.
8328 (proced-grammar-alist): Capitalize names.
8329 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8330 Disable undo manually and make it read-only.
8331 Use completion-annotate-function.
8332
8333 * minibuffer.el (minibuffer-message): If the current buffer is not
8334 a minibuffer, insert the message in the echo area rather than at the
8335 end of the buffer.
8336 (completion-annotate-function): New variable.
8337 (minibuffer-completion-help): Use it.
8338 (completion--embedded-envvar-table): Environment vars are
8339 always case-sensitive.
8340
8341 2009-08-30 Glenn Morris <rgm@gnu.org>
8342
8343 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8344 from fortran-current-defun.
8345 (fortran-beginning-of-subprogram): Be more precise about finding the
8346 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8347 (fortran-end-of-subprogram): Simplify.
8348 (fortran-current-defun): Use fortran-start-prog-re.
8349
8350 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8351
8352 * subr.el (do-after-load-evaluation): Simplify.
8353
8354 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8355
8356 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8357
8358 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8359 (vc-rcs-print-log): Use it.
8360
8361 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8362
8363 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * paths.el (abbrev-file-name): Move to abbrev.el.
8366 * abbrev.el (abbrev-file-name): Move from paths.el.
8367 Obey user-emacs-directory.
8368 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8369 user-emacs-directory.
8370 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8371 abbrev-file-name and calc-settings-file any more.
8372 * startup.el (command-line): Recompute abbrev-file-name and
8373 abbreviated-home-dir.
8374 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8375 of the special code for when C-h bindings haven't been changed.
8376 (display-startup-echo-area-message): Use with-current-buffer.
8377 (command-line-1): Use a list of strings, rather than a list of lists
8378 of strings for longopts.
8379
8380 * files.el (get-free-disk-space): Use / for default-directory.
8381
8382 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8383 Use with-current-buffer.
8384
8385 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8386 Recognize immutable variables like most-positive-fixnum.
8387 (byte-compile-setq-default): Check and warn if trying to assign
8388 to an immutable variable, or a non-variable.
8389
8390 * progmodes/cc-vars.el (c-comment-continuation-stars):
8391 * progmodes/cc-engine.el (c-looking-at-bos):
8392 * progmodes/cc-cmds.el (c-toggle-auto-state)
8393 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8394 (c-comment-line-break-function): Add version of obsolescence.
8395
8396 2009-08-28 Juri Linkov <juri@jurta.org>
8397
8398 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8399 associated with `archive-mode'.
8400
8401 * image.el (image-type-header-regexps): Use only JPEG magic number
8402 to determine JPEG images, and don't use `image-jpeg-p' because
8403 Emacs can display non-JFIF non-Exif JPEG images.
8404
8405 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8406
8407 * arc-mode.el (archive-mode):
8408 * emacs-lisp/re-builder.el (re-builder-unload-function):
8409 Protect against the default value of `major-mode' being nil.
8410
8411 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8414 Fix typos in docstrings.
8415
8416 * progmodes/js.el (js--macro-decl-re): Doc fix.
8417 (js--plain-method-re, js--split-name): Refloc docstring.
8418 (js--class-styles, js--make-merged-item, js--splice-into-items):
8419 Fix typos in docstrings; reflow docstrings.
8420 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8421 (js--variable-decl-matcher, js--inside-pitem-p)
8422 (js--parse-state-at-point, js--get-all-known-symbols)
8423 (js--symbol-history, js-find-symbol, js--js-references)
8424 (js--moz-interactor, js--js-encode-value, js--read-tab):
8425 Fix typos in docstrings.
8426
8427 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * textmodes/reftex.el (reftex-get-file-buffer-force):
8430 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8431 * emulation/viper.el (viper-go-away, viper-set-hooks):
8432 * emacs-lisp/re-builder.el (re-builder-unload-function):
8433 * emacs-lisp/bytecomp.el (byte-compile-file):
8434 * ses.el (ses-unload-function):
8435 * hexl.el (hexl-find-file):
8436 * files.el (normal-mode):
8437 * ehelp.el (with-electric-help):
8438 * autoinsert.el (auto-insert-alist):
8439 * arc-mode.el (archive-mode):
8440 Use (default-value 'major-mode) instead of default-major-mode.
8441
8442 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8443 * international/mule.el (load-with-code-conversion):
8444 * emacs-lisp/debug.el (debug):
8445 * ediff-vers.el (ediff-rcs-get-output-buffer):
8446 * dired.el (dired-internal-noselect): Don't let-bind
8447 default-major-mode around code that doesn't use it.
8448 E.g. buffer creation via get-buffer-create doesn't use it.
8449
8450 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8451
8452 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8453 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8454 when writing the temp file. Otherwise, epa-file gets confused.
8455 (tramp-register-file-name-handlers): Make it a defun. Move also
8456 `epa-file-handler' to the front of `file-name-handler-alist'.
8457
8458 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8461 start right after a ^M.
8462 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8463 (tramp-completion-file-name-regexp-separate)
8464 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8465 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8466 Don't modify last-coding-system-used by accident.
8467 (tramp-completion-file-name-handler): Apply the checks here,
8468 instead during registration.
8469 (tramp-register-file-name-handlers): Renamed from
8470 `tramp-register-file-name-handler'. Register both
8471 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8472 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8473
8474 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8475
8476 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8477 Remove variable ...
8478 (gdb-init-1, gdb-display-separate-io-buffer)
8479 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8480 references to it.
8481 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8482 (gdb-inferior-filter): Use comint-output-filter to stop
8483 echoing and remove ^M characters.
8484
8485 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * emulation/viper-init.el (viper-restore-cursor-type):
8488 * emulation/cua-base.el (cua--update-indications):
8489 Replace default-cursor-type with (default-value 'cursor-type).
8490
8491 * mail/sendmail.el (mail-recover-1):
8492 * international/mule-diag.el (describe-current-coding-system-briefly)
8493 (describe-current-coding-system):
8494 * international/mule-cmds.el (select-safe-coding-system)
8495 (select-message-coding-system)
8496 (set-language-environment-coding-systems, set-locale-environment):
8497 * hexl.el (hexl-insert-multibyte-char):
8498 * dos-w32.el (find-buffer-file-type-coding-system):
8499 * simple.el (what-cursor-position):
8500 Replace uses of default-buffer-file-coding-system
8501 with (default-value 'buffer-file-coding-system).
8502
8503 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8504 Replace uses of default-cursor-in-non-selected-windows
8505 with (default-value 'cursor-in-non-selected-windows).
8506 Use with-current-buffer.
8507
8508 * mail/feedmail.el: Use CL macros.
8509 (feedmail-run-the-queue, feedmail-send-it-immediately):
8510 * dos-w32.el (find-buffer-file-type): Replace uses of
8511 default-buffer-file-type with (default-value 'buffer-file-type).
8512
8513 2009-08-28 Glenn Morris <rgm@gnu.org>
8514
8515 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8516 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8517 Use default-value of major-mode rather than default-major-mode.
8518
8519 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * Makefile.in (update-elcfiles): Report left over elc files.
8522
8523 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8524 expand-file-name and with-current-buffer.
8525 (mail-get-names, mail-directory): Use with-current-buffer.
8526
8527 * vc.el (vc-read-revision): New function.
8528 (vc-version-diff, vc-merge): Use it.
8529
8530 2009-08-27 Sam Steingold <sds@gnu.org>
8531
8532 * simple.el (kill-do-not-save-duplicates): New user option.
8533 (kill-new): When it is non-nil, and the new string is the same as
8534 the latest kill, set replace to t to avoid duplicates in kill-ring.
8535
8536 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8537
8538 * net/tramp.el (tramp-handle-process-file): Do not flush all
8539 caches when `process-file-side-effects' is set.
8540 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8541 instead of `tramp-find-file-exists-command'.
8542 Unset `process-file-side-effects'.
8543
8544 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8545
8546 * net/tramp.el (tramp-methods): New method "rsyncc".
8547 (top): Add completion function for "rsyncc".
8548 (tramp-message-show-message): New defvar.
8549 (tramp-message, tramp-error): Use it.
8550 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8551 remote copying.
8552 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8553 `tramp-methods' entry `copy-env' of "rsyncc".
8554 (tramp-vc-registered-read-file-names): New defconst.
8555 (tramp-vc-registered-file-names): New defvar.
8556 (tramp-handle-vc-registered): Implement optimization strategy.
8557 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8558 (tramp-vc-file-name-handler): New defun.
8559 (tramp-get-ls-command, tramp-get-test-command)
8560 (tramp-get-file-exists-command, tramp-get-remote-ln)
8561 (tramp-get-remote-perl, tramp-get-remote-stat)
8562 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8563
8564 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8565 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8566 timestamps.
8567 (tramp-get-file-property): Check for timestamps in
8568 `tramp-cache-inhibit-cache'.
8569 (tramp-set-file-property): Write timestamp.
8570
8571 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8572
8573 * language/japan-util.el (japanese-symbol-table): Add entries for
8574 cp932-2-byte.
8575
8576 * international/characters.el: Add category `j' to cp932-2-byte.
8577
8578 2009-08-27 Kenichi Handa <handa@m17n.org>
8579
8580 * international/fontset.el (build-default-fontset-data): New macro.
8581 (setup-default-fontset): Use build-default-fontset-data for CJK,
8582 tibetan, ethiopic, and ipa.
8583
8584 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8587 (enable-multibyte-characters): Not customizable any more.
8588
8589 * subr.el (default-mode-line-format, default-header-line-format)
8590 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8591 (default-direction-reversed, default-truncate-lines)
8592 (default-left-margin, default-tab-width, default-case-fold-search)
8593 (default-left-margin-width, default-right-margin-width)
8594 (default-left-fringe-width, default-right-fringe-width)
8595 (default-fringes-outside-margins, default-scroll-bar-width)
8596 (default-vertical-scroll-bar, default-indicate-empty-lines)
8597 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8598 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8599 (default-scroll-down-aggressively, default-fill-column)
8600 (default-cursor-type, default-buffer-file-type)
8601 (default-cursor-in-non-selected-windows)
8602 (default-buffer-file-coding-system, default-major-mode)
8603 (default-enable-multibyte-characters): Mark as obsolete.
8604
8605 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8606
8607 * vc-dir.el (vc-dir-update): Remove debug helper.
8608
8609 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8610
8611 2009-08-26 Sam Steingold <sds@gnu.org>
8612
8613 * simple.el (save-interprogram-paste-before-kill): New user option.
8614 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8615 save the interprogram-paste into kill-ring before overriding it
8616 with the Emacs kill.
8617
8618 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8619
8620 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8621 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8622 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8623 and move to vc-rcs.el.
8624 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8625 move to vc-rcs.el.
8626 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8627 (vc-rcs-update-changelog): Remove.
8628 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8629 and move to vc-rcs.el.
8630
8631 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8632 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8633 renaming.
8634 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8635 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8636 vc.el, renamed to be RCS specific.
8637
8638 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8639 New functions.
8640 (vc-cvs-update-changelog): Move here from vc.el.
8641
8642 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8643 New functions.
8644
8645 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8648
8649 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8650
8651 * vc-git.el (vc-git-register): Use "git add" for directories.
8652 (vc-git-stash, vc-git-stash-show): New functions.
8653 (vc-git-extra-menu-map): Bind them.
8654
8655 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8656 directory correctly in case the item is a directory itself.
8657
8658 * vc.el: Document the desired behavior for reverted files in the
8659 `added' state.
8660 (vc-default-prettify-state-info): Remove function, unused.
8661
8662 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8663
8664 2009-08-26 Glenn Morris <rgm@gnu.org>
8665
8666 * bindings.el (standard-mode-line-format): Reposition dashes in
8667 which-func entry. (Bug#4217)
8668
8669 * files.el (enable-local-variables, enable-local-eval)
8670 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8671 the defcustoms.
8672 (auto-mode-alist, ignored-local-variables)
8673 (save-some-buffers-action-alist): Move risky declarations to the
8674 definitions.
8675 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8676 (font-lock-defaults, format-alist, imenu--index-alist)
8677 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8678 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8679 (mode-line-modified, mode-line-mule-info, mode-line-position)
8680 (mode-line-process, mode-line-remote, outline-level)
8681 (parse-time-rules, rmail-output-file-alist)
8682 (special-display-buffer-names, vc-mode):
8683 Move risky declarations to the relevant files.
8684 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8685 (mode-line-modified, mode-line-process, mode-line-position)
8686 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8687 * font-core.el (font-lock-defaults):
8688 * format.el (format-alist):
8689 * vc-hooks.el (vc-mode):
8690 * window.el (special-display-buffer-names):
8691 * international/mule-cmds.el (input-method-alist):
8692 Define riskiness here (dumped file) rather than in files.el.
8693 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8694 * imenu.el (imenu-generic-expression, imenu--index-alist):
8695 * outline.el (outline-level):
8696 * time.el (display-time-string):
8697 * calendar/parse-time.el (parse-time-rules):
8698 * mail/rmailout.el (rmail-output-file-alist):
8699 Autoload riskiness here, rather than placing in files.el.
8700
8701 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8702
8703 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8704
8705 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8706
8707 * simple.el (process-file-side-effects): New defvar.
8708
8709 * dired-aux.el (dired-show-file-type):
8710 * vc.el (vc-diff-internal):
8711 * vc-arch.el (vc-arch-diff):
8712 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8713 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8714 * vc-git.el (vc-git-registered, vc-git-working-revision)
8715 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8716 (vc-git--empty-db-p):
8717 * vc-hooks.el (vc-user-login-name):
8718 * vc-svn.el (vc-svn-registered, vc-svn-state)
8719 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8720 * progmodes/grep.el (grep-probe): Let-bind
8721 `process-file-side-effects' with nil.
8722
8723 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8724
8725 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8726 daemon. Replace ping by checking for running service for bluez
8727 and zeroconf. (Bug#4239)
8728
8729 2009-08-25 Kevin Ryde <user42@zip.com.au>
8730
8731 * net/dig.el (dig): Add autoload cookie.
8732
8733 2009-08-25 Glenn Morris <rgm@gnu.org>
8734
8735 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8736 load-history for absolute file-names.
8737 (byte-compile-file-form-require): Warn about use of the cl package.
8738
8739 * format.el (format-alist): Doc fix.
8740
8741 * play/bubbles.el (top-level): Don't require cl at run-time.
8742
8743 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8744 run-time cl).
8745
8746 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8747
8748 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8749 from cl package.
8750 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8751
8752 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8753
8754 * calc/calc-alg.el (math-trig-rewrite)
8755 (math-hyperbolic-trig-rewrite): New functions.
8756 (calc-simplify): Simplify trig functions when asked.
8757
8758 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8759
8760 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8761
8762 2009-08-24 Kenichi Handa <handa@m17n.org>
8763
8764 * language/ind-util.el (mapthread): Delete it.
8765 (combinatorial): New function.
8766 (indian--puthash-cv): Use combinatorial instead of mapthread.
8767
8768 2009-08-22 Kevin Ryde <user42@zip.com.au>
8769
8770 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8771 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8772 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8773 Clarify docstring that the value is strings not symbols.
8774 (checkdoc-list-of-strings-p): New function.
8775
8776 2009-08-22 Glenn Morris <rgm@gnu.org>
8777
8778 * files.el (auto-mode-alist):
8779 * hippie-exp.el (he-concat-directory-file-name):
8780 * lpr.el (lpr-windows-system, printer-name):
8781 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8782 * ps-print.el (ps-windows-system):
8783 * startup.el (command-line):
8784 * emulation/viper-ex.el (viper-glob-function):
8785 * international/mule-cmds.el (set-language-environment-coding-systems):
8786 * net/ange-ftp.el (ange-ftp-write-region):
8787 * obsolete/fast-lock.el (fast-lock-cache-name):
8788 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8789 unisoft-unix, vax-vms, win32, w32.
8790
8791 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8792 given name if the pattern is not more specific.
8793
8794 * calendar/lunar.el (lunar-phase-names): New option.
8795 (lunar-phase): Doc fix.
8796 (lunar-cycles-per-year): New constant.
8797 (lunar-index): New function.
8798 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8799 (lunar-phase-name): Use lunar-phase-names.
8800 (calendar-lunar-phases): Use format.
8801 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8802
8803 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8804 Copy imenu-example--name-and-position function here for own use.
8805 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8806
8807 * bs.el (bs--redisplay):
8808 * cus-edit.el (custom-redraw):
8809 * ibuffer.el (ibuffer-bury-buffer):
8810 * server.el (server-goto-line-column):
8811 * startup.el (command-line-1):
8812 * strokes.el (strokes-xpm-for-stroke):
8813 * term.el (term-display-buffer-line):
8814 * view.el (View-goto-line):
8815 * calc/calc.el (calc-do, calc-trail-buffer):
8816 * play/gamegrid.el (gamegrid-add-score-insecure):
8817 * progmodes/ada-mode.el (ada-compile-goto-error):
8818 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8819 (ebrowse-select-1st-to-9nth):
8820 * progmodes/cperl-mode.el (cperl-time-fontification):
8821 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8822 * progmodes/gud.el (gud-display-line):
8823 (idlwave-shell-display-line):
8824 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8825 * progmodes/make-mode.el (makefile-browser-toggle):
8826 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8827 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8828 * textmodes/picture.el (picture-draw-rectangle):
8829 * textmodes/reftex-index.el (reftex-index-goto-letter):
8830 (reftex-select-jump-to-previous):
8831 * textmodes/reftex-sel.el (reftex-find-start-point)
8832 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8833 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8834 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8835 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8836 * textmodes/two-column.el (2C-associated-buffer):
8837 Use forward-line rather than goto-line.
8838
8839 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8840 goto-line.
8841
8842 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8843 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8844 (quick-check-list-to-regexp): Declare.
8845
8846 * progmodes/make-mode.el (makefile-browser-insert-selection):
8847 Use goto-char rather than goto-line.
8848
8849 * progmodes/prolog.el (compilation-error-regexp-alist)
8850 (compilation-forget-errors): Declare.
8851
8852 2009-08-22 Juri Linkov <juri@jurta.org>
8853
8854 * progmodes/grep.el (lgrep, rgrep): At the beginning
8855 set `dir' to `default-directory' unless `dir' is a non-nil
8856 readable directory. (Bug#4052)
8857 (lgrep, rgrep): Change a weird way to report an error
8858 from using `read-string' to using `error'.
8859 Instead of using interactive arguments in the function body,
8860 add new argument `confirm'.
8861
8862 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * textmodes/remember.el (remember-buffer):
8865 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8866 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8867 (icalendar-extract-ical-from-buffer):
8868 * net/newst-treeview.el (newsticker-groups-filename):
8869 * net/newst-backend.el (newsticker-cache-filename):
8870 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8871 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8872 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8873 (speedbar-buffers-line-path, speedbar-path-line)
8874 (speedbar-buffers-line-path):
8875 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8876 (epg-sign-keys):
8877 * epa.el (epa-display-verify-result):
8878 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8879
8880 2009-08-21 Glenn Morris <rgm@gnu.org>
8881
8882 * progmodes/js.el (inferior-moz-process): Fix declaration.
8883
8884 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8885
8886 * obsolete/rnewspost.el (news-mail-reply):
8887 Use goto-char rather than goto-line.
8888
8889 * term/ns-win.el (ns-open-file-select-line):
8890 Use line-beginning-position rather than goto-line.
8891
8892 * apropos.el (apropos-command):
8893 * ehelp.el (electric-helpify):
8894 * printing.el (pr-show-setup):
8895 * strokes.el (strokes-help):
8896 * tutorial.el (tutorial--describe-nonstandard-key)
8897 (tutorial--detailed-help):
8898 * woman.el (woman-mini-help, woman-display-extended-fonts):
8899 * calc/calc-help.el (calc-describe-key):
8900 * emulation/edt.el (edt-electric-helpify):
8901 * international/mule-diag.el (mule-diag):
8902 * play/yow.el (apropos-zippy):
8903 * progmodes/python.el (python-describe-symbol):
8904 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8905 * textmodes/table.el (*table--cell-describe-mode)
8906 (*table--cell-describe-bindings):
8907 Use help-print-return-message rather than the now obsolete alias.
8908
8909 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8910 (calendar-cursor-to-visible-date):
8911 * play/5x5.el (5x5-position-cursor):
8912 * play/decipher.el (decipher):
8913 * play/gomoku.el (gomoku-goto-xy):
8914 * play/landmark.el (lm-goto-xy):
8915 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8916 (mpuz-paint-digit):
8917 Use forward-line, not goto-line.
8918
8919 * mail/rmail.el (rmail-obsolete): Delete custom group.
8920 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8921 (rmail-remote-password, rmail-remote-password-required):
8922 Remove unneeded :set-after and :set properties.
8923
8924 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8925
8926 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8927
8928 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8929
8930 * loadup.el: Remove leftover macos code.
8931
8932 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8933 Explicitly pass the date format to git blame so that user local
8934 so that the output format can be parsed.
8935
8936 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8937
8938 * net/dbus.el (top): Don't check for (getenv
8939 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8940
8941 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8942
8943 * log-edit.el (log-edit-strip-single-file-name): New var.
8944 (log-edit-insert-changelog): Use it. Bug#3571
8945
8946 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8949 Bug#3287
8950
8951 * help.el (help-print-return-message): Rename from
8952 print-help-return-message.
8953
8954 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8955 cvs-mode-map parent hack.
8956 (log-view-mode): Derive from special-mode.
8957
8958 * linum.el (linum-mode): window-size-change-functions is redundant.
8959 Adapt to new window-configuration-change-hook behavior.
8960 (linum-after-size, linum-after-config): Remove.
8961
8962 * imenu.el (imenu-example--name-and-position)
8963 (imenu-example--lisp-extract-index-name)
8964 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8965 Mark as obsolete.
8966
8967 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8968 (inferior-prolog-mode): Use it.
8969 (inferior-prolog-load-file): Reset list of errors.
8970
8971 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8972
8973 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8974
8975 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8976
8977 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8978
8979 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8980 is running already.
8981
8982 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * subr.el (listify-key-sequence-1): Use normal syntax since those
8985 integers are nowadays always represented by the same (positive) number
8986 on all platforms.
8987 (read-key-empty-map): New const.
8988 (read-key-delay): New var.
8989 (read-key): New function.
8990 (force-mode-line-update): Use with-current-buffer.
8991 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8992 (start-process-shell-command, start-file-process-shell-command):
8993 Discourage the use of command-args.
8994
8995 2009-08-19 Glenn Morris <rgm@gnu.org>
8996
8997 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8998
8999 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * simple.el (choose-completion-string): Don't rely on
9002 minibuffer-completing-file-name and ad-hoc checks to decide whether
9003 to continue completion or not.
9004
9005 * minibuffer.el (minibuffer-hide-completions): New function.
9006 (completion--do-completion): Use it.
9007 (completions-annotations): New face.
9008 (completion--insert-strings): Use it.
9009 (completion-pcm--delim-wild-regex): Add docstring.
9010 (completion-pcm--string->pattern): Add support for 0-width delimiters
9011 in completion-pcm--delim-wild-regex.
9012
9013 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9016 Remove unused var `buffer-modified-p'.
9017
9018 * minibuffer.el (completion--do-completion): Move point for the #b001
9019 case as well (bug#4176).
9020 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9021
9022 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9023
9024 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9025 and :session buses.
9026
9027 2009-08-18 Kenichi Handa <handa@m17n.org>
9028
9029 * international/ucs-normalize.el (ucs-normalize-version):
9030 Change to 1.1.
9031 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9032 (utf-8-hfs): Make it perform normalization on encoding too.
9033
9034 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9035 (sentence-end-without-space): Delete duplicated chars.
9036 (sentence-end-base): Likewise.
9037
9038 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9039 (html-mode): Delete duplicated chars from sentence-end-base.
9040
9041 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9042 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9043
9044 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9045
9046 * files.el (hack-one-local-variable): If the mode function is for
9047 a minor mode, pass it an argument (Bug#4148).
9048
9049 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9050
9051 * net/tramp.el (tramp-register-completion-file-name-handler):
9052 Check also for (member 'partial-completion completion-styles).
9053
9054 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9057 abbrev (Bug#3943).
9058
9059 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9060
9061 * progmodes/cperl-mode.el: Merge upstream 6.2.
9062 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9063 (cperl-forward-re): Check cperl-brace-recursing.
9064 (cperl-highlight-charclass): New function.
9065 (cperl-find-pods-heres): Use it.
9066 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9067 (cperl-beautify-regexp-piece): Fix column calculation.
9068 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9069 (cperl-beautify-level): Don't process entire regexp.
9070 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9071 calling man.
9072 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9073 (cperl-init-faces): Build a list in the normal way.
9074
9075 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9076
9077 * calendar/parse-time.el (parse-time-string-chars): Save match
9078 data.
9079
9080 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9083 (sql-product): Use it.
9084 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9085 (sql-set-product): Add completion.
9086 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9087 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9088 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9089 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9090 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9091 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9092 (sql-highlight-db2-keywords): Remove.
9093 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9094 (sql-highlight-product): Use derived-mode-p.
9095 (sql-set-sqli-buffer): Use with-current-buffer.
9096 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9097 Simplify.
9098
9099 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9100
9101 * term.el: Fix commenting convention, turn comments into docstrings.
9102
9103 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9104
9105 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9106
9107 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9108
9109 * calendar/parse-time.el (parse-time-string-chars): Compute using
9110 character classes, to handle non-ascii characters (Bug#3190).
9111
9112 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9113
9114 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9115 another heredoc if the user adds another < (Bug#3226).
9116
9117 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9118 Don't initialize based on window-system (Bug#4124).
9119
9120 * facemenu.el (facemenu-read-color): Use a completion function
9121 that accepts any defined color, such as RGB triplets (Bug#3677).
9122
9123 * files.el (get-free-disk-space): Change fallback default
9124 directory to /. Expand DIR argument before switching to fallback.
9125 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9126
9127 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * files.el (load-library): Doc fix.
9130
9131 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9132
9133 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9134 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9135 incremental search string.
9136
9137 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9138 XEmacs.
9139
9140 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9141 (ediff-merge-region-is-non-clash)
9142 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9143 Also check if the job is really a merge job.
9144
9145 * ediff.el (ediff-current-file): New function.
9146
9147 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9148
9149 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9150 conventions.
9151 (js-insert-and-indent): Delete function.
9152 (js-mode-map): Don't bind keys to js-insert-and-indent.
9153 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9154 (js-end-of-defun): Rename from js--end-of-defun.
9155 (js-auto-indent-flag): Delete variable.
9156
9157 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9158
9159 * progmodes/js.el: Remove proclaim statement.
9160 Defvar which-func-imenu-joiner-function to silence compiler.
9161
9162 * files.el (auto-mode-alist): Use js-mode for .js files.
9163
9164 * progmodes/js2-mode.el: Remove file.
9165
9166 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9167
9168 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9169
9170 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9171
9172 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9173 Karl Landstrom <karl.landstrom@brgeight.se>
9174
9175 * progmodes/js.el: New file.
9176
9177 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9178
9179 * timezone.el (timezone-parse-date): Add ability to understand ISO
9180 basic format (minimal separators) dates in addition to the
9181 already-supported extended format dates.
9182
9183 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9184
9185 * international/ucs-normalize.el: Add a `coding' file variable.
9186
9187 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9188
9189 2009-08-14 Sam Steingold <sds@gnu.org>
9190
9191 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9192
9193 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9194
9195 * faces.el (help-argument-name): Define it here instead of
9196 help-fns.el, because in daemon mode help-fns.el may be loaded when
9197 faces are still uninitialized (Bug#1078).
9198
9199 * help-fns.el (help-argument-name): Move defface to faces.el.
9200
9201 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9202
9203 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9204 create buffer with a pty but no process so that GDB can make the
9205 inferior the controlling process.
9206
9207 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9208
9209 * international/ucs-normalize.el: New file.
9210
9211 2009-08-13 Richard Stallman <rms@gnu.org>
9212
9213 * mail/rmail.el (rmail-get-attr-names):
9214 Accept an attribute header that is too short.
9215
9216 * mail/rmail.el (rmail-forget-messages):
9217 Ignore nil elt in rmail-message-vector. Use dotimes.
9218
9219 * progmodes/compile.el (compilation-goto-locus):
9220 Use next-error-move-function.
9221
9222 * simple.el (next-error-move-function): New variable.
9223
9224 2009-08-12 Juri Linkov <juri@jurta.org>
9225
9226 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9227 always non-nil. (Bug#4052)
9228
9229 * replace.el (read-regexp): Return empty string when
9230 `default-value' is nil.
9231 (keep-lines-read-args): Don't use empty string as the
9232 default value for `read-regexp'. (Bug#2495)
9233
9234 2009-08-12 Juri Linkov <juri@jurta.org>
9235
9236 * international/mule-cmds.el (ucs-insert): Change arguments
9237 from `arg' to `character', `count', `inherit' to be the same
9238 as in `insert-char'. Doc fix. (Bug#4039)
9239
9240 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9241
9242 2009-08-12 Juri Linkov <juri@jurta.org>
9243
9244 * files-x.el: New file.
9245
9246 * files.el: Move code that deals with adding/deleting
9247 file/directory-local variables to files-x.el.
9248
9249 * Makefile.in (ELCFILES): Add files-x.elc.
9250
9251 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9252
9253 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9254 to use `goto-line'.
9255 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9256 `goto-line'.
9257 (gdb-invalidate-disassembly): Do not refresh upon receiving
9258 'update signal. Instead, update all disassembly buffers only after
9259 threads list.
9260 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9261 (gdb-starting): Moved -data-list-register-names...
9262 (gdb-stopped): ...here so it's sent when first thread stops.
9263 (gdb-registers-handler-custom): Do nothing if register names are
9264 unknown yet.
9265
9266 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9267 from `gdb-mi.el' to avoid extra tangling.
9268
9269 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9270 change which breaks `gud-def' definitions used in `gdb'.
9271 (gdb-update-gud-running): No extra fuss for updating frame number.
9272
9273 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9275 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9276 (describe-language-environment-map, setup-language-environment-map)
9277 (set-coding-system-map): Move initialization into declaration.
9278 (set-language-info-alist): Last arg to define-key-after can be skipped.
9279
9280 * international/quail.el (quail-completion-1): Simplify.
9281 (quail-define-rules): Use slightly more compact code.
9282 (quail-insert-decode-map): Propertize keys, compact columns.
9283
9284 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9285 Add goto-line.
9286
9287 2009-08-10 Miles Bader <miles@gnu.org>
9288
9289 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9290 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9291 (js2-instance-member, js2-private-member, js2-private-function-call)
9292 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9293 (js2-magic-paren, js2-external-variable):
9294 Remove "-face" suffix from face names.
9295 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9296 (js2-highlight-undeclared-vars, js2-peek-token)
9297 (js2-parse-function-params, js2-mode-show-errors)
9298 (js2-mode-show-warnings, js2-make-magic-delimiter)
9299 (js2-mode-highlight-magic-parens): Update to use new face names.
9300
9301 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9302
9303 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9304 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9305
9306 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * subr.el: Provide hashtable-print-readable.
9309
9310 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9311 hs-c-like-adjust-block-beginning.
9312 (hs-hide-block-at-point): Stop hiding at the beginning of
9313 hs-block-end-regexp (Bug#700).
9314
9315 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9316
9317 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9318 a macro.
9319 (gdb-registers-handler-custom): Do not fail when register names
9320 are unavailable.
9321
9322 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9323
9324 * progmodes/gdb-mi.el (gdb-control-all-threads)
9325 (gdb-control-current-thread): Interactive setters for
9326 `gdb-gud-control-all-threads' to use in menu.
9327 (gdb-show-run-p): Show «Go» when process is not active.
9328 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9329 gud/thread.xpm and gud/all.xpm.
9330
9331 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9332
9333 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9334 (nslookup-font-lock-keywords): Make it a variable.
9335 (net-utils-mode): New mode for viewing diagnostic network output.
9336 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9337 (net-utils-run-simple): New function.
9338 (ifconfig, iwconfig, netstat, arp, route): Use it.
9339
9340 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9341
9342 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9343 (gdb-memory-set-address, def-gdb-set-positive-number)
9344 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9345 after changing settings.
9346 (gdb-invalidate-disassembly): Update when first shown.
9347 (gdb-edit-locals-value): Fixed.
9348 (gdb-registers-handler-custom): Print registers in right order and
9349 allow changing register values (only for current thread yet).
9350 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9351 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9352 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9353 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9354 info in mode name.
9355 (gdb-registers-mode-map): TAB to switch to locals.
9356
9357 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9358
9359 * mail/rmail.el (rmail-add-mbox-headers)
9360 (rmail-set-message-counters-counter): Search for
9361 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9362
9363 2009-08-08 Glenn Morris <rgm@gnu.org>
9364
9365 * Makefile.in (ELCFILES): Update.
9366
9367 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9368
9369 * mail/sendmail.el (mail-yank-original): Set
9370 buffer-file-coding-system from the one used by the message whose
9371 text is yanked.
9372
9373 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9374 to "windows" when "pgnuplot" is used.
9375 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9376 call accept-process-output if "pgnuplot" is used.
9377 (calc-graph-init): Don't send -display and -geometry to
9378 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9379 running "pgnuplot -V" with shell-command-to-string.
9380
9381 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9382 the default.
9383
9384 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9385
9386 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9387 org/org-latex.elc.
9388
9389 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9390
9391 * vc-dispatcher.el (vc-resynch-window): Update comment.
9392
9393 * term.el (term-handle-ansi-escape): Add comments with the
9394 terminfo capabilities implemented.
9395
9396 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9397
9398 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9399 (gdb-var-create-handler): Rewritten using JSON parser.
9400 (gdb-propertize-header): Moved earlier.
9401 (gdb-set-header): Removed to avoid duplication.
9402 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9403 Refresh disassembly buffers only after threads list have been
9404 update.
9405 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9406 variables.
9407
9408 2009-08-04 Juri Linkov <juri@jurta.org>
9409
9410 * files.el: Commands to add/delete file/directory-local variables.
9411 (read-file-local-variable, read-file-local-variable-value)
9412 (read-file-local-variable-mode, modify-file-local-variable)
9413 (modify-file-local-variable-prop-line)
9414 (modify-dir-local-variable): New functions.
9415 (add-file-local-variable, delete-file-local-variable)
9416 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9417 (add-dir-local-variable, delete-dir-local-variable)
9418 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9419 (copy-dir-locals-to-file-locals-prop-line): New commands.
9420
9421 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9422
9423 * abbrev.el (insert-abbrev-table-description): Prettify output.
9424 Suggested by Karl Chen.
9425
9426 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9427
9428 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9429 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9430 (gdb-overlay-arrow-position, gdb-thread-position)
9431 (gdb-disassembly-position): Declare variables.
9432 (gdb-wait-for-pending): Function now.
9433 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9434 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9435 compilation goes smoothly.
9436 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9437 (gdb-non-stop-setting): New customization setting which replaces
9438 `gdb-non-stop' so changing it doesn't break active GDB session.
9439 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9440 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9441 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9442 (gdb-show-threads-by-default): New customization options.
9443 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9444 routines.
9445 (gdb-get-buffer-create): Send buffers update signal when they are
9446 created.
9447 (gdb-invalidate-locals, gdb-invalidate-registers)
9448 (gdb-invalidate-breakpoints)
9449 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9450 (gdb-invalidate-memory): Accept update signal.
9451 (gdb-current-context-command): Use --frame option.
9452 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9453 Implement `gdb-frame-number' selection logic.
9454 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9455 whether to show GUD toolbar buttons.
9456 (gdb-thread-exited): Unselect current thread when it exits.
9457 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9458 (gdb-mark-line): Routine which sets overlay arrow or inverses
9459 video on fringeless displays.
9460 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9461 to build aligned columns of data in GDB buffers and set text
9462 properties line-by-line.
9463 (gdb-invalidate-breakpoints)
9464 (gdb-breakpoints-list-handler-custom)
9465 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9466 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9467 (gdb-registers-handler-custom): Align data columns.
9468 (gdb-locals-handler-custom): Now prints data like in variable
9469 declarations.
9470 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9471 Removed confusing buttons.
9472 (gdb-invalidate-threads): Append --frame.
9473 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9474 between breakpoints/threads buffers.
9475 (gdb-set-window-buffer): Now can ignore dedicated windows.
9476 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9477 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9478 (def-gdb-thread-buffer-gud-command): Replaces
9479 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9480 for fine thread control.
9481 (gdb-preempt-existing-or-display-buffer): New function used to
9482 display bound buffers without breaking window layout.
9483 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9484 (gdb-select-frame): New version of `gdb-frames-select' which now
9485 sets `gdb-frame-number' so commands may use --frame option instead
9486 of inner debugger state.
9487 (gdb-frame-handler): Do not set `gdb-frame-number'.
9488 (gdb-threads-mode-map): Select threads with mouse.
9489
9490 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9491 avoid compilation warning.
9492 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9493 `gdb-show-stop-p`.
9494
9495 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9496 Argument `key' renamed to `buffer-type'.
9497 (gdb-current-context-buffer-name): Do not add thread info to
9498 buffer name when no thread is selected.
9499 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9500 command (bug 3794).
9501 (gdb-thread-selected): Handle `=thread-selected' notification.
9502 (gdb-wait-for-pending): New macro to deal with congestion problems.
9503 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9504 breakpoints.
9505 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9506 This fixes problem similar to one described in bug 3947.
9507 (gud-menu-map): More menu items.
9508 (gdb-init-1): Reset `gdb-thread-number' to nil.
9509
9510 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9511 non-stop settings.
9512
9513 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9514 (gdb-current-context-command): Do not append --thread if
9515 `gdb-thread-number' is nil.
9516 (gdb-running-threads-count, gdb-stopped-threads-count): New
9517 variables.
9518 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9519 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9520 customization options.
9521 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9522 GUD commands.
9523 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9524 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9525 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9526 set `gdb-thread-number' and update `gud-running' properly.
9527 (gdb-running): Update threads list when new threads appear.
9528 (gdb-stopped): Support non-stop operation and new thread switching
9529 logic.
9530 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9531 (gdb-json-partial-output): New set of JSON routines.
9532 (def-gdb-auto-update-trigger): New `signal-list' optional
9533 argument.
9534 (gdb-thread-list-handler-custom): Update `gud-running',
9535 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9536 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9537 (gdb-continue-thread, gdb-step-thread): New commands for fine
9538 thread execution control.
9539 (gud-menu-map): New menu items to switch non-stop options.
9540 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9541 (gdb-send): Mimic RET properly (bug 3794).
9542
9543 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9544 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9545 gdb-buffer-rules.
9546 (def-gdb-auto-update-handler): New nopreserve optional argument.
9547 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9548
9549 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9550 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9551 (gdb-parent-mode): New mode to derive other GDB modes from.
9552 (gdb-display-disassembly-for-thread)
9553 (gdb-frame-disassembly-for-thread): New commands for threads
9554 buffer.
9555
9556 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9557 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9558 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9559 (gdb-update): We now store all GDB buffers in a list so that they
9560 can be updated by traversing a list instead of calling invalidate
9561 triggers explicitly.
9562 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9563 pair for GDB buffer.
9564 (gdb-stack-buffer-name): Add thread information.
9565 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9566 handle pending triggers.
9567 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9568 (def-gdb-thread-buffer-simple-command)
9569 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9570 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9571 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9572 New commands which show buffers bound to thread.
9573 (gdb-stack-list-locals-regexp): Removed unused regexp.
9574
9575 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9576 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9577 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9578 to (gud-comint-buffer) in *-buffer-name functions
9579 because (gdb-get-target-string) already does that.
9580 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9581 (gdb-changed-registers-handler): Rewritten without regexps.
9582
9583 * progmodes/gdb-mi.el: Basic thread selection support.
9584 (gdb-thread-number): New variable.
9585 (gdb-current-context-command): New macro which adds --thread
9586 option to command.
9587 (gdb-threads-mode-map): Select thread with SPC.
9588 (gdb-thread-list-handler-custom): Mark current thread with overlay
9589 arrow. Synchronize GDB thread and Emacs thread.
9590 (gdb-select-thread): New command which selects current thread.
9591 (gdb-invalidate-frames, gdb-invalidate-locals)
9592 (gdb-invalidate-registers): Use --thread option.
9593
9594 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9595
9596 * net/tramp.el (top): Make check for tramp-gvfs loading more
9597 robust. (Bug#3977)
9598 (tramp-handle-insert-file-contents): `unwind-protect' must be
9599 inside `with-parsed-tramp-file-name'.
9600
9601 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9602 fails.
9603
9604 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9605
9606 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9607 directory if CLASSPATH is not set.
9608
9609 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9610
9611 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9612 New defconst.
9613 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9614
9615 2009-08-02 Kevin Ryde <user42@zip.com.au>
9616
9617 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9618 Update freshmeat link. Delete newsforge.com as it seems gone.
9619
9620 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9621
9622 * select.el (x-set-selection): Doc fix (Bug#4021).
9623
9624 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9625
9626 * help-fns.el (describe-variable): Treat list return values from
9627 dir-locals-find-file properly (Bug#4005).
9628
9629 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9630
9631 * net/tramp.el (tramp-debug-message): Print also microseconds.
9632
9633 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9634
9635 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9636 or END is non-nil.
9637 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9638 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9639 format.
9640
9641 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9642 (tramp-get-file-property): Use it.
9643
9644 * autorevert.el (auto-revert-handler): Allow
9645 `auto-revert-tail-mode' for remote files.
9646
9647 2009-08-02 Jason Rumney <jasonr@gnu.org>
9648
9649 * minibuffer.el (read-file-name): Treat confirm options to
9650 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9651
9652 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9653
9654 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9655 (font-lock-variable-name-face, font-lock-constant-face): Darken
9656 the colors for light backgrounds.
9657
9658 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9659
9660 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9661 month names. (Bug#3987)
9662
9663 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * simple.el (line-move-finish): Pass whole number to
9666 line-move-to-column.
9667 (line-move-visual): Perform hscroll to the recorded position.
9668
9669 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9670
9671 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9672
9673 2009-07-29 Alan Mackenzie <acm@muc.de>
9674
9675 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9676
9677 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9678
9679 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9680 (gdb-place-breakpoints): Use full path when setting breakpoints.
9681
9682 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9683
9684 * calc/calc.el (calc-mode-map): Add keybinding for
9685 `calc-transpose-lines'.
9686
9687 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9688
9689 * calc/calc-misc.el (calc-transpose-lines): New function.
9690
9691 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9692
9693 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9694 Simplify check for out-of-band methods.
9695 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9696 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9697
9698 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9699
9700 * vc-git.el (vc-git-checkin): Fix typo.
9701
9702 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9703
9704 * progmodes/js2-mode.el: New file.
9705
9706 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9707
9708 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9709 (gud-menu-map): Adjust tooltip accordingly.
9710
9711 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9712
9713 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9714 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9715
9716 * add-log.el (change-log-mode-map): Add a menu.
9717
9718 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9719
9720 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9721 function returns nil.
9722 (dbus-handle-event): Handle special return value :ignore.
9723 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9724
9725 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9728 it's not needed.
9729
9730 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9731
9732 Fix Bug#3888:
9733
9734 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9735
9736 * term/pc-win.el (x-display-name, x-colors)
9737 (x-select-enable-clipboard, x-select-text): Doc fix.
9738
9739 * term/common-win.el (x-display-name, x-colors): Doc fix.
9740
9741 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9742 (xw-defined-colors): Doc fix.
9743
9744 * w32-fns.el (x-select-text, x-setup-function-keys)
9745 (x-get-selection, x-set-selection): Doc fix.
9746
9747 * term/x-win.el (x-select-text, x-setup-function-keys)
9748 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9749
9750 * select.el (x-set-selection): Doc fix.
9751
9752 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9753
9754 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9755 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9756 "IsNSSSupportAvailable" method is not available. Reported by
9757 Steve Youngs <steve@sxemacs.org>.
9758
9759 2009-07-24 Kenichi Handa <handa@m17n.org>
9760
9761 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9762 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9763 (build-unicode-category-table): Fix range checks.
9764
9765 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9766
9767 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9768 the buffer we try to sync is current when calling
9769 vc-resynch-buffer.
9770
9771 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9772 not show up to date files.
9773
9774 2009-07-24 Glenn Morris <rgm@gnu.org>
9775
9776 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9777 Add autoload cookies. If necessary, initialize.
9778 (elint-log): Handle non-file buffers.
9779 (elint-initialize): Add optional argument to reinitialize.
9780 (elint-find-builtin-variables): Save excursion.
9781
9782 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9783
9784 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9785 for Lint.
9786
9787 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9788
9789 * vc.el (vc-print-log-internal): New function, split out from ...
9790 (vc-print-log): ... here.
9791 (vc-dir-move-to-goal-column): Declare.
9792
9793 * vc-git.el (vc-git-add-signoff): New variable.
9794 (vc-git-checkin): Use it.
9795 (vc-git-toggle-signoff): New function.
9796 (vc-git-extra-menu-map): Bind it to menu.
9797 (vc-git--run-command-string): Accept a nil FILE argument.
9798 (vc-git-stash-list): New function.
9799 (vc-git-dir-extra-headers): Use it.
9800
9801 2009-07-23 Glenn Morris <rgm@gnu.org>
9802
9803 * help-fns.el (describe-variable): Describe ignored and risky local
9804 variables in a similar way to that in which we describe safe ones.
9805
9806 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9807 (byte-compile-output-file-form, byte-compile-output-docform)
9808 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9809 Give some more local variables with common names a "bytecomp-" prefix,
9810 so as not to shadow things during compilation.
9811 * emacs-lisp/cl-macs.el (load-time-value)
9812 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9813 `outbuffer' to `bytecomp-outbuffer'.
9814
9815 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9816 since the next two variables cover them automatically now.
9817 (elint-builtin-variables, elint-autoloaded-variables): New.
9818 (elint-unknown-builtin-args): Remove all members, since they can be
9819 parsed automatically now.
9820 (elint-extra-errors): New.
9821 (elint-env-add-env, elint-env-add-macro): Use cadr.
9822 (elint-current-buffer): Use or. Change final message.
9823 (elint-get-top-forms): Use line-end-position.
9824 (elint-init-env): Use cadr. Handle autoload, declare-function,
9825 and defalias.
9826 (elint-add-required-env): Doc fix. Use or. Standardize error.
9827 (regexp-assoc): Remove unused function.
9828 (elint-top-form): Set elint-current-pos, to record the start of the
9829 top-level form, for compilation-mode.
9830 (elint-form): Trap errors in macro expansion. Use dolist.
9831 (elint-unbound-variable): Use elint-builtin-variables and
9832 elint-autoloaded-variables.
9833 (elint-get-args): Use cadr, or.
9834 (elint-check-cond-form): Use dolist, cadr.
9835 (elint-check-condition-case-form): Doc fix. Use cadr.
9836 Use elint-extra-errors.
9837 (elint-log): New function.
9838 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9839 Distinguish errors and warnings.
9840 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9841 Use a bytecomp-style format.
9842 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9843 (elint-get-log-buffer): Use compilation mode. Disable undo.
9844 Don't truncate lines.
9845 (elint-initialize): Set builtin and autoloaded variable lists.
9846 Only process elint-unknown-builtin-args if non-nil.
9847 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9848 New functions.
9849 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9850
9851 2009-07-22 Kevin Ryde <user42@zip.com.au>
9852
9853 * net/newst-backend.el (newsticker--parse-atom-1.0)
9854 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9855 (newsticker--parse-rss-1.0):
9856 * progmodes/idlwave.el (idlwave-mode):
9857 * progmodes/idlw-shell.el (idlwave-shell-mode):
9858 * progmodes/vera-mode.el (vera-mode):
9859 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9860 * progmodes/vhdl-mode.el (vhdl-mode):
9861 * textmodes/table.el (table-generate-source)
9862 (table--warn-incompatibility):
9863 Hyperlink urls in docstrings with URL `...'.
9864
9865 2009-07-22 Glenn Morris <rgm@gnu.org>
9866
9867 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9868 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9869 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9870 Remove leading * from defcustom docs.
9871
9872 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9873
9874 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9875 defcustom doc.
9876 (list-load-path-shadows): Optionally, just return shadows as a string.
9877
9878 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9879
9880 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9881
9882 * mail/rmailedit.el (rmail-edit-mode): Use
9883 auto-save-include-big-deletions.
9884
9885 * mail/rmail.el (rmail-variables): Use
9886 auto-save-include-big-deletions.
9887
9888 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9889 changes.
9890
9891 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9892
9893 * calc/calc.el (calc-undo-length): New variable.
9894 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9895
9896 2009-07-21 Richard Stallman <rms@gnu.org>
9897
9898 * files.el (auto-save-mode): Handle buffer-save-size = -2
9899 for toggling mode.
9900
9901 2009-07-21 Glenn Morris <rgm@gnu.org>
9902
9903 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9904
9905 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9906
9907 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9908 silence compiler. Instead...
9909 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9910 (ps-print-ensure-fontified): Update for above function name changes.
9911
9912 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9913 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9914 silence compiler. Instead...
9915 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9916 (mh-show-buffer): Only define for compiler.
9917 (pr-mh-current-message): Update for above function name changes.
9918
9919 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9920 as an argument.
9921 (find-file-noselect, insert-file-1): Update for above change.
9922
9923 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9924
9925 * mail/mailclient.el (mailclient-send-it): Fix message.
9926
9927 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9928 (edebug-eval): Check cl-debug-env is bound.
9929 (print-level, print-circle): Don't redefine built-in variables.
9930
9931 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9932 (custom-print-vectors): Remove old comments from doc.
9933
9934 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9935 (emerge-version): Make the variable an obsolete alias for the
9936 emacs-version variable. Make the function obsolete.
9937 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9938 Emerge options, rather than merging in into the main Options menu.
9939 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9940 and auto advance modes. Disable edit/fast items when not relevant.
9941
9942 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9943
9944 * term/vt420.el (terminal-init-vt420): Fix typo.
9945
9946 2009-07-20 Sam Steingold <sds@gnu.org>
9947
9948 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9949 variable (removed from compile.el on 2004-03-11).
9950
9951 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * files.el (hack-local-variables-filter): Fix last change.
9954
9955 2009-07-19 Juri Linkov <juri@jurta.org>
9956
9957 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9958 (dir-local-variables-alist): New buffer-local variable.
9959 (hack-local-variables-filter): If variable is not dir-local,
9960 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9961 because file-local overrides dir-local.
9962 (c-postprocess-file-styles) <declare-function>:
9963 Remove obsolete declaration.
9964 (hack-dir-local-variables): Add dir-local variable/value pair to
9965 `dir-local-variables-alist' and remove duplicates. Doc fix.
9966
9967 * help-fns.el (describe-variable): Add information about
9968 file-local and dir-local variables.
9969
9970 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * files.el (hack-local-variables-filter): Rewrite.
9973
9974 2009-07-19 Glenn Morris <rgm@gnu.org>
9975
9976 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9977 Silence compiler by only defining on XEmacs.
9978
9979 * international/mule.el (auto-coding-regexp-alist): Only match
9980 BABYL... at the start of buffer, not of lines. (Bug#3790)
9981
9982 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9983 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9984 (cal-menu-context-mouse-menu): Doc fix.
9985
9986 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9987
9988 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9989
9990 2009-07-18 Juri Linkov <juri@jurta.org>
9991
9992 * info.el: Virtual Info keyword finder.
9993 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9994 (Info-finder-file): New variable.
9995 (Info-finder-find-file): New function.
9996 (finder-known-keywords, finder-package-info)
9997 (find-library-name, lm-commentary): Use defvar and
9998 declare-function to silence compiler warnings.
9999 (Info-finder-find-node): New function.
10000 (info-finder): New command.
10001
10002 * subr.el (process-kill-buffer-query-function): New function.
10003 (add-hook)<kill-buffer-query-functions>: Add hook
10004 `process-kill-buffer-query-function'.
10005
10006 2009-07-18 Alan Mackenzie <acm@muc.de>
10007
10008 * progmodes/cc-mode.el (c-before-hack-hook)
10009 (c-postprocess-file-styles): Give invocation of `c-set-style'
10010 DONT-OVERRIDE parameter of t. Already set style variables will
10011 thus not be overridden by style settings given by `c-file-syle'.
10012
10013 * files.el (hack-local-variables-filter): Remove entries with
10014 duplicate keys from `file-local-variables-alist'.
10015
10016 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10017
10018 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10019 x-set-selection if display-selections-p returns nil for the
10020 current frame.
10021
10022 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10025
10026 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10027
10028 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10029 Accept nil in addition to a regexp.
10030 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10031 Accept nil in addition to a regexp.
10032 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10033 buffers that have an associated file. Handle nil values of
10034 desktop-buffers-not-to-save and desktop-files-not-to-save.
10035 (Bug#3833)
10036
10037 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10038 (x-disown-selection-internal): New functions.
10039
10040 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10043 warning.
10044 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10045 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10046
10047 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10048
10049 * simple.el (set-mark): Revert last change.
10050
10051 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10052
10053 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10054 rendering of pngs is not possible instead of messaging a long
10055 description.
10056
10057 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10058
10059 * w32-fns.el (x-selection-owner-p): New function.
10060
10061 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10062 (mouse-yank-at-click, mouse-yank-primary): If
10063 select-active-regions is non-nil, deactivate the mark before
10064 insertion.
10065
10066 * simple.el (deactivate-mark, set-mark): Only save selection if we
10067 own it.
10068
10069 2009-07-17 Kenichi Handa <handa@m17n.org>
10070
10071 * case-table.el (describe-buffer-case-table): Fix for the case
10072 that KEY is a cons.
10073
10074 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10075
10076 * vc-rcs.el (vc-rcs-find-file-hook):
10077 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10078
10079 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10080
10081 * net/tramp.el (tramp-wait-for-output): Handle the case when
10082 commands do not return a newline but a null byte before the shell
10083 prompt. (Bug#3858)
10084
10085 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10086
10087 * term/ns-win.el (ns-set-alpha): Don't declare.
10088 (ns-set-background-alpha): Remove function.
10089
10090 2009-07-16 Kevin Ryde <user42@zip.com.au>
10091
10092 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10093 y-or-n-p, for safety.
10094
10095 2009-07-16 Richard Stallman <rms@gnu.org>
10096
10097 * files.el (auto-save-mode): If buffer-saved-size is -2,
10098 don't clobber it.
10099
10100 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10101 (rmail-retry-ignored-headers): Add more uninteresting fields.
10102
10103 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10104
10105 * net/rcirc.el (rcirc): Use history variables.
10106 (rcirc-server-name-history, rcirc-nick-name-history)
10107 (rcirc-server-port-history): New variables.
10108
10109 2009-07-15 Kenichi Handa <handa@m17n.org>
10110
10111 * international/mule-cmds.el (set-language-environment-charset):
10112 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10113 ignore them.
10114
10115 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10116 Delete unibyte-display.
10117
10118 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10121
10122 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10123
10124 * simple.el (deactivate-mark): Optional argument FORCE.
10125 (set-mark): Use deactivate-mark.
10126
10127 * info.el (Info-search): No need to check transient-mark-mode
10128 before calling deactivate-mark.
10129
10130 * select.el (x-set-selection): Doc fix.
10131 (x-valid-simple-selection-p): Allow buffer values.
10132 (xselect--selection-bounds): Handle buffer values. Suggested by
10133 David De La Harpe Golden.
10134
10135 * mouse.el (mouse-set-region, mouse-drag-track): Call
10136 copy-region-as-kill before setting the mark, to let
10137 select-active-regions work.
10138
10139 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10140
10141 * simple.el (deactivate-mark): If select-active-regions is
10142 non-nil, copy the selection data into a string.
10143 (activate-mark): If select-active-regions is non-nil, set the
10144 selection to the current buffer.
10145 (set-mark): Update selection if select-active-regions is non-nil.
10146
10147 * select.el (x-valid-simple-selection-p): Allow buffer values.
10148
10149 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10152 and more featureful message-mode.
10153
10154 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10155
10156 * select.el (x-set-selection): Doc fix.
10157 (x-valid-simple-selection-p): Disallow selection data consisting
10158 of a list or cons of integers, since that is not used.
10159 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10160 (xselect-convert-to-string, xselect-convert-to-length)
10161 (xselect-convert-to-filename, xselect-convert-to-charpos)
10162 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10163
10164 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10165
10166 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10167 output in -break-info command (Emacs bug #3794).
10168
10169 2009-07-14 Glenn Morris <rgm@gnu.org>
10170
10171 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10172 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10173 (edebug-print-length, edebug-print-level, edebug-print-circle)
10174 (edebug-sit-for-seconds, edebug-view-outside)
10175 (edebug-bounce-point, edebug-set-global-break-condition)
10176 (edebug-Go-nonstop-mode, edebug-trace-mode)
10177 (edebug-Trace-fast-mode, edebug-continue-mode)
10178 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10179 (edebug-visit-eval-list): Doc fixes.
10180
10181 * subr.el (def-edebug-spec): Doc fix.
10182
10183 2009-07-14 Kenichi Handa <handa@m17n.org>
10184
10185 * international/characters.el: Fix setting of category ?C.
10186
10187 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10188
10189 * term/ns-win.el (x-select-font): defalias x-select-font to
10190 ns-popup-font-panel instead of generate-fontset-menu.
10191
10192 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10193
10194 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10195
10196 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10197
10198 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10199 the PK\003\004 header (Bug#3770).
10200
10201 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10202
10203 * pcomplete.el (pcomplete-comint-setup): Check for
10204 shell-dynamic-complete-filename too.
10205
10206 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10207
10208 * simple.el (temporary-goal-column): Change the value for
10209 line-move-visual to a cons cell.
10210 (line-move-visual): Record or set the window hscroll, if
10211 necessary (Bug#3494).
10212 (line-move-1): Handle cons value of temporary-goal-column.
10213
10214 2009-07-11 Kenichi Handa <handa@m17n.org>
10215
10216 * international/mule-diag.el (describe-character-set): Don't show
10217 width.
10218
10219 2009-07-10 Sam Steingold <sds@gnu.org>
10220
10221 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10222 Omake sometimes indents the errors it prints, so allow all
10223 regexps to start with spaces.
10224
10225 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10226
10227 * cus-edit.el (customize-changed-options-previous-release):
10228 Bump value to 22.1. (Bug#3804)
10229
10230 2009-07-08 Sam Steingold <sds@gnu.org>
10231
10232 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10233 to be a cons cell (test . ignored-directory) to selectively ignore
10234 some directories depending on the location of the search.
10235
10236 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10237
10238 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10239 remote user is root, on the local host.
10240 (tramp-local-host-p): Either the local user or the remote user
10241 must be root. (Bug#3771)
10242
10243 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10244
10245 * progmodes/gdb-mi.el (gdb): Remove description of
10246 gdb-use-separate-io-buffer.
10247 (menu): Don't allow toggling of or enable
10248 gdb-use-separate-io-buffer from menubar.
10249
10250 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10251
10252 * mail/unrmail.el (unrmail): Make sure the message ends with two
10253 newlines (Bug#3769).
10254
10255 2009-07-08 Glenn Morris <rgm@gnu.org>
10256
10257 * calendar/calendar.el (calendar-current-date): Rework previous change.
10258
10259 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10260
10261 * calendar/calendar.el (calendar-current-date):
10262 Add an optional argument giving an offset from today.
10263
10264 2009-07-08 Glenn Morris <rgm@gnu.org>
10265
10266 * tutorial.el (tutorial--describe-nonstandard-key):
10267 Adjust the message for when a key has been unbound.
10268 (help-with-tutorial): Hide the arch-tag.
10269
10270 2009-07-08 Kenichi Handa <handa@m17n.org>
10271
10272 * international/fontset.el (setup-default-fontset): For each
10273 script, append (not set) font-specs.
10274
10275 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10276 docstring.
10277
10278 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10279
10280 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10281 -data-list-register-names to ...
10282 (gdb-starting): ... here because GDB 7.0 requires execution to
10283 have started when using this MI command.
10284 (gdb-set-header): New function to distinguish select and
10285 unselected tabs in gdb buffers.
10286 (gdb-propertize-header): New macro that uses gdb-set-header.
10287 (gdb-breakpoints-header, gdb-locals-header): Use it.
10288 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10289
10290 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10291
10292 * Makefile.in (ELCFILES): Remove fadr.elc.
10293
10294 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10295
10296 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10297 may contain frame information, so `string-match' should be used.
10298 (gdb-update): Disassembly is invalidated through
10299 `gdb-get-selected-frame'.
10300 (gdb-pad-string): New function to pad string with spaces.
10301 (gdb-invalidate-disassembly): Invalidate only if the buffer
10302 exists.
10303 (gdb-disassembly-handler-custom): Column alignment.
10304 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10305 placing new ones.
10306 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10307 end of line, too.
10308 (gdb-frame-handler): Match convention to for disassembly buffer
10309 mode name.
10310 (gdb-stack-list-frames-handler): Rewritten without regexps.
10311 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10312 not highlight breakpoints without line information.
10313 (gdb-input): Add trailing newline to command.
10314
10315 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10316 buffer properly.
10317 (gdb-breakpoints-list-handler-custom): Replacement for
10318 `gdb-break-list-handler'. Using real parser instead of regexps
10319 now.
10320 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10321 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10322 to place breakpoints.
10323 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10324 functions.
10325 (gdb-disassembly-handler-custom): Show overlay arrow.
10326 (gdb-disassembly-place-breakpoints): Show breakpoints in
10327 disassembly buffer.
10328 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10329 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10330 instead of parsing breakpoints buffer. Fixed old menu references
10331 in `gud-menu-map'.
10332
10333 * fadr.el: Remove.
10334
10335 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10336 (gdb-memory-address): New variable which holds top address of
10337 memory page shown in memory buffer.
10338 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10339 customization variables.
10340 New functions:
10341 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10342 display the memory buffer.
10343 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10344 buffer display parameters.
10345 (def-gdb-memory-format, gdb-memory-format-binary)
10346 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10347 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10348 Functions for setting memory buffer format.
10349 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10350 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10351 unit size used in memory buffer.
10352 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10353 to next/previous page of memory buffer.
10354 Now using (bindat-get-field) instead of fadr functions.
10355
10356 2009-07-07 Sam Steingold <sds@gnu.org>
10357
10358 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10359 non-top-level files.
10360
10361 2009-07-07 Kenichi Handa <handa@m17n.org>
10362
10363 * international/mule-cmds.el (reset-language-environment): Put
10364 the highset priority to the charset iso-8859-1.
10365
10366 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10367
10368 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10369 to the end of the line when locating the block (Bug#700).
10370
10371 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10372
10373 * net/tramp.el (tramp-handle-write-region): Flush file properties
10374 in case of short track.
10375
10376 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10377
10378 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10379 Coded custom representation of verilog error regular expressions
10380 to work with Emacs-22's new format.
10381 (verilog-error-regexp-xemacs-alist): Coded custom representation
10382 of verilog error regular expressions to work with XEmacs format.
10383 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10384 error recognition into XEmacs.
10385 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10386 error recognition into Emacs-22.
10387
10388 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10389
10390 * woman.el: Remove stand-alone closing parentheses.
10391 (woman-file-name, woman2-format-paragraphs)
10392 (woman-leave-blank-lines): Code cleanup.
10393 (woman-use-own-frame): Change default to nil.
10394 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10395 defaults to inherit from default faces.
10396 (woman2-process-escapes): Consume the newline after a stand-alone
10397 filler character (Bug#3651).
10398
10399 2009-07-06 Glenn Morris <rgm@gnu.org>
10400
10401 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10402 (top-level): Move provide to the end.
10403 (ffap): Remove defunct URL from custom group.
10404
10405 * subr.el (eval-after-load): Doc fix.
10406
10407 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10408
10409 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10410 `calc-embedded-word' is called twice.
10411
10412 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * files.el (find-alternate-file-other-window, find-alternate-file):
10415 Obey confirm-nonexistent-file-or-buffer.
10416
10417 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10418
10419 * dired-aux.el (dired-show-file-type): Handle remote files.
10420
10421 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10422
10423 * desktop.el (desktop-globals-to-save):
10424 Add file-name-history (Bug#2750).
10425
10426 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10427
10428 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10429
10430 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10431
10432 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10433 property on entire argument since this is what eshell-lisp-command
10434 expects.
10435
10436 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10437
10438 * net/tramp-gvfs.el (tramp-gvfs-methods)
10439 (tramp-gvfs-zeroconf-domain)
10440 (tramp-bluez-discover-devices-timeout): Add version flag.
10441 (tramp-gvfs-handler-mounted-unmounted)
10442 (tramp-gvfs-connection-mounted-p): Polish handling of
10443 incompatibilities between GVFS 0.2 and 1.0.
10444
10445 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10446
10447 * cus-start.el (all): Add make-pointer-invisible.
10448
10449 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10450
10451 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10452 formatted correctly.
10453
10454 2009-07-02 Juri Linkov <juri@jurta.org>
10455
10456 * info.el: Virtual Info files and nodes.
10457 (Info-virtual-files, Info-virtual-nodes): New variables.
10458 (Info-current-node-virtual): New variable.
10459 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10460 New functions.
10461 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10462 to check for a virtual file instead of checking a fixed list
10463 of node names.
10464 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10465 instead of ad-hoc processing of "dir" and (apropos history toc).
10466 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10467 instead of ad-hoc processing of "dir" and (apropos history toc).
10468 Reread a file when moving from a virtual node.
10469 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10470 (Info-directory-toc-nodes, Info-directory-find-file)
10471 (Info-directory-find-node): New functions.
10472 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10473 (Info-history): Move part of code to
10474 `Info-history-find-node'.
10475 (Info-history-toc-nodes, Info-history-find-file)
10476 (Info-history-find-node): New functions.
10477 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10478 (Info-toc): Move part of code to `Info-toc-find-node'.
10479 (Info-toc-find-node): New function.
10480 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10481 the current Info file name to references because now the node
10482 "*TOC*" belongs to the same Info manual.
10483 (Info-toc-build): Rename from `Info-build-toc'.
10484 (Info-toc-nodes): Rename input argument `file' to `filename'.
10485 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10486 instead of ad-hoc processing of ("dir" apropos history toc).
10487 (Info-index-nodes): Use Info-virtual-file-p
10488 to check for a virtual file instead of checking a fixed list
10489 of node names.
10490 (Info-index-node): Add check for `Info-current-node-virtual'.
10491 Raise `save-match-data' higher up the tree to contain
10492 `search-forward' too (bug fix).
10493 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10494 (Info-virtual-index-nodes): New variable.
10495 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10496 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10497 (Info-apropos-file, Info-apropos-nodes): New variables.
10498 (Info-apropos-toc-nodes, Info-apropos-find-file)
10499 (Info-apropos-find-node, Info-apropos-matches): New functions.
10500 (info-apropos): Move part of code to `Info-apropos-find-node' and
10501 `Info-apropos-matches'.
10502 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10503 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10504 for a virtual file instead of checking a fixed list of node names.
10505
10506 * simple.el (async-shell-command): New command.
10507
10508 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10509
10510 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10511 instead of `mount-info'.
10512
10513 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10514
10515 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10516 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10517
10518 2009-07-02 Kenichi Handa <handa@m17n.org>
10519
10520 * international/mule.el (set-keyboard-coding-system): Force *-unix
10521 coding-system to avoid eol conversion.
10522
10523 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10524
10525 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10526 Add handler for `process-file', `shell-command' and
10527 `start-file-process'.
10528 (tramp-gvfs-handle-shell-command)
10529 (tramp-gvfs-handle-start-file-process)
10530 (tramp-gvfs-handle-process-file): New defuns.
10531 (tramp-synce-list-devices): Simplify check for existence of property.
10532
10533 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10534
10535 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10536
10537 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10538
10539 * language/korean.el (set-language-info-alist): Add korean-cp949,
10540 cp949 to spec.
10541
10542 2009-07-01 Kenichi Handa <handa@m17n.org>
10543
10544 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10545
10546 * international/encoded-kb.el: Deleted.
10547
10548 * international/mule.el (set-keyboard-coding-system): Perform the
10549 necessary setup here instead of calling encoded-kbd-setup-display.
10550
10551 2009-07-01 Glenn Morris <rgm@gnu.org>
10552
10553 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10554
10555 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10556
10557 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10558
10559 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10560
10561 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10562 Handle also the 'rename case, when setting file modes. (Bug#3712)
10563 (tramp-default-file-modes): Remove execute permissions.
10564
10565 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10566 (top): Add a default for "synce" in `tramp-default-user-alist'.
10567 Add completion function for "synce" method.
10568 (tramp-hal-service, tramp-hal-path-manager)
10569 (tramp-hal-interface-manager, tramp-hal-interface-device):
10570 New defconst.
10571 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10572 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10573 New defuns.
10574
10575 * net/trampver.el: Update release number.
10576
10577 2009-06-30 Kenichi Handa <handa@m17n.org>
10578
10579 * international/fontset.el (setup-default-fontset): Add CJK fonts
10580 for symbols and the other miscellaneous characters.
10581
10582 * language/korea-util.el (setup-korean-environment-internal):
10583 Make char-width-table suitable for Korean environments.
10584 (exit-korean-environment): Cancel above.
10585
10586 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10587 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10588 setup-function to make char-width-table suitable for respective
10589 environments, and an exit-function to cancel that.
10590
10591 * language/japan-util.el (setup-japanese-environment-internal):
10592 Call use-cjk-char-width-table with arg `ja_JP'.
10593
10594 * international/characters.el (cjk-char-width-table): Delete it.
10595 (cjk-char-width-table-list): New variable.
10596 (use-cjk-char-width-table): New arg local-name.
10597 (use-default-char-width-table): Fix for the case that Emacs is
10598 already using the default char-width-table.
10599
10600 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10601
10602 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10603 modes mandatory. (Bug#3712)
10604
10605 2009-06-29 Alan Mackenzie <acm@muc.de>
10606
10607 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10608 correction between the visible width of TABs and their number of bytes.
10609
10610 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10611
10612 * server.el (server-buffer-done): Prevent kill-buffer from
10613 prompting by clearing the buffer modification flag (Bug#3696).
10614
10615 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10616
10617 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10618 (verilog-endcomment-reason-re): Support unique case and priority case.
10619 (verilog-basic-complete-re): Support localparam lineup.
10620 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10621 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10622 commenting.
10623 (verilog-leap-to-case-head): Now support *nested* unique &
10624 priority case statements.
10625 (verilog-auto-lineup): Make just declarations the default (as it
10626 had been).
10627 (verilog-leap-to-case-head): Support priority/unique case statements.
10628 (verilog-auto-lineup): Rework to give users radio buttons to
10629 select the various styles of automatic lineup.
10630 (verilog-error-regexp-alist): Rework to support the XEmacs style
10631 of error regular expressions from compilers, lint tools &
10632 simulators. Note that GNU Emacs has made it impossible for a mode
10633 to load such things.
10634 (electric-verilog-terminate-line, verilog-indent-declaration)
10635 (verilog-auto-wiure): Rework for radio button selection of
10636 auto-lineup selection of specification of auto lineup.
10637 (verilog-beg-of-statement-1): Redesign to support proper operation
10638 in additional code, based on testing with auto-lineup.
10639 (verilog-calculate-indent, assignments & declarations)
10640 (verilog-backward-token): Enhance to support auto-lineup of
10641 assignments & declarations.
10642 (verilog-in-directive-p, verilog-at-struct-p): New function for
10643 easy test of whether we are.
10644 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10645 to support safe execution at almost anyline.
10646 (verilog-calc-1): Properly support indenting deep inside generate
10647 blocks.
10648 (verilog-init-font): Remove definition & use of verilog-init-font,
10649 as it is redundant with font-lock-defaults.
10650 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10651 to avoid circular calls if syntax-ppss is a function (as is the
10652 case now in 22.x GNU Emacs) as that function would sometimes call
10653 itself, leading to (nearly) infinite recursion.
10654 (verilog-ovm-begin-re, verilog-ovm-end-re)
10655 (verilog-ovm-statement-re, verilog-leap-to-head)
10656 (verilog-backward-token): Add support for OVM macros. Some are
10657 complete statements, and others open and close scopes like begin
10658 and end.
10659 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10660 (verilog-defun-level-generate-only-re): Really fix the defun-list
10661 compilation issue.
10662 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10663 coverpoint, constraint and cross statements.
10664 (verilog-defun-level-list, verilog-generate-defun-level-list)
10665 (verilog-all-defun-level-list): Redo these specifications - it is
10666 too hard to support eval-when compile aggregation of lists also
10667 built at when-compile time.
10668 (verilog-defun-level-list): Place defconsts of variables used in
10669 building regular expressions which are built in eval-when-compile
10670 bodies in the same eval-when-compile body to facilitate compile
10671 without load.
10672 (verilog-beg-block-re-ordered): Support indenting
10673 virtual/protected tasks and functions.
10674 (verilog-defun-level-list, verilog-in-generate-region-p)
10675 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10676 indentation of some module items (generate items).
10677 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10678 across virtual/protected tasks and functions.
10679
10680 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10681
10682 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10683 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10684 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10685 in concatenations. Reported by Yishay Belkind.
10686 (verilog-auto-ascii-enum): Support one-hot state machines in
10687 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10688 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10689 modport in AUTOINST and add vl-modport for users. Reported by
10690 David Rogoff.
10691 (verilog-auto-inout-module, verilog-auto-inst)
10692 (verilog-decls-get-interfaces, verilog-insert-definition)
10693 (verilog-insert-one-definition, verilog-read-decls)
10694 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10695 (verilog-sig-modport, verilog-signals-combine-bus)
10696 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10697 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10698 Suggested by David Rogoff.
10699 (verilog-repair-open-comma): Fix non-insertion of comma when
10700 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10701 (verilog-make-width-expression): Simplify [A-1:0] expression
10702 widths to just {A{1'b0}}.
10703 (verilog-mode): Cleanup checkdoc warnings.
10704 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10705 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10706 inputs/outputs or data type. Suggested by Vasu Kandadi.
10707 (next-error-last-buffer): Fix byte-compiler warning.
10708 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10709 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10710 or shell command text during AUTO expansion. Suggested by Tad Truex.
10711 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10712 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10713 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10714 in AUTOINOUT. Reported by Matthew Lovell.
10715 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10716 causing use of <= assignments. Reported by Alex Reed.
10717 (verilog-read-decls): Fix triand, trior, wand, wor to be
10718 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10719 (verilog-extended-complete-re): Support import "DPI-C" functions.
10720 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10721 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10722 (verilog-insert-date, verilog-insert-year)
10723 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10724 Windows systems. Reported by Michael Potts.
10725 (verilog-read-module-name): Fix AUTOINST when the child module
10726 declaration's name is a tick define. Reported by Elliot Mednick.
10727 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10728 passed to next parameter's definition. Reported by Bruce T.
10729 (verilog-read-decls): Fix detecting "parameter int" when using
10730 AUTOINSTPARAM. Reported by Bruce T.
10731 (verilog-goto-defun): Fix goto not finding modules unless first
10732 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10733 (verilog-mode): Expand -f flag arguments on entry to mode so
10734 verilog-goto-defun will work. Reported by Lawrence Butcher.
10735 (verilog-getopt): Expand environment variables in -f file
10736 arguments. Suggested by Lawrence Butcher.
10737 (verilog-set-define): Fix "Symbol's value as variable is void"
10738 when reading enumerations.
10739 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10740 Suggested by Stephen Peltan.
10741 (verilog-read-defines): Fix reading of enumerations in include
10742 files. Reported by Steve Peltan.
10743
10744 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10745
10746 * files.el (trash-directory): Fix defcustom type.
10747
10748 2009-06-28 Juri Linkov <juri@jurta.org>
10749
10750 * help-fns.el (describe-function-1): Correctly locate adviced
10751 functions in hyperlink (Bug#2438).
10752
10753 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * files.el (trash-directory): Change default to nil.
10756 (move-file-to-trash): If trash-directory is nil and
10757 system-move-file-to-trash is unbound, perform freedesktop-style
10758 trashing.
10759
10760 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10761
10762 * files.el (move-file-to-trash): Add freedesktop trash
10763 support (Bug#973).
10764
10765 2009-06-28 Glenn Morris <rgm@gnu.org>
10766
10767 * autorevert.el (global-auto-revert-non-file-buffers)
10768 (global-auto-revert-mode): Doc fixes.
10769
10770 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10771
10772 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10773
10774 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10775
10776 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10777 opened an X connection before calling x-get-resource (Bug#3194).
10778
10779 * play/doctor.el: Remove reference to obsolete website.
10780 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10781
10782 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10783
10784 Remove find-file-not-found-hook VC method. (Bug#2757)
10785 * vc-hooks.el (vc-file-not-found-hook)
10786 (vc-default-find-file-not-found-hook): Remove functions.
10787 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10788 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10789 * vc.el:
10790 * vc-hg.el:
10791 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10792
10793 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10794
10795 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10796 compatibility function for `looking-back'.
10797
10798 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10799 Use `ispell-looking-back'.
10800
10801 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10802
10803 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10804 rather than `filename'.
10805
10806 2009-06-23 Miles Bader <miles@gnu.org>
10807
10808 * face-remap.el (text-scale-set): New function.
10809
10810 2009-06-23 Glenn Morris <rgm@gnu.org>
10811
10812 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10813
10814 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10815
10816 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10817
10818 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10819
10820 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10821 Simplify Persian conditionals.
10822
10823 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10824 variable `filename'.
10825
10826 * comint.el (comint-insert-input): Doc fix.
10827
10828 * Makefile.in (ELCFILES): Fix typo in previous change.
10829
10830 2009-06-23 Miles Bader <miles@gnu.org>
10831
10832 * cus-start.el: Add entry for `recenter-redisplay'.
10833
10834 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10835
10836 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10837 Add an optional argument for the backend, use it instead of
10838 calling vc-backend.
10839 (vc-mode-line): Add an optional argument for the backend.
10840 Pass the backend to vc-state and vc-working-revision. Move code for
10841 special handling for vc-state being a buffer to ...
10842
10843 * vc-rcs.el (vc-rcs-find-file-hook):
10844 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10845
10846 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10847 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10848 vc-stay-local-p and vc-mode-line calls.
10849
10850 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10851 (vc-cvs-diff, vc-cvs-annotate-command)
10852 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10853 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10854 vc-mode-line calls.
10855
10856 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10857 direct comparison.
10858 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10859 backend when calling vc-mode-line.
10860 (vc-register): Do not create a closure for calling the vc register
10861 function, call it directly.
10862
10863 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10864
10865 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10866 to make it obvious item can be clicked.
10867
10868 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10869
10870 2009-06-23 Kenichi Handa <handa@m17n.org>
10871
10872 * language/korea-util.el (korean-key-bindings): Change the binding
10873 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10874 same command.
10875
10876 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10877
10878 Sync with Tramp 2.1.16.
10879
10880 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10881
10882 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10883 when a loading of a package fails. Completion function for rsync
10884 is `tramp-completion-function-alist-ssh'.
10885 (all): Replace all calls of `split-string' and
10886 `tramp-split-string' by `tramp-compat-split-string'.
10887 (tramp-default-method): Use `tramp-compat-process-running-p'.
10888 (tramp-default-proxies-alist): Allow also Lisp forms.
10889 (tramp-remote-path): Add choice "Private Directories".
10890 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10891 (tramp-domain-regexp): Allow also "-", "_" and ".".
10892 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10893 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10894 (tramp-debug-message): Insert header line in debug buffer.
10895 (tramp-handle-directory-files-and-attributes-with-stat):
10896 Care about filenames with spaces, or starting with "-".
10897 (tramp-handle-dired-uncache): New defun.
10898 (tramp-handle-insert-directory): Don't flush the directory from
10899 cache, this is handled by `dired-uncache' now.
10900 (tramp-handle-insert-file-contents): Improve error handling.
10901 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10902 Quote `tramp-end-of-output'.
10903 (tramp-action-password): Improve trace message.
10904 (tramp-check-for-regexp): Both echoes must be present, before removing.
10905 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10906 (tramp-compute-multi-hops): Eval cons cells of
10907 `tramp-default-proxies-alist'.
10908 (tramp-maybe-open-connection): Use the same command pattern for
10909 first hop and further hops.
10910 (tramp-wait-for-output): Remove handling of newlines.
10911 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10912 (tramp-split-string): Remove function. It is handled in
10913 tramp-compat now.
10914
10915 * net/tramp-cmds.el (tramp-bug):
10916 Recommend `tramp-cleanup-all-connections' in the bug mail.
10917
10918 * net/tramp-compat.el (tramp-compat-split-string)
10919 (tramp-compat-process-running-p): New defuns.
10920
10921 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10922 for `dired-uncache'.
10923
10924 * net/tramp-gvfs.el: New package.
10925
10926 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10927 Add handler for `dired-uncache'.
10928 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10929
10930 * net/trampver.el: Update release number. Make version check fit
10931 for SXEmacs 22.
10932
10933 2009-06-22 Jim Meyering <meyering@redhat.com>
10934
10935 Automatically handle .xz suffix (XZ-compressed files), too.
10936 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10937 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10938
10939 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10940 Nick Roberts <nickrob@snap.net.nz>
10941
10942 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10943 repository (http://sphinx.net.ru/hg/gdb-mi/).
10944
10945 2009-06-22 Glenn Morris <rgm@gnu.org>
10946
10947 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10948 `mode' and `eval' entries. (Bug#3430)
10949
10950 * Makefile.in (ELCFILES): Add fadr.elc.
10951
10952 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10953 differing behavior of \n and ^ in strings. (Bug#3385)
10954
10955 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10956
10957 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10958 property.
10959 (lisp-indent-function): Make it a defcustom.
10960
10961 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10962
10963 * progmodes/gdb-ui.el: Replace with ...
10964 * progmodes/gdb-mi.el: ... this file.
10965 * progmodes/gud.el: Modify for gdb-mi.el.
10966
10967 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10968
10969 * fadr.el: New file.
10970
10971 See ChangeLog.14 for earlier changes.
10972
10973 ;; Local Variables:
10974 ;; coding: utf-8
10975 ;; End:
10976
10977 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10978
10979 This file is part of GNU Emacs.
10980
10981 GNU Emacs is free software: you can redistribute it and/or modify
10982 it under the terms of the GNU General Public License as published by
10983 the Free Software Foundation, either version 3 of the License, or
10984 (at your option) any later version.
10985
10986 GNU Emacs is distributed in the hope that it will be useful,
10987 but WITHOUT ANY WARRANTY; without even the implied warranty of
10988 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10989 GNU General Public License for more details.
10990
10991 You should have received a copy of the GNU General Public License
10992 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10993
10994 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1