* mail/sendmail.el (mail-default-directory): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * mail/sendmail.el (mail-default-directory): Doc fix.
4
5 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
6
7 * mail/sendmail.el (mail-default-directory): Doc fix.
8
9 2010-03-27 Eli Zaretskii <eliz@gnu.org>
10
11 * subr.el (version-regexp-alist, version-to-list)
12 (version-list-<, version-list-=, version-list-<=)
13 (version-list-not-zero, version<, version<=, version=): Doc fix.
14 (Bug#5744).
15
16 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17 Nick Roberts <nickrob@snap.net.nz>
18
19 * progmodes/gdb-ui.el (gdb-apple-test): New function.
20 (gdb-init-1): Use it.
21
22 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
23
24 * vc.el (vc-root-diff): Doc fix.
25
26 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
27
28 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
29
30 * simple.el (append-to-buffer): Fix last change.
31
32 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
33
34 * simple.el (append-to-buffer): Ensure that point is preserved if
35 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
36 (Bug#5749)
37
38 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
41 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
42 not be present any more.
43
44 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
45
46 * faces.el (set-face-attribute): Fix typo in docstring.
47 (face-valid-attribute-values): Reflow docstring.
48
49 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
50
51 2010-03-23 Glenn Morris <rgm@gnu.org>
52
53 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
54
55 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
56
57 * indent.el (indent-for-tab-command): Doc fix.
58
59 2010-03-22 Alan Mackenzie <acm@muc.de>
60
61 * progmodes/cc-engine.el (c-remove-stale-state-cache):
62 Fix off-by-one error. Fixes bug #5747.
63
64 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
65
66 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
67 (image-dired-read-comment): Doc fix.
68
69 * json.el (json-object-type, json-array-type, json-key-type)
70 (json-false, json-null, json-read-number):
71 * minibuffer.el (completion-in-region-functions):
72 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
73 (cal-tex-cursor-week):
74 * emacs-lisp/trace.el (trace-function):
75 * eshell/em-basic.el (eshell/printnl):
76 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
77 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
78 * obsolete/levents.el (allocate-event, event-key, event-object)
79 (event-point, event-process, event-timestamp, event-to-character)
80 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
81 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
82 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
83 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
84 (reftex-highlight-selection): Fix typos in docstrings.
85
86 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
87
88 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
89
90 2010-03-18 Glenn Morris <rgm@gnu.org>
91
92 * mail/rmail.el (rmail-highlight-face): Restore option deleted
93 2008-02-13 without comment; mark it obsolete.
94 (rmail-highlight-headers): Use rmail-highlight-face once more.
95
96 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
97
98 * woman.el (woman2-process-escapes): Only consume the newline if
99 the filler character is on a line by itself (Bug#5729).
100
101 2010-03-16 Kenichi Handa <handa@m17n.org>
102
103 * language/indian.el (devanagari-composable-pattern): Add more
104 consonants.
105
106 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
107
108 * net/trampver.el: Update release number.
109
110 2010-03-13 Glenn Morris <rgm@gnu.org>
111
112 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
113
114 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
115
116 * net/tramp.el (tramp-find-executable):
117 Use `tramp-get-connection-buffer'. Make the regexp for checking
118 output of "wc -l" more robust.
119 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
120 (tramp-open-connection-setup-interactive-shell): Remove workaround
121 for OpenSolaris bug, it is not needed anymore.
122
123 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
124
125 * cedet/semantic/imenu.el: New file, from the CEDET repository
126 (Bug#5412).
127
128 2010-03-12 Glenn Morris <rgm@gnu.org>
129
130 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
131
132 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
133
134 * files.el (auto-mode-alist): Accept more verilog file patterns.
135
136 2010-03-09 Miles Bader <miles@gnu.org>>
137
138 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
139 instead of "format:"; this ensures that the output is
140 newline-terminated.
141
142 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
143
144 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
145 that all errors are caught, and that the return value is always a
146 list (Bug#5692).
147
148 2010-03-08 Kenichi Handa <handa@m17n.org>
149
150 * language/misc-lang.el (windows-1256): New coding system.
151 (cp1256): New alias of windows-1256 (bug#5690).
152
153 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
154
155 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
156 call to rfc822-bad-address. (Bug#5692)
157
158 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
159
160 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
161 vc-git-root as default directory for revision path (Bug#5657).
162
163 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
164
165 * calculator.el (calculator): Don't bind split-window-keep-point
166 (Bug#5674).
167
168 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * vc-git.el: Re-flow to fit into 80 columns.
171 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
172 Remove spurious `quote' element in each case alternative.
173 (vc-git-show-log-entry): Use prog1.
174 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
175
176 2010-03-06 Glenn Morris <rgm@gnu.org>
177
178 * cedet/semantic/grammar.el (semantic-grammar-header-template):
179 Update template copyright to GPLv3+.
180
181 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
184
185 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
186
187 * macros.el (insert-kbd-macro): Look up keyboard macro using the
188 definition, not the name (Bug#5481).
189
190 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
191
192 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
193 argument with a local variable. (Bug#5670)
194
195 2010-03-02 Juri Linkov <juri@jurta.org>
196
197 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
198
199 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
202 error when FILENAME and NEWNAME are existing remote directories.
203
204 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
205 parameter DIR-FLAG.
206
207 2010-03-02 Glenn Morris <rgm@gnu.org>
208
209 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
210 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
211
212 2010-03-01 Alan Mackenzie <acm@muc.de>
213
214 * progmodes/cc-engine.el (c-remove-stale-state-cache):
215 Correct previous patch.
216
217 2010-03-01 Kenichi Handa <handa@m17n.org>
218
219 * language/burmese.el (burmese-composable-pattern): Rename from
220 myanmar-composable-pattern.
221
222 * international/characters.el (script-list):
223 * international/fontset.el (script-representative-chars):
224 Change myanmar to burmese.
225 (otf-script-alist): Likewise.
226 (setup-default-fontset): Likewise. Re-fix :otf spec.
227
228 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
229
230 * cc-engine.el (c-remove-stale-state-cache): Take account of when
231 `good-pos' is in the same macro as `here'. Fixes bug#5649.
232
233 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
234
235 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
236
237 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
238
239 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
240
241 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
242
243 * net/tramp.el (tramp-handle-write-region): START can be a string.
244 Take care in the checks. Reported by Dan Davison
245 <davison@stats.ox.ac.uk>.
246
247 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
248
249 * net/dbus.el (dbus-introspect, dbus-get-property)
250 (dbus-set-property, dbus-get-all-properties): Use
251 `dbus-call-method' when noninteractive. (Bug#5645)
252
253 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
254
255 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
256 * emacs-lisp/elint.el (elint-add-required-env):
257 * cedet/semantic/db-find.el
258 (semanticdb-find-translate-path-brutish-default):
259 * cedet/ede/make.el (ede-make-check-version):
260 * calendar/icalendar.el (icalendar--add-diary-entry):
261 * calc/calcalg2.el (math-tracing-integral):
262 * files.el (recover-session-finish): Use with-current-buffer
263 instead of save-excursion.
264
265 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 Fix in-buffer completion when after-change-functions modify the buffer.
268 * minibuffer.el (completion--replace): New function.
269 (completion--do-completion): Use it and use relative movement.
270
271 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
272
273 * international/fontset.el (setup-default-fontset): Fix :otf spec.
274
275 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
276
277 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
278 Allow the characters _<> in the stack entry (Bug#5653).
279
280 2010-02-26 Kenichi Handa <handa@m17n.org>
281
282 * language/burmese.el: Fix entries in composition-function-table.
283 (myanmar-composable-pattern): New variable.
284
285 * international/fontset.el (setup-default-fontset): Add an entry
286 for myanmar.
287
288 * international/characters.el (script-list): Add Myanmar
289 Extended-A.
290
291 2010-02-26 Glenn Morris <rgm@gnu.org>
292
293 * custom.el (custom-initialize-delay): Doc fix.
294
295 * mail/sendmail.el (send-mail-function): Autoload the call
296 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
297
298 2010-02-25 Alan Mackenzie <acm@muc.de>
299
300 * progmodes/cc-engine.el (c-clear-<-pair-props)
301 (c-clear->-pair-props): Correct to wipe category text props, not
302 syntax-table ones.
303
304 * progmodes/cc-mode.el (c-after-change): Remove any hard
305 syntax-table properties for <, > which, e.g., C-y has
306 inopportunely converted from category properties.
307
308 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
309
310 * files.el (hack-local-variables-filter): For eval forms, also
311 check safe-local-variable-p (Bug#5636).
312
313 2010-02-24 Eduard Wiebe <usenet@pusto.de>
314
315 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
316 and use c(ad)r of cddr (Bug#5640).
317
318 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
319
320 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
321 setting the modes by `ignore-errors'. It might fail, for example
322 if the file is not owned by the user but the group.
323 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
324
325 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
326
327 * files.el (directory-listing-before-filename-regexp): Use
328 stricter matching for iso-style dates, to avoid false matches with
329 date-like filenames (Bug#5597).
330
331 * htmlfontify.el (htmlfontify): Doc fix.
332
333 * eshell/eshell.el (eshell): Doc fix.
334
335 * startup.el (fancy-about-screen): In mode-line, apply
336 mode-line-buffer-id face only to the buffer name (Bug#5613).
337
338 2010-02-20 Kevin Ryde <user42@zip.com.au>
339
340 * progmodes/compile.el (compilation-error-regexp-alist-alist):
341 In `watcom' anchor regexp to start of line, to avoid slowness
342 (Bug#5599).
343
344 2010-02-20 Eli Zaretskii <eliz@gnu.org>
345
346 * subr.el (remove-yank-excluded-properties): Explain in a comment
347 why `category' property is removed.
348
349 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
350
351 * isearch.el (isearch-update-post-hook, isearch-update): Revert
352 2010-02-17 change.
353
354 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
355
356 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
357 (icalendar--convert-weekly-to-ical)
358 (icalendar--convert-yearly-to-ical)
359 (icalendar--convert-block-to-ical)
360 (icalendar--convert-cyclic-to-ical)
361 (icalendar--convert-anniversary-to-ical): Take care of time
362 specifications where hour has 1-digit only (Bug#5549).
363
364 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
365
366 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
367 of disassemble output in GDB 7.1.
368
369 2010-02-19 Glenn Morris <rgm@gnu.org>
370
371 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
372 property. (Bug#5593)
373
374 2010-02-18 Sam Steingold <sds@gnu.org>
375
376 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
377
378 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 Use abbreviated file names in bookmarks (bug#5591).
381 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
382 calls to expand-file-name.
383 (bookmark-relocate): Use abbreviated file names in bookmarks.
384 (bookmark-load): Use abbreviated file names in messages.
385
386 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
387
388 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
389 expand "." and "..". Reported by Thierry Volpiatto
390 <thierry.volpiatto@gmail.com>.
391
392 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
395 permissions of the temporary file to "0600". In case the remote
396 file has no read permissions for the owner, there might be
397 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
398
399 22010-02-18 Glenn Morris <rgm@gnu.org>
400
401 * emacs-lisp/authors.el (authors-renamed-files-alist):
402 Add entries for INSTALL.CVS.
403
404 2010-02-17 Mark A. Hershberger <mah@everybody.org>
405
406 * vc-bzr.el: Fix typo in Known Bugs section.
407
408 * isearch.el (isearch-update-post-hook): New hook.
409 (isearch-update): Use the new hook.
410
411 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
412
413 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
414 Fix errors in copying directories.
415 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
416 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
417 (tramp-handle-delete-file)
418 (tramp-handle-dired-recursive-delete-directory)
419 (tramp-handle-write-region): Flush also the cache for the upper
420 directory.
421
422 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
423
424 * simple.el (save-interprogram-paste-before-kill): Doc fix.
425
426 * cus-edit.el (hardware): Doc fix.
427
428 * man.el (man): Add to external custom group.
429
430 * delim-col.el (columns): Move to wp custom group.
431
432 * doc-view.el (doc-view): Add to data custom group.
433
434 * cedet/data-debug.el (data-debug): Move to extensions group.
435
436 * cedet/ede.el (ede):
437 * cedet/srecode.el (srecode):
438 * cedet/semantic.el (semantic): Put in tools and extensions group.
439
440 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
441
442 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
443 by ispell-parse-output (Bug#5575).
444
445 2010-02-16 Kenichi Handa <handa@m17n.org>
446
447 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
448 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
449 (skkdic-convert): Use `euc-japan' coding system for writing.
450
451 2010-02-16 Glenn Morris <rgm@gnu.org>
452
453 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
454 tex-main-file before using it. (Bug#5562)
455
456 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
459 warnings, since it is annoying for the user to see them each time he
460 runs the code.
461
462 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
463
464 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
465 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
466 instead of PROC for caching "first-password-request". Otherwise,
467 new processes would not profit from passwords already entered.
468
469 * net/tramp-cache.el (tramp-dump-connection-properties):
470 Don't save "first-password-request" property.
471
472 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
473
474 * outline.el (outline-head-from-level):
475 * simple.el (with-wrapper-hook):
476 * cedet/ede.el (ede-run-target, project-delete-target)
477 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
478 (ede-adebug-project, ede-adebug-project-parent)
479 (ede-adebug-project-root):
480 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
481 (elint-defun, elint-buffer-env, elint-top-form-logged)
482 (elint-unbound-variable):
483 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
484 Fix typos in docstrings.
485
486 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
487
488 * files.el (insert-directory): When WILDCARD-REGEXP and
489 FULL-DIRECTORY-P are nil, insert the file entry instead of the
490 whole directory. (Bug#5551)
491
492 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
493 dired's alignment sanity. (Bug#5516)
494
495 2010-02-14 Juri Linkov <juri@jurta.org>
496
497 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
498 Remove remaining ^H with their preceding chars. (Bug#5566)
499
500 2010-02-13 Glenn Morris <rgm@gnu.org>
501
502 * simple.el (transpose-subr): Give it a doc-string.
503
504 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
505 Doc fixes.
506
507 2010-02-12 Juri Linkov <juri@jurta.org>
508
509 * arc-mode.el (archive-unique-fname): Make directories for nested
510 archives. (Bug#5540)
511
512 2010-02-12 Juri Linkov <juri@jurta.org>
513
514 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
515
516 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * subr.el (copy-overlay): Handle deleted overlays.
519
520 * man.el (Man-completion-table): Don't signal an error if we can't run
521 manual-program (bug#4056).
522
523 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
524
525 * textmodes/artist.el (artist-mt): Fix typos in docstring.
526
527 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
528
529 * info.el (Info-bookmark-jump): Simplify.
530
531 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
532 (bookmark-default-handler): Accept new bookmark field `buffer'.
533
534 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
535
536 * iswitchb.el (iswitchb-completions): Revert last change.
537
538 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
539
540 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
541 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
542 This prevents file names like "~/" being listed literally.
543
544 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
545
546 * term/xterm.el (xterm-maybe-set-dark-background-mode):
547 Remove dead code. (Bug#5546)
548
549 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
550
551 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
552 correctly (Bug#5548).
553
554 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
555
556 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
557 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
558
559 2010-02-08 Kenichi Handa <handa@m17n.org>
560
561 * international/mule-util.el (with-coding-priority): Add autoload
562 cookie for putting `lisp-indent-function'.
563
564 2010-02-07 Glenn Morris <rgm@gnu.org>
565
566 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
567 Move F2003 named interfaces from keywords-2 to keywords-1, and
568 use function-name-face rather than constant-face.
569 Simplify "abstract interface" regexp.
570
571 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
572
573 * eshell/esh-util.el (eshell-file-attributes): New optional arg
574 ID-FORMAT. Pass it to `file-attributes'.
575
576 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
577
578 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
579
580 * faces.el (set-face-attribute): Allow calling
581 internal-set-lisp-face-attribute with 'unspecified family and
582 foundry argument (Bug#5536).
583
584 2010-02-07 Glenn Morris <rgm@gnu.org>
585
586 * progmodes/f90.el (f90-font-lock-keywords-2)
587 (f90-looking-at-type-like, f90-looking-at-program-block-end):
588 Handle F2003 named interfaces.
589
590 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
591
592 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
593 beg and end before calling c-get-state-before-change-functions.
594
595 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
596
597 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
598
599 2010-02-05 Juri Linkov <juri@jurta.org>
600
601 * doc-view.el (doc-view-mode):
602 * image-mode.el (image-mode): Put property mode-class=special.
603 (Bug#4896)
604
605 2010-02-05 Mark A. Hershberger <mah@everybody.org>
606
607 * vc-svn.el (vc-svn-revision-table): New function.
608
609 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
610
611 * net/ange-ftp.el (ange-ftp-insert-directory):
612 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
613 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
614 Handle also directories. (Bug#5478)
615
616 2010-02-05 Glenn Morris <rgm@gnu.org>
617
618 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
619
620 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
621
622 * startup.el (command-line-1): Convert options beginning with a
623 single dash as well (Bug#5519).
624
625 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
628 * minibuffer.el (completion-initials-expand): Only check the presence
629 of delims *within* the boundaries, since otherwise the / delim is
630 always found for files.
631
632 Fix up various corner case problems.
633 * doc-view.el (doc-view-last-page-number): New function.
634 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
635 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
636 (doc-view-kill-proc): Avoid inf-loop in freak cases.
637 (doc-view-reconvert-doc): Use the new recursive delete-directory.
638 (doc-view-convert-current-doc): Don't create the resolution.el file
639 here any more.
640 (doc-view-pdf/ps->png): Do it here instead.
641 (doc-view-already-converted-p): Check that resolution.el is present.
642 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
643 windows that are not yet showing images.
644
645 2010-02-04 Alan Mackenzie <acm@muc.de>
646
647 Change strategy for marking < and > as template delimiters: mark
648 them strictly in matching pairs.
649
650 * cc-mode.el (c-before-change):
651 Use c-get-state-before-change-functions.
652 (c-common-init): Adapt to use
653 c-get-state-before-change-functions (note plural).
654
655 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
656 for searching syntactically for matching <s and >s.
657 (c-get-state-before-change-functions): New language variable (note
658 the plural) which supersedes c-get-state-before-change-function.
659
660 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
661 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
662 (c-clear->-pair-props-if-match-before)
663 (c-before-change-check-<>-operators): New functions.
664 (c-after-change-check-<>-operators): Use macro
665 c-unmark-<->-as-paren.
666
667 * cc-defs.el (c-search-backward-char-property): New macro.
668
669 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
670 and > any more. (These will be handled by font locking.)
671
672 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
673
674 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
675 `dired-uncache' for every elemnt which is an absolute file name.
676
677 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
678 directory, handle its directory component.
679 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
680 function is called permanently and creates noise, otherwise.
681
682 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
683 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
684 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
685
686 2010-02-04 David Burger <dburger@google.com> (tiny change)
687
688 * macros.el (apply-macro-to-region-lines):
689 Minor simplification. (Bug#5485)
690
691 2010-02-04 Glenn Morris <rgm@gnu.org>
692
693 * mail/rmail.el (rmail-show-message-1): Handle malformed
694 quoted-printable text. (Bug#5441)
695
696 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
697
698 * simple.el (visual-line-mode): Capitalize lighter.
699
700 2010-02-03 John Wiegley <jwiegley@gmail.com>
701
702 * iswitchb.el (iswitchb-completions): Add bookmark files to the
703 list of files considered for "virtual buffer" completions.
704
705 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
706
707 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
708 also in case of (and (not full) (not wildcard)). This is needed,
709 when dired is called with a list of files, which are not in
710 `default-directory'. (Bug#5478)
711
712 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
715
716 2010-02-02 Juri Linkov <juri@jurta.org>
717
718 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
719 from unidiff to allow function-line after @@.
720
721 2010-02-02 Juri Linkov <juri@jurta.org>
722
723 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
724 '(RCS SCCS) with inverted condition.
725
726 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
727
728 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
729 messages.
730
731 2010-02-01 Juri Linkov <juri@jurta.org>
732
733 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
734 compare with "pkunzip" and "pkzip" instead of only "pkzip".
735 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
736 only when (car archive-zip-extract) is "unzip". (Bug#5475)
737
738 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
741 (doc-view-revert-buffer): New command.
742 (doc-view-mode-map): Use it.
743
744 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
745
746 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
747 pending merge is detected.
748
749 2010-01-31 Juri Linkov <juri@jurta.org>
750
751 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
752 beginning of interactive spec like all other grep commands do.
753 Put "all" in front of "gz". (Bug#5260)
754
755 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
756
757 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
758
759 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
760
761 * dirtrack.el (dirtrack): Warn instead of signalling error if the
762 regexp is incorrect (Bug#5476).
763
764 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
765
766 * net/tramp.el (tramp-handle-insert-directory): Handle also
767 symlinks, when FILENAME is not in `default-directory'.
768
769 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
770
771 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
772 FILE is not in `default-directory'. (Bug#5478)
773
774 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
775 of SWITCHES. Handle the case, FILENAME is not in
776 `default-directory'. (Bug#5478)
777 (tramp-register-file-name-handlers): Add safe-magic property.
778
779 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
780
781 * arc-mode.el (archive-zip-extract): Quote the argument passed to
782 unzip (Bug#5475).
783
784 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
785
786 * progmodes/flymake.el (flymake-allowed-file-name-masks)
787 (flymake-master-make-header-init): Add other C++ filename masks.
788 (flymake-find-possible-master-files)
789 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
790
791 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
792
793 Fix some busybox annoyances.
794
795 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
796 not responding." string.
797 (tramp-open-connection-setup-interactive-shell): Dump stty
798 settings. Enable "neveropen" arg for all `tramp-send-command'
799 calls. Handle "=" in variable values properly.
800 (tramp-find-inline-encoding): Raise an error, when no encoding is
801 found.
802 (tramp-wait-for-output): Check, whether PROC buffer is available.
803 Remove spurious " ^H" sequences, sent by busybox.
804 (tramp-get-ls-command): Suppress coloring, if possible.
805
806 2010-01-28 Glenn Morris <rgm@gnu.org>
807
808 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
809
810 * log-edit.el (log-edit-strip-single-file-name): Add missing
811 :safe, :group, and :version tags.
812
813 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
814
815 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
816 buffers. (Bug#5477)
817
818 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
819
820 * files.el (delete-directory): Handle moving to trash without
821 first doing recursion (Bug#5436).
822
823 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
824
825 * vc-hooks.el (vc-path): Mark as obsolete.
826
827 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
828
829 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
830 names too.
831
832 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
833 for the short log.
834 (vc-bzr-log-view-mode): Adjust regexp for the above change.
835
836 2010-01-25 Mark A. Hershberger <mah@everybody.org>
837
838 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
839
840 * vc-bzr.el (vc-bzr-revision-table): New function.
841
842 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
843
844 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
845 diff-index command. This requires at least git-1.5.5. (Bug#1589).
846
847 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
848
849 Remove support for adding --signoff on commit.
850 Future support will use an incompatible generic mechanism.
851 * vc-git.el (vc-git-add-signoff): Remove variable.
852 (vc-git-toggle-signoff): Remove function.
853 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
854
855 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
856 from xterm-set-background-mode. Return t if the background mode
857 was set.
858 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
859 earlier, call it again in case the background mode has changed.
860
861 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
862
863 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
864 (Bug#3541).
865
866 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
867
868 * emacs-lisp/assoc.el (aelement): Doc fix.
869 (aput, adelete, amake): Use lexical-let (Bug#5450).
870
871 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
872
873 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
874 is the same as subprogram call, not declaration. (Bug#5435).
875
876 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
877
878 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
879 (tramp-smb-maybe-open-connection): Use it.
880
881 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
882
883 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
884
885 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
888 just because we see "encoding: 8bit".
889 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
890
891 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
892
893 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
894
895 2010-01-22 Eli Zaretskii <eliz@gnu.org>
896
897 * jka-compr.el (jka-compr-load): If load-file is not in
898 load-history, try its file-truename version. (bug#5447)
899
900 2010-01-21 Alan Mackenzie <acm@muc.de>
901
902 Fix a situation where deletion of a cpp construct throws an error.
903 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
904 invoking c-with-all-but-one-cpps-commented-out, check that the
905 special cpp construct is still in the buffer.
906 (c-parse-state): Record the special cpp with markers, not numbers.
907
908 2010-01-21 Kenichi Handa <handa@m17n.org>
909
910 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
911 process last-command-event, as it is now decoded first (Bug#5380).
912
913 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
914
915 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
916
917 2010-01-20 Glenn Morris <rgm@gnu.org>
918
919 * indent.el (tab-always-indent): Fix custom-type.
920
921 2010-01-19 Alan Mackenzie <acm@muc.de>
922
923 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
924 buffer throws "args out of range".
925 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
926 playing the role of delimiter.
927
928 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
929
930 * progmodes/ada-mode.el: Fix bug#5400.
931 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
932 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
933 changed. Delete RECURSIVE parameter; never used. Improve doc string.
934 Improve comments in "is" portion. Handle null procedure declaration.
935 (ada-move-to-end): Improve doc string.
936
937 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
938
939 * ido.el (ido-cur-list): Initialize to nil.
940 Remove obsolete information from commentary.
941 (ido-choice-list): Initialize to nil.
942 (ido-get-bufname): Reject minibuffers.
943 (ido-make-buffer-list): If "default" is a nonexistent
944 buffer, ignore it, as per the function's comment.
945 (ido-kill-buffer-internal): New function.
946 (ido-kill-buffer-at-head): Use it.
947 (ido-visit-buffer): Likewise.
948
949 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
950
951 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
952
953 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
954
955 * cedet/ede/locate.el (ede-locate-file-in-project)
956 (ede-locate-file-in-project-impl): Fix typos in docstrings.
957 (ede-enable-locate-on-project): Fix typos in error messages.
958
959 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
960 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
961 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
962 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
963 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
964 Fix typos in menu help.
965
966 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
967 Fix typos in chart titles.
968
969 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
970 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
971 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
972 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
973 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
974 (semantic-parse-stream, semantic-parse-region)
975 (semantic-parse-region-default, semantic--set-buffer-cache)
976 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
977 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
978 (semantic-default-submodes):
979 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
980 (semanticdb-create-ebrowse-database)
981 (semanticdb-find-tags-for-completion-method)
982 (semanticdb-find-tags-by-class-method)
983 (semanticdb-deep-find-tags-by-name-method)
984 (semanticdb-deep-find-tags-for-completion-method):
985 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
986 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
987 (semanticdb-find-tags-for-completion-method)
988 (semanticdb-find-tags-by-class-method)
989 (semanticdb-deep-find-tags-for-completion-method):
990 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
991 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
992 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
993 (semanticdb-find-tags-by-name-method)
994 (semanticdb-find-tags-by-name-regexp-method)
995 (semanticdb-find-tags-for-completion-method)
996 (semanticdb-find-tags-by-class-method)
997 (semanticdb-find-tags-external-children-of-type-method)
998 (semanticdb-find-tags-subclasses-of-type-method)
999 (semanticdb-deep-find-tags-by-name-method)
1000 (semanticdb-deep-find-tags-by-name-regexp-method)
1001 (semanticdb-deep-find-tags-for-completion-method):
1002 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1003 (semanticdb-enable-gnu-global-in-buffer)
1004 (semanticdb-find-tags-for-completion-method)
1005 (semanticdb-deep-find-tags-by-name-method)
1006 (semanticdb-deep-find-tags-for-completion-method):
1007 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1008 (javascript-mode, semanticdb-find-translate-path)
1009 (semanticdb-find-tags-for-completion-method)
1010 (semanticdb-find-tags-by-class-method)
1011 (semanticdb-deep-find-tags-by-name-method)
1012 (semanticdb-deep-find-tags-for-completion-method)
1013 (semanticdb-find-tags-external-children-of-type-method):
1014 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1015 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1016 (global-semantic-idle-scheduler-mode):
1017 * cedet/srecode/dictionary.el (srecode-field-value)
1018 (srecode-dictionary-add-section-dictionary):
1019 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1020 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1021 (describe-class, eieio-describe-generic, describe-generic):
1022 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1023 (eieio-speedbar-expand):
1024 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1025 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1026 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1027 (viper-del-backward-char-in-replace, viper-backward-indent)
1028 (viper-brac-function, viper-register-to-point, viper-submit-report):
1029 * net/tramp.el (tramp-remote-coding-commands):
1030 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1031 Fix typos in docstrings.
1032
1033 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * mail/sendmail.el (mail-yank-original): Set the mark if the
1036 specified function for yanking does not do it.
1037
1038 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1039
1040 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1041
1042 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1043 resyncing a directory.
1044
1045 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1046
1047 * progmodes/ada-mode.el: Fix bug#1920.
1048 (ada-ident-re): Delete ., allow multibyte characters.
1049 (ada-goto-label-re): New; matches goto labels.
1050 (ada-block-label-re): New; matches block labels.
1051 (ada-label-re): New; matches both.
1052 (ada-named-block-re): Deleted; callers changed to use
1053 `ada-block-label-re' instead.
1054 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1055 Use `ada-block-label-re'.
1056 (ada-indent-on-previous-lines): Improve handling of goto labels.
1057 (ada-get-indent-block-start): Special-case block label.
1058 (ada-get-indent-label): Split into `ada-indent-block-label' and
1059 `ada-indent-goto-label'.
1060 (ada-goto-stmt-start, ada-goto-next-non-ws):
1061 Optionally ignore goto labels.
1062 (ada-goto-next-word): Simplify.
1063 (ada-indent-newline-indent-conditional): Insert newline before
1064 trying to fix indentation; doc fix.
1065
1066 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1067
1068 * calc/calc.el (calc-command-flags): Give it an initial value.
1069
1070 2010-01-17 Glenn Morris <rgm@gnu.org>
1071
1072 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1073
1074 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * cedet/semantic.el (semantic-mode):
1077 * files.el (minibuffer-with-setup-hook):
1078 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1079 (artist-key-draw-continously, artist-key-do-continously-continously)
1080 (artist-key-set-point-continously, artist-mouse-draw-continously):
1081 Fix typos in docstrings.
1082
1083 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1084
1085 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1086 return t (Bug#3898).
1087
1088 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1089
1090 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1091 can parse the output of the external commands (Bug#5279).
1092
1093 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1094
1095 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1096
1097 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1100
1101 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1102
1103 * startup.el (command-line): Remove unused --icon-type arg.
1104 Handle --display arg, passing it to command-line-1 (Bug#5392).
1105
1106 2010-01-16 Mario Lang <mlang@delysid.org>
1107
1108 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1109 * cedet/ede/files.el (ede-expand-filename):
1110 * cedet/ede/simple.el (ede-simple-project):
1111 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1112 (semantic-complete-inline-tag-engine):
1113 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1114 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1115 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1116 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1117 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1118 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1119 * emacs-lisp/chart.el (chart-translate-namezone):
1120 * textmodes/artist.el (artist-compute-popup-menu-table):
1121 Remove duplicated words in doc-strings.
1122
1123 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1124
1125 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1126 to mairix-search to suppress threading (Bug#5342).
1127
1128 2010-01-15 Kenichi Handa <handa@m17n.org>
1129
1130 * international/mule-cmds.el (canonicalize-coding-system-name):
1131 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1132
1133 2010-01-15 Glenn Morris <rgm@gnu.org>
1134
1135 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1136
1137 * wid-edit.el (widget-keymap): Doc fix.
1138
1139 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1140 former seems to be more widely accepted by various svn versions.
1141
1142 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * find-cmd.el (find-constituents):
1145 * vc-arch.el (vc-arch-root):
1146 * window.el (window-body-height, pop-up-frames):
1147 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1148 (semantic-no-reparse-needed-change-hook):
1149 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1150 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1151 (srecode-template-inserter-ask, srecode-template-inserter-width)
1152 (srecode-template-inserter-section-start)
1153 (srecode-template-inserter-section-end, srecode-insert-method):
1154 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1155 * progmodes/ada-stmt.el (ada-if):
1156 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1157 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1158 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1159 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1160
1161 * progmodes/flymake.el (flymake-post-syntax-check):
1162 Fix typo in error message.
1163
1164 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1167 which is always a string. (Bug#5313)
1168
1169 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * progmodes/ada-xref.el (ada-default-prj-properties):
1172 Simplify previous change.
1173
1174 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1175
1176 * progmodes/ada-xref.el (ada-default-prj-properties):
1177 Default ada_project_path to $ADA_PROJECT_PATH.
1178
1179 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1180
1181 * progmodes/ada-mode.el (ada-create-keymap):
1182 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1183
1184 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1185
1186 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1187 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1188 (ada-get-current-indent, ada-imenu-generic-expression)
1189 (ada-which-function): Check for it.
1190
1191 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1192
1193 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1194 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1195
1196 2010-01-14 Glenn Morris <rgm@gnu.org>
1197
1198 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1199
1200 2010-01-14 Kenichi Handa <handa@m17n.org>
1201
1202 * composite.el (auto-composition-mode): Make it a buffer local
1203 variable (permanent-local).
1204 (auto-composition-function): Set the default value to
1205 auto-compose-chars.
1206 (auto-composition-mode): Make it a simple function, not a minor mode.
1207 (global-auto-composition-mode): Likewise.
1208 (turn-on-auto-composition-if-enabled): Delete it.
1209
1210 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1211
1212 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1213
1214 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1215
1216 * files.el (copy-directory): Compute target for recursive
1217 directories with identical names. (Bug#5343)
1218
1219 2010-01-12 Glenn Morris <rgm@gnu.org>
1220
1221 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1222 it to bug-gnu-emacs rather than emacs-pretest-bug.
1223
1224 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * cedet/data-debug.el (data-debug): Fix customization group reference.
1227
1228 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1231 (semantic-analyze-context, semantic-analyze-context-assignment)
1232 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1233 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1234 (semantic-java-doc-keywords-map):
1235 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1236 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1237 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1238 (semantic-c-classname, semantic-format-tag-uml-prototype)
1239 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1240 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1241 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1242 (semantic-get-local-variables, semantic-end-of-command)
1243 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1244 (lisp-mode):
1245 * cedet/semantic/bovine/make.el (makefile-mode):
1246 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1247 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1248 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1249 (semantic-lex, semantic-get-local-variables, python-mode):
1250 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1251 * cedet/srecode/extract.el (srecode-extract-state-set)
1252 (srecode-extract-method): Fix typos in docstrings.
1253
1254 2010-01-11 Sam Steingold <sds@gnu.org>
1255
1256 * imenu.el (imenu-default-create-index-function): Detect infinite
1257 loops caused by imenu-prev-index-position-function.
1258
1259 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * htmlfontify.el (htmlfontify-load-rgb-file)
1262 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1263 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1264 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1265 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1266 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1267 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1268 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1269 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1270 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1271 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1272 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1273 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1274 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1275 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1276 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1277 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1278 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1279 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1280 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1281 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1282 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1283 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1284 backslash-quoting from parentheses, etc.
1285
1286 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1287
1288 * progmodes/js.el: Autoload javascript-mode alias.
1289
1290 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1291
1292 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1293 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1294 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1295 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1296 Fix typos in docstrings.
1297 (ffap-url-regexp): Doc fix.
1298 (ffap-at-mouse): Fix typo in message.
1299
1300 2010-01-11 Glenn Morris <rgm@gnu.org>
1301
1302 * version.el (emacs-copyright): Set copyright year to 2010.
1303
1304 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * format.el (format-annotate-function): Only set
1307 write-region-post-annotation-function after running to-fn so as not to
1308 affect nested write-region calls (bug#5273).
1309
1310 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1311
1312 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1313 Add python parser.
1314
1315 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1316 wisent/python.el.
1317
1318 2010-01-10 Richard Kim <emacs18@gmail.com>
1319
1320 * cedet/semantic/wisent/python-wy.el:
1321 * cedet/semantic/wisent/python.el: New files.
1322
1323 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * man.el (Man-goto-section): Signal error if the section is not
1326 found (Bug#5317).
1327
1328 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1331 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1332
1333 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * progmodes/compile.el: Don't treat compile-command as safe if
1336 compilation-read-command might be nil (Bug#4218).
1337
1338 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1339
1340 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1341 NS options.
1342
1343 2010-01-08 Kenichi Handa <handa@m17n.org>
1344
1345 * international/fontset.el (build-default-fontset-data):
1346 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1347
1348 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1351 to `create-file-buffer' as it expects, not just a buffer name.
1352 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1353 to help uniquify. (Bug#3224)
1354
1355 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1356
1357 * font-setting.el (font-setting-change-default-font): Use user-spec
1358 instead of name.
1359
1360 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1361
1362 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1363
1364 2010-01-05 Tom Tromey <tromey@redhat.com>
1365
1366 * progmodes/python.el (python-font-lock-keywords):
1367 Handle qualified decorators (Bug#881).
1368
1369 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1370
1371 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1372 in a lightweight checkout.
1373
1374 2010-01-05 Kenichi Handa <handa@m17n.org>
1375
1376 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1377
1378 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1379
1380 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1381
1382 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1383
1384 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1385 checkouts. (Bug#618)
1386 (vc-bzr-log-view-mode): Also highlight the author.
1387 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1388 (vc-bzr-shelve-menu-map):
1389 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1390 (vc-bzr-shelve-apply): Make prompt more explicit.
1391
1392 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1393
1394 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1395 They are valid characters in URL paths (rfc3986), and at least
1396 Firefox does not understand the encoded version (Bug#3166).
1397
1398 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1399
1400 * progmodes/octave-mod.el (octave-end-keywords)
1401 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1402 Add "end" keyword (Bug#3061).
1403 (octave-end-as-array-index-p): New function.
1404 (calculate-octave-indent): Use it.
1405
1406 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1407
1408 * bookmark.el: Consistently put the text property on the bookmark name.
1409 (bookmark-bmenu-marks-width): Bump back to 2, to include
1410 annotation marks.
1411 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1412 property on the bookmark name, instead of not putting it at all.
1413 (bookmark-bmenu-list): Fix where we put the text property.
1414
1415 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1416
1417 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1418 for showing buffer modified state (as added in the previous change).
1419
1420 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1421
1422 * bookmark.el: Show modified state of bookmark buffer more accurately.
1423 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1424 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1425 (with-buffer-modified-unmodified): New macro.
1426 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1427 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1428 Use new macro to preserve the buffer modified state.
1429
1430 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1431
1432 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1433 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1434 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1435 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1436 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1437 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1438 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1439
1440 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1441
1442 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1443 Make the lines in the generated doc string shorter. (Bug#4668)
1444
1445 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1446
1447 * net/rcirc.el: Add follow-link binding (Bug#4738).
1448
1449 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1450
1451 * Makefile.in (bzr-update): Rename from cvs-update.
1452 (cvs-update): New target for backward compatibility.
1453
1454 * makefile.w32-in (bzr-update): Rename from cvs-update.
1455 (cvs-update): New target for backward compatibility.
1456
1457 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1458
1459 * bookmark.el: Remove gratuitous gratitude.
1460
1461 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1462
1463 * bookmark.el (bookmark-bmenu-any-marks): New function
1464 (bookmark-bmenu-save): Clear buffer modification if no marks.
1465
1466 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1467
1468 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1469 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1470 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1471 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1472
1473 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1474 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1475 To: emacs-devel {_AT_} gnu.org
1476 Subject: bookmark.el bug report
1477 Date: Mon, 28 Dec 2009 14:19:16 +0800
1478 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1479
1480 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1481
1482 * bookmark.el: Improvements suggested by Drew Adams:
1483 (bookmark-bmenu-ensure-position): New name for
1484 `bookmark-bmenu-check-position'. Just ensure the position,
1485 don't return any meaningful value.
1486 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1487 New constants.
1488
1489 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1492 (bookmark-yank-point, bookmark-bmenu-check-position):
1493 Fix typos in docstrings.
1494 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1495 (bookmark-name-from-full-record, bookmark-get-position)
1496 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1497 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1498 Remove useless quoting of parenthesis, etc. in docstrings.
1499
1500 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1501 (ediff-append-custom-diff): Fix typo in error message.
1502 (ediff-meta-mark-equal-files): Fix typos in messages.
1503
1504 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1505
1506 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1507 Fix typo in docstring.
1508
1509 * net/imap-hash.el (imap-hash-make): Doc fix.
1510 (imap-hash-test): Fix typo in error message; reflow docstring.
1511 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1512 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1513 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1514 Fix typos in docstrings.
1515 (imap-hash-open-connection): Fix typo in error message.
1516
1517 * play/gomoku.el (gomoku): Fix typos in docstring.
1518
1519 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1520 (gdb-jsonify-buffer): Fix typos in docstring.
1521 (gdb-goto-breakpoint): Fix typo in error message.
1522 ("Display Other Windows"): Fix typo in help message.
1523 (gdb-speedbar-expand-node): Fix typo in question.
1524
1525 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1526 (idlwave-html-system-help-location, idlwave-html-help-location)
1527 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1528 (idlwave-help-browser-generic-args, idlwave-help-directory)
1529 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1530 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1531 (idlwave-online-help, idlwave-help-html-link)
1532 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1533 Fix typos in docstrings.
1534 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1535 Reflow docstrings.
1536 (idlwave-help-assistant-start): Fix typo in error message.
1537
1538 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1539 (octave-electric-space): Fix typos in docstrings.
1540
1541 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1544
1545 2010-01-01 Juri Linkov <juri@jurta.org>
1546
1547 * comint.el (comint-input-ring-size): Make it a defcustom and
1548 increase the default to 500 (Bug#5148).
1549
1550 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1551
1552 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1553 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1554 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1555
1556 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1557
1558 Show working revision correctly for mercurial.
1559 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1560 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1561
1562 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1563
1564 Declare some functions for the byte-compiler.
1565 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1566 (speedbar-timer-fn, speedbar-change-expand-button-char)
1567 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1568
1569 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1570
1571 This changeset reverts GDB Graphical Interface to use annotations.
1572 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1573
1574 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1575
1576 Make vc-dir work on subdirectories of the bzr root.
1577 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1578 file names relative to it.
1579 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1580 relative directory to vc-bzr-after-dir-status.
1581
1582 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1583
1584 * font-lock.el (font-lock-refresh-defaults): New function, which
1585 can be used to let font-lock react to external changes in
1586 variables like font-lock-defaults and keywords.
1587 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1588
1589 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1590
1591 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1592
1593 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1594
1595 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1596
1597 Supersede color.diff settings in git log (bug#5211).
1598
1599 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1600 escape chars in its output when the user has color.diff set to `always'.
1601 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1602
1603 2009-12-26 Kevin Ryde <user42@zip.com.au>
1604
1605 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1606 node. Keep previous "Index" name to work with past coreutils too.
1607
1608 * man.el (man): Revise docstring a bit to show -a and -l as
1609 examples. Add -k description since support for it has otherwise
1610 been a secret. (Further to bug#3717.)
1611 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1612 "no matches" rather than "Can't find manpage", as the latter reads
1613 like -k was interpreted as a page name, which is not so. (Bug#5431)
1614
1615 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1616
1617 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1618 switches. Check also for //SUBDIRED// line.
1619
1620 2009-12-25 Kenichi Handa <handa@m17n.org>
1621
1622 * language/indian.el (devanagari-composable-pattern): Fixed to
1623 handle ZWNJ and ZWJ. Use it in composition-function-table for
1624 Devanagari.
1625 (malayalam-composable-pattern): Fix previous change.
1626
1627 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1628
1629 * ps-print.el (ps-face-attributes): It was not returning the
1630 attribute face for faces specified as string. Reported by harven
1631 <harven@free.fr>.
1632 (ps-print-version): New version 7.3.5.
1633
1634 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1635
1636 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1637 timezone names.
1638 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1639 (icalendar--add-diary-entry): Remove the trailing blank that
1640 diary-make-entry inserts.
1641
1642 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1643
1644 Make `file-expand-wildcards' work for remote files.
1645
1646 * files.el (file-expand-wildcards): In case of remote files, check
1647 only local file name part for wildcards. Provide feature 'files
1648 and subfeature 'remote-wildcards. (Bug#5198)
1649
1650 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1651 if there is already an established connection.
1652 (tramp-advice-file-expand-wildcards): Remove it.
1653
1654 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1655 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1656 Activate advice for older GNU Emacs versions. (Bug#5237)
1657
1658 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1659
1660 Some doc fixes (more needed).
1661
1662 * find-cmd.el (find-constituents): Reflow docstring.
1663 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1664 (find-generic): Doc fix.
1665
1666 2009-12-17 Juri Linkov <juri@jurta.org>
1667
1668 Fix regression from 23.1 to allow multiple modes in Local Variables.
1669
1670 * files.el (hack-local-variables-filter): While ignoring duplicates,
1671 don't take `mode' into account.
1672 (hack-local-variables-filter, hack-dir-local-variables): Don't
1673 remove duplicate `mode' from local-variables-alist (like `eval').
1674
1675 2009-12-17 Juri Linkov <juri@jurta.org>
1676
1677 Make `dired-diff' more safe. (Bug#5225)
1678
1679 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1680 `current' or when `file' is a directory of the `current' file.
1681
1682 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1683
1684 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1685 unconditionally preloaded files.
1686
1687 2009-12-16 Juri Linkov <juri@jurta.org>
1688
1689 Revert to old 23.1 logic of using the file at the mark as default.
1690 * dired-aux.el (dired-diff): Use the file at the mark as default
1691 if it's not the same as the current file, and the target dir is
1692 the current dir or the mark is active. Add the current file
1693 as the arg of `dired-dwim-target-defaults'. Use the default file
1694 in the prompt. (Bug#5225)
1695
1696 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1697
1698 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1699 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1700 (tramp-check-for-regexp): Check also, when an echoing shell stops
1701 to echo sent commands.
1702
1703 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * Makefile.in: Revert last change (Bug#5191).
1706
1707 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1708
1709 * vc-hg.el (vc-hg-print-log): Fix argument order.
1710 (vc-hg-working-revision): Make sure the command is executed in a
1711 known environment so that we can parse the output. (Bug#4417)
1712
1713 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1714
1715 * progmodes/python.el (python-symbol-completions): Remove text
1716 properties from symbol string before calling python-send-receive.
1717
1718 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1719
1720 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1721 when there are values for both file and line. (Bug#5060)
1722
1723 2009-12-14 Juri Linkov <juri@jurta.org>
1724
1725 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1726 whitespace after the file name of the first line of unified format,
1727 because git-diff doesn't output whitespace and file modification time
1728 after the file name.
1729
1730 2009-12-14 David Kastrup <dak@gnu.org>
1731
1732 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1733 check if it already has the `display' property added by
1734 `Info-display-images-node', and not put the `invisible' property
1735 in this case.
1736
1737 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1740 (semantic-mru-bookmark-mode): Doc fixes.
1741
1742 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1743 of assert.
1744
1745 2009-12-13 Glenn Morris <rgm@gnu.org>
1746
1747 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1748 (report-emacs-bug): In message-mode, sort manually before storing
1749 original report text. (Bug#5178)
1750 Remove superfluous save-excursion.
1751
1752 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1753
1754 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1755 when responding to "GetAll" properties.
1756
1757 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * simple.el (compose-mail): Remove mail-setup-with-from from
1760 customization checks.
1761
1762 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1763
1764 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1765 RAR archives created on Unix systems.
1766
1767 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1770 the varalias that was accidentally removed by the 2009-11-19 change
1771 (bug#5186).
1772
1773 2009-12-12 Kenichi Handa <handa@m17n.org>
1774
1775 * language/indian.el (indian-compose-regexp): New function.
1776 (malayalam-composable-pattern): Fix the pattern.
1777 (composition-function-table): Set malayalam-composable-pattern for
1778 Malayalam characters.
1779
1780 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1783 rather than down-mouse-1, based on follow-link conventions.
1784
1785 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1786 are compiled.
1787
1788 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1789
1790 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1791 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1792 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1793 (verilog-leap-to-head, verilog-backward-token):
1794 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1795
1796 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1797
1798 * progmodes/verilog-mode.el (verilog-auto-lineup)
1799 (verilog-nameable-item-re): Cleanup user-visible spelling and
1800 documentation errors. One reported by Gary Delp.
1801 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1802 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1803 package, bug195. Reported by Pierre-David Pfister.
1804
1805 2009-12-11 Glenn Morris <rgm@gnu.org>
1806
1807 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1808
1809 * mail/emacsbug.el: No longer require sendmail.
1810 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1811 (report-emacs-bug-orig-text): Doc fix.
1812 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1813 New local variables, to adapt to different mail-user-agents.
1814 (report-emacs-bug): Fix test for a gnu.org address.
1815 Use overlays for emphasis, since font-lock defeats 'face property.
1816 Pretest bugs also end up at the newsgroup these days.
1817 Stop message-mode stripping text properties.
1818 Set and use the new buffer-local variables.
1819 (report-emacs-bug-hook): Add doc-string.
1820 Remove some unnecessary save-excursions and simplify.
1821 Use the appropriate hook and send-command.
1822
1823 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1824 capitalization of some menu entries.
1825
1826 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1827
1828 * whitespace.el (whitespace-display-char-on): Ensure
1829 `buffer-display-table' is unique when two or more windows are
1830 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1831 New version 12.1.
1832
1833 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1834
1835 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1836 characters in the Attribute field.
1837
1838 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1839
1840 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1841
1842 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1845 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1846 Disregard autoload-excludes.
1847 (update-directory-autoloads): Obey autoload-excludes here instead.
1848 But don't store its contents in no-autoloads and remove entries that
1849 refer to excludes files.
1850
1851 2009-12-10 Glenn Morris <rgm@gnu.org>
1852
1853 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1854 (expand-mail-aliases): Define for compiler.
1855
1856 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1857 Define for compiler.
1858
1859 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1860 appropriate for the mail-user-agent in use.
1861
1862 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1865
1866 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1867
1868 Fix short log parsing and fontification.
1869 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1870 Fix fontification for the [merge] label.
1871
1872 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1873
1874 Drop some properties to avoid surprises.
1875 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1876 (hfy-fontify-buffer): Use it.
1877
1878 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 Minor cleanup.
1881 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1882 Adjust all callers.
1883 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1884 args compulsory. Adjust callers.
1885 (ffap-gopher-at-point): Remove unused var `name'.
1886
1887 Get rid of the ELCFILES abomination.
1888 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1889 (compile-elcfiles): New phony target.
1890 (compile-main): Compute ELCFILES dynamically.
1891 (compile-clean): New target to remove left-over elc files.
1892 (compile, all): Use it.
1893
1894 2009-12-09 Kenichi Handa <handa@etlken>
1895
1896 * international/mule-diag.el: Require help-mode instead of help-fns.
1897
1898 2009-12-09 Kenichi Handa <handa@m17n.org>
1899
1900 * international/mule-cmds.el (ucs-names): Supply sufficiently
1901 fine ranges instead of pre-calculating accurate ranges.
1902 Iterate with bigger gc-cons-threshold.
1903
1904 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1905
1906 Add support for stashing a snapshot of the current tree.
1907 * vc-git.el (vc-git-stash-snapshot): New function.
1908 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1909
1910 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1911
1912 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1913 instead of `(beginning|end)-of-line'.
1914
1915 2009-12-08 Glenn Morris <rgm@gnu.org>
1916
1917 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1918
1919 * Makefile.in (ELCFILES): Regenerate.
1920
1921 2009-12-07 Juri Linkov <juri@jurta.org>
1922
1923 Don't lazy-highlight the comint output in history Isearch mode.
1924
1925 * comint.el (comint-history-isearch-search): Instead of
1926 `comint-line-beginning-position', use `comint-after-pmark-p'
1927 to check if point if before the process mark, and go to
1928 `process-mark' in this case.
1929
1930 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * textmodes/tex-mode.el (latex-complete)
1933 (latex-indent-or-complete): Remove.
1934 (latex-mode): Set completion-at-point-functions instead.
1935
1936 Provide a standard completion command and hook it into TAB.
1937 * minibuffer.el (completion-at-point-functions): New var.
1938 (completion-at-point): New command.
1939 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1940 * progmodes/python.el (python-mode-map): Use completion-at-point.
1941 (python-completion-at-point): Rename from python-partial-symbol and
1942 adjust for use in completion-at-point-functions.
1943 (python-mode): Setup completion-at-point for Python completion.
1944 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1945 extracted from lisp-complete-symbol.
1946 (lisp-complete-symbol): Use it.
1947 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1948 setup completion-at-point for Elisp completion.
1949 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1950 Use completion-at-point.
1951 * ielm.el (ielm-map): Use completion-at-point.
1952 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1953 * progmodes/sym-comp.el: Move to...
1954 * obsolete/sym-comp.el: Move from progmodes.
1955
1956 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1957
1958 Prevent save-buffer in Rmail buffers from using the coding-system
1959 of the current message, and from clobbering the encoding mnemonics
1960 in the mode line (Bug#4623).
1961
1962 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1963 flag, too.
1964 (rmail-message-encoding): New variable.
1965 (rmail-write-region-annotate): Record the encoding of the current
1966 message in rmail-message-encoding.
1967 (rmail-after-save-hook): New function, restores the encoding of
1968 the current message after the message collection is saved.
1969
1970 2009-12-07 Juri Linkov <juri@jurta.org>
1971
1972 * progmodes/grep.el (grep-read-files): Use `completing-read'
1973 instead of `read-string'. Set its `collection' arg to
1974 `read-file-name-internal'. (Bug#4301)
1975
1976 2009-12-07 Juri Linkov <juri@jurta.org>
1977
1978 Correctly restore original Isearch point. (Bug#4994)
1979
1980 * isearch.el (isearch-mode): Move `isearch-push-state' after
1981 `(run-hooks 'isearch-mode-hook)'.
1982 (isearch-cancel): When `isearch-push-state-function' is defined,
1983 let-bind `isearch-cmds' to the first state (the last element of
1984 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1985 function and restores the original point). Otherwise, move point
1986 to `isearch-opoint'.
1987
1988 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1991 chars that don't have names, so the table can be built much faster at
1992 run-time.
1993
1994 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1997 change. Suggested by David Kastrup.
1998
1999 * simple.el (compose-mail): Check for incompatibilities and warn.
2000 (compose-mail-user-agent-warnings): New option.
2001
2002 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2003
2004 Support showing a single log entry from vc-annotate.
2005 * vc.el (print-log): Add a new argument: START-REVISION.
2006 (vc-print-log-internal): Add a new optional argument and
2007 pass it to the backend.
2008 (vc-print-log, vc-print-root-log): Adjust callers.
2009 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2010 buffer already displays the requested log entry, use it.
2011 Otherwise display only the log entry in question.
2012 * vc-svn.el (vc-svn-print-log):
2013 * vc-mtn.el (vc-mtn-print-log):
2014 * vc-hg.el (vc-hg-state):
2015 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2016 (vc-git-show-log-entry): Return t on success.
2017 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2018 (vc-bzr-show-log-entry): Return t on success.
2019 * vc-rcs.el (vc-rcs-print-log):
2020 * vc-sccs.el (vc-sccs-print-log):
2021 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2022
2023 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2024
2025 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2026 Add menus to the meta mode. (Bug#5043)
2027
2028 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2029
2030 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2031 event-key.
2032
2033 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2034
2035 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2036
2037 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2038 Berbain <raphael.berbain@gmail.com>.
2039
2040 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2041 characters.
2042 (tramp-initial-end-of-output): New defconst.
2043 (tramp-methods, tramp-find-shell)
2044 (tramp-open-connection-setup-interactive-shell)
2045 (tramp-maybe-open-connection): Use it.
2046 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2047 existence of `#' and `$'.
2048
2049 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2050 `tramp-initial-end-of-output'.
2051
2052 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2053
2054 Get the background mode from the terminal for xterm, and set
2055 faces accordingly.
2056 * term/xterm.el (xterm-set-background-mode): New function.
2057 (terminal-init-xterm): Use it in case xterm supports background
2058 color queries. Recompute faces after getting the background
2059 color.
2060
2061 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2062
2063 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2064 number comment back on its own line, for easier parsing.
2065
2066 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 Make it work for non-file buffers (bug#5102).
2069 * doc-view.el (doc-view-current-cache-dir):
2070 Use doc-view-buffer-file-name rather than buffer-file-name.
2071 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2072
2073 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2074
2075 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2076 author field is too short.
2077
2078 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2079
2080 * vc-git.el (vc-git-print-log): Handle a limit argument.
2081 Display the short log in graph form and with labels.
2082 (vc-git-log-view-mode): Handle labels.
2083
2084 Make vc-revert change VC state from 'added to 'unregistered.
2085 * vc-git.el (vc-git-revert): Call git reset first.
2086
2087 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2088
2089 * net/newst-backend.el, net/newst-plainview.el:
2090 * net/newst-reader.el, net/newst-ticker.el:
2091 * net/newst-treeview.el, net/newsticker.el:
2092 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2093
2094 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2097
2098 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2099 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2100 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2101 Update annotation regexp.
2102
2103 * simple.el (beginning-of-visual-line): Constrain to field
2104 boundaries (Bug#5106).
2105
2106 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2107
2108 * xml.el (xml-substitute-numeric-entities): Move
2109 newsticker--decode-numeric-entities in newst-backend.el to
2110 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2111 * net/newst-backend.el (newsticker--parse-generic-feed)
2112 (newsticker--parse-generic-items)
2113 (newsticker--decode-numeric-entities): Move
2114 newsticker--decode-numeric-entities in newst-backend.el to
2115 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2116
2117 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2118
2119 * progmodes/js.el (js--js-not): Add null to the list of values.
2120
2121 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2124
2125 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2126
2127 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2128 delimiter if it is at the end of the current line.
2129 (bibtex-generate-url-list): Fix docstring.
2130
2131 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2134 minibuffer's content with itself.
2135 Fold the confirm-after-completion case into the `confirm' case.
2136 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2137
2138 2009-12-06 Kevin Ryde <user42@zip.com.au>
2139
2140 * ffap.el (ffap-rfc-path): Make this a defcustom since
2141 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2142
2143 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2144 manuals, similar to existing setup for help-mode. (Bug#3913.)
2145
2146 2009-12-05 Juri Linkov <juri@jurta.org>
2147
2148 Save and restore dired buffer's point positions too. (Bug#4880)
2149
2150 * dired.el (dired-save-positions): Return in the first element
2151 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2152 Doc fix.
2153 (dired-restore-positions): First restore buffer's position.
2154 While restoring window's positions, check if window still displays
2155 the original buffer.
2156
2157 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2160 if possible.
2161
2162 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2163 Make argument optional.
2164
2165 * shell.el (shell): Require ansi-color (Bug#5113).
2166
2167 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2168
2169 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2170
2171 2009-12-05 Alan Mackenzie <acm@muc.de>
2172
2173 * progmodes/cc-mode.el (c-before-hack-hook)
2174 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2175 `c-file-style' to work again. This reversion restores the current
2176 software to its state in Emacs 23.1. (Bug#4146)
2177
2178 2009-12-05 Kevin Ryde <user42@zip.com.au>
2179
2180 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2181 comment-start-skip to comment-end-skip as comment (Bug#4781).
2182
2183 2009-12-05 Juri Linkov <juri@jurta.org>
2184
2185 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2186 for virtual nodes. (Bug#4147)
2187 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2188 when moving from a virtual node.
2189 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2190 (Info-mode): Add `Info-virtual-index' to the docstring.
2191
2192 2009-12-05 Eric Ludlam <zappo@gnu.org>
2193
2194 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2195 Describe project macro symbols.
2196
2197 * cedet/semantic/complete.el (semantic-complete-do-completion):
2198 Don't call semantic-collector-current-exact-match.
2199
2200 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2201 ede-objects as targets.
2202
2203 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2204 a target's object list even if compiler vars are already in the
2205 Makefile.
2206
2207 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2208 list of headers producing necessary macros.
2209
2210 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2211
2212 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2213 track of the buffer position of the end of a BibTeX entry as this
2214 position may change during reformatting.
2215 (bibtex-format-entry): Remove whitespace before processing
2216 numerical fields so that we recognize the latter properly.
2217 (bibtex-reformat): Do not use push which changes the global value
2218 of bibtex-entry-format.
2219 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2220 (bibtex-field-re-init): Replace only space characters by regexp
2221 for whitespace.
2222 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2223 (bibtex-initialize): Also update bibtex-strings.
2224 (bibtex-kill-field): Preserve white space at end of entry.
2225 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2226 Update bibtex-reference-keys.
2227
2228 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2231 point after a star, if that's the only place where modifications can
2232 make progress.
2233
2234 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2237 in docstrings.
2238
2239 2009-12-04 Juri Linkov <juri@jurta.org>
2240
2241 * proced.el (proced): Call `(proced-update t)' to update process
2242 information instead of only running proced-post-display-hook.
2243 (proced-send-signal): Add a leading space to the buffer name
2244 " *Marked Processes*" to make this buffer ephemeral.
2245
2246 2009-12-04 Juri Linkov <juri@jurta.org>
2247
2248 * dired.el (dired-auto-revert-buffer): New defcustom.
2249 (dired-internal-noselect): Use it.
2250
2251 2009-12-04 Juri Linkov <juri@jurta.org>
2252
2253 Change roles of modes and functions in image-mode.el (Bug#5062).
2254
2255 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2256 in `auto-mode-alist'.
2257 (image-mode-previous-major-mode): New variable.
2258 (image-minor-mode-map): Rename from `image-mode-text-map'.
2259 (image-mode): Move graceful error-handling code from
2260 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2261 (image-minor-mode): Remove all image-handling code.
2262 Replace `image-mode-text-map' with `image-minor-mode-map'.
2263 Check for `image-type' in mode-line format string.
2264 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2265 (image-mode-as-text): New function with most code from
2266 `image-mode-maybe'.
2267 (image-toggle-display-text): Move code that removes image
2268 properties from `image-toggle-display' to here.
2269 (image-toggle-display-image): New function with code that adds
2270 image properties copied from `image-toggle-display'.
2271 (image-toggle-display): Remove most code with leaving only code
2272 that toggles between `image-mode-as-text' and `image-mode'.
2273
2274 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2275
2276 * net/newst-treeview.el
2277 (newsticker--treeview-list-highlight-start): Restored call to
2278 save-excursion: Selected item was stuck.
2279 (newsticker--treeview-list-select): New.
2280 (newsticker--treeview-item-show-text)
2281 (newsticker--treeview-item-show)
2282 (newsticker--treeview-item-update): Use new
2283 newsticker-treeview-item-mode.
2284 (newsticker-treeview-update): Keep current item.
2285 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2286 (newsticker--treeview-first-feed): Doc change.
2287 (newsticker-treeview-list-menu)
2288 (newsticker-treeview-item-menu): Added menu entries.
2289 (newsticker-treeview-item-mode): New.
2290
2291 * net/newst-backend.el (newsticker-customize): Delete other
2292 windows.
2293
2294 2009-12-04 Sam Steingold <sds@gnu.org>
2295
2296 * log-view.el (log-view-mode-map): "q" calls quit-window,
2297 like in all the other non-self-insert buffers.
2298
2299 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 Minor cleanup.
2302 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2303 key decoding rather than do it manually via last-input-event +
2304 ascii-character.
2305 (term-exec): Use delete-and-extract-region.
2306 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2307 (term-process-pager): Remove unused var `i'.
2308 (term-dynamic-simple-complete): Make obsolete.
2309 (serial-update-config-menu): Remove unused vars `y' and `str'.
2310 (term-update-mode-line): Remove unused var `temp'.
2311
2312 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2313
2314 Limit the number of log entries displayed by default.
2315 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2316 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2317 using a prefix argument.
2318
2319 2009-12-03 Glenn Morris <rgm@gnu.org>
2320
2321 * progmodes/idlwave.el (class): Restore still useful declaration.
2322
2323 2009-12-03 Alan Mackenzie <acm@muc.de>
2324
2325 Enhance `c-parse-state' to run efficiently in "brace deserts".
2326
2327 * progmodes/cc-mode.el (c-basic-common-init):
2328 Call c-state-cache-init.
2329 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2330 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2331 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2332
2333 * progmodes/cc-langs.el (c-before-font-lock-function):
2334 c-extend-and-neutralize-syntax-in-CPP has been renamed
2335 c-neutralize-syntax-in-and-mark-CPP.
2336
2337 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2338 with `category' properties now, not `syntax-table' ones.
2339
2340 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2341 enhanced (but slower) version of c-end-of-macro that won't land
2342 inside a literal or on another awkward character.
2343 (c-state-cache-too-far, c-state-cache-start)
2344 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2345 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2346 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2347 (c-state-min-scan-pos, c-state-brace-pair-desert)
2348 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2349 buffer local variables.
2350 (c-state-literal-at, c-state-lit-beg)
2351 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2352 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2353 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2354 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2355 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2356 (c-renarrow-state-cache)
2357 (c-append-lower-brace-pair-to-state-cache)
2358 (c-state-push-any-brace-pair, c-append-to-state-cache)
2359 (c-remove-stale-state-cache)
2360 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2361 (c-invalidate-state-cache-1, c-parse-state-1)
2362 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2363 (c-parse-state): Enhance and refactor.
2364 (c-debug-parse-state): Amend to deal with all the new variables.
2365
2366 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2367 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2368 modify to use category text properties rather than syntax-table ones.
2369 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2370 to switch off/on the syntactic paren property of C++ template
2371 delimiters using the category property.
2372 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2373 template delims suppressed.
2374 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2375 New constant/macros which apply category properties to the start
2376 and end of preprocessor constructs.
2377 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2378 "comment out" the syntactic value of characters in preprocessor
2379 constructs.
2380 (c-with-cpps-commented-out)
2381 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2382 with characters in all or all but one preprocessor constructs
2383 "commented out".
2384
2385 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2386
2387 * proced.el (proced-filter-alist): Use regexp-quote.
2388
2389 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2390
2391 Cleanup.
2392 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2393 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2394 arguments. Expand `default-directory'.
2395
2396 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2397 the benefit of returning an expanded localname.
2398 (tramp-tramp-file-p): Handle the case NAME is not a string.
2399
2400 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2401
2402 Add support for bzr shelve/unshelve.
2403 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2404 (vc-bzr-extra-menu-map): New variables.
2405 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2406 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2407 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2408 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2409 (vc-bzr-dir-extra-headers): Display shelves.
2410
2411 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2412
2413 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * textmodes/bibtex.el (bibtex-complete-internal):
2416 Use completion-in-region.
2417 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2418
2419 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2420
2421 Support applying stashes. Improve UI.
2422 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2423 (vc-git-stash-apply, vc-git-stash-pop)
2424 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2425 (vc-git-stash-menu): New functions.
2426 (vc-git-stash-menu-map): New variable.
2427 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2428
2429 2009-12-03 Glenn Morris <rgm@gnu.org>
2430
2431 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2432 (vc-print-log-internal): Fix previous change.
2433 (vc-revert): Correct pluralization.
2434
2435 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2436
2437 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2438 it to be an alist any more.
2439 (makefile-complete): Use completion-in-region.
2440
2441 * progmodes/octave-mod.el (octave-complete-symbol):
2442 Use completion-in-region.
2443
2444 Misc cleanup.
2445 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2446 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2447 (idlwave-complete-class): Don't quote lambda.
2448 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2449 (idlwave-mode-map): Move initialization into declaration.
2450 (idlwave-action-and-binding): Use backquotes.
2451 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2452 Simplify.
2453 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2454 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2455 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2456 `parts', and `all-parts'.
2457 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2458 (idlwave-convert-xml-system-routine-info): Remove unused string
2459 `version-string'.
2460 (idlwave-display-user-catalog-widget): Use dolist.
2461 (idlwave-scanning-lib): Declare dynamically-scoped var.
2462 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2463 (completion-highlight-first-word-only): Declare to silence bytecomp.
2464 (idlwave-popup-select): Tighten scope of `resp'.
2465 (idlwave-find-struct-tag): Remove unused var `beg'.
2466 (idlwave-after-load-rinfo-hook): Declare.
2467 (idlwave-sintern-class-info): Remove unused var `taglist'.
2468 (idlwave-find-class-definition): Remove unused var `list'.
2469 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2470 (idlwave-what-module-find-class): Remove unused var `classes'.
2471
2472 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2475
2476 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2479 buffers visited. Remove redundant current-buffer-saving.
2480
2481 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 Use completion-in-buffer and remove uses of dynamic scoping.
2484 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2485 (pascal-buffer-to-use, pascal-flag): Don't declare.
2486 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2487 (pascal-get-completion-decl, pascal-keyword-completion):
2488 Add `pascal-str' argument, save-excursion,
2489 return the found completions, and don't filter with pascal-pred.
2490 (pascal-completion-cache): New var.
2491 (pascal-completion): Don't switch buffer any more (it was never
2492 necessary). Don't save-excursion any more (it's done by the called
2493 subroutines). Use a cache to avoid redundant computations.
2494 Use complete-with-action rather than pascal-completion-response and
2495 let it apply the predicate as well.
2496 (pascal-complete-word): Use completion-in-buffer when
2497 pascal-toggle-completions is nil.
2498 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2499 not used any more.
2500 (pascal-comp-defun): Don't change buffer any more.
2501 Use complete-with-action rather than pascal-completion-response and
2502 let it apply the predicate as well.
2503 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2504 when neded.
2505
2506 2009-12-02 Kenichi Handa <handa@m17n.org>
2507
2508 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2509 shape for all Indic scripts.
2510
2511 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 Use completion-in-buffer.
2514 * wid-edit.el (widget-field-text-end): New function.
2515 (widget-field-value-get): Use it.
2516 (widget-string-complete, widget-file-complete)
2517 (widget-color-complete): Use it and completion-in-region.
2518 (widget-complete): Don't narrow the buffer.
2519
2520 2009-12-02 Glenn Morris <rgm@gnu.org>
2521
2522 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2523 (rmail-select-summary): Use rmail-pop-to-buffer.
2524 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2525 rmail-pop-to-buffer, to prevent horizontal splits.
2526
2527 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2528 save-excursion with save-current-buffer.
2529 Widen before searching. (Bug#5093)
2530 (diary-list-sexp-entries): Remove superfluous save-excursion.
2531
2532 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2533
2534 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2535 name. (Bug#5038)
2536
2537 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2538
2539 * ido.el (ido-file-internal): Handle filenames at point that do
2540 not have a directory part. (Bug#5049)
2541
2542 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2545 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2546
2547 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2548
2549 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2550 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2551 any more.
2552
2553 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * comint.el (comint-insert-input): Ignore clicks to the right of
2556 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2557
2558 * vc.el (vc-print-log-internal): Don't wait for the process to
2559 terminate before setting up the major mode.
2560
2561 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2562 in case.
2563
2564 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2565 the last element.
2566
2567 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2568
2569 2009-12-01 Glenn Morris <rgm@gnu.org>
2570
2571 * window.el (window--display-buffer-2): Fix previous changes.
2572
2573 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2576
2577 2009-12-01 Glenn Morris <rgm@gnu.org>
2578
2579 * Makefile.in (ELCFILES): Add mpc.elc.
2580
2581 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * mpc.el: New file.
2584
2585 2009-12-01 Glenn Morris <rgm@gnu.org>
2586
2587 * window.el (window-to-use): Define for compiler.
2588
2589 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2590 consistent with others (no final period).
2591
2592 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2593 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2594
2595 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 Make vc-print-log buttons work.
2598 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2599
2600 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2601
2602 * savehist.el (savehist-autosave-interval): Allow setting to nil
2603 through customize. (Bug#5056)
2604
2605 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2606
2607 Fix references to jit-lock properties.
2608 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2609 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2610 (perl-font-lock-special-syntactic-constructs):
2611 Quote jit-lock-defer-multiline property.
2612
2613 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2614
2615 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2616
2617 2009-11-30 Juri Linkov <juri@jurta.org>
2618
2619 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2620 value `buffer' of `multi-isearch-next-buffer-current-function'.
2621 Use `(current-buffer)' when `buffer' is nil.
2622 (multi-isearch-next-buffer-from-list): Don't fallback to
2623 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2624
2625 2009-11-30 Juri Linkov <juri@jurta.org>
2626
2627 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2628 of buffers with `get-buffer' to `multi-isearch-buffers'.
2629 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2630 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2631 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2632 FILES with `expand-file-name' converting relative file names
2633 to absolute. Doc fix. (Bug#4727)
2634
2635 2009-11-30 Juri Linkov <juri@jurta.org>
2636
2637 * misearch.el (multi-isearch-read-buffers)
2638 (multi-isearch-read-matching-buffers): New functions.
2639 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2640 Use them in the `interactive' spec. Doc fix.
2641 (multi-isearch-read-files, multi-isearch-read-matching-files):
2642 New functions.
2643 (multi-isearch-files, multi-isearch-files-regexp):
2644 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2645
2646 2009-11-30 Juri Linkov <juri@jurta.org>
2647
2648 * doc-view.el (doc-view-continuous):
2649 Rename from `doc-view-continuous-mode'.
2650 (doc-view-menu): Move "Toggle display" to the top.
2651 Add submenu "Continuous" with radio buttons "Off"/"On"
2652 and "Save as Default".
2653 (doc-view-scroll-up-or-next-page)
2654 (doc-view-scroll-down-or-previous-page)
2655 (doc-view-next-line-or-next-page)
2656 (doc-view-previous-line-or-previous-page): Rename
2657 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2658
2659 2009-11-30 Juri Linkov <juri@jurta.org>
2660
2661 * comint.el (comint-mode-map): Rebind `M-r' from
2662 `comint-previous-matching-input' to
2663 `comint-history-isearch-backward-regexp'.
2664 Unbind `M-s' to allow global key binding `M-s'.
2665 Add menu items for `comint-history-isearch-backward' and
2666 `comint-history-isearch-backward-regexp'. (Bug#3746)
2667
2668 2009-11-30 Juri Linkov <juri@jurta.org>
2669
2670 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2671 For def=recenter, replace `recenter' with `recenter-top-bottom'
2672 that is called with `this-command' and `last-command' let-bound
2673 to `recenter-top-bottom'. When the last `def' was not `recenter',
2674 set `recenter-last-op' to nil. (Bug#4981)
2675
2676 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 Minor cleanup and simplification.
2679 * filecache.el (file-cache-add-directory)
2680 (file-cache-add-directory-recursively)
2681 (file-cache-add-from-file-cache-buffer)
2682 (file-cache-delete-file-regexp, file-cache-delete-directory)
2683 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2684 (file-cache-temp-minibuffer-message): Delete function.
2685 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2686
2687 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2688 Don't signal an error when bumping into EOB in tr, s, or y.
2689
2690 2009-11-29 Juri Linkov <juri@jurta.org>
2691
2692 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2693 (Bug#4960)
2694
2695 * descr-text.el (describe-char-unidata-list): Use lowercase name
2696 for "Unicode name" like in other tags.
2697
2698 2009-11-29 Juri Linkov <juri@jurta.org>
2699
2700 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2701 New compatibility macro.
2702 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2703
2704 2009-11-29 Juri Linkov <juri@jurta.org>
2705
2706 Add defcustom to define the cycling order of `recenter-top-bottom'.
2707 (Bug#4981)
2708
2709 * window.el (recenter-last-op): Doc fix.
2710 (recenter-positions): New defcustom.
2711 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2712 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2713
2714 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2715
2716 Improve integration of Tramp and ange-ftp in eshell.
2717
2718 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2719 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2720 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2721
2722 * eshell/esh-util.el (top): Require also Tramp when compiling.
2723 (eshell-directory-files-and-attributes): Check for FTP remote
2724 connection.
2725 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2726 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2727 (eshell-file-attributes): Handle ".". Return `entry'.
2728
2729 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2730 (ange-ftp-directory-files-and-attributes)
2731 (ange-ftp-real-directory-files-and-attributes): New defuns.
2732
2733 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2734 shell with "exec" when possible. This prevents trailing prompts
2735 in `start-file-process'.
2736
2737 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 Try and remove assumptions about point-min==1.
2740 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2741 (rng-compute-mode-line-string): Show the validation percentage in
2742 terms of the narrowed text, not the widened text.
2743 (rng-do-some-validation): Don't catch internal errors when debugging.
2744 (rng-first-error): Simplify.
2745 (rng-after-change-function): Remove work around. AFAIK the bug has
2746 been fixed a while ago.
2747
2748 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2749 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2750
2751 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2752
2753 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2754 `cd' doesn't always do it for us (bug#5067).
2755
2756 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2757 on 2009-10-25 as part of some other change (bug#5067).
2758
2759 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2762 `suspicious'.
2763 (byte-compile-warnings): Use byte-compile-warning-types.
2764 (byte-compile-save-excursion): Warn about use of set-buffer right
2765 after save-excursion.
2766
2767 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2768 the excursion as well.
2769
2770 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2771
2772 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2773 providing a Tramp related implementation of "su" and "sudo".
2774 (eshell-unix-initialize): Add "su" and "sudo".
2775
2776 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2777
2778 * net/socks.el (socks-send-command): Convert binary request to
2779 unibyte before sending. This fixes mishandling of some port
2780 numbers such as 129.
2781
2782 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * help.el (describe-bindings-internal): Remove `interactive'.
2785
2786 * man.el (Man-completion-table): Trim a terminating "(".
2787 Remove the space between name page a section.
2788 Add the command's description on the `help-echo' property.
2789 Remove `process-connection-type' binding since it's unused by
2790 call-process.
2791 Provide completion for the "<section> <name>" format as well.
2792 (Man-default-man-entry): Remove spurious var shadowing the argument.
2793
2794 2009-11-26 Kevin Ryde <user42@zip.com.au>
2795
2796 * log-view.el: Add "Keywords: tools", since its other keywords
2797 aren't in finder-known-keywords, and following vc.el.
2798
2799 * sha1.el (sha1-string-external): default-directory "/" in case
2800 otherwise non-existent. process-connection-type pipe for touch of
2801 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2802
2803 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 Misc coding convention cleanups.
2806 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2807 hfy-init-kludge-hooks.
2808 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2809 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2810 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2811 and push.
2812 (hfy-slant, hfy-weight): Use tables rather than code.
2813 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2814 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2815 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2816 (hfy-face-to-css): Remove `nconc' with single arg.
2817 (hfy-p-to-face-lennart): Use `or'.
2818 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2819 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2820 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2821 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2822 (hfy-force-fontification): Use run-hooks.
2823
2824 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2825
2826 Various minor fixes.
2827 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2828 Javascript belongs in the header, not the body.
2829 (hfy-javascript): Remove.
2830 (hfy-fontify-buffer): Don't insert it any more.
2831 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2832 Fix bug in invis handling when there were no invis props in a chunk.
2833
2834 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2837
2838 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2839
2840 * finder.el (finder-mode-map): Add a menu.
2841
2842 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2843
2844 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2845 "unsigned" structs.
2846
2847 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2848 fork" statement better.
2849
2850 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2851
2852 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2853 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2854 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2855 Reported by Clay Douglass.
2856
2857 (verilog-auto-inst, verilog-auto-star-safe)
2858 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2859 Fix removing "// Interfaces" when saving .* expansions. Reported by
2860 Pierre-David Pfister.
2861
2862 2009-11-26 Glenn Morris <rgm@gnu.org>
2863
2864 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2865 the scope.
2866
2867 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2868
2869 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2870 Really use previous revision.
2871
2872 2009-11-25 Kevin Ryde <user42@zip.com.au>
2873
2874 * man.el (Man-completion-table): default-directory "/" in case
2875 doesn't otherwise exist. process-environment COLUMNS=999 so as
2876 not to truncate long names. process-connection-type pipe to avoid
2877 any chance of hitting the pseudo-tty TIOCGWINSZ.
2878 (man): completion-ignore-case t for friendliness and since man
2879 itself is case-insensitive on the command line.
2880 Further to Bug#3717.
2881
2882 * arc-mode.el: Add "Keywords: files", so the details in its
2883 commentary can be reached from finder-by-keyword.
2884 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2885 editing mode, but it's comms related and sgml-mode.el has "comm"
2886 on that basis too.
2887 * textmodes/bibtex-style.el: Add "Keywords: tex".
2888 * international/isearch-x.el, international/ja-dic-cnv.el:
2889 * international/ja-dic-utl.el, international/kkc.el:
2890 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2891
2892 2009-11-25 Juri Linkov <juri@jurta.org>
2893
2894 * man.el (Man-completion-table): Modify regexp to include
2895 section names to completion strings. (Bug#3717)
2896
2897 2009-11-25 Juri Linkov <juri@jurta.org>
2898
2899 Search recursively in gzipped files. (Bug#4982)
2900
2901 * progmodes/grep.el (grep-highlight-matches): Add new options
2902 `always' and `auto'. Doc fix.
2903 (grep-process-setup): Check `grep-highlight-matches' for
2904 `auto-detect' to determine the need to compute grep defaults.
2905 Move Windows/DOS specific --colors settings handling
2906 to `grep-compute-defaults'. Check `grep-highlight-matches'
2907 to get the value of "--color=".
2908 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2909 has the value `auto-detect'. Move Windows/DOS specific settings
2910 from `grep-process-setup'.
2911 (zrgrep): New command with alias `rzgrep'.
2912
2913 2009-11-25 Juri Linkov <juri@jurta.org>
2914
2915 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2916 to nil instead of switching off view-mode. (Bug#4896)
2917
2918 2009-11-25 Juri Linkov <juri@jurta.org>
2919
2920 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2921
2922 * mwheel.el (mwheel-scroll-up-function)
2923 (mwheel-scroll-down-function): New defvars.
2924 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2925 `scroll-up', and `mwheel-scroll-down-function' instead of
2926 `scroll-down'.
2927
2928 * doc-view.el (doc-view-scroll-up-or-next-page)
2929 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2930 Use this ARG in the call to image-scroll-up/image-scroll-down.
2931 Change `interactive' spec to "P". Goto next/previous page only
2932 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2933 SPC/DEL case). Doc fix.
2934 (doc-view-next-line-or-next-page)
2935 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2936 for consistency.
2937 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2938 `doc-view-scroll-up-or-next-page', and buffer-local
2939 `mwheel-scroll-down-function' to
2940 `doc-view-scroll-down-or-previous-page'.
2941
2942 2009-11-25 Juri Linkov <juri@jurta.org>
2943
2944 Provide additional default values (directories at other Dired
2945 windows) via M-n in the minibuffer of some Dired commands.
2946
2947 * dired-aux.el (dired-diff, dired-compare-directories)
2948 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2949 `minibuffer-default' in `minibuffer-with-setup-hook'.
2950 (dired-dwim-target-directory): Find a window that displays Dired
2951 buffer instead of failing when the next window is not Dired.
2952 Use `get-window-with-predicate' to find for the next Dired window.
2953 (dired-dwim-target-defaults): New function.
2954
2955 * ediff-util.el (ediff-read-file-name):
2956 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2957 in `minibuffer-with-setup-hook'.
2958
2959 2009-11-25 Juri Linkov <juri@jurta.org>
2960
2961 Provide additional default values (file name at point or at the
2962 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2963
2964 * minibuffer.el (read-file-name-defaults): New function.
2965 (read-file-name): Reset `minibuffer-default' to nil when
2966 it duplicates initial input `insdef'.
2967 Bind `minibuffer-default-add-function' to lambda that
2968 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2969 (minibuffer-insert-file-name-at-point): New command.
2970
2971 * files.el (file-name-at-point-functions): New defcustom.
2972 (find-file-default): Remove defvar.
2973 (find-file-read-args): Don't use `find-file-default'.
2974 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2975 to `read-file-name'.
2976 (find-file-literally): Use `read-file-name' with
2977 `confirm-nonexistent-file-or-buffer'.
2978
2979 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2980
2981 * dired.el (dired-read-dir-and-switches):
2982 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2983 to `read-file-name'.
2984 (dired-file-name-at-point): New function.
2985 (dired-mode): Add hook `dired-file-name-at-point' to
2986 `file-name-at-point-functions'.
2987
2988 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 Really make the *Completions* window soft-dedicated (bug#5030).
2991 * window.el (window--display-buffer-2): Add `dedicated' argument.
2992 (display-buffer): Pass it when needed so the dedicated flag is set
2993 after calling set-window-buffer, which would otherwise reset it.
2994
2995 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * progmodes/meta-mode.el (meta-complete-symbol):
2998 * progmodes/etags.el (complete-tag):
2999 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3000 Use completion-in-region.
3001
3002 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3003 (dabbrev-completion): Use completion-in-region.
3004 (dabbrev--abbrev-at-point): Simplify regexp.
3005
3006 * abbrev.el (abbrev--before-point): Use word-motion functions
3007 if :regexp is not specified (bug#5031).
3008
3009 * subr.el (string-prefix-p): New function.
3010
3011 * man.el (Man-completion-cache): New var.
3012 (Man-completion-table): Use it.
3013
3014 * vc.el (vc-print-log-internal): Make `limit' optional for better
3015 compatibility (e.g. with vc-annotate.el).
3016
3017 2009-11-24 Kevin Ryde <user42@zip.com.au>
3018
3019 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3020 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3021
3022 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3023 when .el source file not found or other error.
3024
3025 2009-11-24 Markus Triska <markus.triska@gmx.at>
3026
3027 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3028
3029 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 Handle the [back] button properly (bug#4979).
3032 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3033 Use help-setup-xref, help-buffer, and with-help-window.
3034 (describe-char): Add `buffer' argument.
3035 Pass proper command to help-setup-xref. Don't meddle with
3036 help-xref-stack-item directly.
3037 (describe-text-category): Use with-help-window and help-buffer.
3038
3039 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3040 for the displayed buffer (bug#4887).
3041
3042 * man.el (Man-completion-table): New function.
3043 (man): Use it.
3044
3045 2009-11-24 David Reitter <david.reitter@gmail.com>
3046
3047 * vc-git.el (vc-git-registered): Use checkout directory (where
3048 .git is) rather than the file's directory and a relative path spec
3049 to work around a bug in git.
3050
3051 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3052
3053 Improve handling of processes on remote hosts.
3054
3055 * eshell/esh-util.el (eshell-path-env): New defvar.
3056 (eshell-parse-colon-path): New defun.
3057 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3058
3059 * eshell/esh-ext.el (eshell-search-path):
3060 Use `eshell-parse-colon-path'.
3061 (eshell-remote-command): Remove argument HANDLER.
3062 (eshell-external-command): Check for FTP remote connection.
3063
3064 * eshell/esh-proc.el (eshell-gather-process-output):
3065 Use `file-truename', in order to start also symlinked files.
3066 Apply `start-file-process' instead of `start-process'.
3067 Shorten `command' to the local file name part.
3068
3069 * eshell/em-cmpl.el (eshell-complete-commands-list):
3070 Use `eshell-parse-colon-path'.
3071
3072 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3073
3074 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3075 to `eshell-directory-change-hook'.
3076
3077 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3078
3079 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3080 because it could be enabled automatically if view-read-only is non-nil.
3081
3082 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3083
3084 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3085 made on 2009-11-22.
3086
3087 2009-11-24 Glenn Morris <rgm@gnu.org>
3088
3089 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3090 deleted variable bookmark-bmenu-bookmark-column.
3091
3092 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3093 Move after definition of global-semantic-idle-tag-highlight-mode.
3094
3095 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3098
3099 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3100
3101 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3102 two slashes to the "file:" prefix.
3103 (browse-url-file-url): De-munge Cygwin filenames before passing
3104 them to Windows browser.
3105 (browse-url-default-windows-browser): Use call-process.
3106
3107 2009-11-23 Juri Linkov <juri@jurta.org>
3108
3109 Implement DocView Continuous mode. (Bug#4896)
3110 * doc-view.el (doc-view-continuous-mode): New defcustom.
3111 (doc-view-mode-map): Bind C-n/<down> to
3112 `doc-view-next-line-or-next-page', C-p/<up> to
3113 `doc-view-previous-line-or-previous-page'.
3114 (doc-view-next-line-or-next-page)
3115 (doc-view-previous-line-or-previous-page): New commands.
3116
3117 2009-11-23 Juri Linkov <juri@jurta.org>
3118
3119 Implement Isearch in comint input history. (Bug#3746)
3120 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3121 `isearch-mode-hook'.
3122 (comint-history-isearch): New defcustom.
3123 (comint-history-isearch-backward)
3124 (comint-history-isearch-backward-regexp): New commands.
3125 (comint-history-isearch-message-overlay): New buffer-local variable.
3126 (comint-history-isearch-setup, comint-history-isearch-end)
3127 (comint-goto-input, comint-history-isearch-search)
3128 (comint-history-isearch-message, comint-history-isearch-wrap)
3129 (comint-history-isearch-push-state)
3130 (comint-history-isearch-pop-state): New functions.
3131
3132 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3133
3134 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3135 return.
3136 (tramp-handle-make-symbolic-link)
3137 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3138 Quote file names.
3139 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3140 (tramp-handle-process-file): Use it.
3141
3142 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * window.el (move-to-window-line-last-op): Remove.
3145 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3146
3147 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3148
3149 Make M-r mirror the new cycling behavior of C-l.
3150 * window.el (move-to-window-line-last-op): New var.
3151 (move-to-window-line-top-bottom): New command.
3152 (global-map): Bind M-r move-to-window-line-top-bottom.
3153
3154 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3155
3156 * dired-x.el (dired-guess-shell-alist-default):
3157 Support xz format. (Bug#4953)
3158
3159 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * cedet/srecode/map.el (srecode-get-maps):
3162 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3163 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3164 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3165 (semantic-toggle-decoration-style):
3166 * cedet/semantic/decorate/include.el
3167 (semantic-decoration-include-describe)
3168 (semantic-decoration-unknown-include-describe)
3169 (semantic-decoration-unparsed-include-describe)
3170 (semantic-decoration-all-include-summary):
3171 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3172 * cedet/semantic/analyze/complete.el
3173 (semantic-analyze-possible-completions):
3174 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3175 (semantic-show-unmatched-syntax-mode)
3176 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3177 (semantic-highlight-func-mode):
3178 * cedet/semantic/util.el (semantic-describe-buffer):
3179 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3180 (semantic-symref-find-tags-by-name)
3181 (semantic-symref-find-tags-by-regexp)
3182 (semantic-symref-find-tags-by-completion)
3183 (semantic-symref-find-file-references-by-name)
3184 (semantic-symref-find-text):
3185 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3186 (senator-yank-tag):
3187 * cedet/semantic/scope.el (semantic-calculate-scope):
3188 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3189 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3190 (define-semantic-idle-service):
3191 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3192 (semantic-complete-analyze-inline-idle):
3193 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3194 * cedet/mode-local.el (describe-mode-local-bindings)
3195 (describe-mode-local-bindings-in-mode):
3196 * cedet/ede/make.el (ede-make-check-version):
3197 * cedet/ede/locate.el (ede-enable-locate-on-project):
3198 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3199 (cedet-idutils-version-check):
3200 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3201 (cedet-gnu-global-version-check):
3202 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3203 (cedet-cscope-version-check): Use called-interactively-p instead
3204 of interactive-p.
3205
3206 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3207 Use semantic-format-tag-prototype.
3208
3209 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3210
3211 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3212 last-command-char/last-command-event.
3213 (viper-prefix-arg-value): Do correct conversion of event-char for
3214 XEmacs.
3215
3216 * emulation/viper-util.el, emulation/viper.el:
3217 Use viper-last-command-char instead of
3218 last-command-char/last-command-event.
3219
3220 * ediff-init.el, ediff-mult.el, ediff-util.el:
3221 Replace last-command-char and last-command-event
3222 with (ediff-last-command-char) everywhere.
3223
3224 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3225 created in fundamental mode.
3226
3227 * ediff.el (ediff-version): Revert the change of interactive-p to
3228 called-interactively-p.
3229
3230 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3231
3232 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3233 generation from word-movement command names.
3234
3235 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3238 (semantic-complete-jump-local, semantic-complete-jump):
3239 Improve prompt string.
3240
3241 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3242
3243 * cus-start.el (all): Add native condition for font-use-system-font.
3244
3245 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3246
3247 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3248 Correct the patch from 2009-11-18. (Bug#3910)
3249
3250 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3251
3252 * progmodes/subword.el: Rename from lisp/subword.el.
3253
3254 * subword.el: Rename to progmodes/subword.el.
3255
3256 * Makefile.in (ELCFILES): Adapt to subword.el move.
3257
3258 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3259 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3262 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3263 (bookmark-bmenu-show-filenames): Use push.
3264 (bookmark-bmenu-hide-filenames): Use local var instead of
3265 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3266 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3267 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3268 filenames now that the bookmark names are always available.
3269
3270 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3273 (bookmark-search-pattern): Move and leave unbound.
3274 (bookmark-bmenu-mode-map): Change binding.
3275 (bookmark-read-search-input): Simplify.
3276 Don't use text-char-description. Don't error on non-char events.
3277 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3278 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3279 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3280 Use a local var for the timer.
3281 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3282 (i.e. bookmark-bmenu-search).
3283
3284 2009-11-21 Glenn Morris <rgm@gnu.org>
3285
3286 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3287
3288 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3289
3290 * net/browse-url.el (browse-url-default-windows-browser):
3291 Use cygstart for cygwin.
3292
3293 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3294
3295 * bookmark.el: Formatting and doc fixes only:
3296 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3297 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3298 Minor grammar and punctuation fixes in doc string.
3299 (bookmark-read-search-input): Adjust to fit within 80 columns.
3300
3301 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3302
3303 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3304 (c-backward-into-nomenclature): Adapt to subword renaming.
3305
3306 * subword.el (subword-forward, subword-backward, subword-mark)
3307 (subword-kill, subword-backward-kill, subword-transpose)
3308 (subword-downcase, subword-upcase, subword-capitalize)
3309 (subword-forward-internal, subword-backward-internal):
3310 Rename from forward-subword, backward-subword, mark-subword,
3311 kill-subword, backward-kill-subword, transpose-subwords,
3312 downcase-subword, upcase-subword, capitalize-subword,
3313 forward-subword-internal, backward-subword-internal.
3314
3315 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3316
3317 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3318 New options.
3319 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3320 New vars.
3321 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3322 (bookmark-bmenu-filter-alist-by-regexp)
3323 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3324 (bookmark-bmenu-search): New command.
3325 (bookmark-bmenu-mode-map): Bind it.
3326
3327 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3330
3331 * cedet/semantic/idle.el (define-semantic-idle-service)
3332 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3333
3334 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3335
3336 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3337 backward-subword to quit the byte-compiler.
3338
3339 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3340
3341 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3342
3343 * progmodes/cc-cmds.el (c-update-modeline)
3344 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3345 Refer to subword.el functions instead of cc-subword.el.
3346
3347 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3348 subword.el functions instead of cc-subword.el.
3349
3350 * progmodes/cc-subword.el: Rename to subword.el.
3351 * subword.el: Rename from progmodes/cc-subword.el.
3352 (subword-mode-map): Rename from c-subword-mode-map.
3353 (subword-mode): Rename from c-subword-mode.
3354 (global-subword-mode): New global minor mode.
3355 (forward-subword): Rename from c-forward-subword.
3356 (backward-subword): Rename from c-backward-subword.
3357 (mark-subword): Rename from c-mark-subword.
3358 (kill-subword): Rename from c-kill-subword.
3359 (backward-kill-subword): Rename from c-backward-kill-subword.
3360 (transpose-subwords): Rename from c-tranpose-subword.
3361 (downcase-subword): Rename from c-downcase-subword.
3362 (capitalize-subword): Rename from c-capitalize-subword.
3363 (forward-subword-internal): Rename from c-forward-subword-internal.
3364 (backward-subword-internal): Rename from c-backward-subword-internal.
3365
3366 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3369 from a dired buffer.
3370 (vc-dired-deduce-fileset): New function.
3371 (vc-root-diff, vc-print-root-log): Use it.
3372
3373 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3374 nil LIMIT argument to vc-print-log-internal.
3375
3376 2009-11-20 Glenn Morris <rgm@gnu.org>
3377
3378 * Makefile.in (ELCFILES): Regenerate.
3379
3380 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3383
3384 * cedet/semantic.el: Enable idle-mode menu items only if
3385 global-semantic-idle-scheduler-mode is enabled.
3386 (semantic-default-submodes): Doc fix.
3387
3388 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3389 When turning off, disable other idle modes.
3390
3391 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3392
3393 * calc/calc.el (calc-set-mode-line):
3394 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3395 (math-format-number): Rename `math-format-complement-signed' to
3396 `math-format-twos-complement'.
3397
3398 * calc/calc-bin.el (math-format-twos-complement): Rename from
3399 math-format-complement-signed.
3400 (calc-radix): Rename `calc-complement-signed-mode' to
3401 `calc-twos-complement-mode'.
3402 (calc-octal-radix, calc-hex-radix): Add an argument for
3403 two's complement.
3404
3405 * calc/calc-embed.el (calc-embedded-mode-vars):
3406 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3407
3408 * calc/calc-ext.el (calc-init-extensions):
3409 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3410 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3411
3412 * calc/calc-units.el (math-build-units-table-buffer):
3413 Let `calc-twos-complement-mode' be nil.
3414
3415 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3416 entries.
3417
3418 * calc/calc-vec.el (calcFunc-vunpack):
3419 * calc/calc-aent.el (calc-do-calc-eval):
3420 * calc/calc-forms.el (math-format-date):
3421 * calc/calc-graph.el (calc-graph-plot):
3422 * calc/calc-math.el (math-use-emacs-fn):
3423 * calc/calccomp.el (math-compose-expr):
3424 Let `calc-twos-complement-mode' be nil.
3425
3426 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3429 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3430 * minibuffer.el (completion-in-region-functions): New hook.
3431 (completion-in-region): New function.
3432 * emacs-lisp/lisp.el (lisp-complete-symbol):
3433 * pcomplete.el (pcomplete-std-complete): Use it.
3434
3435 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3438 (latex-complete-alist): New vars.
3439 (latex-string-prefix-p, latex-complete-bibtex-keys)
3440 (latex-complete-envnames, latex-complete-refkeys)
3441 (latex-complete-data): New functions.
3442 (latex-complete, latex-indent-or-complete): New commands.
3443
3444 * window.el (display-buffer-mark-dedicated): New var.
3445 (display-buffer): Obey it.
3446 * minibuffer.el (minibuffer-completion-help): Use it.
3447
3448 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3449
3450 * filecache.el (file-cache-add-file): Use push and cons.
3451 (file-cache-delete-file-regexp): Use push.
3452 (file-cache-complete): Use completion-in-region.
3453
3454 * simple.el (with-wrapper-hook): Fix thinko.
3455
3456 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3457 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3458 Use with-current-buffer and string-to-number.
3459 (hfy-fallback-colour-values): Use assoc-string.
3460 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3461 (hfy-face-at): Remove unused var `found-face'.
3462 (hfy-compile-stylesheet): Remove unused var `css'.
3463 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3464 and `orig-buffer'.
3465 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3466 Use with-current-buffer.
3467 (hfy-text-p): Use expand-file-name and fewer setq.
3468
3469 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3470
3471 * htmlfontify.el, hfy-cmap.el: New files.
3472
3473 2009-11-19 Juri Linkov <juri@jurta.org>
3474
3475 * minibuffer.el (completions-format): New defcustom.
3476 (completion--insert-strings): Implement vertical format.
3477
3478 * simple.el (switch-to-completions): Move point to the first
3479 completion when point was at the beginning of the buffer.
3480
3481 2009-11-19 Juri Linkov <juri@jurta.org>
3482
3483 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3484
3485 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3486
3487 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3490 (mail-signature): Change default to t.
3491 (mail-from-style): Deprecate `system-default' value.
3492 (mail-insert-from-field): For default value of mail-from-style,
3493 default to `angles' unless `angles' needs quoting and `parens'
3494 does not.
3495 (mail-citation-prefix-regexp): Use citation regexp from
3496 message-mode.
3497
3498 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3499
3500 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3501 Set variables for computing the prompt for reading password.
3502
3503 2009-11-19 Glenn Morris <rgm@gnu.org>
3504
3505 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3506
3507 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3508
3509 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3510 (newsticker-treeview-listwindow-height): Fix custom type.
3511
3512 2009-11-19 Kenichi Handa <handa@m17n.org>
3513
3514 * descr-text.el (describe-char-padded-string): Compose with TAB
3515 only if there's a font for CH.
3516 (describe-char): Fix the condition for detecting a trivial composition.
3517
3518 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3519
3520 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3521 more accurate version of the regexp. (Bug#3910)
3522
3523 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3524
3525 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3526
3527 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3528
3529 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3530 (font-setting-change-default-font): Fix typo in docstring.
3531
3532 2009-11-18 Alan Mackenzie <acm@muc.de>
3533
3534 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3535
3536 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3537
3538 * font-setting.el (font-use-system-font): Move ...
3539
3540 * cus-start.el (all): ... to here.
3541
3542 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3543
3544 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3545 Don't set `ad-return-value' if `ad-do-it' doesn't.
3546
3547 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3548 modification time.
3549
3550 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3551
3552 * menu-bar.el: Put "Use system font" in Option-menu.
3553 (menu-bar-options-save): Add font-use-system-font.
3554
3555 * loadup.el: If feature system-font-setting or font-render-setting is
3556 there, load font-setting.
3557
3558 * Makefile.in (ELCFILES): Add font-settings.el.
3559 * font-setting.el: New file.
3560
3561 2009-11-17 Glenn Morris <rgm@gnu.org>
3562
3563 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3564
3565 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3566 Preserve point in the list buffer. (Bug#4939)
3567 Use point-at-eol.
3568 (newsticker--treeview-list-update-highlight)
3569 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3570
3571 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3572
3573 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3574 Remove.
3575
3576 * calc/calc-ext.el (calc-init-extensions): Remove references to
3577 symclip.
3578
3579 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3580
3581 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3582 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3583 `calc-symclip'.
3584
3585 2009-11-16 Kevin Ryde <user42@zip.com.au>
3586
3587 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3588 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3589
3590 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3591 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3592 Ignore trailing spaces by omit-nulls to split-string (fixing
3593 regression from Emacs 21 due to the incompatible split-string
3594 change). (Bug #4928.)
3595
3596 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * vc.el (vc-log-show-limit): Default to 2000.
3599 (vc-print-log-internal): Insert buttons to request more entries
3600 when limiting the output.
3601
3602 * vc-sccs.el (vc-sccs-print-log):
3603 * vc-rcs.el (vc-rcs-print-log):
3604 * vc-cvs.el (vc-cvs-print-log):
3605 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3606 LIMIT is non-nil.
3607
3608 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3609
3610 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3611 error when `tramp-gvfs-dbus-event-vector' is set.
3612 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3613
3614 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3617
3618 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3619
3620 * net/dbus.el (dbus-unregister-service): New defun.
3621 (dbus-register-property): Register the handlers of
3622 "org.freedesktop.DBus.Properties" for SERVICE.
3623 (dbus-property-handler): Fix docstring.
3624
3625 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3626
3627 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3628 Quote doc string reference in defvaralias as it is not in special form.
3629 (byte-compile-output-docform): Doc fix.
3630
3631 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3632
3633 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3634 (calc-complement-signed-mode): New variables.
3635 (calc-set-mode-line): Add indicator for twos-complements.
3636 (math-format-number): Format twos-complement notation.
3637
3638 * calc/calc-bin.el (calc-word-size): Reset the variables
3639 `math-2-word-size' and `math-half-2-word-size'.
3640 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3641 (calc-symclip): New functions.
3642
3643 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3644
3645 * calc/calc-embed.el (calc-embedded-mode-vars):
3646 Add `calc-complement-signed-mode' to the list of modes.
3647
3648 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3649 (calc-b-oper-keys): Add `calc-symclip' to list.
3650
3651 * calc/calc-ext.el (math-read-number-fancy): Read complement
3652 signed numbers.
3653 (calc-init-extensions): Add binding for `calc-symclip'.
3654 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3655
3656 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3657 `calc-symclip'.
3658 (calc-modes-menu): Add item for twos complement mode.
3659
3660 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3661
3662 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * register.el (jump-to-register, insert-register): Handle Semantic
3665 tags. From commented-out advice in semantic/senator.el.
3666
3667 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3668
3669 * vc.el (vc-log-show-limit): New variable.
3670 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3671 when using a prefix argument.
3672 (vc-print-log-internal): Add new argument LIMIT.
3673
3674 * vc-svn.el (vc-svn-print-log):
3675 * vc-mtn.el (vc-mtn-print-log):
3676 * vc-hg.el (vc-hg-print-log):
3677 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3678 pass it to the log command when set. Make the BUFFER argument
3679 non-optional.
3680
3681 * vc-sccs.el (vc-sccs-print-log):
3682 * vc-rcs.el (vc-rcs-print-log):
3683 * vc-git.el (vc-git-print-log):
3684 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3685 ignore it. Make the BUFFER argument non-optional
3686
3687 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3688
3689 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * dired.el (dired-mode-map): Move encryption items to "Operate"
3692 menu (Bug#4703).
3693
3694 * strokes.el (strokes-update-window-configuration): Make strokes
3695 buffer current before erasing (Bug#4906).
3696
3697 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3698 (semantic-idle-summary-mode): Define using define-minor-mode
3699 instead of define-semantic-idle-service.
3700 (semantic-idle-summary-mode): New function.
3701 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3702 that mouse motion does not reset the echo area.
3703
3704 2009-11-15 Juri Linkov <juri@jurta.org>
3705
3706 * simple.el (set-mark-default-inactive): Add :type, :group
3707 and :version. (Bug#4876)
3708
3709 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3710
3711 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3712 (archive-unique-fname): ... here. (Bug#4929)
3713
3714 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3717 with a real fix.
3718
3719 * novice.el (disabled-command-function): Add useful args.
3720 Setup the help buffer so that [back] works.
3721 Remove redundant call to help-mode.
3722 (disabled-command-function): Use `case'.
3723 (en/disable-command): New function extracted from enable-command.
3724 (enable-command, disable-command): Use it.
3725
3726 2009-11-14 Glenn Morris <rgm@gnu.org>
3727
3728 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3729 constants. (Bug#4913)
3730
3731 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3732
3733 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3734
3735 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3736 defined in C that have no doc-strings. (Bug#1063)
3737
3738 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3739
3740 * cus-edit.el (data, files):
3741 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3742
3743 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * simple.el (shell-command): Doc fix (Bug#4891).
3746
3747 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3748
3749 2009-11-14 Glenn Morris <rgm@gnu.org>
3750
3751 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3752 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3753 If they are already loaded, eval-after-load will do the right thing.
3754
3755 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3756 compiling.
3757
3758 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3759
3760 * simple.el (x-selection-owner-p): Declare.
3761 (read-mail-command): Use custom radio type rather than choice.
3762 (completion-no-auto-exit): Doc fix.
3763
3764 * custom.el (defgroup):
3765 * epg-config.el (epg): Doc fixes.
3766
3767 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3768
3769 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3770 * international/ccl.el (define-ccl-program): Do not purecopy the
3771 docstring, defconst does it anyway.
3772
3773 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3776 a second time.
3777
3778 * x-dnd.el (x-dnd-maybe-call-test-function):
3779 * window.el (split-window-vertically):
3780 * whitespace.el (whitespace-help-on):
3781 * vc-rcs.el (vc-rcs-consult-headers):
3782 * userlock.el (ask-user-about-lock-help)
3783 (ask-user-about-supersession-help):
3784 * type-break.el (type-break-force-mode-line-update):
3785 * time-stamp.el (time-stamp-conv-warn):
3786 * terminal.el (te-set-output-log, te-more-break, te-filter)
3787 (te-sentinel, terminal-emulator):
3788 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3789 (term-write-input-ring, term-check-source, term-start-output-log):
3790 (term-display-buffer-line, term-dynamic-list-completions):
3791 (term-ansi-make-term, serial-term):
3792 * subr.el (selective-display):
3793 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3794 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3795 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3796 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3797 (speedbar-remove-localized-speedbar-support)
3798 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3799 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3800 (speedbar-buffers-line-directory):
3801 * simple.el (shell-command-on-region, append-to-buffer)
3802 (prepend-to-buffer):
3803 * shadowfile.el (shadow-save-todo-file):
3804 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3805 (scroll-bar-maybe-set-window-start):
3806 * sb-image.el (speedbar-image-dump):
3807 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3808 (load-save-place-alist-from-file):
3809 * ps-samp.el (ps-print-message-from-summary):
3810 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3811 (ps-background-image, ps-begin-job, ps-do-despool):
3812 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3813 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3814 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3815 (pr-call-process, pr-file-list, pr-interface-save):
3816 * novice.el (disabled-command-function)
3817 (enable-command, disable-command):
3818 * mouse.el (mouse-buffer-menu-alist):
3819 * mouse-copy.el (mouse-kill-preserving-secondary):
3820 * macros.el (kbd-macro-query):
3821 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3822 * informat.el (batch-info-validate):
3823 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3824 * hippie-exp.el (try-expand-dabbrev-visible):
3825 * help-mode.el (help-make-xrefs):
3826 * help-fns.el (describe-variable):
3827 * generic-x.el (bat-generic-mode-run-as-comint):
3828 * finder.el (finder-mouse-select):
3829 * find-dired.el (find-dired-sentinel):
3830 * filesets.el (filesets-file-close):
3831 * files.el (list-directory):
3832 * faces.el (list-faces-display, describe-face):
3833 * facemenu.el (list-colors-display):
3834 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3835 * epg.el (epg--process-filter, epg-cancel):
3836 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3837 (epa--read-signature-type):
3838 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3839 (emerge-file-names):
3840 * ehelp.el (electric-helpify):
3841 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3842 * ediff-vers.el (rcs-ediff-view-revision):
3843 * ediff-util.el (ediff-setup):
3844 * ediff-mult.el (ediff-append-custom-diff):
3845 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3846 (ediff-wordify):
3847 * echistory.el (Electric-command-history-redo-expression):
3848 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3849 * disp-table.el (describe-display-table):
3850 * dired.el (dired-find-buffer-nocreate):
3851 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3852 * dabbrev.el (dabbrev--same-major-mode-p):
3853 * chistory.el (list-command-history):
3854 * apropos.el (apropos-documentation):
3855 * allout.el (allout-obtain-passphrase):
3856 (allout-copy-exposed-to-buffer):
3857 (allout-verify-passphrase): Use with-current-buffer.
3858
3859 2009-11-13 Glenn Morris <rgm@gnu.org>
3860
3861 * Makefile.in (ELCFILES): Regenerate.
3862
3863 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3864
3865 * net/dbus.el (dbus-registered-objects-table): Rename from
3866 `dbus-registered-functions-table', because it contains also properties.
3867 (dbus-unregister-object): Unregister also properties.
3868 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3869 Use a timeout of 500 msec, in order to not block.
3870 (dbus-register-property, dbus-property-handler): New defuns.
3871
3872 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * simple.el (minibuffer-default-add-completions): Drop deprecated
3875 4th arg.
3876
3877 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3878
3879 * textmodes/artist.el (artist-mouse-choose-operation):
3880 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3881 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3882 (artist-compute-up-event-key): New function.
3883 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3884
3885 2009-11-13 Kenichi Handa <handa@m17n.org>
3886
3887 * language/japan-util.el: Make sure that the value of jisx0208
3888 property is jisx0208 character.
3889
3890 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3891
3892 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3893 car or each item, not the whole list.
3894
3895 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3896
3897 * minibuffer.el (minibuffer-completion-help):
3898 Use minibuffer-hide-completions.
3899
3900 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3901
3902 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3903 (dired-revert): Use them (bug#4880).
3904
3905 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3906
3907 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3908
3909 2009-11-12 Juri Linkov <juri@jurta.org>
3910
3911 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3912 New functions.
3913 (find-file-literally-at-point): Alias of `ffap-literally'.
3914
3915 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * textmodes/ispell.el (ispell-skip-region-alist):
3918 * textmodes/css-mode.el (auto-mode-alist):
3919 * progmodes/compile.el (auto-mode-alist):
3920 * international/mule.el (ctext-non-standard-encodings-alist)
3921 (ctext-non-standard-encodings-regexp):
3922 * simple.el (shell-command-switch, text-read-only):
3923 * replace.el (occur-mode-map):
3924 * paths.el (rmail-file-name):
3925 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3926 * find-file.el (ff-special-constructs):
3927 * files.el (file-name-handler-alist):
3928 * composite.el: Purecopy strings.
3929
3930 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3931
3932 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3933
3934 * widget.el (define-widget): Purecopy the docstring.
3935 * international/mule-cmds.el (charset): Do not purecopy the
3936 docstring here, define-widget does it.
3937
3938 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3939 * textmodes/bibtex-style.el (auto-mode-alist):
3940 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3941 * progmodes/compile.el (compile-command):
3942 * language/korea-util.el (default-korean-keyboard):
3943 * international/mule-conf.el (file-coding-system-alist):
3944 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3945 * tooltip.el (tooltip-frame-parameters):
3946 * newcomment.el (comment-end, comment-padding):
3947 * dired.el (dired-trivial-filenames):
3948 * comint.el (comint-file-name-prefix): Purecopy initial values.
3949
3950 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3951
3952 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3953 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3954 `tramp-unload'.
3955 (tramp-advice-make-auto-save-file-name)
3956 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3957 after removing the advice.
3958
3959 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3960
3961 * progmodes/grep.el (grep-regexp-alist):
3962 * international/mule-cmds.el (iso-2022-control-alist):
3963 * emacs-lisp/timer.el (timer-duration-words):
3964 * subr.el (version-separator, version-regexp-alist):
3965 * minibuffer.el (completion-styles-alist):
3966 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3967 Change defvars to defconsts.
3968
3969 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3970 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3971 * international/mule-conf.el: Allow to be byte compiled.
3972
3973 * international/mule.el (define-charset): Purecopy props.
3974 (load-with-code-conversion): Purecopy doc string and file name.
3975 (put-charset-property): Purecopy strings.
3976 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3977
3978 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3979 (define-char-code-property): Correctly purecopy the table.
3980
3981 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3982
3983 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3984
3985 * subr.el (add-hook): Purecopy strings.
3986 (eval-after-load): Purecopy load-history-regexp and the form.
3987
3988 * custom.el (custom-declare-group): Purecopy load-file-name.
3989
3990 * subr.el (menu-bar-separator): New defconst.
3991 * net/eudc.el (eudc-tools-menu):
3992 * international/mule-cmds.el (set-coding-system-map)
3993 (mule-menu-keymap):
3994 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3995 * vc-hooks.el (vc-menu-map):
3996 * replace.el (occur-mode-map):
3997 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3998 (menu-bar-edit-menu, menu-bar-goto-menu)
3999 (menu-bar-custom-menu, menu-bar-showhide-menu)
4000 (menu-bar-options-menu, menu-bar-tools-menu)
4001 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4002 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4003 (menu-bar-help-menu):
4004 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4005 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4006
4007 * term/x-win.el (x-gtk-stock-map):
4008 * progmodes/vera-mode.el (auto-mode-alist):
4009 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4010 (inferior-lisp-program, inferior-lisp-load-command):
4011 * progmodes/hideshow.el (hs-special-modes-alist):
4012 * progmodes/gud.el (same-window-regexps):
4013 * progmodes/grep.el (grep-program, find-program, xargs-program):
4014 * net/telnet.el (same-window-regexps):
4015 * net/rlogin.el (same-window-regexps):
4016 * language/ethiopic.el (font-ccl-encoder-alist):
4017 * vc-sccs.el (vc-sccs-master-templates):
4018 * vc-rcs.el (vc-rcs-master-templates):
4019 * subr.el (cl-assertion-failed):
4020 * simple.el (next-error-overlay-arrow-position):
4021 * lpr.el (lpr-command):
4022 * locate.el (locate-ls-subdir-switches):
4023 * info.el (same-window-regexps, info)
4024 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4025 * image-mode.el (image-mode, auto-mode-alist):
4026 * hippie-exp.el (hippie-expand-ignore-buffers):
4027 * format.el (format-alist):
4028 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4029 (find-name-arg):
4030 * facemenu.el (facemenu-keybindings):
4031 * dired.el (dired-listing-switches, dired-chown-program):
4032 * diff.el (diff-switches, diff-command):
4033 * cus-edit.el (same-window-regexps):
4034 * bindings.el (mode-line-mule-info)
4035 (mode-line-buffer-identification): Purecopy strings.
4036
4037 2009-11-11 Juri Linkov <juri@jurta.org>
4038
4039 * simple.el (dired-get-filename) <declare-function>:
4040 Tell the byte-compiler about dired-get-filename.
4041 (shell-command): In Dired mode, get filename from the current line
4042 as the default value.
4043
4044 2009-11-10 Glenn Morris <rgm@gnu.org>
4045
4046 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4047 * calendar/holidays.el, progmodes/cperl-mode.el:
4048 Update x-popup-menu declarations.
4049
4050 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4051 (list-load-path-shadows): Use dolist.
4052 (list-load-path-shadows): Use with-current-buffer.
4053
4054 2009-11-10 Juri Linkov <juri@jurta.org>
4055
4056 * minibuffer.el (read-file-name): Support a list of default values
4057 in `default-filename'. Use the first file name where only one
4058 element is required. Doc fix.
4059
4060 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * net/dbus.el (dbus-unregister-object): Release service, if no
4063 other method is registered for it.
4064
4065 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4066
4067 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4068 bookmark-sort-flag is non-nil (Bug#4653).
4069
4070 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4073 the progress reporter entirely.
4074
4075 * emulation/cua-base.el: Add CUA property to some CC mode commands
4076 (Bug#4100).
4077
4078 2009-11-08 Kevin Ryde <user42@zip.com.au>
4079
4080 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4081 at end of sentence (Bug#4818).
4082
4083 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4084
4085 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4086 Handle "see declaration of" MSFT statements (Bug#4100).
4087
4088 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4091 (tramp-advice-file-expand-wildcards): Unload via
4092 `ad-remove-advice'.
4093
4094 * net/trampver.el: Update release number.
4095
4096 2009-11-08 Kevin Ryde <user42@zip.com.au>
4097
4098 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4099 `ad-do-it'.
4100
4101 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4102
4103 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4104 in order to keep context in SELinux.
4105
4106 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * dired-aux.el (dired-query): Place cursor in echo area and allow
4109 C-g.
4110
4111 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4112 menu item if not on a directory (Bug#4701).
4113
4114 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4115
4116 Sync with Tramp 2.1.17.
4117
4118 * net/tramp.el (tramp-handle-copy-directory): Don't use
4119 `file-remote-p' (due to compatibility).
4120
4121 * net/tramp-compat.el (tramp-compat-copy-directory)
4122 (tramp-compat-delete-directory): New defuns.
4123
4124 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4125 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4126 `tramp-compat-delete-directory'.
4127
4128 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4129 (tramp-smb-handle-delete-directory): Use
4130 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4131
4132 * net/trampver.el: Update release number.
4133
4134 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * tar-mode.el (tar-copy): Call write-region on the right buffer
4137 (Bug#4857).
4138
4139 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4140 by hand, if necessary (Bug#4878).
4141
4142 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4145 align size column (Bug#4839).
4146
4147 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4148 statement.
4149
4150 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4151
4152 * progmodes/ld-script.el (auto-mode-alist):
4153 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4154
4155 * cus-face.el (custom-declare-face): Purecopy face spec.
4156
4157 2009-11-06 Kenichi Handa <handa@m17n.org>
4158
4159 * international/uni-bidi.el: Re-generated.
4160 * international/uni-category.el: Re-generated.
4161 * international/uni-combining.el: Re-generated.
4162 * international/uni-mirrored.el: Re-generated.
4163
4164 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4165
4166 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4167 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4168 (tex-start-options, slitex-run-command, latex-run-command)
4169 (tex-run-command, tex-directory):
4170 * textmodes/ispell.el (ispell-html-skip-alists)
4171 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4172 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4173 (adaptive-fill-regexp):
4174 * textmodes/dns-mode.el (auto-mode-alist):
4175 * progmodes/python.el (interpreter-mode-alist):
4176 * progmodes/etags.el (tags-compression-info-list):
4177 * progmodes/etags.el (tags-file-name):
4178 * net/browse-url.el (browse-url-galeon-program)
4179 (browse-url-firefox-program):
4180 * mail/sendmail.el (mail-signature-file)
4181 (mail-citation-prefix-regexp):
4182 * international/mule-conf.el (eight-bit):
4183 * international/latexenc.el (latex-inputenc-coding-alist):
4184 * international/fontset.el (x-pixel-size-width-font-regexp):
4185 * emacs-lisp/warnings.el (warning-type-format):
4186 * emacs-lisp/trace.el (trace-buffer):
4187 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4188 (emacs-lisp-mode-map):
4189 * calendar/holidays.el (holiday-solar-holidays)
4190 (holiday-bahai-holidays, holiday-islamic-holidays)
4191 (holiday-christian-holidays, holiday-hebrew-holidays)
4192 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4193 (hebrew-holidays-1, holiday-oriental-holidays)
4194 (holiday-general-holidays):
4195 * x-dnd.el (x-dnd-known-types):
4196 * tool-bar.el (tool-bar):
4197 * startup.el (site-run-file):
4198 * shell.el (shell-dumb-shell-regexp):
4199 * rfn-eshadow.el (file-name-shadow-tty-properties)
4200 (file-name-shadow-properties):
4201 * paths.el (remote-shell-program, news-directory):
4202 * mouse.el ([C-down-mouse-3]):
4203 * menu-bar.el (menu-bar-tools-menu):
4204 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4205 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4206 (jka-compr-compression-info-list):
4207 * isearch.el (search-whitespace-regexp):
4208 * image-file.el (image-file-name-extensions):
4209 * find-dired.el (find-ls-option):
4210 * files.el (directory-listing-before-filename-regexp)
4211 (directory-free-space-args, insert-directory-program)
4212 (list-directory-brief-switches, magic-fallback-mode-alist)
4213 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4214 (automount-dir-prefix):
4215 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4216 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4217 (face-font-registry-alternatives, face-font-registry-alternatives)
4218 (face-font-family-alternatives):
4219 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4220 (facemenu-foreground-menu, facemenu-face-menu):
4221 * epa-hook.el (epa-file-name-regexp):
4222 * dnd.el (dnd-protocol-alist):
4223 * textmodes/rst.el (auto-mode-alist):
4224 * button.el (default-button): Purecopy strings.
4225
4226 2009-11-06 Glenn Morris <rgm@gnu.org>
4227
4228 * Makefile.in (ELCFILES): Update.
4229
4230 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4233 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4234
4235 * nxml/xsd-regexp.el (xsdre-gen-categories):
4236 * nxml/xmltok.el (xmltok-parse-entity):
4237 * nxml/rng-parse.el (rng-parse-validate-file):
4238 * nxml/rng-maint.el (rng-format-manual)
4239 (rng-manual-output-force-new-line):
4240 * nxml/rng-loc.el (rng-save-schema-location-1):
4241 * nxml/rng-cmpct.el (rng-c-parse-file):
4242 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4243 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4244
4245 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4246
4247 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4248 Remove extra save-excursions and make-variable-buffer-local's.
4249 Suggested by Stefan Monnier.
4250
4251 (verilog-getopt-file, verilog-module-inside-filename-p)
4252 (verilog-set-define): Merge GNU 1.35 and repair changes from
4253 switching to using with-current-buffer.
4254
4255 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4256 being treated as a number and confusing AUTORESET.
4257 Reported by Dan Dever.
4258
4259 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4260 Add verilog-auto-ignore-concat to fix backward compatibility with
4261 older verilog-modes. Reported by Dan Katz.
4262
4263 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4264 containing closing anchors "...$".
4265
4266 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4267 Reported by Wade Smith.
4268
4269 (verilog-batch-execute-func): Comment on function usage.
4270
4271 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4272
4273 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4274 for labels.
4275
4276 (verilog-label-re, verilog-calc-1): Support proper indent of named
4277 asserts.
4278
4279 (verilog-backward-token, verilog-basic-complete-re)
4280 (verilog-beg-of-statement, verilog-indent-re): Support proper
4281 indent of the assert statement at the beginning of a block of text.
4282
4283 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4284 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4285 tokens as begins.
4286
4287 2009-11-05 Glenn Morris <rgm@gnu.org>
4288
4289 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4290 Emacs 19. (Bug#1531)
4291 (byte-compile-fix-header): Update for the above change.
4292 Drop test for epoch::version.
4293
4294 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4295 * cus-dep.el (custom-make-dependencies):
4296 * finder.el (finder-compile-keywords):
4297 Use autoload-rubric's feature argument.
4298
4299 * calendar/diary-lib.el (top-level): Make load behave more like require.
4300
4301 * vc-git.el (vc-git-stash-map): Move definition before use.
4302
4303 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4304
4305 * custom.el (custom-declare-group): Purecopy standard-value.
4306 (custom-declare-group): Purecopy custom-prefix.
4307
4308 * international/mule.el (load-with-code-conversion):
4309 Call do-after-load-evaluation unconditionally.
4310
4311 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4312
4313 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4316
4317 2009-11-04 Glenn Morris <rgm@gnu.org>
4318
4319 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4320 (byte-compile-compatibility): Remove option.
4321 (byte-compile-close-variables, byte-compile-fix-header)
4322 (byte-compile-insert-header, byte-compile-output-docform)
4323 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4324 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4325 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4326 (byte-compile-insert, byte-compile-defun):
4327 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4328 (byte-defop-compiler19): Remove.
4329 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4330 used by anything. Replace all calls with byte-defop-compiler.
4331
4332 2009-11-04 Juri Linkov <juri@jurta.org>
4333
4334 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4335 (menu-bar-options-menu): Don't quote the `prop' arg of
4336 `menu-bar-make-mm-toggle'.
4337
4338 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * calendar/calendar.el (cal-loaddefs):
4341 * calendar/diary-lib.el (diary-loaddefs):
4342 * calendar/holidays.el (hol-loaddefs):
4343 * eshell/esh-module.el (esh-groups): Load rather than require.
4344
4345 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4348 point-min==1.
4349 (todo-top-priorities): Only display-buffer when called interactively.
4350 (todo-item-start): Don't save excursion point.
4351 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4352 (todo-insert-item-here, todo-file-item, todo-remove-item):
4353 Adjust uses of todo-item-start and todo-item-end.
4354
4355 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4356 (autoload-rubric): Don't use any more.
4357 * cedet/semantic/fw.el (semantic/loaddefs):
4358 * cedet/srecode.el (srecode/loaddefs):
4359 * cedet/ede.el (ede/loaddefs): Load rather than require.
4360 * cedet/ede/cpp-root.el:
4361 * cedet/ede/emacs.el:
4362 * cedet/ede/files.el:
4363 * cedet/ede/linux.el:
4364 * cedet/ede/locate.el:
4365 * cedet/ede/make.el:
4366 * cedet/ede/shell.el:
4367 * cedet/ede/speedbar.el:
4368 * cedet/ede/system.el:
4369 * cedet/ede/util.el:
4370 * cedet/semantic/analyze.el:
4371 * cedet/semantic/bovine.el:
4372 * cedet/semantic/complete.el:
4373 * cedet/semantic/ctxt.el:
4374 * cedet/semantic/db-file.el:
4375 * cedet/semantic/db-find.el:
4376 * cedet/semantic/db-global.el:
4377 * cedet/semantic/db-mode.el:
4378 * cedet/semantic/db-typecache.el:
4379 * cedet/semantic/db.el:
4380 * cedet/semantic/debug.el:
4381 * cedet/semantic/dep.el:
4382 * cedet/semantic/doc.el:
4383 * cedet/semantic/edit.el:
4384 * cedet/semantic/find.el:
4385 * cedet/semantic/format.el:
4386 * cedet/semantic/html.el:
4387 * cedet/semantic/ia-sb.el:
4388 * cedet/semantic/ia.el:
4389 * cedet/semantic/idle.el:
4390 * cedet/semantic/lex-spp.el:
4391 * cedet/semantic/lex.el:
4392 * cedet/semantic/mru-bookmark.el:
4393 * cedet/semantic/scope.el:
4394 * cedet/semantic/senator.el:
4395 * cedet/semantic/sort.el:
4396 * cedet/semantic/symref.el:
4397 * cedet/semantic/tag-file.el:
4398 * cedet/semantic/tag-ls.el:
4399 * cedet/semantic/tag-write.el:
4400 * cedet/semantic/tag.el:
4401 * cedet/semantic/util-modes.el:
4402 * cedet/semantic/analyze/complete.el:
4403 * cedet/semantic/analyze/refs.el:
4404 * cedet/semantic/bovine/c.el:
4405 * cedet/semantic/bovine/gcc.el:
4406 * cedet/semantic/bovine/make.el:
4407 * cedet/semantic/bovine/scm.el:
4408 * cedet/semantic/decorate/include.el:
4409 * cedet/semantic/decorate/mode.el:
4410 * cedet/semantic/symref/cscope.el:
4411 * cedet/semantic/symref/global.el:
4412 * cedet/semantic/symref/grep.el:
4413 * cedet/semantic/symref/idutils.el:
4414 * cedet/semantic/symref/list.el:
4415 * cedet/semantic/wisent/java-tags.el:
4416 * cedet/semantic/wisent/javascript.el:
4417 * cedet/srecode/compile.el:
4418 * cedet/srecode/cpp.el:
4419 * cedet/srecode/document.el:
4420 * cedet/srecode/el.el:
4421 * cedet/srecode/expandproto.el:
4422 * cedet/srecode/getset.el:
4423 * cedet/srecode/insert.el:
4424 * cedet/srecode/java.el:
4425 * cedet/srecode/map.el:
4426 * cedet/srecode/mode.el:
4427 * cedet/srecode/template.el:
4428 * cedet/srecode/texi.el: Remove the file-local setting of
4429 generated-autoload-feature.
4430
4431 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4432 and only put a prop if it is non-nil.
4433
4434 2009-11-03 Juri Linkov <juri@jurta.org>
4435
4436 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4437 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4438
4439 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4440 and "Menu" to make top-level menu item visually one unit (like
4441 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4442 multi-word menu items). Fix :help string for quit-window.
4443
4444 2009-11-03 Glenn Morris <rgm@gnu.org>
4445
4446 * cedet/mode-local.el (with-mode-local): Doc fix.
4447
4448 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4449 (byte-compile-file-form-define-abbrev-table)
4450 (byte-compile-file-form-custom-declare-variable)
4451 (byte-compile-variable-ref, byte-compile-defvar):
4452 Whether or not a warning is enabled should only affect whether we issue
4453 the warning, not whether or not we collect the relevant data.
4454 Eg warnings can be turned on and off throughout the course of a file.
4455
4456 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4457 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4458
4459 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4462 * play/mpuz.el (mpuz-create-buffer):
4463 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4464 (lm-print-y,s,noise, lm-print-w0, lm-init):
4465 * play/gomoku.el (gomoku-prompt-for-move):
4466 * play/fortune.el (fortune-in-buffer):
4467 * play/dissociate.el (dissociated-press):
4468 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4469 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4470 * mail/supercite.el (sc-eref-show):
4471 * mail/smtpmail.el (smtpmail-send-it):
4472 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4473 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4474 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4475 (rmail-summary-goto-msg, rmail-summary-expunge)
4476 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4477 (rmail-summary-add-label, rmail-summary-output-menu)
4478 (rmail-summary-output-body):
4479 * mail/rfc822.el (rfc822-addresses):
4480 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4481 * mail/mailpost.el (post-mail-send-it):
4482 * mail/hashcash.el (hashcash-generate-payment):
4483 * mail/feedmail.el (feedmail-run-the-queue)
4484 (feedmail-queue-send-edit-prompt-help-first)
4485 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4486 (feedmail-deduce-address-list):
4487 * eshell/esh-ext.el (eshell-remote-command):
4488 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4489 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4490 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4491 (viper-save-string-in-file, viper-valid-marker):
4492 * emulation/viper-keym.el (viper-toggle-key):
4493 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4494 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4495 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4496 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4497 (viper-exec-form-in-emacs, viper-brac-function):
4498 * emulation/viper.el (viper-delocalize-var):
4499 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4500 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4501 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4502 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4503 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4504 * emulation/edt.el (edt-electric-helpify):
4505 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4506 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4507 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4508 (cua-indent-to-global-mark-column):
4509 * calendar/diary-lib.el (calendar-mark-1):
4510 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4511 Use with-current-buffer.
4512 * emulation/viper.el (viper-delocalize-var): Use dolist.
4513
4514 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * comint.el (comint-replace-by-expanded-history-before-point):
4517 Replace !! with the previous input string literally (Bug#1795).
4518
4519 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4520
4521 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4522 to be made up of whitespace.
4523
4524 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * minibuffer.el (read-file-name): Don't use file dialogs for
4527 remote directories (Bug#99).
4528
4529 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4532
4533 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4534
4535 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4536 instead of deleting the window or frame.
4537
4538 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4541 Support face colors.
4542
4543 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4544 New function. Support face colors (Bug#1168).
4545 (tex-common-initialization): Use it.
4546
4547 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4548 mode allows it (Bug#1168).
4549
4550 2009-10-31 Juri Linkov <juri@jurta.org>
4551
4552 * facemenu.el (list-colors-display): Don't mark buffer as
4553 modified (Bug#3948).
4554
4555 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * international/mule-diag.el (list-character-sets-1): Minor
4558 message fix (Bug#3526).
4559
4560 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4561 face property (Bug#4834).
4562 (etags-list-tags, etags-tags-apropos-additional)
4563 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4564 property.
4565
4566 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4567 items.
4568
4569 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4570 items.
4571
4572 * cedet/ede.el (ede-minor-mode):
4573 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4574
4575 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * textmodes/two-column.el (2C-split):
4578 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4579 * textmodes/tex-mode.el (tex-set-buffer-directory):
4580 * textmodes/spell.el (spell-region, spell-string):
4581 * textmodes/reftex.el (reftex-erase-buffer):
4582 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4583 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4584 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4585 (reftex-select-item):
4586 * textmodes/reftex-ref.el (reftex-label-info-update)
4587 (reftex-offer-label-menu):
4588 * textmodes/reftex-index.el (reftex-index-change-entry)
4589 (reftex-index-phrases-info):
4590 * textmodes/reftex-global.el (reftex-create-tags-file)
4591 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4592 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4593 (reftex-view-crossref-from-bibtex):
4594 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4595 (reftex-extract-bib-entries-from-thebibliography)
4596 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4597 * textmodes/refbib.el (r2b-capitalize-title):
4598 (r2b-convert-buffer, r2b-help):
4599 * textmodes/page-ext.el (pages-directory)
4600 (pages-directory-goto-with-mouse):
4601 * textmodes/bibtex.el (bibtex-validate-globally):
4602 * textmodes/bib-mode.el (bib-capitalize-title):
4603 * textmodes/artist.el (artist-clear-buffer, artist-system):
4604 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4605 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4606 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4607 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4608 (xscheme-send-control-g-interrupt, xscheme-start-process)
4609 (xscheme-process-sentinel, xscheme-cd):
4610 * progmodes/verilog-mode.el (verilog-read-always-signals)
4611 (verilog-set-define, verilog-getopt-file)
4612 (verilog-module-inside-filename-p):
4613 * progmodes/sh-script.el:
4614 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4615 (python-pdbtrack-grub-for-buffer, python-execute-file):
4616 * progmodes/octave-inf.el (inferior-octave):
4617 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4618 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4619 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4620 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4621 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4622 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4623 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4624 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4625 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4626 (idlwave-shell-examine-display, idlwave-shell-run-region)
4627 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4628 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4629 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4630 (idlwave-help-get-help-buffer):
4631 * progmodes/gud.el (gud-basic-call, gud-find-class)
4632 (gud-tooltip-activate-mouse-motions-if-enabled):
4633 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4634 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4635 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4636 (ebrowse-tags-next-file):
4637 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4638 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4639 (ebnf-eps-finish-and-write):
4640 * progmodes/cpp.el (cpp-edit-save):
4641 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4642 * progmodes/cc-defs.el (c-emacs-features):
4643 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4644 (antlr-directory-dependencies):
4645 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4646 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4647 (ada-find-any-references, ada-make-filename-from-adaname)
4648 (ada-make-body-gnatstub):
4649 * obsolete/rnews.el (news-list-news-groups):
4650 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4651 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4652 * net/rcirc.el (rcirc-debug):
4653 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4654 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4655 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4656 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4657 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4658 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4659 (newsticker--treeview-list-clear-highlight)
4660 (newsticker--treeview-list-update-highlight)
4661 (newsticker--treeview-list-highlight-start)
4662 (newsticker--treeview-tree-update-highlight)
4663 (newsticker--treeview-get-selected-item)
4664 (newsticker-treeview-mark-list-items-old)
4665 (newsticker--treeview-set-current-node):
4666 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4667 * net/newst-backend.el (newsticker--get-news-by-funcall)
4668 (newsticker--get-news-by-wget, newsticker--image-get)
4669 (newsticker--image-sentinel):
4670 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4671 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4672 (eudc-ph-close-session):
4673 * net/eudc.el (eudc-save-options):
4674 * language/thai-word.el (thai-update-word-table):
4675 * language/japan-util.el (japanese-string-conversion):
4676 * international/titdic-cnv.el (tsang-quick-converter)
4677 (ziranma-converter, ctlau-converter):
4678 * international/mule-cmds.el (describe-language-environment):
4679 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4680 (skkdic-convert-postfix, skkdic-convert-prefix):
4681 (skkdic-convert-okuri-nasi, skkdic-convert):
4682 * emacs-lisp/re-builder.el (reb-update-overlays):
4683 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4684 * emacs-lisp/gulp.el (gulp-send-requests):
4685 * emacs-lisp/find-gc.el (trace-call-tree):
4686 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4687 (eieio-describe-generic):
4688 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4689 * emacs-lisp/edebug.el (edebug-outside-excursion):
4690 * emacs-lisp/debug.el (debugger-make-xrefs):
4691 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4692 * emacs-lisp/chart.el (chart-new-buffer):
4693 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4694 Use with-current-buffer.
4695 * textmodes/artist.el (artist-system): Don't call
4696 copy-sequence on a fresh string.
4697 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4698
4699 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4700
4701 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4702 is no item to edit. (Bug#4820)
4703 (todo-top-priorities): Restore point and restore narrowing in Todo
4704 buffer. (Bug#4820)
4705
4706 2009-10-31 Glenn Morris <rgm@gnu.org>
4707
4708 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4709 (comint-last-output-start, comint-last-input-start)
4710 (comint-last-input-end): Don't defvar when compiling.
4711 (ange-ftp-process-file): Use bound-and-true-p.
4712
4713 * pcmpl-rpm.el (top-level): Move provide statement to end.
4714 (pcmpl-rpm): Remove unused custom group.
4715
4716 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4717
4718 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4719
4720 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4721 (byte-compile-warnings): Add `constants' as an option.
4722 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4723 (display-call-tree): Update for byte-compile-fdefinition possibly
4724 returning `(macro lambda ...)'. (Bug#4778)
4725 (byte-compile-variable-ref, byte-compile-setq-default):
4726 Respect `constants' member of byte-compile-warnings.
4727
4728 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4729 Use mapc rather than mapcar because the return value is never used.
4730
4731 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4732 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4733 * cedet/semantic/html.el:
4734 Suppress harmless warnings about setting up semantic-imenu (not
4735 part of Emacs) variables.
4736
4737 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4740 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4741 to "submit:".
4742
4743 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4744 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4745 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4746 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4747 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4748 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4749 (semantic-analyzer-debug-global-symbol)
4750 (semantic-analyzer-debug-missing-innertype)
4751 (semantic-analyzer-debug-insert-include-summary):
4752 * cedet/semantic/util.el (semantic-file-tag-table):
4753 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4754 (semantic-recursive-find-nonterminal-by-name):
4755 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4756 * cedet/semantic/tag-file.el (semantic-prototype-file):
4757 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4758 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4759 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4760 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4761 (semantic-idle-summary-maybe-highlight):
4762 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4763 (semantic-ia-sb-tag-info):
4764 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4765 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4766 * cedet/semantic/ede-grammar.el (project-compile-target):
4767 (ede-proj-makefile-insert-variables):
4768 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4769 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4770 (semantic-debug-mode, semantic-debug):
4771 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4772 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4773 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4774 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4775 (semanticdb-find-translate-path-includes--internal)
4776 (semanticdb-reset-log, semanticdb-find-log-activity):
4777 * cedet/semantic/db-file.el (object-write):
4778 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4779 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4780 (semanticdb-create-ebrowse-database):
4781 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4782 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4783 (semantic-collector-calculate-completions-raw)
4784 (semantic-complete-read-tag-analyzer):
4785 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4786 * cedet/ede/util.el (ede-update-version-in-source):
4787 * cedet/ede/proj.el (project-delete-target):
4788 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4789 (ede-proj-flush-autoconf):
4790 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4791 (ede-proj-configure-synchronize):
4792 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4793 * cedet/ede/linux.el (ede-linux-version):
4794 * cedet/ede/emacs.el (ede-emacs-version):
4795 * cedet/ede/dired.el (ede-dired-add-to-target):
4796 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4797 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4798 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4799 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4800 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4801 (cedet-idutils-version-check):
4802 * cedet/cedet-global.el (cedet-gnu-global-call):
4803 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4804 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4805 * cedet/cedet-cscope.el (cedet-cscope-call)
4806 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4807 Use with-current-buffer.
4808 * cedet/ede.el (ede-make-project-local-variable)
4809 (ede-set-project-variables, ede-set): Use dolist.
4810
4811 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4812
4813 * textmodes/ispell.el (ispell-skip-region-alist):
4814 * international/mule-conf.el (eight-bit):
4815 * international/fontset.el (font-encoding-alist):
4816 * startup.el (pure-space-overflow-message):
4817 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4818 * paths.el (gnus-nntp-service, rmail-spool-directory)
4819 (term-file-prefix):
4820 * files.el (save-some-buffers-action-alist):
4821 * cmuscheme.el (same-window-buffer-names):
4822 * ielm.el (same-window-buffer-names):
4823 * shell.el (same-window-buffer-names):
4824 * mail/sendmail.el (same-window-buffer-names):
4825 * progmodes/inf-lisp.el (same-window-buffer-names):
4826 * bindings.el (mode-line-client)
4827 (mode-line-column-line-number-mode-map):
4828 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4829 (tibetan-precomposed-regexp): Purecopy string arguments.
4830
4831 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4834 (calcDigit-nondigit):
4835 * calc/calc-yank.el (calc-copy-to-buffer):
4836 * calc/calc-units.el (calc-invalidate-units-table):
4837 * calc/calc-trail.el (calc-trail-yank):
4838 * calc/calc-store.el (calc-insert-variables):
4839 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4840 * calc/calc-prog.el (calc-read-parse-table):
4841 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4842 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4843 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4844 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4845 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4846 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4847 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4848 * calc/calc-ext.el (calc-realign):
4849 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4850 (calc-embedded-finish-edit, calc-embedded-make-info)
4851 (calc-embedded-finish-command, calc-embedded-stack-change):
4852 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4853
4854 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4855 (overload-docstring-extension): Use that info.
4856 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4857 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4858 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4859 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4860 (semantic-nonterminal-full-name): Add the new `when' info.
4861 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4862 `assert'.
4863
4864 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4865 shell-dynamic-complete-filename in preference to
4866 comint-dynamic-complete-filename.
4867
4868 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4869 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4870 Don't consider whether the display supports colors.
4871 (bookmark-import-new-list): Use dolist.
4872 (bookmark-bmenu-mode-map): Move initialization into declaration.
4873 (bookmark-bmenu-list): Use dolist, simplify.
4874 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4875 (menu-bar-final-items): Use push.
4876
4877 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4878
4879 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4880 it works on remote files.
4881 (vc-hg-diff): Don't pass any `--cwd' argument.
4882
4883 2009-10-27 Kevin Ryde <user42@zip.com.au>
4884
4885 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4886 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4887 (Further to Bug#3921).
4888
4889 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4892 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4893 calling `tramp-imap-put-file'. Add file size to the call.
4894 (tramp-imap-get-file-entries): Compute also user name, file size,
4895 and date.
4896 (tramp-imap-handle-insert-directory): Insert uid and gid.
4897 (tramp-imap-handle-file-attributes): Transform uid and gid
4898 according to `id-format'.
4899 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4900 size in header X-Size.
4901
4902 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * simple.el (transpose-subr): Give clearer error when the mark
4905 is not set. (Bug#4807)
4906
4907 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4908
4909 * net/tramp.el (tramp-perl-file-truename): New defconst.
4910 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4911 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4912 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4913 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4914
4915 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4916 Ignore `dired-call-process'.
4917 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4918
4919 2009-10-26 Julian Scheid <julians37@gmail.com>
4920
4921 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4922 (tramp-get-remote-readlink): New defun.
4923 (tramp-handle-file-truename): Use it.
4924 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4925 file exists if cache value present.
4926 (tramp-check-cached-permissions): New defun.
4927 (tramp-handle-file-readable-p): Use it.
4928 (tramp-handle-file-writable-p): Likewise.
4929 (tramp-handle-file-executable-p): Likewise.
4930 (tramp-handle-file-name-all-completions): Try using Perl to get
4931 partial completions. When perl not available, combine `cd' and
4932 `ls' into single remote operation and use shell expansion to get
4933 partial remote directory contents. Set `file-exists-p' cache for
4934 directory and any files returned by ls. Change cache handling to
4935 support partial directory contents. Use error message emitted by
4936 remote `cd' or Perl code for local tramp-error.
4937 (tramp-do-copy-or-rename-file-directly): Avoid separate
4938 tramp-send-command-and-check call.
4939 (tramp-handle-process-file): Merge three remote ops into one.
4940 Do not flush all caches when `process-file-side-effects' is set.
4941 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4942 file-attributes shows uid/gid to be set already.
4943
4944 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4945
4946 * textmodes/tex-mode.el (tex-dvi-view-command)
4947 (tex-show-queue-command, tex-open-quote):
4948 * progmodes/ruby-mode.el (auto-mode-alist)
4949 (interpreter-mode-alist): Purecopy strings.
4950
4951 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4952
4953 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4954 string for the hook, keymap and abbrev table.
4955
4956 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4957
4958 * x-dnd.el (x-dnd-xdnd-to-action):
4959 * startup.el (fancy-startup-text, fancy-about-text): Change to
4960 defconst from defvar.
4961
4962 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4963
4964 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4965 Purecopy initialization strings.
4966
4967 * mail/sendmail.el (mail-header-separator)
4968 (mail-personal-alias-file):
4969 * mail/rmail.el (rmail-default-dont-reply-to-names)
4970 (rmail-ignored-headers, rmail-retry-ignored-headers)
4971 (rmail-highlighted-headers, rmail-secondary-file-directory)
4972 (rmail-secondary-file-regexp):
4973 * files.el (null-device, file-name-invalid-regexp)
4974 (locate-dominating-stop-dir-regexp)
4975 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4976 (interpreter-mode-alist): Use mapcar instead of mapc.
4977
4978 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4979
4980 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4981 (completion-ignored-extensions):
4982 (debug-ignored-errors): Purecopy strings.
4983
4984 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4987 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4988 (pcomplete--here): Use push.
4989
4990 * subr.el (all-completions): Declare the 4th arg obsolete.
4991
4992 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4995 (pcomplete-unquote-argument): New function.
4996 (pcomplete--common-suffix): Always pay attention to case.
4997 (pcomplete--table-subvert): Quote and unquote the text.
4998 (pcomplete--common-quoted-suffix): New function.
4999 (pcomplete-std-complete): Use it and pcomplete-begin.
5000
5001 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5002 we're inside a dedicated or minibuffer window.
5003
5004 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * cedet/semantic/fw.el (semantic-alias-obsolete)
5007 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5008 (define-mode-overload-implementation):
5009 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5010 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5011 * cedet/semantic/util.el (semantic-file-token-stream)
5012 (semantic-something-to-stream):
5013 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5014 (semantic-expand-nonterminal):
5015 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5016 (semantic-find-dependency, semantic-find-nonterminal)
5017 (semantic-find-dependency):
5018 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5019 (semantic-flex-text, semantic-flex-make-keyword-table)
5020 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5021 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5022 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5023 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5024 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5025 (semantic-after-idle-scheduler-reparse-hooks):
5026 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5027 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5028 * cedet/semantic.el (semantic-toplevel-bovine-table)
5029 (semantic-toplevel-bovine-cache)
5030 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5031 (semantic-init-mode-hooks, semantic-init-db-hooks)
5032 (semantic-bovination-working-type): Provide the `when' arg.
5033
5034 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5035
5036 * bookmark.el: Update documentation, especially documentation
5037 of `bookmark-alist' and of the bookmark file format.
5038 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5039
5040 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5043 keybindings apply to the mail buffer (Bug#4003). Shrink help
5044 window to buffer.
5045
5046 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5047 (global-whitespace-mode, global-whitespace-newline-mode)
5048 (whitespace-toggle-options, global-whitespace-toggle-options):
5049 Doc fix (Bug#3660).
5050
5051 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5052 of xmltok-start before the end tag was inserted (Bug#2840).
5053
5054 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5055 patterns that are preceded by an open-paren (Bug#1320).
5056
5057 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5058
5059 * files.el (delete-directory): Delete symlinks to directories with
5060 delete-file (Bug#4739).
5061
5062 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5065 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5066 argument to make-obsolete.
5067
5068 * cedet/semantic/fw.el (semantic-alias-obsolete)
5069 (semantic-varalias-obsolete): Add optional WHEN argument.
5070
5071 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5072
5073 * vc.el (vc-backend-for-registration): Rename from
5074 vc-get-backend-for-registration. Update callers.
5075
5076 * international/mule-cmds.el (set-language-info-alist):
5077 Purecopy lang-env.
5078 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5079 (charset): Purecopy the name.
5080 (define-char-code-property): Purecopy string arguments.
5081
5082 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5083 Purecopy string arguments.
5084
5085 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5086 * ediff-hook.el (menu-bar-ediff-menu):
5087 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5088 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5089
5090 2009-10-24 Glenn Morris <rgm@gnu.org>
5091
5092 * comint.el (comint-dynamic-list-completions):
5093 * term.el (term-dynamic-list-completions): Use choose-completion rather
5094 than obsolete alias mouse-choose-completion.
5095
5096 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5097 file-cache-choose-completion.
5098 (file-cache-choose-completion): Handle an optional event argument.
5099 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5100
5101 * progmodes/octave-mod.el (octave-complete-symbol):
5102 Use choose-completion if mouse-choose-completion is ever removed.
5103
5104 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5105 use.
5106
5107 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5108 compiler.
5109
5110 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5111
5112 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5115 Ignore `pred' now that we receive one.
5116 Handle test-completion specially.
5117
5118 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * vc.el (vc-responsible-backend): Throw an error if not backend is
5121 found. Remove the REGISTER argument. Move the code dealing with
5122 REGISTER ...
5123 (vc-get-backend-for-registration): ... here. New function.
5124 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5125 of vc-responsible-backend, pass the file name instead of the
5126 directory name.
5127
5128 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5131 New funs.
5132 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5133 (pcomplete-comint-setup): Don't modify a global var via
5134 accidental side-effects.
5135 (pcomplete-shell-setup): Adjust call accordingly.
5136 (pcomplete-parse-comint-arguments): Use push.
5137
5138 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5141 Allow uncapitalized info node names (Bug#3921).
5142
5143 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5144 to the DEBUG file (Bug#3781).
5145
5146 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5147
5148 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5149 dictionary entry (Bug#4579).
5150
5151 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5152
5153 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5154 from `rfn-eshadow-update-overlay-hook' when unloading.
5155 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5156 "rsyncc". Adjust doc string.
5157 (tramp-temp-buffer-file-name): New buffer-local defvar.
5158 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5159 Keep temporary file when indicated by method ("rsync" and
5160 "rsyncc").
5161 (tramp-handle-write-region): Handle APPEND.
5162 (tramp-delete-temp-file-function): New defun. Added to
5163 `kill-buffer-hook'.
5164
5165 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5168
5169 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5172 (color-name-rgb-alist, tty-standard-colors)
5173 (tty-color-mode-alist): Change to defconst.
5174
5175 * simple.el (mark-inactive): Purecopy message.
5176
5177 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5178 (global-map, yank-menu):
5179 * textmodes/ispell.el (ispell-menu-map):
5180 * net/eudc.el (eudc-tools-menu):
5181 * international/mule-cmds.el (describe-language-environment-map)
5182 (setup-language-environment-map, set-coding-system-map)
5183 (mule-menu-keymap):
5184 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5185 * replace.el (occur-mode-map):
5186 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5187
5188 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5189
5190 * calc/calc.el (math-read-number, math-read-number-simple): Use
5191 `save-match-data'.
5192
5193 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5196 rather than fiddling with global-map bindings, since it should only
5197 affect per-terminal settings.
5198 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5199
5200 * minibuffer.el (completion-table-with-terminator): Allow to specify
5201 the terminator-regexp.
5202
5203 * simple.el (switch-to-completions): Look for *Completions* in other
5204 frames as well.
5205
5206 * pcomplete.el: Allow the use of completion-tables.
5207 (pcomplete-std-complete): New command.
5208 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5209 (pcomplete--here): Use a function for `form' rather than an expression,
5210 so it can be byte-compiled.
5211 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5212 Add edebug declaration.
5213 (pcomplete-show-completions): Remove unused var `curbuf'.
5214 (pcomplete-do-complete, pcomplete-stub):
5215 Don't assume `completions' is a list of strings any more.
5216
5217 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5218
5219 * find-dired.el (find-name-arg): Fix typo in docstring.
5220
5221 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5224 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5225
5226 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5227 pcomplete-entries.
5228
5229 * comint.el (comint-read-input-ring, comint-write-input-ring)
5230 (comint-substitute-in-file-name)
5231 (comint-dynamic-complete-as-filename)
5232 (comint-dynamic-simple-complete)
5233 (comint-dynamic-list-filename-completions)
5234 (comint-dynamic-list-completions)
5235 (comint-redirect-results-list-from-process): Minor simplifications.
5236
5237 2009-10-21 Kevin Ryde <user42@zip.com.au>
5238
5239 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5240 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5241 the first form. And insert a blank line after ";;; Code" since
5242 that's usual style. (Bug#4612)
5243
5244 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5245
5246 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * minibuffer.el (completion-table-with-terminator): Properly implement
5249 boundaries, in case `terminator' appears in the suffix.
5250 (completion--embedded-envvar-table): Don't return boundaries if
5251 there's no valid completion. Simplify.
5252 (completion-file-name-table): New completion table extracted from
5253 completion--file-name-table.
5254 (completion--file-name-table): Use it.
5255 (read-file-name-predicate): Declare obsolete.
5256 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5257 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5258 completion-file-name-table, and use the `pred' argument.
5259 * files.el (locate-file-completion-table): Use the `pred' arg rather
5260 than read-file-name-predicate.
5261 (abbreviate-file-name): Use \` rather than ^ for BOS.
5262
5263 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5264
5265 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5266 vc-responsible-backend to register, it causes problems.
5267
5268 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5271
5272 2009-10-21 Eric Ludlam <zappo@gnu.org>
5273
5274 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5275 (semantic-c-debug-mode-init-pch): New functions.
5276 (semantic-c-debug-mode-init-last-mode): New var.
5277 (semantic-c-parse-lexical-token): Use them.
5278
5279 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5280 When extracting the argument list, limit only by point-max.
5281
5282 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5283
5284 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5285 (tramp-smb-handle-file-attributes): Use it.
5286 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5287 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5288 `mapcar'. Use `tramp-smb-get-stat-capability'.
5289 Add `dired-filename' text properties.
5290 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5291 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5292 version.
5293
5294 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * subr.el (read-key-delay): Reduce to 0.01.
5297 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5298 (bug#4751).
5299
5300 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5303
5304 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5305 (Info-menu): Remove unused vars `last' and `completions'.
5306 (Info-index-nodes): Remove unused var `node'.
5307
5308 * info.el (Info-complete-menu-item): Use complete-with-action.
5309
5310 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5311
5312 Make vc-annotate work through copies and renames.
5313 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5314 Return the file name too.
5315 (vc-annotate-revision-at-line)
5316 (vc-annotate-find-revision-at-line)
5317 (vc-annotate-revision-previous-to-line)
5318 (vc-annotate-show-log-revision-at-line): Update to get the file
5319 name from vc-annotate-extract-revision-at-line.
5320 (vc-annotate-show-diff-revision-at-line-internal): Change the
5321 argument to mean whether to show a file diff or not. Get the file
5322 name from vc-annotate-extract-revision-at-line.
5323 (vc-annotate-show-diff-revision-at-line):
5324 Update vc-annotate-show-diff-revision-at-line call.
5325 (vc-annotate-warp-revision): Add an optional file argument.
5326
5327 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5328 (vc-git-annotate-extract-revision-at-line): Also return the file
5329 name if found.
5330
5331 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5332 command. Remove unused code.
5333 (vc-hg-annotate-re): Update to match --follow output.
5334 (vc-hg-annotate-extract-revision-at-line): Also return the file
5335 name if found.
5336
5337 * vc.el: Update annotate-extract-revision-at-line documentation.
5338
5339 2009-10-18 Kevin Ryde <user42@zip.com.au>
5340
5341 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5342 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5343
5344 * net/browse-url.el (browse-url): Identify alist with "consp and
5345 not functionp" and let all other things go down the `apply' leg,
5346 as suggested by Stefan. (Further to bug#4531.)
5347
5348 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * minibuffer.el (read-file-name): Check for repeat before putting
5351 a default argument in file-name-history (Bug#4657).
5352
5353 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5354 read syntax (Bug#4737).
5355
5356 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5357
5358 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5359
5360 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5361 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5362 entries and make note of obsolete tags.
5363
5364 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5367
5368 2009-10-18 Glenn Morris <rgm@gnu.org>
5369
5370 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5371 grep, so that binary files (eg international/uni-bidi.el) can match.
5372 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5373 now, and in any case the file header format has changed.
5374
5375 2009-10-17 Glenn Morris <rgm@gnu.org>
5376
5377 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5378 (flyspell-get-word, flyspell-large-region)
5379 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5380
5381 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * Makefile.in (ELCFILES): Add ede/shell.
5384
5385 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5386
5387 * term/common-win.el (x-colors): Purecopy it.
5388
5389 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5392 permissive for when the buffer is empty.
5393 (tar-header-block-tokenize): Decode the username and groupname.
5394 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5395
5396 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5397
5398 * cedet/srecode/srt.el:
5399 * cedet/srecode/compile.el:
5400 * cedet/semantic/mru-bookmark.el:
5401 * cedet/semantic/debug.el:
5402 * cedet/semantic/complete.el:
5403 * cedet/semantic/analyze.el: Require CL when compiling.
5404
5405 2009-10-17 Eric Ludlam <zappo@gnu.org>
5406
5407 * cedet/semantic/scope.el
5408 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5409 tmpscope so that the regular scope will continue to work.
5410
5411 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5412 Use semantic-idle-summary-highlight-face as the highlighting.
5413
5414 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5415 contains multibyte characters, choose first applicable coding
5416 system automatically.
5417
5418 * cedet/ede/project-am.el (project-run-target): New method.
5419 (project-run-target): New method.
5420
5421 * cedet/ede.el (ede-target): Add run target menu item.
5422 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5423 (ede-run-target): New function.
5424 (ede-target::project-run-target): New method.
5425
5426 * cedet/ede/proj.el (project-run-target): New method.
5427
5428 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5429 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5430 Add :rules.
5431 (ede-proj-target-makefile-shared-object): Only libtool compilers
5432 now available. Add linkers for libtool.
5433 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5434 (ede-proj-makefile-target-name): Always use .la extension.
5435
5436 * cedet/ede/proj-prog.el (project-run-target): New method.
5437
5438 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5439 (ede-g++-linker): Change Change link lines.
5440
5441 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5442 When searching for old variables, go to the end of the buffer and
5443 search backward from there.
5444 (ede-proj-makefile-automake-insert-subdirs)
5445 (ede-proj-makefile-automake-insert-extradist): New methods.
5446 (ede-proj-makefile-create): Use them.
5447
5448 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5449 Force FILE to expand to the current target. Use file-exists-p to
5450 check that it exists.
5451
5452 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5453 (ede-linux-load): Wrap dir in file-name-as-directory.
5454 Set :version slot.
5455
5456 * cedet/ede/files.el (ede-get-locator-object): When enabling
5457 locate, do so on "top".
5458
5459 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5460 file-name-as-directory during compare.
5461 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5462 Get version number from different places. Don't call egrep.
5463 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5464 to set the directory.
5465
5466 * cedet/ede/shell.el: New file.
5467
5468 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5469 alpha/beta variants.
5470
5471 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * international/mule-cmds.el (select-safe-coding-system): If the file
5474 has a coding cookie, use it regardless of any other setting (bug#4712).
5475
5476 2009-10-17 Glenn Morris <rgm@gnu.org>
5477
5478 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5479 All errors should have messages.
5480
5481 * foldout.el (foldout-mouse-swallow-events):
5482 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5483
5484 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5485 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5486 (dired-keep-marker-symlink, dired-dwim-target)
5487 (dired-copy-preserve-time): Do not autoload these defcustoms.
5488
5489 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5490 messages from messing up the file coding. (Bug#4623)
5491
5492 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5493
5494 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5495 if no match is found for the current dictionary. (Bug#4578)
5496
5497 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5498 optional, since that is how it is documented, and this is often called
5499 with a nil argument. (Bug#4577)
5500 (flyspell-external-point-words, flyspell-auto-correct-word)
5501 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5502 (flyspell-word-search-backward): Remove nil argument in calls to
5503 flyspell-get-word, since it is not needed now.
5504
5505 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5506
5507 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5508
5509 2009-10-16 Glenn Morris <rgm@gnu.org>
5510
5511 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5512
5513 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5514
5515 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5516 (ange-ftp-file-size): New function.
5517 (ange-ftp-file-attributes): Use it.
5518
5519 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5520
5521 * net/tramp-smb.el (tramp-smb-version): New defvar.
5522 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5523 repeated checks.
5524
5525 2009-10-16 Glenn Morris <rgm@gnu.org>
5526
5527 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5528 Maybe copy some custom properties from old to new name. (Bug#4706)
5529
5530 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * subr.el (error, sit-for, start-process-shell-command)
5533 (start-file-process-shell-command): Set the calling convention
5534 after the function definition.
5535
5536 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * subr.el (error, sit-for, start-process-shell-command)
5539 (start-file-process-shell-command): Use the new
5540 set-advertised-calling-convention feature.
5541
5542 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5543
5544 * international/ucs-normalize.el (ucs-normalize-version):
5545 Change to 1.2.
5546 (check-range): Adjust for Unicode 5.2.
5547
5548 2009-10-15 Juri Linkov <juri@jurta.org>
5549
5550 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5551 to the `menu-item' format.
5552
5553 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5554
5555 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5556 if the environment variable does not exist.
5557
5558 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5559 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5560 parameter.
5561 (tramp-smb-handle-add-name-to-file)
5562 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5563 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5564 (tramp-smb-handle-file-attributes)
5565 (tramp-smb-do-file-attributes-with-stat)
5566 (tramp-smb-handle-file-local-copy)
5567 (tramp-smb-handle-insert-directory)
5568 (tramp-smb-handle-make-directory)
5569 (tramp-smb-handle-make-directory-internal)
5570 (tramp-smb-handle-make-symbolic-link)
5571 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5572 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5573 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5574 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5575 Handle long file names.
5576 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5577 process is running.
5578 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5579 Read share names with "-g" option.
5580
5581 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5582
5583 * net/rcirc.el (rcirc-view-log-file): New command.
5584 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5585 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5586 specified.
5587
5588 2009-10-15 Glenn Morris <rgm@gnu.org>
5589
5590 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5591 from the second command-line argument.
5592 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5593 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5594 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5595 w32-batch-update-autoloads.
5596 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5597 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5598
5599 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5600 the headers cannot be located. Simplify, subtracting superflous
5601 save-excursions.
5602
5603 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 Replace completion-base-size by completion-base-position to fix bugs
5606 such as (bug#4699).
5607 * simple.el (completion-base-position): New var.
5608 (completion-base-size): Mark as obsolete.
5609 (choose-completion): Make it work for mouse events as well.
5610 Pass the new base-position to choose-completion-string.
5611 (choose-completion-guess-base-position): New function, extracted from
5612 choose-completion-delete-max-match.
5613 (choose-completion-delete-max-match): Use it. Make obsolete.
5614 (choose-completion-string): Use the new base-position info.
5615 (completion-root-regexp): Delete.
5616 (completion-setup-function): Preserve completion-base-position.
5617 Eliminate obsolete base-size manipulation.
5618 * minibuffer.el (display-completion-list): Don't mess with base-size.
5619 (minibuffer-completion-help): Set completion-base-position instead.
5620 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5621 choose-completion.
5622 * textmodes/bibtex.el (bibtex-complete):
5623 * emacs-lisp/crm.el (crm--choose-completion-string):
5624 Adjust to new calling convention.
5625 * complete.el (partial-completion-mode): Use minibufferp to avoid
5626 bumping into incompatible change to choose-completion-string-functions.
5627 * ido.el (ido-choose-completion-string): Make its calling convention
5628 more permissive.
5629 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5630 base-size manipulation.
5631 (comint-dynamic-list-input-ring): Use dotimes and push.
5632 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5633 fundamental-mode. Use `or'.
5634
5635 2009-10-14 Juri Linkov <juri@jurta.org>
5636
5637 * misearch.el (multi-isearch-next-buffer-from-list)
5638 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5639
5640 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5643 `bytecomp.el'.
5644
5645 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5646 string we return is all made up of text from the completions rather
5647 than part from the completions and part from the input (bug#4219).
5648
5649 * ido.el (ido-everywhere): Use define-minor-mode.
5650
5651 * buff-menu.el (list-buffers, ctl-x-map):
5652 Mark the entry points with ;;;###autoload cookies.
5653
5654 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5655
5656 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5657 correctly in the detached head case.
5658 (vc-git-print-log): Remove unused binding.
5659
5660 * vc.el (vc-responsible-backend): When a directory is passed for
5661 for registration create a VC repository if no backend is
5662 responsible for the directory argument.
5663 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5664
5665 * vc.el: Move comments about RCS and SCCS ...
5666 * vc-rcs.el:
5667 * vc-sccs.el: ... here, respectively.
5668
5669 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * minibuffer.el (completion--file-name-table): Return nil if there's
5672 no file completion, even if substitute-in-file-name changed
5673 the string (bug#4708).
5674
5675 2009-10-13 Juri Linkov <juri@jurta.org>
5676
5677 * files-x.el (read-file-local-variable-value): Don't filter out
5678 minor modes from mode name completion (bug#4664).
5679
5680 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5681
5682 * international/mule-cmds.el (ucs-names): Remove exclusion of
5683 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5684
5685 2009-10-13 Kenichi Handa <handa@m17n.org>
5686
5687 * international/uni-name.el: Regenerated.
5688
5689 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5690
5691 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5692 should be automatically buffer-local, but isn't.)
5693
5694 2009-10-12 Sam Steingold <sds@gnu.org>
5695
5696 * progmodes/compile.el (compilation-next-error-function): Fix the
5697 timestamps if the buffer has been visited before.
5698 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5699 non-anchored patterns, like the perl one (bug#3928).
5700
5701 2009-10-12 Glenn Morris <rgm@gnu.org>
5702
5703 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5704 Let-bind `size'.
5705
5706 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5707
5708 * proced.el (proced-unload-function): New function.
5709
5710 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5711 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5712 Doc fix.
5713
5714 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5715
5716 2009-10-11 Juri Linkov <juri@jurta.org>
5717
5718 * files-x.el (read-file-local-variable-value):
5719 Provide default value only for bound variables (bug#4664).
5720
5721 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5724 connection methods like smb.
5725
5726 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5727 can be empty.
5728
5729 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5730 (tramp-smb-file-name-handler-alist): Add handlers for
5731 `add-name-to-file', `make-symbolic-link'.
5732 (tramp-smb-handle-add-name-to-file)
5733 (tramp-smb-do-file-attributes-with-stat)
5734 (tramp-smb-handle-make-symbolic-link)
5735 (tramp-smb-get-cifs-capabilities): New defuns.
5736 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5737 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5738 (tramp-smb-handle-file-local-copy)
5739 (tramp-smb-handle-make-directory-internal)
5740 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5741 The file name syntax depends on cifs capabilities.
5742 (tramp-smb-handle-file-attributes):
5743 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5744 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5745 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5746
5747 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5750 (eieio-defclass): Apply deftype handler and setf-method properties
5751 directly.
5752 (eieio-add-new-slot): Avoid union function from cl library.
5753 (eieio--typep): New function.
5754 (eieio-perform-slot-validation): Use it.
5755
5756 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5757
5758 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5759 Update documentation to refer to the variables documented in r1.135.
5760 (Bug#4188)
5761
5762 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5763
5764 * bookmark.el (Info-suffix-list): Remove this unused variable.
5765 (bookmark-current-point): Remove this obsolete variable.
5766 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5767 Adjust for removal of bookmark-current-point.
5768
5769 (bookmarks-already-loaded, bookmark-current-buffer)
5770 (bookmark-yank-point): Document. (Bug#4188)
5771
5772 2009-10-10 Glenn Morris <rgm@gnu.org>
5773
5774 * frame.el (frame-height): Doc fix.
5775
5776 * calendar/calendar.el (calendar-split-width-threshold): New option.
5777 (calendar-basic-setup): Use calendar-split-width-threshold.
5778
5779 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5780
5781 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5782 Use .la for Automake.
5783
5784 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5785
5786 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5787 Use "autoreconf -i". Suggested by Andreas Schwab.
5788
5789 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5790
5791 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5792 Ideographic Supplement" range (U+1F200..U+1F2FF).
5793
5794 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5795
5796 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5797 since the list will have been rebuilt anyway. (Bug#4349)
5798
5799 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5800
5801 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5802 (bookmark-bmenu-execute-deletions): Don't save here, as
5803 bookmark-delete will now do so if necessary.
5804 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5805 (Bug#4348)
5806
5807 2009-10-09 Glenn Morris <rgm@gnu.org>
5808
5809 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5810
5811 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5812
5813 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5814 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5815 argument now, so the two function's behaviors will match. (Bug#3645)
5816
5817 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5818
5819 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5820 Fix filename test.
5821 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5822 to expand file names.
5823
5824 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5825
5826 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5827 (tramp-file-name-real-host, tramp-file-name-port):
5828 Apply `save-match-data'.
5829
5830 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5831 case both directories are remote.
5832 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5833 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5834
5835 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5836
5837 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5838 (ede-proj-target-makefile-objectcode): Use it.
5839
5840 * cedet/ede/source.el (ede-want-any-source-files-p)
5841 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5842 Return search result. This error was introduced while merging.
5843
5844 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5845
5846 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5847
5848 2009-10-07 Glenn Morris <rgm@gnu.org>
5849
5850 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5851 of concat.
5852
5853 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * files-x.el (read-file-local-variable): Include some
5856 non-user-variables in the completion table (bug#4664).
5857
5858 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5859
5860 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5861 message.
5862
5863 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5864 (tramp-smb-file-name-handler-alist): Add handler for
5865 `copy-directory', `expand-file-name', `set-file-modes'.
5866 (tramp-smb-handle-copy-directory)
5867 (tramp-smb-handle-expand-file-name)
5868 (tramp-smb-handle-set-file-modes): New defuns.
5869 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5870 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5871 entry.
5872 (tramp-smb-handle-insert-directory): Don't flush the cache.
5873 (tramp-smb-maybe-open-connection): Check for samba client and
5874 server versions.
5875
5876 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5877
5878 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5879 to not error out of search for "^lisp=" fails.
5880
5881 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5882
5883 * makefile.w32-in (WINS_UPDATES): New macro.
5884 (custom-deps, finder-data, autoloads): Use it.
5885
5886 2009-10-07 Glenn Morris <rgm@gnu.org>
5887
5888 * Makefile.in (autoloads): Revert previous change.
5889 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5890 the list of preloaded files passed on the command-line, get
5891 it from src/Makefile.
5892
5893 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5894 show the original buffer rather than a random one.
5895
5896 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5897
5898 * help.el (describe-no-warranty): Place point in a slightly better
5899 position in the GPLv3 text.
5900
5901 2009-10-06 Sam Steingold <sds@gnu.org>
5902
5903 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5904 the comm attribute is present before calling regexp-quote.
5905
5906 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * play/animate.el (animate-string): For good effect, make sure
5909 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5910
5911 * play/animate.el (animate-sequence, animate-birthday-present):
5912 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5913
5914 2009-10-06 Glenn Morris <rgm@gnu.org>
5915
5916 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5917
5918 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5919 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5920 (batch-update-autoloads): Process a string value of autoload-excludes,
5921 set during the build process.
5922 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5923
5924 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5925 inside with-parsed... macro so that `v' is defined.
5926
5927 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5928 * progmodes/fortran.el (fortran-end-of-block)
5929 (fortran-beginning-of-block):
5930 Also push mark in the macro case.
5931
5932 * emerge.el (emerge-show-file-name):
5933 * calc/calc.el (calc-quit):
5934 * calc/calc-misc.el (calc-big-or-small):
5935 * calc/calc-graph.el (calc-graph-view):
5936 * calc/calc-ext.el (calc-reset):
5937 * calendar/calendar.el (calendar-basic-setup):
5938 Use window-full-height-p.
5939
5940 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5941 header we don't understand, don't insert another. (Bug#4624)
5942 If changing mime charset, insert the new one in the right place.
5943
5944 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5945
5946 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5947 (cal-tex-cursor-month): Correctly increment the end date for diary and
5948 holiday listing. (Bug#4626)
5949
5950 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * help-fns.el (describe-function-1): Don't burp if the function is not
5953 a symbol.
5954
5955 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5956
5957 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5958 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5959 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5960 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5961
5962 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5963 (eieio-default-superclass): Reflow docstrings.
5964 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5965 (eieio-unbind-method-implementations, defmethod)
5966 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5967 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5968 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5969 (eieio-slot-originating-class-p, eieio-slot-name-index)
5970 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5971 (constructor, initialize-instance, no-next-method, object-print)
5972 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5973 Fix typos in docstrings.
5974 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5975 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5976 (next-method-p): Doc fixes.
5977 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5978 Fix typos in error messages.
5979 (eieio-defmethod): Fix typo in description of generic method.
5980
5981 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5982 (eieio-persistent-save-interactive, slot-missing):
5983 Fix typos in docstrings.
5984 (eieio-instance-inheritor-slot-boundp): Doc fix.
5985
5986 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5987 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5988
5989 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5990 (eieio-custom-object-apply-reset):
5991 Fix typos in docstrings and error messages.
5992
5993 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5994 Fix typo in docstring.
5995
5996 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5997 (eieio-browse-tree): Doc fix.
5998 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5999 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6000 Fix typos in docstrings.
6001
6002 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6003 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6004 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6005 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6006 Reflow docstrings.
6007
6008 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6009
6010 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6011 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6012 Set log-view-vc-backend so that diff can work.
6013
6014 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6015 vc-version-diff.
6016 (vc-diff-internal): Autoload this instead of vc-version-diff.
6017
6018 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6019
6020 * simple.el (eval-expression): Doc fix.
6021
6022 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6023
6024 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6025
6026 * files.el (directory-files-no-dot-files-regexp): New defconst.
6027 (delete-directory): Use it.
6028 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6029
6030 * net/tramp.el (tramp-verbose): Fix docstring.
6031 (tramp-methods): Add recursive option to `tramp-copy-args'.
6032 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6033 "scp1_old", "scp2_old", "rsync", "rsyncc".
6034 (tramp-default-method): Check also for `auth-source-user-or-password'.
6035 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6036 Add handler for `copy-directory'.
6037 (tramp-handle-copy-directory): New defun.
6038 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6039 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6040 Optimize sent command.
6041
6042 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6045 window if necessary.
6046
6047 * calendar/calendar.el (calendar-basic-setup): Don't call
6048 switch-to-buffer in a dedicated window.
6049
6050 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6051
6052 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6053 don't do anything related to relocating, just return nil.
6054 (bookmark-error-no-filename): New error.
6055 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6056 bookmark has no file. Don't even attempt to handle things that
6057 are not files; the whole point of custom handlers is to keep that
6058 knowledge elsewhere anyway. Tighten some comments.
6059 (bookmark-file-or-variation-thereof): Remove now-unused function.
6060 (bookmark-location): Doc string fix.
6061 (Bug#4250)
6062
6063 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6064
6065 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6066 don't use a file dialog, because they usually don't know how to read
6067 a directory target from the user. (Bug#4230)
6068 Also, make sure the prompt can display directories as well as files.
6069
6070 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6071
6072 * bookmark.el (bookmark-set, bookmark-buffer-name):
6073 Improve doc strings. (Bug#1193)
6074
6075 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6076
6077 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6078 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6079 (bookmark-get-annotation, bookmark-set-annotation)
6080 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6081 (bookmark-set-position, bookmark-get-front-context-string)
6082 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6083 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6084 (bookmark-jump-other-window, bookmark-handle-bookmark)
6085 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6086 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6087 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6088 Improve doc strings to say whether bookmark can be a string or
6089 a record or both, and make other consistency and clarity fixes.
6090 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6091 (bookmark-default-annotation-text, bookmark-yank-word)
6092 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6093 (bookmark-import-new-list, bookmark-maybe-rename)
6094 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6095 (bookmark-bmenu-bookmark): Give these doc strings.
6096 (bookmark-bmenu-check-position): Give this a doc string, but also
6097 add a FIXME comment about how the function may be pointless.
6098 (bookmark-default-handler): Rework doc string and change a
6099 parameter name, to clarify that this takes a bookmark record
6100 not a bookmark name.
6101 (bookmark-set): Change a parameter name to indicate its meaning,
6102 and improve the doc string a bit.
6103 (Bug#4188)
6104
6105 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6106
6107 * bookmark.el (bookmark-alist): Document the new `handler' element
6108 in the param alist.
6109 (bookmark-make-record-function): Adjust documentation for above.
6110 (Bug#4193)
6111
6112 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6113
6114 * info.el (Info-bookmark-make-record): Document this function.
6115 (Info-bookmark-jump): Document with a doc string, not just a comment.
6116 (Bug#4203)
6117
6118 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6121 (semantic-new-buffer-fcn): Call parser setup functions here.
6122 (semantic-mode): Don't call parser setup functions here, it's done
6123 in semantic-new-buffer-fcn now.
6124 (semantic-mode): Parse all existing buffers when enabled.
6125
6126 * cedet/srecode/compile.el (srecode-compile-file):
6127 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6128
6129 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6132
6133 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6134 (proj-comp-insert-variable-once): New macro, renamed from
6135 ede-pmake-insert-variable-once in ede/pmake.edl.
6136 (ede-proj-makefile-insert-variables): Use it.
6137
6138 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * files.el (copy-directory): New defun.
6141
6142 * dired-aux.el (dired-copy-file-recursive): Use it.
6143
6144 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6145
6146 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6147 (makefile-end-of-command):
6148 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6149 (semantic-end-of-context): Fix previous change. Doc fixes.
6150
6151 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6152
6153 * files-x.el (modify-dir-local-variable)
6154 (copy-dir-locals-to-file-locals-prop-line):
6155 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6156 (makefile-end-of-command):
6157 * cedet/semantic/lex.el (semantic-lex-token):
6158 * cedet/semantic/analyze/fcn.el
6159 (semantic-analyze-dereference-metatype-1):
6160 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6161 (semantic-lex-cpp-undef):
6162 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6163 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6164 (semantic-end-of-context): Fix typos in docstrings.
6165
6166 * recentf.el (recentf-unload-function): New function.
6167
6168 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6169
6170 * cedet/ede.el (ede-project-placeholder-cache-file):
6171 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6172 * cedet/srecode/map.el (srecode-map-save-file):
6173 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6174
6175 2009-10-04 Glenn Morris <rgm@gnu.org>
6176
6177 * window.el (window-full-height-p): Add doc string.
6178
6179 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6180
6181 * window.el (window-full-height-p): New function. (Bug#4543)
6182
6183 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * cedet/srecode/insert.el: Require srecode/args.
6186
6187 * cedet/srecode/args.el: Require srecode/dictionary instead of
6188 srecode/insert.
6189
6190 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6191
6192 * files.el (auto-mode-alist): Add .srt and Project.ede.
6193
6194 * cedet/semantic.el (semantic-mode):
6195 Handle srecode-template-mode-hook as well.
6196 (semantic-mode): Use js-mode-hook for Javascript hook.
6197
6198 * cedet/srecode/template.el: Remove hook variable.
6199
6200 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6201
6202 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6203 projects exist.
6204 (ede-project-placeholder-cache-file): Default to a file in
6205 user-emacs-directory.
6206
6207 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6208 templates in data-directory.
6209 (srecode-map-save-file): Default to a file in user-emacs-directory.
6210
6211 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6212 directory.
6213
6214 2009-09-30 Eric Ludlam <zappo@gnu.org>
6215
6216 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6217 Doc fix.
6218
6219 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6220 Only insert each variable once.
6221
6222 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6223 (ede-pmake-insert-variable-shared): Use it.
6224
6225 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6226 for lexical table iff table is nil.
6227
6228 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6229
6230 * vc.el: Remove commented out code.
6231 (vc-derived-from-dir-mode): Remove, unused.
6232 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6233
6234 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6235
6236 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6237 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6238 there could be recursive loading when `default-directory' is a
6239 remote file name. (Bug#4614)
6240
6241 2009-10-03 Glenn Morris <rgm@gnu.org>
6242
6243 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6244 the frame is wide.
6245 (calendar-generate-window): Test for shrinkability rather than width.
6246
6247 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6248 declaration, currently false.
6249
6250 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6251 reusing existing buffers, in case we happen to visit two files with the
6252 same basename. (Bug#4593)
6253
6254 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6255
6256 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6257 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6258 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6259 subdirs of cedet as well.
6260 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6261
6262 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6265 Obey advertised-signature-table.
6266
6267 * help-fns.el (help-function-arglist): Don't check
6268 advertised-signature-table.
6269 (describe-function-1): Do it here instead so it also applies to subrs.
6270
6271 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6272
6273 * simple.el (start-file-process): Say in the doc-string, that file
6274 handlers might not support pty association, if PROGRAM is nil.
6275
6276 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6277 HOST and USER are strings. They are nil, when there are
6278 incomplete entries in ~/.netrc, for example.
6279 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6280 root directory ("device busy" error otherwise).
6281
6282 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6283 Flush file properties of created directory.
6284
6285 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6286
6287 * makefile.w32-in (WINS_BASIC): Remove cedet.
6288 (WINS_CEDET): Add cedet.
6289 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6290
6291 2009-10-02 Kevin Ryde <user42@zip.com.au>
6292
6293 * net/browse-url.el (browse-url): Pass any symbol in
6294 browse-url-browser-function to `apply', since if you've mistakenly put
6295 an unbound symbol then the error is clearer. (Bug#4531)
6296
6297 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6298
6299 * allout.el (allout-init, allout-back-to-current-heading)
6300 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6301 (allout-ascend, allout-up-current-level, allout-end-of-level)
6302 (allout-previous-visible-heading, allout-forward-current-level)
6303 (allout-backward-current-level, allout-show-children):
6304 * apropos.el (apropos-describe-plist):
6305 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6306 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6307 * completion.el (add-completion, add-permanent-completion):
6308 * descr-text.el (describe-text-category, describe-char):
6309 * desktop.el (desktop-lazy-abort):
6310 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6311 * dired.el (dired-build-subdir-alist):
6312 * ediff.el (ediff-version):
6313 * elide-head.el (elide-head, elide-head-show):
6314 * emerge.el (emerge-version):
6315 * env.el (getenv):
6316 * face-remap.el (variable-pitch-mode):
6317 * faces.el (describe-face):
6318 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6319 (dired-at-point):
6320 * files.el (find-file-existing, auto-save-mode):
6321 * font-lock.el (font-lock-fontify-buffer):
6322 * help-fns.el (describe-function, describe-variable)
6323 (describe-syntax, describe-categories):
6324 * help.el (view-lossage, describe-bindings, describe-key)
6325 (describe-mode):
6326 * hexl.el (hexl-current-address):
6327 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6328 * info.el (Info-goto-emacs-key-command-node):
6329 * log-edit.el (log-edit-insert-cvs-template)
6330 (log-edit-insert-cvs-rcstemplate):
6331 * menu-bar.el (menu-bar-mode):
6332 * mouse.el (mouse-appearance-menu):
6333 * newcomment.el (comment-indent-new-line):
6334 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6335 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6336 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6337 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6338 * recentf.el (recentf-mode):
6339 * savehist.el (savehist-mode, savehist-save):
6340 * shadowfile.el (shadow-copy-files):
6341 * simple.el (kill-ring-save, next-line, previous-line)
6342 (normal-erase-is-backspace-mode):
6343 * strokes.el (strokes-update-window-configuration)
6344 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6345 (strokes-xpm-for-stroke):
6346 * time.el (emacs-uptime, emacs-init-time):
6347 * tutorial.el (tutorial--describe-nonstandard-key)
6348 (tutorial--detailed-help):
6349 * type-break.el (type-break-mode)
6350 (type-break-mode-line-message-mode, type-break-query-mode)
6351 (type-break-guesstimate-keystroke-threshold):
6352 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6353 * version.el (emacs-version):
6354 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6355 * winner.el (winner-mode):
6356 * calendar/timeclock.el (timeclock-in, timeclock-out)
6357 (timeclock-status-string, timeclock-change)
6358 (timeclock-workday-remaining-string)
6359 (timeclock-workday-elapsed-string)
6360 (timeclock-when-to-leave-string):
6361 * calendar/todo-mode.el (todo-add-category):
6362 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6363 * emacs-lisp/autoload.el (update-file-autoloads):
6364 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6365 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6366 (checkdoc-message-text, checkdoc-defun):
6367 * emacs-lisp/debug.el (debugger-list-functions):
6368 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6369 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6370 (eieio-describe-generic):
6371 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6372 * emacs-lisp/shadow.el (list-load-path-shadows):
6373 * emulation/cua-base.el (cua-mode):
6374 * emulation/edt.el (edt-set-scroll-margins):
6375 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6376 (tpu-toggle-regexp, tpu-toggle-search-direction)
6377 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6378 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6379 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6380 (viper-set-parsing-style-toggling-macro)
6381 (viper-set-emacs-state-searchstyle-macros):
6382 * emulation/viper.el (viper-set-hooks):
6383 * eshell/esh-mode.el (eshell-truncate-buffer):
6384 * international/mule-cmds.el (prefer-coding-system)
6385 (describe-input-method, describe-language-environment):
6386 * international/mule-diag.el (list-character-sets)
6387 (describe-character-set, describe-coding-system)
6388 (describe-fontset, list-fontsets, list-input-methods):
6389 * mail/sendmail.el (mail-signature):
6390 * net/ange-ftp.el (ange-ftp-copy-file):
6391 * net/browse-url.el (browse-url):
6392 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6393 * net/quickurl.el (quickurl-add-url):
6394 * net/rcirc.el (names, topic):
6395 * net/xesam.el (xesam-mode):
6396 * play/5x5.el (5x5-new-game):
6397 * play/yow.el (apropos-zippy):
6398 * progmodes/ada-mode.el (ada-mode-version):
6399 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6400 (f90-end-of-block)
6401 (f90-beginning-of-block):
6402 * progmodes/fortran.el (fortran-end-of-block)
6403 (fortran-beginning-of-block):
6404 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6405 * progmodes/python.el (python-describe-symbol, python-shell):
6406 * term/ns-win.el (ns-print-buffer):
6407 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6408 * textmodes/flyspell.el (flyspell-mode-on):
6409 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6410 (pages-directory-for-addresses):
6411 * textmodes/table.el (table-recognize-cell)
6412 (table-query-dimension, table-generate-source)
6413 (table-insert-sequence, table--warn-incompatibility):
6414 * textmodes/tex-mode.el (tex-validate-buffer):
6415 * textmodes/texinfmt.el (texinfmt-version)
6416 (texinfo-format-buffer):
6417 Use `called-interactively-p' instead of `interactive-p'.
6418
6419 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * image-mode.el (image-toggle-display):
6422 * emacs-lisp/elp.el (elp-instrument-function):
6423 * emacs-lisp/advice.el (ad-make-advised-definition):
6424 * emacs-lisp/easy-mmode.el (define-minor-mode):
6425 * net/browse-url.el (browse-url-maybe-new-window):
6426 * progmodes/sh-script.el (sh-learn-buffer-indent):
6427 Pass new argument 'any to `called-interactively-p'.
6428
6429 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * international/uni-bidi.el:
6432 * international/uni-category.el:
6433 * international/uni-combining.el:
6434 * international/uni-comment.el:
6435 * international/uni-decimal.el:
6436 * international/uni-decomposition.el:
6437 * international/uni-digit.el:
6438 * international/uni-lowercase.el:
6439 * international/uni-mirrored.el:
6440 * international/uni-name.el:
6441 * international/uni-numeric.el:
6442 * international/uni-old-name.el:
6443 * international/uni-titlecase.el:
6444 * international/uni-uppercase.el:
6445 Regenerate from Unicode 5.2.0 data.
6446
6447 2009-10-01 Glenn Morris <rgm@gnu.org>
6448
6449 * Makefile.in (ELCFILES): Regenerate.
6450
6451 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * subr.el (interactive-p): Mark obsolete.
6454 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6455 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6456 advertised-signature-table for subroutines as well.
6457
6458 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6459 (set-advertised-calling-convention): New function.
6460 (make-obsolete, define-obsolete-function-alias)
6461 (make-obsolete-variable, define-obsolete-variable-alias):
6462 Make the optional-ness of `when' obsolete.
6463 (define-obsolete-face-alias): Make `when' non-optional.
6464 * help-fns.el (help-function-arglist):
6465 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6466 Use advertised-signature-table.
6467
6468 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6469
6470 * files.el (delete-directory): New defun. The original function
6471 in fileio.c has been renamed to `delete-directory-internal'.
6472
6473 * dired.el (dired-delete-file): Call `delete-directory' with
6474 RECURSIVE parameter.
6475
6476 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6477 parameter RECURSIVE. Implementation is missing.
6478
6479 * net/tramp.el (tramp-handle-make-directory): Flush upper
6480 directory's file properties.
6481 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6482 (tramp-handle-dired-recursive-delete-directory): Flush directory
6483 properties after the remove command only.
6484
6485 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6486 Handle optional parameter RECURSIVE.
6487
6488 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6489 Handle optional parameter RECURSIVE.
6490
6491 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6492 connection timeout.
6493 (tramp-smb-handle-delete-directory): Handle optional parameter
6494 RECURSIVE.
6495
6496 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6499 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6500 (byte-compile-defmacro): Use backquotes.
6501
6502 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6503
6504 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6505 has no associated file.
6506 (vc-resynch-buffer): Use vc-dir-buffers.
6507
6508 2009-10-01 Glenn Morris <rgm@gnu.org>
6509
6510 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6511 (chart-file-count):
6512 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6513 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6514 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6515 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6516 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6517 (eieio-copy-parents-into-subclass, make-instance, class-children)
6518 (eieio-generic-form):
6519 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6520 * cedet/cedet-idutils.el (cedet-idutils-search)
6521 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6522 (cedet-idutils-version-check):
6523 * cedet/cedet.el (cedet-version):
6524 * cedet/data-debug.el (data-debug-insert-overlay-button)
6525 (data-debug-insert-overlay-list-button)
6526 (data-debug-insert-buffer-button)
6527 (data-debug-insert-buffer-list-button)
6528 (data-debug-insert-process-button, data-debug-insert-ring-button)
6529 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6530 (data-debug-insert-stuff-vector-button)
6531 (data-debug-insert-symbol-button, data-debug-insert-string)
6532 (data-debug-insert-number, data-debug-insert-lambda-expression)
6533 (data-debug-insert-nil, data-debug-insert-simple-thing)
6534 (data-debug-insert-custom, data-debug-edebug-expr):
6535 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6536 (global-ede-mode-map, ede-new, ede-debug-target)
6537 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6538 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6539 (semantic-fetch-tags, semantic-submode-list)
6540 (semantic-default-submodes):
6541 * cedet/ede/source.el (ede-source-match):
6542 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6543 (project-am-package-info):
6544 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6545 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6546 * cedet/ede/proj-comp.el (ede-current-build-list):
6547 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6548 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6549 * cedet/ede/cpp-root.el (initialize-instance):
6550 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6551 (autoconf-parameter-strip, autoconf-insert-new-macro):
6552 * cedet/semantic/wisent.el (wisent-lex-eoi):
6553 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6554 (semantic-show-parser-state-mode):
6555 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6556 * cedet/semantic/tag.el (semantic-tag-new-variable)
6557 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6558 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6559 (semantic--tag-deep-copy-tag-list)
6560 (semantic-tag-components-with-overlays-default):
6561 * cedet/semantic/symref.el (semantic-symref-find-text):
6562 * cedet/semantic/senator.el (senator-yank-tag)
6563 (senator-transpose-tags-up):
6564 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6565 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6566 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6567 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6568 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6569 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6570 * cedet/semantic/lex-spp.el
6571 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6572 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6573 * cedet/semantic/idle.el
6574 (semantic-idle-summary-current-symbol-info-brutish)
6575 (semantic-idle-summary-current-symbol-info-default):
6576 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6577 (semantic--grammar-macro-compl-dict):
6578 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6579 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6580 (semantic-format-tag-canonical-name-default):
6581 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6582 (semantic-find-tags-for-completion)
6583 (semantic-find-tags-by-scope-protection-default)
6584 (semantic-deep-find-tags-for-completion):
6585 * cedet/semantic/edit.el
6586 (semantic-edits-incremental-reparse-failed-hook)
6587 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6588 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6589 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6590 * cedet/semantic/dep.el (semantic-dependency-include-path):
6591 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6592 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6593 (semanticdb-project-roots):
6594 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6595 (semanticdb-find-adebug-insert-scanned-tag-cons)
6596 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6597 (semanticdb-brute-deep-find-tags-for-completion):
6598 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6599 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6600 (semantic-end-of-context-default)
6601 (semantic-ctxt-current-function-default)
6602 (semantic-ctxt-scoped-types-default):
6603 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6604 (semantic-complete-inline-tag-engine)
6605 (semantic-complete-inline-custom-type)
6606 (semantic-complete-read-tag-analyzer):
6607 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6608 (semantic-chart-database-size):
6609 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6610 (semantic-analyze-current-context):
6611 * cedet/semantic/symref/list.el (semantic-symref)
6612 (semantic-symref-hide-buffer, semantic-symref-symbol):
6613 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6614 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6615 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6616 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6617 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6618 (semantic-c-dereference-template):
6619 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6620 (semantic--analyze-refs-full-lookup-with-parents)
6621 (semantic--analyze-refs-full-lookup-simple):
6622 * cedet/semantic/analyze/complete.el
6623 (semantic-analyze-possible-completions):
6624 * cedet/srecode/table.el (srecode-mode-table-new):
6625 * cedet/srecode/srt.el (srecode-read-variable-name):
6626 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6627 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6628 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6629 * cedet/srecode/map.el (srecode-current-map):
6630 * cedet/srecode/insert.el (srecode-insert)
6631 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6632 (srecode-template-inserter-point-override)
6633 (srecode-insert-include-lookup):
6634 * cedet/srecode/getset.el (srecode-auto-choose-class):
6635 * cedet/srecode/extract.el (srecode-inserter-extract):
6636 * cedet/srecode/document.el
6637 (srecode-document-autocomment-return-last-alist)
6638 (srecode-document-autocomment-param-type-alist)
6639 (srecode-document-insert-function-comment)
6640 (srecode-document-insert-variable-one-line-comment)
6641 (srecode-document-function-name-comment):
6642 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6643 (srecode-compound-toString):
6644 * cedet/srecode/compile.el (srecode-flush-active-templates):
6645 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6646 Doc/message fixes.
6647
6648 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6649 match-data. (Bug#4555).
6650
6651 * cedet/semantic/bovine/gcc.el
6652 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6653 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6654
6655 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6656 rather than parsing it as a regexp. This relaxes the layout
6657 requirements and makes errors easier to detect.
6658 (check-declare-verify): Check file is regular.
6659 (check-declare-directory): Doc fix.
6660 * subr.el (declare-function): Doc fix.
6661
6662 * ibuffer.el (ibuffer-format-qualifier):
6663 * isearch.el (hi-lock-regexp-okay):
6664 * calc/calc.el (math-zerop):
6665 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6666 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6667 Remove unused declarations.
6668
6669 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * cedet/semantic/wisent/javat-wy.el
6672 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6673
6674 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6675
6676 * cedet/srecode/expandproto.el: Fix provide statement.
6677
6678 2009-09-30 Eric Ludlam <zappo@gnu.org>
6679
6680 * emacs-lisp/eieio.el (boolean-p): Delete.
6681
6682 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6683
6684 * cedet/ede/srecode.el: Fix provide statement.
6685
6686 2009-09-30 Glenn Morris <rgm@gnu.org>
6687
6688 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6689 * cedet/ede/proj-aux.el (ede-aux-source):
6690 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6691 (ede-misc-source):
6692 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6693 (semantic-mrub-switch-tags): Fix doc typos.
6694
6695 * cedet/semantic/db-global.el (data-debug-new-buffer)
6696 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6697 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6698
6699 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6700
6701 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6702 use of CL function `remove-if-not'.
6703
6704 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6705
6706 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6707 filename is not a string.
6708
6709 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6710
6711 * files.el (safe-local-eval-forms): Fix typo.
6712
6713 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * vc-hooks.el (vc-dir-buffers): New var.
6716 (vc-state-refresh): New function.
6717 (vc-state): Use it.
6718 (vc-after-save): Always ask the backend to recompute the new state.
6719 Always call vc-dir if necessary, using vc-dir-buffers.
6720 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6721 Use vc-dir-buffers.
6722 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6723 (vc-dir-prepare-status-buffer, vc-dir-update)
6724 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6725 Don't call expand-file-name on default-directory.
6726
6727 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6728
6729 * speedbar.el (speedbar-item-delete):
6730 * calc/calc-prog.el (calc-kbd-if):
6731 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6732
6733 * epa.el (epa-key-list-mode-map):
6734 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6735
6736 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6737 (hs-show-hook): Fix typo in docstring.
6738
6739 2009-09-29 Glenn Morris <rgm@gnu.org>
6740
6741 * cedet/semantic/symref/idutils.el:
6742 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6743
6744 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6745
6746 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6747 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6748 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6749 Mark declarations not understood by check-declare.
6750
6751 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6752 file-name-nondirectory call preventing location of cedet files.
6753 (check-declare-verify): Use literal search rather than re-search.
6754 Add basic defmethod and defclass, and define-overloadable-function.
6755
6756 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6757 Use tramp-compat-file-attributes rather than nonexistent
6758 tramp-compat-handle-file-attributes.
6759
6760 * Makefile.in (lisptagsfiles4): New.
6761 (AUTOGENEL): Add cedet loaddefs files.
6762 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6763 (update-elclist, compile-always, backup-compiled-files)
6764 (bootstrap-clean): Add yet another directory level.
6765 (update-elclist): Use LC_COLLATE rather than COLLATE.
6766 (ELCFILES): Update, via `make update-elclist'.
6767
6768 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6769
6770 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6771 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6772 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6773
6774 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6775
6776 * Makefile.in (lisptagsfiles3): Define.
6777 (TAGS, TAGS-LISP): Use it.
6778 (update-elclist): Add third directory level to look for elc files.
6779 (compile-always): Likewise.
6780 (backup-compiled-files): Likewise.
6781 (bootstrap-clean): Likewise.
6782 (ELCFILES): Update.
6783
6784 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6785
6786 * Makefile.in (ELCFILES): Add CEDET files.
6787
6788 2009-09-28 Eric Ludlam <zappo@gnu.org>
6789
6790 CEDET (development tools) package merged.
6791
6792 * cedet/*.el:
6793 * cedet/ede/*.el:
6794 * cedet/semantic/*.el:
6795 * cedet/srecode/*.el: New files.
6796
6797 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6798
6799 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6800
6801 * net/tramp.el (top): Require tramp-imap.
6802
6803 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6804 Use `tramp-compat-handle-file-attributes'.
6805
6806 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6807
6808 * net/tramp-imap.el: New package.
6809
6810 2009-09-28 Eric Ludlam <zappo@gnu.org>
6811
6812 * emacs-lisp/chart.el:
6813 * emacs-lisp/eieio-base.el:
6814 * emacs-lisp/eieio-comp.el:
6815 * emacs-lisp/eieio-custom.el:
6816 * emacs-lisp/eieio-datadebug.el:
6817 * emacs-lisp/eieio-opt.el:
6818 * emacs-lisp/eieio-speedbar.el:
6819 * emacs-lisp/eieio.el: New files.
6820
6821 * cedet/cedet-cscope.el:
6822 * cedet/cedet-files.el:
6823 * cedet/cedet-global.el:
6824 * cedet/cedet-idutils.el:
6825 * cedet/data-debug.el:
6826 * cedet/inversion.el:
6827 * cedet/mode-local.el:
6828 * cedet/pulse.el: New files.
6829
6830 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6831
6832 * whitespace.el (whitespace-trailing-regexp)
6833 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6834 Fix doc string.
6835
6836 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6839 menu.
6840
6841 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6842 menu-bar-ediff-menu.
6843
6844 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6845 define-overloadable-function.
6846
6847 * progmodes/autoconf.el: Provide autoconf as well, so that this
6848 file can be `require'd.
6849
6850 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6851
6852 * emacs-lisp/autoload.el (generated-autoload-feature)
6853 (generated-autoload-load-name): New vars.
6854 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6855 (make-autoload): Recognize define-overloadable-function and
6856 defclass forms (for EIEIO).
6857
6858 * Makefile.in (update-subdirs): Exclude cedet directory.
6859
6860 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6861
6862 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6863
6864 * faces.el: Default light-background background for region face to
6865 ns_selection_color under NS.
6866
6867 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6868
6869 * net/imap-hash.el: New library, see NEWS.
6870
6871 * Makefile.in (ELCFILES): Add imap-hash.el.
6872
6873 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6874
6875 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6876 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6877 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6878 definition where the docstring could be taken for the return value.
6879
6880 2009-09-26 Glenn Morris <rgm@gnu.org>
6881
6882 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6883 Add option to only show images below a certain size.
6884 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6885 save-excursion calls.
6886
6887 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6888
6889 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6890 subdirectories) and eieio.
6891
6892 2009-09-26 Alan Mackenzie <acm@muc.de>
6893
6894 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6895 buggy bracketing. (Bug#4289)
6896
6897 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6898 character constants (as case labels). (Bug#4289)
6899
6900 2009-09-25 Juri Linkov <juri@jurta.org>
6901
6902 * files.el (safe-local-eval-forms): Allow time-stamp in
6903 before-save-hook (Bug#4554).
6904
6905 2009-09-25 Drew Adams <drew.adams@oracle.com>
6906
6907 * menu-bar.el (list-buffers-directory): Doc fix.
6908
6909 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6912 Try and avoid copying twice the same paragraph.
6913 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6914 Remove save-excursion.
6915 (log-edit-changelog-entry): Do it here instead.
6916
6917 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6918
6919 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6920 when available, instead of hardcoding mode names. Doc fix.
6921
6922 * menu-bar.el (list-buffers-directory): Add docstring.
6923 Make automatically buffer-local.
6924
6925 * dired.el (dired-mode):
6926 * files.el (cd-absolute):
6927 * pcvs.el (cvs-temp-buffer):
6928 * pcvs-util.el (cvs-get-buffer-create):
6929 * shell.el (shell-mode):
6930 * vc-dir.el (vc-dir-mode):
6931 Don't make `list-buffers-directory' buffer local.
6932
6933 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6934
6935 * comint.el (comint-exec, comint-run, make-comint):
6936 Doc fixes (Bug#4542).
6937
6938 2009-09-25 Glenn Morris <rgm@gnu.org>
6939
6940 * mail/rmailmm.el (rmail-mime): New custom group.
6941 Move all defcustoms in this file into this group.
6942 (rmail-mime-media-type-handlers-alist): Revert previous change.
6943 (rmail-mime-show-images): New option.
6944 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6945 references to it, since it wasn't actually used for anything.
6946 (rmail-mime-insert-image): New function.
6947 (rmail-mime-image): Use rmail-mime-insert-image.
6948 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6949 obey the value of `rmail-mime-show-images' option. Print the size of
6950 attachments.
6951
6952 2009-09-25 David Engster <deng@randomsample.de>
6953
6954 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6955
6956 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6957
6958 * whitespace.el: Does not highlight trailing spaces While point is
6959 at end of line. Does not highligt spaces at beginning of buffer
6960 while point is at beginning of buffer. Does not highlight spaces
6961 at end of buffer while point is at end of buffer. (Bug#4177)
6962 New version 12.0.
6963 (whitespace-display-mappings): Adjust initialization.
6964 (whitespace-point, whitespace-font-lock-refontify): New vars.
6965 (whitespace-color-on, whitespace-color-off): Adjust code.
6966 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6967 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6968 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6969
6970 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6973
6974 * textmodes/sgml-mode.el: Remove xml-mode alias.
6975
6976 * files.el (auto-mode-alist, conf-mode-maybe)
6977 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6978
6979 2009-09-24 Alan Mackenzie <acm@muc.de>
6980
6981 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6982 c-forward-conditionals, but it doesn't move point and doesn't set
6983 the mark.
6984 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6985 (c-down-conditional-with-else, c-backward-conditional)
6986 (c-forward-conditional): Refactor to use c-scan-conditionals.
6987
6988 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6989
6990 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6991 (help-default-arg-highlight): Remove.
6992 (help-highlight-arg): New function.
6993 (help-do-arg-highlight): Use it.
6994 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6995
6996 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6999 Undo last change, which didn't fix the problem and introduced others.
7000
7001 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7002
7003 * progmodes/gdb-mi.el: Don't require speedbar.
7004 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7005
7006 2009-09-24 Glenn Morris <rgm@gnu.org>
7007
7008 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7009
7010 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7011
7012 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7013 there is no newline after the final mime boundary. (Bug#4539)
7014 Move markers on insertion so that any buttons inserted don't end up in
7015 the next part of a multipart message.
7016 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7017 (rmail-mime-bulk-handler): Optionally handle images.
7018 (rmail-mime-image): New button action.
7019 (rmail-mime-image-handler): New function.
7020 (rmail-mime-mode): New mode.
7021 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7022
7023 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7026 than just dropping elements from it (bug#4504).
7027
7028 * term.el (term-set-scroll-region): Don't move cursor any more.
7029 (term-handle-ansi-escape): Call term-goto here instead.
7030 Suggested by Ivan Kanis <apple@kanis.eu>.
7031
7032 * term.el: Require CL.
7033 (term-ansi-reset): New function.
7034 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7035 (term-handle-colors-array): Simplify.
7036
7037 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7038
7039 * allout.el (allout-overlay-interior-modification-handler)
7040 (allout-obtain-passphrase):
7041 * epa-file.el (epa-file-write-region):
7042 * ps-print.el (ps-begin-job):
7043 * vc-hooks.el (vc-toggle-read-only):
7044 * vc-rcs.el (vc-rcs-rollback):
7045 * vc-sccs.el (vc-sccs-rollback):
7046 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7047 (vc-version-diff, vc-revert, vc-rollback):
7048 * wdired.el (wdired-check-kill-buffer):
7049 * emacs-lisp/authors.el (authors):
7050 * net/socks.el (socks-open-connection):
7051 * net/zeroconf.el (zeroconf-service-add-hook):
7052 * obsolete/vc-mcvs.el (vc-mcvs-register):
7053 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7054 (gdb-select-frame):
7055 * progmodes/grep.el (lgrep, rgrep):
7056 * progmodes/idlw-help.el (idlwave-help-check-locations)
7057 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7058 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7059 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7060 (reftex-toc-rename-label): Fix typos in error messages.
7061
7062 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7063 (dired-copy-how-to-fn): Doc fix.
7064 (dired-files-attributes, dired-read-shell-command):
7065 Fix typos in docstrings.
7066
7067 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7068 (dired-x-find-file-other-window): Reflow docstrings.
7069 (dired-omit-marker-char, dired-read-shell-command)
7070 (dired-x-submit-report): Fix typos in docstrings.
7071
7072 * shell.el (shell-mode-hook):
7073 * view.el (View-scroll-line-forward):
7074 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7075 Fix typos in docstrings.
7076
7077 * net/dig.el (dig-invoke): Fix typo in docstring.
7078 (query-dig): Reflow docstring.
7079
7080 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7081 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7082 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7083 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7084 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7085 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7086 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7087 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7088 (idlwave-completion-map, idlwave-current-indent)
7089 (idlwave-custom-ampersand-surround, idlwave-customize)
7090 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7091 (idlwave-define-abbrev, idlwave-determine-class-special)
7092 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7093 (idlwave-end-block-reg, idlwave-end-of-statement)
7094 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7095 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7096 (idlwave-explicit-class-listed, idlwave-file-header)
7097 (idlwave-fill-paragraph, idlwave-find-class-definition)
7098 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7099 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7100 (idlwave-in-quote, idlwave-indent-action-table)
7101 (idlwave-indent-expand-table, idlwave-indent-line)
7102 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7103 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7104 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7105 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7106 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7107 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7108 (idlwave-outlawed-buffers, idlwave-popup-select)
7109 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7110 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7111 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7112 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7113 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7114 (idlwave-statement-type, idlwave-struct-skip)
7115 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7116 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7117 (idlwave-what-module-find-class): Fix typos in docstrings.
7118 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7119 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7120 (idlwave-find-module, idlwave-find-structure-definition)
7121 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7122 (idlwave-list-load-path-shadows, idlwave-next-statement)
7123 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7124 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7125 (idlwave-template): Reflow docstrings.
7126
7127 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7128 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7129 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7130 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7131 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7132 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7133 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7134 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7135 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7136 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7137 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7138 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7139 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7140 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7141 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7142 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7143 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7144 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7145 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7146 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7147 Fix typos in docstrings.
7148 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7149 (idlwave-shell-hide-output, idlwave-shell-mode)
7150 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7151 Reflow docstrings.
7152
7153 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7154
7155 2009-09-24 Ivan Kanis <apple@kanis.eu>
7156
7157 * term.el (term-bold-attribute): New var.
7158 (term-handle-colors-array): Use it.
7159
7160 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * progmodes/gdb-mi.el (gdb-version): New variable.
7163 (gdb-non-stop-handler): Set gdb-version.
7164 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7165 Condition "--thread" option on gdb-version.
7166 (gdb-invalidate-threads): Remove unused argument.
7167
7168 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7171 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7172
7173 2009-09-23 Glenn Morris <rgm@gnu.org>
7174
7175 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7176 replying to mail without References or Message-Id. (Bug#4525)
7177
7178 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7179
7180 * term/ns-win.el (ns-reg-to-script): New variable.
7181
7182 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7183
7184 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7185
7186 2009-09-22 Sam Steingold <sds@gnu.org>
7187
7188 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7189 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7190 to 1 because hg returns status 1 when nothing is found.
7191 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7192
7193 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * textmodes/fill.el: Convert to utf-8 encoding.
7196 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7197 pre-unicode days.
7198
7199 * add-log.el (change-log-fill-forward-paragraph): New function.
7200 (change-log-mode): Use it so fill-region DTRT.
7201 Set fill-indent-according-to-mode here rather than in
7202 change-log-fill-paragraph.
7203 (change-log-fill-paragraph): Remove.
7204
7205 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7208 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7209
7210 2009-09-22 Glenn Morris <rgm@gnu.org>
7211
7212 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7213 the scroll-bar scroll the calendar window rather than the buffer.
7214
7215 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7216 commands that move point (as opposed to scrolling).
7217
7218 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7219
7220 * emacs-lisp/elint.el (elint): New custom group.
7221 (elint-log-buffer): Make it a defcustom.
7222 (elint-scan-preloaded, elint-ignored-warnings)
7223 (elint-directory-skip-re): New options.
7224 (elint-builtin-variables): Doc fix.
7225 (elint-preloaded-env): New variable.
7226 (elint-unknown-builtin-args): Add an entry for encode-time.
7227 (elint-extra-errors): Make it a variable rather than a constant.
7228 (elint-preloaded-skip-re): New constant.
7229 (elint-directory): Skip files matching elint-directory-skip-re.
7230 (elint-features): New variable, local to linted buffers.
7231 (elint-update-env): Initialize elint-features. Possibly add
7232 elint-preloaded-env to the buffer's environment.
7233 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7234 Skip quoted forms.
7235 (elint-init-form): New function, extracted from elint-init-env.
7236 Make non-list forms a warning rather than an error.
7237 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7238 easy-menu-define, put that adds an error-condition, and provide.
7239 When requiring cl, also require cl-macs. Really require cl, to handle
7240 some cl macros. Store required libraries in the list elint-features,
7241 so as not to re-load them. Treat cc-require like require.
7242 (elint-init-env): Call elint-init-form to do the work.
7243 Handle eval-and-compile and such like.
7244 (elint-add-required-env): Do not clear messages.
7245 (elint-special-forms): Add handlers for function, defalias, if, when,
7246 unless, and, or.
7247 (elint-form): Add optional argument to ignore elint-special-forms,
7248 useful to prevent recursive calls from handlers. Doc fix.
7249 Respect elint-ignored-warnings.
7250 (elint-form): Respect elint-ignored-warnings.
7251 (elint-bound-variable, elint-bound-function): New variables.
7252 (elint-unbound-variable): Respect elint-bound-variable.
7253 (elint-get-args): Respect elint-bound-function.
7254 (elint-check-cond-form): Add some simple handling for (f)boundp and
7255 featurep tests.
7256 (elint-check-defalias-form): New handler.
7257 (elint-check-let-form): Make an empty let a warning rather than an
7258 error.
7259 (elint-check-setq-form): Make an empty setq a warning rather than an
7260 error. Respect elint-ignored-warnings.
7261 (elint-check-defvar-form): Accept null doc-strings.
7262 (elint-check-conditional-form): New handler. Does some simple-minded
7263 checking of featurep and (f)boundp tests.
7264 (elint-put-function-args): New function.
7265 (elint-initialize): Use elint-scan-doc-file rather than
7266 elint-find-builtin-variables. Use elint-put-function-args.
7267 Possibly scan preloaded-file-list.
7268 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7269 extend to handle functions as well.
7270
7271 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7272
7273 * linum.el (linum-delete-overlays, linum-update-window):
7274 Do not modify the right margin. (Bug#3971)
7275
7276 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7277
7278 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7279 nxml-mode instead of xml-mode.
7280
7281 2009-09-21 Kevin Ryde <user42@zip.com.au>
7282
7283 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7284
7285 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * net/dig.el (dig-mode): Use define-derived-mode.
7288
7289 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7290
7291 * vc-dispatcher.el (vc-do-command): Return the process object in
7292 the asynchronous case. Use when instead of if. Do not run
7293 vc-exec-after to display a message if not enabled. (Bug#4463)
7294
7295 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7296 properties to the stash strings.
7297 (vc-git-stash-list): Return a list of strings.
7298 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7299 (vc-git-stash-show-at-point): New functions.
7300 (vc-git-stash-map): New keymap.
7301
7302 * register.el (ctl-x-r-map): Define the keys here instead of
7303 using autoload.
7304
7305 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7306
7307 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7308 list, to workaround performance problem (bug#4485).
7309
7310 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7311
7312 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7313
7314 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7315
7316 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7317 Document that this option is not recommended to use.
7318
7319 2009-09-19 Glenn Morris <rgm@gnu.org>
7320
7321 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7322 variable `var'.
7323
7324 * calc/calc-alg.el (var):
7325 * calc/calcalg2.el (var): Define for compiler.
7326
7327 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7328
7329 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7330 Doc fix (Bug#3932).
7331
7332 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7333
7334 * time-stamp.el (time-stamp-month-dd-yyyy)
7335 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7336 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7337 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7338 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7339 Remove functions that have been obsolete since 1995 (Bug#4436).
7340
7341 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7342 indent buffer only if called interactively (Bug#4452).
7343
7344 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7345 Eli Zaretskii <eliz@gnu.org>
7346
7347 This fixes bug#4197 (merged to bug#865, though not identical).
7348 * server.el (server-auth-dir): Add docstring note about FAT32.
7349 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7350 but warn against using them.
7351
7352 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7353
7354 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7355 older GDB where there is no has_more field.
7356
7357 2009-09-19 Glenn Morris <rgm@gnu.org>
7358
7359 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7360
7361 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7362
7363 * files.el (auto-mode-alist): Change default for XML files to nXML
7364 mode (Bug#4169).
7365
7366 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7367
7368 * server.el (server-ensure-safe-dir): Pass 'integer
7369 to `file-attributes', as suggested.
7370
7371 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7374 (dired-query): Use read-key.
7375
7376 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7377
7378 * cus-start.el (ns-use-qd-smoothing): Remove.
7379
7380 2009-09-18 Glenn Morris <rgm@gnu.org>
7381
7382 * allout.el (top-level): Remove unnecessary progn.
7383
7384 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7385
7386 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7387 definition of abbrev table.
7388
7389 * speedbar.el (speedbar-track-mouse):
7390 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7391 * net/eudc.el (eudc-expand-inline):
7392 * net/newst-backend.el (newsticker--cache-read-feed):
7393 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7394 condition-case handlers.
7395
7396 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7397
7398 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7399 (gdb-var-list): Add an element for has_more field.
7400 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7401 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7402 (gdb-var-update-handler-1): Parse output of dynamic variable
7403 objects (STL containers).
7404 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7405 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7406
7407 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7408 gdb-var-list.
7409 (gud-speedbar-buttons): Make node expandable if expression "has more"
7410 children.
7411
7412 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * startup.el (emacs-quick-startup): Remove variable and all uses.
7415 (command-line): Set `inhibit-x-resources' instead.
7416 (command-line-1): Use `inhibit-x-resources' instead.
7417
7418 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * subr.el: Fix last change to avoid using the `unless' macro,
7421 which breaks bootstrapping.
7422
7423 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7426 extended definitions, in case we reload subr.el after having
7427 loaded CL.
7428 (eval-next-after-load): Mark as obsolete.
7429
7430 2009-09-17 Juri Linkov <juri@jurta.org>
7431
7432 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7433 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7434 (menu-bar-showhide-menu, menu-bar-tools-menu)
7435 (menu-bar-describe-menu, menu-bar-help-menu)
7436 (minibuffer-local-completion-map, minibuffer-local-map):
7437 Fix list quoting.
7438
7439 2009-09-17 Glenn Morris <rgm@gnu.org>
7440
7441 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7442 arguments, whether or not it has a handler.
7443
7444 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7445
7446 * simple.el (hard-newline): Give it a doc-string.
7447
7448 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7449 (lisp-mode-syntax-table): Give them doc-strings.
7450
7451 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7452
7453 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7454 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7455 (menu-bar-options-menu, menu-bar-showhide-menu)
7456 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7457 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7458 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7459 (menu-bar-options-menu, menu-bar-tools-menu)
7460 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7461 (menu-bar-help-menu):
7462 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7463 string arguments.
7464
7465 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7466 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7467 calls for the menu names and :help.
7468
7469 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7472 to :minor-mode-function (bug#4455).
7473
7474 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * startup.el (command-line): Initialize the window-system after
7477 processing the command-line.
7478
7479 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7480 page-delimiter matches the empty string.
7481
7482 2009-09-16 Glenn Morris <rgm@gnu.org>
7483
7484 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7485 byte-compile-not-obsolete-var. It's a list now.
7486 (byte-compile-not-obsolete-funcs): New variable.
7487 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7488 byte-compile-not-obsolete-funcs.
7489 (byte-compile-variable-ref, byte-compile-defvar): Update for
7490 byte-compile-not-obsolete-vars name-change and list nature.
7491 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7492 and variables behind (f)boundp tests.
7493 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7494
7495 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7496
7497 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7498
7499 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7502 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7503 Don't autoload.
7504
7505 2009-09-15 Stephen Eglen <stephen@gnu.org>
7506
7507 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7508 the virtual-buffers, use the name of the buffer specified by
7509 find-file-noselect, as the match may be a symlink. (This was a
7510 problem if the target and the symlink had different names.)
7511
7512 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7515
7516 * desktop.el (desktop-path): Check user-emacs-directory.
7517
7518 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7519
7520 * loadup.el: Use after-load-functions to GC after loading each file.
7521 Remove the explicit GC calls that used to be sprinkled around.
7522
7523 * subr.el (after-load-functions): New hook.
7524 (do-after-load-evaluation): Run it. Use string-match-p to detect
7525 `obsolete' packages, rather than painfully extracting the relevant
7526 directory name.
7527
7528 2009-09-15 Glenn Morris <rgm@gnu.org>
7529
7530 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7531 free variable `doc'.
7532
7533 * dired.el (dired-mode-map): Add menu entry for async shell command.
7534
7535 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7536 variables, also consider the .elc files, since the .el files are
7537 normally gzipped (subsequent code locates the .el.gz from the .elc).
7538
7539 * calc/calc-prog.el (arglist): Define for compiler.
7540
7541 * calendar/diary-lib.el (diary-display-function): Change the default to
7542 fancy display.
7543 (body): Define for compiler.
7544
7545 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7546 (byte-compile-file-form, byte-compile-lambda)
7547 (byte-compile-top-level-body, byte-compile-form)
7548 (byte-compile-variable-ref, byte-compile-setq)
7549 (byte-compile-setq-default, byte-compile-body)
7550 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7551 (batch-byte-compile): Give some more local variables with common names
7552 a "bytecomp-" prefix to avoid masking warnings about free variables.
7553
7554 * startup.el (command-line-1): Give local variables with common names a
7555 distinguishing prefix, so as not to hide free variable warnings during
7556 bootstrap.
7557
7558 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7559 clever and add a suffix to make a unique name, just let the user decide
7560 whether or not to overwrite it. If the input is a directory, write the
7561 default filename to that directory. (Bug#4388)
7562 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7563 is a filename-as-a-directory.
7564
7565 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * textmodes/page.el (what-page): Don't move to beginning of line.
7568 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7569
7570 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7571
7572 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7573
7574 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7575
7576 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7577 * help.el (help-for-help-internal): Add purecopy calls for text.
7578
7579 * vc.el (top): print-log method now takes an optional SHORTLOG
7580 argument. Add a new method: root.
7581 (vc-root-diff, vc-print-root-log): New functions.
7582 (vc-log-short-style): New variable.
7583 (vc-print-log-internal): Add support for showing short logs.
7584
7585 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7586 vc-print-root-log and vc-print-root-diff.
7587
7588 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7589 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7590 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7591 short logs.
7592
7593 * vc-cvs.el (vc-cvs-print-log):
7594 * vc-mtn.el (vc-mtn-print-log):
7595 * vc-rcs.el (vc-rcs-print-log):
7596 * vc-sccs.el (vc-sccs-print-log):
7597 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7598 that is ignored for now.
7599
7600 * vc-mtn.el (vc-mtn-annotate-command):
7601 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7602
7603 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7606 to function-key-map, and give them ascii-character property.
7607 * term/x-win.el (x-alternatives-map):
7608 * term/ns-win.el (ns-alternatives-map):
7609 * term/internal.el (msdos-key-remapping-map):
7610 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7611
7612 2009-09-14 Glenn Morris <rgm@gnu.org>
7613
7614 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7615 temp-buffers (2009-09-12).
7616
7617 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7618
7619 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7620 the new read-key function.
7621
7622 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7623
7624 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7625 is defined (Bug#4405).
7626
7627 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7628
7629 * recentf.el (recentf-cleanup): Use a hash table to find
7630 duplicates (Bug#4407).
7631
7632 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7633
7634 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7635 kp-0 to ascii equivalents (Bug#4325).
7636
7637 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7640
7641 * eshell/em-hist.el:
7642 * eshell/em-dirs.el (eshell-complete-user-reference):
7643 Declare pcomplete functions and variables to avoid compiler warnings.
7644
7645 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7646
7647 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7648 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7649 * eshell/em-alias.el (eshell-aliases-file):
7650 * eshell/em-hist.el (eshell-history-file-name):
7651 Use expand-file-name instead of concat to make file names (Bug#4308).
7652
7653 2009-09-13 Glenn Morris <rgm@gnu.org>
7654
7655 * ediff-merg.el (ediff-do-merge):
7656 * filesets.el (filesets-run-cmd):
7657 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7658 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7659 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7660 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7661 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7662 Replace empty `let's with `progn'.
7663
7664 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * mail/sendmail.el (send-mail-function):
7667 * tooltip.el (tooltip-mode):
7668 * simple.el (transient-mark-mode):
7669 * rfn-eshadow.el (file-name-shadow-mode):
7670 * frame.el (blink-cursor-mode):
7671 * font-core.el (global-font-lock-mode):
7672 * files.el (temporary-file-directory)
7673 (small-temporary-file-directory, auto-save-file-name-transforms):
7674 * epa-hook.el (auto-encryption-mode):
7675 * composite.el (global-auto-composition-mode):
7676 Use custom-initialize-delay.
7677 * startup.el (command-line): Don't explicitly call
7678 custom-reevaluate-setting for all the above vars.
7679 * custom.el (custom-initialize-safe-set)
7680 (custom-initialize-safe-default): Delete.
7681
7682 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * term/x-win.el (x-initialize-window-system):
7685 * term/w32-win.el (w32-initialize-window-system):
7686 * term/ns-win.el (ns-initialize-window-system): Don't call
7687 mouse-wheel-mode since it's enabled globally by default already.
7688
7689 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7690 actually define the variable, but only silences the byte-compiler.
7691 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7692 before looking it up.
7693 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7694 is changed.
7695
7696 2009-09-12 Glenn Morris <rgm@gnu.org>
7697
7698 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7699 1000.
7700 (elint-add-required-env): Don't beep on error.
7701 (elint-forms): In case of error, return ENV unchanged.
7702 (elint-init-env): Skip non-list forms.
7703 (elint-log): Handle unknown file positions.
7704
7705 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7706
7707 * epg.el (epg-make-context): Add autoload cookie.
7708 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7709 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7710 (epg-verify-string, epg-start-sign, epg-sign-file)
7711 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7712 (epg-encrypt-string, epg-start-export-keys)
7713 (epg-export-keys-to-file, epg-export-keys-to-string)
7714 (epg-start-import-keys, epg-import-keys-from-file)
7715 (epg-import-keys-from-string, epg-start-receive-keys)
7716 (epg-receive-keys, epg-import-keys-from-server)
7717 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7718 (epg-sign-keys, epg-start-generate-key)
7719 (epg-generate-key-from-file, epg-generate-key-from-string):
7720 Remove autoload cookie.
7721
7722 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7723
7724 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7725 reevaluation of trash-directory.
7726
7727 * mwheel.el: Fix last change.
7728 (mouse-wheel-mode): New defvar.
7729 (mouse-wheel-mode): Remove autoload cookie.
7730
7731 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * mwheel.el (mwheel-installed-bindings): New var.
7734 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7735 the bindings we set last time. Use custom-initialize-delay.
7736 * loadup.el: Load mwheel after term/*-win.el.
7737 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7738 and mouse-wheel-up-event now that their first evaluation is done
7739 sufficiently late to be correct.
7740
7741 * startup.el (tutorial-directory): Make it a defcustom.
7742 Use custom-initialize-delay rather than eval-at-startup to set it.
7743 * image.el (image-load-path): Make it a defcustom.
7744 Use custom-initialize-delay rather than eval-at-startup to set it.
7745 * subr.el (eval-at-startup): Remove.
7746 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7747
7748 * subr.el (do-after-load-evaluation): Warn the user after loading an
7749 obsolete package.
7750
7751 2009-09-12 Glenn Morris <rgm@gnu.org>
7752
7753 * proced.el (proced-mark-alt): Remove alias.
7754 (proced-mode-map): Remove proced-mark-alt.
7755
7756 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7757 Elint file and directory. Remove initialization entry.
7758
7759 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7760 commands.
7761 (elint-current-buffer): Set mode-line-process.
7762 (elint-init-env): Handle define-derived-mode.
7763 Fix declare-function with unspecified arglist. Guard against odd
7764 defalias statements (eg iso-insert's 8859-1-map).
7765 (elint-add-required-env): Use a temp buffer.
7766 (elint-form): Just print the function/macro name, not the whole form.
7767 Return env unchanged if we fail to parse a macro.
7768 (elint-forms): Guard against parse errors.
7769 (elint-output): New function, to handle batch mode.
7770 (elint-log-message): Add optional argument. Use elint-output.
7771 (elint-set-mode-line): New function.
7772
7773 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7774
7775 * emacs-lisp/elp.el (elp-not-profilable): Add more
7776 functions (Bug#4233).
7777
7778 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7779
7780 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7781 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7782
7783 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7784
7785 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7786 (gdb-var-list-children): Use json parsing.
7787
7788 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7789
7790 * progmodes/js.el (js--proper-indentation): Handle the case where
7791 char-before is null. Reported by Deniz Dogan.
7792
7793 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7796
7797 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7798
7799 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7800 (epg-digest-algorithm-alist): Add SHA224.
7801 (epg-context-set-passphrase-callback)
7802 (epg-context-set-progress-callback): Add description about
7803 callback function.
7804
7805 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * custom.el (custom-delayed-init-variables): New var.
7808 (custom-initialize-delay): New function.
7809 * startup.el (command-line): "Re"evaluate all vars in
7810 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7811 explicitly any more.
7812 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7813 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7814
7815 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7816
7817 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7820 (gdb-var-update-handler): Use json parsing.
7821
7822 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7823
7824 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7825 decode annotated text, regardless of language environment. (Bug#2741)
7826
7827 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * Makefile.in (autoloads): Make rmail.el writable as well.
7830
7831 2009-09-11 Glenn Morris <rgm@gnu.org>
7832
7833 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7834 loaddefs.el.
7835 * dired.el: Regenerate with extracted autoloads.
7836 * Makefile.in (autoloads): Make dired.el writable.
7837
7838 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7839 * ibuffer.el: Regenerate with extracted autoloads.
7840 * Makefile.in (autoloads): Make ibuffer.el writable.
7841
7842 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7843 * version.el (emacs-copyright, emacs-major-version)
7844 (emacs-minor-version): Reformat doc-strings for make-docfile.
7845
7846 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7847 functions and variables, since they must be stuff specific to some other
7848 platform.
7849 (apropos-print): Make mouse-click message less specific about button.
7850
7851 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7852 that records where a macro was defined.
7853 * help-fns.el (describe-function-1): Mention if a function has a
7854 compiler-macro.
7855 * help-mode.el (help-function-cmacro): New button.
7856
7857 * locate.el (top-level): Always require dired.
7858 (locate-mode-map): Initialize inside the defvar.
7859
7860 * net/ange-ftp.el (dired-compress-file): Declare.
7861 (ange-ftp-dired-compress-file): Add doc string.
7862
7863 * term/ns-win.el (x-display-name, x-setup-function-keys):
7864 Unify doc-strings with X versions.
7865
7866 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * emulation/crisp.el (crisp-mode-map): Move initialization
7869 into declaration.
7870 (crisp-mode): Use define-minor-mode.
7871
7872 * progmodes/xscheme.el (xscheme-evaluation-commands):
7873 Put a :advertised-binding property rather than using
7874 advertised-xscheme-send-previous-expression.
7875 (advertised-xscheme-send-previous-expression): Declare obsolete.
7876 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7877 `advertised-undo'.
7878 (crisp-mode): Add corresponding bindings to
7879 undo's :advertised-binding instead.
7880 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7881 than using dired-advertised-find-file.
7882 (dired-advertised-find-file):
7883 * simple.el (advertised-undo):
7884 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7885 (widget-keymap): Put a :advertised-binding property rather
7886 than using advertised-widget-backward.
7887 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7888 than using advertised-undo.
7889 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7890
7891 2009-09-10 Simon South <ssouth@slowcomputing.org>
7892
7893 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7894 Mark mode is enabled and region is active; otherwise indent or
7895 insert TAB as usual.
7896 (delphi-mode): Update description of TAB-key binding.
7897
7898 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * subr.el (define-key-rebound-commands): Mark obsolete.
7901 * startup.el (precompute-menubar-bindings): Remove.
7902 (normal-top-level): Remove obsolete code that tried to precompute
7903 menubar bindings.
7904 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7905 define-key-rebound-commands and precompute-menubar-bindings.
7906
7907 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7908
7909 * net/imap.el (imap-interactive-login): Better messages.
7910 (imap-open): Fix bug with renamed buffer on reconnect.
7911 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7912 for easier debugging and cleaner code. On successful (guessed based on
7913 server capabilities) secondary authentication, set imap-state
7914 correctly.
7915 (imap-last-authenticator): Define imap-last-authenticator as a variable
7916 to avoid warnings.
7917
7918 2009-09-10 Glenn Morris <rgm@gnu.org>
7919
7920 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7921
7922 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7923 (byte-compile-file-form-autoload): Don't warn about unknown functions
7924 where the autoload statement comes after the use.
7925 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7926 that any handlers inside the body (eg require) are in turn respected.
7927
7928 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7929 effects.
7930
7931 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7932 and syntax and abbrev tables basic docs, if they don't have any.
7933
7934 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7935
7936 * international/mule-cmds.el (top-level): Require cl when compiling.
7937 (view-hello-file): Use default-value rather than
7938 default-enable-multibyte-characters.
7939
7940 * progmodes/fortran.el: Move all safe and risky properties into the
7941 defcustoms.
7942
7943 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7944 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7945 * mail/undigest.el:
7946 Put autoloads in rmail.el rather than loaddefs.el.
7947 * mail/rmail.el: Regenerate with extracted autoloads.
7948
7949 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7950 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7951
7952 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7953
7954 Reported in thread for Bug#4375.
7955 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7956 "-data-evaluate-expression" instead of print.
7957 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7958 (gdb-tooltip-print): Parse output from above MI command.
7959 (gdb): Revert 2009-08-11 change. User should detach inferior
7960 manually.
7961
7962 Remove the word "separate" from IO functions as inferior
7963 output is now never displayed in the GUD buffer.
7964
7965 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7966
7967 * startup.el (command-line-normalize-file-name): On Windows and
7968 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7969
7970 2009-09-10 Juri Linkov <juri@jurta.org>
7971
7972 * isearch.el (isearch-text-char-description): Propertize escape
7973 character sequences with the `escape-glyph' face. (Bug#4344)
7974
7975 * simple.el (shell-command): Set asynchronous process filter to
7976 `comint-output-filter'. (Bug#4343)
7977
7978 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7979 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7980 the list. Move "asm" to the bottom.
7981 (grep-find-ignored-directories): Add `choice' with nil value
7982 to empty the list easily.
7983 (grep-find-ignored-files): New option.
7984 (grep-files-history): Set to nil by default instead of '("ch" "el").
7985 (grep-compute-defaults): Add "<X>" to `grep-template'.
7986 (grep-read-files): Bind new local variables `default-alias' and
7987 `default-extension'. Use a list of default values for the file prompt.
7988 (lgrep): Add `--exclude=' command line options composed from
7989 `grep-find-ignored-files'.
7990 (rgrep): Add `-name' command line options composed from
7991 `grep-find-ignored-files'. (Bug#4301)
7992
7993 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7996 (bug#4368).
7997
7998 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7999
8000 * calendar/time-date.el (autoload):
8001 Expand define-obsolete-function-alias into defalias and make-obsolete
8002 for old Emacsen that Gnus supports.
8003 (with-no-warnings): Define it for old Emacsen.
8004 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8005 is available.
8006 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8007 float-time is available; suppress compile warning for time-to-seconds.
8008
8009 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8010
8011 * net/imap.el (imap-message-map): Docstring fix.
8012
8013 2009-09-09 Glenn Morris <rgm@gnu.org>
8014
8015 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8016 line numbers too. (Bug#4374)
8017
8018 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * smerge-mode.el (smerge-remove-props, smerge-refine):
8021 Use with-silent-modifications (bug#4342).
8022
8023 * subr.el (with-silent-modifications): New macro.
8024
8025 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * files.el (top-level): Require `cl' when compiling.
8028
8029 2009-09-07 Glenn Morris <rgm@gnu.org>
8030
8031 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8032
8033 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8034 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8035
8036 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8037
8038 * vc-git.el (vc-git-annotate-command): Use separator to parse
8039 arguments correctly.
8040
8041 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8042
8043 * proced.el (proced-mode): Doc fix.
8044
8045 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8046
8047 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8048 lstat fails.
8049 (tramp-do-file-attributes-with-ls): Check for file existence at
8050 remote end.
8051 (tramp-do-file-attributes-with-stat): Likewise.
8052 (tramp-convert-file-attributes): Return nil when attr is nil.
8053
8054 2009-09-05 Glenn Morris <rgm@gnu.org>
8055
8056 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8057 properties to this button.
8058 (diary-fancy-display): Don't extend the button to the final newline.
8059 (diary-fancy-display-mode): Continue to define "q" as a local key.
8060
8061 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8062 efficient.
8063
8064 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8065
8066 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8067 (byte-compile-dest-file-function): New option.
8068 (byte-compile-dest-file): Doc fix.
8069 Obey byte-compile-dest-file-function.
8070 (byte-compile-cl-file-p): New function.
8071 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8072 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8073 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8074 than for file being previously loaded.
8075 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8076 (byte-compile-file-form-require): Handle the case where requiring a file
8077 indirectly causes CL to be loaded.
8078
8079 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8080
8081 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8082 before killing the old buffer, since by the time `kill-buffer' is
8083 run so many buffer variables have been set to nil that it may not
8084 behave as expected. (Bug#4061)
8085
8086 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8087
8088 * files.el (find-alternate-file): If the old buffer is modified
8089 and visiting a file, behave similarly to `kill-buffer' when
8090 killing it, thus reverting to the pre-1.878 behavior; see
8091 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8092 for discussion. Also, consult `buffer-file-name' as a variable
8093 not as a function, for consistency with the rest of the code.
8094
8095 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8096
8097 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8098 also when adding a new directory.
8099
8100 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8101 defun.
8102
8103 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * files.el (locate-file-completion-table): Make it provide boundary
8106 information, so partial-completion works better.
8107
8108 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8109
8110 * mail/footnote.el (Footnote-text-under-cursor):
8111 Check footnote-text-marker-alist before using it (bug#4324).
8112
8113 2009-09-04 Glenn Morris <rgm@gnu.org>
8114
8115 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8116 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8117 * play/solitaire.el, play/tetris.el:
8118 Remove leading * from defcustom and defface docs.
8119
8120 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8121 necessary.
8122 (diary-fancy-overriding-map): New variable.
8123 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8124 Use view-mode.
8125
8126 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8127 goto-line.
8128
8129 2009-09-03 Glenn Morris <rgm@gnu.org>
8130
8131 * arc-mode.el (archive-mode):
8132 * dos-fns.el (set-default-process-coding-system):
8133 * man.el (Man-getpage-in-background):
8134 * menu-bar.el (menu-bar-describe-menu):
8135 * server.el (server-process-filter):
8136 * startup.el (command-line):
8137 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8138 * w32-fns.el (set-default-process-coding-system):
8139 * x-dnd.el (x-dnd-handle-file-name):
8140 * international/mule-cmds.el (mule-menu-keymap)
8141 (set-default-coding-systems, language-info-alist, set-language-info)
8142 (set-language-environment, standard-display-european-internal)
8143 (set-locale-environment):
8144 * international/mule-diag.el (mule-diag):
8145 * mail/emacsbug.el (report-emacs-bug):
8146 * mail/rmail.el (rmail-mode):
8147 * mail/sendmail.el (mail-setup):
8148 Use default-value rather than default-enable-multibyte-characters.
8149
8150 * progmodes/f90.el: Move all safe properties into the defcustoms.
8151 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8152
8153 * calendar/appt.el (appt-check):
8154 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8155 (diary-check-diary-file, diary-list-entries)
8156 (diary-include-other-diary-files, diary-simple-display)
8157 (diary-fancy-display, diary-print-entries)
8158 (diary-mark-included-diary-files, diary-make-entry):
8159 Don't call substitute-in-file-name on diary-file.
8160
8161 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8162 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8165 (footnote-mode-map): Move initialization into the declaration.
8166 (footnote-minor-mode-map): Define it rather than changing global-map.
8167 (footnote-mode): Use define-minor-mode.
8168
8169 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8170
8171 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8172 (tramp-do-file-attributes-with-perl)
8173 (tramp-do-file-attributes-with-stat): Rename from
8174 `tramp-handle-file-attributes-with-*'.
8175 (tramp-handle-file-attributes): Use them.
8176 (tramp-do-directory-files-and-attributes-with-perl)
8177 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8178 `tramp-handle-directory-files-and-attributes-with-*'.
8179 (tramp-handle-directory-files-and-attributes): Use them.
8180 (tramp-method-out-of-band-p): Additional parameter SIZE.
8181 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8182 (tramp-handle-write-region): Use it.
8183 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8184 (tramp-handle-vc-registered): Check, whether the first run did
8185 return files to be tested.
8186 (tramp-advice-make-auto-save-file-name): Do not call directly
8187 `tramp-handle-make-auto-save-file-name', because this would bypass
8188 the locking mechanism.
8189
8190 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8191 (file-remote-p, process-file, start-file-process, set-file-times)
8192 (tramp-compat-file-attributes): Compatibility functions shall not
8193 call directly `tramp-handle-*', because this would bypass the
8194 locking mechanism.
8195 (tramp-compat-number-sequence): New defun.
8196
8197 2009-09-02 Glenn Morris <rgm@gnu.org>
8198
8199 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8200 alias for float-time.
8201 (time-to-number-of-days): In Emacs, use float-time.
8202 * net/newst-backend.el (time-add): Suppress warnings from compat
8203 function.
8204 * time.el (emacs-uptime, emacs-init-time):
8205 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8206 Use float-time rather than time-to-seconds.
8207
8208 * minibuffer.el (completion-initials-expand): Fix typo.
8209
8210 * faces.el (modeline, modeline-inactive, modeline-highlight)
8211 (modeline-buffer-id):
8212 * info.el (info-menu-5): Mark these face aliases as obsolete.
8213
8214 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8217 space ...
8218 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8219 no "--thread" option.
8220 (gdb-stopped): Don't print "Switched to thread" message when it is
8221 unchanged.
8222
8223 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * minibuffer.el (completion-try-completion)
8226 (completion-all-completions): Remove ill-defined (and
8227 mistakenly installed and luckily never used nor documented)
8228 `completion-styles' property.
8229 (completion-initials-expand, completion-initials-all-completions)
8230 (completion-initials-try-completion): New functions.
8231 (completion-styles-alist): Add doc to each entry.
8232 Add new `initials' entry.
8233
8234 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8235
8236 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8237 MI command -var-evaluate-expression.
8238 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8239 and tweak for case of string child.
8240 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8241
8242 2009-09-01 Glenn Morris <rgm@gnu.org>
8243
8244 * add-log.el (change-log-date-face, change-log-name-face)
8245 (change-log-email-face, change-log-file-face, change-log-list-face)
8246 (change-log-conditionals-face, change-log-function-face)
8247 (change-log-acknowledgement-face):
8248 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8249 (custom-modified-face, custom-set-face, custom-changed-face)
8250 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8251 (custom-documentation-face, custom-state-face, custom-comment-face)
8252 (custom-comment-tag-face, custom-variable-tag-face)
8253 (custom-variable-button-face, custom-face-tag-face)
8254 (custom-group-tag-face-1, custom-group-tag-face):
8255 * diff-mode.el (diff-header-face, diff-file-header-face)
8256 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8257 (diff-added-face, diff-changed-face, diff-function-face)
8258 (diff-context-face, diff-nonexistent-face):
8259 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8260 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8261 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8262 (Info-title-4-face):
8263 * isearch.el (isearch-lazy-highlight-face):
8264 * log-view.el (log-view-file-face, log-view-message-face):
8265 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8266 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8267 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8268 (cvs-msg-face):
8269 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8270 (smerge-base-face, smerge-markers-face):
8271 * wid-edit.el (widget-documentation-face, widget-button-face)
8272 (widget-field-face, widget-single-line-field-face)
8273 (widget-inactive-face, widget-button-pressed-face):
8274 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8275 (woman-addition-face):
8276 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8277 (eshell-ls-executable-face, eshell-ls-readonly-face)
8278 (eshell-ls-unreadable-face, eshell-ls-special-face)
8279 (eshell-ls-missing-face, eshell-ls-archive-face)
8280 (eshell-ls-backup-face, eshell-ls-product-face)
8281 (eshell-ls-clutter-face):
8282 * eshell/em-prompt.el (eshell-prompt-face):
8283 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8284 * obsolete/old-whitespace.el (whitespace-highlight-face):
8285 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8286 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8287 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8288 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8289 (antlr-font-lock-literal-face):
8290 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8291 (ebrowse-root-class-face, ebrowse-file-name-face)
8292 (ebrowse-default-face, ebrowse-member-attribute-face)
8293 (ebrowse-member-class-face, ebrowse-progress-face):
8294 * progmodes/make-mode.el (makefile-space-face):
8295 * progmodes/sh-script.el (sh-heredoc-face):
8296 * textmodes/flyspell.el (flyspell-incorrect-face)
8297 (flyspell-duplicate-face):
8298 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8299 * textmodes/texinfo.el (texinfo-heading-face):
8300 Mark face aliases with "-face" suffix as obsolete.
8301
8302 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8303 compiler.
8304
8305 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8306 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8307 easy-menu-define wants to modify these.
8308
8309 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8310
8311 * net/browse-url.el (browse-url-file-url):
8312 * term/internal.el (dos-codepage-setup):
8313 Use default-value rather than default-enable-multibyte-characters.
8314
8315 * progmodes/etags.el (etags-goto-tag-location):
8316 * progmodes/flymake.el (flymake-highlight-line)
8317 (flymake-goto-file-and-line, flymake-goto-line):
8318 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8319 (gdb-goto-breakpoint):
8320 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8321 * progmodes/python.el (python-find-function)
8322 (python-pdbtrack-track-stack-file):
8323 * progmodes/verilog-mode.el (verilog-surelint-off):
8324 * term/ns-win.el (ns-open-file-select-line):
8325 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8326 Use forward-line rather than goto-line.
8327
8328 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8329 * textmodes/reftex-index.el (reftex-display-index):
8330 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8331 * textmodes/reftex-toc.el (reftex-toc):
8332 Remove unnecessary bindings of default-major-mode (all are followed by
8333 major-mode check and possible mode switch).
8334
8335 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8336
8337 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8338 Handle watchpoints (bug#4282).
8339 (def-gdb-thread-buffer-command): Enable thread to be selected by
8340 clicking without selecting threads buffer first.
8341 (gdb-current-context-command): Use selected frame so that "up",
8342 "down" etc work in the GUD buffer.
8343 (gdb-update): Find selected frame before rendering stack buffer.
8344 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8345
8346 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * progmodes/sym-comp.el (displayed-completions): Remove.
8349 (symbol-complete): Use minibuffer-complete.
8350
8351 2009-08-31 Glenn Morris <rgm@gnu.org>
8352
8353 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8354
8355 * apropos.el (apropos-symbols-internal):
8356 Handle (obsolete) face aliases.
8357
8358 * faces.el (describe-face): Adjust the output format to be more like
8359 describe-variable, and to mention (obsolete) face aliases.
8360 Adjust the whitespace so that help-setup-xref works.
8361
8362 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8363 * calendar/diary-lib.el (diary-button-face):
8364 Mark these face aliases as obsolete.
8365
8366 * calendar/calendar.el (calendar-today): Doc fix.
8367
8368 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8369
8370 * progmodes/gdb-mi.el (gdb-control-all-threads)
8371 (gdb-control-current-thread): Force tool bar update.
8372 (gdb-non-stop-handler): New function.
8373 (gdb-init-1): Use it to test if non-stop mode is supported.
8374 Remove unused gdbmi buffer type.
8375
8376 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8377
8378 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8379 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8380
8381 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8382
8383 * comint.el (comint-exec-1): Check command is non-null first.
8384 Part of gdb-mi.el change (2009-08-28).
8385
8386 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8389
8390 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8391
8392 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8393 instead of `dolist' to avoid a recursive require when bootstrapping.
8394
8395 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8398
8399 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8400
8401 * net/imap.el (imap-send-command): Simplify.
8402 (imap-wait-for-tag): point-max -> buffer-size.
8403
8404 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8405
8406 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8407 with constant argument.
8408
8409 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8410
8411 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8412
8413 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8414 Change default, since most of our files don't have a history.
8415 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8416 the user.
8417
8418 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8419 Add comint-run.
8420
8421 * calc/calc.el: Improve commenting convention.
8422 (calc-digit-map, toplevel): Simplify.
8423
8424 * comint.el (comint-insert-input): Be careful to only set point if we
8425 don't delegate to some other command.
8426
8427 * proced.el (proced-signal-list): Make it an alist.
8428 (proced-grammar-alist): Capitalize names.
8429 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8430 Disable undo manually and make it read-only.
8431 Use completion-annotate-function.
8432
8433 * minibuffer.el (minibuffer-message): If the current buffer is not
8434 a minibuffer, insert the message in the echo area rather than at the
8435 end of the buffer.
8436 (completion-annotate-function): New variable.
8437 (minibuffer-completion-help): Use it.
8438 (completion--embedded-envvar-table): Environment vars are
8439 always case-sensitive.
8440
8441 2009-08-30 Glenn Morris <rgm@gnu.org>
8442
8443 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8444 from fortran-current-defun.
8445 (fortran-beginning-of-subprogram): Be more precise about finding the
8446 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8447 (fortran-end-of-subprogram): Simplify.
8448 (fortran-current-defun): Use fortran-start-prog-re.
8449
8450 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8451
8452 * subr.el (do-after-load-evaluation): Simplify.
8453
8454 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8455
8456 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8457
8458 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8459 (vc-rcs-print-log): Use it.
8460
8461 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8462
8463 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * paths.el (abbrev-file-name): Move to abbrev.el.
8466 * abbrev.el (abbrev-file-name): Move from paths.el.
8467 Obey user-emacs-directory.
8468 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8469 user-emacs-directory.
8470 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8471 abbrev-file-name and calc-settings-file any more.
8472 * startup.el (command-line): Recompute abbrev-file-name and
8473 abbreviated-home-dir.
8474 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8475 of the special code for when C-h bindings haven't been changed.
8476 (display-startup-echo-area-message): Use with-current-buffer.
8477 (command-line-1): Use a list of strings, rather than a list of lists
8478 of strings for longopts.
8479
8480 * files.el (get-free-disk-space): Use / for default-directory.
8481
8482 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8483 Use with-current-buffer.
8484
8485 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8486 Recognize immutable variables like most-positive-fixnum.
8487 (byte-compile-setq-default): Check and warn if trying to assign
8488 to an immutable variable, or a non-variable.
8489
8490 * progmodes/cc-vars.el (c-comment-continuation-stars):
8491 * progmodes/cc-engine.el (c-looking-at-bos):
8492 * progmodes/cc-cmds.el (c-toggle-auto-state)
8493 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8494 (c-comment-line-break-function): Add version of obsolescence.
8495
8496 2009-08-28 Juri Linkov <juri@jurta.org>
8497
8498 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8499 associated with `archive-mode'.
8500
8501 * image.el (image-type-header-regexps): Use only JPEG magic number
8502 to determine JPEG images, and don't use `image-jpeg-p' because
8503 Emacs can display non-JFIF non-Exif JPEG images.
8504
8505 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8506
8507 * arc-mode.el (archive-mode):
8508 * emacs-lisp/re-builder.el (re-builder-unload-function):
8509 Protect against the default value of `major-mode' being nil.
8510
8511 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8512
8513 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8514 Fix typos in docstrings.
8515
8516 * progmodes/js.el (js--macro-decl-re): Doc fix.
8517 (js--plain-method-re, js--split-name): Refloc docstring.
8518 (js--class-styles, js--make-merged-item, js--splice-into-items):
8519 Fix typos in docstrings; reflow docstrings.
8520 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8521 (js--variable-decl-matcher, js--inside-pitem-p)
8522 (js--parse-state-at-point, js--get-all-known-symbols)
8523 (js--symbol-history, js-find-symbol, js--js-references)
8524 (js--moz-interactor, js--js-encode-value, js--read-tab):
8525 Fix typos in docstrings.
8526
8527 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * textmodes/reftex.el (reftex-get-file-buffer-force):
8530 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8531 * emulation/viper.el (viper-go-away, viper-set-hooks):
8532 * emacs-lisp/re-builder.el (re-builder-unload-function):
8533 * emacs-lisp/bytecomp.el (byte-compile-file):
8534 * ses.el (ses-unload-function):
8535 * hexl.el (hexl-find-file):
8536 * files.el (normal-mode):
8537 * ehelp.el (with-electric-help):
8538 * autoinsert.el (auto-insert-alist):
8539 * arc-mode.el (archive-mode):
8540 Use (default-value 'major-mode) instead of default-major-mode.
8541
8542 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8543 * international/mule.el (load-with-code-conversion):
8544 * emacs-lisp/debug.el (debug):
8545 * ediff-vers.el (ediff-rcs-get-output-buffer):
8546 * dired.el (dired-internal-noselect): Don't let-bind
8547 default-major-mode around code that doesn't use it.
8548 E.g. buffer creation via get-buffer-create doesn't use it.
8549
8550 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8551
8552 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8553 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8554 when writing the temp file. Otherwise, epa-file gets confused.
8555 (tramp-register-file-name-handlers): Make it a defun. Move also
8556 `epa-file-handler' to the front of `file-name-handler-alist'.
8557
8558 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8561 start right after a ^M.
8562 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8563 (tramp-completion-file-name-regexp-separate)
8564 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8565 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8566 Don't modify last-coding-system-used by accident.
8567 (tramp-completion-file-name-handler): Apply the checks here,
8568 instead during registration.
8569 (tramp-register-file-name-handlers): Renamed from
8570 `tramp-register-file-name-handler'. Register both
8571 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8572 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8573
8574 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8575
8576 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8577 Remove variable ...
8578 (gdb-init-1, gdb-display-separate-io-buffer)
8579 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8580 references to it.
8581 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8582 (gdb-inferior-filter): Use comint-output-filter to stop
8583 echoing and remove ^M characters.
8584
8585 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * emulation/viper-init.el (viper-restore-cursor-type):
8588 * emulation/cua-base.el (cua--update-indications):
8589 Replace default-cursor-type with (default-value 'cursor-type).
8590
8591 * mail/sendmail.el (mail-recover-1):
8592 * international/mule-diag.el (describe-current-coding-system-briefly)
8593 (describe-current-coding-system):
8594 * international/mule-cmds.el (select-safe-coding-system)
8595 (select-message-coding-system)
8596 (set-language-environment-coding-systems, set-locale-environment):
8597 * hexl.el (hexl-insert-multibyte-char):
8598 * dos-w32.el (find-buffer-file-type-coding-system):
8599 * simple.el (what-cursor-position):
8600 Replace uses of default-buffer-file-coding-system
8601 with (default-value 'buffer-file-coding-system).
8602
8603 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8604 Replace uses of default-cursor-in-non-selected-windows
8605 with (default-value 'cursor-in-non-selected-windows).
8606 Use with-current-buffer.
8607
8608 * mail/feedmail.el: Use CL macros.
8609 (feedmail-run-the-queue, feedmail-send-it-immediately):
8610 * dos-w32.el (find-buffer-file-type): Replace uses of
8611 default-buffer-file-type with (default-value 'buffer-file-type).
8612
8613 2009-08-28 Glenn Morris <rgm@gnu.org>
8614
8615 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8616 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8617 Use default-value of major-mode rather than default-major-mode.
8618
8619 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * Makefile.in (update-elcfiles): Report left over elc files.
8622
8623 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8624 expand-file-name and with-current-buffer.
8625 (mail-get-names, mail-directory): Use with-current-buffer.
8626
8627 * vc.el (vc-read-revision): New function.
8628 (vc-version-diff, vc-merge): Use it.
8629
8630 2009-08-27 Sam Steingold <sds@gnu.org>
8631
8632 * simple.el (kill-do-not-save-duplicates): New user option.
8633 (kill-new): When it is non-nil, and the new string is the same as
8634 the latest kill, set replace to t to avoid duplicates in kill-ring.
8635
8636 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8637
8638 * net/tramp.el (tramp-handle-process-file): Do not flush all
8639 caches when `process-file-side-effects' is set.
8640 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8641 instead of `tramp-find-file-exists-command'.
8642 Unset `process-file-side-effects'.
8643
8644 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8645
8646 * net/tramp.el (tramp-methods): New method "rsyncc".
8647 (top): Add completion function for "rsyncc".
8648 (tramp-message-show-message): New defvar.
8649 (tramp-message, tramp-error): Use it.
8650 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8651 remote copying.
8652 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8653 `tramp-methods' entry `copy-env' of "rsyncc".
8654 (tramp-vc-registered-read-file-names): New defconst.
8655 (tramp-vc-registered-file-names): New defvar.
8656 (tramp-handle-vc-registered): Implement optimization strategy.
8657 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8658 (tramp-vc-file-name-handler): New defun.
8659 (tramp-get-ls-command, tramp-get-test-command)
8660 (tramp-get-file-exists-command, tramp-get-remote-ln)
8661 (tramp-get-remote-perl, tramp-get-remote-stat)
8662 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8663
8664 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8665 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8666 timestamps.
8667 (tramp-get-file-property): Check for timestamps in
8668 `tramp-cache-inhibit-cache'.
8669 (tramp-set-file-property): Write timestamp.
8670
8671 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8672
8673 * language/japan-util.el (japanese-symbol-table): Add entries for
8674 cp932-2-byte.
8675
8676 * international/characters.el: Add category `j' to cp932-2-byte.
8677
8678 2009-08-27 Kenichi Handa <handa@m17n.org>
8679
8680 * international/fontset.el (build-default-fontset-data): New macro.
8681 (setup-default-fontset): Use build-default-fontset-data for CJK,
8682 tibetan, ethiopic, and ipa.
8683
8684 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8687 (enable-multibyte-characters): Not customizable any more.
8688
8689 * subr.el (default-mode-line-format, default-header-line-format)
8690 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8691 (default-direction-reversed, default-truncate-lines)
8692 (default-left-margin, default-tab-width, default-case-fold-search)
8693 (default-left-margin-width, default-right-margin-width)
8694 (default-left-fringe-width, default-right-fringe-width)
8695 (default-fringes-outside-margins, default-scroll-bar-width)
8696 (default-vertical-scroll-bar, default-indicate-empty-lines)
8697 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8698 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8699 (default-scroll-down-aggressively, default-fill-column)
8700 (default-cursor-type, default-buffer-file-type)
8701 (default-cursor-in-non-selected-windows)
8702 (default-buffer-file-coding-system, default-major-mode)
8703 (default-enable-multibyte-characters): Mark as obsolete.
8704
8705 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8706
8707 * vc-dir.el (vc-dir-update): Remove debug helper.
8708
8709 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8710
8711 2009-08-26 Sam Steingold <sds@gnu.org>
8712
8713 * simple.el (save-interprogram-paste-before-kill): New user option.
8714 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8715 save the interprogram-paste into kill-ring before overriding it
8716 with the Emacs kill.
8717
8718 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8719
8720 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8721 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8722 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8723 and move to vc-rcs.el.
8724 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8725 move to vc-rcs.el.
8726 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8727 (vc-rcs-update-changelog): Remove.
8728 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8729 and move to vc-rcs.el.
8730
8731 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8732 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8733 renaming.
8734 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8735 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8736 vc.el, renamed to be RCS specific.
8737
8738 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8739 New functions.
8740 (vc-cvs-update-changelog): Move here from vc.el.
8741
8742 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8743 New functions.
8744
8745 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8748
8749 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8750
8751 * vc-git.el (vc-git-register): Use "git add" for directories.
8752 (vc-git-stash, vc-git-stash-show): New functions.
8753 (vc-git-extra-menu-map): Bind them.
8754
8755 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8756 directory correctly in case the item is a directory itself.
8757
8758 * vc.el: Document the desired behavior for reverted files in the
8759 `added' state.
8760 (vc-default-prettify-state-info): Remove function, unused.
8761
8762 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8763
8764 2009-08-26 Glenn Morris <rgm@gnu.org>
8765
8766 * bindings.el (standard-mode-line-format): Reposition dashes in
8767 which-func entry. (Bug#4217)
8768
8769 * files.el (enable-local-variables, enable-local-eval)
8770 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8771 the defcustoms.
8772 (auto-mode-alist, ignored-local-variables)
8773 (save-some-buffers-action-alist): Move risky declarations to the
8774 definitions.
8775 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8776 (font-lock-defaults, format-alist, imenu--index-alist)
8777 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8778 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8779 (mode-line-modified, mode-line-mule-info, mode-line-position)
8780 (mode-line-process, mode-line-remote, outline-level)
8781 (parse-time-rules, rmail-output-file-alist)
8782 (special-display-buffer-names, vc-mode):
8783 Move risky declarations to the relevant files.
8784 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8785 (mode-line-modified, mode-line-process, mode-line-position)
8786 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8787 * font-core.el (font-lock-defaults):
8788 * format.el (format-alist):
8789 * vc-hooks.el (vc-mode):
8790 * window.el (special-display-buffer-names):
8791 * international/mule-cmds.el (input-method-alist):
8792 Define riskiness here (dumped file) rather than in files.el.
8793 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8794 * imenu.el (imenu-generic-expression, imenu--index-alist):
8795 * outline.el (outline-level):
8796 * time.el (display-time-string):
8797 * calendar/parse-time.el (parse-time-rules):
8798 * mail/rmailout.el (rmail-output-file-alist):
8799 Autoload riskiness here, rather than placing in files.el.
8800
8801 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8802
8803 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8804
8805 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8806
8807 * simple.el (process-file-side-effects): New defvar.
8808
8809 * dired-aux.el (dired-show-file-type):
8810 * vc.el (vc-diff-internal):
8811 * vc-arch.el (vc-arch-diff):
8812 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8813 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8814 * vc-git.el (vc-git-registered, vc-git-working-revision)
8815 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8816 (vc-git--empty-db-p):
8817 * vc-hooks.el (vc-user-login-name):
8818 * vc-svn.el (vc-svn-registered, vc-svn-state)
8819 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8820 * progmodes/grep.el (grep-probe): Let-bind
8821 `process-file-side-effects' with nil.
8822
8823 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8824
8825 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8826 daemon. Replace ping by checking for running service for bluez
8827 and zeroconf. (Bug#4239)
8828
8829 2009-08-25 Kevin Ryde <user42@zip.com.au>
8830
8831 * net/dig.el (dig): Add autoload cookie.
8832
8833 2009-08-25 Glenn Morris <rgm@gnu.org>
8834
8835 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8836 load-history for absolute file-names.
8837 (byte-compile-file-form-require): Warn about use of the cl package.
8838
8839 * format.el (format-alist): Doc fix.
8840
8841 * play/bubbles.el (top-level): Don't require cl at run-time.
8842
8843 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8844 run-time cl).
8845
8846 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8847
8848 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8849 from cl package.
8850 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8851
8852 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8853
8854 * calc/calc-alg.el (math-trig-rewrite)
8855 (math-hyperbolic-trig-rewrite): New functions.
8856 (calc-simplify): Simplify trig functions when asked.
8857
8858 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8861
8862 2009-08-24 Kenichi Handa <handa@m17n.org>
8863
8864 * language/ind-util.el (mapthread): Delete it.
8865 (combinatorial): New function.
8866 (indian--puthash-cv): Use combinatorial instead of mapthread.
8867
8868 2009-08-22 Kevin Ryde <user42@zip.com.au>
8869
8870 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8871 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8872 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8873 Clarify docstring that the value is strings not symbols.
8874 (checkdoc-list-of-strings-p): New function.
8875
8876 2009-08-22 Glenn Morris <rgm@gnu.org>
8877
8878 * files.el (auto-mode-alist):
8879 * hippie-exp.el (he-concat-directory-file-name):
8880 * lpr.el (lpr-windows-system, printer-name):
8881 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8882 * ps-print.el (ps-windows-system):
8883 * startup.el (command-line):
8884 * emulation/viper-ex.el (viper-glob-function):
8885 * international/mule-cmds.el (set-language-environment-coding-systems):
8886 * net/ange-ftp.el (ange-ftp-write-region):
8887 * obsolete/fast-lock.el (fast-lock-cache-name):
8888 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8889 unisoft-unix, vax-vms, win32, w32.
8890
8891 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8892 given name if the pattern is not more specific.
8893
8894 * calendar/lunar.el (lunar-phase-names): New option.
8895 (lunar-phase): Doc fix.
8896 (lunar-cycles-per-year): New constant.
8897 (lunar-index): New function.
8898 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8899 (lunar-phase-name): Use lunar-phase-names.
8900 (calendar-lunar-phases): Use format.
8901 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8902
8903 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8904 Copy imenu-example--name-and-position function here for own use.
8905 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8906
8907 * bs.el (bs--redisplay):
8908 * cus-edit.el (custom-redraw):
8909 * ibuffer.el (ibuffer-bury-buffer):
8910 * server.el (server-goto-line-column):
8911 * startup.el (command-line-1):
8912 * strokes.el (strokes-xpm-for-stroke):
8913 * term.el (term-display-buffer-line):
8914 * view.el (View-goto-line):
8915 * calc/calc.el (calc-do, calc-trail-buffer):
8916 * play/gamegrid.el (gamegrid-add-score-insecure):
8917 * progmodes/ada-mode.el (ada-compile-goto-error):
8918 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8919 (ebrowse-select-1st-to-9nth):
8920 * progmodes/cperl-mode.el (cperl-time-fontification):
8921 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8922 * progmodes/gud.el (gud-display-line):
8923 (idlwave-shell-display-line):
8924 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8925 * progmodes/make-mode.el (makefile-browser-toggle):
8926 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8927 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8928 * textmodes/picture.el (picture-draw-rectangle):
8929 * textmodes/reftex-index.el (reftex-index-goto-letter):
8930 (reftex-select-jump-to-previous):
8931 * textmodes/reftex-sel.el (reftex-find-start-point)
8932 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8933 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8934 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8935 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8936 * textmodes/two-column.el (2C-associated-buffer):
8937 Use forward-line rather than goto-line.
8938
8939 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8940 goto-line.
8941
8942 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8943 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8944 (quick-check-list-to-regexp): Declare.
8945
8946 * progmodes/make-mode.el (makefile-browser-insert-selection):
8947 Use goto-char rather than goto-line.
8948
8949 * progmodes/prolog.el (compilation-error-regexp-alist)
8950 (compilation-forget-errors): Declare.
8951
8952 2009-08-22 Juri Linkov <juri@jurta.org>
8953
8954 * progmodes/grep.el (lgrep, rgrep): At the beginning
8955 set `dir' to `default-directory' unless `dir' is a non-nil
8956 readable directory. (Bug#4052)
8957 (lgrep, rgrep): Change a weird way to report an error
8958 from using `read-string' to using `error'.
8959 Instead of using interactive arguments in the function body,
8960 add new argument `confirm'.
8961
8962 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * textmodes/remember.el (remember-buffer):
8965 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8966 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8967 (icalendar-extract-ical-from-buffer):
8968 * net/newst-treeview.el (newsticker-groups-filename):
8969 * net/newst-backend.el (newsticker-cache-filename):
8970 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8971 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8972 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8973 (speedbar-buffers-line-path, speedbar-path-line)
8974 (speedbar-buffers-line-path):
8975 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8976 (epg-sign-keys):
8977 * epa.el (epa-display-verify-result):
8978 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8979
8980 2009-08-21 Glenn Morris <rgm@gnu.org>
8981
8982 * progmodes/js.el (inferior-moz-process): Fix declaration.
8983
8984 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8985
8986 * obsolete/rnewspost.el (news-mail-reply):
8987 Use goto-char rather than goto-line.
8988
8989 * term/ns-win.el (ns-open-file-select-line):
8990 Use line-beginning-position rather than goto-line.
8991
8992 * apropos.el (apropos-command):
8993 * ehelp.el (electric-helpify):
8994 * printing.el (pr-show-setup):
8995 * strokes.el (strokes-help):
8996 * tutorial.el (tutorial--describe-nonstandard-key)
8997 (tutorial--detailed-help):
8998 * woman.el (woman-mini-help, woman-display-extended-fonts):
8999 * calc/calc-help.el (calc-describe-key):
9000 * emulation/edt.el (edt-electric-helpify):
9001 * international/mule-diag.el (mule-diag):
9002 * play/yow.el (apropos-zippy):
9003 * progmodes/python.el (python-describe-symbol):
9004 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9005 * textmodes/table.el (*table--cell-describe-mode)
9006 (*table--cell-describe-bindings):
9007 Use help-print-return-message rather than the now obsolete alias.
9008
9009 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9010 (calendar-cursor-to-visible-date):
9011 * play/5x5.el (5x5-position-cursor):
9012 * play/decipher.el (decipher):
9013 * play/gomoku.el (gomoku-goto-xy):
9014 * play/landmark.el (lm-goto-xy):
9015 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9016 (mpuz-paint-digit):
9017 Use forward-line, not goto-line.
9018
9019 * mail/rmail.el (rmail-obsolete): Delete custom group.
9020 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9021 (rmail-remote-password, rmail-remote-password-required):
9022 Remove unneeded :set-after and :set properties.
9023
9024 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9025
9026 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9027
9028 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9029
9030 * loadup.el: Remove leftover macos code.
9031
9032 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9033 Explicitly pass the date format to git blame so that user local
9034 so that the output format can be parsed.
9035
9036 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * net/dbus.el (top): Don't check for (getenv
9039 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9040
9041 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9042
9043 * log-edit.el (log-edit-strip-single-file-name): New var.
9044 (log-edit-insert-changelog): Use it. Bug#3571
9045
9046 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9049 Bug#3287
9050
9051 * help.el (help-print-return-message): Rename from
9052 print-help-return-message.
9053
9054 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9055 cvs-mode-map parent hack.
9056 (log-view-mode): Derive from special-mode.
9057
9058 * linum.el (linum-mode): window-size-change-functions is redundant.
9059 Adapt to new window-configuration-change-hook behavior.
9060 (linum-after-size, linum-after-config): Remove.
9061
9062 * imenu.el (imenu-example--name-and-position)
9063 (imenu-example--lisp-extract-index-name)
9064 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9065 Mark as obsolete.
9066
9067 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9068 (inferior-prolog-mode): Use it.
9069 (inferior-prolog-load-file): Reset list of errors.
9070
9071 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9072
9073 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9074
9075 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9076
9077 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9078
9079 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9080 is running already.
9081
9082 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * subr.el (listify-key-sequence-1): Use normal syntax since those
9085 integers are nowadays always represented by the same (positive) number
9086 on all platforms.
9087 (read-key-empty-map): New const.
9088 (read-key-delay): New var.
9089 (read-key): New function.
9090 (force-mode-line-update): Use with-current-buffer.
9091 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9092 (start-process-shell-command, start-file-process-shell-command):
9093 Discourage the use of command-args.
9094
9095 2009-08-19 Glenn Morris <rgm@gnu.org>
9096
9097 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9098
9099 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * simple.el (choose-completion-string): Don't rely on
9102 minibuffer-completing-file-name and ad-hoc checks to decide whether
9103 to continue completion or not.
9104
9105 * minibuffer.el (minibuffer-hide-completions): New function.
9106 (completion--do-completion): Use it.
9107 (completions-annotations): New face.
9108 (completion--insert-strings): Use it.
9109 (completion-pcm--delim-wild-regex): Add docstring.
9110 (completion-pcm--string->pattern): Add support for 0-width delimiters
9111 in completion-pcm--delim-wild-regex.
9112
9113 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9116 Remove unused var `buffer-modified-p'.
9117
9118 * minibuffer.el (completion--do-completion): Move point for the #b001
9119 case as well (bug#4176).
9120 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9121
9122 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9123
9124 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9125 and :session buses.
9126
9127 2009-08-18 Kenichi Handa <handa@m17n.org>
9128
9129 * international/ucs-normalize.el (ucs-normalize-version):
9130 Change to 1.1.
9131 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9132 (utf-8-hfs): Make it perform normalization on encoding too.
9133
9134 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9135 (sentence-end-without-space): Delete duplicated chars.
9136 (sentence-end-base): Likewise.
9137
9138 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9139 (html-mode): Delete duplicated chars from sentence-end-base.
9140
9141 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9142 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9143
9144 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9145
9146 * files.el (hack-one-local-variable): If the mode function is for
9147 a minor mode, pass it an argument (Bug#4148).
9148
9149 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9150
9151 * net/tramp.el (tramp-register-completion-file-name-handler):
9152 Check also for (member 'partial-completion completion-styles).
9153
9154 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9155
9156 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9157 abbrev (Bug#3943).
9158
9159 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9160
9161 * progmodes/cperl-mode.el: Merge upstream 6.2.
9162 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9163 (cperl-forward-re): Check cperl-brace-recursing.
9164 (cperl-highlight-charclass): New function.
9165 (cperl-find-pods-heres): Use it.
9166 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9167 (cperl-beautify-regexp-piece): Fix column calculation.
9168 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9169 (cperl-beautify-level): Don't process entire regexp.
9170 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9171 calling man.
9172 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9173 (cperl-init-faces): Build a list in the normal way.
9174
9175 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9176
9177 * calendar/parse-time.el (parse-time-string-chars): Save match
9178 data.
9179
9180 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9183 (sql-product): Use it.
9184 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9185 (sql-set-product): Add completion.
9186 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9187 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9188 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9189 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9190 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9191 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9192 (sql-highlight-db2-keywords): Remove.
9193 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9194 (sql-highlight-product): Use derived-mode-p.
9195 (sql-set-sqli-buffer): Use with-current-buffer.
9196 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9197 Simplify.
9198
9199 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9200
9201 * term.el: Fix commenting convention, turn comments into docstrings.
9202
9203 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9204
9205 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9206
9207 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9208
9209 * calendar/parse-time.el (parse-time-string-chars): Compute using
9210 character classes, to handle non-ascii characters (Bug#3190).
9211
9212 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9213
9214 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9215 another heredoc if the user adds another < (Bug#3226).
9216
9217 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9218 Don't initialize based on window-system (Bug#4124).
9219
9220 * facemenu.el (facemenu-read-color): Use a completion function
9221 that accepts any defined color, such as RGB triplets (Bug#3677).
9222
9223 * files.el (get-free-disk-space): Change fallback default
9224 directory to /. Expand DIR argument before switching to fallback.
9225 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9226
9227 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9228
9229 * files.el (load-library): Doc fix.
9230
9231 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9232
9233 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9234 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9235 incremental search string.
9236
9237 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9238 XEmacs.
9239
9240 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9241 (ediff-merge-region-is-non-clash)
9242 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9243 Also check if the job is really a merge job.
9244
9245 * ediff.el (ediff-current-file): New function.
9246
9247 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9250 conventions.
9251 (js-insert-and-indent): Delete function.
9252 (js-mode-map): Don't bind keys to js-insert-and-indent.
9253 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9254 (js-end-of-defun): Rename from js--end-of-defun.
9255 (js-auto-indent-flag): Delete variable.
9256
9257 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9258
9259 * progmodes/js.el: Remove proclaim statement.
9260 Defvar which-func-imenu-joiner-function to silence compiler.
9261
9262 * files.el (auto-mode-alist): Use js-mode for .js files.
9263
9264 * progmodes/js2-mode.el: Remove file.
9265
9266 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9267
9268 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9269
9270 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9271
9272 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9273 Karl Landstrom <karl.landstrom@brgeight.se>
9274
9275 * progmodes/js.el: New file.
9276
9277 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9278
9279 * timezone.el (timezone-parse-date): Add ability to understand ISO
9280 basic format (minimal separators) dates in addition to the
9281 already-supported extended format dates.
9282
9283 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9284
9285 * international/ucs-normalize.el: Add a `coding' file variable.
9286
9287 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9288
9289 2009-08-14 Sam Steingold <sds@gnu.org>
9290
9291 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9292
9293 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9294
9295 * faces.el (help-argument-name): Define it here instead of
9296 help-fns.el, because in daemon mode help-fns.el may be loaded when
9297 faces are still uninitialized (Bug#1078).
9298
9299 * help-fns.el (help-argument-name): Move defface to faces.el.
9300
9301 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9302
9303 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9304 create buffer with a pty but no process so that GDB can make the
9305 inferior the controlling process.
9306
9307 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9308
9309 * international/ucs-normalize.el: New file.
9310
9311 2009-08-13 Richard Stallman <rms@gnu.org>
9312
9313 * mail/rmail.el (rmail-get-attr-names):
9314 Accept an attribute header that is too short.
9315
9316 * mail/rmail.el (rmail-forget-messages):
9317 Ignore nil elt in rmail-message-vector. Use dotimes.
9318
9319 * progmodes/compile.el (compilation-goto-locus):
9320 Use next-error-move-function.
9321
9322 * simple.el (next-error-move-function): New variable.
9323
9324 2009-08-12 Juri Linkov <juri@jurta.org>
9325
9326 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9327 always non-nil. (Bug#4052)
9328
9329 * replace.el (read-regexp): Return empty string when
9330 `default-value' is nil.
9331 (keep-lines-read-args): Don't use empty string as the
9332 default value for `read-regexp'. (Bug#2495)
9333
9334 2009-08-12 Juri Linkov <juri@jurta.org>
9335
9336 * international/mule-cmds.el (ucs-insert): Change arguments
9337 from `arg' to `character', `count', `inherit' to be the same
9338 as in `insert-char'. Doc fix. (Bug#4039)
9339
9340 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9341
9342 2009-08-12 Juri Linkov <juri@jurta.org>
9343
9344 * files-x.el: New file.
9345
9346 * files.el: Move code that deals with adding/deleting
9347 file/directory-local variables to files-x.el.
9348
9349 * Makefile.in (ELCFILES): Add files-x.elc.
9350
9351 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9352
9353 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9354 to use `goto-line'.
9355 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9356 `goto-line'.
9357 (gdb-invalidate-disassembly): Do not refresh upon receiving
9358 'update signal. Instead, update all disassembly buffers only after
9359 threads list.
9360 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9361 (gdb-starting): Moved -data-list-register-names...
9362 (gdb-stopped): ...here so it's sent when first thread stops.
9363 (gdb-registers-handler-custom): Do nothing if register names are
9364 unknown yet.
9365
9366 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9367 from `gdb-mi.el' to avoid extra tangling.
9368
9369 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9370 change which breaks `gud-def' definitions used in `gdb'.
9371 (gdb-update-gud-running): No extra fuss for updating frame number.
9372
9373 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9376 (describe-language-environment-map, setup-language-environment-map)
9377 (set-coding-system-map): Move initialization into declaration.
9378 (set-language-info-alist): Last arg to define-key-after can be skipped.
9379
9380 * international/quail.el (quail-completion-1): Simplify.
9381 (quail-define-rules): Use slightly more compact code.
9382 (quail-insert-decode-map): Propertize keys, compact columns.
9383
9384 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9385 Add goto-line.
9386
9387 2009-08-10 Miles Bader <miles@gnu.org>
9388
9389 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9390 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9391 (js2-instance-member, js2-private-member, js2-private-function-call)
9392 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9393 (js2-magic-paren, js2-external-variable):
9394 Remove "-face" suffix from face names.
9395 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9396 (js2-highlight-undeclared-vars, js2-peek-token)
9397 (js2-parse-function-params, js2-mode-show-errors)
9398 (js2-mode-show-warnings, js2-make-magic-delimiter)
9399 (js2-mode-highlight-magic-parens): Update to use new face names.
9400
9401 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9402
9403 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9404 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9405
9406 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * subr.el: Provide hashtable-print-readable.
9409
9410 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9411 hs-c-like-adjust-block-beginning.
9412 (hs-hide-block-at-point): Stop hiding at the beginning of
9413 hs-block-end-regexp (Bug#700).
9414
9415 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9416
9417 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9418 a macro.
9419 (gdb-registers-handler-custom): Do not fail when register names
9420 are unavailable.
9421
9422 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9423
9424 * progmodes/gdb-mi.el (gdb-control-all-threads)
9425 (gdb-control-current-thread): Interactive setters for
9426 `gdb-gud-control-all-threads' to use in menu.
9427 (gdb-show-run-p): Show «Go» when process is not active.
9428 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9429 gud/thread.xpm and gud/all.xpm.
9430
9431 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9432
9433 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9434 (nslookup-font-lock-keywords): Make it a variable.
9435 (net-utils-mode): New mode for viewing diagnostic network output.
9436 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9437 (net-utils-run-simple): New function.
9438 (ifconfig, iwconfig, netstat, arp, route): Use it.
9439
9440 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9441
9442 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9443 (gdb-memory-set-address, def-gdb-set-positive-number)
9444 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9445 after changing settings.
9446 (gdb-invalidate-disassembly): Update when first shown.
9447 (gdb-edit-locals-value): Fixed.
9448 (gdb-registers-handler-custom): Print registers in right order and
9449 allow changing register values (only for current thread yet).
9450 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9451 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9452 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9453 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9454 info in mode name.
9455 (gdb-registers-mode-map): TAB to switch to locals.
9456
9457 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9458
9459 * mail/rmail.el (rmail-add-mbox-headers)
9460 (rmail-set-message-counters-counter): Search for
9461 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9462
9463 2009-08-08 Glenn Morris <rgm@gnu.org>
9464
9465 * Makefile.in (ELCFILES): Update.
9466
9467 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9468
9469 * mail/sendmail.el (mail-yank-original): Set
9470 buffer-file-coding-system from the one used by the message whose
9471 text is yanked.
9472
9473 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9474 to "windows" when "pgnuplot" is used.
9475 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9476 call accept-process-output if "pgnuplot" is used.
9477 (calc-graph-init): Don't send -display and -geometry to
9478 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9479 running "pgnuplot -V" with shell-command-to-string.
9480
9481 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9482 the default.
9483
9484 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9485
9486 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9487 org/org-latex.elc.
9488
9489 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9490
9491 * vc-dispatcher.el (vc-resynch-window): Update comment.
9492
9493 * term.el (term-handle-ansi-escape): Add comments with the
9494 terminfo capabilities implemented.
9495
9496 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9497
9498 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9499 (gdb-var-create-handler): Rewritten using JSON parser.
9500 (gdb-propertize-header): Moved earlier.
9501 (gdb-set-header): Removed to avoid duplication.
9502 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9503 Refresh disassembly buffers only after threads list have been
9504 update.
9505 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9506 variables.
9507
9508 2009-08-04 Juri Linkov <juri@jurta.org>
9509
9510 * files.el: Commands to add/delete file/directory-local variables.
9511 (read-file-local-variable, read-file-local-variable-value)
9512 (read-file-local-variable-mode, modify-file-local-variable)
9513 (modify-file-local-variable-prop-line)
9514 (modify-dir-local-variable): New functions.
9515 (add-file-local-variable, delete-file-local-variable)
9516 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9517 (add-dir-local-variable, delete-dir-local-variable)
9518 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9519 (copy-dir-locals-to-file-locals-prop-line): New commands.
9520
9521 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * abbrev.el (insert-abbrev-table-description): Prettify output.
9524 Suggested by Karl Chen.
9525
9526 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9527
9528 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9529 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9530 (gdb-overlay-arrow-position, gdb-thread-position)
9531 (gdb-disassembly-position): Declare variables.
9532 (gdb-wait-for-pending): Function now.
9533 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9534 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9535 compilation goes smoothly.
9536 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9537 (gdb-non-stop-setting): New customization setting which replaces
9538 `gdb-non-stop' so changing it doesn't break active GDB session.
9539 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9540 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9541 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9542 (gdb-show-threads-by-default): New customization options.
9543 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9544 routines.
9545 (gdb-get-buffer-create): Send buffers update signal when they are
9546 created.
9547 (gdb-invalidate-locals, gdb-invalidate-registers)
9548 (gdb-invalidate-breakpoints)
9549 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9550 (gdb-invalidate-memory): Accept update signal.
9551 (gdb-current-context-command): Use --frame option.
9552 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9553 Implement `gdb-frame-number' selection logic.
9554 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9555 whether to show GUD toolbar buttons.
9556 (gdb-thread-exited): Unselect current thread when it exits.
9557 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9558 (gdb-mark-line): Routine which sets overlay arrow or inverses
9559 video on fringeless displays.
9560 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9561 to build aligned columns of data in GDB buffers and set text
9562 properties line-by-line.
9563 (gdb-invalidate-breakpoints)
9564 (gdb-breakpoints-list-handler-custom)
9565 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9566 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9567 (gdb-registers-handler-custom): Align data columns.
9568 (gdb-locals-handler-custom): Now prints data like in variable
9569 declarations.
9570 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9571 Removed confusing buttons.
9572 (gdb-invalidate-threads): Append --frame.
9573 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9574 between breakpoints/threads buffers.
9575 (gdb-set-window-buffer): Now can ignore dedicated windows.
9576 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9577 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9578 (def-gdb-thread-buffer-gud-command): Replaces
9579 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9580 for fine thread control.
9581 (gdb-preempt-existing-or-display-buffer): New function used to
9582 display bound buffers without breaking window layout.
9583 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9584 (gdb-select-frame): New version of `gdb-frames-select' which now
9585 sets `gdb-frame-number' so commands may use --frame option instead
9586 of inner debugger state.
9587 (gdb-frame-handler): Do not set `gdb-frame-number'.
9588 (gdb-threads-mode-map): Select threads with mouse.
9589
9590 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9591 avoid compilation warning.
9592 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9593 `gdb-show-stop-p`.
9594
9595 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9596 Argument `key' renamed to `buffer-type'.
9597 (gdb-current-context-buffer-name): Do not add thread info to
9598 buffer name when no thread is selected.
9599 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9600 command (bug 3794).
9601 (gdb-thread-selected): Handle `=thread-selected' notification.
9602 (gdb-wait-for-pending): New macro to deal with congestion problems.
9603 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9604 breakpoints.
9605 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9606 This fixes problem similar to one described in bug 3947.
9607 (gud-menu-map): More menu items.
9608 (gdb-init-1): Reset `gdb-thread-number' to nil.
9609
9610 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9611 non-stop settings.
9612
9613 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9614 (gdb-current-context-command): Do not append --thread if
9615 `gdb-thread-number' is nil.
9616 (gdb-running-threads-count, gdb-stopped-threads-count): New
9617 variables.
9618 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9619 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9620 customization options.
9621 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9622 GUD commands.
9623 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9624 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9625 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9626 set `gdb-thread-number' and update `gud-running' properly.
9627 (gdb-running): Update threads list when new threads appear.
9628 (gdb-stopped): Support non-stop operation and new thread switching
9629 logic.
9630 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9631 (gdb-json-partial-output): New set of JSON routines.
9632 (def-gdb-auto-update-trigger): New `signal-list' optional
9633 argument.
9634 (gdb-thread-list-handler-custom): Update `gud-running',
9635 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9636 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9637 (gdb-continue-thread, gdb-step-thread): New commands for fine
9638 thread execution control.
9639 (gud-menu-map): New menu items to switch non-stop options.
9640 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9641 (gdb-send): Mimic RET properly (bug 3794).
9642
9643 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9644 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9645 gdb-buffer-rules.
9646 (def-gdb-auto-update-handler): New nopreserve optional argument.
9647 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9648
9649 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9650 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9651 (gdb-parent-mode): New mode to derive other GDB modes from.
9652 (gdb-display-disassembly-for-thread)
9653 (gdb-frame-disassembly-for-thread): New commands for threads
9654 buffer.
9655
9656 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9657 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9658 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9659 (gdb-update): We now store all GDB buffers in a list so that they
9660 can be updated by traversing a list instead of calling invalidate
9661 triggers explicitly.
9662 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9663 pair for GDB buffer.
9664 (gdb-stack-buffer-name): Add thread information.
9665 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9666 handle pending triggers.
9667 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9668 (def-gdb-thread-buffer-simple-command)
9669 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9670 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9671 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9672 New commands which show buffers bound to thread.
9673 (gdb-stack-list-locals-regexp): Removed unused regexp.
9674
9675 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9676 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9677 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9678 to (gud-comint-buffer) in *-buffer-name functions
9679 because (gdb-get-target-string) already does that.
9680 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9681 (gdb-changed-registers-handler): Rewritten without regexps.
9682
9683 * progmodes/gdb-mi.el: Basic thread selection support.
9684 (gdb-thread-number): New variable.
9685 (gdb-current-context-command): New macro which adds --thread
9686 option to command.
9687 (gdb-threads-mode-map): Select thread with SPC.
9688 (gdb-thread-list-handler-custom): Mark current thread with overlay
9689 arrow. Synchronize GDB thread and Emacs thread.
9690 (gdb-select-thread): New command which selects current thread.
9691 (gdb-invalidate-frames, gdb-invalidate-locals)
9692 (gdb-invalidate-registers): Use --thread option.
9693
9694 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9695
9696 * net/tramp.el (top): Make check for tramp-gvfs loading more
9697 robust. (Bug#3977)
9698 (tramp-handle-insert-file-contents): `unwind-protect' must be
9699 inside `with-parsed-tramp-file-name'.
9700
9701 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9702 fails.
9703
9704 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9705
9706 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9707 directory if CLASSPATH is not set.
9708
9709 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9710
9711 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9712 New defconst.
9713 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9714
9715 2009-08-02 Kevin Ryde <user42@zip.com.au>
9716
9717 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9718 Update freshmeat link. Delete newsforge.com as it seems gone.
9719
9720 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * select.el (x-set-selection): Doc fix (Bug#4021).
9723
9724 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9725
9726 * help-fns.el (describe-variable): Treat list return values from
9727 dir-locals-find-file properly (Bug#4005).
9728
9729 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9730
9731 * net/tramp.el (tramp-debug-message): Print also microseconds.
9732
9733 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9734
9735 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9736 or END is non-nil.
9737 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9738 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9739 format.
9740
9741 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9742 (tramp-get-file-property): Use it.
9743
9744 * autorevert.el (auto-revert-handler): Allow
9745 `auto-revert-tail-mode' for remote files.
9746
9747 2009-08-02 Jason Rumney <jasonr@gnu.org>
9748
9749 * minibuffer.el (read-file-name): Treat confirm options to
9750 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9751
9752 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9753
9754 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9755 (font-lock-variable-name-face, font-lock-constant-face): Darken
9756 the colors for light backgrounds.
9757
9758 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9759
9760 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9761 month names. (Bug#3987)
9762
9763 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9764
9765 * simple.el (line-move-finish): Pass whole number to
9766 line-move-to-column.
9767 (line-move-visual): Perform hscroll to the recorded position.
9768
9769 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9770
9771 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9772
9773 2009-07-29 Alan Mackenzie <acm@muc.de>
9774
9775 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9776
9777 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9778
9779 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9780 (gdb-place-breakpoints): Use full path when setting breakpoints.
9781
9782 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9783
9784 * calc/calc.el (calc-mode-map): Add keybinding for
9785 `calc-transpose-lines'.
9786
9787 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9788
9789 * calc/calc-misc.el (calc-transpose-lines): New function.
9790
9791 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9792
9793 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9794 Simplify check for out-of-band methods.
9795 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9796 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9797
9798 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9799
9800 * vc-git.el (vc-git-checkin): Fix typo.
9801
9802 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9803
9804 * progmodes/js2-mode.el: New file.
9805
9806 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9807
9808 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9809 (gud-menu-map): Adjust tooltip accordingly.
9810
9811 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9814 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9815
9816 * add-log.el (change-log-mode-map): Add a menu.
9817
9818 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9819
9820 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9821 function returns nil.
9822 (dbus-handle-event): Handle special return value :ignore.
9823 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9824
9825 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9828 it's not needed.
9829
9830 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9831
9832 Fix Bug#3888:
9833
9834 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9835
9836 * term/pc-win.el (x-display-name, x-colors)
9837 (x-select-enable-clipboard, x-select-text): Doc fix.
9838
9839 * term/common-win.el (x-display-name, x-colors): Doc fix.
9840
9841 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9842 (xw-defined-colors): Doc fix.
9843
9844 * w32-fns.el (x-select-text, x-setup-function-keys)
9845 (x-get-selection, x-set-selection): Doc fix.
9846
9847 * term/x-win.el (x-select-text, x-setup-function-keys)
9848 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9849
9850 * select.el (x-set-selection): Doc fix.
9851
9852 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9853
9854 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9855 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9856 "IsNSSSupportAvailable" method is not available. Reported by
9857 Steve Youngs <steve@sxemacs.org>.
9858
9859 2009-07-24 Kenichi Handa <handa@m17n.org>
9860
9861 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9862 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9863 (build-unicode-category-table): Fix range checks.
9864
9865 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9866
9867 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9868 the buffer we try to sync is current when calling
9869 vc-resynch-buffer.
9870
9871 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9872 not show up to date files.
9873
9874 2009-07-24 Glenn Morris <rgm@gnu.org>
9875
9876 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9877 Add autoload cookies. If necessary, initialize.
9878 (elint-log): Handle non-file buffers.
9879 (elint-initialize): Add optional argument to reinitialize.
9880 (elint-find-builtin-variables): Save excursion.
9881
9882 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9883
9884 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9885 for Lint.
9886
9887 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9888
9889 * vc.el (vc-print-log-internal): New function, split out from ...
9890 (vc-print-log): ... here.
9891 (vc-dir-move-to-goal-column): Declare.
9892
9893 * vc-git.el (vc-git-add-signoff): New variable.
9894 (vc-git-checkin): Use it.
9895 (vc-git-toggle-signoff): New function.
9896 (vc-git-extra-menu-map): Bind it to menu.
9897 (vc-git--run-command-string): Accept a nil FILE argument.
9898 (vc-git-stash-list): New function.
9899 (vc-git-dir-extra-headers): Use it.
9900
9901 2009-07-23 Glenn Morris <rgm@gnu.org>
9902
9903 * help-fns.el (describe-variable): Describe ignored and risky local
9904 variables in a similar way to that in which we describe safe ones.
9905
9906 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9907 (byte-compile-output-file-form, byte-compile-output-docform)
9908 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9909 Give some more local variables with common names a "bytecomp-" prefix,
9910 so as not to shadow things during compilation.
9911 * emacs-lisp/cl-macs.el (load-time-value)
9912 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9913 `outbuffer' to `bytecomp-outbuffer'.
9914
9915 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9916 since the next two variables cover them automatically now.
9917 (elint-builtin-variables, elint-autoloaded-variables): New.
9918 (elint-unknown-builtin-args): Remove all members, since they can be
9919 parsed automatically now.
9920 (elint-extra-errors): New.
9921 (elint-env-add-env, elint-env-add-macro): Use cadr.
9922 (elint-current-buffer): Use or. Change final message.
9923 (elint-get-top-forms): Use line-end-position.
9924 (elint-init-env): Use cadr. Handle autoload, declare-function,
9925 and defalias.
9926 (elint-add-required-env): Doc fix. Use or. Standardize error.
9927 (regexp-assoc): Remove unused function.
9928 (elint-top-form): Set elint-current-pos, to record the start of the
9929 top-level form, for compilation-mode.
9930 (elint-form): Trap errors in macro expansion. Use dolist.
9931 (elint-unbound-variable): Use elint-builtin-variables and
9932 elint-autoloaded-variables.
9933 (elint-get-args): Use cadr, or.
9934 (elint-check-cond-form): Use dolist, cadr.
9935 (elint-check-condition-case-form): Doc fix. Use cadr.
9936 Use elint-extra-errors.
9937 (elint-log): New function.
9938 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9939 Distinguish errors and warnings.
9940 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9941 Use a bytecomp-style format.
9942 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9943 (elint-get-log-buffer): Use compilation mode. Disable undo.
9944 Don't truncate lines.
9945 (elint-initialize): Set builtin and autoloaded variable lists.
9946 Only process elint-unknown-builtin-args if non-nil.
9947 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9948 New functions.
9949 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9950
9951 2009-07-22 Kevin Ryde <user42@zip.com.au>
9952
9953 * net/newst-backend.el (newsticker--parse-atom-1.0)
9954 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9955 (newsticker--parse-rss-1.0):
9956 * progmodes/idlwave.el (idlwave-mode):
9957 * progmodes/idlw-shell.el (idlwave-shell-mode):
9958 * progmodes/vera-mode.el (vera-mode):
9959 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9960 * progmodes/vhdl-mode.el (vhdl-mode):
9961 * textmodes/table.el (table-generate-source)
9962 (table--warn-incompatibility):
9963 Hyperlink urls in docstrings with URL `...'.
9964
9965 2009-07-22 Glenn Morris <rgm@gnu.org>
9966
9967 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9968 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9969 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9970 Remove leading * from defcustom docs.
9971
9972 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9973
9974 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9975 defcustom doc.
9976 (list-load-path-shadows): Optionally, just return shadows as a string.
9977
9978 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9979
9980 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * mail/rmailedit.el (rmail-edit-mode): Use
9983 auto-save-include-big-deletions.
9984
9985 * mail/rmail.el (rmail-variables): Use
9986 auto-save-include-big-deletions.
9987
9988 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9989 changes.
9990
9991 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9992
9993 * calc/calc.el (calc-undo-length): New variable.
9994 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9995
9996 2009-07-21 Richard Stallman <rms@gnu.org>
9997
9998 * files.el (auto-save-mode): Handle buffer-save-size = -2
9999 for toggling mode.
10000
10001 2009-07-21 Glenn Morris <rgm@gnu.org>
10002
10003 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10004
10005 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10006
10007 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10008 silence compiler. Instead...
10009 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10010 (ps-print-ensure-fontified): Update for above function name changes.
10011
10012 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10013 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10014 silence compiler. Instead...
10015 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10016 (mh-show-buffer): Only define for compiler.
10017 (pr-mh-current-message): Update for above function name changes.
10018
10019 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10020 as an argument.
10021 (find-file-noselect, insert-file-1): Update for above change.
10022
10023 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10024
10025 * mail/mailclient.el (mailclient-send-it): Fix message.
10026
10027 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10028 (edebug-eval): Check cl-debug-env is bound.
10029 (print-level, print-circle): Don't redefine built-in variables.
10030
10031 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10032 (custom-print-vectors): Remove old comments from doc.
10033
10034 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10035 (emerge-version): Make the variable an obsolete alias for the
10036 emacs-version variable. Make the function obsolete.
10037 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10038 Emerge options, rather than merging in into the main Options menu.
10039 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10040 and auto advance modes. Disable edit/fast items when not relevant.
10041
10042 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10043
10044 * term/vt420.el (terminal-init-vt420): Fix typo.
10045
10046 2009-07-20 Sam Steingold <sds@gnu.org>
10047
10048 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10049 variable (removed from compile.el on 2004-03-11).
10050
10051 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10052
10053 * files.el (hack-local-variables-filter): Fix last change.
10054
10055 2009-07-19 Juri Linkov <juri@jurta.org>
10056
10057 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10058 (dir-local-variables-alist): New buffer-local variable.
10059 (hack-local-variables-filter): If variable is not dir-local,
10060 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10061 because file-local overrides dir-local.
10062 (c-postprocess-file-styles) <declare-function>:
10063 Remove obsolete declaration.
10064 (hack-dir-local-variables): Add dir-local variable/value pair to
10065 `dir-local-variables-alist' and remove duplicates. Doc fix.
10066
10067 * help-fns.el (describe-variable): Add information about
10068 file-local and dir-local variables.
10069
10070 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10071
10072 * files.el (hack-local-variables-filter): Rewrite.
10073
10074 2009-07-19 Glenn Morris <rgm@gnu.org>
10075
10076 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10077 Silence compiler by only defining on XEmacs.
10078
10079 * international/mule.el (auto-coding-regexp-alist): Only match
10080 BABYL... at the start of buffer, not of lines. (Bug#3790)
10081
10082 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10083 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10084 (cal-menu-context-mouse-menu): Doc fix.
10085
10086 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10087
10088 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10089
10090 2009-07-18 Juri Linkov <juri@jurta.org>
10091
10092 * info.el: Virtual Info keyword finder.
10093 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10094 (Info-finder-file): New variable.
10095 (Info-finder-find-file): New function.
10096 (finder-known-keywords, finder-package-info)
10097 (find-library-name, lm-commentary): Use defvar and
10098 declare-function to silence compiler warnings.
10099 (Info-finder-find-node): New function.
10100 (info-finder): New command.
10101
10102 * subr.el (process-kill-buffer-query-function): New function.
10103 (add-hook)<kill-buffer-query-functions>: Add hook
10104 `process-kill-buffer-query-function'.
10105
10106 2009-07-18 Alan Mackenzie <acm@muc.de>
10107
10108 * progmodes/cc-mode.el (c-before-hack-hook)
10109 (c-postprocess-file-styles): Give invocation of `c-set-style'
10110 DONT-OVERRIDE parameter of t. Already set style variables will
10111 thus not be overridden by style settings given by `c-file-syle'.
10112
10113 * files.el (hack-local-variables-filter): Remove entries with
10114 duplicate keys from `file-local-variables-alist'.
10115
10116 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10117
10118 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10119 x-set-selection if display-selections-p returns nil for the
10120 current frame.
10121
10122 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10123
10124 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10125
10126 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10127
10128 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10129 Accept nil in addition to a regexp.
10130 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10131 Accept nil in addition to a regexp.
10132 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10133 buffers that have an associated file. Handle nil values of
10134 desktop-buffers-not-to-save and desktop-files-not-to-save.
10135 (Bug#3833)
10136
10137 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10138 (x-disown-selection-internal): New functions.
10139
10140 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10141
10142 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10143 warning.
10144 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10145 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10146
10147 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10148
10149 * simple.el (set-mark): Revert last change.
10150
10151 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10152
10153 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10154 rendering of pngs is not possible instead of messaging a long
10155 description.
10156
10157 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10158
10159 * w32-fns.el (x-selection-owner-p): New function.
10160
10161 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10162 (mouse-yank-at-click, mouse-yank-primary): If
10163 select-active-regions is non-nil, deactivate the mark before
10164 insertion.
10165
10166 * simple.el (deactivate-mark, set-mark): Only save selection if we
10167 own it.
10168
10169 2009-07-17 Kenichi Handa <handa@m17n.org>
10170
10171 * case-table.el (describe-buffer-case-table): Fix for the case
10172 that KEY is a cons.
10173
10174 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10175
10176 * vc-rcs.el (vc-rcs-find-file-hook):
10177 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10178
10179 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10180
10181 * net/tramp.el (tramp-wait-for-output): Handle the case when
10182 commands do not return a newline but a null byte before the shell
10183 prompt. (Bug#3858)
10184
10185 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10186
10187 * term/ns-win.el (ns-set-alpha): Don't declare.
10188 (ns-set-background-alpha): Remove function.
10189
10190 2009-07-16 Kevin Ryde <user42@zip.com.au>
10191
10192 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10193 y-or-n-p, for safety.
10194
10195 2009-07-16 Richard Stallman <rms@gnu.org>
10196
10197 * files.el (auto-save-mode): If buffer-saved-size is -2,
10198 don't clobber it.
10199
10200 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10201 (rmail-retry-ignored-headers): Add more uninteresting fields.
10202
10203 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10204
10205 * net/rcirc.el (rcirc): Use history variables.
10206 (rcirc-server-name-history, rcirc-nick-name-history)
10207 (rcirc-server-port-history): New variables.
10208
10209 2009-07-15 Kenichi Handa <handa@m17n.org>
10210
10211 * international/mule-cmds.el (set-language-environment-charset):
10212 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10213 ignore them.
10214
10215 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10216 Delete unibyte-display.
10217
10218 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10221
10222 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10223
10224 * simple.el (deactivate-mark): Optional argument FORCE.
10225 (set-mark): Use deactivate-mark.
10226
10227 * info.el (Info-search): No need to check transient-mark-mode
10228 before calling deactivate-mark.
10229
10230 * select.el (x-set-selection): Doc fix.
10231 (x-valid-simple-selection-p): Allow buffer values.
10232 (xselect--selection-bounds): Handle buffer values. Suggested by
10233 David De La Harpe Golden.
10234
10235 * mouse.el (mouse-set-region, mouse-drag-track): Call
10236 copy-region-as-kill before setting the mark, to let
10237 select-active-regions work.
10238
10239 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10240
10241 * simple.el (deactivate-mark): If select-active-regions is
10242 non-nil, copy the selection data into a string.
10243 (activate-mark): If select-active-regions is non-nil, set the
10244 selection to the current buffer.
10245 (set-mark): Update selection if select-active-regions is non-nil.
10246
10247 * select.el (x-valid-simple-selection-p): Allow buffer values.
10248
10249 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10252 and more featureful message-mode.
10253
10254 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10255
10256 * select.el (x-set-selection): Doc fix.
10257 (x-valid-simple-selection-p): Disallow selection data consisting
10258 of a list or cons of integers, since that is not used.
10259 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10260 (xselect-convert-to-string, xselect-convert-to-length)
10261 (xselect-convert-to-filename, xselect-convert-to-charpos)
10262 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10263
10264 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10265
10266 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10267 output in -break-info command (Emacs bug #3794).
10268
10269 2009-07-14 Glenn Morris <rgm@gnu.org>
10270
10271 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10272 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10273 (edebug-print-length, edebug-print-level, edebug-print-circle)
10274 (edebug-sit-for-seconds, edebug-view-outside)
10275 (edebug-bounce-point, edebug-set-global-break-condition)
10276 (edebug-Go-nonstop-mode, edebug-trace-mode)
10277 (edebug-Trace-fast-mode, edebug-continue-mode)
10278 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10279 (edebug-visit-eval-list): Doc fixes.
10280
10281 * subr.el (def-edebug-spec): Doc fix.
10282
10283 2009-07-14 Kenichi Handa <handa@m17n.org>
10284
10285 * international/characters.el: Fix setting of category ?C.
10286
10287 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10288
10289 * term/ns-win.el (x-select-font): defalias x-select-font to
10290 ns-popup-font-panel instead of generate-fontset-menu.
10291
10292 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10293
10294 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10295
10296 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10297
10298 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10299 the PK\003\004 header (Bug#3770).
10300
10301 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10302
10303 * pcomplete.el (pcomplete-comint-setup): Check for
10304 shell-dynamic-complete-filename too.
10305
10306 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * simple.el (temporary-goal-column): Change the value for
10309 line-move-visual to a cons cell.
10310 (line-move-visual): Record or set the window hscroll, if
10311 necessary (Bug#3494).
10312 (line-move-1): Handle cons value of temporary-goal-column.
10313
10314 2009-07-11 Kenichi Handa <handa@m17n.org>
10315
10316 * international/mule-diag.el (describe-character-set): Don't show
10317 width.
10318
10319 2009-07-10 Sam Steingold <sds@gnu.org>
10320
10321 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10322 Omake sometimes indents the errors it prints, so allow all
10323 regexps to start with spaces.
10324
10325 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10326
10327 * cus-edit.el (customize-changed-options-previous-release):
10328 Bump value to 22.1. (Bug#3804)
10329
10330 2009-07-08 Sam Steingold <sds@gnu.org>
10331
10332 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10333 to be a cons cell (test . ignored-directory) to selectively ignore
10334 some directories depending on the location of the search.
10335
10336 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10337
10338 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10339 remote user is root, on the local host.
10340 (tramp-local-host-p): Either the local user or the remote user
10341 must be root. (Bug#3771)
10342
10343 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10344
10345 * progmodes/gdb-mi.el (gdb): Remove description of
10346 gdb-use-separate-io-buffer.
10347 (menu): Don't allow toggling of or enable
10348 gdb-use-separate-io-buffer from menubar.
10349
10350 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10351
10352 * mail/unrmail.el (unrmail): Make sure the message ends with two
10353 newlines (Bug#3769).
10354
10355 2009-07-08 Glenn Morris <rgm@gnu.org>
10356
10357 * calendar/calendar.el (calendar-current-date): Rework previous change.
10358
10359 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10360
10361 * calendar/calendar.el (calendar-current-date):
10362 Add an optional argument giving an offset from today.
10363
10364 2009-07-08 Glenn Morris <rgm@gnu.org>
10365
10366 * tutorial.el (tutorial--describe-nonstandard-key):
10367 Adjust the message for when a key has been unbound.
10368 (help-with-tutorial): Hide the arch-tag.
10369
10370 2009-07-08 Kenichi Handa <handa@m17n.org>
10371
10372 * international/fontset.el (setup-default-fontset): For each
10373 script, append (not set) font-specs.
10374
10375 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10376 docstring.
10377
10378 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10379
10380 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10381 -data-list-register-names to ...
10382 (gdb-starting): ... here because GDB 7.0 requires execution to
10383 have started when using this MI command.
10384 (gdb-set-header): New function to distinguish select and
10385 unselected tabs in gdb buffers.
10386 (gdb-propertize-header): New macro that uses gdb-set-header.
10387 (gdb-breakpoints-header, gdb-locals-header): Use it.
10388 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10389
10390 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10391
10392 * Makefile.in (ELCFILES): Remove fadr.elc.
10393
10394 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10395
10396 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10397 may contain frame information, so `string-match' should be used.
10398 (gdb-update): Disassembly is invalidated through
10399 `gdb-get-selected-frame'.
10400 (gdb-pad-string): New function to pad string with spaces.
10401 (gdb-invalidate-disassembly): Invalidate only if the buffer
10402 exists.
10403 (gdb-disassembly-handler-custom): Column alignment.
10404 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10405 placing new ones.
10406 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10407 end of line, too.
10408 (gdb-frame-handler): Match convention to for disassembly buffer
10409 mode name.
10410 (gdb-stack-list-frames-handler): Rewritten without regexps.
10411 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10412 not highlight breakpoints without line information.
10413 (gdb-input): Add trailing newline to command.
10414
10415 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10416 buffer properly.
10417 (gdb-breakpoints-list-handler-custom): Replacement for
10418 `gdb-break-list-handler'. Using real parser instead of regexps
10419 now.
10420 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10421 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10422 to place breakpoints.
10423 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10424 functions.
10425 (gdb-disassembly-handler-custom): Show overlay arrow.
10426 (gdb-disassembly-place-breakpoints): Show breakpoints in
10427 disassembly buffer.
10428 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10429 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10430 instead of parsing breakpoints buffer. Fixed old menu references
10431 in `gud-menu-map'.
10432
10433 * fadr.el: Remove.
10434
10435 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10436 (gdb-memory-address): New variable which holds top address of
10437 memory page shown in memory buffer.
10438 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10439 customization variables.
10440 New functions:
10441 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10442 display the memory buffer.
10443 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10444 buffer display parameters.
10445 (def-gdb-memory-format, gdb-memory-format-binary)
10446 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10447 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10448 Functions for setting memory buffer format.
10449 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10450 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10451 unit size used in memory buffer.
10452 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10453 to next/previous page of memory buffer.
10454 Now using (bindat-get-field) instead of fadr functions.
10455
10456 2009-07-07 Sam Steingold <sds@gnu.org>
10457
10458 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10459 non-top-level files.
10460
10461 2009-07-07 Kenichi Handa <handa@m17n.org>
10462
10463 * international/mule-cmds.el (reset-language-environment): Put
10464 the highset priority to the charset iso-8859-1.
10465
10466 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10467
10468 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10469 to the end of the line when locating the block (Bug#700).
10470
10471 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10472
10473 * net/tramp.el (tramp-handle-write-region): Flush file properties
10474 in case of short track.
10475
10476 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10477
10478 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10479 Coded custom representation of verilog error regular expressions
10480 to work with Emacs-22's new format.
10481 (verilog-error-regexp-xemacs-alist): Coded custom representation
10482 of verilog error regular expressions to work with XEmacs format.
10483 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10484 error recognition into XEmacs.
10485 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10486 error recognition into Emacs-22.
10487
10488 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10489
10490 * woman.el: Remove stand-alone closing parentheses.
10491 (woman-file-name, woman2-format-paragraphs)
10492 (woman-leave-blank-lines): Code cleanup.
10493 (woman-use-own-frame): Change default to nil.
10494 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10495 defaults to inherit from default faces.
10496 (woman2-process-escapes): Consume the newline after a stand-alone
10497 filler character (Bug#3651).
10498
10499 2009-07-06 Glenn Morris <rgm@gnu.org>
10500
10501 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10502 (top-level): Move provide to the end.
10503 (ffap): Remove defunct URL from custom group.
10504
10505 * subr.el (eval-after-load): Doc fix.
10506
10507 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10508
10509 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10510 `calc-embedded-word' is called twice.
10511
10512 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * files.el (find-alternate-file-other-window, find-alternate-file):
10515 Obey confirm-nonexistent-file-or-buffer.
10516
10517 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10518
10519 * dired-aux.el (dired-show-file-type): Handle remote files.
10520
10521 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10522
10523 * desktop.el (desktop-globals-to-save):
10524 Add file-name-history (Bug#2750).
10525
10526 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10527
10528 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10529
10530 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10531
10532 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10533 property on entire argument since this is what eshell-lisp-command
10534 expects.
10535
10536 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10537
10538 * net/tramp-gvfs.el (tramp-gvfs-methods)
10539 (tramp-gvfs-zeroconf-domain)
10540 (tramp-bluez-discover-devices-timeout): Add version flag.
10541 (tramp-gvfs-handler-mounted-unmounted)
10542 (tramp-gvfs-connection-mounted-p): Polish handling of
10543 incompatibilities between GVFS 0.2 and 1.0.
10544
10545 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10546
10547 * cus-start.el (all): Add make-pointer-invisible.
10548
10549 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10550
10551 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10552 formatted correctly.
10553
10554 2009-07-02 Juri Linkov <juri@jurta.org>
10555
10556 * info.el: Virtual Info files and nodes.
10557 (Info-virtual-files, Info-virtual-nodes): New variables.
10558 (Info-current-node-virtual): New variable.
10559 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10560 New functions.
10561 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10562 to check for a virtual file instead of checking a fixed list
10563 of node names.
10564 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10565 instead of ad-hoc processing of "dir" and (apropos history toc).
10566 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10567 instead of ad-hoc processing of "dir" and (apropos history toc).
10568 Reread a file when moving from a virtual node.
10569 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10570 (Info-directory-toc-nodes, Info-directory-find-file)
10571 (Info-directory-find-node): New functions.
10572 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10573 (Info-history): Move part of code to
10574 `Info-history-find-node'.
10575 (Info-history-toc-nodes, Info-history-find-file)
10576 (Info-history-find-node): New functions.
10577 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10578 (Info-toc): Move part of code to `Info-toc-find-node'.
10579 (Info-toc-find-node): New function.
10580 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10581 the current Info file name to references because now the node
10582 "*TOC*" belongs to the same Info manual.
10583 (Info-toc-build): Rename from `Info-build-toc'.
10584 (Info-toc-nodes): Rename input argument `file' to `filename'.
10585 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10586 instead of ad-hoc processing of ("dir" apropos history toc).
10587 (Info-index-nodes): Use Info-virtual-file-p
10588 to check for a virtual file instead of checking a fixed list
10589 of node names.
10590 (Info-index-node): Add check for `Info-current-node-virtual'.
10591 Raise `save-match-data' higher up the tree to contain
10592 `search-forward' too (bug fix).
10593 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10594 (Info-virtual-index-nodes): New variable.
10595 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10596 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10597 (Info-apropos-file, Info-apropos-nodes): New variables.
10598 (Info-apropos-toc-nodes, Info-apropos-find-file)
10599 (Info-apropos-find-node, Info-apropos-matches): New functions.
10600 (info-apropos): Move part of code to `Info-apropos-find-node' and
10601 `Info-apropos-matches'.
10602 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10603 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10604 for a virtual file instead of checking a fixed list of node names.
10605
10606 * simple.el (async-shell-command): New command.
10607
10608 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10609
10610 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10611 instead of `mount-info'.
10612
10613 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10614
10615 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10616 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10617
10618 2009-07-02 Kenichi Handa <handa@m17n.org>
10619
10620 * international/mule.el (set-keyboard-coding-system): Force *-unix
10621 coding-system to avoid eol conversion.
10622
10623 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10624
10625 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10626 Add handler for `process-file', `shell-command' and
10627 `start-file-process'.
10628 (tramp-gvfs-handle-shell-command)
10629 (tramp-gvfs-handle-start-file-process)
10630 (tramp-gvfs-handle-process-file): New defuns.
10631 (tramp-synce-list-devices): Simplify check for existence of property.
10632
10633 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10634
10635 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10636
10637 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10638
10639 * language/korean.el (set-language-info-alist): Add korean-cp949,
10640 cp949 to spec.
10641
10642 2009-07-01 Kenichi Handa <handa@m17n.org>
10643
10644 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10645
10646 * international/encoded-kb.el: Deleted.
10647
10648 * international/mule.el (set-keyboard-coding-system): Perform the
10649 necessary setup here instead of calling encoded-kbd-setup-display.
10650
10651 2009-07-01 Glenn Morris <rgm@gnu.org>
10652
10653 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10654
10655 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10656
10657 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10658
10659 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10660
10661 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10662 Handle also the 'rename case, when setting file modes. (Bug#3712)
10663 (tramp-default-file-modes): Remove execute permissions.
10664
10665 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10666 (top): Add a default for "synce" in `tramp-default-user-alist'.
10667 Add completion function for "synce" method.
10668 (tramp-hal-service, tramp-hal-path-manager)
10669 (tramp-hal-interface-manager, tramp-hal-interface-device):
10670 New defconst.
10671 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10672 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10673 New defuns.
10674
10675 * net/trampver.el: Update release number.
10676
10677 2009-06-30 Kenichi Handa <handa@m17n.org>
10678
10679 * international/fontset.el (setup-default-fontset): Add CJK fonts
10680 for symbols and the other miscellaneous characters.
10681
10682 * language/korea-util.el (setup-korean-environment-internal):
10683 Make char-width-table suitable for Korean environments.
10684 (exit-korean-environment): Cancel above.
10685
10686 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10687 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10688 setup-function to make char-width-table suitable for respective
10689 environments, and an exit-function to cancel that.
10690
10691 * language/japan-util.el (setup-japanese-environment-internal):
10692 Call use-cjk-char-width-table with arg `ja_JP'.
10693
10694 * international/characters.el (cjk-char-width-table): Delete it.
10695 (cjk-char-width-table-list): New variable.
10696 (use-cjk-char-width-table): New arg local-name.
10697 (use-default-char-width-table): Fix for the case that Emacs is
10698 already using the default char-width-table.
10699
10700 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10701
10702 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10703 modes mandatory. (Bug#3712)
10704
10705 2009-06-29 Alan Mackenzie <acm@muc.de>
10706
10707 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10708 correction between the visible width of TABs and their number of bytes.
10709
10710 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10711
10712 * server.el (server-buffer-done): Prevent kill-buffer from
10713 prompting by clearing the buffer modification flag (Bug#3696).
10714
10715 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10716
10717 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10718 (verilog-endcomment-reason-re): Support unique case and priority case.
10719 (verilog-basic-complete-re): Support localparam lineup.
10720 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10721 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10722 commenting.
10723 (verilog-leap-to-case-head): Now support *nested* unique &
10724 priority case statements.
10725 (verilog-auto-lineup): Make just declarations the default (as it
10726 had been).
10727 (verilog-leap-to-case-head): Support priority/unique case statements.
10728 (verilog-auto-lineup): Rework to give users radio buttons to
10729 select the various styles of automatic lineup.
10730 (verilog-error-regexp-alist): Rework to support the XEmacs style
10731 of error regular expressions from compilers, lint tools &
10732 simulators. Note that GNU Emacs has made it impossible for a mode
10733 to load such things.
10734 (electric-verilog-terminate-line, verilog-indent-declaration)
10735 (verilog-auto-wiure): Rework for radio button selection of
10736 auto-lineup selection of specification of auto lineup.
10737 (verilog-beg-of-statement-1): Redesign to support proper operation
10738 in additional code, based on testing with auto-lineup.
10739 (verilog-calculate-indent, assignments & declarations)
10740 (verilog-backward-token): Enhance to support auto-lineup of
10741 assignments & declarations.
10742 (verilog-in-directive-p, verilog-at-struct-p): New function for
10743 easy test of whether we are.
10744 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10745 to support safe execution at almost anyline.
10746 (verilog-calc-1): Properly support indenting deep inside generate
10747 blocks.
10748 (verilog-init-font): Remove definition & use of verilog-init-font,
10749 as it is redundant with font-lock-defaults.
10750 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10751 to avoid circular calls if syntax-ppss is a function (as is the
10752 case now in 22.x GNU Emacs) as that function would sometimes call
10753 itself, leading to (nearly) infinite recursion.
10754 (verilog-ovm-begin-re, verilog-ovm-end-re)
10755 (verilog-ovm-statement-re, verilog-leap-to-head)
10756 (verilog-backward-token): Add support for OVM macros. Some are
10757 complete statements, and others open and close scopes like begin
10758 and end.
10759 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10760 (verilog-defun-level-generate-only-re): Really fix the defun-list
10761 compilation issue.
10762 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10763 coverpoint, constraint and cross statements.
10764 (verilog-defun-level-list, verilog-generate-defun-level-list)
10765 (verilog-all-defun-level-list): Redo these specifications - it is
10766 too hard to support eval-when compile aggregation of lists also
10767 built at when-compile time.
10768 (verilog-defun-level-list): Place defconsts of variables used in
10769 building regular expressions which are built in eval-when-compile
10770 bodies in the same eval-when-compile body to facilitate compile
10771 without load.
10772 (verilog-beg-block-re-ordered): Support indenting
10773 virtual/protected tasks and functions.
10774 (verilog-defun-level-list, verilog-in-generate-region-p)
10775 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10776 indentation of some module items (generate items).
10777 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10778 across virtual/protected tasks and functions.
10779
10780 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10781
10782 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10783 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10784 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10785 in concatenations. Reported by Yishay Belkind.
10786 (verilog-auto-ascii-enum): Support one-hot state machines in
10787 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10788 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10789 modport in AUTOINST and add vl-modport for users. Reported by
10790 David Rogoff.
10791 (verilog-auto-inout-module, verilog-auto-inst)
10792 (verilog-decls-get-interfaces, verilog-insert-definition)
10793 (verilog-insert-one-definition, verilog-read-decls)
10794 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10795 (verilog-sig-modport, verilog-signals-combine-bus)
10796 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10797 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10798 Suggested by David Rogoff.
10799 (verilog-repair-open-comma): Fix non-insertion of comma when
10800 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10801 (verilog-make-width-expression): Simplify [A-1:0] expression
10802 widths to just {A{1'b0}}.
10803 (verilog-mode): Cleanup checkdoc warnings.
10804 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10805 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10806 inputs/outputs or data type. Suggested by Vasu Kandadi.
10807 (next-error-last-buffer): Fix byte-compiler warning.
10808 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10809 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10810 or shell command text during AUTO expansion. Suggested by Tad Truex.
10811 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10812 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10813 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10814 in AUTOINOUT. Reported by Matthew Lovell.
10815 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10816 causing use of <= assignments. Reported by Alex Reed.
10817 (verilog-read-decls): Fix triand, trior, wand, wor to be
10818 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10819 (verilog-extended-complete-re): Support import "DPI-C" functions.
10820 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10821 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10822 (verilog-insert-date, verilog-insert-year)
10823 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10824 Windows systems. Reported by Michael Potts.
10825 (verilog-read-module-name): Fix AUTOINST when the child module
10826 declaration's name is a tick define. Reported by Elliot Mednick.
10827 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10828 passed to next parameter's definition. Reported by Bruce T.
10829 (verilog-read-decls): Fix detecting "parameter int" when using
10830 AUTOINSTPARAM. Reported by Bruce T.
10831 (verilog-goto-defun): Fix goto not finding modules unless first
10832 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10833 (verilog-mode): Expand -f flag arguments on entry to mode so
10834 verilog-goto-defun will work. Reported by Lawrence Butcher.
10835 (verilog-getopt): Expand environment variables in -f file
10836 arguments. Suggested by Lawrence Butcher.
10837 (verilog-set-define): Fix "Symbol's value as variable is void"
10838 when reading enumerations.
10839 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10840 Suggested by Stephen Peltan.
10841 (verilog-read-defines): Fix reading of enumerations in include
10842 files. Reported by Steve Peltan.
10843
10844 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10845
10846 * files.el (trash-directory): Fix defcustom type.
10847
10848 2009-06-28 Juri Linkov <juri@jurta.org>
10849
10850 * help-fns.el (describe-function-1): Correctly locate adviced
10851 functions in hyperlink (Bug#2438).
10852
10853 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10854
10855 * files.el (trash-directory): Change default to nil.
10856 (move-file-to-trash): If trash-directory is nil and
10857 system-move-file-to-trash is unbound, perform freedesktop-style
10858 trashing.
10859
10860 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10861
10862 * files.el (move-file-to-trash): Add freedesktop trash
10863 support (Bug#973).
10864
10865 2009-06-28 Glenn Morris <rgm@gnu.org>
10866
10867 * autorevert.el (global-auto-revert-non-file-buffers)
10868 (global-auto-revert-mode): Doc fixes.
10869
10870 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10871
10872 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10873
10874 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10875
10876 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10877 opened an X connection before calling x-get-resource (Bug#3194).
10878
10879 * play/doctor.el: Remove reference to obsolete website.
10880 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10881
10882 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10883
10884 Remove find-file-not-found-hook VC method. (Bug#2757)
10885 * vc-hooks.el (vc-file-not-found-hook)
10886 (vc-default-find-file-not-found-hook): Remove functions.
10887 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10888 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10889 * vc.el:
10890 * vc-hg.el:
10891 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10892
10893 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10894
10895 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10896 compatibility function for `looking-back'.
10897
10898 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10899 Use `ispell-looking-back'.
10900
10901 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10902
10903 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10904 rather than `filename'.
10905
10906 2009-06-23 Miles Bader <miles@gnu.org>
10907
10908 * face-remap.el (text-scale-set): New function.
10909
10910 2009-06-23 Glenn Morris <rgm@gnu.org>
10911
10912 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10913
10914 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10915
10916 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10917
10918 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10919
10920 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10921 Simplify Persian conditionals.
10922
10923 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10924 variable `filename'.
10925
10926 * comint.el (comint-insert-input): Doc fix.
10927
10928 * Makefile.in (ELCFILES): Fix typo in previous change.
10929
10930 2009-06-23 Miles Bader <miles@gnu.org>
10931
10932 * cus-start.el: Add entry for `recenter-redisplay'.
10933
10934 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10935
10936 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10937 Add an optional argument for the backend, use it instead of
10938 calling vc-backend.
10939 (vc-mode-line): Add an optional argument for the backend.
10940 Pass the backend to vc-state and vc-working-revision. Move code for
10941 special handling for vc-state being a buffer to ...
10942
10943 * vc-rcs.el (vc-rcs-find-file-hook):
10944 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10945
10946 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10947 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10948 vc-stay-local-p and vc-mode-line calls.
10949
10950 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10951 (vc-cvs-diff, vc-cvs-annotate-command)
10952 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10953 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10954 vc-mode-line calls.
10955
10956 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10957 direct comparison.
10958 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10959 backend when calling vc-mode-line.
10960 (vc-register): Do not create a closure for calling the vc register
10961 function, call it directly.
10962
10963 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10964
10965 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10966 to make it obvious item can be clicked.
10967
10968 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10969
10970 2009-06-23 Kenichi Handa <handa@m17n.org>
10971
10972 * language/korea-util.el (korean-key-bindings): Change the binding
10973 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10974 same command.
10975
10976 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10977
10978 Sync with Tramp 2.1.16.
10979
10980 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10981
10982 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10983 when a loading of a package fails. Completion function for rsync
10984 is `tramp-completion-function-alist-ssh'.
10985 (all): Replace all calls of `split-string' and
10986 `tramp-split-string' by `tramp-compat-split-string'.
10987 (tramp-default-method): Use `tramp-compat-process-running-p'.
10988 (tramp-default-proxies-alist): Allow also Lisp forms.
10989 (tramp-remote-path): Add choice "Private Directories".
10990 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10991 (tramp-domain-regexp): Allow also "-", "_" and ".".
10992 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10993 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10994 (tramp-debug-message): Insert header line in debug buffer.
10995 (tramp-handle-directory-files-and-attributes-with-stat):
10996 Care about filenames with spaces, or starting with "-".
10997 (tramp-handle-dired-uncache): New defun.
10998 (tramp-handle-insert-directory): Don't flush the directory from
10999 cache, this is handled by `dired-uncache' now.
11000 (tramp-handle-insert-file-contents): Improve error handling.
11001 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11002 Quote `tramp-end-of-output'.
11003 (tramp-action-password): Improve trace message.
11004 (tramp-check-for-regexp): Both echoes must be present, before removing.
11005 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11006 (tramp-compute-multi-hops): Eval cons cells of
11007 `tramp-default-proxies-alist'.
11008 (tramp-maybe-open-connection): Use the same command pattern for
11009 first hop and further hops.
11010 (tramp-wait-for-output): Remove handling of newlines.
11011 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11012 (tramp-split-string): Remove function. It is handled in
11013 tramp-compat now.
11014
11015 * net/tramp-cmds.el (tramp-bug):
11016 Recommend `tramp-cleanup-all-connections' in the bug mail.
11017
11018 * net/tramp-compat.el (tramp-compat-split-string)
11019 (tramp-compat-process-running-p): New defuns.
11020
11021 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11022 for `dired-uncache'.
11023
11024 * net/tramp-gvfs.el: New package.
11025
11026 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11027 Add handler for `dired-uncache'.
11028 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11029
11030 * net/trampver.el: Update release number. Make version check fit
11031 for SXEmacs 22.
11032
11033 2009-06-22 Jim Meyering <meyering@redhat.com>
11034
11035 Automatically handle .xz suffix (XZ-compressed files), too.
11036 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11037 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11038
11039 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11040 Nick Roberts <nickrob@snap.net.nz>
11041
11042 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11043 repository (http://sphinx.net.ru/hg/gdb-mi/).
11044
11045 2009-06-22 Glenn Morris <rgm@gnu.org>
11046
11047 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11048 `mode' and `eval' entries. (Bug#3430)
11049
11050 * Makefile.in (ELCFILES): Add fadr.elc.
11051
11052 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11053 differing behavior of \n and ^ in strings. (Bug#3385)
11054
11055 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11056
11057 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11058 property.
11059 (lisp-indent-function): Make it a defcustom.
11060
11061 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11062
11063 * progmodes/gdb-ui.el: Replace with ...
11064 * progmodes/gdb-mi.el: ... this file.
11065 * progmodes/gud.el: Modify for gdb-mi.el.
11066
11067 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11068
11069 * fadr.el: New file.
11070
11071 See ChangeLog.14 for earlier changes.
11072
11073 ;; Local Variables:
11074 ;; coding: utf-8
11075 ;; End:
11076
11077 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11078
11079 This file is part of GNU Emacs.
11080
11081 GNU Emacs is free software: you can redistribute it and/or modify
11082 it under the terms of the GNU General Public License as published by
11083 the Free Software Foundation, either version 3 of the License, or
11084 (at your option) any later version.
11085
11086 GNU Emacs is distributed in the hope that it will be useful,
11087 but WITHOUT ANY WARRANTY; without even the implied warranty of
11088 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11089 GNU General Public License for more details.
11090
11091 You should have received a copy of the GNU General Public License
11092 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11093
11094 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1