]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Reverse 2010-02-25T21:21:25Z!acm@muc.de:
[gnu-emacs] / lisp / ChangeLog
1 2010-04-10 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/fortran.el (fortran-match-and-skip-declaration):
4 New function.
5 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6
7 2010-04-07 Kenichi Handa <handa@m17n.org>
8
9 * language/indian.el (malayalam-composable-pattern): Fix previous
10 change (add U+0D4D "SIGN VIRAMA").
11 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
12 (tamil-composable-pattern): Fix typo in the regexp.
13 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
14 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
15 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
16
17 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
18
19 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
20 paragraph-separate (Bug#5821).
21
22 2010-04-05 Juri Linkov <juri@jurta.org>
23
24 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
25
26 * info.el (Info-find-node-2): Comment out code that skips
27 breadcrumbs line.
28 (Info-mouse-follow-link): New command.
29 (Info-link-keymap): New keymap.
30 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
31 Return a string with links instead of inserting breadcrumbs
32 to the Info buffer.
33 (Info-fontify-node): Comment out code that inserts breadcrumbs.
34 Instead of putting the `invisible' text property over the Info
35 header, make an overlay over the Info header with the `invisible'
36 property and `after-string' set to the string returned by
37 `Info-breadcrumbs'.
38
39 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
40
41 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
42 Reported by monkey@sandpframing.com.
43
44 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
45
46 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
47 (semantic-create-imenu-directory-index): Fix typos in docstrings.
48 (semantic-imenu-goto-function): Reflow docstring.
49
50 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
51
52 * textmodes/artist.el (artist-mode): Fix typo in docstring.
53 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
54
55 2010-03-30 Kenichi Handa <handa@m17n.org>
56
57 * language/sinhala.el (composition-function-table): Fix regexp for
58 the new Unicode specification.
59
60 * language/indian.el (devanagari-composable-pattern)
61 (tamil-composable-pattern, kannada-composable-pattern)
62 (malayalam-composable-pattern): Adjust for the new Unicode
63 specification.
64 (bengali-composable-pattern, gurmukhi-composable-pattern)
65 (gujarati-composable-pattern, oriya-composable-pattern)
66 (telugu-composable-pattern): New variables to cope with the new
67 Unicode specification. Use them in composition-function-table.
68
69 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 Make tmm-menubar work for the Buffers menu again.
72 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
73 vectors rather than cons cells, as used in menu-bar-update-buffers.
74
75 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
76
77 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
78 (js-insert-and-indent): Revert 2009-08-15 change, restoring
79 electric punctuation for "{}();,:" (Bug#5586).
80
81 * mail/sendmail.el (mail-default-directory): Doc fix.
82
83 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
84
85 * mail/sendmail.el (mail-default-directory): Doc fix.
86
87 2010-03-27 Eli Zaretskii <eliz@gnu.org>
88
89 * subr.el (version-regexp-alist, version-to-list)
90 (version-list-<, version-list-=, version-list-<=)
91 (version-list-not-zero, version<, version<=, version=): Doc fix.
92 (Bug#5744).
93
94 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
95 Nick Roberts <nickrob@snap.net.nz>
96
97 * progmodes/gdb-ui.el (gdb-apple-test): New function.
98 (gdb-init-1): Use it.
99
100 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
101
102 * vc.el (vc-root-diff): Doc fix.
103
104 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
105
106 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
107
108 * simple.el (append-to-buffer): Fix last change.
109
110 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
111
112 * simple.el (append-to-buffer): Ensure that point is preserved if
113 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
114 (Bug#5749)
115
116 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
119 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
120 not be present any more.
121
122 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
123
124 * faces.el (set-face-attribute): Fix typo in docstring.
125 (face-valid-attribute-values): Reflow docstring.
126
127 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
128
129 2010-03-23 Glenn Morris <rgm@gnu.org>
130
131 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
132
133 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
134
135 * indent.el (indent-for-tab-command): Doc fix.
136
137 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
138
139 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
140 (image-dired-read-comment): Doc fix.
141
142 * json.el (json-object-type, json-array-type, json-key-type)
143 (json-false, json-null, json-read-number):
144 * minibuffer.el (completion-in-region-functions):
145 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
146 (cal-tex-cursor-week):
147 * emacs-lisp/trace.el (trace-function):
148 * eshell/em-basic.el (eshell/printnl):
149 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
150 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
151 * obsolete/levents.el (allocate-event, event-key, event-object)
152 (event-point, event-process, event-timestamp, event-to-character)
153 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
154 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
155 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
156 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
157 (reftex-highlight-selection): Fix typos in docstrings.
158
159 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
160
161 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
162
163 2010-03-18 Glenn Morris <rgm@gnu.org>
164
165 * mail/rmail.el (rmail-highlight-face): Restore option deleted
166 2008-02-13 without comment; mark it obsolete.
167 (rmail-highlight-headers): Use rmail-highlight-face once more.
168
169 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
170
171 * woman.el (woman2-process-escapes): Only consume the newline if
172 the filler character is on a line by itself (Bug#5729).
173
174 2010-03-16 Kenichi Handa <handa@m17n.org>
175
176 * language/indian.el (devanagari-composable-pattern): Add more
177 consonants.
178
179 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
180
181 * net/trampver.el: Update release number.
182
183 2010-03-13 Glenn Morris <rgm@gnu.org>
184
185 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
186
187 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
188
189 * net/tramp.el (tramp-find-executable):
190 Use `tramp-get-connection-buffer'. Make the regexp for checking
191 output of "wc -l" more robust.
192 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
193 (tramp-open-connection-setup-interactive-shell): Remove workaround
194 for OpenSolaris bug, it is not needed anymore.
195
196 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
197
198 * cedet/semantic/imenu.el: New file, from the CEDET repository
199 (Bug#5412).
200
201 2010-03-12 Glenn Morris <rgm@gnu.org>
202
203 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
204
205 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
206
207 * files.el (auto-mode-alist): Accept more verilog file patterns.
208
209 2010-03-09 Miles Bader <miles@gnu.org>>
210
211 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
212 instead of "format:"; this ensures that the output is
213 newline-terminated.
214
215 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
216
217 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
218 that all errors are caught, and that the return value is always a
219 list (Bug#5692).
220
221 2010-03-08 Kenichi Handa <handa@m17n.org>
222
223 * language/misc-lang.el (windows-1256): New coding system.
224 (cp1256): New alias of windows-1256 (bug#5690).
225
226 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
227
228 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
229 call to rfc822-bad-address. (Bug#5692)
230
231 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
232
233 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
234 vc-git-root as default directory for revision path (Bug#5657).
235
236 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
237
238 * calculator.el (calculator): Don't bind split-window-keep-point
239 (Bug#5674).
240
241 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * vc-git.el: Re-flow to fit into 80 columns.
244 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
245 Remove spurious `quote' element in each case alternative.
246 (vc-git-show-log-entry): Use prog1.
247 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
248
249 2010-03-06 Glenn Morris <rgm@gnu.org>
250
251 * cedet/semantic/grammar.el (semantic-grammar-header-template):
252 Update template copyright to GPLv3+.
253
254 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
257
258 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
259
260 * macros.el (insert-kbd-macro): Look up keyboard macro using the
261 definition, not the name (Bug#5481).
262
263 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
264
265 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
266 argument with a local variable. (Bug#5670)
267
268 2010-03-02 Juri Linkov <juri@jurta.org>
269
270 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
271
272 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
273
274 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
275 error when FILENAME and NEWNAME are existing remote directories.
276
277 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
278 parameter DIR-FLAG.
279
280 2010-03-02 Glenn Morris <rgm@gnu.org>
281
282 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
283 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
284
285 2010-03-01 Kenichi Handa <handa@m17n.org>
286
287 * language/burmese.el (burmese-composable-pattern): Rename from
288 myanmar-composable-pattern.
289
290 * international/characters.el (script-list):
291 * international/fontset.el (script-representative-chars):
292 Change myanmar to burmese.
293 (otf-script-alist): Likewise.
294 (setup-default-fontset): Likewise. Re-fix :otf spec.
295
296 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
297
298 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
299
300 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
301
302 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
303
304 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
305
306 * net/tramp.el (tramp-handle-write-region): START can be a string.
307 Take care in the checks. Reported by Dan Davison
308 <davison@stats.ox.ac.uk>.
309
310 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
311
312 * net/dbus.el (dbus-introspect, dbus-get-property)
313 (dbus-set-property, dbus-get-all-properties): Use
314 `dbus-call-method' when noninteractive. (Bug#5645)
315
316 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
317
318 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
319 * emacs-lisp/elint.el (elint-add-required-env):
320 * cedet/semantic/db-find.el
321 (semanticdb-find-translate-path-brutish-default):
322 * cedet/ede/make.el (ede-make-check-version):
323 * calendar/icalendar.el (icalendar--add-diary-entry):
324 * calc/calcalg2.el (math-tracing-integral):
325 * files.el (recover-session-finish): Use with-current-buffer
326 instead of save-excursion.
327
328 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 Fix in-buffer completion when after-change-functions modify the buffer.
331 * minibuffer.el (completion--replace): New function.
332 (completion--do-completion): Use it and use relative movement.
333
334 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
335
336 * international/fontset.el (setup-default-fontset): Fix :otf spec.
337
338 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
339
340 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
341 Allow the characters _<> in the stack entry (Bug#5653).
342
343 2010-02-26 Kenichi Handa <handa@m17n.org>
344
345 * language/burmese.el: Fix entries in composition-function-table.
346 (myanmar-composable-pattern): New variable.
347
348 * international/fontset.el (setup-default-fontset): Add an entry
349 for myanmar.
350
351 * international/characters.el (script-list): Add Myanmar
352 Extended-A.
353
354 2010-02-26 Glenn Morris <rgm@gnu.org>
355
356 * custom.el (custom-initialize-delay): Doc fix.
357
358 * mail/sendmail.el (send-mail-function): Autoload the call
359 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
360
361 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
362
363 * files.el (hack-local-variables-filter): For eval forms, also
364 check safe-local-variable-p (Bug#5636).
365
366 2010-02-24 Eduard Wiebe <usenet@pusto.de>
367
368 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
369 and use c(ad)r of cddr (Bug#5640).
370
371 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
372
373 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
374 setting the modes by `ignore-errors'. It might fail, for example
375 if the file is not owned by the user but the group.
376 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
377
378 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
379
380 * files.el (directory-listing-before-filename-regexp): Use
381 stricter matching for iso-style dates, to avoid false matches with
382 date-like filenames (Bug#5597).
383
384 * htmlfontify.el (htmlfontify): Doc fix.
385
386 * eshell/eshell.el (eshell): Doc fix.
387
388 * startup.el (fancy-about-screen): In mode-line, apply
389 mode-line-buffer-id face only to the buffer name (Bug#5613).
390
391 2010-02-20 Kevin Ryde <user42@zip.com.au>
392
393 * progmodes/compile.el (compilation-error-regexp-alist-alist):
394 In `watcom' anchor regexp to start of line, to avoid slowness
395 (Bug#5599).
396
397 2010-02-20 Eli Zaretskii <eliz@gnu.org>
398
399 * subr.el (remove-yank-excluded-properties): Explain in a comment
400 why `category' property is removed.
401
402 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
403
404 * isearch.el (isearch-update-post-hook, isearch-update): Revert
405 2010-02-17 change.
406
407 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
408
409 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
410 (icalendar--convert-weekly-to-ical)
411 (icalendar--convert-yearly-to-ical)
412 (icalendar--convert-block-to-ical)
413 (icalendar--convert-cyclic-to-ical)
414 (icalendar--convert-anniversary-to-ical): Take care of time
415 specifications where hour has 1-digit only (Bug#5549).
416
417 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
418
419 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
420 of disassemble output in GDB 7.1.
421
422 2010-02-19 Glenn Morris <rgm@gnu.org>
423
424 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
425 property. (Bug#5593)
426
427 2010-02-18 Sam Steingold <sds@gnu.org>
428
429 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
430
431 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 Use abbreviated file names in bookmarks (bug#5591).
434 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
435 calls to expand-file-name.
436 (bookmark-relocate): Use abbreviated file names in bookmarks.
437 (bookmark-load): Use abbreviated file names in messages.
438
439 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
440
441 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
442 expand "." and "..". Reported by Thierry Volpiatto
443 <thierry.volpiatto@gmail.com>.
444
445 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
446
447 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
448 permissions of the temporary file to "0600". In case the remote
449 file has no read permissions for the owner, there might be
450 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
451
452 22010-02-18 Glenn Morris <rgm@gnu.org>
453
454 * emacs-lisp/authors.el (authors-renamed-files-alist):
455 Add entries for INSTALL.CVS.
456
457 2010-02-17 Mark A. Hershberger <mah@everybody.org>
458
459 * vc-bzr.el: Fix typo in Known Bugs section.
460
461 * isearch.el (isearch-update-post-hook): New hook.
462 (isearch-update): Use the new hook.
463
464 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
465
466 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
467 Fix errors in copying directories.
468 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
469 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
470 (tramp-handle-delete-file)
471 (tramp-handle-dired-recursive-delete-directory)
472 (tramp-handle-write-region): Flush also the cache for the upper
473 directory.
474
475 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
476
477 * simple.el (save-interprogram-paste-before-kill): Doc fix.
478
479 * cus-edit.el (hardware): Doc fix.
480
481 * man.el (man): Add to external custom group.
482
483 * delim-col.el (columns): Move to wp custom group.
484
485 * doc-view.el (doc-view): Add to data custom group.
486
487 * cedet/data-debug.el (data-debug): Move to extensions group.
488
489 * cedet/ede.el (ede):
490 * cedet/srecode.el (srecode):
491 * cedet/semantic.el (semantic): Put in tools and extensions group.
492
493 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
494
495 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
496 by ispell-parse-output (Bug#5575).
497
498 2010-02-16 Kenichi Handa <handa@m17n.org>
499
500 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
501 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
502 (skkdic-convert): Use `euc-japan' coding system for writing.
503
504 2010-02-16 Glenn Morris <rgm@gnu.org>
505
506 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
507 tex-main-file before using it. (Bug#5562)
508
509 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
512 warnings, since it is annoying for the user to see them each time he
513 runs the code.
514
515 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
516
517 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
518 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
519 instead of PROC for caching "first-password-request". Otherwise,
520 new processes would not profit from passwords already entered.
521
522 * net/tramp-cache.el (tramp-dump-connection-properties):
523 Don't save "first-password-request" property.
524
525 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
526
527 * outline.el (outline-head-from-level):
528 * simple.el (with-wrapper-hook):
529 * cedet/ede.el (ede-run-target, project-delete-target)
530 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
531 (ede-adebug-project, ede-adebug-project-parent)
532 (ede-adebug-project-root):
533 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
534 (elint-defun, elint-buffer-env, elint-top-form-logged)
535 (elint-unbound-variable):
536 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
537 Fix typos in docstrings.
538
539 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
540
541 * files.el (insert-directory): When WILDCARD-REGEXP and
542 FULL-DIRECTORY-P are nil, insert the file entry instead of the
543 whole directory. (Bug#5551)
544
545 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
546 dired's alignment sanity. (Bug#5516)
547
548 2010-02-14 Juri Linkov <juri@jurta.org>
549
550 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
551 Remove remaining ^H with their preceding chars. (Bug#5566)
552
553 2010-02-13 Glenn Morris <rgm@gnu.org>
554
555 * simple.el (transpose-subr): Give it a doc-string.
556
557 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
558 Doc fixes.
559
560 2010-02-12 Juri Linkov <juri@jurta.org>
561
562 * arc-mode.el (archive-unique-fname): Make directories for nested
563 archives. (Bug#5540)
564
565 2010-02-12 Juri Linkov <juri@jurta.org>
566
567 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
568
569 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * subr.el (copy-overlay): Handle deleted overlays.
572
573 * man.el (Man-completion-table): Don't signal an error if we can't run
574 manual-program (bug#4056).
575
576 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
577
578 * textmodes/artist.el (artist-mt): Fix typos in docstring.
579
580 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
581
582 * info.el (Info-bookmark-jump): Simplify.
583
584 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
585 (bookmark-default-handler): Accept new bookmark field `buffer'.
586
587 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
588
589 * iswitchb.el (iswitchb-completions): Revert last change.
590
591 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
592
593 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
594 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
595 This prevents file names like "~/" being listed literally.
596
597 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
598
599 * term/xterm.el (xterm-maybe-set-dark-background-mode):
600 Remove dead code. (Bug#5546)
601
602 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
603
604 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
605 correctly (Bug#5548).
606
607 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
608
609 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
610 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
611
612 2010-02-08 Kenichi Handa <handa@m17n.org>
613
614 * international/mule-util.el (with-coding-priority): Add autoload
615 cookie for putting `lisp-indent-function'.
616
617 2010-02-07 Glenn Morris <rgm@gnu.org>
618
619 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
620 Move F2003 named interfaces from keywords-2 to keywords-1, and
621 use function-name-face rather than constant-face.
622 Simplify "abstract interface" regexp.
623
624 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
625
626 * eshell/esh-util.el (eshell-file-attributes): New optional arg
627 ID-FORMAT. Pass it to `file-attributes'.
628
629 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
630
631 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
632
633 * faces.el (set-face-attribute): Allow calling
634 internal-set-lisp-face-attribute with 'unspecified family and
635 foundry argument (Bug#5536).
636
637 2010-02-07 Glenn Morris <rgm@gnu.org>
638
639 * progmodes/f90.el (f90-font-lock-keywords-2)
640 (f90-looking-at-type-like, f90-looking-at-program-block-end):
641 Handle F2003 named interfaces.
642
643 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
644
645 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
646 beg and end before calling c-get-state-before-change-functions.
647
648 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
649
650 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
651
652 2010-02-05 Juri Linkov <juri@jurta.org>
653
654 * doc-view.el (doc-view-mode):
655 * image-mode.el (image-mode): Put property mode-class=special.
656 (Bug#4896)
657
658 2010-02-05 Mark A. Hershberger <mah@everybody.org>
659
660 * vc-svn.el (vc-svn-revision-table): New function.
661
662 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
663
664 * net/ange-ftp.el (ange-ftp-insert-directory):
665 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
666 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
667 Handle also directories. (Bug#5478)
668
669 2010-02-05 Glenn Morris <rgm@gnu.org>
670
671 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
672
673 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
674
675 * startup.el (command-line-1): Convert options beginning with a
676 single dash as well (Bug#5519).
677
678 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
681 * minibuffer.el (completion-initials-expand): Only check the presence
682 of delims *within* the boundaries, since otherwise the / delim is
683 always found for files.
684
685 Fix up various corner case problems.
686 * doc-view.el (doc-view-last-page-number): New function.
687 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
688 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
689 (doc-view-kill-proc): Avoid inf-loop in freak cases.
690 (doc-view-reconvert-doc): Use the new recursive delete-directory.
691 (doc-view-convert-current-doc): Don't create the resolution.el file
692 here any more.
693 (doc-view-pdf/ps->png): Do it here instead.
694 (doc-view-already-converted-p): Check that resolution.el is present.
695 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
696 windows that are not yet showing images.
697
698 2010-02-04 Alan Mackenzie <acm@muc.de>
699
700 Change strategy for marking < and > as template delimiters: mark
701 them strictly in matching pairs.
702
703 * cc-mode.el (c-before-change):
704 Use c-get-state-before-change-functions.
705 (c-common-init): Adapt to use
706 c-get-state-before-change-functions (note plural).
707
708 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
709 for searching syntactically for matching <s and >s.
710 (c-get-state-before-change-functions): New language variable (note
711 the plural) which supersedes c-get-state-before-change-function.
712
713 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
714 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
715 (c-clear->-pair-props-if-match-before)
716 (c-before-change-check-<>-operators): New functions.
717 (c-after-change-check-<>-operators): Use macro
718 c-unmark-<->-as-paren.
719
720 * cc-defs.el (c-search-backward-char-property): New macro.
721
722 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
723 and > any more. (These will be handled by font locking.)
724
725 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
726
727 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
728 `dired-uncache' for every elemnt which is an absolute file name.
729
730 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
731 directory, handle its directory component.
732 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
733 function is called permanently and creates noise, otherwise.
734
735 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
736 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
737 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
738
739 2010-02-04 David Burger <dburger@google.com> (tiny change)
740
741 * macros.el (apply-macro-to-region-lines):
742 Minor simplification. (Bug#5485)
743
744 2010-02-04 Glenn Morris <rgm@gnu.org>
745
746 * mail/rmail.el (rmail-show-message-1): Handle malformed
747 quoted-printable text. (Bug#5441)
748
749 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
750
751 * simple.el (visual-line-mode): Capitalize lighter.
752
753 2010-02-03 John Wiegley <jwiegley@gmail.com>
754
755 * iswitchb.el (iswitchb-completions): Add bookmark files to the
756 list of files considered for "virtual buffer" completions.
757
758 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
759
760 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
761 also in case of (and (not full) (not wildcard)). This is needed,
762 when dired is called with a list of files, which are not in
763 `default-directory'. (Bug#5478)
764
765 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
768
769 2010-02-02 Juri Linkov <juri@jurta.org>
770
771 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
772 from unidiff to allow function-line after @@.
773
774 2010-02-02 Juri Linkov <juri@jurta.org>
775
776 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
777 '(RCS SCCS) with inverted condition.
778
779 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
780
781 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
782 messages.
783
784 2010-02-01 Juri Linkov <juri@jurta.org>
785
786 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
787 compare with "pkunzip" and "pkzip" instead of only "pkzip".
788 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
789 only when (car archive-zip-extract) is "unzip". (Bug#5475)
790
791 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
794 (doc-view-revert-buffer): New command.
795 (doc-view-mode-map): Use it.
796
797 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
798
799 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
800 pending merge is detected.
801
802 2010-01-31 Juri Linkov <juri@jurta.org>
803
804 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
805 beginning of interactive spec like all other grep commands do.
806 Put "all" in front of "gz". (Bug#5260)
807
808 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
809
810 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
811
812 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
813
814 * dirtrack.el (dirtrack): Warn instead of signalling error if the
815 regexp is incorrect (Bug#5476).
816
817 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
818
819 * net/tramp.el (tramp-handle-insert-directory): Handle also
820 symlinks, when FILENAME is not in `default-directory'.
821
822 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
823
824 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
825 FILE is not in `default-directory'. (Bug#5478)
826
827 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
828 of SWITCHES. Handle the case, FILENAME is not in
829 `default-directory'. (Bug#5478)
830 (tramp-register-file-name-handlers): Add safe-magic property.
831
832 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
833
834 * arc-mode.el (archive-zip-extract): Quote the argument passed to
835 unzip (Bug#5475).
836
837 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
838
839 * progmodes/flymake.el (flymake-allowed-file-name-masks)
840 (flymake-master-make-header-init): Add other C++ filename masks.
841 (flymake-find-possible-master-files)
842 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
843
844 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
845
846 Fix some busybox annoyances.
847
848 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
849 not responding." string.
850 (tramp-open-connection-setup-interactive-shell): Dump stty
851 settings. Enable "neveropen" arg for all `tramp-send-command'
852 calls. Handle "=" in variable values properly.
853 (tramp-find-inline-encoding): Raise an error, when no encoding is
854 found.
855 (tramp-wait-for-output): Check, whether PROC buffer is available.
856 Remove spurious " ^H" sequences, sent by busybox.
857 (tramp-get-ls-command): Suppress coloring, if possible.
858
859 2010-01-28 Glenn Morris <rgm@gnu.org>
860
861 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
862
863 * log-edit.el (log-edit-strip-single-file-name): Add missing
864 :safe, :group, and :version tags.
865
866 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
867
868 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
869 buffers. (Bug#5477)
870
871 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
872
873 * files.el (delete-directory): Handle moving to trash without
874 first doing recursion (Bug#5436).
875
876 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
877
878 * vc-hooks.el (vc-path): Mark as obsolete.
879
880 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
881
882 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
883 names too.
884
885 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
886 for the short log.
887 (vc-bzr-log-view-mode): Adjust regexp for the above change.
888
889 2010-01-25 Mark A. Hershberger <mah@everybody.org>
890
891 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
892
893 * vc-bzr.el (vc-bzr-revision-table): New function.
894
895 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
896
897 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
898 diff-index command. This requires at least git-1.5.5. (Bug#1589).
899
900 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
901
902 Remove support for adding --signoff on commit.
903 Future support will use an incompatible generic mechanism.
904 * vc-git.el (vc-git-add-signoff): Remove variable.
905 (vc-git-toggle-signoff): Remove function.
906 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
907
908 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
909 from xterm-set-background-mode. Return t if the background mode
910 was set.
911 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
912 earlier, call it again in case the background mode has changed.
913
914 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
915
916 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
917 (Bug#3541).
918
919 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
920
921 * emacs-lisp/assoc.el (aelement): Doc fix.
922 (aput, adelete, amake): Use lexical-let (Bug#5450).
923
924 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
925
926 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
927 is the same as subprogram call, not declaration. (Bug#5435).
928
929 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
930
931 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
932 (tramp-smb-maybe-open-connection): Use it.
933
934 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
935
936 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
937
938 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
941 just because we see "encoding: 8bit".
942 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
943
944 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
945
946 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
947
948 2010-01-22 Eli Zaretskii <eliz@gnu.org>
949
950 * jka-compr.el (jka-compr-load): If load-file is not in
951 load-history, try its file-truename version. (bug#5447)
952
953 2010-01-21 Alan Mackenzie <acm@muc.de>
954
955 Fix a situation where deletion of a cpp construct throws an error.
956 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
957 invoking c-with-all-but-one-cpps-commented-out, check that the
958 special cpp construct is still in the buffer.
959 (c-parse-state): Record the special cpp with markers, not numbers.
960
961 2010-01-21 Kenichi Handa <handa@m17n.org>
962
963 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
964 process last-command-event, as it is now decoded first (Bug#5380).
965
966 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
967
968 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
969
970 2010-01-20 Glenn Morris <rgm@gnu.org>
971
972 * indent.el (tab-always-indent): Fix custom-type.
973
974 2010-01-19 Alan Mackenzie <acm@muc.de>
975
976 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
977 buffer throws "args out of range".
978 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
979 playing the role of delimiter.
980
981 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
982
983 * progmodes/ada-mode.el: Fix bug#5400.
984 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
985 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
986 changed. Delete RECURSIVE parameter; never used. Improve doc string.
987 Improve comments in "is" portion. Handle null procedure declaration.
988 (ada-move-to-end): Improve doc string.
989
990 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
991
992 * ido.el (ido-cur-list): Initialize to nil.
993 Remove obsolete information from commentary.
994 (ido-choice-list): Initialize to nil.
995 (ido-get-bufname): Reject minibuffers.
996 (ido-make-buffer-list): If "default" is a nonexistent
997 buffer, ignore it, as per the function's comment.
998 (ido-kill-buffer-internal): New function.
999 (ido-kill-buffer-at-head): Use it.
1000 (ido-visit-buffer): Likewise.
1001
1002 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1003
1004 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1005
1006 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1007
1008 * cedet/ede/locate.el (ede-locate-file-in-project)
1009 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1010 (ede-enable-locate-on-project): Fix typos in error messages.
1011
1012 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1013 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1014 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1015 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1016 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1017 Fix typos in menu help.
1018
1019 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1020 Fix typos in chart titles.
1021
1022 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1023 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1024 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1025 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1026 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1027 (semantic-parse-stream, semantic-parse-region)
1028 (semantic-parse-region-default, semantic--set-buffer-cache)
1029 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1030 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1031 (semantic-default-submodes):
1032 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1033 (semanticdb-create-ebrowse-database)
1034 (semanticdb-find-tags-for-completion-method)
1035 (semanticdb-find-tags-by-class-method)
1036 (semanticdb-deep-find-tags-by-name-method)
1037 (semanticdb-deep-find-tags-for-completion-method):
1038 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1039 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1040 (semanticdb-find-tags-for-completion-method)
1041 (semanticdb-find-tags-by-class-method)
1042 (semanticdb-deep-find-tags-for-completion-method):
1043 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1044 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1045 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1046 (semanticdb-find-tags-by-name-method)
1047 (semanticdb-find-tags-by-name-regexp-method)
1048 (semanticdb-find-tags-for-completion-method)
1049 (semanticdb-find-tags-by-class-method)
1050 (semanticdb-find-tags-external-children-of-type-method)
1051 (semanticdb-find-tags-subclasses-of-type-method)
1052 (semanticdb-deep-find-tags-by-name-method)
1053 (semanticdb-deep-find-tags-by-name-regexp-method)
1054 (semanticdb-deep-find-tags-for-completion-method):
1055 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1056 (semanticdb-enable-gnu-global-in-buffer)
1057 (semanticdb-find-tags-for-completion-method)
1058 (semanticdb-deep-find-tags-by-name-method)
1059 (semanticdb-deep-find-tags-for-completion-method):
1060 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1061 (javascript-mode, semanticdb-find-translate-path)
1062 (semanticdb-find-tags-for-completion-method)
1063 (semanticdb-find-tags-by-class-method)
1064 (semanticdb-deep-find-tags-by-name-method)
1065 (semanticdb-deep-find-tags-for-completion-method)
1066 (semanticdb-find-tags-external-children-of-type-method):
1067 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1068 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1069 (global-semantic-idle-scheduler-mode):
1070 * cedet/srecode/dictionary.el (srecode-field-value)
1071 (srecode-dictionary-add-section-dictionary):
1072 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1073 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1074 (describe-class, eieio-describe-generic, describe-generic):
1075 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1076 (eieio-speedbar-expand):
1077 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1078 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1079 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1080 (viper-del-backward-char-in-replace, viper-backward-indent)
1081 (viper-brac-function, viper-register-to-point, viper-submit-report):
1082 * net/tramp.el (tramp-remote-coding-commands):
1083 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1084 Fix typos in docstrings.
1085
1086 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * mail/sendmail.el (mail-yank-original): Set the mark if the
1089 specified function for yanking does not do it.
1090
1091 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1092
1093 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1094
1095 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1096 resyncing a directory.
1097
1098 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1099
1100 * progmodes/ada-mode.el: Fix bug#1920.
1101 (ada-ident-re): Delete ., allow multibyte characters.
1102 (ada-goto-label-re): New; matches goto labels.
1103 (ada-block-label-re): New; matches block labels.
1104 (ada-label-re): New; matches both.
1105 (ada-named-block-re): Deleted; callers changed to use
1106 `ada-block-label-re' instead.
1107 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1108 Use `ada-block-label-re'.
1109 (ada-indent-on-previous-lines): Improve handling of goto labels.
1110 (ada-get-indent-block-start): Special-case block label.
1111 (ada-get-indent-label): Split into `ada-indent-block-label' and
1112 `ada-indent-goto-label'.
1113 (ada-goto-stmt-start, ada-goto-next-non-ws):
1114 Optionally ignore goto labels.
1115 (ada-goto-next-word): Simplify.
1116 (ada-indent-newline-indent-conditional): Insert newline before
1117 trying to fix indentation; doc fix.
1118
1119 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1120
1121 * calc/calc.el (calc-command-flags): Give it an initial value.
1122
1123 2010-01-17 Glenn Morris <rgm@gnu.org>
1124
1125 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1126
1127 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * cedet/semantic.el (semantic-mode):
1130 * files.el (minibuffer-with-setup-hook):
1131 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1132 (artist-key-draw-continously, artist-key-do-continously-continously)
1133 (artist-key-set-point-continously, artist-mouse-draw-continously):
1134 Fix typos in docstrings.
1135
1136 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1137
1138 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1139 return t (Bug#3898).
1140
1141 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1142
1143 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1144 can parse the output of the external commands (Bug#5279).
1145
1146 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1147
1148 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1149
1150 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1153
1154 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1155
1156 * startup.el (command-line): Remove unused --icon-type arg.
1157 Handle --display arg, passing it to command-line-1 (Bug#5392).
1158
1159 2010-01-16 Mario Lang <mlang@delysid.org>
1160
1161 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1162 * cedet/ede/files.el (ede-expand-filename):
1163 * cedet/ede/simple.el (ede-simple-project):
1164 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1165 (semantic-complete-inline-tag-engine):
1166 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1167 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1168 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1169 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1170 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1171 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1172 * emacs-lisp/chart.el (chart-translate-namezone):
1173 * textmodes/artist.el (artist-compute-popup-menu-table):
1174 Remove duplicated words in doc-strings.
1175
1176 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1177
1178 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1179 to mairix-search to suppress threading (Bug#5342).
1180
1181 2010-01-15 Kenichi Handa <handa@m17n.org>
1182
1183 * international/mule-cmds.el (canonicalize-coding-system-name):
1184 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1185
1186 2010-01-15 Glenn Morris <rgm@gnu.org>
1187
1188 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1189
1190 * wid-edit.el (widget-keymap): Doc fix.
1191
1192 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1193 former seems to be more widely accepted by various svn versions.
1194
1195 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * find-cmd.el (find-constituents):
1198 * vc-arch.el (vc-arch-root):
1199 * window.el (window-body-height, pop-up-frames):
1200 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1201 (semantic-no-reparse-needed-change-hook):
1202 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1203 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1204 (srecode-template-inserter-ask, srecode-template-inserter-width)
1205 (srecode-template-inserter-section-start)
1206 (srecode-template-inserter-section-end, srecode-insert-method):
1207 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1208 * progmodes/ada-stmt.el (ada-if):
1209 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1210 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1211 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1212 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1213
1214 * progmodes/flymake.el (flymake-post-syntax-check):
1215 Fix typo in error message.
1216
1217 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1218
1219 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1220 which is always a string. (Bug#5313)
1221
1222 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * progmodes/ada-xref.el (ada-default-prj-properties):
1225 Simplify previous change.
1226
1227 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1228
1229 * progmodes/ada-xref.el (ada-default-prj-properties):
1230 Default ada_project_path to $ADA_PROJECT_PATH.
1231
1232 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1233
1234 * progmodes/ada-mode.el (ada-create-keymap):
1235 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1236
1237 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1238
1239 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1240 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1241 (ada-get-current-indent, ada-imenu-generic-expression)
1242 (ada-which-function): Check for it.
1243
1244 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1245
1246 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1247 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1248
1249 2010-01-14 Glenn Morris <rgm@gnu.org>
1250
1251 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1252
1253 2010-01-14 Kenichi Handa <handa@m17n.org>
1254
1255 * composite.el (auto-composition-mode): Make it a buffer local
1256 variable (permanent-local).
1257 (auto-composition-function): Set the default value to
1258 auto-compose-chars.
1259 (auto-composition-mode): Make it a simple function, not a minor mode.
1260 (global-auto-composition-mode): Likewise.
1261 (turn-on-auto-composition-if-enabled): Delete it.
1262
1263 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1264
1265 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1266
1267 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1268
1269 * files.el (copy-directory): Compute target for recursive
1270 directories with identical names. (Bug#5343)
1271
1272 2010-01-12 Glenn Morris <rgm@gnu.org>
1273
1274 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1275 it to bug-gnu-emacs rather than emacs-pretest-bug.
1276
1277 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1278
1279 * cedet/data-debug.el (data-debug): Fix customization group reference.
1280
1281 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1282
1283 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1284 (semantic-analyze-context, semantic-analyze-context-assignment)
1285 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1286 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1287 (semantic-java-doc-keywords-map):
1288 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1289 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1290 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1291 (semantic-c-classname, semantic-format-tag-uml-prototype)
1292 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1293 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1294 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1295 (semantic-get-local-variables, semantic-end-of-command)
1296 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1297 (lisp-mode):
1298 * cedet/semantic/bovine/make.el (makefile-mode):
1299 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1300 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1301 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1302 (semantic-lex, semantic-get-local-variables, python-mode):
1303 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1304 * cedet/srecode/extract.el (srecode-extract-state-set)
1305 (srecode-extract-method): Fix typos in docstrings.
1306
1307 2010-01-11 Sam Steingold <sds@gnu.org>
1308
1309 * imenu.el (imenu-default-create-index-function): Detect infinite
1310 loops caused by imenu-prev-index-position-function.
1311
1312 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1313
1314 * htmlfontify.el (htmlfontify-load-rgb-file)
1315 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1316 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1317 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1318 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1319 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1320 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1321 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1322 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1323 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1324 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1325 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1326 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1327 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1328 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1329 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1330 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1331 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1332 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1333 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1334 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1335 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1336 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1337 backslash-quoting from parentheses, etc.
1338
1339 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * progmodes/js.el: Autoload javascript-mode alias.
1342
1343 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1346 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1347 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1348 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1349 Fix typos in docstrings.
1350 (ffap-url-regexp): Doc fix.
1351 (ffap-at-mouse): Fix typo in message.
1352
1353 2010-01-11 Glenn Morris <rgm@gnu.org>
1354
1355 * version.el (emacs-copyright): Set copyright year to 2010.
1356
1357 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * format.el (format-annotate-function): Only set
1360 write-region-post-annotation-function after running to-fn so as not to
1361 affect nested write-region calls (bug#5273).
1362
1363 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1366 Add python parser.
1367
1368 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1369 wisent/python.el.
1370
1371 2010-01-10 Richard Kim <emacs18@gmail.com>
1372
1373 * cedet/semantic/wisent/python-wy.el:
1374 * cedet/semantic/wisent/python.el: New files.
1375
1376 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * man.el (Man-goto-section): Signal error if the section is not
1379 found (Bug#5317).
1380
1381 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1382
1383 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1384 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1385
1386 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * progmodes/compile.el: Don't treat compile-command as safe if
1389 compilation-read-command might be nil (Bug#4218).
1390
1391 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1392
1393 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1394 NS options.
1395
1396 2010-01-08 Kenichi Handa <handa@m17n.org>
1397
1398 * international/fontset.el (build-default-fontset-data):
1399 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1400
1401 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1404 to `create-file-buffer' as it expects, not just a buffer name.
1405 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1406 to help uniquify. (Bug#3224)
1407
1408 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1409
1410 * font-setting.el (font-setting-change-default-font): Use user-spec
1411 instead of name.
1412
1413 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1414
1415 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1416
1417 2010-01-05 Tom Tromey <tromey@redhat.com>
1418
1419 * progmodes/python.el (python-font-lock-keywords):
1420 Handle qualified decorators (Bug#881).
1421
1422 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1423
1424 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1425 in a lightweight checkout.
1426
1427 2010-01-05 Kenichi Handa <handa@m17n.org>
1428
1429 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1430
1431 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1432
1433 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1434
1435 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1436
1437 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1438 checkouts. (Bug#618)
1439 (vc-bzr-log-view-mode): Also highlight the author.
1440 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1441 (vc-bzr-shelve-menu-map):
1442 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1443 (vc-bzr-shelve-apply): Make prompt more explicit.
1444
1445 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1448 They are valid characters in URL paths (rfc3986), and at least
1449 Firefox does not understand the encoded version (Bug#3166).
1450
1451 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1452
1453 * progmodes/octave-mod.el (octave-end-keywords)
1454 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1455 Add "end" keyword (Bug#3061).
1456 (octave-end-as-array-index-p): New function.
1457 (calculate-octave-indent): Use it.
1458
1459 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1460
1461 * bookmark.el: Consistently put the text property on the bookmark name.
1462 (bookmark-bmenu-marks-width): Bump back to 2, to include
1463 annotation marks.
1464 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1465 property on the bookmark name, instead of not putting it at all.
1466 (bookmark-bmenu-list): Fix where we put the text property.
1467
1468 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1469
1470 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1471 for showing buffer modified state (as added in the previous change).
1472
1473 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1474
1475 * bookmark.el: Show modified state of bookmark buffer more accurately.
1476 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1477 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1478 (with-buffer-modified-unmodified): New macro.
1479 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1480 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1481 Use new macro to preserve the buffer modified state.
1482
1483 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1484
1485 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1486 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1487 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1488 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1489 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1490 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1491 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1492
1493 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1494
1495 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1496 Make the lines in the generated doc string shorter. (Bug#4668)
1497
1498 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1499
1500 * net/rcirc.el: Add follow-link binding (Bug#4738).
1501
1502 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1503
1504 * Makefile.in (bzr-update): Rename from cvs-update.
1505 (cvs-update): New target for backward compatibility.
1506
1507 * makefile.w32-in (bzr-update): Rename from cvs-update.
1508 (cvs-update): New target for backward compatibility.
1509
1510 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1511
1512 * bookmark.el: Remove gratuitous gratitude.
1513
1514 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1515
1516 * bookmark.el (bookmark-bmenu-any-marks): New function
1517 (bookmark-bmenu-save): Clear buffer modification if no marks.
1518
1519 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1520
1521 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1522 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1523 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1524 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1525
1526 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1527 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1528 To: emacs-devel {_AT_} gnu.org
1529 Subject: bookmark.el bug report
1530 Date: Mon, 28 Dec 2009 14:19:16 +0800
1531 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1532
1533 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1534
1535 * bookmark.el: Improvements suggested by Drew Adams:
1536 (bookmark-bmenu-ensure-position): New name for
1537 `bookmark-bmenu-check-position'. Just ensure the position,
1538 don't return any meaningful value.
1539 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1540 New constants.
1541
1542 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1545 (bookmark-yank-point, bookmark-bmenu-check-position):
1546 Fix typos in docstrings.
1547 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1548 (bookmark-name-from-full-record, bookmark-get-position)
1549 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1550 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1551 Remove useless quoting of parenthesis, etc. in docstrings.
1552
1553 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1554 (ediff-append-custom-diff): Fix typo in error message.
1555 (ediff-meta-mark-equal-files): Fix typos in messages.
1556
1557 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1558
1559 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1560 Fix typo in docstring.
1561
1562 * net/imap-hash.el (imap-hash-make): Doc fix.
1563 (imap-hash-test): Fix typo in error message; reflow docstring.
1564 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1565 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1566 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1567 Fix typos in docstrings.
1568 (imap-hash-open-connection): Fix typo in error message.
1569
1570 * play/gomoku.el (gomoku): Fix typos in docstring.
1571
1572 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1573 (gdb-jsonify-buffer): Fix typos in docstring.
1574 (gdb-goto-breakpoint): Fix typo in error message.
1575 ("Display Other Windows"): Fix typo in help message.
1576 (gdb-speedbar-expand-node): Fix typo in question.
1577
1578 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1579 (idlwave-html-system-help-location, idlwave-html-help-location)
1580 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1581 (idlwave-help-browser-generic-args, idlwave-help-directory)
1582 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1583 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1584 (idlwave-online-help, idlwave-help-html-link)
1585 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1586 Fix typos in docstrings.
1587 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1588 Reflow docstrings.
1589 (idlwave-help-assistant-start): Fix typo in error message.
1590
1591 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1592 (octave-electric-space): Fix typos in docstrings.
1593
1594 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1597
1598 2010-01-01 Juri Linkov <juri@jurta.org>
1599
1600 * comint.el (comint-input-ring-size): Make it a defcustom and
1601 increase the default to 500 (Bug#5148).
1602
1603 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1604
1605 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1606 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1607 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1608
1609 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1610
1611 Show working revision correctly for mercurial.
1612 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1613 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1614
1615 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1616
1617 Declare some functions for the byte-compiler.
1618 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1619 (speedbar-timer-fn, speedbar-change-expand-button-char)
1620 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1621
1622 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1623
1624 This changeset reverts GDB Graphical Interface to use annotations.
1625 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1626
1627 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1628
1629 Make vc-dir work on subdirectories of the bzr root.
1630 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1631 file names relative to it.
1632 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1633 relative directory to vc-bzr-after-dir-status.
1634
1635 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1636
1637 * font-lock.el (font-lock-refresh-defaults): New function, which
1638 can be used to let font-lock react to external changes in
1639 variables like font-lock-defaults and keywords.
1640 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1641
1642 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1643
1644 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1645
1646 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1647
1648 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1649
1650 Supersede color.diff settings in git log (bug#5211).
1651
1652 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1653 escape chars in its output when the user has color.diff set to `always'.
1654 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1655
1656 2009-12-26 Kevin Ryde <user42@zip.com.au>
1657
1658 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1659 node. Keep previous "Index" name to work with past coreutils too.
1660
1661 * man.el (man): Revise docstring a bit to show -a and -l as
1662 examples. Add -k description since support for it has otherwise
1663 been a secret. (Further to bug#3717.)
1664 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1665 "no matches" rather than "Can't find manpage", as the latter reads
1666 like -k was interpreted as a page name, which is not so. (Bug#5431)
1667
1668 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1671 switches. Check also for //SUBDIRED// line.
1672
1673 2009-12-25 Kenichi Handa <handa@m17n.org>
1674
1675 * language/indian.el (devanagari-composable-pattern): Fixed to
1676 handle ZWNJ and ZWJ. Use it in composition-function-table for
1677 Devanagari.
1678 (malayalam-composable-pattern): Fix previous change.
1679
1680 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1681
1682 * ps-print.el (ps-face-attributes): It was not returning the
1683 attribute face for faces specified as string. Reported by harven
1684 <harven@free.fr>.
1685 (ps-print-version): New version 7.3.5.
1686
1687 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1688
1689 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1690 timezone names.
1691 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1692 (icalendar--add-diary-entry): Remove the trailing blank that
1693 diary-make-entry inserts.
1694
1695 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1696
1697 Make `file-expand-wildcards' work for remote files.
1698
1699 * files.el (file-expand-wildcards): In case of remote files, check
1700 only local file name part for wildcards. Provide feature 'files
1701 and subfeature 'remote-wildcards. (Bug#5198)
1702
1703 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1704 if there is already an established connection.
1705 (tramp-advice-file-expand-wildcards): Remove it.
1706
1707 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1708 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1709 Activate advice for older GNU Emacs versions. (Bug#5237)
1710
1711 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1712
1713 Some doc fixes (more needed).
1714
1715 * find-cmd.el (find-constituents): Reflow docstring.
1716 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1717 (find-generic): Doc fix.
1718
1719 2009-12-17 Juri Linkov <juri@jurta.org>
1720
1721 Fix regression from 23.1 to allow multiple modes in Local Variables.
1722
1723 * files.el (hack-local-variables-filter): While ignoring duplicates,
1724 don't take `mode' into account.
1725 (hack-local-variables-filter, hack-dir-local-variables): Don't
1726 remove duplicate `mode' from local-variables-alist (like `eval').
1727
1728 2009-12-17 Juri Linkov <juri@jurta.org>
1729
1730 Make `dired-diff' more safe. (Bug#5225)
1731
1732 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1733 `current' or when `file' is a directory of the `current' file.
1734
1735 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1736
1737 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1738 unconditionally preloaded files.
1739
1740 2009-12-16 Juri Linkov <juri@jurta.org>
1741
1742 Revert to old 23.1 logic of using the file at the mark as default.
1743 * dired-aux.el (dired-diff): Use the file at the mark as default
1744 if it's not the same as the current file, and the target dir is
1745 the current dir or the mark is active. Add the current file
1746 as the arg of `dired-dwim-target-defaults'. Use the default file
1747 in the prompt. (Bug#5225)
1748
1749 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1752 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1753 (tramp-check-for-regexp): Check also, when an echoing shell stops
1754 to echo sent commands.
1755
1756 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * Makefile.in: Revert last change (Bug#5191).
1759
1760 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1761
1762 * vc-hg.el (vc-hg-print-log): Fix argument order.
1763 (vc-hg-working-revision): Make sure the command is executed in a
1764 known environment so that we can parse the output. (Bug#4417)
1765
1766 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * progmodes/python.el (python-symbol-completions): Remove text
1769 properties from symbol string before calling python-send-receive.
1770
1771 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1772
1773 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1774 when there are values for both file and line. (Bug#5060)
1775
1776 2009-12-14 Juri Linkov <juri@jurta.org>
1777
1778 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1779 whitespace after the file name of the first line of unified format,
1780 because git-diff doesn't output whitespace and file modification time
1781 after the file name.
1782
1783 2009-12-14 David Kastrup <dak@gnu.org>
1784
1785 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1786 check if it already has the `display' property added by
1787 `Info-display-images-node', and not put the `invisible' property
1788 in this case.
1789
1790 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1791
1792 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1793 (semantic-mru-bookmark-mode): Doc fixes.
1794
1795 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1796 of assert.
1797
1798 2009-12-13 Glenn Morris <rgm@gnu.org>
1799
1800 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1801 (report-emacs-bug): In message-mode, sort manually before storing
1802 original report text. (Bug#5178)
1803 Remove superfluous save-excursion.
1804
1805 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1806
1807 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1808 when responding to "GetAll" properties.
1809
1810 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1811
1812 * simple.el (compose-mail): Remove mail-setup-with-from from
1813 customization checks.
1814
1815 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1816
1817 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1818 RAR archives created on Unix systems.
1819
1820 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1823 the varalias that was accidentally removed by the 2009-11-19 change
1824 (bug#5186).
1825
1826 2009-12-12 Kenichi Handa <handa@m17n.org>
1827
1828 * language/indian.el (indian-compose-regexp): New function.
1829 (malayalam-composable-pattern): Fix the pattern.
1830 (composition-function-table): Set malayalam-composable-pattern for
1831 Malayalam characters.
1832
1833 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1836 rather than down-mouse-1, based on follow-link conventions.
1837
1838 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1839 are compiled.
1840
1841 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1842
1843 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1844 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1845 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1846 (verilog-leap-to-head, verilog-backward-token):
1847 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1848
1849 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1850
1851 * progmodes/verilog-mode.el (verilog-auto-lineup)
1852 (verilog-nameable-item-re): Cleanup user-visible spelling and
1853 documentation errors. One reported by Gary Delp.
1854 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1855 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1856 package, bug195. Reported by Pierre-David Pfister.
1857
1858 2009-12-11 Glenn Morris <rgm@gnu.org>
1859
1860 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1861
1862 * mail/emacsbug.el: No longer require sendmail.
1863 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1864 (report-emacs-bug-orig-text): Doc fix.
1865 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1866 New local variables, to adapt to different mail-user-agents.
1867 (report-emacs-bug): Fix test for a gnu.org address.
1868 Use overlays for emphasis, since font-lock defeats 'face property.
1869 Pretest bugs also end up at the newsgroup these days.
1870 Stop message-mode stripping text properties.
1871 Set and use the new buffer-local variables.
1872 (report-emacs-bug-hook): Add doc-string.
1873 Remove some unnecessary save-excursions and simplify.
1874 Use the appropriate hook and send-command.
1875
1876 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1877 capitalization of some menu entries.
1878
1879 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1880
1881 * whitespace.el (whitespace-display-char-on): Ensure
1882 `buffer-display-table' is unique when two or more windows are
1883 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1884 New version 12.1.
1885
1886 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1887
1888 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1889 characters in the Attribute field.
1890
1891 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1892
1893 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1894
1895 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1898 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1899 Disregard autoload-excludes.
1900 (update-directory-autoloads): Obey autoload-excludes here instead.
1901 But don't store its contents in no-autoloads and remove entries that
1902 refer to excludes files.
1903
1904 2009-12-10 Glenn Morris <rgm@gnu.org>
1905
1906 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1907 (expand-mail-aliases): Define for compiler.
1908
1909 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1910 Define for compiler.
1911
1912 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1913 appropriate for the mail-user-agent in use.
1914
1915 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1918
1919 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1920
1921 Fix short log parsing and fontification.
1922 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1923 Fix fontification for the [merge] label.
1924
1925 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1926
1927 Drop some properties to avoid surprises.
1928 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1929 (hfy-fontify-buffer): Use it.
1930
1931 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 Minor cleanup.
1934 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1935 Adjust all callers.
1936 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1937 args compulsory. Adjust callers.
1938 (ffap-gopher-at-point): Remove unused var `name'.
1939
1940 Get rid of the ELCFILES abomination.
1941 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1942 (compile-elcfiles): New phony target.
1943 (compile-main): Compute ELCFILES dynamically.
1944 (compile-clean): New target to remove left-over elc files.
1945 (compile, all): Use it.
1946
1947 2009-12-09 Kenichi Handa <handa@etlken>
1948
1949 * international/mule-diag.el: Require help-mode instead of help-fns.
1950
1951 2009-12-09 Kenichi Handa <handa@m17n.org>
1952
1953 * international/mule-cmds.el (ucs-names): Supply sufficiently
1954 fine ranges instead of pre-calculating accurate ranges.
1955 Iterate with bigger gc-cons-threshold.
1956
1957 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1958
1959 Add support for stashing a snapshot of the current tree.
1960 * vc-git.el (vc-git-stash-snapshot): New function.
1961 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1962
1963 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1964
1965 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1966 instead of `(beginning|end)-of-line'.
1967
1968 2009-12-08 Glenn Morris <rgm@gnu.org>
1969
1970 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1971
1972 * Makefile.in (ELCFILES): Regenerate.
1973
1974 2009-12-07 Juri Linkov <juri@jurta.org>
1975
1976 Don't lazy-highlight the comint output in history Isearch mode.
1977
1978 * comint.el (comint-history-isearch-search): Instead of
1979 `comint-line-beginning-position', use `comint-after-pmark-p'
1980 to check if point if before the process mark, and go to
1981 `process-mark' in this case.
1982
1983 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * textmodes/tex-mode.el (latex-complete)
1986 (latex-indent-or-complete): Remove.
1987 (latex-mode): Set completion-at-point-functions instead.
1988
1989 Provide a standard completion command and hook it into TAB.
1990 * minibuffer.el (completion-at-point-functions): New var.
1991 (completion-at-point): New command.
1992 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1993 * progmodes/python.el (python-mode-map): Use completion-at-point.
1994 (python-completion-at-point): Rename from python-partial-symbol and
1995 adjust for use in completion-at-point-functions.
1996 (python-mode): Setup completion-at-point for Python completion.
1997 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1998 extracted from lisp-complete-symbol.
1999 (lisp-complete-symbol): Use it.
2000 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2001 setup completion-at-point for Elisp completion.
2002 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2003 Use completion-at-point.
2004 * ielm.el (ielm-map): Use completion-at-point.
2005 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2006 * progmodes/sym-comp.el: Move to...
2007 * obsolete/sym-comp.el: Move from progmodes.
2008
2009 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2010
2011 Prevent save-buffer in Rmail buffers from using the coding-system
2012 of the current message, and from clobbering the encoding mnemonics
2013 in the mode line (Bug#4623).
2014
2015 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2016 flag, too.
2017 (rmail-message-encoding): New variable.
2018 (rmail-write-region-annotate): Record the encoding of the current
2019 message in rmail-message-encoding.
2020 (rmail-after-save-hook): New function, restores the encoding of
2021 the current message after the message collection is saved.
2022
2023 2009-12-07 Juri Linkov <juri@jurta.org>
2024
2025 * progmodes/grep.el (grep-read-files): Use `completing-read'
2026 instead of `read-string'. Set its `collection' arg to
2027 `read-file-name-internal'. (Bug#4301)
2028
2029 2009-12-07 Juri Linkov <juri@jurta.org>
2030
2031 Correctly restore original Isearch point. (Bug#4994)
2032
2033 * isearch.el (isearch-mode): Move `isearch-push-state' after
2034 `(run-hooks 'isearch-mode-hook)'.
2035 (isearch-cancel): When `isearch-push-state-function' is defined,
2036 let-bind `isearch-cmds' to the first state (the last element of
2037 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2038 function and restores the original point). Otherwise, move point
2039 to `isearch-opoint'.
2040
2041 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2044 chars that don't have names, so the table can be built much faster at
2045 run-time.
2046
2047 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2050 change. Suggested by David Kastrup.
2051
2052 * simple.el (compose-mail): Check for incompatibilities and warn.
2053 (compose-mail-user-agent-warnings): New option.
2054
2055 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2056
2057 Support showing a single log entry from vc-annotate.
2058 * vc.el (print-log): Add a new argument: START-REVISION.
2059 (vc-print-log-internal): Add a new optional argument and
2060 pass it to the backend.
2061 (vc-print-log, vc-print-root-log): Adjust callers.
2062 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2063 buffer already displays the requested log entry, use it.
2064 Otherwise display only the log entry in question.
2065 * vc-svn.el (vc-svn-print-log):
2066 * vc-mtn.el (vc-mtn-print-log):
2067 * vc-hg.el (vc-hg-state):
2068 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2069 (vc-git-show-log-entry): Return t on success.
2070 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2071 (vc-bzr-show-log-entry): Return t on success.
2072 * vc-rcs.el (vc-rcs-print-log):
2073 * vc-sccs.el (vc-sccs-print-log):
2074 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2075
2076 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2077
2078 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2079 Add menus to the meta mode. (Bug#5043)
2080
2081 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2082
2083 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2084 event-key.
2085
2086 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2087
2088 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2089
2090 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2091 Berbain <raphael.berbain@gmail.com>.
2092
2093 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2094 characters.
2095 (tramp-initial-end-of-output): New defconst.
2096 (tramp-methods, tramp-find-shell)
2097 (tramp-open-connection-setup-interactive-shell)
2098 (tramp-maybe-open-connection): Use it.
2099 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2100 existence of `#' and `$'.
2101
2102 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2103 `tramp-initial-end-of-output'.
2104
2105 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2106
2107 Get the background mode from the terminal for xterm, and set
2108 faces accordingly.
2109 * term/xterm.el (xterm-set-background-mode): New function.
2110 (terminal-init-xterm): Use it in case xterm supports background
2111 color queries. Recompute faces after getting the background
2112 color.
2113
2114 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2115
2116 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2117 number comment back on its own line, for easier parsing.
2118
2119 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 Make it work for non-file buffers (bug#5102).
2122 * doc-view.el (doc-view-current-cache-dir):
2123 Use doc-view-buffer-file-name rather than buffer-file-name.
2124 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2125
2126 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2127
2128 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2129 author field is too short.
2130
2131 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2132
2133 * vc-git.el (vc-git-print-log): Handle a limit argument.
2134 Display the short log in graph form and with labels.
2135 (vc-git-log-view-mode): Handle labels.
2136
2137 Make vc-revert change VC state from 'added to 'unregistered.
2138 * vc-git.el (vc-git-revert): Call git reset first.
2139
2140 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2141
2142 * net/newst-backend.el, net/newst-plainview.el:
2143 * net/newst-reader.el, net/newst-ticker.el:
2144 * net/newst-treeview.el, net/newsticker.el:
2145 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2146
2147 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2150
2151 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2152 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2153 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2154 Update annotation regexp.
2155
2156 * simple.el (beginning-of-visual-line): Constrain to field
2157 boundaries (Bug#5106).
2158
2159 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2160
2161 * xml.el (xml-substitute-numeric-entities): Move
2162 newsticker--decode-numeric-entities in newst-backend.el to
2163 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2164 * net/newst-backend.el (newsticker--parse-generic-feed)
2165 (newsticker--parse-generic-items)
2166 (newsticker--decode-numeric-entities): Move
2167 newsticker--decode-numeric-entities in newst-backend.el to
2168 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2169
2170 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2171
2172 * progmodes/js.el (js--js-not): Add null to the list of values.
2173
2174 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2177
2178 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2179
2180 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2181 delimiter if it is at the end of the current line.
2182 (bibtex-generate-url-list): Fix docstring.
2183
2184 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2187 minibuffer's content with itself.
2188 Fold the confirm-after-completion case into the `confirm' case.
2189 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2190
2191 2009-12-06 Kevin Ryde <user42@zip.com.au>
2192
2193 * ffap.el (ffap-rfc-path): Make this a defcustom since
2194 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2195
2196 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2197 manuals, similar to existing setup for help-mode. (Bug#3913.)
2198
2199 2009-12-05 Juri Linkov <juri@jurta.org>
2200
2201 Save and restore dired buffer's point positions too. (Bug#4880)
2202
2203 * dired.el (dired-save-positions): Return in the first element
2204 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2205 Doc fix.
2206 (dired-restore-positions): First restore buffer's position.
2207 While restoring window's positions, check if window still displays
2208 the original buffer.
2209
2210 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2213 if possible.
2214
2215 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2216 Make argument optional.
2217
2218 * shell.el (shell): Require ansi-color (Bug#5113).
2219
2220 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2221
2222 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2223
2224 2009-12-05 Alan Mackenzie <acm@muc.de>
2225
2226 * progmodes/cc-mode.el (c-before-hack-hook)
2227 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2228 `c-file-style' to work again. This reversion restores the current
2229 software to its state in Emacs 23.1. (Bug#4146)
2230
2231 2009-12-05 Kevin Ryde <user42@zip.com.au>
2232
2233 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2234 comment-start-skip to comment-end-skip as comment (Bug#4781).
2235
2236 2009-12-05 Juri Linkov <juri@jurta.org>
2237
2238 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2239 for virtual nodes. (Bug#4147)
2240 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2241 when moving from a virtual node.
2242 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2243 (Info-mode): Add `Info-virtual-index' to the docstring.
2244
2245 2009-12-05 Eric Ludlam <zappo@gnu.org>
2246
2247 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2248 Describe project macro symbols.
2249
2250 * cedet/semantic/complete.el (semantic-complete-do-completion):
2251 Don't call semantic-collector-current-exact-match.
2252
2253 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2254 ede-objects as targets.
2255
2256 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2257 a target's object list even if compiler vars are already in the
2258 Makefile.
2259
2260 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2261 list of headers producing necessary macros.
2262
2263 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2264
2265 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2266 track of the buffer position of the end of a BibTeX entry as this
2267 position may change during reformatting.
2268 (bibtex-format-entry): Remove whitespace before processing
2269 numerical fields so that we recognize the latter properly.
2270 (bibtex-reformat): Do not use push which changes the global value
2271 of bibtex-entry-format.
2272 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2273 (bibtex-field-re-init): Replace only space characters by regexp
2274 for whitespace.
2275 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2276 (bibtex-initialize): Also update bibtex-strings.
2277 (bibtex-kill-field): Preserve white space at end of entry.
2278 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2279 Update bibtex-reference-keys.
2280
2281 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2284 point after a star, if that's the only place where modifications can
2285 make progress.
2286
2287 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2288
2289 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2290 in docstrings.
2291
2292 2009-12-04 Juri Linkov <juri@jurta.org>
2293
2294 * proced.el (proced): Call `(proced-update t)' to update process
2295 information instead of only running proced-post-display-hook.
2296 (proced-send-signal): Add a leading space to the buffer name
2297 " *Marked Processes*" to make this buffer ephemeral.
2298
2299 2009-12-04 Juri Linkov <juri@jurta.org>
2300
2301 * dired.el (dired-auto-revert-buffer): New defcustom.
2302 (dired-internal-noselect): Use it.
2303
2304 2009-12-04 Juri Linkov <juri@jurta.org>
2305
2306 Change roles of modes and functions in image-mode.el (Bug#5062).
2307
2308 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2309 in `auto-mode-alist'.
2310 (image-mode-previous-major-mode): New variable.
2311 (image-minor-mode-map): Rename from `image-mode-text-map'.
2312 (image-mode): Move graceful error-handling code from
2313 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2314 (image-minor-mode): Remove all image-handling code.
2315 Replace `image-mode-text-map' with `image-minor-mode-map'.
2316 Check for `image-type' in mode-line format string.
2317 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2318 (image-mode-as-text): New function with most code from
2319 `image-mode-maybe'.
2320 (image-toggle-display-text): Move code that removes image
2321 properties from `image-toggle-display' to here.
2322 (image-toggle-display-image): New function with code that adds
2323 image properties copied from `image-toggle-display'.
2324 (image-toggle-display): Remove most code with leaving only code
2325 that toggles between `image-mode-as-text' and `image-mode'.
2326
2327 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2328
2329 * net/newst-treeview.el
2330 (newsticker--treeview-list-highlight-start): Restored call to
2331 save-excursion: Selected item was stuck.
2332 (newsticker--treeview-list-select): New.
2333 (newsticker--treeview-item-show-text)
2334 (newsticker--treeview-item-show)
2335 (newsticker--treeview-item-update): Use new
2336 newsticker-treeview-item-mode.
2337 (newsticker-treeview-update): Keep current item.
2338 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2339 (newsticker--treeview-first-feed): Doc change.
2340 (newsticker-treeview-list-menu)
2341 (newsticker-treeview-item-menu): Added menu entries.
2342 (newsticker-treeview-item-mode): New.
2343
2344 * net/newst-backend.el (newsticker-customize): Delete other
2345 windows.
2346
2347 2009-12-04 Sam Steingold <sds@gnu.org>
2348
2349 * log-view.el (log-view-mode-map): "q" calls quit-window,
2350 like in all the other non-self-insert buffers.
2351
2352 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 Minor cleanup.
2355 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2356 key decoding rather than do it manually via last-input-event +
2357 ascii-character.
2358 (term-exec): Use delete-and-extract-region.
2359 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2360 (term-process-pager): Remove unused var `i'.
2361 (term-dynamic-simple-complete): Make obsolete.
2362 (serial-update-config-menu): Remove unused vars `y' and `str'.
2363 (term-update-mode-line): Remove unused var `temp'.
2364
2365 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2366
2367 Limit the number of log entries displayed by default.
2368 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2369 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2370 using a prefix argument.
2371
2372 2009-12-03 Glenn Morris <rgm@gnu.org>
2373
2374 * progmodes/idlwave.el (class): Restore still useful declaration.
2375
2376 2009-12-03 Alan Mackenzie <acm@muc.de>
2377
2378 Enhance `c-parse-state' to run efficiently in "brace deserts".
2379
2380 * progmodes/cc-mode.el (c-basic-common-init):
2381 Call c-state-cache-init.
2382 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2383 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2384 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2385
2386 * progmodes/cc-langs.el (c-before-font-lock-function):
2387 c-extend-and-neutralize-syntax-in-CPP has been renamed
2388 c-neutralize-syntax-in-and-mark-CPP.
2389
2390 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2391 with `category' properties now, not `syntax-table' ones.
2392
2393 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2394 enhanced (but slower) version of c-end-of-macro that won't land
2395 inside a literal or on another awkward character.
2396 (c-state-cache-too-far, c-state-cache-start)
2397 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2398 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2399 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2400 (c-state-min-scan-pos, c-state-brace-pair-desert)
2401 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2402 buffer local variables.
2403 (c-state-literal-at, c-state-lit-beg)
2404 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2405 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2406 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2407 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2408 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2409 (c-renarrow-state-cache)
2410 (c-append-lower-brace-pair-to-state-cache)
2411 (c-state-push-any-brace-pair, c-append-to-state-cache)
2412 (c-remove-stale-state-cache)
2413 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2414 (c-invalidate-state-cache-1, c-parse-state-1)
2415 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2416 (c-parse-state): Enhance and refactor.
2417 (c-debug-parse-state): Amend to deal with all the new variables.
2418
2419 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2420 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2421 modify to use category text properties rather than syntax-table ones.
2422 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2423 to switch off/on the syntactic paren property of C++ template
2424 delimiters using the category property.
2425 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2426 template delims suppressed.
2427 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2428 New constant/macros which apply category properties to the start
2429 and end of preprocessor constructs.
2430 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2431 "comment out" the syntactic value of characters in preprocessor
2432 constructs.
2433 (c-with-cpps-commented-out)
2434 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2435 with characters in all or all but one preprocessor constructs
2436 "commented out".
2437
2438 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2439
2440 * proced.el (proced-filter-alist): Use regexp-quote.
2441
2442 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2443
2444 Cleanup.
2445 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2446 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2447 arguments. Expand `default-directory'.
2448
2449 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2450 the benefit of returning an expanded localname.
2451 (tramp-tramp-file-p): Handle the case NAME is not a string.
2452
2453 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2454
2455 Add support for bzr shelve/unshelve.
2456 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2457 (vc-bzr-extra-menu-map): New variables.
2458 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2459 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2460 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2461 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2462 (vc-bzr-dir-extra-headers): Display shelves.
2463
2464 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2465
2466 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * textmodes/bibtex.el (bibtex-complete-internal):
2469 Use completion-in-region.
2470 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2471
2472 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2473
2474 Support applying stashes. Improve UI.
2475 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2476 (vc-git-stash-apply, vc-git-stash-pop)
2477 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2478 (vc-git-stash-menu): New functions.
2479 (vc-git-stash-menu-map): New variable.
2480 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2481
2482 2009-12-03 Glenn Morris <rgm@gnu.org>
2483
2484 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2485 (vc-print-log-internal): Fix previous change.
2486 (vc-revert): Correct pluralization.
2487
2488 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2491 it to be an alist any more.
2492 (makefile-complete): Use completion-in-region.
2493
2494 * progmodes/octave-mod.el (octave-complete-symbol):
2495 Use completion-in-region.
2496
2497 Misc cleanup.
2498 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2499 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2500 (idlwave-complete-class): Don't quote lambda.
2501 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2502 (idlwave-mode-map): Move initialization into declaration.
2503 (idlwave-action-and-binding): Use backquotes.
2504 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2505 Simplify.
2506 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2507 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2508 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2509 `parts', and `all-parts'.
2510 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2511 (idlwave-convert-xml-system-routine-info): Remove unused string
2512 `version-string'.
2513 (idlwave-display-user-catalog-widget): Use dolist.
2514 (idlwave-scanning-lib): Declare dynamically-scoped var.
2515 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2516 (completion-highlight-first-word-only): Declare to silence bytecomp.
2517 (idlwave-popup-select): Tighten scope of `resp'.
2518 (idlwave-find-struct-tag): Remove unused var `beg'.
2519 (idlwave-after-load-rinfo-hook): Declare.
2520 (idlwave-sintern-class-info): Remove unused var `taglist'.
2521 (idlwave-find-class-definition): Remove unused var `list'.
2522 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2523 (idlwave-what-module-find-class): Remove unused var `classes'.
2524
2525 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2526
2527 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2528
2529 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2532 buffers visited. Remove redundant current-buffer-saving.
2533
2534 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 Use completion-in-buffer and remove uses of dynamic scoping.
2537 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2538 (pascal-buffer-to-use, pascal-flag): Don't declare.
2539 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2540 (pascal-get-completion-decl, pascal-keyword-completion):
2541 Add `pascal-str' argument, save-excursion,
2542 return the found completions, and don't filter with pascal-pred.
2543 (pascal-completion-cache): New var.
2544 (pascal-completion): Don't switch buffer any more (it was never
2545 necessary). Don't save-excursion any more (it's done by the called
2546 subroutines). Use a cache to avoid redundant computations.
2547 Use complete-with-action rather than pascal-completion-response and
2548 let it apply the predicate as well.
2549 (pascal-complete-word): Use completion-in-buffer when
2550 pascal-toggle-completions is nil.
2551 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2552 not used any more.
2553 (pascal-comp-defun): Don't change buffer any more.
2554 Use complete-with-action rather than pascal-completion-response and
2555 let it apply the predicate as well.
2556 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2557 when neded.
2558
2559 2009-12-02 Kenichi Handa <handa@m17n.org>
2560
2561 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2562 shape for all Indic scripts.
2563
2564 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 Use completion-in-buffer.
2567 * wid-edit.el (widget-field-text-end): New function.
2568 (widget-field-value-get): Use it.
2569 (widget-string-complete, widget-file-complete)
2570 (widget-color-complete): Use it and completion-in-region.
2571 (widget-complete): Don't narrow the buffer.
2572
2573 2009-12-02 Glenn Morris <rgm@gnu.org>
2574
2575 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2576 (rmail-select-summary): Use rmail-pop-to-buffer.
2577 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2578 rmail-pop-to-buffer, to prevent horizontal splits.
2579
2580 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2581 save-excursion with save-current-buffer.
2582 Widen before searching. (Bug#5093)
2583 (diary-list-sexp-entries): Remove superfluous save-excursion.
2584
2585 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2586
2587 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2588 name. (Bug#5038)
2589
2590 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2591
2592 * ido.el (ido-file-internal): Handle filenames at point that do
2593 not have a directory part. (Bug#5049)
2594
2595 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2596
2597 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2598 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2599
2600 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2601
2602 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2603 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2604 any more.
2605
2606 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * comint.el (comint-insert-input): Ignore clicks to the right of
2609 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2610
2611 * vc.el (vc-print-log-internal): Don't wait for the process to
2612 terminate before setting up the major mode.
2613
2614 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2615 in case.
2616
2617 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2618 the last element.
2619
2620 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2621
2622 2009-12-01 Glenn Morris <rgm@gnu.org>
2623
2624 * window.el (window--display-buffer-2): Fix previous changes.
2625
2626 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2629
2630 2009-12-01 Glenn Morris <rgm@gnu.org>
2631
2632 * Makefile.in (ELCFILES): Add mpc.elc.
2633
2634 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * mpc.el: New file.
2637
2638 2009-12-01 Glenn Morris <rgm@gnu.org>
2639
2640 * window.el (window-to-use): Define for compiler.
2641
2642 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2643 consistent with others (no final period).
2644
2645 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2646 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2647
2648 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2649
2650 Make vc-print-log buttons work.
2651 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2652
2653 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2654
2655 * savehist.el (savehist-autosave-interval): Allow setting to nil
2656 through customize. (Bug#5056)
2657
2658 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2659
2660 Fix references to jit-lock properties.
2661 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2662 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2663 (perl-font-lock-special-syntactic-constructs):
2664 Quote jit-lock-defer-multiline property.
2665
2666 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2667
2668 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2669
2670 2009-11-30 Juri Linkov <juri@jurta.org>
2671
2672 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2673 value `buffer' of `multi-isearch-next-buffer-current-function'.
2674 Use `(current-buffer)' when `buffer' is nil.
2675 (multi-isearch-next-buffer-from-list): Don't fallback to
2676 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2677
2678 2009-11-30 Juri Linkov <juri@jurta.org>
2679
2680 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2681 of buffers with `get-buffer' to `multi-isearch-buffers'.
2682 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2683 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2684 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2685 FILES with `expand-file-name' converting relative file names
2686 to absolute. Doc fix. (Bug#4727)
2687
2688 2009-11-30 Juri Linkov <juri@jurta.org>
2689
2690 * misearch.el (multi-isearch-read-buffers)
2691 (multi-isearch-read-matching-buffers): New functions.
2692 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2693 Use them in the `interactive' spec. Doc fix.
2694 (multi-isearch-read-files, multi-isearch-read-matching-files):
2695 New functions.
2696 (multi-isearch-files, multi-isearch-files-regexp):
2697 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2698
2699 2009-11-30 Juri Linkov <juri@jurta.org>
2700
2701 * doc-view.el (doc-view-continuous):
2702 Rename from `doc-view-continuous-mode'.
2703 (doc-view-menu): Move "Toggle display" to the top.
2704 Add submenu "Continuous" with radio buttons "Off"/"On"
2705 and "Save as Default".
2706 (doc-view-scroll-up-or-next-page)
2707 (doc-view-scroll-down-or-previous-page)
2708 (doc-view-next-line-or-next-page)
2709 (doc-view-previous-line-or-previous-page): Rename
2710 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2711
2712 2009-11-30 Juri Linkov <juri@jurta.org>
2713
2714 * comint.el (comint-mode-map): Rebind `M-r' from
2715 `comint-previous-matching-input' to
2716 `comint-history-isearch-backward-regexp'.
2717 Unbind `M-s' to allow global key binding `M-s'.
2718 Add menu items for `comint-history-isearch-backward' and
2719 `comint-history-isearch-backward-regexp'. (Bug#3746)
2720
2721 2009-11-30 Juri Linkov <juri@jurta.org>
2722
2723 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2724 For def=recenter, replace `recenter' with `recenter-top-bottom'
2725 that is called with `this-command' and `last-command' let-bound
2726 to `recenter-top-bottom'. When the last `def' was not `recenter',
2727 set `recenter-last-op' to nil. (Bug#4981)
2728
2729 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 Minor cleanup and simplification.
2732 * filecache.el (file-cache-add-directory)
2733 (file-cache-add-directory-recursively)
2734 (file-cache-add-from-file-cache-buffer)
2735 (file-cache-delete-file-regexp, file-cache-delete-directory)
2736 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2737 (file-cache-temp-minibuffer-message): Delete function.
2738 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2739
2740 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2741 Don't signal an error when bumping into EOB in tr, s, or y.
2742
2743 2009-11-29 Juri Linkov <juri@jurta.org>
2744
2745 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2746 (Bug#4960)
2747
2748 * descr-text.el (describe-char-unidata-list): Use lowercase name
2749 for "Unicode name" like in other tags.
2750
2751 2009-11-29 Juri Linkov <juri@jurta.org>
2752
2753 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2754 New compatibility macro.
2755 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2756
2757 2009-11-29 Juri Linkov <juri@jurta.org>
2758
2759 Add defcustom to define the cycling order of `recenter-top-bottom'.
2760 (Bug#4981)
2761
2762 * window.el (recenter-last-op): Doc fix.
2763 (recenter-positions): New defcustom.
2764 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2765 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2766
2767 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2768
2769 Improve integration of Tramp and ange-ftp in eshell.
2770
2771 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2772 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2773 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2774
2775 * eshell/esh-util.el (top): Require also Tramp when compiling.
2776 (eshell-directory-files-and-attributes): Check for FTP remote
2777 connection.
2778 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2779 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2780 (eshell-file-attributes): Handle ".". Return `entry'.
2781
2782 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2783 (ange-ftp-directory-files-and-attributes)
2784 (ange-ftp-real-directory-files-and-attributes): New defuns.
2785
2786 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2787 shell with "exec" when possible. This prevents trailing prompts
2788 in `start-file-process'.
2789
2790 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 Try and remove assumptions about point-min==1.
2793 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2794 (rng-compute-mode-line-string): Show the validation percentage in
2795 terms of the narrowed text, not the widened text.
2796 (rng-do-some-validation): Don't catch internal errors when debugging.
2797 (rng-first-error): Simplify.
2798 (rng-after-change-function): Remove work around. AFAIK the bug has
2799 been fixed a while ago.
2800
2801 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2802 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2803
2804 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2805
2806 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2807 `cd' doesn't always do it for us (bug#5067).
2808
2809 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2810 on 2009-10-25 as part of some other change (bug#5067).
2811
2812 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2815 `suspicious'.
2816 (byte-compile-warnings): Use byte-compile-warning-types.
2817 (byte-compile-save-excursion): Warn about use of set-buffer right
2818 after save-excursion.
2819
2820 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2821 the excursion as well.
2822
2823 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2824
2825 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2826 providing a Tramp related implementation of "su" and "sudo".
2827 (eshell-unix-initialize): Add "su" and "sudo".
2828
2829 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2830
2831 * net/socks.el (socks-send-command): Convert binary request to
2832 unibyte before sending. This fixes mishandling of some port
2833 numbers such as 129.
2834
2835 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * help.el (describe-bindings-internal): Remove `interactive'.
2838
2839 * man.el (Man-completion-table): Trim a terminating "(".
2840 Remove the space between name page a section.
2841 Add the command's description on the `help-echo' property.
2842 Remove `process-connection-type' binding since it's unused by
2843 call-process.
2844 Provide completion for the "<section> <name>" format as well.
2845 (Man-default-man-entry): Remove spurious var shadowing the argument.
2846
2847 2009-11-26 Kevin Ryde <user42@zip.com.au>
2848
2849 * log-view.el: Add "Keywords: tools", since its other keywords
2850 aren't in finder-known-keywords, and following vc.el.
2851
2852 * sha1.el (sha1-string-external): default-directory "/" in case
2853 otherwise non-existent. process-connection-type pipe for touch of
2854 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2855
2856 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 Misc coding convention cleanups.
2859 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2860 hfy-init-kludge-hooks.
2861 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2862 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2863 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2864 and push.
2865 (hfy-slant, hfy-weight): Use tables rather than code.
2866 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2867 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2868 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2869 (hfy-face-to-css): Remove `nconc' with single arg.
2870 (hfy-p-to-face-lennart): Use `or'.
2871 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2872 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2873 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2874 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2875 (hfy-force-fontification): Use run-hooks.
2876
2877 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2878
2879 Various minor fixes.
2880 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2881 Javascript belongs in the header, not the body.
2882 (hfy-javascript): Remove.
2883 (hfy-fontify-buffer): Don't insert it any more.
2884 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2885 Fix bug in invis handling when there were no invis props in a chunk.
2886
2887 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2890
2891 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2892
2893 * finder.el (finder-mode-map): Add a menu.
2894
2895 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2896
2897 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2898 "unsigned" structs.
2899
2900 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2901 fork" statement better.
2902
2903 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2904
2905 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2906 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2907 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2908 Reported by Clay Douglass.
2909
2910 (verilog-auto-inst, verilog-auto-star-safe)
2911 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2912 Fix removing "// Interfaces" when saving .* expansions. Reported by
2913 Pierre-David Pfister.
2914
2915 2009-11-26 Glenn Morris <rgm@gnu.org>
2916
2917 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2918 the scope.
2919
2920 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2921
2922 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2923 Really use previous revision.
2924
2925 2009-11-25 Kevin Ryde <user42@zip.com.au>
2926
2927 * man.el (Man-completion-table): default-directory "/" in case
2928 doesn't otherwise exist. process-environment COLUMNS=999 so as
2929 not to truncate long names. process-connection-type pipe to avoid
2930 any chance of hitting the pseudo-tty TIOCGWINSZ.
2931 (man): completion-ignore-case t for friendliness and since man
2932 itself is case-insensitive on the command line.
2933 Further to Bug#3717.
2934
2935 * arc-mode.el: Add "Keywords: files", so the details in its
2936 commentary can be reached from finder-by-keyword.
2937 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2938 editing mode, but it's comms related and sgml-mode.el has "comm"
2939 on that basis too.
2940 * textmodes/bibtex-style.el: Add "Keywords: tex".
2941 * international/isearch-x.el, international/ja-dic-cnv.el:
2942 * international/ja-dic-utl.el, international/kkc.el:
2943 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2944
2945 2009-11-25 Juri Linkov <juri@jurta.org>
2946
2947 * man.el (Man-completion-table): Modify regexp to include
2948 section names to completion strings. (Bug#3717)
2949
2950 2009-11-25 Juri Linkov <juri@jurta.org>
2951
2952 Search recursively in gzipped files. (Bug#4982)
2953
2954 * progmodes/grep.el (grep-highlight-matches): Add new options
2955 `always' and `auto'. Doc fix.
2956 (grep-process-setup): Check `grep-highlight-matches' for
2957 `auto-detect' to determine the need to compute grep defaults.
2958 Move Windows/DOS specific --colors settings handling
2959 to `grep-compute-defaults'. Check `grep-highlight-matches'
2960 to get the value of "--color=".
2961 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2962 has the value `auto-detect'. Move Windows/DOS specific settings
2963 from `grep-process-setup'.
2964 (zrgrep): New command with alias `rzgrep'.
2965
2966 2009-11-25 Juri Linkov <juri@jurta.org>
2967
2968 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2969 to nil instead of switching off view-mode. (Bug#4896)
2970
2971 2009-11-25 Juri Linkov <juri@jurta.org>
2972
2973 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2974
2975 * mwheel.el (mwheel-scroll-up-function)
2976 (mwheel-scroll-down-function): New defvars.
2977 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2978 `scroll-up', and `mwheel-scroll-down-function' instead of
2979 `scroll-down'.
2980
2981 * doc-view.el (doc-view-scroll-up-or-next-page)
2982 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2983 Use this ARG in the call to image-scroll-up/image-scroll-down.
2984 Change `interactive' spec to "P". Goto next/previous page only
2985 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2986 SPC/DEL case). Doc fix.
2987 (doc-view-next-line-or-next-page)
2988 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2989 for consistency.
2990 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2991 `doc-view-scroll-up-or-next-page', and buffer-local
2992 `mwheel-scroll-down-function' to
2993 `doc-view-scroll-down-or-previous-page'.
2994
2995 2009-11-25 Juri Linkov <juri@jurta.org>
2996
2997 Provide additional default values (directories at other Dired
2998 windows) via M-n in the minibuffer of some Dired commands.
2999
3000 * dired-aux.el (dired-diff, dired-compare-directories)
3001 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3002 `minibuffer-default' in `minibuffer-with-setup-hook'.
3003 (dired-dwim-target-directory): Find a window that displays Dired
3004 buffer instead of failing when the next window is not Dired.
3005 Use `get-window-with-predicate' to find for the next Dired window.
3006 (dired-dwim-target-defaults): New function.
3007
3008 * ediff-util.el (ediff-read-file-name):
3009 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3010 in `minibuffer-with-setup-hook'.
3011
3012 2009-11-25 Juri Linkov <juri@jurta.org>
3013
3014 Provide additional default values (file name at point or at the
3015 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3016
3017 * minibuffer.el (read-file-name-defaults): New function.
3018 (read-file-name): Reset `minibuffer-default' to nil when
3019 it duplicates initial input `insdef'.
3020 Bind `minibuffer-default-add-function' to lambda that
3021 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3022 (minibuffer-insert-file-name-at-point): New command.
3023
3024 * files.el (file-name-at-point-functions): New defcustom.
3025 (find-file-default): Remove defvar.
3026 (find-file-read-args): Don't use `find-file-default'.
3027 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3028 to `read-file-name'.
3029 (find-file-literally): Use `read-file-name' with
3030 `confirm-nonexistent-file-or-buffer'.
3031
3032 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3033
3034 * dired.el (dired-read-dir-and-switches):
3035 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3036 to `read-file-name'.
3037 (dired-file-name-at-point): New function.
3038 (dired-mode): Add hook `dired-file-name-at-point' to
3039 `file-name-at-point-functions'.
3040
3041 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 Really make the *Completions* window soft-dedicated (bug#5030).
3044 * window.el (window--display-buffer-2): Add `dedicated' argument.
3045 (display-buffer): Pass it when needed so the dedicated flag is set
3046 after calling set-window-buffer, which would otherwise reset it.
3047
3048 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * progmodes/meta-mode.el (meta-complete-symbol):
3051 * progmodes/etags.el (complete-tag):
3052 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3053 Use completion-in-region.
3054
3055 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3056 (dabbrev-completion): Use completion-in-region.
3057 (dabbrev--abbrev-at-point): Simplify regexp.
3058
3059 * abbrev.el (abbrev--before-point): Use word-motion functions
3060 if :regexp is not specified (bug#5031).
3061
3062 * subr.el (string-prefix-p): New function.
3063
3064 * man.el (Man-completion-cache): New var.
3065 (Man-completion-table): Use it.
3066
3067 * vc.el (vc-print-log-internal): Make `limit' optional for better
3068 compatibility (e.g. with vc-annotate.el).
3069
3070 2009-11-24 Kevin Ryde <user42@zip.com.au>
3071
3072 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3073 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3074
3075 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3076 when .el source file not found or other error.
3077
3078 2009-11-24 Markus Triska <markus.triska@gmx.at>
3079
3080 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3081
3082 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 Handle the [back] button properly (bug#4979).
3085 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3086 Use help-setup-xref, help-buffer, and with-help-window.
3087 (describe-char): Add `buffer' argument.
3088 Pass proper command to help-setup-xref. Don't meddle with
3089 help-xref-stack-item directly.
3090 (describe-text-category): Use with-help-window and help-buffer.
3091
3092 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3093 for the displayed buffer (bug#4887).
3094
3095 * man.el (Man-completion-table): New function.
3096 (man): Use it.
3097
3098 2009-11-24 David Reitter <david.reitter@gmail.com>
3099
3100 * vc-git.el (vc-git-registered): Use checkout directory (where
3101 .git is) rather than the file's directory and a relative path spec
3102 to work around a bug in git.
3103
3104 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3105
3106 Improve handling of processes on remote hosts.
3107
3108 * eshell/esh-util.el (eshell-path-env): New defvar.
3109 (eshell-parse-colon-path): New defun.
3110 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3111
3112 * eshell/esh-ext.el (eshell-search-path):
3113 Use `eshell-parse-colon-path'.
3114 (eshell-remote-command): Remove argument HANDLER.
3115 (eshell-external-command): Check for FTP remote connection.
3116
3117 * eshell/esh-proc.el (eshell-gather-process-output):
3118 Use `file-truename', in order to start also symlinked files.
3119 Apply `start-file-process' instead of `start-process'.
3120 Shorten `command' to the local file name part.
3121
3122 * eshell/em-cmpl.el (eshell-complete-commands-list):
3123 Use `eshell-parse-colon-path'.
3124
3125 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3126
3127 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3128 to `eshell-directory-change-hook'.
3129
3130 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3131
3132 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3133 because it could be enabled automatically if view-read-only is non-nil.
3134
3135 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3136
3137 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3138 made on 2009-11-22.
3139
3140 2009-11-24 Glenn Morris <rgm@gnu.org>
3141
3142 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3143 deleted variable bookmark-bmenu-bookmark-column.
3144
3145 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3146 Move after definition of global-semantic-idle-tag-highlight-mode.
3147
3148 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3151
3152 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3153
3154 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3155 two slashes to the "file:" prefix.
3156 (browse-url-file-url): De-munge Cygwin filenames before passing
3157 them to Windows browser.
3158 (browse-url-default-windows-browser): Use call-process.
3159
3160 2009-11-23 Juri Linkov <juri@jurta.org>
3161
3162 Implement DocView Continuous mode. (Bug#4896)
3163 * doc-view.el (doc-view-continuous-mode): New defcustom.
3164 (doc-view-mode-map): Bind C-n/<down> to
3165 `doc-view-next-line-or-next-page', C-p/<up> to
3166 `doc-view-previous-line-or-previous-page'.
3167 (doc-view-next-line-or-next-page)
3168 (doc-view-previous-line-or-previous-page): New commands.
3169
3170 2009-11-23 Juri Linkov <juri@jurta.org>
3171
3172 Implement Isearch in comint input history. (Bug#3746)
3173 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3174 `isearch-mode-hook'.
3175 (comint-history-isearch): New defcustom.
3176 (comint-history-isearch-backward)
3177 (comint-history-isearch-backward-regexp): New commands.
3178 (comint-history-isearch-message-overlay): New buffer-local variable.
3179 (comint-history-isearch-setup, comint-history-isearch-end)
3180 (comint-goto-input, comint-history-isearch-search)
3181 (comint-history-isearch-message, comint-history-isearch-wrap)
3182 (comint-history-isearch-push-state)
3183 (comint-history-isearch-pop-state): New functions.
3184
3185 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3186
3187 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3188 return.
3189 (tramp-handle-make-symbolic-link)
3190 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3191 Quote file names.
3192 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3193 (tramp-handle-process-file): Use it.
3194
3195 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * window.el (move-to-window-line-last-op): Remove.
3198 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3199
3200 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3201
3202 Make M-r mirror the new cycling behavior of C-l.
3203 * window.el (move-to-window-line-last-op): New var.
3204 (move-to-window-line-top-bottom): New command.
3205 (global-map): Bind M-r move-to-window-line-top-bottom.
3206
3207 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3208
3209 * dired-x.el (dired-guess-shell-alist-default):
3210 Support xz format. (Bug#4953)
3211
3212 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * cedet/srecode/map.el (srecode-get-maps):
3215 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3216 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3217 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3218 (semantic-toggle-decoration-style):
3219 * cedet/semantic/decorate/include.el
3220 (semantic-decoration-include-describe)
3221 (semantic-decoration-unknown-include-describe)
3222 (semantic-decoration-unparsed-include-describe)
3223 (semantic-decoration-all-include-summary):
3224 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3225 * cedet/semantic/analyze/complete.el
3226 (semantic-analyze-possible-completions):
3227 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3228 (semantic-show-unmatched-syntax-mode)
3229 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3230 (semantic-highlight-func-mode):
3231 * cedet/semantic/util.el (semantic-describe-buffer):
3232 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3233 (semantic-symref-find-tags-by-name)
3234 (semantic-symref-find-tags-by-regexp)
3235 (semantic-symref-find-tags-by-completion)
3236 (semantic-symref-find-file-references-by-name)
3237 (semantic-symref-find-text):
3238 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3239 (senator-yank-tag):
3240 * cedet/semantic/scope.el (semantic-calculate-scope):
3241 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3242 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3243 (define-semantic-idle-service):
3244 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3245 (semantic-complete-analyze-inline-idle):
3246 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3247 * cedet/mode-local.el (describe-mode-local-bindings)
3248 (describe-mode-local-bindings-in-mode):
3249 * cedet/ede/make.el (ede-make-check-version):
3250 * cedet/ede/locate.el (ede-enable-locate-on-project):
3251 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3252 (cedet-idutils-version-check):
3253 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3254 (cedet-gnu-global-version-check):
3255 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3256 (cedet-cscope-version-check): Use called-interactively-p instead
3257 of interactive-p.
3258
3259 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3260 Use semantic-format-tag-prototype.
3261
3262 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3263
3264 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3265 last-command-char/last-command-event.
3266 (viper-prefix-arg-value): Do correct conversion of event-char for
3267 XEmacs.
3268
3269 * emulation/viper-util.el, emulation/viper.el:
3270 Use viper-last-command-char instead of
3271 last-command-char/last-command-event.
3272
3273 * ediff-init.el, ediff-mult.el, ediff-util.el:
3274 Replace last-command-char and last-command-event
3275 with (ediff-last-command-char) everywhere.
3276
3277 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3278 created in fundamental mode.
3279
3280 * ediff.el (ediff-version): Revert the change of interactive-p to
3281 called-interactively-p.
3282
3283 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3284
3285 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3286 generation from word-movement command names.
3287
3288 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3289
3290 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3291 (semantic-complete-jump-local, semantic-complete-jump):
3292 Improve prompt string.
3293
3294 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3295
3296 * cus-start.el (all): Add native condition for font-use-system-font.
3297
3298 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3299
3300 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3301 Correct the patch from 2009-11-18. (Bug#3910)
3302
3303 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3304
3305 * progmodes/subword.el: Rename from lisp/subword.el.
3306
3307 * subword.el: Rename to progmodes/subword.el.
3308
3309 * Makefile.in (ELCFILES): Adapt to subword.el move.
3310
3311 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3312 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3315 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3316 (bookmark-bmenu-show-filenames): Use push.
3317 (bookmark-bmenu-hide-filenames): Use local var instead of
3318 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3319 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3320 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3321 filenames now that the bookmark names are always available.
3322
3323 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3326 (bookmark-search-pattern): Move and leave unbound.
3327 (bookmark-bmenu-mode-map): Change binding.
3328 (bookmark-read-search-input): Simplify.
3329 Don't use text-char-description. Don't error on non-char events.
3330 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3331 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3332 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3333 Use a local var for the timer.
3334 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3335 (i.e. bookmark-bmenu-search).
3336
3337 2009-11-21 Glenn Morris <rgm@gnu.org>
3338
3339 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3340
3341 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3342
3343 * net/browse-url.el (browse-url-default-windows-browser):
3344 Use cygstart for cygwin.
3345
3346 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3347
3348 * bookmark.el: Formatting and doc fixes only:
3349 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3350 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3351 Minor grammar and punctuation fixes in doc string.
3352 (bookmark-read-search-input): Adjust to fit within 80 columns.
3353
3354 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3355
3356 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3357 (c-backward-into-nomenclature): Adapt to subword renaming.
3358
3359 * subword.el (subword-forward, subword-backward, subword-mark)
3360 (subword-kill, subword-backward-kill, subword-transpose)
3361 (subword-downcase, subword-upcase, subword-capitalize)
3362 (subword-forward-internal, subword-backward-internal):
3363 Rename from forward-subword, backward-subword, mark-subword,
3364 kill-subword, backward-kill-subword, transpose-subwords,
3365 downcase-subword, upcase-subword, capitalize-subword,
3366 forward-subword-internal, backward-subword-internal.
3367
3368 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3369
3370 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3371 New options.
3372 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3373 New vars.
3374 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3375 (bookmark-bmenu-filter-alist-by-regexp)
3376 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3377 (bookmark-bmenu-search): New command.
3378 (bookmark-bmenu-mode-map): Bind it.
3379
3380 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3383
3384 * cedet/semantic/idle.el (define-semantic-idle-service)
3385 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3386
3387 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3388
3389 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3390 backward-subword to quit the byte-compiler.
3391
3392 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3393
3394 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3395
3396 * progmodes/cc-cmds.el (c-update-modeline)
3397 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3398 Refer to subword.el functions instead of cc-subword.el.
3399
3400 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3401 subword.el functions instead of cc-subword.el.
3402
3403 * progmodes/cc-subword.el: Rename to subword.el.
3404 * subword.el: Rename from progmodes/cc-subword.el.
3405 (subword-mode-map): Rename from c-subword-mode-map.
3406 (subword-mode): Rename from c-subword-mode.
3407 (global-subword-mode): New global minor mode.
3408 (forward-subword): Rename from c-forward-subword.
3409 (backward-subword): Rename from c-backward-subword.
3410 (mark-subword): Rename from c-mark-subword.
3411 (kill-subword): Rename from c-kill-subword.
3412 (backward-kill-subword): Rename from c-backward-kill-subword.
3413 (transpose-subwords): Rename from c-tranpose-subword.
3414 (downcase-subword): Rename from c-downcase-subword.
3415 (capitalize-subword): Rename from c-capitalize-subword.
3416 (forward-subword-internal): Rename from c-forward-subword-internal.
3417 (backward-subword-internal): Rename from c-backward-subword-internal.
3418
3419 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3420
3421 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3422 from a dired buffer.
3423 (vc-dired-deduce-fileset): New function.
3424 (vc-root-diff, vc-print-root-log): Use it.
3425
3426 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3427 nil LIMIT argument to vc-print-log-internal.
3428
3429 2009-11-20 Glenn Morris <rgm@gnu.org>
3430
3431 * Makefile.in (ELCFILES): Regenerate.
3432
3433 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3436
3437 * cedet/semantic.el: Enable idle-mode menu items only if
3438 global-semantic-idle-scheduler-mode is enabled.
3439 (semantic-default-submodes): Doc fix.
3440
3441 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3442 When turning off, disable other idle modes.
3443
3444 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3445
3446 * calc/calc.el (calc-set-mode-line):
3447 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3448 (math-format-number): Rename `math-format-complement-signed' to
3449 `math-format-twos-complement'.
3450
3451 * calc/calc-bin.el (math-format-twos-complement): Rename from
3452 math-format-complement-signed.
3453 (calc-radix): Rename `calc-complement-signed-mode' to
3454 `calc-twos-complement-mode'.
3455 (calc-octal-radix, calc-hex-radix): Add an argument for
3456 two's complement.
3457
3458 * calc/calc-embed.el (calc-embedded-mode-vars):
3459 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3460
3461 * calc/calc-ext.el (calc-init-extensions):
3462 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3463 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3464
3465 * calc/calc-units.el (math-build-units-table-buffer):
3466 Let `calc-twos-complement-mode' be nil.
3467
3468 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3469 entries.
3470
3471 * calc/calc-vec.el (calcFunc-vunpack):
3472 * calc/calc-aent.el (calc-do-calc-eval):
3473 * calc/calc-forms.el (math-format-date):
3474 * calc/calc-graph.el (calc-graph-plot):
3475 * calc/calc-math.el (math-use-emacs-fn):
3476 * calc/calccomp.el (math-compose-expr):
3477 Let `calc-twos-complement-mode' be nil.
3478
3479 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3482 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3483 * minibuffer.el (completion-in-region-functions): New hook.
3484 (completion-in-region): New function.
3485 * emacs-lisp/lisp.el (lisp-complete-symbol):
3486 * pcomplete.el (pcomplete-std-complete): Use it.
3487
3488 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3491 (latex-complete-alist): New vars.
3492 (latex-string-prefix-p, latex-complete-bibtex-keys)
3493 (latex-complete-envnames, latex-complete-refkeys)
3494 (latex-complete-data): New functions.
3495 (latex-complete, latex-indent-or-complete): New commands.
3496
3497 * window.el (display-buffer-mark-dedicated): New var.
3498 (display-buffer): Obey it.
3499 * minibuffer.el (minibuffer-completion-help): Use it.
3500
3501 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3502
3503 * filecache.el (file-cache-add-file): Use push and cons.
3504 (file-cache-delete-file-regexp): Use push.
3505 (file-cache-complete): Use completion-in-region.
3506
3507 * simple.el (with-wrapper-hook): Fix thinko.
3508
3509 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3510 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3511 Use with-current-buffer and string-to-number.
3512 (hfy-fallback-colour-values): Use assoc-string.
3513 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3514 (hfy-face-at): Remove unused var `found-face'.
3515 (hfy-compile-stylesheet): Remove unused var `css'.
3516 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3517 and `orig-buffer'.
3518 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3519 Use with-current-buffer.
3520 (hfy-text-p): Use expand-file-name and fewer setq.
3521
3522 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3523
3524 * htmlfontify.el, hfy-cmap.el: New files.
3525
3526 2009-11-19 Juri Linkov <juri@jurta.org>
3527
3528 * minibuffer.el (completions-format): New defcustom.
3529 (completion--insert-strings): Implement vertical format.
3530
3531 * simple.el (switch-to-completions): Move point to the first
3532 completion when point was at the beginning of the buffer.
3533
3534 2009-11-19 Juri Linkov <juri@jurta.org>
3535
3536 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3537
3538 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3539
3540 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3543 (mail-signature): Change default to t.
3544 (mail-from-style): Deprecate `system-default' value.
3545 (mail-insert-from-field): For default value of mail-from-style,
3546 default to `angles' unless `angles' needs quoting and `parens'
3547 does not.
3548 (mail-citation-prefix-regexp): Use citation regexp from
3549 message-mode.
3550
3551 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3552
3553 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3554 Set variables for computing the prompt for reading password.
3555
3556 2009-11-19 Glenn Morris <rgm@gnu.org>
3557
3558 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3559
3560 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3561
3562 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3563 (newsticker-treeview-listwindow-height): Fix custom type.
3564
3565 2009-11-19 Kenichi Handa <handa@m17n.org>
3566
3567 * descr-text.el (describe-char-padded-string): Compose with TAB
3568 only if there's a font for CH.
3569 (describe-char): Fix the condition for detecting a trivial composition.
3570
3571 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3572
3573 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3574 more accurate version of the regexp. (Bug#3910)
3575
3576 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3577
3578 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3579
3580 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3581
3582 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3583 (font-setting-change-default-font): Fix typo in docstring.
3584
3585 2009-11-18 Alan Mackenzie <acm@muc.de>
3586
3587 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3588
3589 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3590
3591 * font-setting.el (font-use-system-font): Move ...
3592
3593 * cus-start.el (all): ... to here.
3594
3595 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3596
3597 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3598 Don't set `ad-return-value' if `ad-do-it' doesn't.
3599
3600 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3601 modification time.
3602
3603 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3604
3605 * menu-bar.el: Put "Use system font" in Option-menu.
3606 (menu-bar-options-save): Add font-use-system-font.
3607
3608 * loadup.el: If feature system-font-setting or font-render-setting is
3609 there, load font-setting.
3610
3611 * Makefile.in (ELCFILES): Add font-settings.el.
3612 * font-setting.el: New file.
3613
3614 2009-11-17 Glenn Morris <rgm@gnu.org>
3615
3616 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3617
3618 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3619 Preserve point in the list buffer. (Bug#4939)
3620 Use point-at-eol.
3621 (newsticker--treeview-list-update-highlight)
3622 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3623
3624 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3625
3626 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3627 Remove.
3628
3629 * calc/calc-ext.el (calc-init-extensions): Remove references to
3630 symclip.
3631
3632 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3633
3634 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3635 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3636 `calc-symclip'.
3637
3638 2009-11-16 Kevin Ryde <user42@zip.com.au>
3639
3640 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3641 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3642
3643 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3644 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3645 Ignore trailing spaces by omit-nulls to split-string (fixing
3646 regression from Emacs 21 due to the incompatible split-string
3647 change). (Bug #4928.)
3648
3649 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3650
3651 * vc.el (vc-log-show-limit): Default to 2000.
3652 (vc-print-log-internal): Insert buttons to request more entries
3653 when limiting the output.
3654
3655 * vc-sccs.el (vc-sccs-print-log):
3656 * vc-rcs.el (vc-rcs-print-log):
3657 * vc-cvs.el (vc-cvs-print-log):
3658 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3659 LIMIT is non-nil.
3660
3661 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3664 error when `tramp-gvfs-dbus-event-vector' is set.
3665 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3666
3667 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3670
3671 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * net/dbus.el (dbus-unregister-service): New defun.
3674 (dbus-register-property): Register the handlers of
3675 "org.freedesktop.DBus.Properties" for SERVICE.
3676 (dbus-property-handler): Fix docstring.
3677
3678 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3679
3680 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3681 Quote doc string reference in defvaralias as it is not in special form.
3682 (byte-compile-output-docform): Doc fix.
3683
3684 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3685
3686 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3687 (calc-complement-signed-mode): New variables.
3688 (calc-set-mode-line): Add indicator for twos-complements.
3689 (math-format-number): Format twos-complement notation.
3690
3691 * calc/calc-bin.el (calc-word-size): Reset the variables
3692 `math-2-word-size' and `math-half-2-word-size'.
3693 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3694 (calc-symclip): New functions.
3695
3696 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3697
3698 * calc/calc-embed.el (calc-embedded-mode-vars):
3699 Add `calc-complement-signed-mode' to the list of modes.
3700
3701 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3702 (calc-b-oper-keys): Add `calc-symclip' to list.
3703
3704 * calc/calc-ext.el (math-read-number-fancy): Read complement
3705 signed numbers.
3706 (calc-init-extensions): Add binding for `calc-symclip'.
3707 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3708
3709 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3710 `calc-symclip'.
3711 (calc-modes-menu): Add item for twos complement mode.
3712
3713 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3714
3715 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * register.el (jump-to-register, insert-register): Handle Semantic
3718 tags. From commented-out advice in semantic/senator.el.
3719
3720 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3721
3722 * vc.el (vc-log-show-limit): New variable.
3723 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3724 when using a prefix argument.
3725 (vc-print-log-internal): Add new argument LIMIT.
3726
3727 * vc-svn.el (vc-svn-print-log):
3728 * vc-mtn.el (vc-mtn-print-log):
3729 * vc-hg.el (vc-hg-print-log):
3730 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3731 pass it to the log command when set. Make the BUFFER argument
3732 non-optional.
3733
3734 * vc-sccs.el (vc-sccs-print-log):
3735 * vc-rcs.el (vc-rcs-print-log):
3736 * vc-git.el (vc-git-print-log):
3737 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3738 ignore it. Make the BUFFER argument non-optional
3739
3740 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3741
3742 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * dired.el (dired-mode-map): Move encryption items to "Operate"
3745 menu (Bug#4703).
3746
3747 * strokes.el (strokes-update-window-configuration): Make strokes
3748 buffer current before erasing (Bug#4906).
3749
3750 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3751 (semantic-idle-summary-mode): Define using define-minor-mode
3752 instead of define-semantic-idle-service.
3753 (semantic-idle-summary-mode): New function.
3754 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3755 that mouse motion does not reset the echo area.
3756
3757 2009-11-15 Juri Linkov <juri@jurta.org>
3758
3759 * simple.el (set-mark-default-inactive): Add :type, :group
3760 and :version. (Bug#4876)
3761
3762 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3763
3764 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3765 (archive-unique-fname): ... here. (Bug#4929)
3766
3767 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3770 with a real fix.
3771
3772 * novice.el (disabled-command-function): Add useful args.
3773 Setup the help buffer so that [back] works.
3774 Remove redundant call to help-mode.
3775 (disabled-command-function): Use `case'.
3776 (en/disable-command): New function extracted from enable-command.
3777 (enable-command, disable-command): Use it.
3778
3779 2009-11-14 Glenn Morris <rgm@gnu.org>
3780
3781 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3782 constants. (Bug#4913)
3783
3784 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3785
3786 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3787
3788 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3789 defined in C that have no doc-strings. (Bug#1063)
3790
3791 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3792
3793 * cus-edit.el (data, files):
3794 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3795
3796 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * simple.el (shell-command): Doc fix (Bug#4891).
3799
3800 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3801
3802 2009-11-14 Glenn Morris <rgm@gnu.org>
3803
3804 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3805 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3806 If they are already loaded, eval-after-load will do the right thing.
3807
3808 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3809 compiling.
3810
3811 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3812
3813 * simple.el (x-selection-owner-p): Declare.
3814 (read-mail-command): Use custom radio type rather than choice.
3815 (completion-no-auto-exit): Doc fix.
3816
3817 * custom.el (defgroup):
3818 * epg-config.el (epg): Doc fixes.
3819
3820 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3821
3822 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3823 * international/ccl.el (define-ccl-program): Do not purecopy the
3824 docstring, defconst does it anyway.
3825
3826 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3829 a second time.
3830
3831 * x-dnd.el (x-dnd-maybe-call-test-function):
3832 * window.el (split-window-vertically):
3833 * whitespace.el (whitespace-help-on):
3834 * vc-rcs.el (vc-rcs-consult-headers):
3835 * userlock.el (ask-user-about-lock-help)
3836 (ask-user-about-supersession-help):
3837 * type-break.el (type-break-force-mode-line-update):
3838 * time-stamp.el (time-stamp-conv-warn):
3839 * terminal.el (te-set-output-log, te-more-break, te-filter)
3840 (te-sentinel, terminal-emulator):
3841 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3842 (term-write-input-ring, term-check-source, term-start-output-log):
3843 (term-display-buffer-line, term-dynamic-list-completions):
3844 (term-ansi-make-term, serial-term):
3845 * subr.el (selective-display):
3846 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3847 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3848 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3849 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3850 (speedbar-remove-localized-speedbar-support)
3851 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3852 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3853 (speedbar-buffers-line-directory):
3854 * simple.el (shell-command-on-region, append-to-buffer)
3855 (prepend-to-buffer):
3856 * shadowfile.el (shadow-save-todo-file):
3857 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3858 (scroll-bar-maybe-set-window-start):
3859 * sb-image.el (speedbar-image-dump):
3860 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3861 (load-save-place-alist-from-file):
3862 * ps-samp.el (ps-print-message-from-summary):
3863 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3864 (ps-background-image, ps-begin-job, ps-do-despool):
3865 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3866 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3867 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3868 (pr-call-process, pr-file-list, pr-interface-save):
3869 * novice.el (disabled-command-function)
3870 (enable-command, disable-command):
3871 * mouse.el (mouse-buffer-menu-alist):
3872 * mouse-copy.el (mouse-kill-preserving-secondary):
3873 * macros.el (kbd-macro-query):
3874 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3875 * informat.el (batch-info-validate):
3876 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3877 * hippie-exp.el (try-expand-dabbrev-visible):
3878 * help-mode.el (help-make-xrefs):
3879 * help-fns.el (describe-variable):
3880 * generic-x.el (bat-generic-mode-run-as-comint):
3881 * finder.el (finder-mouse-select):
3882 * find-dired.el (find-dired-sentinel):
3883 * filesets.el (filesets-file-close):
3884 * files.el (list-directory):
3885 * faces.el (list-faces-display, describe-face):
3886 * facemenu.el (list-colors-display):
3887 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3888 * epg.el (epg--process-filter, epg-cancel):
3889 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3890 (epa--read-signature-type):
3891 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3892 (emerge-file-names):
3893 * ehelp.el (electric-helpify):
3894 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3895 * ediff-vers.el (rcs-ediff-view-revision):
3896 * ediff-util.el (ediff-setup):
3897 * ediff-mult.el (ediff-append-custom-diff):
3898 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3899 (ediff-wordify):
3900 * echistory.el (Electric-command-history-redo-expression):
3901 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3902 * disp-table.el (describe-display-table):
3903 * dired.el (dired-find-buffer-nocreate):
3904 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3905 * dabbrev.el (dabbrev--same-major-mode-p):
3906 * chistory.el (list-command-history):
3907 * apropos.el (apropos-documentation):
3908 * allout.el (allout-obtain-passphrase):
3909 (allout-copy-exposed-to-buffer):
3910 (allout-verify-passphrase): Use with-current-buffer.
3911
3912 2009-11-13 Glenn Morris <rgm@gnu.org>
3913
3914 * Makefile.in (ELCFILES): Regenerate.
3915
3916 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3917
3918 * net/dbus.el (dbus-registered-objects-table): Rename from
3919 `dbus-registered-functions-table', because it contains also properties.
3920 (dbus-unregister-object): Unregister also properties.
3921 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3922 Use a timeout of 500 msec, in order to not block.
3923 (dbus-register-property, dbus-property-handler): New defuns.
3924
3925 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * simple.el (minibuffer-default-add-completions): Drop deprecated
3928 4th arg.
3929
3930 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3931
3932 * textmodes/artist.el (artist-mouse-choose-operation):
3933 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3934 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3935 (artist-compute-up-event-key): New function.
3936 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3937
3938 2009-11-13 Kenichi Handa <handa@m17n.org>
3939
3940 * language/japan-util.el: Make sure that the value of jisx0208
3941 property is jisx0208 character.
3942
3943 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3944
3945 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3946 car or each item, not the whole list.
3947
3948 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * minibuffer.el (minibuffer-completion-help):
3951 Use minibuffer-hide-completions.
3952
3953 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3954
3955 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3956 (dired-revert): Use them (bug#4880).
3957
3958 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3959
3960 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3961
3962 2009-11-12 Juri Linkov <juri@jurta.org>
3963
3964 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3965 New functions.
3966 (find-file-literally-at-point): Alias of `ffap-literally'.
3967
3968 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3969
3970 * textmodes/ispell.el (ispell-skip-region-alist):
3971 * textmodes/css-mode.el (auto-mode-alist):
3972 * progmodes/compile.el (auto-mode-alist):
3973 * international/mule.el (ctext-non-standard-encodings-alist)
3974 (ctext-non-standard-encodings-regexp):
3975 * simple.el (shell-command-switch, text-read-only):
3976 * replace.el (occur-mode-map):
3977 * paths.el (rmail-file-name):
3978 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3979 * find-file.el (ff-special-constructs):
3980 * files.el (file-name-handler-alist):
3981 * composite.el: Purecopy strings.
3982
3983 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3984
3985 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3986
3987 * widget.el (define-widget): Purecopy the docstring.
3988 * international/mule-cmds.el (charset): Do not purecopy the
3989 docstring here, define-widget does it.
3990
3991 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3992 * textmodes/bibtex-style.el (auto-mode-alist):
3993 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3994 * progmodes/compile.el (compile-command):
3995 * language/korea-util.el (default-korean-keyboard):
3996 * international/mule-conf.el (file-coding-system-alist):
3997 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3998 * tooltip.el (tooltip-frame-parameters):
3999 * newcomment.el (comment-end, comment-padding):
4000 * dired.el (dired-trivial-filenames):
4001 * comint.el (comint-file-name-prefix): Purecopy initial values.
4002
4003 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4004
4005 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4006 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4007 `tramp-unload'.
4008 (tramp-advice-make-auto-save-file-name)
4009 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4010 after removing the advice.
4011
4012 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4013
4014 * progmodes/grep.el (grep-regexp-alist):
4015 * international/mule-cmds.el (iso-2022-control-alist):
4016 * emacs-lisp/timer.el (timer-duration-words):
4017 * subr.el (version-separator, version-regexp-alist):
4018 * minibuffer.el (completion-styles-alist):
4019 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4020 Change defvars to defconsts.
4021
4022 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4023 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4024 * international/mule-conf.el: Allow to be byte compiled.
4025
4026 * international/mule.el (define-charset): Purecopy props.
4027 (load-with-code-conversion): Purecopy doc string and file name.
4028 (put-charset-property): Purecopy strings.
4029 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4030
4031 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4032 (define-char-code-property): Correctly purecopy the table.
4033
4034 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4035
4036 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4037
4038 * subr.el (add-hook): Purecopy strings.
4039 (eval-after-load): Purecopy load-history-regexp and the form.
4040
4041 * custom.el (custom-declare-group): Purecopy load-file-name.
4042
4043 * subr.el (menu-bar-separator): New defconst.
4044 * net/eudc.el (eudc-tools-menu):
4045 * international/mule-cmds.el (set-coding-system-map)
4046 (mule-menu-keymap):
4047 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4048 * vc-hooks.el (vc-menu-map):
4049 * replace.el (occur-mode-map):
4050 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4051 (menu-bar-edit-menu, menu-bar-goto-menu)
4052 (menu-bar-custom-menu, menu-bar-showhide-menu)
4053 (menu-bar-options-menu, menu-bar-tools-menu)
4054 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4055 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4056 (menu-bar-help-menu):
4057 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4058 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4059
4060 * term/x-win.el (x-gtk-stock-map):
4061 * progmodes/vera-mode.el (auto-mode-alist):
4062 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4063 (inferior-lisp-program, inferior-lisp-load-command):
4064 * progmodes/hideshow.el (hs-special-modes-alist):
4065 * progmodes/gud.el (same-window-regexps):
4066 * progmodes/grep.el (grep-program, find-program, xargs-program):
4067 * net/telnet.el (same-window-regexps):
4068 * net/rlogin.el (same-window-regexps):
4069 * language/ethiopic.el (font-ccl-encoder-alist):
4070 * vc-sccs.el (vc-sccs-master-templates):
4071 * vc-rcs.el (vc-rcs-master-templates):
4072 * subr.el (cl-assertion-failed):
4073 * simple.el (next-error-overlay-arrow-position):
4074 * lpr.el (lpr-command):
4075 * locate.el (locate-ls-subdir-switches):
4076 * info.el (same-window-regexps, info)
4077 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4078 * image-mode.el (image-mode, auto-mode-alist):
4079 * hippie-exp.el (hippie-expand-ignore-buffers):
4080 * format.el (format-alist):
4081 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4082 (find-name-arg):
4083 * facemenu.el (facemenu-keybindings):
4084 * dired.el (dired-listing-switches, dired-chown-program):
4085 * diff.el (diff-switches, diff-command):
4086 * cus-edit.el (same-window-regexps):
4087 * bindings.el (mode-line-mule-info)
4088 (mode-line-buffer-identification): Purecopy strings.
4089
4090 2009-11-11 Juri Linkov <juri@jurta.org>
4091
4092 * simple.el (dired-get-filename) <declare-function>:
4093 Tell the byte-compiler about dired-get-filename.
4094 (shell-command): In Dired mode, get filename from the current line
4095 as the default value.
4096
4097 2009-11-10 Glenn Morris <rgm@gnu.org>
4098
4099 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4100 * calendar/holidays.el, progmodes/cperl-mode.el:
4101 Update x-popup-menu declarations.
4102
4103 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4104 (list-load-path-shadows): Use dolist.
4105 (list-load-path-shadows): Use with-current-buffer.
4106
4107 2009-11-10 Juri Linkov <juri@jurta.org>
4108
4109 * minibuffer.el (read-file-name): Support a list of default values
4110 in `default-filename'. Use the first file name where only one
4111 element is required. Doc fix.
4112
4113 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4114
4115 * net/dbus.el (dbus-unregister-object): Release service, if no
4116 other method is registered for it.
4117
4118 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4119
4120 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4121 bookmark-sort-flag is non-nil (Bug#4653).
4122
4123 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4126 the progress reporter entirely.
4127
4128 * emulation/cua-base.el: Add CUA property to some CC mode commands
4129 (Bug#4100).
4130
4131 2009-11-08 Kevin Ryde <user42@zip.com.au>
4132
4133 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4134 at end of sentence (Bug#4818).
4135
4136 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4137
4138 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4139 Handle "see declaration of" MSFT statements (Bug#4100).
4140
4141 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4142
4143 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4144 (tramp-advice-file-expand-wildcards): Unload via
4145 `ad-remove-advice'.
4146
4147 * net/trampver.el: Update release number.
4148
4149 2009-11-08 Kevin Ryde <user42@zip.com.au>
4150
4151 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4152 `ad-do-it'.
4153
4154 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4155
4156 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4157 in order to keep context in SELinux.
4158
4159 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4160
4161 * dired-aux.el (dired-query): Place cursor in echo area and allow
4162 C-g.
4163
4164 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4165 menu item if not on a directory (Bug#4701).
4166
4167 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4168
4169 Sync with Tramp 2.1.17.
4170
4171 * net/tramp.el (tramp-handle-copy-directory): Don't use
4172 `file-remote-p' (due to compatibility).
4173
4174 * net/tramp-compat.el (tramp-compat-copy-directory)
4175 (tramp-compat-delete-directory): New defuns.
4176
4177 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4178 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4179 `tramp-compat-delete-directory'.
4180
4181 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4182 (tramp-smb-handle-delete-directory): Use
4183 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4184
4185 * net/trampver.el: Update release number.
4186
4187 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * tar-mode.el (tar-copy): Call write-region on the right buffer
4190 (Bug#4857).
4191
4192 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4193 by hand, if necessary (Bug#4878).
4194
4195 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4198 align size column (Bug#4839).
4199
4200 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4201 statement.
4202
4203 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4204
4205 * progmodes/ld-script.el (auto-mode-alist):
4206 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4207
4208 * cus-face.el (custom-declare-face): Purecopy face spec.
4209
4210 2009-11-06 Kenichi Handa <handa@m17n.org>
4211
4212 * international/uni-bidi.el: Re-generated.
4213 * international/uni-category.el: Re-generated.
4214 * international/uni-combining.el: Re-generated.
4215 * international/uni-mirrored.el: Re-generated.
4216
4217 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4220 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4221 (tex-start-options, slitex-run-command, latex-run-command)
4222 (tex-run-command, tex-directory):
4223 * textmodes/ispell.el (ispell-html-skip-alists)
4224 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4225 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4226 (adaptive-fill-regexp):
4227 * textmodes/dns-mode.el (auto-mode-alist):
4228 * progmodes/python.el (interpreter-mode-alist):
4229 * progmodes/etags.el (tags-compression-info-list):
4230 * progmodes/etags.el (tags-file-name):
4231 * net/browse-url.el (browse-url-galeon-program)
4232 (browse-url-firefox-program):
4233 * mail/sendmail.el (mail-signature-file)
4234 (mail-citation-prefix-regexp):
4235 * international/mule-conf.el (eight-bit):
4236 * international/latexenc.el (latex-inputenc-coding-alist):
4237 * international/fontset.el (x-pixel-size-width-font-regexp):
4238 * emacs-lisp/warnings.el (warning-type-format):
4239 * emacs-lisp/trace.el (trace-buffer):
4240 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4241 (emacs-lisp-mode-map):
4242 * calendar/holidays.el (holiday-solar-holidays)
4243 (holiday-bahai-holidays, holiday-islamic-holidays)
4244 (holiday-christian-holidays, holiday-hebrew-holidays)
4245 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4246 (hebrew-holidays-1, holiday-oriental-holidays)
4247 (holiday-general-holidays):
4248 * x-dnd.el (x-dnd-known-types):
4249 * tool-bar.el (tool-bar):
4250 * startup.el (site-run-file):
4251 * shell.el (shell-dumb-shell-regexp):
4252 * rfn-eshadow.el (file-name-shadow-tty-properties)
4253 (file-name-shadow-properties):
4254 * paths.el (remote-shell-program, news-directory):
4255 * mouse.el ([C-down-mouse-3]):
4256 * menu-bar.el (menu-bar-tools-menu):
4257 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4258 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4259 (jka-compr-compression-info-list):
4260 * isearch.el (search-whitespace-regexp):
4261 * image-file.el (image-file-name-extensions):
4262 * find-dired.el (find-ls-option):
4263 * files.el (directory-listing-before-filename-regexp)
4264 (directory-free-space-args, insert-directory-program)
4265 (list-directory-brief-switches, magic-fallback-mode-alist)
4266 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4267 (automount-dir-prefix):
4268 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4269 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4270 (face-font-registry-alternatives, face-font-registry-alternatives)
4271 (face-font-family-alternatives):
4272 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4273 (facemenu-foreground-menu, facemenu-face-menu):
4274 * epa-hook.el (epa-file-name-regexp):
4275 * dnd.el (dnd-protocol-alist):
4276 * textmodes/rst.el (auto-mode-alist):
4277 * button.el (default-button): Purecopy strings.
4278
4279 2009-11-06 Glenn Morris <rgm@gnu.org>
4280
4281 * Makefile.in (ELCFILES): Update.
4282
4283 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4286 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4287
4288 * nxml/xsd-regexp.el (xsdre-gen-categories):
4289 * nxml/xmltok.el (xmltok-parse-entity):
4290 * nxml/rng-parse.el (rng-parse-validate-file):
4291 * nxml/rng-maint.el (rng-format-manual)
4292 (rng-manual-output-force-new-line):
4293 * nxml/rng-loc.el (rng-save-schema-location-1):
4294 * nxml/rng-cmpct.el (rng-c-parse-file):
4295 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4296 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4297
4298 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4299
4300 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4301 Remove extra save-excursions and make-variable-buffer-local's.
4302 Suggested by Stefan Monnier.
4303
4304 (verilog-getopt-file, verilog-module-inside-filename-p)
4305 (verilog-set-define): Merge GNU 1.35 and repair changes from
4306 switching to using with-current-buffer.
4307
4308 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4309 being treated as a number and confusing AUTORESET.
4310 Reported by Dan Dever.
4311
4312 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4313 Add verilog-auto-ignore-concat to fix backward compatibility with
4314 older verilog-modes. Reported by Dan Katz.
4315
4316 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4317 containing closing anchors "...$".
4318
4319 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4320 Reported by Wade Smith.
4321
4322 (verilog-batch-execute-func): Comment on function usage.
4323
4324 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4325
4326 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4327 for labels.
4328
4329 (verilog-label-re, verilog-calc-1): Support proper indent of named
4330 asserts.
4331
4332 (verilog-backward-token, verilog-basic-complete-re)
4333 (verilog-beg-of-statement, verilog-indent-re): Support proper
4334 indent of the assert statement at the beginning of a block of text.
4335
4336 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4337 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4338 tokens as begins.
4339
4340 2009-11-05 Glenn Morris <rgm@gnu.org>
4341
4342 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4343 Emacs 19. (Bug#1531)
4344 (byte-compile-fix-header): Update for the above change.
4345 Drop test for epoch::version.
4346
4347 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4348 * cus-dep.el (custom-make-dependencies):
4349 * finder.el (finder-compile-keywords):
4350 Use autoload-rubric's feature argument.
4351
4352 * calendar/diary-lib.el (top-level): Make load behave more like require.
4353
4354 * vc-git.el (vc-git-stash-map): Move definition before use.
4355
4356 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4357
4358 * custom.el (custom-declare-group): Purecopy standard-value.
4359 (custom-declare-group): Purecopy custom-prefix.
4360
4361 * international/mule.el (load-with-code-conversion):
4362 Call do-after-load-evaluation unconditionally.
4363
4364 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4365
4366 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4369
4370 2009-11-04 Glenn Morris <rgm@gnu.org>
4371
4372 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4373 (byte-compile-compatibility): Remove option.
4374 (byte-compile-close-variables, byte-compile-fix-header)
4375 (byte-compile-insert-header, byte-compile-output-docform)
4376 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4377 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4378 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4379 (byte-compile-insert, byte-compile-defun):
4380 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4381 (byte-defop-compiler19): Remove.
4382 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4383 used by anything. Replace all calls with byte-defop-compiler.
4384
4385 2009-11-04 Juri Linkov <juri@jurta.org>
4386
4387 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4388 (menu-bar-options-menu): Don't quote the `prop' arg of
4389 `menu-bar-make-mm-toggle'.
4390
4391 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * calendar/calendar.el (cal-loaddefs):
4394 * calendar/diary-lib.el (diary-loaddefs):
4395 * calendar/holidays.el (hol-loaddefs):
4396 * eshell/esh-module.el (esh-groups): Load rather than require.
4397
4398 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4401 point-min==1.
4402 (todo-top-priorities): Only display-buffer when called interactively.
4403 (todo-item-start): Don't save excursion point.
4404 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4405 (todo-insert-item-here, todo-file-item, todo-remove-item):
4406 Adjust uses of todo-item-start and todo-item-end.
4407
4408 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4409 (autoload-rubric): Don't use any more.
4410 * cedet/semantic/fw.el (semantic/loaddefs):
4411 * cedet/srecode.el (srecode/loaddefs):
4412 * cedet/ede.el (ede/loaddefs): Load rather than require.
4413 * cedet/ede/cpp-root.el:
4414 * cedet/ede/emacs.el:
4415 * cedet/ede/files.el:
4416 * cedet/ede/linux.el:
4417 * cedet/ede/locate.el:
4418 * cedet/ede/make.el:
4419 * cedet/ede/shell.el:
4420 * cedet/ede/speedbar.el:
4421 * cedet/ede/system.el:
4422 * cedet/ede/util.el:
4423 * cedet/semantic/analyze.el:
4424 * cedet/semantic/bovine.el:
4425 * cedet/semantic/complete.el:
4426 * cedet/semantic/ctxt.el:
4427 * cedet/semantic/db-file.el:
4428 * cedet/semantic/db-find.el:
4429 * cedet/semantic/db-global.el:
4430 * cedet/semantic/db-mode.el:
4431 * cedet/semantic/db-typecache.el:
4432 * cedet/semantic/db.el:
4433 * cedet/semantic/debug.el:
4434 * cedet/semantic/dep.el:
4435 * cedet/semantic/doc.el:
4436 * cedet/semantic/edit.el:
4437 * cedet/semantic/find.el:
4438 * cedet/semantic/format.el:
4439 * cedet/semantic/html.el:
4440 * cedet/semantic/ia-sb.el:
4441 * cedet/semantic/ia.el:
4442 * cedet/semantic/idle.el:
4443 * cedet/semantic/lex-spp.el:
4444 * cedet/semantic/lex.el:
4445 * cedet/semantic/mru-bookmark.el:
4446 * cedet/semantic/scope.el:
4447 * cedet/semantic/senator.el:
4448 * cedet/semantic/sort.el:
4449 * cedet/semantic/symref.el:
4450 * cedet/semantic/tag-file.el:
4451 * cedet/semantic/tag-ls.el:
4452 * cedet/semantic/tag-write.el:
4453 * cedet/semantic/tag.el:
4454 * cedet/semantic/util-modes.el:
4455 * cedet/semantic/analyze/complete.el:
4456 * cedet/semantic/analyze/refs.el:
4457 * cedet/semantic/bovine/c.el:
4458 * cedet/semantic/bovine/gcc.el:
4459 * cedet/semantic/bovine/make.el:
4460 * cedet/semantic/bovine/scm.el:
4461 * cedet/semantic/decorate/include.el:
4462 * cedet/semantic/decorate/mode.el:
4463 * cedet/semantic/symref/cscope.el:
4464 * cedet/semantic/symref/global.el:
4465 * cedet/semantic/symref/grep.el:
4466 * cedet/semantic/symref/idutils.el:
4467 * cedet/semantic/symref/list.el:
4468 * cedet/semantic/wisent/java-tags.el:
4469 * cedet/semantic/wisent/javascript.el:
4470 * cedet/srecode/compile.el:
4471 * cedet/srecode/cpp.el:
4472 * cedet/srecode/document.el:
4473 * cedet/srecode/el.el:
4474 * cedet/srecode/expandproto.el:
4475 * cedet/srecode/getset.el:
4476 * cedet/srecode/insert.el:
4477 * cedet/srecode/java.el:
4478 * cedet/srecode/map.el:
4479 * cedet/srecode/mode.el:
4480 * cedet/srecode/template.el:
4481 * cedet/srecode/texi.el: Remove the file-local setting of
4482 generated-autoload-feature.
4483
4484 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4485 and only put a prop if it is non-nil.
4486
4487 2009-11-03 Juri Linkov <juri@jurta.org>
4488
4489 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4490 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4491
4492 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4493 and "Menu" to make top-level menu item visually one unit (like
4494 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4495 multi-word menu items). Fix :help string for quit-window.
4496
4497 2009-11-03 Glenn Morris <rgm@gnu.org>
4498
4499 * cedet/mode-local.el (with-mode-local): Doc fix.
4500
4501 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4502 (byte-compile-file-form-define-abbrev-table)
4503 (byte-compile-file-form-custom-declare-variable)
4504 (byte-compile-variable-ref, byte-compile-defvar):
4505 Whether or not a warning is enabled should only affect whether we issue
4506 the warning, not whether or not we collect the relevant data.
4507 Eg warnings can be turned on and off throughout the course of a file.
4508
4509 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4510 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4511
4512 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4515 * play/mpuz.el (mpuz-create-buffer):
4516 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4517 (lm-print-y,s,noise, lm-print-w0, lm-init):
4518 * play/gomoku.el (gomoku-prompt-for-move):
4519 * play/fortune.el (fortune-in-buffer):
4520 * play/dissociate.el (dissociated-press):
4521 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4522 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4523 * mail/supercite.el (sc-eref-show):
4524 * mail/smtpmail.el (smtpmail-send-it):
4525 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4526 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4527 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4528 (rmail-summary-goto-msg, rmail-summary-expunge)
4529 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4530 (rmail-summary-add-label, rmail-summary-output-menu)
4531 (rmail-summary-output-body):
4532 * mail/rfc822.el (rfc822-addresses):
4533 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4534 * mail/mailpost.el (post-mail-send-it):
4535 * mail/hashcash.el (hashcash-generate-payment):
4536 * mail/feedmail.el (feedmail-run-the-queue)
4537 (feedmail-queue-send-edit-prompt-help-first)
4538 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4539 (feedmail-deduce-address-list):
4540 * eshell/esh-ext.el (eshell-remote-command):
4541 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4542 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4543 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4544 (viper-save-string-in-file, viper-valid-marker):
4545 * emulation/viper-keym.el (viper-toggle-key):
4546 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4547 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4548 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4549 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4550 (viper-exec-form-in-emacs, viper-brac-function):
4551 * emulation/viper.el (viper-delocalize-var):
4552 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4553 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4554 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4555 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4556 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4557 * emulation/edt.el (edt-electric-helpify):
4558 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4559 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4560 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4561 (cua-indent-to-global-mark-column):
4562 * calendar/diary-lib.el (calendar-mark-1):
4563 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4564 Use with-current-buffer.
4565 * emulation/viper.el (viper-delocalize-var): Use dolist.
4566
4567 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4568
4569 * comint.el (comint-replace-by-expanded-history-before-point):
4570 Replace !! with the previous input string literally (Bug#1795).
4571
4572 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4573
4574 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4575 to be made up of whitespace.
4576
4577 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * minibuffer.el (read-file-name): Don't use file dialogs for
4580 remote directories (Bug#99).
4581
4582 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4585
4586 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4587
4588 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4589 instead of deleting the window or frame.
4590
4591 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4594 Support face colors.
4595
4596 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4597 New function. Support face colors (Bug#1168).
4598 (tex-common-initialization): Use it.
4599
4600 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4601 mode allows it (Bug#1168).
4602
4603 2009-10-31 Juri Linkov <juri@jurta.org>
4604
4605 * facemenu.el (list-colors-display): Don't mark buffer as
4606 modified (Bug#3948).
4607
4608 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * international/mule-diag.el (list-character-sets-1): Minor
4611 message fix (Bug#3526).
4612
4613 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4614 face property (Bug#4834).
4615 (etags-list-tags, etags-tags-apropos-additional)
4616 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4617 property.
4618
4619 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4620 items.
4621
4622 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4623 items.
4624
4625 * cedet/ede.el (ede-minor-mode):
4626 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4627
4628 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * textmodes/two-column.el (2C-split):
4631 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4632 * textmodes/tex-mode.el (tex-set-buffer-directory):
4633 * textmodes/spell.el (spell-region, spell-string):
4634 * textmodes/reftex.el (reftex-erase-buffer):
4635 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4636 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4637 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4638 (reftex-select-item):
4639 * textmodes/reftex-ref.el (reftex-label-info-update)
4640 (reftex-offer-label-menu):
4641 * textmodes/reftex-index.el (reftex-index-change-entry)
4642 (reftex-index-phrases-info):
4643 * textmodes/reftex-global.el (reftex-create-tags-file)
4644 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4645 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4646 (reftex-view-crossref-from-bibtex):
4647 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4648 (reftex-extract-bib-entries-from-thebibliography)
4649 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4650 * textmodes/refbib.el (r2b-capitalize-title):
4651 (r2b-convert-buffer, r2b-help):
4652 * textmodes/page-ext.el (pages-directory)
4653 (pages-directory-goto-with-mouse):
4654 * textmodes/bibtex.el (bibtex-validate-globally):
4655 * textmodes/bib-mode.el (bib-capitalize-title):
4656 * textmodes/artist.el (artist-clear-buffer, artist-system):
4657 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4658 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4659 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4660 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4661 (xscheme-send-control-g-interrupt, xscheme-start-process)
4662 (xscheme-process-sentinel, xscheme-cd):
4663 * progmodes/verilog-mode.el (verilog-read-always-signals)
4664 (verilog-set-define, verilog-getopt-file)
4665 (verilog-module-inside-filename-p):
4666 * progmodes/sh-script.el:
4667 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4668 (python-pdbtrack-grub-for-buffer, python-execute-file):
4669 * progmodes/octave-inf.el (inferior-octave):
4670 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4671 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4672 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4673 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4674 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4675 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4676 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4677 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4678 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4679 (idlwave-shell-examine-display, idlwave-shell-run-region)
4680 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4681 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4682 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4683 (idlwave-help-get-help-buffer):
4684 * progmodes/gud.el (gud-basic-call, gud-find-class)
4685 (gud-tooltip-activate-mouse-motions-if-enabled):
4686 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4687 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4688 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4689 (ebrowse-tags-next-file):
4690 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4691 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4692 (ebnf-eps-finish-and-write):
4693 * progmodes/cpp.el (cpp-edit-save):
4694 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4695 * progmodes/cc-defs.el (c-emacs-features):
4696 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4697 (antlr-directory-dependencies):
4698 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4699 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4700 (ada-find-any-references, ada-make-filename-from-adaname)
4701 (ada-make-body-gnatstub):
4702 * obsolete/rnews.el (news-list-news-groups):
4703 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4704 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4705 * net/rcirc.el (rcirc-debug):
4706 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4707 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4708 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4709 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4710 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4711 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4712 (newsticker--treeview-list-clear-highlight)
4713 (newsticker--treeview-list-update-highlight)
4714 (newsticker--treeview-list-highlight-start)
4715 (newsticker--treeview-tree-update-highlight)
4716 (newsticker--treeview-get-selected-item)
4717 (newsticker-treeview-mark-list-items-old)
4718 (newsticker--treeview-set-current-node):
4719 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4720 * net/newst-backend.el (newsticker--get-news-by-funcall)
4721 (newsticker--get-news-by-wget, newsticker--image-get)
4722 (newsticker--image-sentinel):
4723 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4724 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4725 (eudc-ph-close-session):
4726 * net/eudc.el (eudc-save-options):
4727 * language/thai-word.el (thai-update-word-table):
4728 * language/japan-util.el (japanese-string-conversion):
4729 * international/titdic-cnv.el (tsang-quick-converter)
4730 (ziranma-converter, ctlau-converter):
4731 * international/mule-cmds.el (describe-language-environment):
4732 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4733 (skkdic-convert-postfix, skkdic-convert-prefix):
4734 (skkdic-convert-okuri-nasi, skkdic-convert):
4735 * emacs-lisp/re-builder.el (reb-update-overlays):
4736 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4737 * emacs-lisp/gulp.el (gulp-send-requests):
4738 * emacs-lisp/find-gc.el (trace-call-tree):
4739 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4740 (eieio-describe-generic):
4741 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4742 * emacs-lisp/edebug.el (edebug-outside-excursion):
4743 * emacs-lisp/debug.el (debugger-make-xrefs):
4744 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4745 * emacs-lisp/chart.el (chart-new-buffer):
4746 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4747 Use with-current-buffer.
4748 * textmodes/artist.el (artist-system): Don't call
4749 copy-sequence on a fresh string.
4750 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4751
4752 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4753
4754 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4755 is no item to edit. (Bug#4820)
4756 (todo-top-priorities): Restore point and restore narrowing in Todo
4757 buffer. (Bug#4820)
4758
4759 2009-10-31 Glenn Morris <rgm@gnu.org>
4760
4761 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4762 (comint-last-output-start, comint-last-input-start)
4763 (comint-last-input-end): Don't defvar when compiling.
4764 (ange-ftp-process-file): Use bound-and-true-p.
4765
4766 * pcmpl-rpm.el (top-level): Move provide statement to end.
4767 (pcmpl-rpm): Remove unused custom group.
4768
4769 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4770
4771 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4772
4773 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4774 (byte-compile-warnings): Add `constants' as an option.
4775 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4776 (display-call-tree): Update for byte-compile-fdefinition possibly
4777 returning `(macro lambda ...)'. (Bug#4778)
4778 (byte-compile-variable-ref, byte-compile-setq-default):
4779 Respect `constants' member of byte-compile-warnings.
4780
4781 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4782 Use mapc rather than mapcar because the return value is never used.
4783
4784 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4785 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4786 * cedet/semantic/html.el:
4787 Suppress harmless warnings about setting up semantic-imenu (not
4788 part of Emacs) variables.
4789
4790 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4793 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4794 to "submit:".
4795
4796 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4797 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4798 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4799 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4800 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4801 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4802 (semantic-analyzer-debug-global-symbol)
4803 (semantic-analyzer-debug-missing-innertype)
4804 (semantic-analyzer-debug-insert-include-summary):
4805 * cedet/semantic/util.el (semantic-file-tag-table):
4806 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4807 (semantic-recursive-find-nonterminal-by-name):
4808 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4809 * cedet/semantic/tag-file.el (semantic-prototype-file):
4810 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4811 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4812 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4813 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4814 (semantic-idle-summary-maybe-highlight):
4815 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4816 (semantic-ia-sb-tag-info):
4817 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4818 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4819 * cedet/semantic/ede-grammar.el (project-compile-target):
4820 (ede-proj-makefile-insert-variables):
4821 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4822 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4823 (semantic-debug-mode, semantic-debug):
4824 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4825 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4826 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4827 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4828 (semanticdb-find-translate-path-includes--internal)
4829 (semanticdb-reset-log, semanticdb-find-log-activity):
4830 * cedet/semantic/db-file.el (object-write):
4831 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4832 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4833 (semanticdb-create-ebrowse-database):
4834 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4835 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4836 (semantic-collector-calculate-completions-raw)
4837 (semantic-complete-read-tag-analyzer):
4838 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4839 * cedet/ede/util.el (ede-update-version-in-source):
4840 * cedet/ede/proj.el (project-delete-target):
4841 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4842 (ede-proj-flush-autoconf):
4843 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4844 (ede-proj-configure-synchronize):
4845 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4846 * cedet/ede/linux.el (ede-linux-version):
4847 * cedet/ede/emacs.el (ede-emacs-version):
4848 * cedet/ede/dired.el (ede-dired-add-to-target):
4849 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4850 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4851 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4852 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4853 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4854 (cedet-idutils-version-check):
4855 * cedet/cedet-global.el (cedet-gnu-global-call):
4856 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4857 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4858 * cedet/cedet-cscope.el (cedet-cscope-call)
4859 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4860 Use with-current-buffer.
4861 * cedet/ede.el (ede-make-project-local-variable)
4862 (ede-set-project-variables, ede-set): Use dolist.
4863
4864 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4865
4866 * textmodes/ispell.el (ispell-skip-region-alist):
4867 * international/mule-conf.el (eight-bit):
4868 * international/fontset.el (font-encoding-alist):
4869 * startup.el (pure-space-overflow-message):
4870 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4871 * paths.el (gnus-nntp-service, rmail-spool-directory)
4872 (term-file-prefix):
4873 * files.el (save-some-buffers-action-alist):
4874 * cmuscheme.el (same-window-buffer-names):
4875 * ielm.el (same-window-buffer-names):
4876 * shell.el (same-window-buffer-names):
4877 * mail/sendmail.el (same-window-buffer-names):
4878 * progmodes/inf-lisp.el (same-window-buffer-names):
4879 * bindings.el (mode-line-client)
4880 (mode-line-column-line-number-mode-map):
4881 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4882 (tibetan-precomposed-regexp): Purecopy string arguments.
4883
4884 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4887 (calcDigit-nondigit):
4888 * calc/calc-yank.el (calc-copy-to-buffer):
4889 * calc/calc-units.el (calc-invalidate-units-table):
4890 * calc/calc-trail.el (calc-trail-yank):
4891 * calc/calc-store.el (calc-insert-variables):
4892 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4893 * calc/calc-prog.el (calc-read-parse-table):
4894 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4895 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4896 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4897 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4898 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4899 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4900 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4901 * calc/calc-ext.el (calc-realign):
4902 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4903 (calc-embedded-finish-edit, calc-embedded-make-info)
4904 (calc-embedded-finish-command, calc-embedded-stack-change):
4905 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4906
4907 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4908 (overload-docstring-extension): Use that info.
4909 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4910 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4911 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4912 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4913 (semantic-nonterminal-full-name): Add the new `when' info.
4914 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4915 `assert'.
4916
4917 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4918 shell-dynamic-complete-filename in preference to
4919 comint-dynamic-complete-filename.
4920
4921 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4922 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4923 Don't consider whether the display supports colors.
4924 (bookmark-import-new-list): Use dolist.
4925 (bookmark-bmenu-mode-map): Move initialization into declaration.
4926 (bookmark-bmenu-list): Use dolist, simplify.
4927 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4928 (menu-bar-final-items): Use push.
4929
4930 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4931
4932 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4933 it works on remote files.
4934 (vc-hg-diff): Don't pass any `--cwd' argument.
4935
4936 2009-10-27 Kevin Ryde <user42@zip.com.au>
4937
4938 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4939 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4940 (Further to Bug#3921).
4941
4942 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4943
4944 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4945 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4946 calling `tramp-imap-put-file'. Add file size to the call.
4947 (tramp-imap-get-file-entries): Compute also user name, file size,
4948 and date.
4949 (tramp-imap-handle-insert-directory): Insert uid and gid.
4950 (tramp-imap-handle-file-attributes): Transform uid and gid
4951 according to `id-format'.
4952 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4953 size in header X-Size.
4954
4955 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * simple.el (transpose-subr): Give clearer error when the mark
4958 is not set. (Bug#4807)
4959
4960 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * net/tramp.el (tramp-perl-file-truename): New defconst.
4963 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4964 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4965 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4966 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4967
4968 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4969 Ignore `dired-call-process'.
4970 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4971
4972 2009-10-26 Julian Scheid <julians37@gmail.com>
4973
4974 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4975 (tramp-get-remote-readlink): New defun.
4976 (tramp-handle-file-truename): Use it.
4977 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4978 file exists if cache value present.
4979 (tramp-check-cached-permissions): New defun.
4980 (tramp-handle-file-readable-p): Use it.
4981 (tramp-handle-file-writable-p): Likewise.
4982 (tramp-handle-file-executable-p): Likewise.
4983 (tramp-handle-file-name-all-completions): Try using Perl to get
4984 partial completions. When perl not available, combine `cd' and
4985 `ls' into single remote operation and use shell expansion to get
4986 partial remote directory contents. Set `file-exists-p' cache for
4987 directory and any files returned by ls. Change cache handling to
4988 support partial directory contents. Use error message emitted by
4989 remote `cd' or Perl code for local tramp-error.
4990 (tramp-do-copy-or-rename-file-directly): Avoid separate
4991 tramp-send-command-and-check call.
4992 (tramp-handle-process-file): Merge three remote ops into one.
4993 Do not flush all caches when `process-file-side-effects' is set.
4994 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4995 file-attributes shows uid/gid to be set already.
4996
4997 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4998
4999 * textmodes/tex-mode.el (tex-dvi-view-command)
5000 (tex-show-queue-command, tex-open-quote):
5001 * progmodes/ruby-mode.el (auto-mode-alist)
5002 (interpreter-mode-alist): Purecopy strings.
5003
5004 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5005
5006 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5007 string for the hook, keymap and abbrev table.
5008
5009 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5010
5011 * x-dnd.el (x-dnd-xdnd-to-action):
5012 * startup.el (fancy-startup-text, fancy-about-text): Change to
5013 defconst from defvar.
5014
5015 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5016
5017 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5018 Purecopy initialization strings.
5019
5020 * mail/sendmail.el (mail-header-separator)
5021 (mail-personal-alias-file):
5022 * mail/rmail.el (rmail-default-dont-reply-to-names)
5023 (rmail-ignored-headers, rmail-retry-ignored-headers)
5024 (rmail-highlighted-headers, rmail-secondary-file-directory)
5025 (rmail-secondary-file-regexp):
5026 * files.el (null-device, file-name-invalid-regexp)
5027 (locate-dominating-stop-dir-regexp)
5028 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5029 (interpreter-mode-alist): Use mapcar instead of mapc.
5030
5031 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5032
5033 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5034 (completion-ignored-extensions):
5035 (debug-ignored-errors): Purecopy strings.
5036
5037 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5040 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5041 (pcomplete--here): Use push.
5042
5043 * subr.el (all-completions): Declare the 4th arg obsolete.
5044
5045 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5048 (pcomplete-unquote-argument): New function.
5049 (pcomplete--common-suffix): Always pay attention to case.
5050 (pcomplete--table-subvert): Quote and unquote the text.
5051 (pcomplete--common-quoted-suffix): New function.
5052 (pcomplete-std-complete): Use it and pcomplete-begin.
5053
5054 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5055 we're inside a dedicated or minibuffer window.
5056
5057 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * cedet/semantic/fw.el (semantic-alias-obsolete)
5060 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5061 (define-mode-overload-implementation):
5062 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5063 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5064 * cedet/semantic/util.el (semantic-file-token-stream)
5065 (semantic-something-to-stream):
5066 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5067 (semantic-expand-nonterminal):
5068 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5069 (semantic-find-dependency, semantic-find-nonterminal)
5070 (semantic-find-dependency):
5071 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5072 (semantic-flex-text, semantic-flex-make-keyword-table)
5073 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5074 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5075 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5076 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5077 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5078 (semantic-after-idle-scheduler-reparse-hooks):
5079 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5080 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5081 * cedet/semantic.el (semantic-toplevel-bovine-table)
5082 (semantic-toplevel-bovine-cache)
5083 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5084 (semantic-init-mode-hooks, semantic-init-db-hooks)
5085 (semantic-bovination-working-type): Provide the `when' arg.
5086
5087 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5088
5089 * bookmark.el: Update documentation, especially documentation
5090 of `bookmark-alist' and of the bookmark file format.
5091 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5092
5093 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5096 keybindings apply to the mail buffer (Bug#4003). Shrink help
5097 window to buffer.
5098
5099 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5100 (global-whitespace-mode, global-whitespace-newline-mode)
5101 (whitespace-toggle-options, global-whitespace-toggle-options):
5102 Doc fix (Bug#3660).
5103
5104 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5105 of xmltok-start before the end tag was inserted (Bug#2840).
5106
5107 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5108 patterns that are preceded by an open-paren (Bug#1320).
5109
5110 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5111
5112 * files.el (delete-directory): Delete symlinks to directories with
5113 delete-file (Bug#4739).
5114
5115 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5118 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5119 argument to make-obsolete.
5120
5121 * cedet/semantic/fw.el (semantic-alias-obsolete)
5122 (semantic-varalias-obsolete): Add optional WHEN argument.
5123
5124 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5125
5126 * vc.el (vc-backend-for-registration): Rename from
5127 vc-get-backend-for-registration. Update callers.
5128
5129 * international/mule-cmds.el (set-language-info-alist):
5130 Purecopy lang-env.
5131 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5132 (charset): Purecopy the name.
5133 (define-char-code-property): Purecopy string arguments.
5134
5135 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5136 Purecopy string arguments.
5137
5138 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5139 * ediff-hook.el (menu-bar-ediff-menu):
5140 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5141 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5142
5143 2009-10-24 Glenn Morris <rgm@gnu.org>
5144
5145 * comint.el (comint-dynamic-list-completions):
5146 * term.el (term-dynamic-list-completions): Use choose-completion rather
5147 than obsolete alias mouse-choose-completion.
5148
5149 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5150 file-cache-choose-completion.
5151 (file-cache-choose-completion): Handle an optional event argument.
5152 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5153
5154 * progmodes/octave-mod.el (octave-complete-symbol):
5155 Use choose-completion if mouse-choose-completion is ever removed.
5156
5157 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5158 use.
5159
5160 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5161 compiler.
5162
5163 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5164
5165 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5168 Ignore `pred' now that we receive one.
5169 Handle test-completion specially.
5170
5171 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5172
5173 * vc.el (vc-responsible-backend): Throw an error if not backend is
5174 found. Remove the REGISTER argument. Move the code dealing with
5175 REGISTER ...
5176 (vc-get-backend-for-registration): ... here. New function.
5177 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5178 of vc-responsible-backend, pass the file name instead of the
5179 directory name.
5180
5181 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5184 New funs.
5185 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5186 (pcomplete-comint-setup): Don't modify a global var via
5187 accidental side-effects.
5188 (pcomplete-shell-setup): Adjust call accordingly.
5189 (pcomplete-parse-comint-arguments): Use push.
5190
5191 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5194 Allow uncapitalized info node names (Bug#3921).
5195
5196 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5197 to the DEBUG file (Bug#3781).
5198
5199 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5200
5201 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5202 dictionary entry (Bug#4579).
5203
5204 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5207 from `rfn-eshadow-update-overlay-hook' when unloading.
5208 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5209 "rsyncc". Adjust doc string.
5210 (tramp-temp-buffer-file-name): New buffer-local defvar.
5211 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5212 Keep temporary file when indicated by method ("rsync" and
5213 "rsyncc").
5214 (tramp-handle-write-region): Handle APPEND.
5215 (tramp-delete-temp-file-function): New defun. Added to
5216 `kill-buffer-hook'.
5217
5218 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5219
5220 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5221
5222 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5223
5224 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5225 (color-name-rgb-alist, tty-standard-colors)
5226 (tty-color-mode-alist): Change to defconst.
5227
5228 * simple.el (mark-inactive): Purecopy message.
5229
5230 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5231 (global-map, yank-menu):
5232 * textmodes/ispell.el (ispell-menu-map):
5233 * net/eudc.el (eudc-tools-menu):
5234 * international/mule-cmds.el (describe-language-environment-map)
5235 (setup-language-environment-map, set-coding-system-map)
5236 (mule-menu-keymap):
5237 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5238 * replace.el (occur-mode-map):
5239 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5240
5241 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5242
5243 * calc/calc.el (math-read-number, math-read-number-simple): Use
5244 `save-match-data'.
5245
5246 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5249 rather than fiddling with global-map bindings, since it should only
5250 affect per-terminal settings.
5251 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5252
5253 * minibuffer.el (completion-table-with-terminator): Allow to specify
5254 the terminator-regexp.
5255
5256 * simple.el (switch-to-completions): Look for *Completions* in other
5257 frames as well.
5258
5259 * pcomplete.el: Allow the use of completion-tables.
5260 (pcomplete-std-complete): New command.
5261 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5262 (pcomplete--here): Use a function for `form' rather than an expression,
5263 so it can be byte-compiled.
5264 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5265 Add edebug declaration.
5266 (pcomplete-show-completions): Remove unused var `curbuf'.
5267 (pcomplete-do-complete, pcomplete-stub):
5268 Don't assume `completions' is a list of strings any more.
5269
5270 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * find-dired.el (find-name-arg): Fix typo in docstring.
5273
5274 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5277 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5278
5279 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5280 pcomplete-entries.
5281
5282 * comint.el (comint-read-input-ring, comint-write-input-ring)
5283 (comint-substitute-in-file-name)
5284 (comint-dynamic-complete-as-filename)
5285 (comint-dynamic-simple-complete)
5286 (comint-dynamic-list-filename-completions)
5287 (comint-dynamic-list-completions)
5288 (comint-redirect-results-list-from-process): Minor simplifications.
5289
5290 2009-10-21 Kevin Ryde <user42@zip.com.au>
5291
5292 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5293 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5294 the first form. And insert a blank line after ";;; Code" since
5295 that's usual style. (Bug#4612)
5296
5297 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5298
5299 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 * minibuffer.el (completion-table-with-terminator): Properly implement
5302 boundaries, in case `terminator' appears in the suffix.
5303 (completion--embedded-envvar-table): Don't return boundaries if
5304 there's no valid completion. Simplify.
5305 (completion-file-name-table): New completion table extracted from
5306 completion--file-name-table.
5307 (completion--file-name-table): Use it.
5308 (read-file-name-predicate): Declare obsolete.
5309 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5310 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5311 completion-file-name-table, and use the `pred' argument.
5312 * files.el (locate-file-completion-table): Use the `pred' arg rather
5313 than read-file-name-predicate.
5314 (abbreviate-file-name): Use \` rather than ^ for BOS.
5315
5316 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5317
5318 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5319 vc-responsible-backend to register, it causes problems.
5320
5321 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5324
5325 2009-10-21 Eric Ludlam <zappo@gnu.org>
5326
5327 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5328 (semantic-c-debug-mode-init-pch): New functions.
5329 (semantic-c-debug-mode-init-last-mode): New var.
5330 (semantic-c-parse-lexical-token): Use them.
5331
5332 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5333 When extracting the argument list, limit only by point-max.
5334
5335 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5336
5337 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5338 (tramp-smb-handle-file-attributes): Use it.
5339 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5340 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5341 `mapcar'. Use `tramp-smb-get-stat-capability'.
5342 Add `dired-filename' text properties.
5343 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5344 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5345 version.
5346
5347 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * subr.el (read-key-delay): Reduce to 0.01.
5350 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5351 (bug#4751).
5352
5353 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5356
5357 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5358 (Info-menu): Remove unused vars `last' and `completions'.
5359 (Info-index-nodes): Remove unused var `node'.
5360
5361 * info.el (Info-complete-menu-item): Use complete-with-action.
5362
5363 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5364
5365 Make vc-annotate work through copies and renames.
5366 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5367 Return the file name too.
5368 (vc-annotate-revision-at-line)
5369 (vc-annotate-find-revision-at-line)
5370 (vc-annotate-revision-previous-to-line)
5371 (vc-annotate-show-log-revision-at-line): Update to get the file
5372 name from vc-annotate-extract-revision-at-line.
5373 (vc-annotate-show-diff-revision-at-line-internal): Change the
5374 argument to mean whether to show a file diff or not. Get the file
5375 name from vc-annotate-extract-revision-at-line.
5376 (vc-annotate-show-diff-revision-at-line):
5377 Update vc-annotate-show-diff-revision-at-line call.
5378 (vc-annotate-warp-revision): Add an optional file argument.
5379
5380 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5381 (vc-git-annotate-extract-revision-at-line): Also return the file
5382 name if found.
5383
5384 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5385 command. Remove unused code.
5386 (vc-hg-annotate-re): Update to match --follow output.
5387 (vc-hg-annotate-extract-revision-at-line): Also return the file
5388 name if found.
5389
5390 * vc.el: Update annotate-extract-revision-at-line documentation.
5391
5392 2009-10-18 Kevin Ryde <user42@zip.com.au>
5393
5394 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5395 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5396
5397 * net/browse-url.el (browse-url): Identify alist with "consp and
5398 not functionp" and let all other things go down the `apply' leg,
5399 as suggested by Stefan. (Further to bug#4531.)
5400
5401 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5402
5403 * minibuffer.el (read-file-name): Check for repeat before putting
5404 a default argument in file-name-history (Bug#4657).
5405
5406 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5407 read syntax (Bug#4737).
5408
5409 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5410
5411 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5412
5413 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5414 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5415 entries and make note of obsolete tags.
5416
5417 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5420
5421 2009-10-18 Glenn Morris <rgm@gnu.org>
5422
5423 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5424 grep, so that binary files (eg international/uni-bidi.el) can match.
5425 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5426 now, and in any case the file header format has changed.
5427
5428 2009-10-17 Glenn Morris <rgm@gnu.org>
5429
5430 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5431 (flyspell-get-word, flyspell-large-region)
5432 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5433
5434 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * Makefile.in (ELCFILES): Add ede/shell.
5437
5438 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5439
5440 * term/common-win.el (x-colors): Purecopy it.
5441
5442 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5445 permissive for when the buffer is empty.
5446 (tar-header-block-tokenize): Decode the username and groupname.
5447 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5448
5449 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * cedet/srecode/srt.el:
5452 * cedet/srecode/compile.el:
5453 * cedet/semantic/mru-bookmark.el:
5454 * cedet/semantic/debug.el:
5455 * cedet/semantic/complete.el:
5456 * cedet/semantic/analyze.el: Require CL when compiling.
5457
5458 2009-10-17 Eric Ludlam <zappo@gnu.org>
5459
5460 * cedet/semantic/scope.el
5461 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5462 tmpscope so that the regular scope will continue to work.
5463
5464 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5465 Use semantic-idle-summary-highlight-face as the highlighting.
5466
5467 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5468 contains multibyte characters, choose first applicable coding
5469 system automatically.
5470
5471 * cedet/ede/project-am.el (project-run-target): New method.
5472 (project-run-target): New method.
5473
5474 * cedet/ede.el (ede-target): Add run target menu item.
5475 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5476 (ede-run-target): New function.
5477 (ede-target::project-run-target): New method.
5478
5479 * cedet/ede/proj.el (project-run-target): New method.
5480
5481 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5482 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5483 Add :rules.
5484 (ede-proj-target-makefile-shared-object): Only libtool compilers
5485 now available. Add linkers for libtool.
5486 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5487 (ede-proj-makefile-target-name): Always use .la extension.
5488
5489 * cedet/ede/proj-prog.el (project-run-target): New method.
5490
5491 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5492 (ede-g++-linker): Change Change link lines.
5493
5494 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5495 When searching for old variables, go to the end of the buffer and
5496 search backward from there.
5497 (ede-proj-makefile-automake-insert-subdirs)
5498 (ede-proj-makefile-automake-insert-extradist): New methods.
5499 (ede-proj-makefile-create): Use them.
5500
5501 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5502 Force FILE to expand to the current target. Use file-exists-p to
5503 check that it exists.
5504
5505 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5506 (ede-linux-load): Wrap dir in file-name-as-directory.
5507 Set :version slot.
5508
5509 * cedet/ede/files.el (ede-get-locator-object): When enabling
5510 locate, do so on "top".
5511
5512 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5513 file-name-as-directory during compare.
5514 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5515 Get version number from different places. Don't call egrep.
5516 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5517 to set the directory.
5518
5519 * cedet/ede/shell.el: New file.
5520
5521 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5522 alpha/beta variants.
5523
5524 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * international/mule-cmds.el (select-safe-coding-system): If the file
5527 has a coding cookie, use it regardless of any other setting (bug#4712).
5528
5529 2009-10-17 Glenn Morris <rgm@gnu.org>
5530
5531 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5532 All errors should have messages.
5533
5534 * foldout.el (foldout-mouse-swallow-events):
5535 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5536
5537 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5538 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5539 (dired-keep-marker-symlink, dired-dwim-target)
5540 (dired-copy-preserve-time): Do not autoload these defcustoms.
5541
5542 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5543 messages from messing up the file coding. (Bug#4623)
5544
5545 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5546
5547 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5548 if no match is found for the current dictionary. (Bug#4578)
5549
5550 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5551 optional, since that is how it is documented, and this is often called
5552 with a nil argument. (Bug#4577)
5553 (flyspell-external-point-words, flyspell-auto-correct-word)
5554 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5555 (flyspell-word-search-backward): Remove nil argument in calls to
5556 flyspell-get-word, since it is not needed now.
5557
5558 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5559
5560 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5561
5562 2009-10-16 Glenn Morris <rgm@gnu.org>
5563
5564 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5565
5566 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5567
5568 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5569 (ange-ftp-file-size): New function.
5570 (ange-ftp-file-attributes): Use it.
5571
5572 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5573
5574 * net/tramp-smb.el (tramp-smb-version): New defvar.
5575 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5576 repeated checks.
5577
5578 2009-10-16 Glenn Morris <rgm@gnu.org>
5579
5580 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5581 Maybe copy some custom properties from old to new name. (Bug#4706)
5582
5583 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5584
5585 * subr.el (error, sit-for, start-process-shell-command)
5586 (start-file-process-shell-command): Set the calling convention
5587 after the function definition.
5588
5589 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * subr.el (error, sit-for, start-process-shell-command)
5592 (start-file-process-shell-command): Use the new
5593 set-advertised-calling-convention feature.
5594
5595 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5596
5597 * international/ucs-normalize.el (ucs-normalize-version):
5598 Change to 1.2.
5599 (check-range): Adjust for Unicode 5.2.
5600
5601 2009-10-15 Juri Linkov <juri@jurta.org>
5602
5603 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5604 to the `menu-item' format.
5605
5606 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5607
5608 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5609 if the environment variable does not exist.
5610
5611 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5612 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5613 parameter.
5614 (tramp-smb-handle-add-name-to-file)
5615 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5616 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5617 (tramp-smb-handle-file-attributes)
5618 (tramp-smb-do-file-attributes-with-stat)
5619 (tramp-smb-handle-file-local-copy)
5620 (tramp-smb-handle-insert-directory)
5621 (tramp-smb-handle-make-directory)
5622 (tramp-smb-handle-make-directory-internal)
5623 (tramp-smb-handle-make-symbolic-link)
5624 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5625 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5626 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5627 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5628 Handle long file names.
5629 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5630 process is running.
5631 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5632 Read share names with "-g" option.
5633
5634 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5635
5636 * net/rcirc.el (rcirc-view-log-file): New command.
5637 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5638 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5639 specified.
5640
5641 2009-10-15 Glenn Morris <rgm@gnu.org>
5642
5643 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5644 from the second command-line argument.
5645 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5646 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5647 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5648 w32-batch-update-autoloads.
5649 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5650 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5651
5652 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5653 the headers cannot be located. Simplify, subtracting superflous
5654 save-excursions.
5655
5656 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 Replace completion-base-size by completion-base-position to fix bugs
5659 such as (bug#4699).
5660 * simple.el (completion-base-position): New var.
5661 (completion-base-size): Mark as obsolete.
5662 (choose-completion): Make it work for mouse events as well.
5663 Pass the new base-position to choose-completion-string.
5664 (choose-completion-guess-base-position): New function, extracted from
5665 choose-completion-delete-max-match.
5666 (choose-completion-delete-max-match): Use it. Make obsolete.
5667 (choose-completion-string): Use the new base-position info.
5668 (completion-root-regexp): Delete.
5669 (completion-setup-function): Preserve completion-base-position.
5670 Eliminate obsolete base-size manipulation.
5671 * minibuffer.el (display-completion-list): Don't mess with base-size.
5672 (minibuffer-completion-help): Set completion-base-position instead.
5673 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5674 choose-completion.
5675 * textmodes/bibtex.el (bibtex-complete):
5676 * emacs-lisp/crm.el (crm--choose-completion-string):
5677 Adjust to new calling convention.
5678 * complete.el (partial-completion-mode): Use minibufferp to avoid
5679 bumping into incompatible change to choose-completion-string-functions.
5680 * ido.el (ido-choose-completion-string): Make its calling convention
5681 more permissive.
5682 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5683 base-size manipulation.
5684 (comint-dynamic-list-input-ring): Use dotimes and push.
5685 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5686 fundamental-mode. Use `or'.
5687
5688 2009-10-14 Juri Linkov <juri@jurta.org>
5689
5690 * misearch.el (multi-isearch-next-buffer-from-list)
5691 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5692
5693 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5696 `bytecomp.el'.
5697
5698 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5699 string we return is all made up of text from the completions rather
5700 than part from the completions and part from the input (bug#4219).
5701
5702 * ido.el (ido-everywhere): Use define-minor-mode.
5703
5704 * buff-menu.el (list-buffers, ctl-x-map):
5705 Mark the entry points with ;;;###autoload cookies.
5706
5707 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5708
5709 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5710 correctly in the detached head case.
5711 (vc-git-print-log): Remove unused binding.
5712
5713 * vc.el (vc-responsible-backend): When a directory is passed for
5714 for registration create a VC repository if no backend is
5715 responsible for the directory argument.
5716 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5717
5718 * vc.el: Move comments about RCS and SCCS ...
5719 * vc-rcs.el:
5720 * vc-sccs.el: ... here, respectively.
5721
5722 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * minibuffer.el (completion--file-name-table): Return nil if there's
5725 no file completion, even if substitute-in-file-name changed
5726 the string (bug#4708).
5727
5728 2009-10-13 Juri Linkov <juri@jurta.org>
5729
5730 * files-x.el (read-file-local-variable-value): Don't filter out
5731 minor modes from mode name completion (bug#4664).
5732
5733 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * international/mule-cmds.el (ucs-names): Remove exclusion of
5736 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5737
5738 2009-10-13 Kenichi Handa <handa@m17n.org>
5739
5740 * international/uni-name.el: Regenerated.
5741
5742 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5743
5744 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5745 should be automatically buffer-local, but isn't.)
5746
5747 2009-10-12 Sam Steingold <sds@gnu.org>
5748
5749 * progmodes/compile.el (compilation-next-error-function): Fix the
5750 timestamps if the buffer has been visited before.
5751 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5752 non-anchored patterns, like the perl one (bug#3928).
5753
5754 2009-10-12 Glenn Morris <rgm@gnu.org>
5755
5756 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5757 Let-bind `size'.
5758
5759 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5760
5761 * proced.el (proced-unload-function): New function.
5762
5763 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5764 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5765 Doc fix.
5766
5767 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5768
5769 2009-10-11 Juri Linkov <juri@jurta.org>
5770
5771 * files-x.el (read-file-local-variable-value):
5772 Provide default value only for bound variables (bug#4664).
5773
5774 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5775
5776 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5777 connection methods like smb.
5778
5779 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5780 can be empty.
5781
5782 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5783 (tramp-smb-file-name-handler-alist): Add handlers for
5784 `add-name-to-file', `make-symbolic-link'.
5785 (tramp-smb-handle-add-name-to-file)
5786 (tramp-smb-do-file-attributes-with-stat)
5787 (tramp-smb-handle-make-symbolic-link)
5788 (tramp-smb-get-cifs-capabilities): New defuns.
5789 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5790 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5791 (tramp-smb-handle-file-local-copy)
5792 (tramp-smb-handle-make-directory-internal)
5793 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5794 The file name syntax depends on cifs capabilities.
5795 (tramp-smb-handle-file-attributes):
5796 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5797 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5798 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5799
5800 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5803 (eieio-defclass): Apply deftype handler and setf-method properties
5804 directly.
5805 (eieio-add-new-slot): Avoid union function from cl library.
5806 (eieio--typep): New function.
5807 (eieio-perform-slot-validation): Use it.
5808
5809 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5810
5811 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5812 Update documentation to refer to the variables documented in r1.135.
5813 (Bug#4188)
5814
5815 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5816
5817 * bookmark.el (Info-suffix-list): Remove this unused variable.
5818 (bookmark-current-point): Remove this obsolete variable.
5819 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5820 Adjust for removal of bookmark-current-point.
5821
5822 (bookmarks-already-loaded, bookmark-current-buffer)
5823 (bookmark-yank-point): Document. (Bug#4188)
5824
5825 2009-10-10 Glenn Morris <rgm@gnu.org>
5826
5827 * frame.el (frame-height): Doc fix.
5828
5829 * calendar/calendar.el (calendar-split-width-threshold): New option.
5830 (calendar-basic-setup): Use calendar-split-width-threshold.
5831
5832 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5833
5834 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5835 Use .la for Automake.
5836
5837 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5838
5839 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5840 Use "autoreconf -i". Suggested by Andreas Schwab.
5841
5842 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5843
5844 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5845 Ideographic Supplement" range (U+1F200..U+1F2FF).
5846
5847 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5848
5849 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5850 since the list will have been rebuilt anyway. (Bug#4349)
5851
5852 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5853
5854 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5855 (bookmark-bmenu-execute-deletions): Don't save here, as
5856 bookmark-delete will now do so if necessary.
5857 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5858 (Bug#4348)
5859
5860 2009-10-09 Glenn Morris <rgm@gnu.org>
5861
5862 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5863
5864 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5865
5866 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5867 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5868 argument now, so the two function's behaviors will match. (Bug#3645)
5869
5870 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5873 Fix filename test.
5874 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5875 to expand file names.
5876
5877 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5878
5879 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5880 (tramp-file-name-real-host, tramp-file-name-port):
5881 Apply `save-match-data'.
5882
5883 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5884 case both directories are remote.
5885 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5886 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5887
5888 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5889
5890 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5891 (ede-proj-target-makefile-objectcode): Use it.
5892
5893 * cedet/ede/source.el (ede-want-any-source-files-p)
5894 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5895 Return search result. This error was introduced while merging.
5896
5897 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5898
5899 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5900
5901 2009-10-07 Glenn Morris <rgm@gnu.org>
5902
5903 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5904 of concat.
5905
5906 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * files-x.el (read-file-local-variable): Include some
5909 non-user-variables in the completion table (bug#4664).
5910
5911 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5912
5913 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5914 message.
5915
5916 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5917 (tramp-smb-file-name-handler-alist): Add handler for
5918 `copy-directory', `expand-file-name', `set-file-modes'.
5919 (tramp-smb-handle-copy-directory)
5920 (tramp-smb-handle-expand-file-name)
5921 (tramp-smb-handle-set-file-modes): New defuns.
5922 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5923 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5924 entry.
5925 (tramp-smb-handle-insert-directory): Don't flush the cache.
5926 (tramp-smb-maybe-open-connection): Check for samba client and
5927 server versions.
5928
5929 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5930
5931 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5932 to not error out of search for "^lisp=" fails.
5933
5934 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * makefile.w32-in (WINS_UPDATES): New macro.
5937 (custom-deps, finder-data, autoloads): Use it.
5938
5939 2009-10-07 Glenn Morris <rgm@gnu.org>
5940
5941 * Makefile.in (autoloads): Revert previous change.
5942 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5943 the list of preloaded files passed on the command-line, get
5944 it from src/Makefile.
5945
5946 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5947 show the original buffer rather than a random one.
5948
5949 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5950
5951 * help.el (describe-no-warranty): Place point in a slightly better
5952 position in the GPLv3 text.
5953
5954 2009-10-06 Sam Steingold <sds@gnu.org>
5955
5956 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5957 the comm attribute is present before calling regexp-quote.
5958
5959 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5960
5961 * play/animate.el (animate-string): For good effect, make sure
5962 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5963
5964 * play/animate.el (animate-sequence, animate-birthday-present):
5965 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5966
5967 2009-10-06 Glenn Morris <rgm@gnu.org>
5968
5969 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5970
5971 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5972 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5973 (batch-update-autoloads): Process a string value of autoload-excludes,
5974 set during the build process.
5975 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5976
5977 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5978 inside with-parsed... macro so that `v' is defined.
5979
5980 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5981 * progmodes/fortran.el (fortran-end-of-block)
5982 (fortran-beginning-of-block):
5983 Also push mark in the macro case.
5984
5985 * emerge.el (emerge-show-file-name):
5986 * calc/calc.el (calc-quit):
5987 * calc/calc-misc.el (calc-big-or-small):
5988 * calc/calc-graph.el (calc-graph-view):
5989 * calc/calc-ext.el (calc-reset):
5990 * calendar/calendar.el (calendar-basic-setup):
5991 Use window-full-height-p.
5992
5993 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5994 header we don't understand, don't insert another. (Bug#4624)
5995 If changing mime charset, insert the new one in the right place.
5996
5997 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5998
5999 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6000 (cal-tex-cursor-month): Correctly increment the end date for diary and
6001 holiday listing. (Bug#4626)
6002
6003 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * help-fns.el (describe-function-1): Don't burp if the function is not
6006 a symbol.
6007
6008 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6009
6010 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6011 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6012 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6013 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6014
6015 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6016 (eieio-default-superclass): Reflow docstrings.
6017 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6018 (eieio-unbind-method-implementations, defmethod)
6019 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6020 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6021 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6022 (eieio-slot-originating-class-p, eieio-slot-name-index)
6023 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6024 (constructor, initialize-instance, no-next-method, object-print)
6025 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6026 Fix typos in docstrings.
6027 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6028 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6029 (next-method-p): Doc fixes.
6030 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6031 Fix typos in error messages.
6032 (eieio-defmethod): Fix typo in description of generic method.
6033
6034 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6035 (eieio-persistent-save-interactive, slot-missing):
6036 Fix typos in docstrings.
6037 (eieio-instance-inheritor-slot-boundp): Doc fix.
6038
6039 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6040 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6041
6042 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6043 (eieio-custom-object-apply-reset):
6044 Fix typos in docstrings and error messages.
6045
6046 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6047 Fix typo in docstring.
6048
6049 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6050 (eieio-browse-tree): Doc fix.
6051 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6052 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6053 Fix typos in docstrings.
6054
6055 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6056 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6057 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6058 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6059 Reflow docstrings.
6060
6061 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6062
6063 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6064 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6065 Set log-view-vc-backend so that diff can work.
6066
6067 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6068 vc-version-diff.
6069 (vc-diff-internal): Autoload this instead of vc-version-diff.
6070
6071 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6072
6073 * simple.el (eval-expression): Doc fix.
6074
6075 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6076
6077 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6078
6079 * files.el (directory-files-no-dot-files-regexp): New defconst.
6080 (delete-directory): Use it.
6081 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6082
6083 * net/tramp.el (tramp-verbose): Fix docstring.
6084 (tramp-methods): Add recursive option to `tramp-copy-args'.
6085 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6086 "scp1_old", "scp2_old", "rsync", "rsyncc".
6087 (tramp-default-method): Check also for `auth-source-user-or-password'.
6088 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6089 Add handler for `copy-directory'.
6090 (tramp-handle-copy-directory): New defun.
6091 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6092 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6093 Optimize sent command.
6094
6095 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6098 window if necessary.
6099
6100 * calendar/calendar.el (calendar-basic-setup): Don't call
6101 switch-to-buffer in a dedicated window.
6102
6103 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6104
6105 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6106 don't do anything related to relocating, just return nil.
6107 (bookmark-error-no-filename): New error.
6108 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6109 bookmark has no file. Don't even attempt to handle things that
6110 are not files; the whole point of custom handlers is to keep that
6111 knowledge elsewhere anyway. Tighten some comments.
6112 (bookmark-file-or-variation-thereof): Remove now-unused function.
6113 (bookmark-location): Doc string fix.
6114 (Bug#4250)
6115
6116 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6117
6118 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6119 don't use a file dialog, because they usually don't know how to read
6120 a directory target from the user. (Bug#4230)
6121 Also, make sure the prompt can display directories as well as files.
6122
6123 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6124
6125 * bookmark.el (bookmark-set, bookmark-buffer-name):
6126 Improve doc strings. (Bug#1193)
6127
6128 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6129
6130 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6131 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6132 (bookmark-get-annotation, bookmark-set-annotation)
6133 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6134 (bookmark-set-position, bookmark-get-front-context-string)
6135 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6136 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6137 (bookmark-jump-other-window, bookmark-handle-bookmark)
6138 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6139 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6140 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6141 Improve doc strings to say whether bookmark can be a string or
6142 a record or both, and make other consistency and clarity fixes.
6143 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6144 (bookmark-default-annotation-text, bookmark-yank-word)
6145 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6146 (bookmark-import-new-list, bookmark-maybe-rename)
6147 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6148 (bookmark-bmenu-bookmark): Give these doc strings.
6149 (bookmark-bmenu-check-position): Give this a doc string, but also
6150 add a FIXME comment about how the function may be pointless.
6151 (bookmark-default-handler): Rework doc string and change a
6152 parameter name, to clarify that this takes a bookmark record
6153 not a bookmark name.
6154 (bookmark-set): Change a parameter name to indicate its meaning,
6155 and improve the doc string a bit.
6156 (Bug#4188)
6157
6158 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6159
6160 * bookmark.el (bookmark-alist): Document the new `handler' element
6161 in the param alist.
6162 (bookmark-make-record-function): Adjust documentation for above.
6163 (Bug#4193)
6164
6165 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6166
6167 * info.el (Info-bookmark-make-record): Document this function.
6168 (Info-bookmark-jump): Document with a doc string, not just a comment.
6169 (Bug#4203)
6170
6171 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6174 (semantic-new-buffer-fcn): Call parser setup functions here.
6175 (semantic-mode): Don't call parser setup functions here, it's done
6176 in semantic-new-buffer-fcn now.
6177 (semantic-mode): Parse all existing buffers when enabled.
6178
6179 * cedet/srecode/compile.el (srecode-compile-file):
6180 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6181
6182 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6183
6184 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6185
6186 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6187 (proj-comp-insert-variable-once): New macro, renamed from
6188 ede-pmake-insert-variable-once in ede/pmake.edl.
6189 (ede-proj-makefile-insert-variables): Use it.
6190
6191 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6192
6193 * files.el (copy-directory): New defun.
6194
6195 * dired-aux.el (dired-copy-file-recursive): Use it.
6196
6197 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6200 (makefile-end-of-command):
6201 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6202 (semantic-end-of-context): Fix previous change. Doc fixes.
6203
6204 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6205
6206 * files-x.el (modify-dir-local-variable)
6207 (copy-dir-locals-to-file-locals-prop-line):
6208 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6209 (makefile-end-of-command):
6210 * cedet/semantic/lex.el (semantic-lex-token):
6211 * cedet/semantic/analyze/fcn.el
6212 (semantic-analyze-dereference-metatype-1):
6213 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6214 (semantic-lex-cpp-undef):
6215 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6216 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6217 (semantic-end-of-context): Fix typos in docstrings.
6218
6219 * recentf.el (recentf-unload-function): New function.
6220
6221 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * cedet/ede.el (ede-project-placeholder-cache-file):
6224 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6225 * cedet/srecode/map.el (srecode-map-save-file):
6226 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6227
6228 2009-10-04 Glenn Morris <rgm@gnu.org>
6229
6230 * window.el (window-full-height-p): Add doc string.
6231
6232 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6233
6234 * window.el (window-full-height-p): New function. (Bug#4543)
6235
6236 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6237
6238 * cedet/srecode/insert.el: Require srecode/args.
6239
6240 * cedet/srecode/args.el: Require srecode/dictionary instead of
6241 srecode/insert.
6242
6243 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6244
6245 * files.el (auto-mode-alist): Add .srt and Project.ede.
6246
6247 * cedet/semantic.el (semantic-mode):
6248 Handle srecode-template-mode-hook as well.
6249 (semantic-mode): Use js-mode-hook for Javascript hook.
6250
6251 * cedet/srecode/template.el: Remove hook variable.
6252
6253 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6254
6255 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6256 projects exist.
6257 (ede-project-placeholder-cache-file): Default to a file in
6258 user-emacs-directory.
6259
6260 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6261 templates in data-directory.
6262 (srecode-map-save-file): Default to a file in user-emacs-directory.
6263
6264 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6265 directory.
6266
6267 2009-09-30 Eric Ludlam <zappo@gnu.org>
6268
6269 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6270 Doc fix.
6271
6272 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6273 Only insert each variable once.
6274
6275 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6276 (ede-pmake-insert-variable-shared): Use it.
6277
6278 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6279 for lexical table iff table is nil.
6280
6281 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6282
6283 * vc.el: Remove commented out code.
6284 (vc-derived-from-dir-mode): Remove, unused.
6285 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6286
6287 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6288
6289 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6290 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6291 there could be recursive loading when `default-directory' is a
6292 remote file name. (Bug#4614)
6293
6294 2009-10-03 Glenn Morris <rgm@gnu.org>
6295
6296 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6297 the frame is wide.
6298 (calendar-generate-window): Test for shrinkability rather than width.
6299
6300 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6301 declaration, currently false.
6302
6303 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6304 reusing existing buffers, in case we happen to visit two files with the
6305 same basename. (Bug#4593)
6306
6307 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6308
6309 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6310 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6311 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6312 subdirs of cedet as well.
6313 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6314
6315 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6318 Obey advertised-signature-table.
6319
6320 * help-fns.el (help-function-arglist): Don't check
6321 advertised-signature-table.
6322 (describe-function-1): Do it here instead so it also applies to subrs.
6323
6324 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * simple.el (start-file-process): Say in the doc-string, that file
6327 handlers might not support pty association, if PROGRAM is nil.
6328
6329 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6330 HOST and USER are strings. They are nil, when there are
6331 incomplete entries in ~/.netrc, for example.
6332 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6333 root directory ("device busy" error otherwise).
6334
6335 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6336 Flush file properties of created directory.
6337
6338 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6339
6340 * makefile.w32-in (WINS_BASIC): Remove cedet.
6341 (WINS_CEDET): Add cedet.
6342 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6343
6344 2009-10-02 Kevin Ryde <user42@zip.com.au>
6345
6346 * net/browse-url.el (browse-url): Pass any symbol in
6347 browse-url-browser-function to `apply', since if you've mistakenly put
6348 an unbound symbol then the error is clearer. (Bug#4531)
6349
6350 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * allout.el (allout-init, allout-back-to-current-heading)
6353 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6354 (allout-ascend, allout-up-current-level, allout-end-of-level)
6355 (allout-previous-visible-heading, allout-forward-current-level)
6356 (allout-backward-current-level, allout-show-children):
6357 * apropos.el (apropos-describe-plist):
6358 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6359 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6360 * completion.el (add-completion, add-permanent-completion):
6361 * descr-text.el (describe-text-category, describe-char):
6362 * desktop.el (desktop-lazy-abort):
6363 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6364 * dired.el (dired-build-subdir-alist):
6365 * ediff.el (ediff-version):
6366 * elide-head.el (elide-head, elide-head-show):
6367 * emerge.el (emerge-version):
6368 * env.el (getenv):
6369 * face-remap.el (variable-pitch-mode):
6370 * faces.el (describe-face):
6371 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6372 (dired-at-point):
6373 * files.el (find-file-existing, auto-save-mode):
6374 * font-lock.el (font-lock-fontify-buffer):
6375 * help-fns.el (describe-function, describe-variable)
6376 (describe-syntax, describe-categories):
6377 * help.el (view-lossage, describe-bindings, describe-key)
6378 (describe-mode):
6379 * hexl.el (hexl-current-address):
6380 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6381 * info.el (Info-goto-emacs-key-command-node):
6382 * log-edit.el (log-edit-insert-cvs-template)
6383 (log-edit-insert-cvs-rcstemplate):
6384 * menu-bar.el (menu-bar-mode):
6385 * mouse.el (mouse-appearance-menu):
6386 * newcomment.el (comment-indent-new-line):
6387 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6388 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6389 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6390 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6391 * recentf.el (recentf-mode):
6392 * savehist.el (savehist-mode, savehist-save):
6393 * shadowfile.el (shadow-copy-files):
6394 * simple.el (kill-ring-save, next-line, previous-line)
6395 (normal-erase-is-backspace-mode):
6396 * strokes.el (strokes-update-window-configuration)
6397 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6398 (strokes-xpm-for-stroke):
6399 * time.el (emacs-uptime, emacs-init-time):
6400 * tutorial.el (tutorial--describe-nonstandard-key)
6401 (tutorial--detailed-help):
6402 * type-break.el (type-break-mode)
6403 (type-break-mode-line-message-mode, type-break-query-mode)
6404 (type-break-guesstimate-keystroke-threshold):
6405 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6406 * version.el (emacs-version):
6407 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6408 * winner.el (winner-mode):
6409 * calendar/timeclock.el (timeclock-in, timeclock-out)
6410 (timeclock-status-string, timeclock-change)
6411 (timeclock-workday-remaining-string)
6412 (timeclock-workday-elapsed-string)
6413 (timeclock-when-to-leave-string):
6414 * calendar/todo-mode.el (todo-add-category):
6415 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6416 * emacs-lisp/autoload.el (update-file-autoloads):
6417 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6418 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6419 (checkdoc-message-text, checkdoc-defun):
6420 * emacs-lisp/debug.el (debugger-list-functions):
6421 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6422 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6423 (eieio-describe-generic):
6424 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6425 * emacs-lisp/shadow.el (list-load-path-shadows):
6426 * emulation/cua-base.el (cua-mode):
6427 * emulation/edt.el (edt-set-scroll-margins):
6428 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6429 (tpu-toggle-regexp, tpu-toggle-search-direction)
6430 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6431 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6432 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6433 (viper-set-parsing-style-toggling-macro)
6434 (viper-set-emacs-state-searchstyle-macros):
6435 * emulation/viper.el (viper-set-hooks):
6436 * eshell/esh-mode.el (eshell-truncate-buffer):
6437 * international/mule-cmds.el (prefer-coding-system)
6438 (describe-input-method, describe-language-environment):
6439 * international/mule-diag.el (list-character-sets)
6440 (describe-character-set, describe-coding-system)
6441 (describe-fontset, list-fontsets, list-input-methods):
6442 * mail/sendmail.el (mail-signature):
6443 * net/ange-ftp.el (ange-ftp-copy-file):
6444 * net/browse-url.el (browse-url):
6445 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6446 * net/quickurl.el (quickurl-add-url):
6447 * net/rcirc.el (names, topic):
6448 * net/xesam.el (xesam-mode):
6449 * play/5x5.el (5x5-new-game):
6450 * play/yow.el (apropos-zippy):
6451 * progmodes/ada-mode.el (ada-mode-version):
6452 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6453 (f90-end-of-block)
6454 (f90-beginning-of-block):
6455 * progmodes/fortran.el (fortran-end-of-block)
6456 (fortran-beginning-of-block):
6457 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6458 * progmodes/python.el (python-describe-symbol, python-shell):
6459 * term/ns-win.el (ns-print-buffer):
6460 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6461 * textmodes/flyspell.el (flyspell-mode-on):
6462 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6463 (pages-directory-for-addresses):
6464 * textmodes/table.el (table-recognize-cell)
6465 (table-query-dimension, table-generate-source)
6466 (table-insert-sequence, table--warn-incompatibility):
6467 * textmodes/tex-mode.el (tex-validate-buffer):
6468 * textmodes/texinfmt.el (texinfmt-version)
6469 (texinfo-format-buffer):
6470 Use `called-interactively-p' instead of `interactive-p'.
6471
6472 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6473
6474 * image-mode.el (image-toggle-display):
6475 * emacs-lisp/elp.el (elp-instrument-function):
6476 * emacs-lisp/advice.el (ad-make-advised-definition):
6477 * emacs-lisp/easy-mmode.el (define-minor-mode):
6478 * net/browse-url.el (browse-url-maybe-new-window):
6479 * progmodes/sh-script.el (sh-learn-buffer-indent):
6480 Pass new argument 'any to `called-interactively-p'.
6481
6482 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6483
6484 * international/uni-bidi.el:
6485 * international/uni-category.el:
6486 * international/uni-combining.el:
6487 * international/uni-comment.el:
6488 * international/uni-decimal.el:
6489 * international/uni-decomposition.el:
6490 * international/uni-digit.el:
6491 * international/uni-lowercase.el:
6492 * international/uni-mirrored.el:
6493 * international/uni-name.el:
6494 * international/uni-numeric.el:
6495 * international/uni-old-name.el:
6496 * international/uni-titlecase.el:
6497 * international/uni-uppercase.el:
6498 Regenerate from Unicode 5.2.0 data.
6499
6500 2009-10-01 Glenn Morris <rgm@gnu.org>
6501
6502 * Makefile.in (ELCFILES): Regenerate.
6503
6504 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * subr.el (interactive-p): Mark obsolete.
6507 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6508 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6509 advertised-signature-table for subroutines as well.
6510
6511 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6512 (set-advertised-calling-convention): New function.
6513 (make-obsolete, define-obsolete-function-alias)
6514 (make-obsolete-variable, define-obsolete-variable-alias):
6515 Make the optional-ness of `when' obsolete.
6516 (define-obsolete-face-alias): Make `when' non-optional.
6517 * help-fns.el (help-function-arglist):
6518 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6519 Use advertised-signature-table.
6520
6521 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6522
6523 * files.el (delete-directory): New defun. The original function
6524 in fileio.c has been renamed to `delete-directory-internal'.
6525
6526 * dired.el (dired-delete-file): Call `delete-directory' with
6527 RECURSIVE parameter.
6528
6529 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6530 parameter RECURSIVE. Implementation is missing.
6531
6532 * net/tramp.el (tramp-handle-make-directory): Flush upper
6533 directory's file properties.
6534 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6535 (tramp-handle-dired-recursive-delete-directory): Flush directory
6536 properties after the remove command only.
6537
6538 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6539 Handle optional parameter RECURSIVE.
6540
6541 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6542 Handle optional parameter RECURSIVE.
6543
6544 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6545 connection timeout.
6546 (tramp-smb-handle-delete-directory): Handle optional parameter
6547 RECURSIVE.
6548
6549 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6552 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6553 (byte-compile-defmacro): Use backquotes.
6554
6555 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6556
6557 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6558 has no associated file.
6559 (vc-resynch-buffer): Use vc-dir-buffers.
6560
6561 2009-10-01 Glenn Morris <rgm@gnu.org>
6562
6563 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6564 (chart-file-count):
6565 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6566 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6567 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6568 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6569 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6570 (eieio-copy-parents-into-subclass, make-instance, class-children)
6571 (eieio-generic-form):
6572 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6573 * cedet/cedet-idutils.el (cedet-idutils-search)
6574 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6575 (cedet-idutils-version-check):
6576 * cedet/cedet.el (cedet-version):
6577 * cedet/data-debug.el (data-debug-insert-overlay-button)
6578 (data-debug-insert-overlay-list-button)
6579 (data-debug-insert-buffer-button)
6580 (data-debug-insert-buffer-list-button)
6581 (data-debug-insert-process-button, data-debug-insert-ring-button)
6582 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6583 (data-debug-insert-stuff-vector-button)
6584 (data-debug-insert-symbol-button, data-debug-insert-string)
6585 (data-debug-insert-number, data-debug-insert-lambda-expression)
6586 (data-debug-insert-nil, data-debug-insert-simple-thing)
6587 (data-debug-insert-custom, data-debug-edebug-expr):
6588 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6589 (global-ede-mode-map, ede-new, ede-debug-target)
6590 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6591 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6592 (semantic-fetch-tags, semantic-submode-list)
6593 (semantic-default-submodes):
6594 * cedet/ede/source.el (ede-source-match):
6595 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6596 (project-am-package-info):
6597 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6598 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6599 * cedet/ede/proj-comp.el (ede-current-build-list):
6600 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6601 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6602 * cedet/ede/cpp-root.el (initialize-instance):
6603 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6604 (autoconf-parameter-strip, autoconf-insert-new-macro):
6605 * cedet/semantic/wisent.el (wisent-lex-eoi):
6606 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6607 (semantic-show-parser-state-mode):
6608 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6609 * cedet/semantic/tag.el (semantic-tag-new-variable)
6610 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6611 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6612 (semantic--tag-deep-copy-tag-list)
6613 (semantic-tag-components-with-overlays-default):
6614 * cedet/semantic/symref.el (semantic-symref-find-text):
6615 * cedet/semantic/senator.el (senator-yank-tag)
6616 (senator-transpose-tags-up):
6617 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6618 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6619 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6620 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6621 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6622 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6623 * cedet/semantic/lex-spp.el
6624 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6625 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6626 * cedet/semantic/idle.el
6627 (semantic-idle-summary-current-symbol-info-brutish)
6628 (semantic-idle-summary-current-symbol-info-default):
6629 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6630 (semantic--grammar-macro-compl-dict):
6631 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6632 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6633 (semantic-format-tag-canonical-name-default):
6634 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6635 (semantic-find-tags-for-completion)
6636 (semantic-find-tags-by-scope-protection-default)
6637 (semantic-deep-find-tags-for-completion):
6638 * cedet/semantic/edit.el
6639 (semantic-edits-incremental-reparse-failed-hook)
6640 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6641 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6642 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6643 * cedet/semantic/dep.el (semantic-dependency-include-path):
6644 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6645 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6646 (semanticdb-project-roots):
6647 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6648 (semanticdb-find-adebug-insert-scanned-tag-cons)
6649 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6650 (semanticdb-brute-deep-find-tags-for-completion):
6651 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6652 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6653 (semantic-end-of-context-default)
6654 (semantic-ctxt-current-function-default)
6655 (semantic-ctxt-scoped-types-default):
6656 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6657 (semantic-complete-inline-tag-engine)
6658 (semantic-complete-inline-custom-type)
6659 (semantic-complete-read-tag-analyzer):
6660 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6661 (semantic-chart-database-size):
6662 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6663 (semantic-analyze-current-context):
6664 * cedet/semantic/symref/list.el (semantic-symref)
6665 (semantic-symref-hide-buffer, semantic-symref-symbol):
6666 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6667 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6668 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6669 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6670 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6671 (semantic-c-dereference-template):
6672 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6673 (semantic--analyze-refs-full-lookup-with-parents)
6674 (semantic--analyze-refs-full-lookup-simple):
6675 * cedet/semantic/analyze/complete.el
6676 (semantic-analyze-possible-completions):
6677 * cedet/srecode/table.el (srecode-mode-table-new):
6678 * cedet/srecode/srt.el (srecode-read-variable-name):
6679 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6680 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6681 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6682 * cedet/srecode/map.el (srecode-current-map):
6683 * cedet/srecode/insert.el (srecode-insert)
6684 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6685 (srecode-template-inserter-point-override)
6686 (srecode-insert-include-lookup):
6687 * cedet/srecode/getset.el (srecode-auto-choose-class):
6688 * cedet/srecode/extract.el (srecode-inserter-extract):
6689 * cedet/srecode/document.el
6690 (srecode-document-autocomment-return-last-alist)
6691 (srecode-document-autocomment-param-type-alist)
6692 (srecode-document-insert-function-comment)
6693 (srecode-document-insert-variable-one-line-comment)
6694 (srecode-document-function-name-comment):
6695 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6696 (srecode-compound-toString):
6697 * cedet/srecode/compile.el (srecode-flush-active-templates):
6698 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6699 Doc/message fixes.
6700
6701 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6702 match-data. (Bug#4555).
6703
6704 * cedet/semantic/bovine/gcc.el
6705 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6706 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6707
6708 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6709 rather than parsing it as a regexp. This relaxes the layout
6710 requirements and makes errors easier to detect.
6711 (check-declare-verify): Check file is regular.
6712 (check-declare-directory): Doc fix.
6713 * subr.el (declare-function): Doc fix.
6714
6715 * ibuffer.el (ibuffer-format-qualifier):
6716 * isearch.el (hi-lock-regexp-okay):
6717 * calc/calc.el (math-zerop):
6718 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6719 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6720 Remove unused declarations.
6721
6722 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6723
6724 * cedet/semantic/wisent/javat-wy.el
6725 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6726
6727 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6728
6729 * cedet/srecode/expandproto.el: Fix provide statement.
6730
6731 2009-09-30 Eric Ludlam <zappo@gnu.org>
6732
6733 * emacs-lisp/eieio.el (boolean-p): Delete.
6734
6735 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6736
6737 * cedet/ede/srecode.el: Fix provide statement.
6738
6739 2009-09-30 Glenn Morris <rgm@gnu.org>
6740
6741 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6742 * cedet/ede/proj-aux.el (ede-aux-source):
6743 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6744 (ede-misc-source):
6745 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6746 (semantic-mrub-switch-tags): Fix doc typos.
6747
6748 * cedet/semantic/db-global.el (data-debug-new-buffer)
6749 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6750 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6751
6752 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6753
6754 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6755 use of CL function `remove-if-not'.
6756
6757 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6758
6759 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6760 filename is not a string.
6761
6762 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6763
6764 * files.el (safe-local-eval-forms): Fix typo.
6765
6766 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * vc-hooks.el (vc-dir-buffers): New var.
6769 (vc-state-refresh): New function.
6770 (vc-state): Use it.
6771 (vc-after-save): Always ask the backend to recompute the new state.
6772 Always call vc-dir if necessary, using vc-dir-buffers.
6773 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6774 Use vc-dir-buffers.
6775 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6776 (vc-dir-prepare-status-buffer, vc-dir-update)
6777 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6778 Don't call expand-file-name on default-directory.
6779
6780 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * speedbar.el (speedbar-item-delete):
6783 * calc/calc-prog.el (calc-kbd-if):
6784 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6785
6786 * epa.el (epa-key-list-mode-map):
6787 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6788
6789 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6790 (hs-show-hook): Fix typo in docstring.
6791
6792 2009-09-29 Glenn Morris <rgm@gnu.org>
6793
6794 * cedet/semantic/symref/idutils.el:
6795 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6796
6797 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6798
6799 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6800 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6801 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6802 Mark declarations not understood by check-declare.
6803
6804 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6805 file-name-nondirectory call preventing location of cedet files.
6806 (check-declare-verify): Use literal search rather than re-search.
6807 Add basic defmethod and defclass, and define-overloadable-function.
6808
6809 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6810 Use tramp-compat-file-attributes rather than nonexistent
6811 tramp-compat-handle-file-attributes.
6812
6813 * Makefile.in (lisptagsfiles4): New.
6814 (AUTOGENEL): Add cedet loaddefs files.
6815 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6816 (update-elclist, compile-always, backup-compiled-files)
6817 (bootstrap-clean): Add yet another directory level.
6818 (update-elclist): Use LC_COLLATE rather than COLLATE.
6819 (ELCFILES): Update, via `make update-elclist'.
6820
6821 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6824 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6825 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6826
6827 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6828
6829 * Makefile.in (lisptagsfiles3): Define.
6830 (TAGS, TAGS-LISP): Use it.
6831 (update-elclist): Add third directory level to look for elc files.
6832 (compile-always): Likewise.
6833 (backup-compiled-files): Likewise.
6834 (bootstrap-clean): Likewise.
6835 (ELCFILES): Update.
6836
6837 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6838
6839 * Makefile.in (ELCFILES): Add CEDET files.
6840
6841 2009-09-28 Eric Ludlam <zappo@gnu.org>
6842
6843 CEDET (development tools) package merged.
6844
6845 * cedet/*.el:
6846 * cedet/ede/*.el:
6847 * cedet/semantic/*.el:
6848 * cedet/srecode/*.el: New files.
6849
6850 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6851
6852 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6853
6854 * net/tramp.el (top): Require tramp-imap.
6855
6856 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6857 Use `tramp-compat-handle-file-attributes'.
6858
6859 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6860
6861 * net/tramp-imap.el: New package.
6862
6863 2009-09-28 Eric Ludlam <zappo@gnu.org>
6864
6865 * emacs-lisp/chart.el:
6866 * emacs-lisp/eieio-base.el:
6867 * emacs-lisp/eieio-comp.el:
6868 * emacs-lisp/eieio-custom.el:
6869 * emacs-lisp/eieio-datadebug.el:
6870 * emacs-lisp/eieio-opt.el:
6871 * emacs-lisp/eieio-speedbar.el:
6872 * emacs-lisp/eieio.el: New files.
6873
6874 * cedet/cedet-cscope.el:
6875 * cedet/cedet-files.el:
6876 * cedet/cedet-global.el:
6877 * cedet/cedet-idutils.el:
6878 * cedet/data-debug.el:
6879 * cedet/inversion.el:
6880 * cedet/mode-local.el:
6881 * cedet/pulse.el: New files.
6882
6883 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6884
6885 * whitespace.el (whitespace-trailing-regexp)
6886 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6887 Fix doc string.
6888
6889 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6890
6891 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6892 menu.
6893
6894 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6895 menu-bar-ediff-menu.
6896
6897 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6898 define-overloadable-function.
6899
6900 * progmodes/autoconf.el: Provide autoconf as well, so that this
6901 file can be `require'd.
6902
6903 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6904
6905 * emacs-lisp/autoload.el (generated-autoload-feature)
6906 (generated-autoload-load-name): New vars.
6907 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6908 (make-autoload): Recognize define-overloadable-function and
6909 defclass forms (for EIEIO).
6910
6911 * Makefile.in (update-subdirs): Exclude cedet directory.
6912
6913 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6914
6915 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6916
6917 * faces.el: Default light-background background for region face to
6918 ns_selection_color under NS.
6919
6920 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6921
6922 * net/imap-hash.el: New library, see NEWS.
6923
6924 * Makefile.in (ELCFILES): Add imap-hash.el.
6925
6926 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6929 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6930 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6931 definition where the docstring could be taken for the return value.
6932
6933 2009-09-26 Glenn Morris <rgm@gnu.org>
6934
6935 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6936 Add option to only show images below a certain size.
6937 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6938 save-excursion calls.
6939
6940 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6941
6942 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6943 subdirectories) and eieio.
6944
6945 2009-09-26 Alan Mackenzie <acm@muc.de>
6946
6947 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6948 buggy bracketing. (Bug#4289)
6949
6950 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6951 character constants (as case labels). (Bug#4289)
6952
6953 2009-09-25 Juri Linkov <juri@jurta.org>
6954
6955 * files.el (safe-local-eval-forms): Allow time-stamp in
6956 before-save-hook (Bug#4554).
6957
6958 2009-09-25 Drew Adams <drew.adams@oracle.com>
6959
6960 * menu-bar.el (list-buffers-directory): Doc fix.
6961
6962 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6965 Try and avoid copying twice the same paragraph.
6966 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6967 Remove save-excursion.
6968 (log-edit-changelog-entry): Do it here instead.
6969
6970 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6971
6972 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6973 when available, instead of hardcoding mode names. Doc fix.
6974
6975 * menu-bar.el (list-buffers-directory): Add docstring.
6976 Make automatically buffer-local.
6977
6978 * dired.el (dired-mode):
6979 * files.el (cd-absolute):
6980 * pcvs.el (cvs-temp-buffer):
6981 * pcvs-util.el (cvs-get-buffer-create):
6982 * shell.el (shell-mode):
6983 * vc-dir.el (vc-dir-mode):
6984 Don't make `list-buffers-directory' buffer local.
6985
6986 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6987
6988 * comint.el (comint-exec, comint-run, make-comint):
6989 Doc fixes (Bug#4542).
6990
6991 2009-09-25 Glenn Morris <rgm@gnu.org>
6992
6993 * mail/rmailmm.el (rmail-mime): New custom group.
6994 Move all defcustoms in this file into this group.
6995 (rmail-mime-media-type-handlers-alist): Revert previous change.
6996 (rmail-mime-show-images): New option.
6997 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6998 references to it, since it wasn't actually used for anything.
6999 (rmail-mime-insert-image): New function.
7000 (rmail-mime-image): Use rmail-mime-insert-image.
7001 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7002 obey the value of `rmail-mime-show-images' option. Print the size of
7003 attachments.
7004
7005 2009-09-25 David Engster <deng@randomsample.de>
7006
7007 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7008
7009 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7010
7011 * whitespace.el: Does not highlight trailing spaces While point is
7012 at end of line. Does not highligt spaces at beginning of buffer
7013 while point is at beginning of buffer. Does not highlight spaces
7014 at end of buffer while point is at end of buffer. (Bug#4177)
7015 New version 12.0.
7016 (whitespace-display-mappings): Adjust initialization.
7017 (whitespace-point, whitespace-font-lock-refontify): New vars.
7018 (whitespace-color-on, whitespace-color-off): Adjust code.
7019 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7020 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7021 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7022
7023 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7026
7027 * textmodes/sgml-mode.el: Remove xml-mode alias.
7028
7029 * files.el (auto-mode-alist, conf-mode-maybe)
7030 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7031
7032 2009-09-24 Alan Mackenzie <acm@muc.de>
7033
7034 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7035 c-forward-conditionals, but it doesn't move point and doesn't set
7036 the mark.
7037 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7038 (c-down-conditional-with-else, c-backward-conditional)
7039 (c-forward-conditional): Refactor to use c-scan-conditionals.
7040
7041 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7042
7043 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7044 (help-default-arg-highlight): Remove.
7045 (help-highlight-arg): New function.
7046 (help-do-arg-highlight): Use it.
7047 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7048
7049 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7052 Undo last change, which didn't fix the problem and introduced others.
7053
7054 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7055
7056 * progmodes/gdb-mi.el: Don't require speedbar.
7057 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7058
7059 2009-09-24 Glenn Morris <rgm@gnu.org>
7060
7061 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7062
7063 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7064
7065 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7066 there is no newline after the final mime boundary. (Bug#4539)
7067 Move markers on insertion so that any buttons inserted don't end up in
7068 the next part of a multipart message.
7069 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7070 (rmail-mime-bulk-handler): Optionally handle images.
7071 (rmail-mime-image): New button action.
7072 (rmail-mime-image-handler): New function.
7073 (rmail-mime-mode): New mode.
7074 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7075
7076 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7079 than just dropping elements from it (bug#4504).
7080
7081 * term.el (term-set-scroll-region): Don't move cursor any more.
7082 (term-handle-ansi-escape): Call term-goto here instead.
7083 Suggested by Ivan Kanis <apple@kanis.eu>.
7084
7085 * term.el: Require CL.
7086 (term-ansi-reset): New function.
7087 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7088 (term-handle-colors-array): Simplify.
7089
7090 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7091
7092 * allout.el (allout-overlay-interior-modification-handler)
7093 (allout-obtain-passphrase):
7094 * epa-file.el (epa-file-write-region):
7095 * ps-print.el (ps-begin-job):
7096 * vc-hooks.el (vc-toggle-read-only):
7097 * vc-rcs.el (vc-rcs-rollback):
7098 * vc-sccs.el (vc-sccs-rollback):
7099 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7100 (vc-version-diff, vc-revert, vc-rollback):
7101 * wdired.el (wdired-check-kill-buffer):
7102 * emacs-lisp/authors.el (authors):
7103 * net/socks.el (socks-open-connection):
7104 * net/zeroconf.el (zeroconf-service-add-hook):
7105 * obsolete/vc-mcvs.el (vc-mcvs-register):
7106 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7107 (gdb-select-frame):
7108 * progmodes/grep.el (lgrep, rgrep):
7109 * progmodes/idlw-help.el (idlwave-help-check-locations)
7110 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7111 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7112 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7113 (reftex-toc-rename-label): Fix typos in error messages.
7114
7115 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7116 (dired-copy-how-to-fn): Doc fix.
7117 (dired-files-attributes, dired-read-shell-command):
7118 Fix typos in docstrings.
7119
7120 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7121 (dired-x-find-file-other-window): Reflow docstrings.
7122 (dired-omit-marker-char, dired-read-shell-command)
7123 (dired-x-submit-report): Fix typos in docstrings.
7124
7125 * shell.el (shell-mode-hook):
7126 * view.el (View-scroll-line-forward):
7127 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7128 Fix typos in docstrings.
7129
7130 * net/dig.el (dig-invoke): Fix typo in docstring.
7131 (query-dig): Reflow docstring.
7132
7133 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7134 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7135 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7136 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7137 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7138 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7139 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7140 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7141 (idlwave-completion-map, idlwave-current-indent)
7142 (idlwave-custom-ampersand-surround, idlwave-customize)
7143 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7144 (idlwave-define-abbrev, idlwave-determine-class-special)
7145 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7146 (idlwave-end-block-reg, idlwave-end-of-statement)
7147 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7148 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7149 (idlwave-explicit-class-listed, idlwave-file-header)
7150 (idlwave-fill-paragraph, idlwave-find-class-definition)
7151 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7152 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7153 (idlwave-in-quote, idlwave-indent-action-table)
7154 (idlwave-indent-expand-table, idlwave-indent-line)
7155 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7156 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7157 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7158 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7159 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7160 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7161 (idlwave-outlawed-buffers, idlwave-popup-select)
7162 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7163 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7164 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7165 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7166 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7167 (idlwave-statement-type, idlwave-struct-skip)
7168 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7169 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7170 (idlwave-what-module-find-class): Fix typos in docstrings.
7171 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7172 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7173 (idlwave-find-module, idlwave-find-structure-definition)
7174 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7175 (idlwave-list-load-path-shadows, idlwave-next-statement)
7176 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7177 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7178 (idlwave-template): Reflow docstrings.
7179
7180 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7181 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7182 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7183 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7184 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7185 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7186 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7187 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7188 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7189 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7190 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7191 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7192 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7193 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7194 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7195 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7196 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7197 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7198 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7199 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7200 Fix typos in docstrings.
7201 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7202 (idlwave-shell-hide-output, idlwave-shell-mode)
7203 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7204 Reflow docstrings.
7205
7206 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7207
7208 2009-09-24 Ivan Kanis <apple@kanis.eu>
7209
7210 * term.el (term-bold-attribute): New var.
7211 (term-handle-colors-array): Use it.
7212
7213 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7214
7215 * progmodes/gdb-mi.el (gdb-version): New variable.
7216 (gdb-non-stop-handler): Set gdb-version.
7217 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7218 Condition "--thread" option on gdb-version.
7219 (gdb-invalidate-threads): Remove unused argument.
7220
7221 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7224 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7225
7226 2009-09-23 Glenn Morris <rgm@gnu.org>
7227
7228 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7229 replying to mail without References or Message-Id. (Bug#4525)
7230
7231 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7232
7233 * term/ns-win.el (ns-reg-to-script): New variable.
7234
7235 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7236
7237 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7238
7239 2009-09-22 Sam Steingold <sds@gnu.org>
7240
7241 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7242 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7243 to 1 because hg returns status 1 when nothing is found.
7244 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7245
7246 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * textmodes/fill.el: Convert to utf-8 encoding.
7249 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7250 pre-unicode days.
7251
7252 * add-log.el (change-log-fill-forward-paragraph): New function.
7253 (change-log-mode): Use it so fill-region DTRT.
7254 Set fill-indent-according-to-mode here rather than in
7255 change-log-fill-paragraph.
7256 (change-log-fill-paragraph): Remove.
7257
7258 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7261 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7262
7263 2009-09-22 Glenn Morris <rgm@gnu.org>
7264
7265 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7266 the scroll-bar scroll the calendar window rather than the buffer.
7267
7268 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7269 commands that move point (as opposed to scrolling).
7270
7271 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7272
7273 * emacs-lisp/elint.el (elint): New custom group.
7274 (elint-log-buffer): Make it a defcustom.
7275 (elint-scan-preloaded, elint-ignored-warnings)
7276 (elint-directory-skip-re): New options.
7277 (elint-builtin-variables): Doc fix.
7278 (elint-preloaded-env): New variable.
7279 (elint-unknown-builtin-args): Add an entry for encode-time.
7280 (elint-extra-errors): Make it a variable rather than a constant.
7281 (elint-preloaded-skip-re): New constant.
7282 (elint-directory): Skip files matching elint-directory-skip-re.
7283 (elint-features): New variable, local to linted buffers.
7284 (elint-update-env): Initialize elint-features. Possibly add
7285 elint-preloaded-env to the buffer's environment.
7286 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7287 Skip quoted forms.
7288 (elint-init-form): New function, extracted from elint-init-env.
7289 Make non-list forms a warning rather than an error.
7290 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7291 easy-menu-define, put that adds an error-condition, and provide.
7292 When requiring cl, also require cl-macs. Really require cl, to handle
7293 some cl macros. Store required libraries in the list elint-features,
7294 so as not to re-load them. Treat cc-require like require.
7295 (elint-init-env): Call elint-init-form to do the work.
7296 Handle eval-and-compile and such like.
7297 (elint-add-required-env): Do not clear messages.
7298 (elint-special-forms): Add handlers for function, defalias, if, when,
7299 unless, and, or.
7300 (elint-form): Add optional argument to ignore elint-special-forms,
7301 useful to prevent recursive calls from handlers. Doc fix.
7302 Respect elint-ignored-warnings.
7303 (elint-form): Respect elint-ignored-warnings.
7304 (elint-bound-variable, elint-bound-function): New variables.
7305 (elint-unbound-variable): Respect elint-bound-variable.
7306 (elint-get-args): Respect elint-bound-function.
7307 (elint-check-cond-form): Add some simple handling for (f)boundp and
7308 featurep tests.
7309 (elint-check-defalias-form): New handler.
7310 (elint-check-let-form): Make an empty let a warning rather than an
7311 error.
7312 (elint-check-setq-form): Make an empty setq a warning rather than an
7313 error. Respect elint-ignored-warnings.
7314 (elint-check-defvar-form): Accept null doc-strings.
7315 (elint-check-conditional-form): New handler. Does some simple-minded
7316 checking of featurep and (f)boundp tests.
7317 (elint-put-function-args): New function.
7318 (elint-initialize): Use elint-scan-doc-file rather than
7319 elint-find-builtin-variables. Use elint-put-function-args.
7320 Possibly scan preloaded-file-list.
7321 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7322 extend to handle functions as well.
7323
7324 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7325
7326 * linum.el (linum-delete-overlays, linum-update-window):
7327 Do not modify the right margin. (Bug#3971)
7328
7329 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7332 nxml-mode instead of xml-mode.
7333
7334 2009-09-21 Kevin Ryde <user42@zip.com.au>
7335
7336 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7337
7338 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * net/dig.el (dig-mode): Use define-derived-mode.
7341
7342 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7343
7344 * vc-dispatcher.el (vc-do-command): Return the process object in
7345 the asynchronous case. Use when instead of if. Do not run
7346 vc-exec-after to display a message if not enabled. (Bug#4463)
7347
7348 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7349 properties to the stash strings.
7350 (vc-git-stash-list): Return a list of strings.
7351 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7352 (vc-git-stash-show-at-point): New functions.
7353 (vc-git-stash-map): New keymap.
7354
7355 * register.el (ctl-x-r-map): Define the keys here instead of
7356 using autoload.
7357
7358 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7359
7360 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7361 list, to workaround performance problem (bug#4485).
7362
7363 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7364
7365 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7366
7367 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7368
7369 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7370 Document that this option is not recommended to use.
7371
7372 2009-09-19 Glenn Morris <rgm@gnu.org>
7373
7374 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7375 variable `var'.
7376
7377 * calc/calc-alg.el (var):
7378 * calc/calcalg2.el (var): Define for compiler.
7379
7380 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7381
7382 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7383 Doc fix (Bug#3932).
7384
7385 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7386
7387 * time-stamp.el (time-stamp-month-dd-yyyy)
7388 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7389 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7390 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7391 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7392 Remove functions that have been obsolete since 1995 (Bug#4436).
7393
7394 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7395 indent buffer only if called interactively (Bug#4452).
7396
7397 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7398 Eli Zaretskii <eliz@gnu.org>
7399
7400 This fixes bug#4197 (merged to bug#865, though not identical).
7401 * server.el (server-auth-dir): Add docstring note about FAT32.
7402 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7403 but warn against using them.
7404
7405 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7406
7407 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7408 older GDB where there is no has_more field.
7409
7410 2009-09-19 Glenn Morris <rgm@gnu.org>
7411
7412 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7413
7414 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7415
7416 * files.el (auto-mode-alist): Change default for XML files to nXML
7417 mode (Bug#4169).
7418
7419 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7420
7421 * server.el (server-ensure-safe-dir): Pass 'integer
7422 to `file-attributes', as suggested.
7423
7424 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7427 (dired-query): Use read-key.
7428
7429 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7430
7431 * cus-start.el (ns-use-qd-smoothing): Remove.
7432
7433 2009-09-18 Glenn Morris <rgm@gnu.org>
7434
7435 * allout.el (top-level): Remove unnecessary progn.
7436
7437 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7438
7439 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7440 definition of abbrev table.
7441
7442 * speedbar.el (speedbar-track-mouse):
7443 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7444 * net/eudc.el (eudc-expand-inline):
7445 * net/newst-backend.el (newsticker--cache-read-feed):
7446 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7447 condition-case handlers.
7448
7449 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7450
7451 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7452 (gdb-var-list): Add an element for has_more field.
7453 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7454 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7455 (gdb-var-update-handler-1): Parse output of dynamic variable
7456 objects (STL containers).
7457 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7458 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7459
7460 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7461 gdb-var-list.
7462 (gud-speedbar-buttons): Make node expandable if expression "has more"
7463 children.
7464
7465 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7466
7467 * startup.el (emacs-quick-startup): Remove variable and all uses.
7468 (command-line): Set `inhibit-x-resources' instead.
7469 (command-line-1): Use `inhibit-x-resources' instead.
7470
7471 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7472
7473 * subr.el: Fix last change to avoid using the `unless' macro,
7474 which breaks bootstrapping.
7475
7476 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7479 extended definitions, in case we reload subr.el after having
7480 loaded CL.
7481 (eval-next-after-load): Mark as obsolete.
7482
7483 2009-09-17 Juri Linkov <juri@jurta.org>
7484
7485 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7486 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7487 (menu-bar-showhide-menu, menu-bar-tools-menu)
7488 (menu-bar-describe-menu, menu-bar-help-menu)
7489 (minibuffer-local-completion-map, minibuffer-local-map):
7490 Fix list quoting.
7491
7492 2009-09-17 Glenn Morris <rgm@gnu.org>
7493
7494 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7495 arguments, whether or not it has a handler.
7496
7497 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7498
7499 * simple.el (hard-newline): Give it a doc-string.
7500
7501 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7502 (lisp-mode-syntax-table): Give them doc-strings.
7503
7504 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7505
7506 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7507 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7508 (menu-bar-options-menu, menu-bar-showhide-menu)
7509 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7510 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7511 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7512 (menu-bar-options-menu, menu-bar-tools-menu)
7513 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7514 (menu-bar-help-menu):
7515 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7516 string arguments.
7517
7518 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7519 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7520 calls for the menu names and :help.
7521
7522 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7525 to :minor-mode-function (bug#4455).
7526
7527 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * startup.el (command-line): Initialize the window-system after
7530 processing the command-line.
7531
7532 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7533 page-delimiter matches the empty string.
7534
7535 2009-09-16 Glenn Morris <rgm@gnu.org>
7536
7537 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7538 byte-compile-not-obsolete-var. It's a list now.
7539 (byte-compile-not-obsolete-funcs): New variable.
7540 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7541 byte-compile-not-obsolete-funcs.
7542 (byte-compile-variable-ref, byte-compile-defvar): Update for
7543 byte-compile-not-obsolete-vars name-change and list nature.
7544 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7545 and variables behind (f)boundp tests.
7546 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7547
7548 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7549
7550 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7551
7552 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7555 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7556 Don't autoload.
7557
7558 2009-09-15 Stephen Eglen <stephen@gnu.org>
7559
7560 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7561 the virtual-buffers, use the name of the buffer specified by
7562 find-file-noselect, as the match may be a symlink. (This was a
7563 problem if the target and the symlink had different names.)
7564
7565 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7568
7569 * desktop.el (desktop-path): Check user-emacs-directory.
7570
7571 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7572
7573 * loadup.el: Use after-load-functions to GC after loading each file.
7574 Remove the explicit GC calls that used to be sprinkled around.
7575
7576 * subr.el (after-load-functions): New hook.
7577 (do-after-load-evaluation): Run it. Use string-match-p to detect
7578 `obsolete' packages, rather than painfully extracting the relevant
7579 directory name.
7580
7581 2009-09-15 Glenn Morris <rgm@gnu.org>
7582
7583 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7584 free variable `doc'.
7585
7586 * dired.el (dired-mode-map): Add menu entry for async shell command.
7587
7588 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7589 variables, also consider the .elc files, since the .el files are
7590 normally gzipped (subsequent code locates the .el.gz from the .elc).
7591
7592 * calc/calc-prog.el (arglist): Define for compiler.
7593
7594 * calendar/diary-lib.el (diary-display-function): Change the default to
7595 fancy display.
7596 (body): Define for compiler.
7597
7598 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7599 (byte-compile-file-form, byte-compile-lambda)
7600 (byte-compile-top-level-body, byte-compile-form)
7601 (byte-compile-variable-ref, byte-compile-setq)
7602 (byte-compile-setq-default, byte-compile-body)
7603 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7604 (batch-byte-compile): Give some more local variables with common names
7605 a "bytecomp-" prefix to avoid masking warnings about free variables.
7606
7607 * startup.el (command-line-1): Give local variables with common names a
7608 distinguishing prefix, so as not to hide free variable warnings during
7609 bootstrap.
7610
7611 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7612 clever and add a suffix to make a unique name, just let the user decide
7613 whether or not to overwrite it. If the input is a directory, write the
7614 default filename to that directory. (Bug#4388)
7615 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7616 is a filename-as-a-directory.
7617
7618 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * textmodes/page.el (what-page): Don't move to beginning of line.
7621 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7622
7623 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7624
7625 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7626
7627 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7628
7629 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7630 * help.el (help-for-help-internal): Add purecopy calls for text.
7631
7632 * vc.el (top): print-log method now takes an optional SHORTLOG
7633 argument. Add a new method: root.
7634 (vc-root-diff, vc-print-root-log): New functions.
7635 (vc-log-short-style): New variable.
7636 (vc-print-log-internal): Add support for showing short logs.
7637
7638 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7639 vc-print-root-log and vc-print-root-diff.
7640
7641 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7642 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7643 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7644 short logs.
7645
7646 * vc-cvs.el (vc-cvs-print-log):
7647 * vc-mtn.el (vc-mtn-print-log):
7648 * vc-rcs.el (vc-rcs-print-log):
7649 * vc-sccs.el (vc-sccs-print-log):
7650 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7651 that is ignored for now.
7652
7653 * vc-mtn.el (vc-mtn-annotate-command):
7654 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7655
7656 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7659 to function-key-map, and give them ascii-character property.
7660 * term/x-win.el (x-alternatives-map):
7661 * term/ns-win.el (ns-alternatives-map):
7662 * term/internal.el (msdos-key-remapping-map):
7663 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7664
7665 2009-09-14 Glenn Morris <rgm@gnu.org>
7666
7667 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7668 temp-buffers (2009-09-12).
7669
7670 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7673 the new read-key function.
7674
7675 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7678 is defined (Bug#4405).
7679
7680 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7681
7682 * recentf.el (recentf-cleanup): Use a hash table to find
7683 duplicates (Bug#4407).
7684
7685 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7686
7687 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7688 kp-0 to ascii equivalents (Bug#4325).
7689
7690 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7691
7692 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7693
7694 * eshell/em-hist.el:
7695 * eshell/em-dirs.el (eshell-complete-user-reference):
7696 Declare pcomplete functions and variables to avoid compiler warnings.
7697
7698 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7699
7700 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7701 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7702 * eshell/em-alias.el (eshell-aliases-file):
7703 * eshell/em-hist.el (eshell-history-file-name):
7704 Use expand-file-name instead of concat to make file names (Bug#4308).
7705
7706 2009-09-13 Glenn Morris <rgm@gnu.org>
7707
7708 * ediff-merg.el (ediff-do-merge):
7709 * filesets.el (filesets-run-cmd):
7710 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7711 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7712 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7713 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7714 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7715 Replace empty `let's with `progn'.
7716
7717 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7718
7719 * mail/sendmail.el (send-mail-function):
7720 * tooltip.el (tooltip-mode):
7721 * simple.el (transient-mark-mode):
7722 * rfn-eshadow.el (file-name-shadow-mode):
7723 * frame.el (blink-cursor-mode):
7724 * font-core.el (global-font-lock-mode):
7725 * files.el (temporary-file-directory)
7726 (small-temporary-file-directory, auto-save-file-name-transforms):
7727 * epa-hook.el (auto-encryption-mode):
7728 * composite.el (global-auto-composition-mode):
7729 Use custom-initialize-delay.
7730 * startup.el (command-line): Don't explicitly call
7731 custom-reevaluate-setting for all the above vars.
7732 * custom.el (custom-initialize-safe-set)
7733 (custom-initialize-safe-default): Delete.
7734
7735 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * term/x-win.el (x-initialize-window-system):
7738 * term/w32-win.el (w32-initialize-window-system):
7739 * term/ns-win.el (ns-initialize-window-system): Don't call
7740 mouse-wheel-mode since it's enabled globally by default already.
7741
7742 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7743 actually define the variable, but only silences the byte-compiler.
7744 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7745 before looking it up.
7746 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7747 is changed.
7748
7749 2009-09-12 Glenn Morris <rgm@gnu.org>
7750
7751 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7752 1000.
7753 (elint-add-required-env): Don't beep on error.
7754 (elint-forms): In case of error, return ENV unchanged.
7755 (elint-init-env): Skip non-list forms.
7756 (elint-log): Handle unknown file positions.
7757
7758 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7759
7760 * epg.el (epg-make-context): Add autoload cookie.
7761 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7762 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7763 (epg-verify-string, epg-start-sign, epg-sign-file)
7764 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7765 (epg-encrypt-string, epg-start-export-keys)
7766 (epg-export-keys-to-file, epg-export-keys-to-string)
7767 (epg-start-import-keys, epg-import-keys-from-file)
7768 (epg-import-keys-from-string, epg-start-receive-keys)
7769 (epg-receive-keys, epg-import-keys-from-server)
7770 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7771 (epg-sign-keys, epg-start-generate-key)
7772 (epg-generate-key-from-file, epg-generate-key-from-string):
7773 Remove autoload cookie.
7774
7775 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7776
7777 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7778 reevaluation of trash-directory.
7779
7780 * mwheel.el: Fix last change.
7781 (mouse-wheel-mode): New defvar.
7782 (mouse-wheel-mode): Remove autoload cookie.
7783
7784 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * mwheel.el (mwheel-installed-bindings): New var.
7787 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7788 the bindings we set last time. Use custom-initialize-delay.
7789 * loadup.el: Load mwheel after term/*-win.el.
7790 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7791 and mouse-wheel-up-event now that their first evaluation is done
7792 sufficiently late to be correct.
7793
7794 * startup.el (tutorial-directory): Make it a defcustom.
7795 Use custom-initialize-delay rather than eval-at-startup to set it.
7796 * image.el (image-load-path): Make it a defcustom.
7797 Use custom-initialize-delay rather than eval-at-startup to set it.
7798 * subr.el (eval-at-startup): Remove.
7799 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7800
7801 * subr.el (do-after-load-evaluation): Warn the user after loading an
7802 obsolete package.
7803
7804 2009-09-12 Glenn Morris <rgm@gnu.org>
7805
7806 * proced.el (proced-mark-alt): Remove alias.
7807 (proced-mode-map): Remove proced-mark-alt.
7808
7809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7810 Elint file and directory. Remove initialization entry.
7811
7812 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7813 commands.
7814 (elint-current-buffer): Set mode-line-process.
7815 (elint-init-env): Handle define-derived-mode.
7816 Fix declare-function with unspecified arglist. Guard against odd
7817 defalias statements (eg iso-insert's 8859-1-map).
7818 (elint-add-required-env): Use a temp buffer.
7819 (elint-form): Just print the function/macro name, not the whole form.
7820 Return env unchanged if we fail to parse a macro.
7821 (elint-forms): Guard against parse errors.
7822 (elint-output): New function, to handle batch mode.
7823 (elint-log-message): Add optional argument. Use elint-output.
7824 (elint-set-mode-line): New function.
7825
7826 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7827
7828 * emacs-lisp/elp.el (elp-not-profilable): Add more
7829 functions (Bug#4233).
7830
7831 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7832
7833 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7834 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7835
7836 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7837
7838 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7839 (gdb-var-list-children): Use json parsing.
7840
7841 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7842
7843 * progmodes/js.el (js--proper-indentation): Handle the case where
7844 char-before is null. Reported by Deniz Dogan.
7845
7846 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7847
7848 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7849
7850 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7851
7852 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7853 (epg-digest-algorithm-alist): Add SHA224.
7854 (epg-context-set-passphrase-callback)
7855 (epg-context-set-progress-callback): Add description about
7856 callback function.
7857
7858 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * custom.el (custom-delayed-init-variables): New var.
7861 (custom-initialize-delay): New function.
7862 * startup.el (command-line): "Re"evaluate all vars in
7863 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7864 explicitly any more.
7865 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7866 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7867
7868 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7869
7870 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7871
7872 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7873 (gdb-var-update-handler): Use json parsing.
7874
7875 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7876
7877 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7878 decode annotated text, regardless of language environment. (Bug#2741)
7879
7880 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * Makefile.in (autoloads): Make rmail.el writable as well.
7883
7884 2009-09-11 Glenn Morris <rgm@gnu.org>
7885
7886 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7887 loaddefs.el.
7888 * dired.el: Regenerate with extracted autoloads.
7889 * Makefile.in (autoloads): Make dired.el writable.
7890
7891 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7892 * ibuffer.el: Regenerate with extracted autoloads.
7893 * Makefile.in (autoloads): Make ibuffer.el writable.
7894
7895 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7896 * version.el (emacs-copyright, emacs-major-version)
7897 (emacs-minor-version): Reformat doc-strings for make-docfile.
7898
7899 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7900 functions and variables, since they must be stuff specific to some other
7901 platform.
7902 (apropos-print): Make mouse-click message less specific about button.
7903
7904 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7905 that records where a macro was defined.
7906 * help-fns.el (describe-function-1): Mention if a function has a
7907 compiler-macro.
7908 * help-mode.el (help-function-cmacro): New button.
7909
7910 * locate.el (top-level): Always require dired.
7911 (locate-mode-map): Initialize inside the defvar.
7912
7913 * net/ange-ftp.el (dired-compress-file): Declare.
7914 (ange-ftp-dired-compress-file): Add doc string.
7915
7916 * term/ns-win.el (x-display-name, x-setup-function-keys):
7917 Unify doc-strings with X versions.
7918
7919 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * emulation/crisp.el (crisp-mode-map): Move initialization
7922 into declaration.
7923 (crisp-mode): Use define-minor-mode.
7924
7925 * progmodes/xscheme.el (xscheme-evaluation-commands):
7926 Put a :advertised-binding property rather than using
7927 advertised-xscheme-send-previous-expression.
7928 (advertised-xscheme-send-previous-expression): Declare obsolete.
7929 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7930 `advertised-undo'.
7931 (crisp-mode): Add corresponding bindings to
7932 undo's :advertised-binding instead.
7933 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7934 than using dired-advertised-find-file.
7935 (dired-advertised-find-file):
7936 * simple.el (advertised-undo):
7937 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7938 (widget-keymap): Put a :advertised-binding property rather
7939 than using advertised-widget-backward.
7940 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7941 than using advertised-undo.
7942 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7943
7944 2009-09-10 Simon South <ssouth@slowcomputing.org>
7945
7946 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7947 Mark mode is enabled and region is active; otherwise indent or
7948 insert TAB as usual.
7949 (delphi-mode): Update description of TAB-key binding.
7950
7951 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * subr.el (define-key-rebound-commands): Mark obsolete.
7954 * startup.el (precompute-menubar-bindings): Remove.
7955 (normal-top-level): Remove obsolete code that tried to precompute
7956 menubar bindings.
7957 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7958 define-key-rebound-commands and precompute-menubar-bindings.
7959
7960 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7961
7962 * net/imap.el (imap-interactive-login): Better messages.
7963 (imap-open): Fix bug with renamed buffer on reconnect.
7964 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7965 for easier debugging and cleaner code. On successful (guessed based on
7966 server capabilities) secondary authentication, set imap-state
7967 correctly.
7968 (imap-last-authenticator): Define imap-last-authenticator as a variable
7969 to avoid warnings.
7970
7971 2009-09-10 Glenn Morris <rgm@gnu.org>
7972
7973 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7974
7975 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7976 (byte-compile-file-form-autoload): Don't warn about unknown functions
7977 where the autoload statement comes after the use.
7978 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7979 that any handlers inside the body (eg require) are in turn respected.
7980
7981 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7982 effects.
7983
7984 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7985 and syntax and abbrev tables basic docs, if they don't have any.
7986
7987 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7988
7989 * international/mule-cmds.el (top-level): Require cl when compiling.
7990 (view-hello-file): Use default-value rather than
7991 default-enable-multibyte-characters.
7992
7993 * progmodes/fortran.el: Move all safe and risky properties into the
7994 defcustoms.
7995
7996 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7997 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7998 * mail/undigest.el:
7999 Put autoloads in rmail.el rather than loaddefs.el.
8000 * mail/rmail.el: Regenerate with extracted autoloads.
8001
8002 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8003 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8004
8005 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8006
8007 Reported in thread for Bug#4375.
8008 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8009 "-data-evaluate-expression" instead of print.
8010 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8011 (gdb-tooltip-print): Parse output from above MI command.
8012 (gdb): Revert 2009-08-11 change. User should detach inferior
8013 manually.
8014
8015 Remove the word "separate" from IO functions as inferior
8016 output is now never displayed in the GUD buffer.
8017
8018 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * startup.el (command-line-normalize-file-name): On Windows and
8021 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8022
8023 2009-09-10 Juri Linkov <juri@jurta.org>
8024
8025 * isearch.el (isearch-text-char-description): Propertize escape
8026 character sequences with the `escape-glyph' face. (Bug#4344)
8027
8028 * simple.el (shell-command): Set asynchronous process filter to
8029 `comint-output-filter'. (Bug#4343)
8030
8031 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8032 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8033 the list. Move "asm" to the bottom.
8034 (grep-find-ignored-directories): Add `choice' with nil value
8035 to empty the list easily.
8036 (grep-find-ignored-files): New option.
8037 (grep-files-history): Set to nil by default instead of '("ch" "el").
8038 (grep-compute-defaults): Add "<X>" to `grep-template'.
8039 (grep-read-files): Bind new local variables `default-alias' and
8040 `default-extension'. Use a list of default values for the file prompt.
8041 (lgrep): Add `--exclude=' command line options composed from
8042 `grep-find-ignored-files'.
8043 (rgrep): Add `-name' command line options composed from
8044 `grep-find-ignored-files'. (Bug#4301)
8045
8046 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8049 (bug#4368).
8050
8051 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8052
8053 * calendar/time-date.el (autoload):
8054 Expand define-obsolete-function-alias into defalias and make-obsolete
8055 for old Emacsen that Gnus supports.
8056 (with-no-warnings): Define it for old Emacsen.
8057 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8058 is available.
8059 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8060 float-time is available; suppress compile warning for time-to-seconds.
8061
8062 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8063
8064 * net/imap.el (imap-message-map): Docstring fix.
8065
8066 2009-09-09 Glenn Morris <rgm@gnu.org>
8067
8068 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8069 line numbers too. (Bug#4374)
8070
8071 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * smerge-mode.el (smerge-remove-props, smerge-refine):
8074 Use with-silent-modifications (bug#4342).
8075
8076 * subr.el (with-silent-modifications): New macro.
8077
8078 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8079
8080 * files.el (top-level): Require `cl' when compiling.
8081
8082 2009-09-07 Glenn Morris <rgm@gnu.org>
8083
8084 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8085
8086 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8087 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8088
8089 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8090
8091 * vc-git.el (vc-git-annotate-command): Use separator to parse
8092 arguments correctly.
8093
8094 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8095
8096 * proced.el (proced-mode): Doc fix.
8097
8098 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8099
8100 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8101 lstat fails.
8102 (tramp-do-file-attributes-with-ls): Check for file existence at
8103 remote end.
8104 (tramp-do-file-attributes-with-stat): Likewise.
8105 (tramp-convert-file-attributes): Return nil when attr is nil.
8106
8107 2009-09-05 Glenn Morris <rgm@gnu.org>
8108
8109 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8110 properties to this button.
8111 (diary-fancy-display): Don't extend the button to the final newline.
8112 (diary-fancy-display-mode): Continue to define "q" as a local key.
8113
8114 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8115 efficient.
8116
8117 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8118
8119 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8120 (byte-compile-dest-file-function): New option.
8121 (byte-compile-dest-file): Doc fix.
8122 Obey byte-compile-dest-file-function.
8123 (byte-compile-cl-file-p): New function.
8124 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8125 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8126 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8127 than for file being previously loaded.
8128 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8129 (byte-compile-file-form-require): Handle the case where requiring a file
8130 indirectly causes CL to be loaded.
8131
8132 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8133
8134 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8135 before killing the old buffer, since by the time `kill-buffer' is
8136 run so many buffer variables have been set to nil that it may not
8137 behave as expected. (Bug#4061)
8138
8139 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8140
8141 * files.el (find-alternate-file): If the old buffer is modified
8142 and visiting a file, behave similarly to `kill-buffer' when
8143 killing it, thus reverting to the pre-1.878 behavior; see
8144 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8145 for discussion. Also, consult `buffer-file-name' as a variable
8146 not as a function, for consistency with the rest of the code.
8147
8148 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8149
8150 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8151 also when adding a new directory.
8152
8153 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8154 defun.
8155
8156 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * files.el (locate-file-completion-table): Make it provide boundary
8159 information, so partial-completion works better.
8160
8161 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8162
8163 * mail/footnote.el (Footnote-text-under-cursor):
8164 Check footnote-text-marker-alist before using it (bug#4324).
8165
8166 2009-09-04 Glenn Morris <rgm@gnu.org>
8167
8168 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8169 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8170 * play/solitaire.el, play/tetris.el:
8171 Remove leading * from defcustom and defface docs.
8172
8173 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8174 necessary.
8175 (diary-fancy-overriding-map): New variable.
8176 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8177 Use view-mode.
8178
8179 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8180 goto-line.
8181
8182 2009-09-03 Glenn Morris <rgm@gnu.org>
8183
8184 * arc-mode.el (archive-mode):
8185 * dos-fns.el (set-default-process-coding-system):
8186 * man.el (Man-getpage-in-background):
8187 * menu-bar.el (menu-bar-describe-menu):
8188 * server.el (server-process-filter):
8189 * startup.el (command-line):
8190 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8191 * w32-fns.el (set-default-process-coding-system):
8192 * x-dnd.el (x-dnd-handle-file-name):
8193 * international/mule-cmds.el (mule-menu-keymap)
8194 (set-default-coding-systems, language-info-alist, set-language-info)
8195 (set-language-environment, standard-display-european-internal)
8196 (set-locale-environment):
8197 * international/mule-diag.el (mule-diag):
8198 * mail/emacsbug.el (report-emacs-bug):
8199 * mail/rmail.el (rmail-mode):
8200 * mail/sendmail.el (mail-setup):
8201 Use default-value rather than default-enable-multibyte-characters.
8202
8203 * progmodes/f90.el: Move all safe properties into the defcustoms.
8204 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8205
8206 * calendar/appt.el (appt-check):
8207 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8208 (diary-check-diary-file, diary-list-entries)
8209 (diary-include-other-diary-files, diary-simple-display)
8210 (diary-fancy-display, diary-print-entries)
8211 (diary-mark-included-diary-files, diary-make-entry):
8212 Don't call substitute-in-file-name on diary-file.
8213
8214 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8215 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8218 (footnote-mode-map): Move initialization into the declaration.
8219 (footnote-minor-mode-map): Define it rather than changing global-map.
8220 (footnote-mode): Use define-minor-mode.
8221
8222 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8223
8224 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8225 (tramp-do-file-attributes-with-perl)
8226 (tramp-do-file-attributes-with-stat): Rename from
8227 `tramp-handle-file-attributes-with-*'.
8228 (tramp-handle-file-attributes): Use them.
8229 (tramp-do-directory-files-and-attributes-with-perl)
8230 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8231 `tramp-handle-directory-files-and-attributes-with-*'.
8232 (tramp-handle-directory-files-and-attributes): Use them.
8233 (tramp-method-out-of-band-p): Additional parameter SIZE.
8234 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8235 (tramp-handle-write-region): Use it.
8236 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8237 (tramp-handle-vc-registered): Check, whether the first run did
8238 return files to be tested.
8239 (tramp-advice-make-auto-save-file-name): Do not call directly
8240 `tramp-handle-make-auto-save-file-name', because this would bypass
8241 the locking mechanism.
8242
8243 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8244 (file-remote-p, process-file, start-file-process, set-file-times)
8245 (tramp-compat-file-attributes): Compatibility functions shall not
8246 call directly `tramp-handle-*', because this would bypass the
8247 locking mechanism.
8248 (tramp-compat-number-sequence): New defun.
8249
8250 2009-09-02 Glenn Morris <rgm@gnu.org>
8251
8252 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8253 alias for float-time.
8254 (time-to-number-of-days): In Emacs, use float-time.
8255 * net/newst-backend.el (time-add): Suppress warnings from compat
8256 function.
8257 * time.el (emacs-uptime, emacs-init-time):
8258 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8259 Use float-time rather than time-to-seconds.
8260
8261 * minibuffer.el (completion-initials-expand): Fix typo.
8262
8263 * faces.el (modeline, modeline-inactive, modeline-highlight)
8264 (modeline-buffer-id):
8265 * info.el (info-menu-5): Mark these face aliases as obsolete.
8266
8267 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8268
8269 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8270 space ...
8271 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8272 no "--thread" option.
8273 (gdb-stopped): Don't print "Switched to thread" message when it is
8274 unchanged.
8275
8276 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * minibuffer.el (completion-try-completion)
8279 (completion-all-completions): Remove ill-defined (and
8280 mistakenly installed and luckily never used nor documented)
8281 `completion-styles' property.
8282 (completion-initials-expand, completion-initials-all-completions)
8283 (completion-initials-try-completion): New functions.
8284 (completion-styles-alist): Add doc to each entry.
8285 Add new `initials' entry.
8286
8287 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8288
8289 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8290 MI command -var-evaluate-expression.
8291 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8292 and tweak for case of string child.
8293 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8294
8295 2009-09-01 Glenn Morris <rgm@gnu.org>
8296
8297 * add-log.el (change-log-date-face, change-log-name-face)
8298 (change-log-email-face, change-log-file-face, change-log-list-face)
8299 (change-log-conditionals-face, change-log-function-face)
8300 (change-log-acknowledgement-face):
8301 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8302 (custom-modified-face, custom-set-face, custom-changed-face)
8303 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8304 (custom-documentation-face, custom-state-face, custom-comment-face)
8305 (custom-comment-tag-face, custom-variable-tag-face)
8306 (custom-variable-button-face, custom-face-tag-face)
8307 (custom-group-tag-face-1, custom-group-tag-face):
8308 * diff-mode.el (diff-header-face, diff-file-header-face)
8309 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8310 (diff-added-face, diff-changed-face, diff-function-face)
8311 (diff-context-face, diff-nonexistent-face):
8312 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8313 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8314 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8315 (Info-title-4-face):
8316 * isearch.el (isearch-lazy-highlight-face):
8317 * log-view.el (log-view-file-face, log-view-message-face):
8318 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8319 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8320 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8321 (cvs-msg-face):
8322 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8323 (smerge-base-face, smerge-markers-face):
8324 * wid-edit.el (widget-documentation-face, widget-button-face)
8325 (widget-field-face, widget-single-line-field-face)
8326 (widget-inactive-face, widget-button-pressed-face):
8327 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8328 (woman-addition-face):
8329 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8330 (eshell-ls-executable-face, eshell-ls-readonly-face)
8331 (eshell-ls-unreadable-face, eshell-ls-special-face)
8332 (eshell-ls-missing-face, eshell-ls-archive-face)
8333 (eshell-ls-backup-face, eshell-ls-product-face)
8334 (eshell-ls-clutter-face):
8335 * eshell/em-prompt.el (eshell-prompt-face):
8336 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8337 * obsolete/old-whitespace.el (whitespace-highlight-face):
8338 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8339 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8340 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8341 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8342 (antlr-font-lock-literal-face):
8343 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8344 (ebrowse-root-class-face, ebrowse-file-name-face)
8345 (ebrowse-default-face, ebrowse-member-attribute-face)
8346 (ebrowse-member-class-face, ebrowse-progress-face):
8347 * progmodes/make-mode.el (makefile-space-face):
8348 * progmodes/sh-script.el (sh-heredoc-face):
8349 * textmodes/flyspell.el (flyspell-incorrect-face)
8350 (flyspell-duplicate-face):
8351 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8352 * textmodes/texinfo.el (texinfo-heading-face):
8353 Mark face aliases with "-face" suffix as obsolete.
8354
8355 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8356 compiler.
8357
8358 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8359 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8360 easy-menu-define wants to modify these.
8361
8362 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8363
8364 * net/browse-url.el (browse-url-file-url):
8365 * term/internal.el (dos-codepage-setup):
8366 Use default-value rather than default-enable-multibyte-characters.
8367
8368 * progmodes/etags.el (etags-goto-tag-location):
8369 * progmodes/flymake.el (flymake-highlight-line)
8370 (flymake-goto-file-and-line, flymake-goto-line):
8371 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8372 (gdb-goto-breakpoint):
8373 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8374 * progmodes/python.el (python-find-function)
8375 (python-pdbtrack-track-stack-file):
8376 * progmodes/verilog-mode.el (verilog-surelint-off):
8377 * term/ns-win.el (ns-open-file-select-line):
8378 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8379 Use forward-line rather than goto-line.
8380
8381 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8382 * textmodes/reftex-index.el (reftex-display-index):
8383 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8384 * textmodes/reftex-toc.el (reftex-toc):
8385 Remove unnecessary bindings of default-major-mode (all are followed by
8386 major-mode check and possible mode switch).
8387
8388 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8389
8390 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8391 Handle watchpoints (bug#4282).
8392 (def-gdb-thread-buffer-command): Enable thread to be selected by
8393 clicking without selecting threads buffer first.
8394 (gdb-current-context-command): Use selected frame so that "up",
8395 "down" etc work in the GUD buffer.
8396 (gdb-update): Find selected frame before rendering stack buffer.
8397 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8398
8399 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * progmodes/sym-comp.el (displayed-completions): Remove.
8402 (symbol-complete): Use minibuffer-complete.
8403
8404 2009-08-31 Glenn Morris <rgm@gnu.org>
8405
8406 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8407
8408 * apropos.el (apropos-symbols-internal):
8409 Handle (obsolete) face aliases.
8410
8411 * faces.el (describe-face): Adjust the output format to be more like
8412 describe-variable, and to mention (obsolete) face aliases.
8413 Adjust the whitespace so that help-setup-xref works.
8414
8415 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8416 * calendar/diary-lib.el (diary-button-face):
8417 Mark these face aliases as obsolete.
8418
8419 * calendar/calendar.el (calendar-today): Doc fix.
8420
8421 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8422
8423 * progmodes/gdb-mi.el (gdb-control-all-threads)
8424 (gdb-control-current-thread): Force tool bar update.
8425 (gdb-non-stop-handler): New function.
8426 (gdb-init-1): Use it to test if non-stop mode is supported.
8427 Remove unused gdbmi buffer type.
8428
8429 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8430
8431 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8432 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8433
8434 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8435
8436 * comint.el (comint-exec-1): Check command is non-null first.
8437 Part of gdb-mi.el change (2009-08-28).
8438
8439 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8442
8443 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8444
8445 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8446 instead of `dolist' to avoid a recursive require when bootstrapping.
8447
8448 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8451
8452 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8453
8454 * net/imap.el (imap-send-command): Simplify.
8455 (imap-wait-for-tag): point-max -> buffer-size.
8456
8457 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8458
8459 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8460 with constant argument.
8461
8462 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8463
8464 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8465
8466 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8467 Change default, since most of our files don't have a history.
8468 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8469 the user.
8470
8471 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8472 Add comint-run.
8473
8474 * calc/calc.el: Improve commenting convention.
8475 (calc-digit-map, toplevel): Simplify.
8476
8477 * comint.el (comint-insert-input): Be careful to only set point if we
8478 don't delegate to some other command.
8479
8480 * proced.el (proced-signal-list): Make it an alist.
8481 (proced-grammar-alist): Capitalize names.
8482 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8483 Disable undo manually and make it read-only.
8484 Use completion-annotate-function.
8485
8486 * minibuffer.el (minibuffer-message): If the current buffer is not
8487 a minibuffer, insert the message in the echo area rather than at the
8488 end of the buffer.
8489 (completion-annotate-function): New variable.
8490 (minibuffer-completion-help): Use it.
8491 (completion--embedded-envvar-table): Environment vars are
8492 always case-sensitive.
8493
8494 2009-08-30 Glenn Morris <rgm@gnu.org>
8495
8496 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8497 from fortran-current-defun.
8498 (fortran-beginning-of-subprogram): Be more precise about finding the
8499 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8500 (fortran-end-of-subprogram): Simplify.
8501 (fortran-current-defun): Use fortran-start-prog-re.
8502
8503 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8504
8505 * subr.el (do-after-load-evaluation): Simplify.
8506
8507 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8508
8509 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8510
8511 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8512 (vc-rcs-print-log): Use it.
8513
8514 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8515
8516 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * paths.el (abbrev-file-name): Move to abbrev.el.
8519 * abbrev.el (abbrev-file-name): Move from paths.el.
8520 Obey user-emacs-directory.
8521 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8522 user-emacs-directory.
8523 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8524 abbrev-file-name and calc-settings-file any more.
8525 * startup.el (command-line): Recompute abbrev-file-name and
8526 abbreviated-home-dir.
8527 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8528 of the special code for when C-h bindings haven't been changed.
8529 (display-startup-echo-area-message): Use with-current-buffer.
8530 (command-line-1): Use a list of strings, rather than a list of lists
8531 of strings for longopts.
8532
8533 * files.el (get-free-disk-space): Use / for default-directory.
8534
8535 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8536 Use with-current-buffer.
8537
8538 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8539 Recognize immutable variables like most-positive-fixnum.
8540 (byte-compile-setq-default): Check and warn if trying to assign
8541 to an immutable variable, or a non-variable.
8542
8543 * progmodes/cc-vars.el (c-comment-continuation-stars):
8544 * progmodes/cc-engine.el (c-looking-at-bos):
8545 * progmodes/cc-cmds.el (c-toggle-auto-state)
8546 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8547 (c-comment-line-break-function): Add version of obsolescence.
8548
8549 2009-08-28 Juri Linkov <juri@jurta.org>
8550
8551 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8552 associated with `archive-mode'.
8553
8554 * image.el (image-type-header-regexps): Use only JPEG magic number
8555 to determine JPEG images, and don't use `image-jpeg-p' because
8556 Emacs can display non-JFIF non-Exif JPEG images.
8557
8558 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * arc-mode.el (archive-mode):
8561 * emacs-lisp/re-builder.el (re-builder-unload-function):
8562 Protect against the default value of `major-mode' being nil.
8563
8564 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8567 Fix typos in docstrings.
8568
8569 * progmodes/js.el (js--macro-decl-re): Doc fix.
8570 (js--plain-method-re, js--split-name): Refloc docstring.
8571 (js--class-styles, js--make-merged-item, js--splice-into-items):
8572 Fix typos in docstrings; reflow docstrings.
8573 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8574 (js--variable-decl-matcher, js--inside-pitem-p)
8575 (js--parse-state-at-point, js--get-all-known-symbols)
8576 (js--symbol-history, js-find-symbol, js--js-references)
8577 (js--moz-interactor, js--js-encode-value, js--read-tab):
8578 Fix typos in docstrings.
8579
8580 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * textmodes/reftex.el (reftex-get-file-buffer-force):
8583 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8584 * emulation/viper.el (viper-go-away, viper-set-hooks):
8585 * emacs-lisp/re-builder.el (re-builder-unload-function):
8586 * emacs-lisp/bytecomp.el (byte-compile-file):
8587 * ses.el (ses-unload-function):
8588 * hexl.el (hexl-find-file):
8589 * files.el (normal-mode):
8590 * ehelp.el (with-electric-help):
8591 * autoinsert.el (auto-insert-alist):
8592 * arc-mode.el (archive-mode):
8593 Use (default-value 'major-mode) instead of default-major-mode.
8594
8595 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8596 * international/mule.el (load-with-code-conversion):
8597 * emacs-lisp/debug.el (debug):
8598 * ediff-vers.el (ediff-rcs-get-output-buffer):
8599 * dired.el (dired-internal-noselect): Don't let-bind
8600 default-major-mode around code that doesn't use it.
8601 E.g. buffer creation via get-buffer-create doesn't use it.
8602
8603 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8604
8605 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8606 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8607 when writing the temp file. Otherwise, epa-file gets confused.
8608 (tramp-register-file-name-handlers): Make it a defun. Move also
8609 `epa-file-handler' to the front of `file-name-handler-alist'.
8610
8611 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8614 start right after a ^M.
8615 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8616 (tramp-completion-file-name-regexp-separate)
8617 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8618 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8619 Don't modify last-coding-system-used by accident.
8620 (tramp-completion-file-name-handler): Apply the checks here,
8621 instead during registration.
8622 (tramp-register-file-name-handlers): Renamed from
8623 `tramp-register-file-name-handler'. Register both
8624 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8625 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8626
8627 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8628
8629 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8630 Remove variable ...
8631 (gdb-init-1, gdb-display-separate-io-buffer)
8632 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8633 references to it.
8634 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8635 (gdb-inferior-filter): Use comint-output-filter to stop
8636 echoing and remove ^M characters.
8637
8638 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * emulation/viper-init.el (viper-restore-cursor-type):
8641 * emulation/cua-base.el (cua--update-indications):
8642 Replace default-cursor-type with (default-value 'cursor-type).
8643
8644 * mail/sendmail.el (mail-recover-1):
8645 * international/mule-diag.el (describe-current-coding-system-briefly)
8646 (describe-current-coding-system):
8647 * international/mule-cmds.el (select-safe-coding-system)
8648 (select-message-coding-system)
8649 (set-language-environment-coding-systems, set-locale-environment):
8650 * hexl.el (hexl-insert-multibyte-char):
8651 * dos-w32.el (find-buffer-file-type-coding-system):
8652 * simple.el (what-cursor-position):
8653 Replace uses of default-buffer-file-coding-system
8654 with (default-value 'buffer-file-coding-system).
8655
8656 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8657 Replace uses of default-cursor-in-non-selected-windows
8658 with (default-value 'cursor-in-non-selected-windows).
8659 Use with-current-buffer.
8660
8661 * mail/feedmail.el: Use CL macros.
8662 (feedmail-run-the-queue, feedmail-send-it-immediately):
8663 * dos-w32.el (find-buffer-file-type): Replace uses of
8664 default-buffer-file-type with (default-value 'buffer-file-type).
8665
8666 2009-08-28 Glenn Morris <rgm@gnu.org>
8667
8668 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8669 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8670 Use default-value of major-mode rather than default-major-mode.
8671
8672 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * Makefile.in (update-elcfiles): Report left over elc files.
8675
8676 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8677 expand-file-name and with-current-buffer.
8678 (mail-get-names, mail-directory): Use with-current-buffer.
8679
8680 * vc.el (vc-read-revision): New function.
8681 (vc-version-diff, vc-merge): Use it.
8682
8683 2009-08-27 Sam Steingold <sds@gnu.org>
8684
8685 * simple.el (kill-do-not-save-duplicates): New user option.
8686 (kill-new): When it is non-nil, and the new string is the same as
8687 the latest kill, set replace to t to avoid duplicates in kill-ring.
8688
8689 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8690
8691 * net/tramp.el (tramp-handle-process-file): Do not flush all
8692 caches when `process-file-side-effects' is set.
8693 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8694 instead of `tramp-find-file-exists-command'.
8695 Unset `process-file-side-effects'.
8696
8697 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8698
8699 * net/tramp.el (tramp-methods): New method "rsyncc".
8700 (top): Add completion function for "rsyncc".
8701 (tramp-message-show-message): New defvar.
8702 (tramp-message, tramp-error): Use it.
8703 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8704 remote copying.
8705 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8706 `tramp-methods' entry `copy-env' of "rsyncc".
8707 (tramp-vc-registered-read-file-names): New defconst.
8708 (tramp-vc-registered-file-names): New defvar.
8709 (tramp-handle-vc-registered): Implement optimization strategy.
8710 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8711 (tramp-vc-file-name-handler): New defun.
8712 (tramp-get-ls-command, tramp-get-test-command)
8713 (tramp-get-file-exists-command, tramp-get-remote-ln)
8714 (tramp-get-remote-perl, tramp-get-remote-stat)
8715 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8716
8717 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8718 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8719 timestamps.
8720 (tramp-get-file-property): Check for timestamps in
8721 `tramp-cache-inhibit-cache'.
8722 (tramp-set-file-property): Write timestamp.
8723
8724 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8725
8726 * language/japan-util.el (japanese-symbol-table): Add entries for
8727 cp932-2-byte.
8728
8729 * international/characters.el: Add category `j' to cp932-2-byte.
8730
8731 2009-08-27 Kenichi Handa <handa@m17n.org>
8732
8733 * international/fontset.el (build-default-fontset-data): New macro.
8734 (setup-default-fontset): Use build-default-fontset-data for CJK,
8735 tibetan, ethiopic, and ipa.
8736
8737 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8740 (enable-multibyte-characters): Not customizable any more.
8741
8742 * subr.el (default-mode-line-format, default-header-line-format)
8743 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8744 (default-direction-reversed, default-truncate-lines)
8745 (default-left-margin, default-tab-width, default-case-fold-search)
8746 (default-left-margin-width, default-right-margin-width)
8747 (default-left-fringe-width, default-right-fringe-width)
8748 (default-fringes-outside-margins, default-scroll-bar-width)
8749 (default-vertical-scroll-bar, default-indicate-empty-lines)
8750 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8751 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8752 (default-scroll-down-aggressively, default-fill-column)
8753 (default-cursor-type, default-buffer-file-type)
8754 (default-cursor-in-non-selected-windows)
8755 (default-buffer-file-coding-system, default-major-mode)
8756 (default-enable-multibyte-characters): Mark as obsolete.
8757
8758 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8759
8760 * vc-dir.el (vc-dir-update): Remove debug helper.
8761
8762 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8763
8764 2009-08-26 Sam Steingold <sds@gnu.org>
8765
8766 * simple.el (save-interprogram-paste-before-kill): New user option.
8767 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8768 save the interprogram-paste into kill-ring before overriding it
8769 with the Emacs kill.
8770
8771 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8772
8773 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8774 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8775 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8776 and move to vc-rcs.el.
8777 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8778 move to vc-rcs.el.
8779 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8780 (vc-rcs-update-changelog): Remove.
8781 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8782 and move to vc-rcs.el.
8783
8784 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8785 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8786 renaming.
8787 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8788 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8789 vc.el, renamed to be RCS specific.
8790
8791 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8792 New functions.
8793 (vc-cvs-update-changelog): Move here from vc.el.
8794
8795 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8796 New functions.
8797
8798 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8801
8802 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8803
8804 * vc-git.el (vc-git-register): Use "git add" for directories.
8805 (vc-git-stash, vc-git-stash-show): New functions.
8806 (vc-git-extra-menu-map): Bind them.
8807
8808 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8809 directory correctly in case the item is a directory itself.
8810
8811 * vc.el: Document the desired behavior for reverted files in the
8812 `added' state.
8813 (vc-default-prettify-state-info): Remove function, unused.
8814
8815 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8816
8817 2009-08-26 Glenn Morris <rgm@gnu.org>
8818
8819 * bindings.el (standard-mode-line-format): Reposition dashes in
8820 which-func entry. (Bug#4217)
8821
8822 * files.el (enable-local-variables, enable-local-eval)
8823 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8824 the defcustoms.
8825 (auto-mode-alist, ignored-local-variables)
8826 (save-some-buffers-action-alist): Move risky declarations to the
8827 definitions.
8828 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8829 (font-lock-defaults, format-alist, imenu--index-alist)
8830 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8831 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8832 (mode-line-modified, mode-line-mule-info, mode-line-position)
8833 (mode-line-process, mode-line-remote, outline-level)
8834 (parse-time-rules, rmail-output-file-alist)
8835 (special-display-buffer-names, vc-mode):
8836 Move risky declarations to the relevant files.
8837 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8838 (mode-line-modified, mode-line-process, mode-line-position)
8839 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8840 * font-core.el (font-lock-defaults):
8841 * format.el (format-alist):
8842 * vc-hooks.el (vc-mode):
8843 * window.el (special-display-buffer-names):
8844 * international/mule-cmds.el (input-method-alist):
8845 Define riskiness here (dumped file) rather than in files.el.
8846 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8847 * imenu.el (imenu-generic-expression, imenu--index-alist):
8848 * outline.el (outline-level):
8849 * time.el (display-time-string):
8850 * calendar/parse-time.el (parse-time-rules):
8851 * mail/rmailout.el (rmail-output-file-alist):
8852 Autoload riskiness here, rather than placing in files.el.
8853
8854 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8855
8856 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8857
8858 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8859
8860 * simple.el (process-file-side-effects): New defvar.
8861
8862 * dired-aux.el (dired-show-file-type):
8863 * vc.el (vc-diff-internal):
8864 * vc-arch.el (vc-arch-diff):
8865 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8866 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8867 * vc-git.el (vc-git-registered, vc-git-working-revision)
8868 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8869 (vc-git--empty-db-p):
8870 * vc-hooks.el (vc-user-login-name):
8871 * vc-svn.el (vc-svn-registered, vc-svn-state)
8872 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8873 * progmodes/grep.el (grep-probe): Let-bind
8874 `process-file-side-effects' with nil.
8875
8876 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8877
8878 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8879 daemon. Replace ping by checking for running service for bluez
8880 and zeroconf. (Bug#4239)
8881
8882 2009-08-25 Kevin Ryde <user42@zip.com.au>
8883
8884 * net/dig.el (dig): Add autoload cookie.
8885
8886 2009-08-25 Glenn Morris <rgm@gnu.org>
8887
8888 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8889 load-history for absolute file-names.
8890 (byte-compile-file-form-require): Warn about use of the cl package.
8891
8892 * format.el (format-alist): Doc fix.
8893
8894 * play/bubbles.el (top-level): Don't require cl at run-time.
8895
8896 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8897 run-time cl).
8898
8899 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8900
8901 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8902 from cl package.
8903 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8904
8905 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8906
8907 * calc/calc-alg.el (math-trig-rewrite)
8908 (math-hyperbolic-trig-rewrite): New functions.
8909 (calc-simplify): Simplify trig functions when asked.
8910
8911 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8914
8915 2009-08-24 Kenichi Handa <handa@m17n.org>
8916
8917 * language/ind-util.el (mapthread): Delete it.
8918 (combinatorial): New function.
8919 (indian--puthash-cv): Use combinatorial instead of mapthread.
8920
8921 2009-08-22 Kevin Ryde <user42@zip.com.au>
8922
8923 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8924 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8925 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8926 Clarify docstring that the value is strings not symbols.
8927 (checkdoc-list-of-strings-p): New function.
8928
8929 2009-08-22 Glenn Morris <rgm@gnu.org>
8930
8931 * files.el (auto-mode-alist):
8932 * hippie-exp.el (he-concat-directory-file-name):
8933 * lpr.el (lpr-windows-system, printer-name):
8934 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8935 * ps-print.el (ps-windows-system):
8936 * startup.el (command-line):
8937 * emulation/viper-ex.el (viper-glob-function):
8938 * international/mule-cmds.el (set-language-environment-coding-systems):
8939 * net/ange-ftp.el (ange-ftp-write-region):
8940 * obsolete/fast-lock.el (fast-lock-cache-name):
8941 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8942 unisoft-unix, vax-vms, win32, w32.
8943
8944 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8945 given name if the pattern is not more specific.
8946
8947 * calendar/lunar.el (lunar-phase-names): New option.
8948 (lunar-phase): Doc fix.
8949 (lunar-cycles-per-year): New constant.
8950 (lunar-index): New function.
8951 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8952 (lunar-phase-name): Use lunar-phase-names.
8953 (calendar-lunar-phases): Use format.
8954 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8955
8956 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8957 Copy imenu-example--name-and-position function here for own use.
8958 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8959
8960 * bs.el (bs--redisplay):
8961 * cus-edit.el (custom-redraw):
8962 * ibuffer.el (ibuffer-bury-buffer):
8963 * server.el (server-goto-line-column):
8964 * startup.el (command-line-1):
8965 * strokes.el (strokes-xpm-for-stroke):
8966 * term.el (term-display-buffer-line):
8967 * view.el (View-goto-line):
8968 * calc/calc.el (calc-do, calc-trail-buffer):
8969 * play/gamegrid.el (gamegrid-add-score-insecure):
8970 * progmodes/ada-mode.el (ada-compile-goto-error):
8971 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8972 (ebrowse-select-1st-to-9nth):
8973 * progmodes/cperl-mode.el (cperl-time-fontification):
8974 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8975 * progmodes/gud.el (gud-display-line):
8976 (idlwave-shell-display-line):
8977 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8978 * progmodes/make-mode.el (makefile-browser-toggle):
8979 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8980 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8981 * textmodes/picture.el (picture-draw-rectangle):
8982 * textmodes/reftex-index.el (reftex-index-goto-letter):
8983 (reftex-select-jump-to-previous):
8984 * textmodes/reftex-sel.el (reftex-find-start-point)
8985 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8986 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8987 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8988 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8989 * textmodes/two-column.el (2C-associated-buffer):
8990 Use forward-line rather than goto-line.
8991
8992 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8993 goto-line.
8994
8995 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8996 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8997 (quick-check-list-to-regexp): Declare.
8998
8999 * progmodes/make-mode.el (makefile-browser-insert-selection):
9000 Use goto-char rather than goto-line.
9001
9002 * progmodes/prolog.el (compilation-error-regexp-alist)
9003 (compilation-forget-errors): Declare.
9004
9005 2009-08-22 Juri Linkov <juri@jurta.org>
9006
9007 * progmodes/grep.el (lgrep, rgrep): At the beginning
9008 set `dir' to `default-directory' unless `dir' is a non-nil
9009 readable directory. (Bug#4052)
9010 (lgrep, rgrep): Change a weird way to report an error
9011 from using `read-string' to using `error'.
9012 Instead of using interactive arguments in the function body,
9013 add new argument `confirm'.
9014
9015 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * textmodes/remember.el (remember-buffer):
9018 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9019 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9020 (icalendar-extract-ical-from-buffer):
9021 * net/newst-treeview.el (newsticker-groups-filename):
9022 * net/newst-backend.el (newsticker-cache-filename):
9023 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9024 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9025 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9026 (speedbar-buffers-line-path, speedbar-path-line)
9027 (speedbar-buffers-line-path):
9028 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9029 (epg-sign-keys):
9030 * epa.el (epa-display-verify-result):
9031 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9032
9033 2009-08-21 Glenn Morris <rgm@gnu.org>
9034
9035 * progmodes/js.el (inferior-moz-process): Fix declaration.
9036
9037 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9038
9039 * obsolete/rnewspost.el (news-mail-reply):
9040 Use goto-char rather than goto-line.
9041
9042 * term/ns-win.el (ns-open-file-select-line):
9043 Use line-beginning-position rather than goto-line.
9044
9045 * apropos.el (apropos-command):
9046 * ehelp.el (electric-helpify):
9047 * printing.el (pr-show-setup):
9048 * strokes.el (strokes-help):
9049 * tutorial.el (tutorial--describe-nonstandard-key)
9050 (tutorial--detailed-help):
9051 * woman.el (woman-mini-help, woman-display-extended-fonts):
9052 * calc/calc-help.el (calc-describe-key):
9053 * emulation/edt.el (edt-electric-helpify):
9054 * international/mule-diag.el (mule-diag):
9055 * play/yow.el (apropos-zippy):
9056 * progmodes/python.el (python-describe-symbol):
9057 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9058 * textmodes/table.el (*table--cell-describe-mode)
9059 (*table--cell-describe-bindings):
9060 Use help-print-return-message rather than the now obsolete alias.
9061
9062 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9063 (calendar-cursor-to-visible-date):
9064 * play/5x5.el (5x5-position-cursor):
9065 * play/decipher.el (decipher):
9066 * play/gomoku.el (gomoku-goto-xy):
9067 * play/landmark.el (lm-goto-xy):
9068 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9069 (mpuz-paint-digit):
9070 Use forward-line, not goto-line.
9071
9072 * mail/rmail.el (rmail-obsolete): Delete custom group.
9073 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9074 (rmail-remote-password, rmail-remote-password-required):
9075 Remove unneeded :set-after and :set properties.
9076
9077 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9078
9079 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9080
9081 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9082
9083 * loadup.el: Remove leftover macos code.
9084
9085 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9086 Explicitly pass the date format to git blame so that user local
9087 so that the output format can be parsed.
9088
9089 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9090
9091 * net/dbus.el (top): Don't check for (getenv
9092 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9093
9094 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9095
9096 * log-edit.el (log-edit-strip-single-file-name): New var.
9097 (log-edit-insert-changelog): Use it. Bug#3571
9098
9099 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9102 Bug#3287
9103
9104 * help.el (help-print-return-message): Rename from
9105 print-help-return-message.
9106
9107 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9108 cvs-mode-map parent hack.
9109 (log-view-mode): Derive from special-mode.
9110
9111 * linum.el (linum-mode): window-size-change-functions is redundant.
9112 Adapt to new window-configuration-change-hook behavior.
9113 (linum-after-size, linum-after-config): Remove.
9114
9115 * imenu.el (imenu-example--name-and-position)
9116 (imenu-example--lisp-extract-index-name)
9117 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9118 Mark as obsolete.
9119
9120 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9121 (inferior-prolog-mode): Use it.
9122 (inferior-prolog-load-file): Reset list of errors.
9123
9124 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9125
9126 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9127
9128 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9129
9130 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9131
9132 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9133 is running already.
9134
9135 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * subr.el (listify-key-sequence-1): Use normal syntax since those
9138 integers are nowadays always represented by the same (positive) number
9139 on all platforms.
9140 (read-key-empty-map): New const.
9141 (read-key-delay): New var.
9142 (read-key): New function.
9143 (force-mode-line-update): Use with-current-buffer.
9144 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9145 (start-process-shell-command, start-file-process-shell-command):
9146 Discourage the use of command-args.
9147
9148 2009-08-19 Glenn Morris <rgm@gnu.org>
9149
9150 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9151
9152 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * simple.el (choose-completion-string): Don't rely on
9155 minibuffer-completing-file-name and ad-hoc checks to decide whether
9156 to continue completion or not.
9157
9158 * minibuffer.el (minibuffer-hide-completions): New function.
9159 (completion--do-completion): Use it.
9160 (completions-annotations): New face.
9161 (completion--insert-strings): Use it.
9162 (completion-pcm--delim-wild-regex): Add docstring.
9163 (completion-pcm--string->pattern): Add support for 0-width delimiters
9164 in completion-pcm--delim-wild-regex.
9165
9166 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9169 Remove unused var `buffer-modified-p'.
9170
9171 * minibuffer.el (completion--do-completion): Move point for the #b001
9172 case as well (bug#4176).
9173 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9174
9175 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9176
9177 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9178 and :session buses.
9179
9180 2009-08-18 Kenichi Handa <handa@m17n.org>
9181
9182 * international/ucs-normalize.el (ucs-normalize-version):
9183 Change to 1.1.
9184 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9185 (utf-8-hfs): Make it perform normalization on encoding too.
9186
9187 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9188 (sentence-end-without-space): Delete duplicated chars.
9189 (sentence-end-base): Likewise.
9190
9191 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9192 (html-mode): Delete duplicated chars from sentence-end-base.
9193
9194 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9195 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9196
9197 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9198
9199 * files.el (hack-one-local-variable): If the mode function is for
9200 a minor mode, pass it an argument (Bug#4148).
9201
9202 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9203
9204 * net/tramp.el (tramp-register-completion-file-name-handler):
9205 Check also for (member 'partial-completion completion-styles).
9206
9207 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9210 abbrev (Bug#3943).
9211
9212 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9213
9214 * progmodes/cperl-mode.el: Merge upstream 6.2.
9215 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9216 (cperl-forward-re): Check cperl-brace-recursing.
9217 (cperl-highlight-charclass): New function.
9218 (cperl-find-pods-heres): Use it.
9219 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9220 (cperl-beautify-regexp-piece): Fix column calculation.
9221 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9222 (cperl-beautify-level): Don't process entire regexp.
9223 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9224 calling man.
9225 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9226 (cperl-init-faces): Build a list in the normal way.
9227
9228 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * calendar/parse-time.el (parse-time-string-chars): Save match
9231 data.
9232
9233 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9236 (sql-product): Use it.
9237 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9238 (sql-set-product): Add completion.
9239 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9240 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9241 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9242 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9243 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9244 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9245 (sql-highlight-db2-keywords): Remove.
9246 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9247 (sql-highlight-product): Use derived-mode-p.
9248 (sql-set-sqli-buffer): Use with-current-buffer.
9249 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9250 Simplify.
9251
9252 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9253
9254 * term.el: Fix commenting convention, turn comments into docstrings.
9255
9256 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9257
9258 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9259
9260 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9261
9262 * calendar/parse-time.el (parse-time-string-chars): Compute using
9263 character classes, to handle non-ascii characters (Bug#3190).
9264
9265 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9268 another heredoc if the user adds another < (Bug#3226).
9269
9270 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9271 Don't initialize based on window-system (Bug#4124).
9272
9273 * facemenu.el (facemenu-read-color): Use a completion function
9274 that accepts any defined color, such as RGB triplets (Bug#3677).
9275
9276 * files.el (get-free-disk-space): Change fallback default
9277 directory to /. Expand DIR argument before switching to fallback.
9278 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9279
9280 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * files.el (load-library): Doc fix.
9283
9284 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9285
9286 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9287 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9288 incremental search string.
9289
9290 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9291 XEmacs.
9292
9293 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9294 (ediff-merge-region-is-non-clash)
9295 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9296 Also check if the job is really a merge job.
9297
9298 * ediff.el (ediff-current-file): New function.
9299
9300 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9303 conventions.
9304 (js-insert-and-indent): Delete function.
9305 (js-mode-map): Don't bind keys to js-insert-and-indent.
9306 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9307 (js-end-of-defun): Rename from js--end-of-defun.
9308 (js-auto-indent-flag): Delete variable.
9309
9310 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9311
9312 * progmodes/js.el: Remove proclaim statement.
9313 Defvar which-func-imenu-joiner-function to silence compiler.
9314
9315 * files.el (auto-mode-alist): Use js-mode for .js files.
9316
9317 * progmodes/js2-mode.el: Remove file.
9318
9319 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9320
9321 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9322
9323 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9324
9325 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9326 Karl Landstrom <karl.landstrom@brgeight.se>
9327
9328 * progmodes/js.el: New file.
9329
9330 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9331
9332 * timezone.el (timezone-parse-date): Add ability to understand ISO
9333 basic format (minimal separators) dates in addition to the
9334 already-supported extended format dates.
9335
9336 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9337
9338 * international/ucs-normalize.el: Add a `coding' file variable.
9339
9340 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9341
9342 2009-08-14 Sam Steingold <sds@gnu.org>
9343
9344 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9345
9346 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * faces.el (help-argument-name): Define it here instead of
9349 help-fns.el, because in daemon mode help-fns.el may be loaded when
9350 faces are still uninitialized (Bug#1078).
9351
9352 * help-fns.el (help-argument-name): Move defface to faces.el.
9353
9354 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9355
9356 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9357 create buffer with a pty but no process so that GDB can make the
9358 inferior the controlling process.
9359
9360 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9361
9362 * international/ucs-normalize.el: New file.
9363
9364 2009-08-13 Richard Stallman <rms@gnu.org>
9365
9366 * mail/rmail.el (rmail-get-attr-names):
9367 Accept an attribute header that is too short.
9368
9369 * mail/rmail.el (rmail-forget-messages):
9370 Ignore nil elt in rmail-message-vector. Use dotimes.
9371
9372 * progmodes/compile.el (compilation-goto-locus):
9373 Use next-error-move-function.
9374
9375 * simple.el (next-error-move-function): New variable.
9376
9377 2009-08-12 Juri Linkov <juri@jurta.org>
9378
9379 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9380 always non-nil. (Bug#4052)
9381
9382 * replace.el (read-regexp): Return empty string when
9383 `default-value' is nil.
9384 (keep-lines-read-args): Don't use empty string as the
9385 default value for `read-regexp'. (Bug#2495)
9386
9387 2009-08-12 Juri Linkov <juri@jurta.org>
9388
9389 * international/mule-cmds.el (ucs-insert): Change arguments
9390 from `arg' to `character', `count', `inherit' to be the same
9391 as in `insert-char'. Doc fix. (Bug#4039)
9392
9393 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9394
9395 2009-08-12 Juri Linkov <juri@jurta.org>
9396
9397 * files-x.el: New file.
9398
9399 * files.el: Move code that deals with adding/deleting
9400 file/directory-local variables to files-x.el.
9401
9402 * Makefile.in (ELCFILES): Add files-x.elc.
9403
9404 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9405
9406 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9407 to use `goto-line'.
9408 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9409 `goto-line'.
9410 (gdb-invalidate-disassembly): Do not refresh upon receiving
9411 'update signal. Instead, update all disassembly buffers only after
9412 threads list.
9413 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9414 (gdb-starting): Moved -data-list-register-names...
9415 (gdb-stopped): ...here so it's sent when first thread stops.
9416 (gdb-registers-handler-custom): Do nothing if register names are
9417 unknown yet.
9418
9419 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9420 from `gdb-mi.el' to avoid extra tangling.
9421
9422 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9423 change which breaks `gud-def' definitions used in `gdb'.
9424 (gdb-update-gud-running): No extra fuss for updating frame number.
9425
9426 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9429 (describe-language-environment-map, setup-language-environment-map)
9430 (set-coding-system-map): Move initialization into declaration.
9431 (set-language-info-alist): Last arg to define-key-after can be skipped.
9432
9433 * international/quail.el (quail-completion-1): Simplify.
9434 (quail-define-rules): Use slightly more compact code.
9435 (quail-insert-decode-map): Propertize keys, compact columns.
9436
9437 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9438 Add goto-line.
9439
9440 2009-08-10 Miles Bader <miles@gnu.org>
9441
9442 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9443 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9444 (js2-instance-member, js2-private-member, js2-private-function-call)
9445 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9446 (js2-magic-paren, js2-external-variable):
9447 Remove "-face" suffix from face names.
9448 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9449 (js2-highlight-undeclared-vars, js2-peek-token)
9450 (js2-parse-function-params, js2-mode-show-errors)
9451 (js2-mode-show-warnings, js2-make-magic-delimiter)
9452 (js2-mode-highlight-magic-parens): Update to use new face names.
9453
9454 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9455
9456 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9457 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9458
9459 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * subr.el: Provide hashtable-print-readable.
9462
9463 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9464 hs-c-like-adjust-block-beginning.
9465 (hs-hide-block-at-point): Stop hiding at the beginning of
9466 hs-block-end-regexp (Bug#700).
9467
9468 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9469
9470 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9471 a macro.
9472 (gdb-registers-handler-custom): Do not fail when register names
9473 are unavailable.
9474
9475 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9476
9477 * progmodes/gdb-mi.el (gdb-control-all-threads)
9478 (gdb-control-current-thread): Interactive setters for
9479 `gdb-gud-control-all-threads' to use in menu.
9480 (gdb-show-run-p): Show «Go» when process is not active.
9481 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9482 gud/thread.xpm and gud/all.xpm.
9483
9484 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9485
9486 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9487 (nslookup-font-lock-keywords): Make it a variable.
9488 (net-utils-mode): New mode for viewing diagnostic network output.
9489 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9490 (net-utils-run-simple): New function.
9491 (ifconfig, iwconfig, netstat, arp, route): Use it.
9492
9493 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9494
9495 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9496 (gdb-memory-set-address, def-gdb-set-positive-number)
9497 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9498 after changing settings.
9499 (gdb-invalidate-disassembly): Update when first shown.
9500 (gdb-edit-locals-value): Fixed.
9501 (gdb-registers-handler-custom): Print registers in right order and
9502 allow changing register values (only for current thread yet).
9503 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9504 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9505 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9506 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9507 info in mode name.
9508 (gdb-registers-mode-map): TAB to switch to locals.
9509
9510 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9511
9512 * mail/rmail.el (rmail-add-mbox-headers)
9513 (rmail-set-message-counters-counter): Search for
9514 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9515
9516 2009-08-08 Glenn Morris <rgm@gnu.org>
9517
9518 * Makefile.in (ELCFILES): Update.
9519
9520 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9521
9522 * mail/sendmail.el (mail-yank-original): Set
9523 buffer-file-coding-system from the one used by the message whose
9524 text is yanked.
9525
9526 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9527 to "windows" when "pgnuplot" is used.
9528 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9529 call accept-process-output if "pgnuplot" is used.
9530 (calc-graph-init): Don't send -display and -geometry to
9531 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9532 running "pgnuplot -V" with shell-command-to-string.
9533
9534 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9535 the default.
9536
9537 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9538
9539 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9540 org/org-latex.elc.
9541
9542 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9543
9544 * vc-dispatcher.el (vc-resynch-window): Update comment.
9545
9546 * term.el (term-handle-ansi-escape): Add comments with the
9547 terminfo capabilities implemented.
9548
9549 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9550
9551 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9552 (gdb-var-create-handler): Rewritten using JSON parser.
9553 (gdb-propertize-header): Moved earlier.
9554 (gdb-set-header): Removed to avoid duplication.
9555 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9556 Refresh disassembly buffers only after threads list have been
9557 update.
9558 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9559 variables.
9560
9561 2009-08-04 Juri Linkov <juri@jurta.org>
9562
9563 * files.el: Commands to add/delete file/directory-local variables.
9564 (read-file-local-variable, read-file-local-variable-value)
9565 (read-file-local-variable-mode, modify-file-local-variable)
9566 (modify-file-local-variable-prop-line)
9567 (modify-dir-local-variable): New functions.
9568 (add-file-local-variable, delete-file-local-variable)
9569 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9570 (add-dir-local-variable, delete-dir-local-variable)
9571 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9572 (copy-dir-locals-to-file-locals-prop-line): New commands.
9573
9574 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9575
9576 * abbrev.el (insert-abbrev-table-description): Prettify output.
9577 Suggested by Karl Chen.
9578
9579 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9580
9581 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9582 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9583 (gdb-overlay-arrow-position, gdb-thread-position)
9584 (gdb-disassembly-position): Declare variables.
9585 (gdb-wait-for-pending): Function now.
9586 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9587 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9588 compilation goes smoothly.
9589 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9590 (gdb-non-stop-setting): New customization setting which replaces
9591 `gdb-non-stop' so changing it doesn't break active GDB session.
9592 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9593 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9594 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9595 (gdb-show-threads-by-default): New customization options.
9596 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9597 routines.
9598 (gdb-get-buffer-create): Send buffers update signal when they are
9599 created.
9600 (gdb-invalidate-locals, gdb-invalidate-registers)
9601 (gdb-invalidate-breakpoints)
9602 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9603 (gdb-invalidate-memory): Accept update signal.
9604 (gdb-current-context-command): Use --frame option.
9605 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9606 Implement `gdb-frame-number' selection logic.
9607 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9608 whether to show GUD toolbar buttons.
9609 (gdb-thread-exited): Unselect current thread when it exits.
9610 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9611 (gdb-mark-line): Routine which sets overlay arrow or inverses
9612 video on fringeless displays.
9613 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9614 to build aligned columns of data in GDB buffers and set text
9615 properties line-by-line.
9616 (gdb-invalidate-breakpoints)
9617 (gdb-breakpoints-list-handler-custom)
9618 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9619 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9620 (gdb-registers-handler-custom): Align data columns.
9621 (gdb-locals-handler-custom): Now prints data like in variable
9622 declarations.
9623 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9624 Removed confusing buttons.
9625 (gdb-invalidate-threads): Append --frame.
9626 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9627 between breakpoints/threads buffers.
9628 (gdb-set-window-buffer): Now can ignore dedicated windows.
9629 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9630 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9631 (def-gdb-thread-buffer-gud-command): Replaces
9632 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9633 for fine thread control.
9634 (gdb-preempt-existing-or-display-buffer): New function used to
9635 display bound buffers without breaking window layout.
9636 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9637 (gdb-select-frame): New version of `gdb-frames-select' which now
9638 sets `gdb-frame-number' so commands may use --frame option instead
9639 of inner debugger state.
9640 (gdb-frame-handler): Do not set `gdb-frame-number'.
9641 (gdb-threads-mode-map): Select threads with mouse.
9642
9643 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9644 avoid compilation warning.
9645 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9646 `gdb-show-stop-p`.
9647
9648 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9649 Argument `key' renamed to `buffer-type'.
9650 (gdb-current-context-buffer-name): Do not add thread info to
9651 buffer name when no thread is selected.
9652 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9653 command (bug 3794).
9654 (gdb-thread-selected): Handle `=thread-selected' notification.
9655 (gdb-wait-for-pending): New macro to deal with congestion problems.
9656 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9657 breakpoints.
9658 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9659 This fixes problem similar to one described in bug 3947.
9660 (gud-menu-map): More menu items.
9661 (gdb-init-1): Reset `gdb-thread-number' to nil.
9662
9663 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9664 non-stop settings.
9665
9666 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9667 (gdb-current-context-command): Do not append --thread if
9668 `gdb-thread-number' is nil.
9669 (gdb-running-threads-count, gdb-stopped-threads-count): New
9670 variables.
9671 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9672 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9673 customization options.
9674 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9675 GUD commands.
9676 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9677 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9678 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9679 set `gdb-thread-number' and update `gud-running' properly.
9680 (gdb-running): Update threads list when new threads appear.
9681 (gdb-stopped): Support non-stop operation and new thread switching
9682 logic.
9683 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9684 (gdb-json-partial-output): New set of JSON routines.
9685 (def-gdb-auto-update-trigger): New `signal-list' optional
9686 argument.
9687 (gdb-thread-list-handler-custom): Update `gud-running',
9688 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9689 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9690 (gdb-continue-thread, gdb-step-thread): New commands for fine
9691 thread execution control.
9692 (gud-menu-map): New menu items to switch non-stop options.
9693 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9694 (gdb-send): Mimic RET properly (bug 3794).
9695
9696 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9697 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9698 gdb-buffer-rules.
9699 (def-gdb-auto-update-handler): New nopreserve optional argument.
9700 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9701
9702 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9703 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9704 (gdb-parent-mode): New mode to derive other GDB modes from.
9705 (gdb-display-disassembly-for-thread)
9706 (gdb-frame-disassembly-for-thread): New commands for threads
9707 buffer.
9708
9709 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9710 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9711 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9712 (gdb-update): We now store all GDB buffers in a list so that they
9713 can be updated by traversing a list instead of calling invalidate
9714 triggers explicitly.
9715 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9716 pair for GDB buffer.
9717 (gdb-stack-buffer-name): Add thread information.
9718 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9719 handle pending triggers.
9720 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9721 (def-gdb-thread-buffer-simple-command)
9722 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9723 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9724 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9725 New commands which show buffers bound to thread.
9726 (gdb-stack-list-locals-regexp): Removed unused regexp.
9727
9728 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9729 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9730 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9731 to (gud-comint-buffer) in *-buffer-name functions
9732 because (gdb-get-target-string) already does that.
9733 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9734 (gdb-changed-registers-handler): Rewritten without regexps.
9735
9736 * progmodes/gdb-mi.el: Basic thread selection support.
9737 (gdb-thread-number): New variable.
9738 (gdb-current-context-command): New macro which adds --thread
9739 option to command.
9740 (gdb-threads-mode-map): Select thread with SPC.
9741 (gdb-thread-list-handler-custom): Mark current thread with overlay
9742 arrow. Synchronize GDB thread and Emacs thread.
9743 (gdb-select-thread): New command which selects current thread.
9744 (gdb-invalidate-frames, gdb-invalidate-locals)
9745 (gdb-invalidate-registers): Use --thread option.
9746
9747 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9748
9749 * net/tramp.el (top): Make check for tramp-gvfs loading more
9750 robust. (Bug#3977)
9751 (tramp-handle-insert-file-contents): `unwind-protect' must be
9752 inside `with-parsed-tramp-file-name'.
9753
9754 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9755 fails.
9756
9757 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9758
9759 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9760 directory if CLASSPATH is not set.
9761
9762 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9763
9764 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9765 New defconst.
9766 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9767
9768 2009-08-02 Kevin Ryde <user42@zip.com.au>
9769
9770 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9771 Update freshmeat link. Delete newsforge.com as it seems gone.
9772
9773 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * select.el (x-set-selection): Doc fix (Bug#4021).
9776
9777 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9778
9779 * help-fns.el (describe-variable): Treat list return values from
9780 dir-locals-find-file properly (Bug#4005).
9781
9782 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9783
9784 * net/tramp.el (tramp-debug-message): Print also microseconds.
9785
9786 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9787
9788 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9789 or END is non-nil.
9790 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9791 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9792 format.
9793
9794 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9795 (tramp-get-file-property): Use it.
9796
9797 * autorevert.el (auto-revert-handler): Allow
9798 `auto-revert-tail-mode' for remote files.
9799
9800 2009-08-02 Jason Rumney <jasonr@gnu.org>
9801
9802 * minibuffer.el (read-file-name): Treat confirm options to
9803 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9804
9805 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9806
9807 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9808 (font-lock-variable-name-face, font-lock-constant-face): Darken
9809 the colors for light backgrounds.
9810
9811 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9812
9813 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9814 month names. (Bug#3987)
9815
9816 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9817
9818 * simple.el (line-move-finish): Pass whole number to
9819 line-move-to-column.
9820 (line-move-visual): Perform hscroll to the recorded position.
9821
9822 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9823
9824 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9825
9826 2009-07-29 Alan Mackenzie <acm@muc.de>
9827
9828 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9829
9830 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9831
9832 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9833 (gdb-place-breakpoints): Use full path when setting breakpoints.
9834
9835 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9836
9837 * calc/calc.el (calc-mode-map): Add keybinding for
9838 `calc-transpose-lines'.
9839
9840 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9841
9842 * calc/calc-misc.el (calc-transpose-lines): New function.
9843
9844 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9845
9846 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9847 Simplify check for out-of-band methods.
9848 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9849 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9850
9851 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9852
9853 * vc-git.el (vc-git-checkin): Fix typo.
9854
9855 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9856
9857 * progmodes/js2-mode.el: New file.
9858
9859 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9860
9861 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9862 (gud-menu-map): Adjust tooltip accordingly.
9863
9864 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9865
9866 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9867 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9868
9869 * add-log.el (change-log-mode-map): Add a menu.
9870
9871 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9872
9873 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9874 function returns nil.
9875 (dbus-handle-event): Handle special return value :ignore.
9876 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9877
9878 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9879
9880 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9881 it's not needed.
9882
9883 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9884
9885 Fix Bug#3888:
9886
9887 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9888
9889 * term/pc-win.el (x-display-name, x-colors)
9890 (x-select-enable-clipboard, x-select-text): Doc fix.
9891
9892 * term/common-win.el (x-display-name, x-colors): Doc fix.
9893
9894 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9895 (xw-defined-colors): Doc fix.
9896
9897 * w32-fns.el (x-select-text, x-setup-function-keys)
9898 (x-get-selection, x-set-selection): Doc fix.
9899
9900 * term/x-win.el (x-select-text, x-setup-function-keys)
9901 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9902
9903 * select.el (x-set-selection): Doc fix.
9904
9905 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9906
9907 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9908 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9909 "IsNSSSupportAvailable" method is not available. Reported by
9910 Steve Youngs <steve@sxemacs.org>.
9911
9912 2009-07-24 Kenichi Handa <handa@m17n.org>
9913
9914 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9915 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9916 (build-unicode-category-table): Fix range checks.
9917
9918 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9919
9920 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9921 the buffer we try to sync is current when calling
9922 vc-resynch-buffer.
9923
9924 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9925 not show up to date files.
9926
9927 2009-07-24 Glenn Morris <rgm@gnu.org>
9928
9929 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9930 Add autoload cookies. If necessary, initialize.
9931 (elint-log): Handle non-file buffers.
9932 (elint-initialize): Add optional argument to reinitialize.
9933 (elint-find-builtin-variables): Save excursion.
9934
9935 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9936
9937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9938 for Lint.
9939
9940 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9941
9942 * vc.el (vc-print-log-internal): New function, split out from ...
9943 (vc-print-log): ... here.
9944 (vc-dir-move-to-goal-column): Declare.
9945
9946 * vc-git.el (vc-git-add-signoff): New variable.
9947 (vc-git-checkin): Use it.
9948 (vc-git-toggle-signoff): New function.
9949 (vc-git-extra-menu-map): Bind it to menu.
9950 (vc-git--run-command-string): Accept a nil FILE argument.
9951 (vc-git-stash-list): New function.
9952 (vc-git-dir-extra-headers): Use it.
9953
9954 2009-07-23 Glenn Morris <rgm@gnu.org>
9955
9956 * help-fns.el (describe-variable): Describe ignored and risky local
9957 variables in a similar way to that in which we describe safe ones.
9958
9959 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9960 (byte-compile-output-file-form, byte-compile-output-docform)
9961 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9962 Give some more local variables with common names a "bytecomp-" prefix,
9963 so as not to shadow things during compilation.
9964 * emacs-lisp/cl-macs.el (load-time-value)
9965 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9966 `outbuffer' to `bytecomp-outbuffer'.
9967
9968 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9969 since the next two variables cover them automatically now.
9970 (elint-builtin-variables, elint-autoloaded-variables): New.
9971 (elint-unknown-builtin-args): Remove all members, since they can be
9972 parsed automatically now.
9973 (elint-extra-errors): New.
9974 (elint-env-add-env, elint-env-add-macro): Use cadr.
9975 (elint-current-buffer): Use or. Change final message.
9976 (elint-get-top-forms): Use line-end-position.
9977 (elint-init-env): Use cadr. Handle autoload, declare-function,
9978 and defalias.
9979 (elint-add-required-env): Doc fix. Use or. Standardize error.
9980 (regexp-assoc): Remove unused function.
9981 (elint-top-form): Set elint-current-pos, to record the start of the
9982 top-level form, for compilation-mode.
9983 (elint-form): Trap errors in macro expansion. Use dolist.
9984 (elint-unbound-variable): Use elint-builtin-variables and
9985 elint-autoloaded-variables.
9986 (elint-get-args): Use cadr, or.
9987 (elint-check-cond-form): Use dolist, cadr.
9988 (elint-check-condition-case-form): Doc fix. Use cadr.
9989 Use elint-extra-errors.
9990 (elint-log): New function.
9991 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9992 Distinguish errors and warnings.
9993 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9994 Use a bytecomp-style format.
9995 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9996 (elint-get-log-buffer): Use compilation mode. Disable undo.
9997 Don't truncate lines.
9998 (elint-initialize): Set builtin and autoloaded variable lists.
9999 Only process elint-unknown-builtin-args if non-nil.
10000 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10001 New functions.
10002 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10003
10004 2009-07-22 Kevin Ryde <user42@zip.com.au>
10005
10006 * net/newst-backend.el (newsticker--parse-atom-1.0)
10007 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10008 (newsticker--parse-rss-1.0):
10009 * progmodes/idlwave.el (idlwave-mode):
10010 * progmodes/idlw-shell.el (idlwave-shell-mode):
10011 * progmodes/vera-mode.el (vera-mode):
10012 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10013 * progmodes/vhdl-mode.el (vhdl-mode):
10014 * textmodes/table.el (table-generate-source)
10015 (table--warn-incompatibility):
10016 Hyperlink urls in docstrings with URL `...'.
10017
10018 2009-07-22 Glenn Morris <rgm@gnu.org>
10019
10020 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10021 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10022 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10023 Remove leading * from defcustom docs.
10024
10025 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10026
10027 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10028 defcustom doc.
10029 (list-load-path-shadows): Optionally, just return shadows as a string.
10030
10031 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10032
10033 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * mail/rmailedit.el (rmail-edit-mode): Use
10036 auto-save-include-big-deletions.
10037
10038 * mail/rmail.el (rmail-variables): Use
10039 auto-save-include-big-deletions.
10040
10041 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10042 changes.
10043
10044 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10045
10046 * calc/calc.el (calc-undo-length): New variable.
10047 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10048
10049 2009-07-21 Richard Stallman <rms@gnu.org>
10050
10051 * files.el (auto-save-mode): Handle buffer-save-size = -2
10052 for toggling mode.
10053
10054 2009-07-21 Glenn Morris <rgm@gnu.org>
10055
10056 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10057
10058 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10059
10060 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10061 silence compiler. Instead...
10062 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10063 (ps-print-ensure-fontified): Update for above function name changes.
10064
10065 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10066 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10067 silence compiler. Instead...
10068 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10069 (mh-show-buffer): Only define for compiler.
10070 (pr-mh-current-message): Update for above function name changes.
10071
10072 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10073 as an argument.
10074 (find-file-noselect, insert-file-1): Update for above change.
10075
10076 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10077
10078 * mail/mailclient.el (mailclient-send-it): Fix message.
10079
10080 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10081 (edebug-eval): Check cl-debug-env is bound.
10082 (print-level, print-circle): Don't redefine built-in variables.
10083
10084 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10085 (custom-print-vectors): Remove old comments from doc.
10086
10087 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10088 (emerge-version): Make the variable an obsolete alias for the
10089 emacs-version variable. Make the function obsolete.
10090 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10091 Emerge options, rather than merging in into the main Options menu.
10092 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10093 and auto advance modes. Disable edit/fast items when not relevant.
10094
10095 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10096
10097 * term/vt420.el (terminal-init-vt420): Fix typo.
10098
10099 2009-07-20 Sam Steingold <sds@gnu.org>
10100
10101 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10102 variable (removed from compile.el on 2004-03-11).
10103
10104 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * files.el (hack-local-variables-filter): Fix last change.
10107
10108 2009-07-19 Juri Linkov <juri@jurta.org>
10109
10110 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10111 (dir-local-variables-alist): New buffer-local variable.
10112 (hack-local-variables-filter): If variable is not dir-local,
10113 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10114 because file-local overrides dir-local.
10115 (c-postprocess-file-styles) <declare-function>:
10116 Remove obsolete declaration.
10117 (hack-dir-local-variables): Add dir-local variable/value pair to
10118 `dir-local-variables-alist' and remove duplicates. Doc fix.
10119
10120 * help-fns.el (describe-variable): Add information about
10121 file-local and dir-local variables.
10122
10123 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10124
10125 * files.el (hack-local-variables-filter): Rewrite.
10126
10127 2009-07-19 Glenn Morris <rgm@gnu.org>
10128
10129 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10130 Silence compiler by only defining on XEmacs.
10131
10132 * international/mule.el (auto-coding-regexp-alist): Only match
10133 BABYL... at the start of buffer, not of lines. (Bug#3790)
10134
10135 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10136 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10137 (cal-menu-context-mouse-menu): Doc fix.
10138
10139 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10140
10141 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10142
10143 2009-07-18 Juri Linkov <juri@jurta.org>
10144
10145 * info.el: Virtual Info keyword finder.
10146 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10147 (Info-finder-file): New variable.
10148 (Info-finder-find-file): New function.
10149 (finder-known-keywords, finder-package-info)
10150 (find-library-name, lm-commentary): Use defvar and
10151 declare-function to silence compiler warnings.
10152 (Info-finder-find-node): New function.
10153 (info-finder): New command.
10154
10155 * subr.el (process-kill-buffer-query-function): New function.
10156 (add-hook)<kill-buffer-query-functions>: Add hook
10157 `process-kill-buffer-query-function'.
10158
10159 2009-07-18 Alan Mackenzie <acm@muc.de>
10160
10161 * progmodes/cc-mode.el (c-before-hack-hook)
10162 (c-postprocess-file-styles): Give invocation of `c-set-style'
10163 DONT-OVERRIDE parameter of t. Already set style variables will
10164 thus not be overridden by style settings given by `c-file-syle'.
10165
10166 * files.el (hack-local-variables-filter): Remove entries with
10167 duplicate keys from `file-local-variables-alist'.
10168
10169 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10170
10171 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10172 x-set-selection if display-selections-p returns nil for the
10173 current frame.
10174
10175 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10176
10177 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10178
10179 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10180
10181 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10182 Accept nil in addition to a regexp.
10183 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10184 Accept nil in addition to a regexp.
10185 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10186 buffers that have an associated file. Handle nil values of
10187 desktop-buffers-not-to-save and desktop-files-not-to-save.
10188 (Bug#3833)
10189
10190 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10191 (x-disown-selection-internal): New functions.
10192
10193 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10194
10195 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10196 warning.
10197 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10198 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10199
10200 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10201
10202 * simple.el (set-mark): Revert last change.
10203
10204 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10205
10206 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10207 rendering of pngs is not possible instead of messaging a long
10208 description.
10209
10210 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10211
10212 * w32-fns.el (x-selection-owner-p): New function.
10213
10214 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10215 (mouse-yank-at-click, mouse-yank-primary): If
10216 select-active-regions is non-nil, deactivate the mark before
10217 insertion.
10218
10219 * simple.el (deactivate-mark, set-mark): Only save selection if we
10220 own it.
10221
10222 2009-07-17 Kenichi Handa <handa@m17n.org>
10223
10224 * case-table.el (describe-buffer-case-table): Fix for the case
10225 that KEY is a cons.
10226
10227 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10228
10229 * vc-rcs.el (vc-rcs-find-file-hook):
10230 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10231
10232 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10233
10234 * net/tramp.el (tramp-wait-for-output): Handle the case when
10235 commands do not return a newline but a null byte before the shell
10236 prompt. (Bug#3858)
10237
10238 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10239
10240 * term/ns-win.el (ns-set-alpha): Don't declare.
10241 (ns-set-background-alpha): Remove function.
10242
10243 2009-07-16 Kevin Ryde <user42@zip.com.au>
10244
10245 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10246 y-or-n-p, for safety.
10247
10248 2009-07-16 Richard Stallman <rms@gnu.org>
10249
10250 * files.el (auto-save-mode): If buffer-saved-size is -2,
10251 don't clobber it.
10252
10253 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10254 (rmail-retry-ignored-headers): Add more uninteresting fields.
10255
10256 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10257
10258 * net/rcirc.el (rcirc): Use history variables.
10259 (rcirc-server-name-history, rcirc-nick-name-history)
10260 (rcirc-server-port-history): New variables.
10261
10262 2009-07-15 Kenichi Handa <handa@m17n.org>
10263
10264 * international/mule-cmds.el (set-language-environment-charset):
10265 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10266 ignore them.
10267
10268 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10269 Delete unibyte-display.
10270
10271 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10272
10273 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10274
10275 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10276
10277 * simple.el (deactivate-mark): Optional argument FORCE.
10278 (set-mark): Use deactivate-mark.
10279
10280 * info.el (Info-search): No need to check transient-mark-mode
10281 before calling deactivate-mark.
10282
10283 * select.el (x-set-selection): Doc fix.
10284 (x-valid-simple-selection-p): Allow buffer values.
10285 (xselect--selection-bounds): Handle buffer values. Suggested by
10286 David De La Harpe Golden.
10287
10288 * mouse.el (mouse-set-region, mouse-drag-track): Call
10289 copy-region-as-kill before setting the mark, to let
10290 select-active-regions work.
10291
10292 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10293
10294 * simple.el (deactivate-mark): If select-active-regions is
10295 non-nil, copy the selection data into a string.
10296 (activate-mark): If select-active-regions is non-nil, set the
10297 selection to the current buffer.
10298 (set-mark): Update selection if select-active-regions is non-nil.
10299
10300 * select.el (x-valid-simple-selection-p): Allow buffer values.
10301
10302 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10305 and more featureful message-mode.
10306
10307 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10308
10309 * select.el (x-set-selection): Doc fix.
10310 (x-valid-simple-selection-p): Disallow selection data consisting
10311 of a list or cons of integers, since that is not used.
10312 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10313 (xselect-convert-to-string, xselect-convert-to-length)
10314 (xselect-convert-to-filename, xselect-convert-to-charpos)
10315 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10316
10317 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10318
10319 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10320 output in -break-info command (Emacs bug #3794).
10321
10322 2009-07-14 Glenn Morris <rgm@gnu.org>
10323
10324 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10325 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10326 (edebug-print-length, edebug-print-level, edebug-print-circle)
10327 (edebug-sit-for-seconds, edebug-view-outside)
10328 (edebug-bounce-point, edebug-set-global-break-condition)
10329 (edebug-Go-nonstop-mode, edebug-trace-mode)
10330 (edebug-Trace-fast-mode, edebug-continue-mode)
10331 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10332 (edebug-visit-eval-list): Doc fixes.
10333
10334 * subr.el (def-edebug-spec): Doc fix.
10335
10336 2009-07-14 Kenichi Handa <handa@m17n.org>
10337
10338 * international/characters.el: Fix setting of category ?C.
10339
10340 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10341
10342 * term/ns-win.el (x-select-font): defalias x-select-font to
10343 ns-popup-font-panel instead of generate-fontset-menu.
10344
10345 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10346
10347 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10348
10349 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10350
10351 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10352 the PK\003\004 header (Bug#3770).
10353
10354 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10355
10356 * pcomplete.el (pcomplete-comint-setup): Check for
10357 shell-dynamic-complete-filename too.
10358
10359 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10360
10361 * simple.el (temporary-goal-column): Change the value for
10362 line-move-visual to a cons cell.
10363 (line-move-visual): Record or set the window hscroll, if
10364 necessary (Bug#3494).
10365 (line-move-1): Handle cons value of temporary-goal-column.
10366
10367 2009-07-11 Kenichi Handa <handa@m17n.org>
10368
10369 * international/mule-diag.el (describe-character-set): Don't show
10370 width.
10371
10372 2009-07-10 Sam Steingold <sds@gnu.org>
10373
10374 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10375 Omake sometimes indents the errors it prints, so allow all
10376 regexps to start with spaces.
10377
10378 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10379
10380 * cus-edit.el (customize-changed-options-previous-release):
10381 Bump value to 22.1. (Bug#3804)
10382
10383 2009-07-08 Sam Steingold <sds@gnu.org>
10384
10385 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10386 to be a cons cell (test . ignored-directory) to selectively ignore
10387 some directories depending on the location of the search.
10388
10389 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10390
10391 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10392 remote user is root, on the local host.
10393 (tramp-local-host-p): Either the local user or the remote user
10394 must be root. (Bug#3771)
10395
10396 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10397
10398 * progmodes/gdb-mi.el (gdb): Remove description of
10399 gdb-use-separate-io-buffer.
10400 (menu): Don't allow toggling of or enable
10401 gdb-use-separate-io-buffer from menubar.
10402
10403 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10404
10405 * mail/unrmail.el (unrmail): Make sure the message ends with two
10406 newlines (Bug#3769).
10407
10408 2009-07-08 Glenn Morris <rgm@gnu.org>
10409
10410 * calendar/calendar.el (calendar-current-date): Rework previous change.
10411
10412 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10413
10414 * calendar/calendar.el (calendar-current-date):
10415 Add an optional argument giving an offset from today.
10416
10417 2009-07-08 Glenn Morris <rgm@gnu.org>
10418
10419 * tutorial.el (tutorial--describe-nonstandard-key):
10420 Adjust the message for when a key has been unbound.
10421 (help-with-tutorial): Hide the arch-tag.
10422
10423 2009-07-08 Kenichi Handa <handa@m17n.org>
10424
10425 * international/fontset.el (setup-default-fontset): For each
10426 script, append (not set) font-specs.
10427
10428 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10429 docstring.
10430
10431 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10432
10433 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10434 -data-list-register-names to ...
10435 (gdb-starting): ... here because GDB 7.0 requires execution to
10436 have started when using this MI command.
10437 (gdb-set-header): New function to distinguish select and
10438 unselected tabs in gdb buffers.
10439 (gdb-propertize-header): New macro that uses gdb-set-header.
10440 (gdb-breakpoints-header, gdb-locals-header): Use it.
10441 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10442
10443 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * Makefile.in (ELCFILES): Remove fadr.elc.
10446
10447 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10448
10449 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10450 may contain frame information, so `string-match' should be used.
10451 (gdb-update): Disassembly is invalidated through
10452 `gdb-get-selected-frame'.
10453 (gdb-pad-string): New function to pad string with spaces.
10454 (gdb-invalidate-disassembly): Invalidate only if the buffer
10455 exists.
10456 (gdb-disassembly-handler-custom): Column alignment.
10457 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10458 placing new ones.
10459 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10460 end of line, too.
10461 (gdb-frame-handler): Match convention to for disassembly buffer
10462 mode name.
10463 (gdb-stack-list-frames-handler): Rewritten without regexps.
10464 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10465 not highlight breakpoints without line information.
10466 (gdb-input): Add trailing newline to command.
10467
10468 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10469 buffer properly.
10470 (gdb-breakpoints-list-handler-custom): Replacement for
10471 `gdb-break-list-handler'. Using real parser instead of regexps
10472 now.
10473 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10474 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10475 to place breakpoints.
10476 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10477 functions.
10478 (gdb-disassembly-handler-custom): Show overlay arrow.
10479 (gdb-disassembly-place-breakpoints): Show breakpoints in
10480 disassembly buffer.
10481 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10482 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10483 instead of parsing breakpoints buffer. Fixed old menu references
10484 in `gud-menu-map'.
10485
10486 * fadr.el: Remove.
10487
10488 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10489 (gdb-memory-address): New variable which holds top address of
10490 memory page shown in memory buffer.
10491 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10492 customization variables.
10493 New functions:
10494 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10495 display the memory buffer.
10496 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10497 buffer display parameters.
10498 (def-gdb-memory-format, gdb-memory-format-binary)
10499 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10500 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10501 Functions for setting memory buffer format.
10502 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10503 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10504 unit size used in memory buffer.
10505 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10506 to next/previous page of memory buffer.
10507 Now using (bindat-get-field) instead of fadr functions.
10508
10509 2009-07-07 Sam Steingold <sds@gnu.org>
10510
10511 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10512 non-top-level files.
10513
10514 2009-07-07 Kenichi Handa <handa@m17n.org>
10515
10516 * international/mule-cmds.el (reset-language-environment): Put
10517 the highset priority to the charset iso-8859-1.
10518
10519 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10522 to the end of the line when locating the block (Bug#700).
10523
10524 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/tramp.el (tramp-handle-write-region): Flush file properties
10527 in case of short track.
10528
10529 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10530
10531 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10532 Coded custom representation of verilog error regular expressions
10533 to work with Emacs-22's new format.
10534 (verilog-error-regexp-xemacs-alist): Coded custom representation
10535 of verilog error regular expressions to work with XEmacs format.
10536 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10537 error recognition into XEmacs.
10538 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10539 error recognition into Emacs-22.
10540
10541 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10542
10543 * woman.el: Remove stand-alone closing parentheses.
10544 (woman-file-name, woman2-format-paragraphs)
10545 (woman-leave-blank-lines): Code cleanup.
10546 (woman-use-own-frame): Change default to nil.
10547 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10548 defaults to inherit from default faces.
10549 (woman2-process-escapes): Consume the newline after a stand-alone
10550 filler character (Bug#3651).
10551
10552 2009-07-06 Glenn Morris <rgm@gnu.org>
10553
10554 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10555 (top-level): Move provide to the end.
10556 (ffap): Remove defunct URL from custom group.
10557
10558 * subr.el (eval-after-load): Doc fix.
10559
10560 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10561
10562 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10563 `calc-embedded-word' is called twice.
10564
10565 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * files.el (find-alternate-file-other-window, find-alternate-file):
10568 Obey confirm-nonexistent-file-or-buffer.
10569
10570 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10571
10572 * dired-aux.el (dired-show-file-type): Handle remote files.
10573
10574 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10575
10576 * desktop.el (desktop-globals-to-save):
10577 Add file-name-history (Bug#2750).
10578
10579 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10582
10583 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10584
10585 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10586 property on entire argument since this is what eshell-lisp-command
10587 expects.
10588
10589 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10590
10591 * net/tramp-gvfs.el (tramp-gvfs-methods)
10592 (tramp-gvfs-zeroconf-domain)
10593 (tramp-bluez-discover-devices-timeout): Add version flag.
10594 (tramp-gvfs-handler-mounted-unmounted)
10595 (tramp-gvfs-connection-mounted-p): Polish handling of
10596 incompatibilities between GVFS 0.2 and 1.0.
10597
10598 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10599
10600 * cus-start.el (all): Add make-pointer-invisible.
10601
10602 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10603
10604 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10605 formatted correctly.
10606
10607 2009-07-02 Juri Linkov <juri@jurta.org>
10608
10609 * info.el: Virtual Info files and nodes.
10610 (Info-virtual-files, Info-virtual-nodes): New variables.
10611 (Info-current-node-virtual): New variable.
10612 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10613 New functions.
10614 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10615 to check for a virtual file instead of checking a fixed list
10616 of node names.
10617 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10618 instead of ad-hoc processing of "dir" and (apropos history toc).
10619 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10620 instead of ad-hoc processing of "dir" and (apropos history toc).
10621 Reread a file when moving from a virtual node.
10622 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10623 (Info-directory-toc-nodes, Info-directory-find-file)
10624 (Info-directory-find-node): New functions.
10625 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10626 (Info-history): Move part of code to
10627 `Info-history-find-node'.
10628 (Info-history-toc-nodes, Info-history-find-file)
10629 (Info-history-find-node): New functions.
10630 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10631 (Info-toc): Move part of code to `Info-toc-find-node'.
10632 (Info-toc-find-node): New function.
10633 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10634 the current Info file name to references because now the node
10635 "*TOC*" belongs to the same Info manual.
10636 (Info-toc-build): Rename from `Info-build-toc'.
10637 (Info-toc-nodes): Rename input argument `file' to `filename'.
10638 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10639 instead of ad-hoc processing of ("dir" apropos history toc).
10640 (Info-index-nodes): Use Info-virtual-file-p
10641 to check for a virtual file instead of checking a fixed list
10642 of node names.
10643 (Info-index-node): Add check for `Info-current-node-virtual'.
10644 Raise `save-match-data' higher up the tree to contain
10645 `search-forward' too (bug fix).
10646 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10647 (Info-virtual-index-nodes): New variable.
10648 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10649 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10650 (Info-apropos-file, Info-apropos-nodes): New variables.
10651 (Info-apropos-toc-nodes, Info-apropos-find-file)
10652 (Info-apropos-find-node, Info-apropos-matches): New functions.
10653 (info-apropos): Move part of code to `Info-apropos-find-node' and
10654 `Info-apropos-matches'.
10655 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10656 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10657 for a virtual file instead of checking a fixed list of node names.
10658
10659 * simple.el (async-shell-command): New command.
10660
10661 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10662
10663 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10664 instead of `mount-info'.
10665
10666 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10667
10668 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10669 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10670
10671 2009-07-02 Kenichi Handa <handa@m17n.org>
10672
10673 * international/mule.el (set-keyboard-coding-system): Force *-unix
10674 coding-system to avoid eol conversion.
10675
10676 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10677
10678 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10679 Add handler for `process-file', `shell-command' and
10680 `start-file-process'.
10681 (tramp-gvfs-handle-shell-command)
10682 (tramp-gvfs-handle-start-file-process)
10683 (tramp-gvfs-handle-process-file): New defuns.
10684 (tramp-synce-list-devices): Simplify check for existence of property.
10685
10686 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10687
10688 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10689
10690 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10691
10692 * language/korean.el (set-language-info-alist): Add korean-cp949,
10693 cp949 to spec.
10694
10695 2009-07-01 Kenichi Handa <handa@m17n.org>
10696
10697 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10698
10699 * international/encoded-kb.el: Deleted.
10700
10701 * international/mule.el (set-keyboard-coding-system): Perform the
10702 necessary setup here instead of calling encoded-kbd-setup-display.
10703
10704 2009-07-01 Glenn Morris <rgm@gnu.org>
10705
10706 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10707
10708 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10709
10710 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10711
10712 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10713
10714 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10715 Handle also the 'rename case, when setting file modes. (Bug#3712)
10716 (tramp-default-file-modes): Remove execute permissions.
10717
10718 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10719 (top): Add a default for "synce" in `tramp-default-user-alist'.
10720 Add completion function for "synce" method.
10721 (tramp-hal-service, tramp-hal-path-manager)
10722 (tramp-hal-interface-manager, tramp-hal-interface-device):
10723 New defconst.
10724 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10725 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10726 New defuns.
10727
10728 * net/trampver.el: Update release number.
10729
10730 2009-06-30 Kenichi Handa <handa@m17n.org>
10731
10732 * international/fontset.el (setup-default-fontset): Add CJK fonts
10733 for symbols and the other miscellaneous characters.
10734
10735 * language/korea-util.el (setup-korean-environment-internal):
10736 Make char-width-table suitable for Korean environments.
10737 (exit-korean-environment): Cancel above.
10738
10739 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10740 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10741 setup-function to make char-width-table suitable for respective
10742 environments, and an exit-function to cancel that.
10743
10744 * language/japan-util.el (setup-japanese-environment-internal):
10745 Call use-cjk-char-width-table with arg `ja_JP'.
10746
10747 * international/characters.el (cjk-char-width-table): Delete it.
10748 (cjk-char-width-table-list): New variable.
10749 (use-cjk-char-width-table): New arg local-name.
10750 (use-default-char-width-table): Fix for the case that Emacs is
10751 already using the default char-width-table.
10752
10753 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10754
10755 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10756 modes mandatory. (Bug#3712)
10757
10758 2009-06-29 Alan Mackenzie <acm@muc.de>
10759
10760 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10761 correction between the visible width of TABs and their number of bytes.
10762
10763 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10764
10765 * server.el (server-buffer-done): Prevent kill-buffer from
10766 prompting by clearing the buffer modification flag (Bug#3696).
10767
10768 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10769
10770 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10771 (verilog-endcomment-reason-re): Support unique case and priority case.
10772 (verilog-basic-complete-re): Support localparam lineup.
10773 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10774 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10775 commenting.
10776 (verilog-leap-to-case-head): Now support *nested* unique &
10777 priority case statements.
10778 (verilog-auto-lineup): Make just declarations the default (as it
10779 had been).
10780 (verilog-leap-to-case-head): Support priority/unique case statements.
10781 (verilog-auto-lineup): Rework to give users radio buttons to
10782 select the various styles of automatic lineup.
10783 (verilog-error-regexp-alist): Rework to support the XEmacs style
10784 of error regular expressions from compilers, lint tools &
10785 simulators. Note that GNU Emacs has made it impossible for a mode
10786 to load such things.
10787 (electric-verilog-terminate-line, verilog-indent-declaration)
10788 (verilog-auto-wiure): Rework for radio button selection of
10789 auto-lineup selection of specification of auto lineup.
10790 (verilog-beg-of-statement-1): Redesign to support proper operation
10791 in additional code, based on testing with auto-lineup.
10792 (verilog-calculate-indent, assignments & declarations)
10793 (verilog-backward-token): Enhance to support auto-lineup of
10794 assignments & declarations.
10795 (verilog-in-directive-p, verilog-at-struct-p): New function for
10796 easy test of whether we are.
10797 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10798 to support safe execution at almost anyline.
10799 (verilog-calc-1): Properly support indenting deep inside generate
10800 blocks.
10801 (verilog-init-font): Remove definition & use of verilog-init-font,
10802 as it is redundant with font-lock-defaults.
10803 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10804 to avoid circular calls if syntax-ppss is a function (as is the
10805 case now in 22.x GNU Emacs) as that function would sometimes call
10806 itself, leading to (nearly) infinite recursion.
10807 (verilog-ovm-begin-re, verilog-ovm-end-re)
10808 (verilog-ovm-statement-re, verilog-leap-to-head)
10809 (verilog-backward-token): Add support for OVM macros. Some are
10810 complete statements, and others open and close scopes like begin
10811 and end.
10812 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10813 (verilog-defun-level-generate-only-re): Really fix the defun-list
10814 compilation issue.
10815 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10816 coverpoint, constraint and cross statements.
10817 (verilog-defun-level-list, verilog-generate-defun-level-list)
10818 (verilog-all-defun-level-list): Redo these specifications - it is
10819 too hard to support eval-when compile aggregation of lists also
10820 built at when-compile time.
10821 (verilog-defun-level-list): Place defconsts of variables used in
10822 building regular expressions which are built in eval-when-compile
10823 bodies in the same eval-when-compile body to facilitate compile
10824 without load.
10825 (verilog-beg-block-re-ordered): Support indenting
10826 virtual/protected tasks and functions.
10827 (verilog-defun-level-list, verilog-in-generate-region-p)
10828 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10829 indentation of some module items (generate items).
10830 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10831 across virtual/protected tasks and functions.
10832
10833 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10834
10835 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10836 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10837 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10838 in concatenations. Reported by Yishay Belkind.
10839 (verilog-auto-ascii-enum): Support one-hot state machines in
10840 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10841 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10842 modport in AUTOINST and add vl-modport for users. Reported by
10843 David Rogoff.
10844 (verilog-auto-inout-module, verilog-auto-inst)
10845 (verilog-decls-get-interfaces, verilog-insert-definition)
10846 (verilog-insert-one-definition, verilog-read-decls)
10847 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10848 (verilog-sig-modport, verilog-signals-combine-bus)
10849 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10850 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10851 Suggested by David Rogoff.
10852 (verilog-repair-open-comma): Fix non-insertion of comma when
10853 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10854 (verilog-make-width-expression): Simplify [A-1:0] expression
10855 widths to just {A{1'b0}}.
10856 (verilog-mode): Cleanup checkdoc warnings.
10857 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10858 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10859 inputs/outputs or data type. Suggested by Vasu Kandadi.
10860 (next-error-last-buffer): Fix byte-compiler warning.
10861 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10862 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10863 or shell command text during AUTO expansion. Suggested by Tad Truex.
10864 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10865 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10866 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10867 in AUTOINOUT. Reported by Matthew Lovell.
10868 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10869 causing use of <= assignments. Reported by Alex Reed.
10870 (verilog-read-decls): Fix triand, trior, wand, wor to be
10871 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10872 (verilog-extended-complete-re): Support import "DPI-C" functions.
10873 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10874 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10875 (verilog-insert-date, verilog-insert-year)
10876 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10877 Windows systems. Reported by Michael Potts.
10878 (verilog-read-module-name): Fix AUTOINST when the child module
10879 declaration's name is a tick define. Reported by Elliot Mednick.
10880 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10881 passed to next parameter's definition. Reported by Bruce T.
10882 (verilog-read-decls): Fix detecting "parameter int" when using
10883 AUTOINSTPARAM. Reported by Bruce T.
10884 (verilog-goto-defun): Fix goto not finding modules unless first
10885 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10886 (verilog-mode): Expand -f flag arguments on entry to mode so
10887 verilog-goto-defun will work. Reported by Lawrence Butcher.
10888 (verilog-getopt): Expand environment variables in -f file
10889 arguments. Suggested by Lawrence Butcher.
10890 (verilog-set-define): Fix "Symbol's value as variable is void"
10891 when reading enumerations.
10892 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10893 Suggested by Stephen Peltan.
10894 (verilog-read-defines): Fix reading of enumerations in include
10895 files. Reported by Steve Peltan.
10896
10897 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10898
10899 * files.el (trash-directory): Fix defcustom type.
10900
10901 2009-06-28 Juri Linkov <juri@jurta.org>
10902
10903 * help-fns.el (describe-function-1): Correctly locate adviced
10904 functions in hyperlink (Bug#2438).
10905
10906 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10907
10908 * files.el (trash-directory): Change default to nil.
10909 (move-file-to-trash): If trash-directory is nil and
10910 system-move-file-to-trash is unbound, perform freedesktop-style
10911 trashing.
10912
10913 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10914
10915 * files.el (move-file-to-trash): Add freedesktop trash
10916 support (Bug#973).
10917
10918 2009-06-28 Glenn Morris <rgm@gnu.org>
10919
10920 * autorevert.el (global-auto-revert-non-file-buffers)
10921 (global-auto-revert-mode): Doc fixes.
10922
10923 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10924
10925 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10926
10927 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10928
10929 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10930 opened an X connection before calling x-get-resource (Bug#3194).
10931
10932 * play/doctor.el: Remove reference to obsolete website.
10933 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10934
10935 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10936
10937 Remove find-file-not-found-hook VC method. (Bug#2757)
10938 * vc-hooks.el (vc-file-not-found-hook)
10939 (vc-default-find-file-not-found-hook): Remove functions.
10940 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10941 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10942 * vc.el:
10943 * vc-hg.el:
10944 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10945
10946 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10947
10948 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10949 compatibility function for `looking-back'.
10950
10951 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10952 Use `ispell-looking-back'.
10953
10954 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10955
10956 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10957 rather than `filename'.
10958
10959 2009-06-23 Miles Bader <miles@gnu.org>
10960
10961 * face-remap.el (text-scale-set): New function.
10962
10963 2009-06-23 Glenn Morris <rgm@gnu.org>
10964
10965 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10966
10967 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10968
10969 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10970
10971 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10972
10973 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10974 Simplify Persian conditionals.
10975
10976 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10977 variable `filename'.
10978
10979 * comint.el (comint-insert-input): Doc fix.
10980
10981 * Makefile.in (ELCFILES): Fix typo in previous change.
10982
10983 2009-06-23 Miles Bader <miles@gnu.org>
10984
10985 * cus-start.el: Add entry for `recenter-redisplay'.
10986
10987 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10988
10989 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10990 Add an optional argument for the backend, use it instead of
10991 calling vc-backend.
10992 (vc-mode-line): Add an optional argument for the backend.
10993 Pass the backend to vc-state and vc-working-revision. Move code for
10994 special handling for vc-state being a buffer to ...
10995
10996 * vc-rcs.el (vc-rcs-find-file-hook):
10997 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10998
10999 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11000 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11001 vc-stay-local-p and vc-mode-line calls.
11002
11003 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11004 (vc-cvs-diff, vc-cvs-annotate-command)
11005 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11006 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11007 vc-mode-line calls.
11008
11009 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11010 direct comparison.
11011 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11012 backend when calling vc-mode-line.
11013 (vc-register): Do not create a closure for calling the vc register
11014 function, call it directly.
11015
11016 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11017
11018 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11019 to make it obvious item can be clicked.
11020
11021 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11022
11023 2009-06-23 Kenichi Handa <handa@m17n.org>
11024
11025 * language/korea-util.el (korean-key-bindings): Change the binding
11026 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11027 same command.
11028
11029 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11030
11031 Sync with Tramp 2.1.16.
11032
11033 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11034
11035 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11036 when a loading of a package fails. Completion function for rsync
11037 is `tramp-completion-function-alist-ssh'.
11038 (all): Replace all calls of `split-string' and
11039 `tramp-split-string' by `tramp-compat-split-string'.
11040 (tramp-default-method): Use `tramp-compat-process-running-p'.
11041 (tramp-default-proxies-alist): Allow also Lisp forms.
11042 (tramp-remote-path): Add choice "Private Directories".
11043 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11044 (tramp-domain-regexp): Allow also "-", "_" and ".".
11045 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11046 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11047 (tramp-debug-message): Insert header line in debug buffer.
11048 (tramp-handle-directory-files-and-attributes-with-stat):
11049 Care about filenames with spaces, or starting with "-".
11050 (tramp-handle-dired-uncache): New defun.
11051 (tramp-handle-insert-directory): Don't flush the directory from
11052 cache, this is handled by `dired-uncache' now.
11053 (tramp-handle-insert-file-contents): Improve error handling.
11054 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11055 Quote `tramp-end-of-output'.
11056 (tramp-action-password): Improve trace message.
11057 (tramp-check-for-regexp): Both echoes must be present, before removing.
11058 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11059 (tramp-compute-multi-hops): Eval cons cells of
11060 `tramp-default-proxies-alist'.
11061 (tramp-maybe-open-connection): Use the same command pattern for
11062 first hop and further hops.
11063 (tramp-wait-for-output): Remove handling of newlines.
11064 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11065 (tramp-split-string): Remove function. It is handled in
11066 tramp-compat now.
11067
11068 * net/tramp-cmds.el (tramp-bug):
11069 Recommend `tramp-cleanup-all-connections' in the bug mail.
11070
11071 * net/tramp-compat.el (tramp-compat-split-string)
11072 (tramp-compat-process-running-p): New defuns.
11073
11074 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11075 for `dired-uncache'.
11076
11077 * net/tramp-gvfs.el: New package.
11078
11079 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11080 Add handler for `dired-uncache'.
11081 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11082
11083 * net/trampver.el: Update release number. Make version check fit
11084 for SXEmacs 22.
11085
11086 2009-06-22 Jim Meyering <meyering@redhat.com>
11087
11088 Automatically handle .xz suffix (XZ-compressed files), too.
11089 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11090 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11091
11092 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11093 Nick Roberts <nickrob@snap.net.nz>
11094
11095 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11096 repository (http://sphinx.net.ru/hg/gdb-mi/).
11097
11098 2009-06-22 Glenn Morris <rgm@gnu.org>
11099
11100 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11101 `mode' and `eval' entries. (Bug#3430)
11102
11103 * Makefile.in (ELCFILES): Add fadr.elc.
11104
11105 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11106 differing behavior of \n and ^ in strings. (Bug#3385)
11107
11108 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11109
11110 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11111 property.
11112 (lisp-indent-function): Make it a defcustom.
11113
11114 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11115
11116 * progmodes/gdb-ui.el: Replace with ...
11117 * progmodes/gdb-mi.el: ... this file.
11118 * progmodes/gud.el: Modify for gdb-mi.el.
11119
11120 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11121
11122 * fadr.el: New file.
11123
11124 See ChangeLog.14 for earlier changes.
11125
11126 ;; Local Variables:
11127 ;; coding: utf-8
11128 ;; End:
11129
11130 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11131
11132 This file is part of GNU Emacs.
11133
11134 GNU Emacs is free software: you can redistribute it and/or modify
11135 it under the terms of the GNU General Public License as published by
11136 the Free Software Foundation, either version 3 of the License, or
11137 (at your option) any later version.
11138
11139 GNU Emacs is distributed in the hope that it will be useful,
11140 but WITHOUT ANY WARRANTY; without even the implied warranty of
11141 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11142 GNU General Public License for more details.
11143
11144 You should have received a copy of the GNU General Public License
11145 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11146
11147 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1