]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Mark previous ChangeLog entry as a tiny change.
[gnu-emacs] / lisp / ChangeLog
1 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2
3 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4 argument with a local variable. (Bug#5670)
5
6 2010-03-02 Juri Linkov <juri@jurta.org>
7
8 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
9
10 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
11
12 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13 error when FILENAME and NEWNAME are existing remote directories.
14
15 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
16 parameter DIR-FLAG.
17
18 2010-03-02 Glenn Morris <rgm@gnu.org>
19
20 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
21 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
22
23 2010-03-01 Alan Mackenzie <acm@muc.de>
24
25 * progmodes/cc-engine.el (c-remove-stale-state-cache): Correct
26 previous patch.
27
28 2010-03-01 Kenichi Handa <handa@m17n.org>
29
30 * language/burmese.el (burmese-composable-pattern): Renamed from
31 myanmar-composable-pattern.
32
33 * international/characters.el (script-list): Change myanmar to
34 burmese.
35
36 * international/fontset.el (script-representative-chars): Change
37 myanmar to burmese.
38 (otf-script-alist): Likewise.
39 (setup-default-fontset): Likewise. Re-fix :otf spec.
40
41 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
42
43 * cc-engine.el (c-remove-stale-state-cache): Take account of when
44 `good-pos' is in the same macro as `here'. Fixes bug 5649.
45
46 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
47
48 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
49
50 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
51
52 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
53
54 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
55
56 * net/tramp.el (tramp-handle-write-region): START can be a string.
57 Take care in the checks. Reported by Dan Davison
58 <davison@stats.ox.ac.uk>.
59
60 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
61
62 * net/dbus.el (dbus-introspect, dbus-get-property)
63 (dbus-set-property, dbus-get-all-properties): Use
64 `dbus-call-method' when noninteractive. (Bug#5645)
65
66 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
67
68 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
69 * emacs-lisp/elint.el (elint-add-required-env):
70 * cedet/semantic/db-find.el
71 (semanticdb-find-translate-path-brutish-default):
72 * cedet/ede/make.el (ede-make-check-version):
73 * calendar/icalendar.el (icalendar--add-diary-entry):
74 * calc/calcalg2.el (math-tracing-integral):
75 * files.el (recover-session-finish): Use with-current-buffer
76 instead of save-excursion.
77
78 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 Fix in-buffer completion when after-change-functions modify the buffer.
81 * minibuffer.el (completion--replace): New function.
82 (completion--do-completion): Use it and use relative movement.
83
84 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
85
86 * international/fontset.el (setup-default-fontset): Fix :otf spec.
87
88 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
89
90 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
91 Allow the characters _<> in the stack entry (Bug#5653).
92
93 2010-02-26 Kenichi Handa <handa@m17n.org>
94
95 * language/burmese.el: Fix entries in composition-function-table.
96 (myanmar-composable-pattern): New variable.
97
98 * international/fontset.el (setup-default-fontset): Add an entry
99 for myanmar.
100
101 * international/characters.el (script-list): Add Myanmar
102 Extended-A.
103
104 2010-02-26 Glenn Morris <rgm@gnu.org>
105
106 * custom.el (custom-initialize-delay): Doc fix.
107
108 * mail/sendmail.el (send-mail-function): Autoload the call
109 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
110
111 2010-02-25 Alan Mackenzie <acm@muc.de>
112
113 * progmodes/cc-engine.el (c-clear-<-pair-props)
114 (c-clear->-pair-props): Correct to wipe category text props, not
115 syntax-table ones.
116
117 * progmodes/cc-mode.el (c-after-change): Remove any hard
118 syntax-table properties for <, > which, e.g., C-y has
119 inopportunely converted from category properties.
120
121 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
122
123 * files.el (hack-local-variables-filter): For eval forms, also
124 check safe-local-variable-p (Bug#5636).
125
126 2010-02-24 Eduard Wiebe <usenet@pusto.de>
127
128 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
129 and use c(ad)r of cddr (Bug#5640).
130
131 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
132
133 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
134 setting the modes by `ignore-errors'. It might fail, for example
135 if the file is not owned by the user but the group.
136 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
137
138 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
139
140 * files.el (directory-listing-before-filename-regexp): Use
141 stricter matching for iso-style dates, to avoid false matches with
142 date-like filenames (Bug#5597).
143
144 * htmlfontify.el (htmlfontify): Doc fix.
145
146 * eshell/eshell.el (eshell): Doc fix.
147
148 * startup.el (fancy-about-screen): In mode-line, apply
149 mode-line-buffer-id face only to the buffer name (Bug#5613).
150
151 2010-02-20 Kevin Ryde <user42@zip.com.au>
152
153 * progmodes/compile.el (compilation-error-regexp-alist-alist): In
154 `watcom' anchor regexp to start of line, to avoid slowness
155 (Bug#5599).
156
157 2010-02-20 Eli Zaretskii <eliz@gnu.org>
158
159 * subr.el (remove-yank-excluded-properties): Explain in a comment
160 why `category' property is removed.
161
162 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
163
164 * isearch.el (isearch-update-post-hook, isearch-update): Revert
165 2010-02-17 change.
166
167 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
168
169 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
170 (icalendar--convert-weekly-to-ical)
171 (icalendar--convert-yearly-to-ical)
172 (icalendar--convert-block-to-ical)
173 (icalendar--convert-cyclic-to-ical)
174 (icalendar--convert-anniversary-to-ical): Take care of time
175 specifications where hour has 1-digit only (Bug#5549).
176
177 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
178
179 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
180 of disassemble output in GDB 7.1.
181
182 2010-02-19 Glenn Morris <rgm@gnu.org>
183
184 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
185 property. (Bug#5593)
186
187 2010-02-18 Sam Steingold <sds@gnu.org>
188
189 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
190
191 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 Use abbreviated file names in bookmarks (bug#5591).
194 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
195 calls to expand-file-name.
196 (bookmark-relocate): Use abbreviated file names in bookmarks.
197 (bookmark-load): Use abbreviated file names in messages.
198
199 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
202 expand "." and "..". Reported by Thierry Volpiatto
203 <thierry.volpiatto@gmail.com>.
204
205 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
206
207 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
208 permissions of the temporary file to "0600". In case the remote
209 file has no read permissions for the owner, there might be
210 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
211
212 22010-02-18 Glenn Morris <rgm@gnu.org>
213
214 * emacs-lisp/authors.el (authors-renamed-files-alist):
215 Add entries for INSTALL.CVS.
216
217 2010-02-17 Mark A. Hershberger <mah@everybody.org>
218
219 * vc-bzr.el: fix typo in Known Bugs section.
220
221 * isearch.el (isearch-update-post-hook): New hook
222 (isearch-update): Use the new hook.
223
224 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
225
226 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
227 Fix errors in copying directories.
228 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
229 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
230 (tramp-handle-delete-file)
231 (tramp-handle-dired-recursive-delete-directory)
232 (tramp-handle-write-region): Flush also the cache for the upper
233 directory.
234
235 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
236
237 * simple.el (save-interprogram-paste-before-kill): Doc fix.
238
239 * cus-edit.el (hardware): Doc fix.
240
241 * man.el (man): Add to external custom group.
242
243 * delim-col.el (columns): Move to wp custom group.
244
245 * doc-view.el (doc-view): Add to data custom group.
246
247 * cedet/data-debug.el (data-debug): Move to extensions group.
248
249 * cedet/ede.el (ede):
250 * cedet/srecode.el (srecode):
251 * cedet/semantic.el (semantic): Put in tools and extensions group.
252
253 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
254
255 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
256 by ispell-parse-output (Bug#5575).
257
258 2010-02-16 Kenichi Handa <handa@m17n.org>
259
260 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
261 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
262 (skkdic-convert): Use `euc-japan' coding system for writing.
263
264 2010-02-16 Glenn Morris <rgm@gnu.org>
265
266 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
267 tex-main-file before using it. (Bug#5562)
268
269 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
272 warnings, since it is annoying for the user to see them each time he
273 runs the code.
274
275 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
276
277 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
278 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
279 instead of PROC for caching "first-password-request". Otherwise,
280 new processes would not profit from passwords already entered.
281
282 * net/tramp-cache.el (tramp-dump-connection-properties):
283 Don't save "first-password-request" property.
284
285 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
286
287 * outline.el (outline-head-from-level):
288 * simple.el (with-wrapper-hook):
289 * cedet/ede.el (ede-run-target, project-delete-target)
290 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
291 (ede-adebug-project, ede-adebug-project-parent)
292 (ede-adebug-project-root):
293 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
294 (elint-defun, elint-buffer-env, elint-top-form-logged)
295 (elint-unbound-variable):
296 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
297 Fix typos in docstrings.
298
299 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
300
301 * files.el (insert-directory): When WILDCARD-REGEXP and
302 FULL-DIRECTORY-P are nil, insert the file entry instead of the
303 whole directory. (Bug#5551)
304
305 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
306 dired's alignment sanity. (Bug#5516)
307
308 2010-02-14 Juri Linkov <juri@jurta.org>
309
310 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
311 Remove remaining ^H with their preceding chars. (Bug#5566)
312
313 2010-02-13 Glenn Morris <rgm@gnu.org>
314
315 * simple.el (transpose-subr): Give it a doc-string.
316
317 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
318 Doc fixes.
319
320 2010-02-12 Juri Linkov <juri@jurta.org>
321
322 * arc-mode.el (archive-unique-fname): Make directories for nested
323 archives. (Bug#5540)
324
325 2010-02-12 Juri Linkov <juri@jurta.org>
326
327 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
328
329 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * subr.el (copy-overlay): Handle deleted overlays.
332
333 * man.el (Man-completion-table): Don't signal an error if we can't run
334 manual-program (bug#4056).
335
336 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
337
338 * textmodes/artist.el (artist-mt): Fix typos in docstring.
339
340 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
341
342 * info.el (Info-bookmark-jump): Simplify.
343
344 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
345 (bookmark-default-handler): Accept new bookmark field `buffer'.
346
347 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
348
349 * iswitchb.el (iswitchb-completions): Revert last change.
350
351 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
352
353 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
354 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
355 This prevents file names like "~/" being listed literally.
356
357 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
358
359 * term/xterm.el (xterm-maybe-set-dark-background-mode):
360 Remove dead code. (Bug#5546)
361
362 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
363
364 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
365 correctly (Bug#5548).
366
367 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
368
369 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
370 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
371
372 2010-02-08 Kenichi Handa <handa@m17n.org>
373
374 * international/mule-util.el (with-coding-priority): Add autoload
375 cookie for putting `lisp-indent-function'.
376
377 2010-02-07 Glenn Morris <rgm@gnu.org>
378
379 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
380 Move F2003 named interfaces from keywords-2 to keywords-1, and
381 use function-name-face rather than constant-face.
382 Simplify "abstract interface" regexp.
383
384 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
385
386 * eshell/esh-util.el (eshell-file-attributes): New optional arg
387 ID-FORMAT. Pass it to `file-attributes'.
388
389 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
390
391 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
392
393 * faces.el (set-face-attribute): Allow calling
394 internal-set-lisp-face-attribute with 'unspecified family and
395 foundry argument (Bug#5536).
396
397 2010-02-07 Glenn Morris <rgm@gnu.org>
398
399 * progmodes/f90.el (f90-font-lock-keywords-2)
400 (f90-looking-at-type-like, f90-looking-at-program-block-end):
401 Handle F2003 named interfaces.
402
403 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
404
405 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
406 beg and end before calling c-get-state-before-change-functions.
407
408 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
409
410 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
411
412 2010-02-05 Juri Linkov <juri@jurta.org>
413
414 * doc-view.el (doc-view-mode):
415 * image-mode.el (image-mode): Put property mode-class=special.
416 (Bug#4896)
417
418 2010-02-05 Mark A. Hershberger <mah@everybody.org>
419
420 * vc-svn.el (vc-svn-revision-table): New function.
421
422 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/ange-ftp.el (ange-ftp-insert-directory):
425 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
426 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
427 Handle also directories. (Bug#5478)
428
429 2010-02-05 Glenn Morris <rgm@gnu.org>
430
431 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
432
433 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
434
435 * startup.el (command-line-1): Convert options beginning with a
436 single dash as well (Bug#5519).
437
438 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
441 * minibuffer.el (completion-initials-expand): Only check the presence
442 of delims *within* the boundaries, since otherwise the / delim is
443 always found for files.
444
445 Fix up various corner case problems.
446 * doc-view.el (doc-view-last-page-number): New function.
447 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
448 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
449 (doc-view-kill-proc): Avoid inf-loop in freak cases.
450 (doc-view-reconvert-doc): Use the new recursive delete-directory.
451 (doc-view-convert-current-doc): Don't create the resolution.el file
452 here any more.
453 (doc-view-pdf/ps->png): Do it here instead.
454 (doc-view-already-converted-p): Check that resolution.el is present.
455 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
456 windows that are not yet showing images.
457
458 2010-02-04 Alan Mackenzie <acm@muc.de>
459
460 Change strategy for marking < and > as template delimiters: mark
461 them strictly in matching pairs.
462
463 * cc-mode.el (c-before-change):
464 Use c-get-state-before-change-functions.
465 (c-common-init): Adapt to use
466 c-get-state-before-change-functions (note plural).
467
468 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
469 for searching syntactically for matching <s and >s.
470 (c-get-state-before-change-functions): New language variable (note
471 the plural) which supersedes c-get-state-before-change-function.
472
473 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
474 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
475 (c-clear->-pair-props-if-match-before)
476 (c-before-change-check-<>-operators): New functions.
477 (c-after-change-check-<>-operators): Use macro
478 c-unmark-<->-as-paren.
479
480 * cc-defs.el (c-search-backward-char-property): New macro.
481
482 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
483 and > any more. (These will be handled by font locking.)
484
485 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
486
487 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
488 `dired-uncache' for every elemnt which is an absolute file name.
489
490 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
491 directory, handle its directory component.
492 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
493 function is called permanently and creates noise, otherwise.
494
495 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
496 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
497 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
498
499 2010-02-04 David Burger <dburger@google.com> (tiny change)
500
501 * macros.el (apply-macro-to-region-lines):
502 Minor simplification. (Bug#5485)
503
504 2010-02-04 Glenn Morris <rgm@gnu.org>
505
506 * mail/rmail.el (rmail-show-message-1): Handle malformed
507 quoted-printable text. (Bug#5441)
508
509 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
510
511 * simple.el (visual-line-mode): Capitalize lighter.
512
513 2010-02-03 John Wiegley <jwiegley@gmail.com>
514
515 * iswitchb.el (iswitchb-completions): Add bookmark files to the
516 list of files considered for "virtual buffer" completions.
517
518 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
519
520 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
521 also in case of (and (not full) (not wildcard)). This is needed,
522 when dired is called with a list of files, which are not in
523 `default-directory'. (Bug#5478)
524
525 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
528
529 2010-02-02 Juri Linkov <juri@jurta.org>
530
531 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
532 from unidiff to allow function-line after @@.
533
534 2010-02-02 Juri Linkov <juri@jurta.org>
535
536 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
537 '(RCS SCCS) with inverted condition.
538
539 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
540
541 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
542 messages.
543
544 2010-02-01 Juri Linkov <juri@jurta.org>
545
546 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
547 compare with "pkunzip" and "pkzip" instead of only "pkzip".
548 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
549 only when (car archive-zip-extract) is "unzip". (Bug#5475)
550
551 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
554 (doc-view-revert-buffer): New command.
555 (doc-view-mode-map): Use it.
556
557 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
558
559 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
560 pending merge is detected.
561
562 2010-01-31 Juri Linkov <juri@jurta.org>
563
564 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
565 beginning of interactive spec like all other grep commands do.
566 Put "all" in front of "gz". (Bug#5260)
567
568 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
569
570 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
571
572 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
573
574 * dirtrack.el (dirtrack): Warn instead of signalling error if the
575 regexp is incorrect (Bug#5476).
576
577 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
578
579 * net/tramp.el (tramp-handle-insert-directory): Handle also
580 symlinks, when FILENAME is not in `default-directory'.
581
582 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
583
584 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
585 FILE is not in `default-directory'. (Bug#5478)
586
587 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
588 of SWITCHES. Handle the case, FILENAME is not in
589 `default-directory'. (Bug#5478)
590 (tramp-register-file-name-handlers): Add safe-magic property.
591
592 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
593
594 * arc-mode.el (archive-zip-extract): Quote the argument passed to
595 unzip (Bug#5475).
596
597 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
598
599 * progmodes/flymake.el (flymake-allowed-file-name-masks)
600 (flymake-master-make-header-init): Add other C++ filename masks.
601 (flymake-find-possible-master-files)
602 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
603
604 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
605
606 Fix some busybox annoyances.
607
608 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
609 not responding." string.
610 (tramp-open-connection-setup-interactive-shell): Dump stty
611 settings. Enable "neveropen" arg for all `tramp-send-command'
612 calls. Handle "=" in variable values properly.
613 (tramp-find-inline-encoding): Raise an error, when no encoding is
614 found.
615 (tramp-wait-for-output): Check, whether PROC buffer is available.
616 Remove spurious " ^H" sequences, sent by busybox.
617 (tramp-get-ls-command): Suppress coloring, if possible.
618
619 2010-01-28 Glenn Morris <rgm@gnu.org>
620
621 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
622
623 * log-edit.el (log-edit-strip-single-file-name): Add missing
624 :safe, :group, and :version tags.
625
626 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
627
628 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
629 buffers. (Bug#5477)
630
631 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
632
633 * files.el (delete-directory): Handle moving to trash without
634 first doing recursion (Bug#5436).
635
636 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
637
638 * vc-hooks.el (vc-path): Mark as obsolete.
639
640 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
641
642 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
643 names too.
644
645 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
646 for the short log.
647 (vc-bzr-log-view-mode): Adjust regexp for the above change.
648
649 2010-01-25 Mark A. Hershberger <mah@everybody.org>
650
651 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
652
653 * vc-bzr.el (vc-bzr-revision-table): New function.
654
655 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
656
657 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
658 diff-index command. This requires at least git-1.5.5. (Bug#1589).
659
660 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
661
662 Remove support for adding --signoff on commit.
663 Future support will use an incompatible generic mechanism.
664 * vc-git.el (vc-git-add-signoff): Remove variable.
665 (vc-git-toggle-signoff): Remove function.
666 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
667
668 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
669 from xterm-set-background-mode. Return t if the background mode
670 was set.
671 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
672 earlier, call it again in case the background mode has changed.
673
674 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
675
676 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
677 (Bug#3541).
678
679 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
680
681 * emacs-lisp/assoc.el (aelement): Doc fix.
682 (aput, adelete, amake): Use lexical-let (Bug#5450).
683
684 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
685
686 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
687 is the same as subprogram call, not declaration. (Bug#5435).
688
689 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
690
691 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
692 (tramp-smb-maybe-open-connection): Use it.
693
694 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
695
696 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
697
698 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
701 just because we see "encoding: 8bit".
702 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
703
704 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
705
706 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
707
708 2010-01-22 Eli Zaretskii <eliz@gnu.org>
709
710 * jka-compr.el (jka-compr-load): If load-file is not in
711 load-history, try its file-truename version. (bug#5447)
712
713 2010-01-21 Alan Mackenzie <acm@muc.de>
714
715 Fix a situation where deletion of a cpp construct throws an error.
716 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
717 invoking c-with-all-but-one-cpps-commented-out, check that the
718 special cpp construct is still in the buffer.
719 (c-parse-state): Record the special cpp with markers, not numbers.
720
721 2010-01-21 Kenichi Handa <handa@m17n.org>
722
723 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
724 process last-command-event, as it is now decoded first (Bug#5380).
725
726 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
727
728 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
729
730 2010-01-20 Glenn Morris <rgm@gnu.org>
731
732 * indent.el (tab-always-indent): Fix custom-type.
733
734 2010-01-19 Alan Mackenzie <acm@muc.de>
735
736 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
737 buffer throws "args out of range".
738 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
739 playing the role of delimiter.
740
741 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
742
743 * progmodes/ada-mode.el: Fix bug#5400.
744 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
745 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
746 changed. Delete RECURSIVE parameter; never used. Improve doc string.
747 Improve comments in "is" portion. Handle null procedure declaration.
748 (ada-move-to-end): Improve doc string.
749
750 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
751
752 * ido.el (ido-cur-list): Initialize to nil.
753 Remove obsolete information from commentary.
754 (ido-choice-list): Initialize to nil.
755 (ido-get-bufname): Reject minibuffers.
756 (ido-make-buffer-list): If "default" is a nonexistent
757 buffer, ignore it, as per the function's comment.
758 (ido-kill-buffer-internal): New function.
759 (ido-kill-buffer-at-head): Use it.
760 (ido-visit-buffer): Likewise.
761
762 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
763
764 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
765
766 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
767
768 * cedet/ede/locate.el (ede-locate-file-in-project)
769 (ede-locate-file-in-project-impl): Fix typos in docstrings.
770 (ede-enable-locate-on-project): Fix typos in error messages.
771
772 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
773 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
774 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
775 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
776 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
777 Fix typos in menu help.
778
779 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
780 Fix typos in chart titles.
781
782 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
783 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
784 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
785 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
786 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
787 (semantic-parse-stream, semantic-parse-region)
788 (semantic-parse-region-default, semantic--set-buffer-cache)
789 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
790 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
791 (semantic-default-submodes):
792 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
793 (semanticdb-create-ebrowse-database)
794 (semanticdb-find-tags-for-completion-method)
795 (semanticdb-find-tags-by-class-method)
796 (semanticdb-deep-find-tags-by-name-method)
797 (semanticdb-deep-find-tags-for-completion-method):
798 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
799 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
800 (semanticdb-find-tags-for-completion-method)
801 (semanticdb-find-tags-by-class-method)
802 (semanticdb-deep-find-tags-for-completion-method):
803 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
804 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
805 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
806 (semanticdb-find-tags-by-name-method)
807 (semanticdb-find-tags-by-name-regexp-method)
808 (semanticdb-find-tags-for-completion-method)
809 (semanticdb-find-tags-by-class-method)
810 (semanticdb-find-tags-external-children-of-type-method)
811 (semanticdb-find-tags-subclasses-of-type-method)
812 (semanticdb-deep-find-tags-by-name-method)
813 (semanticdb-deep-find-tags-by-name-regexp-method)
814 (semanticdb-deep-find-tags-for-completion-method):
815 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
816 (semanticdb-enable-gnu-global-in-buffer)
817 (semanticdb-find-tags-for-completion-method)
818 (semanticdb-deep-find-tags-by-name-method)
819 (semanticdb-deep-find-tags-for-completion-method):
820 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
821 (javascript-mode, semanticdb-find-translate-path)
822 (semanticdb-find-tags-for-completion-method)
823 (semanticdb-find-tags-by-class-method)
824 (semanticdb-deep-find-tags-by-name-method)
825 (semanticdb-deep-find-tags-for-completion-method)
826 (semanticdb-find-tags-external-children-of-type-method):
827 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
828 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
829 (global-semantic-idle-scheduler-mode):
830 * cedet/srecode/dictionary.el (srecode-field-value)
831 (srecode-dictionary-add-section-dictionary):
832 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
833 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
834 (describe-class, eieio-describe-generic, describe-generic):
835 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
836 (eieio-speedbar-expand):
837 * emulation/viper-cmd.el (viper-exec-form-in-vi)
838 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
839 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
840 (viper-del-backward-char-in-replace, viper-backward-indent)
841 (viper-brac-function, viper-register-to-point, viper-submit-report):
842 * net/tramp.el (tramp-remote-coding-commands):
843 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
844 Fix typos in docstrings.
845
846 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
847
848 * mail/sendmail.el (mail-yank-original): Set the mark if the
849 specified function for yanking does not do it.
850
851 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
852
853 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
854
855 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
856 resyncing a directory.
857
858 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
859
860 * progmodes/ada-mode.el: Fix bug#1920.
861 (ada-ident-re): Delete ., allow multibyte characters.
862 (ada-goto-label-re): New; matches goto labels.
863 (ada-block-label-re): New; matches block labels.
864 (ada-label-re): New; matches both.
865 (ada-named-block-re): Deleted; callers changed to use
866 `ada-block-label-re' instead.
867 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
868 Use `ada-block-label-re'.
869 (ada-indent-on-previous-lines): Improve handling of goto labels.
870 (ada-get-indent-block-start): Special-case block label.
871 (ada-get-indent-label): Split into `ada-indent-block-label' and
872 `ada-indent-goto-label'.
873 (ada-goto-stmt-start, ada-goto-next-non-ws):
874 Optionally ignore goto labels.
875 (ada-goto-next-word): Simplify.
876 (ada-indent-newline-indent-conditional): Insert newline before
877 trying to fix indentation; doc fix.
878
879 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
880
881 * calc/calc.el (calc-command-flags): Give it an initial value.
882
883 2010-01-17 Glenn Morris <rgm@gnu.org>
884
885 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
886
887 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
888
889 * cedet/semantic.el (semantic-mode):
890 * files.el (minibuffer-with-setup-hook):
891 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
892 (artist-key-draw-continously, artist-key-do-continously-continously)
893 (artist-key-set-point-continously, artist-mouse-draw-continously):
894 Fix typos in docstrings.
895
896 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
897
898 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
899 return t (Bug#3898).
900
901 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
902
903 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
904 can parse the output of the external commands (Bug#5279).
905
906 2010-01-16 Jari Aalto <jari.aalto@cante.net>
907
908 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
909
910 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
911
912 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
913
914 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
915
916 * startup.el (command-line): Remove unused --icon-type arg.
917 Handle --display arg, passing it to command-line-1 (Bug#5392).
918
919 2010-01-16 Mario Lang <mlang@delysid.org>
920
921 * cedet/ede/cpp-root.el (ede-cpp-root-project):
922 * cedet/ede/files.el (ede-expand-filename):
923 * cedet/ede/simple.el (ede-simple-project):
924 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
925 (semantic-complete-inline-tag-engine):
926 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
927 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
928 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
929 * cedet/semantic/db.el (semanticdb-equivalent-mode):
930 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
931 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
932 * emacs-lisp/chart.el (chart-translate-namezone):
933 * textmodes/artist.el (artist-compute-popup-menu-table):
934 Remove duplicated words in doc-strings.
935
936 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
937
938 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
939 to mairix-search to suppress threading (Bug#5342).
940
941 2010-01-15 Kenichi Handa <handa@m17n.org>
942
943 * international/mule-cmds.el (canonicalize-coding-system-name):
944 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
945
946 2010-01-15 Glenn Morris <rgm@gnu.org>
947
948 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
949
950 * wid-edit.el (widget-keymap): Doc fix.
951
952 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
953 former seems to be more widely accepted by various svn versions.
954
955 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
956
957 * find-cmd.el (find-constituents):
958 * vc-arch.el (vc-arch-root):
959 * window.el (window-body-height, pop-up-frames):
960 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
961 (semantic-no-reparse-needed-change-hook):
962 * cedet/srecode/insert.el (srecode-resolve-argument-list)
963 (srecode-template-inserter-blank, srecode-template-inserter-variable)
964 (srecode-template-inserter-ask, srecode-template-inserter-width)
965 (srecode-template-inserter-section-start)
966 (srecode-template-inserter-section-end, srecode-insert-method):
967 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
968 * progmodes/ada-stmt.el (ada-if):
969 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
970 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
971 (ispell-encoding8-command, ispell-aspell-supports-utf8)
972 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
973
974 * progmodes/flymake.el (flymake-post-syntax-check):
975 Fix typo in error message.
976
977 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
978
979 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
980 which is always a string. (Bug#5313)
981
982 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
983
984 * progmodes/ada-xref.el (ada-default-prj-properties):
985 Simplify previous change.
986
987 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
988
989 * progmodes/ada-xref.el (ada-default-prj-properties):
990 Default ada_project_path to $ADA_PROJECT_PATH.
991
992 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
993
994 * progmodes/ada-mode.el (ada-create-keymap):
995 Override `narrow-to-defun' with `ada-narrow-to-defun'.
996
997 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
998
999 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1000 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1001 (ada-get-current-indent, ada-imenu-generic-expression)
1002 (ada-which-function): Check for it.
1003
1004 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1005
1006 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1007 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1008
1009 2010-01-14 Glenn Morris <rgm@gnu.org>
1010
1011 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1012
1013 2010-01-14 Kenichi Handa <handa@m17n.org>
1014
1015 * composite.el (auto-composition-mode): Make it a buffer local
1016 variable (permanent-local).
1017 (auto-composition-function): Set the default value to
1018 auto-compose-chars.
1019 (auto-composition-mode): Make it a simple function, not a minor mode.
1020 (global-auto-composition-mode): Likewise.
1021 (turn-on-auto-composition-if-enabled): Delete it.
1022
1023 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1024
1025 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1026
1027 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1028
1029 * files.el (copy-directory): Compute target for recursive
1030 directories with identical names. (Bug#5343)
1031
1032 2010-01-12 Glenn Morris <rgm@gnu.org>
1033
1034 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1035 it to bug-gnu-emacs rather than emacs-pretest-bug.
1036
1037 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1038
1039 * cedet/data-debug.el (data-debug): Fix customization group reference.
1040
1041 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1044 (semantic-analyze-context, semantic-analyze-context-assignment)
1045 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1046 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1047 (semantic-java-doc-keywords-map):
1048 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1049 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1050 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1051 (semantic-c-classname, semantic-format-tag-uml-prototype)
1052 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1053 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1054 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1055 (semantic-get-local-variables, semantic-end-of-command)
1056 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1057 (lisp-mode):
1058 * cedet/semantic/bovine/make.el (makefile-mode):
1059 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1060 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1061 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1062 (semantic-lex, semantic-get-local-variables, python-mode):
1063 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1064 * cedet/srecode/extract.el (srecode-extract-state-set)
1065 (srecode-extract-method): Fix typos in docstrings.
1066
1067 2010-01-11 Sam Steingold <sds@gnu.org>
1068
1069 * imenu.el (imenu-default-create-index-function): Detect infinite
1070 loops caused by imenu-prev-index-position-function.
1071
1072 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1073
1074 * htmlfontify.el (htmlfontify-load-rgb-file)
1075 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1076 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1077 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1078 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1079 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1080 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1081 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1082 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1083 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1084 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1085 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1086 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1087 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1088 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1089 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1090 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1091 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1092 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1093 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1094 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1095 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1096 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1097 backslash-quoting from parentheses, etc.
1098
1099 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * progmodes/js.el: Autoload javascript-mode alias.
1102
1103 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1104
1105 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1106 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1107 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1108 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1109 Fix typos in docstrings.
1110 (ffap-url-regexp): Doc fix.
1111 (ffap-at-mouse): Fix typo in message.
1112
1113 2010-01-11 Glenn Morris <rgm@gnu.org>
1114
1115 * version.el (emacs-copyright): Set copyright year to 2010.
1116
1117 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * format.el (format-annotate-function): Only set
1120 write-region-post-annotation-function after running to-fn so as not to
1121 affect nested write-region calls (bug#5273).
1122
1123 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1126 Add python parser.
1127
1128 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1129 wisent/python.el.
1130
1131 2010-01-10 Richard Kim <emacs18@gmail.com>
1132
1133 * cedet/semantic/wisent/python-wy.el:
1134 * cedet/semantic/wisent/python.el: New files.
1135
1136 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * man.el (Man-goto-section): Signal error if the section is not
1139 found (Bug#5317).
1140
1141 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1142
1143 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1144 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1145
1146 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * progmodes/compile.el: Don't treat compile-command as safe if
1149 compilation-read-command might be nil (Bug#4218).
1150
1151 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1152
1153 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1154 NS options.
1155
1156 2010-01-08 Kenichi Handa <handa@m17n.org>
1157
1158 * international/fontset.el (build-default-fontset-data):
1159 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1160
1161 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1164 to `create-file-buffer' as it expects, not just a buffer name.
1165 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1166 to help uniquify. (Bug#3224)
1167
1168 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1169
1170 * font-setting.el (font-setting-change-default-font): Use user-spec
1171 instead of name.
1172
1173 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1176
1177 2010-01-05 Tom Tromey <tromey@redhat.com>
1178
1179 * progmodes/python.el (python-font-lock-keywords):
1180 Handle qualified decorators (Bug#881).
1181
1182 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1185 in a lightweight checkout.
1186
1187 2010-01-05 Kenichi Handa <handa@m17n.org>
1188
1189 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1190
1191 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1192
1193 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1194
1195 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1196
1197 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1198 checkouts. (Bug#618)
1199 (vc-bzr-log-view-mode): Also highlight the author.
1200 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1201 (vc-bzr-shelve-menu-map):
1202 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1203 (vc-bzr-shelve-apply): Make prompt more explicit.
1204
1205 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1206
1207 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1208 They are valid characters in URL paths (rfc3986), and at least
1209 Firefox does not understand the encoded version (Bug#3166).
1210
1211 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1212
1213 * progmodes/octave-mod.el (octave-end-keywords)
1214 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1215 Add "end" keyword (Bug#3061).
1216 (octave-end-as-array-index-p): New function.
1217 (calculate-octave-indent): Use it.
1218
1219 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1220
1221 * bookmark.el: Consistently put the text property on the bookmark name.
1222 (bookmark-bmenu-marks-width): Bump back to 2, to include
1223 annotation marks.
1224 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1225 property on the bookmark name, instead of not putting it at all.
1226 (bookmark-bmenu-list): Fix where we put the text property.
1227
1228 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1229
1230 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1231 for showing buffer modified state (as added in the previous change).
1232
1233 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1234
1235 * bookmark.el: Show modified state of bookmark buffer more accurately.
1236 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1237 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1238 (with-buffer-modified-unmodified): New macro.
1239 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1240 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1241 Use new macro to preserve the buffer modified state.
1242
1243 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1244
1245 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1246 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1247 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1248 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1249 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1250 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1251 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1252
1253 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1254
1255 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1256 Make the lines in the generated doc string shorter. (Bug#4668)
1257
1258 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1259
1260 * net/rcirc.el: Add follow-link binding (Bug#4738).
1261
1262 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1263
1264 * Makefile.in (bzr-update): Rename from cvs-update.
1265 (cvs-update): New target for backward compatibility.
1266
1267 * makefile.w32-in (bzr-update): Rename from cvs-update.
1268 (cvs-update): New target for backward compatibility.
1269
1270 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1271
1272 * bookmark.el: Remove gratuitous gratitude.
1273
1274 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1275
1276 * bookmark.el (bookmark-bmenu-any-marks): New function
1277 (bookmark-bmenu-save): Clear buffer modification if no marks.
1278
1279 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1280
1281 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1282 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1283 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1284 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1285
1286 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1287 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1288 To: emacs-devel {_AT_} gnu.org
1289 Subject: bookmark.el bug report
1290 Date: Mon, 28 Dec 2009 14:19:16 +0800
1291 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1292
1293 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1294
1295 * bookmark.el: Improvements suggested by Drew Adams:
1296 (bookmark-bmenu-ensure-position): New name for
1297 `bookmark-bmenu-check-position'. Just ensure the position,
1298 don't return any meaningful value.
1299 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1300 New constants.
1301
1302 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1305 (bookmark-yank-point, bookmark-bmenu-check-position):
1306 Fix typos in docstrings.
1307 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1308 (bookmark-name-from-full-record, bookmark-get-position)
1309 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1310 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1311 Remove useless quoting of parenthesis, etc. in docstrings.
1312
1313 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1314 (ediff-append-custom-diff): Fix typo in error message.
1315 (ediff-meta-mark-equal-files): Fix typos in messages.
1316
1317 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1318
1319 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1320 Fix typo in docstring.
1321
1322 * net/imap-hash.el (imap-hash-make): Doc fix.
1323 (imap-hash-test): Fix typo in error message; reflow docstring.
1324 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1325 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1326 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1327 Fix typos in docstrings.
1328 (imap-hash-open-connection): Fix typo in error message.
1329
1330 * play/gomoku.el (gomoku): Fix typos in docstring.
1331
1332 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1333 (gdb-jsonify-buffer): Fix typos in docstring.
1334 (gdb-goto-breakpoint): Fix typo in error message.
1335 ("Display Other Windows"): Fix typo in help message.
1336 (gdb-speedbar-expand-node): Fix typo in question.
1337
1338 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1339 (idlwave-html-system-help-location, idlwave-html-help-location)
1340 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1341 (idlwave-help-browser-generic-args, idlwave-help-directory)
1342 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1343 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1344 (idlwave-online-help, idlwave-help-html-link)
1345 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1346 Fix typos in docstrings.
1347 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1348 Reflow docstrings.
1349 (idlwave-help-assistant-start): Fix typo in error message.
1350
1351 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1352 (octave-electric-space): Fix typos in docstrings.
1353
1354 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1357
1358 2010-01-01 Juri Linkov <juri@jurta.org>
1359
1360 * comint.el (comint-input-ring-size): Make it a defcustom and
1361 increase the default to 500 (Bug#5148).
1362
1363 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1364
1365 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1366 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1367 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1368
1369 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1370
1371 Show working revision correctly for mercurial.
1372 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1373 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1374
1375 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1376
1377 Declare some functions for the byte-compiler.
1378 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1379 (speedbar-timer-fn, speedbar-change-expand-button-char)
1380 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1381
1382 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1383
1384 This changeset reverts GDB Graphical Interface to use annotations.
1385 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1386
1387 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1388
1389 Make vc-dir work on subdirectories of the bzr root.
1390 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1391 file names relative to it.
1392 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1393 relative directory to vc-bzr-after-dir-status.
1394
1395 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1396
1397 * font-lock.el (font-lock-refresh-defaults): New function, which
1398 can be used to let font-lock react to external changes in
1399 variables like font-lock-defaults and keywords.
1400 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1401
1402 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1403
1404 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1405
1406 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1407
1408 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1409
1410 Supersede color.diff settings in git log (bug#5211).
1411
1412 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1413 escape chars in its output when the user has color.diff set to `always'.
1414 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1415
1416 2009-12-26 Kevin Ryde <user42@zip.com.au>
1417
1418 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1419 node. Keep previous "Index" name to work with past coreutils too.
1420
1421 * man.el (man): Revise docstring a bit to show -a and -l as
1422 examples. Add -k description since support for it has otherwise
1423 been a secret. (Further to bug#3717.)
1424 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1425 "no matches" rather than "Can't find manpage", as the latter reads
1426 like -k was interpreted as a page name, which is not so. (Bug#5431)
1427
1428 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1431 switches. Check also for //SUBDIRED// line.
1432
1433 2009-12-25 Kenichi Handa <handa@m17n.org>
1434
1435 * language/indian.el (devanagari-composable-pattern): Fixed to
1436 handle ZWNJ and ZWJ. Use it in composition-function-table for
1437 Devanagari.
1438 (malayalam-composable-pattern): Fix previous change.
1439
1440 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1441
1442 * ps-print.el (ps-face-attributes): It was not returning the
1443 attribute face for faces specified as string. Reported by harven
1444 <harven@free.fr>.
1445 (ps-print-version): New version 7.3.5.
1446
1447 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1448
1449 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1450 timezone names.
1451 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1452 (icalendar--add-diary-entry): Remove the trailing blank that
1453 diary-make-entry inserts.
1454
1455 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1456
1457 Make `file-expand-wildcards' work for remote files.
1458
1459 * files.el (file-expand-wildcards): In case of remote files, check
1460 only local file name part for wildcards. Provide feature 'files
1461 and subfeature 'remote-wildcards. (Bug#5198)
1462
1463 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1464 if there is already an established connection.
1465 (tramp-advice-file-expand-wildcards): Remove it.
1466
1467 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1468 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1469 Activate advice for older GNU Emacs versions. (Bug#5237)
1470
1471 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1472
1473 Some doc fixes (more needed).
1474
1475 * find-cmd.el (find-constituents): Reflow docstring.
1476 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1477 (find-generic): Doc fix.
1478
1479 2009-12-17 Juri Linkov <juri@jurta.org>
1480
1481 Fix regression from 23.1 to allow multiple modes in Local Variables.
1482
1483 * files.el (hack-local-variables-filter): While ignoring duplicates,
1484 don't take `mode' into account.
1485 (hack-local-variables-filter, hack-dir-local-variables): Don't
1486 remove duplicate `mode' from local-variables-alist (like `eval').
1487
1488 2009-12-17 Juri Linkov <juri@jurta.org>
1489
1490 Make `dired-diff' more safe. (Bug#5225)
1491
1492 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1493 `current' or when `file' is a directory of the `current' file.
1494
1495 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1496
1497 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1498 unconditionally preloaded files.
1499
1500 2009-12-16 Juri Linkov <juri@jurta.org>
1501
1502 Revert to old 23.1 logic of using the file at the mark as default.
1503 * dired-aux.el (dired-diff): Use the file at the mark as default
1504 if it's not the same as the current file, and the target dir is
1505 the current dir or the mark is active. Add the current file
1506 as the arg of `dired-dwim-target-defaults'. Use the default file
1507 in the prompt. (Bug#5225)
1508
1509 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1510
1511 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1512 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1513 (tramp-check-for-regexp): Check also, when an echoing shell stops
1514 to echo sent commands.
1515
1516 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * Makefile.in: Revert last change (Bug#5191).
1519
1520 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1521
1522 * vc-hg.el (vc-hg-print-log): Fix argument order.
1523 (vc-hg-working-revision): Make sure the command is executed in a
1524 known environment so that we can parse the output. (Bug#4417)
1525
1526 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1527
1528 * progmodes/python.el (python-symbol-completions): Remove text
1529 properties from symbol string before calling python-send-receive.
1530
1531 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1532
1533 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1534 when there are values for both file and line. (Bug#5060)
1535
1536 2009-12-14 Juri Linkov <juri@jurta.org>
1537
1538 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1539 whitespace after the file name of the first line of unified format,
1540 because git-diff doesn't output whitespace and file modification time
1541 after the file name.
1542
1543 2009-12-14 David Kastrup <dak@gnu.org>
1544
1545 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1546 check if it already has the `display' property added by
1547 `Info-display-images-node', and not put the `invisible' property
1548 in this case.
1549
1550 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1551
1552 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1553 (semantic-mru-bookmark-mode): Doc fixes.
1554
1555 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1556 of assert.
1557
1558 2009-12-13 Glenn Morris <rgm@gnu.org>
1559
1560 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1561 (report-emacs-bug): In message-mode, sort manually before storing
1562 original report text. (Bug#5178)
1563 Remove superfluous save-excursion.
1564
1565 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1566
1567 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1568 when responding to "GetAll" properties.
1569
1570 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * simple.el (compose-mail): Remove mail-setup-with-from from
1573 customization checks.
1574
1575 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1576
1577 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1578 RAR archives created on Unix systems.
1579
1580 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1583 the varalias that was accidentally removed by the 2009-11-19 change
1584 (bug#5186).
1585
1586 2009-12-12 Kenichi Handa <handa@m17n.org>
1587
1588 * language/indian.el (indian-compose-regexp): New function.
1589 (malayalam-composable-pattern): Fix the pattern.
1590 (composition-function-table): Set malayalam-composable-pattern for
1591 Malayalam characters.
1592
1593 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1596 rather than down-mouse-1, based on follow-link conventions.
1597
1598 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1599 are compiled.
1600
1601 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1602
1603 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1604 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1605 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1606 (verilog-leap-to-head, verilog-backward-token):
1607 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1608
1609 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1610
1611 * progmodes/verilog-mode.el (verilog-auto-lineup)
1612 (verilog-nameable-item-re): Cleanup user-visible spelling and
1613 documentation errors. One reported by Gary Delp.
1614 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1615 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1616 package, bug195. Reported by Pierre-David Pfister.
1617
1618 2009-12-11 Glenn Morris <rgm@gnu.org>
1619
1620 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1621
1622 * mail/emacsbug.el: No longer require sendmail.
1623 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1624 (report-emacs-bug-orig-text): Doc fix.
1625 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1626 New local variables, to adapt to different mail-user-agents.
1627 (report-emacs-bug): Fix test for a gnu.org address.
1628 Use overlays for emphasis, since font-lock defeats 'face property.
1629 Pretest bugs also end up at the newsgroup these days.
1630 Stop message-mode stripping text properties.
1631 Set and use the new buffer-local variables.
1632 (report-emacs-bug-hook): Add doc-string.
1633 Remove some unnecessary save-excursions and simplify.
1634 Use the appropriate hook and send-command.
1635
1636 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1637 capitalization of some menu entries.
1638
1639 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1640
1641 * whitespace.el (whitespace-display-char-on): Ensure
1642 `buffer-display-table' is unique when two or more windows are
1643 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1644 New version 12.1.
1645
1646 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1647
1648 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1649 characters in the Attribute field.
1650
1651 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1652
1653 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1654
1655 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1658 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1659 Disregard autoload-excludes.
1660 (update-directory-autoloads): Obey autoload-excludes here instead.
1661 But don't store its contents in no-autoloads and remove entries that
1662 refer to excludes files.
1663
1664 2009-12-10 Glenn Morris <rgm@gnu.org>
1665
1666 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1667 (expand-mail-aliases): Define for compiler.
1668
1669 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1670 Define for compiler.
1671
1672 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1673 appropriate for the mail-user-agent in use.
1674
1675 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1678
1679 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1680
1681 Fix short log parsing and fontification.
1682 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1683 Fix fontification for the [merge] label.
1684
1685 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1686
1687 Drop some properties to avoid surprises.
1688 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1689 (hfy-fontify-buffer): Use it.
1690
1691 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 Minor cleanup.
1694 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1695 Adjust all callers.
1696 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1697 args compulsory. Adjust callers.
1698 (ffap-gopher-at-point): Remove unused var `name'.
1699
1700 Get rid of the ELCFILES abomination.
1701 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1702 (compile-elcfiles): New phony target.
1703 (compile-main): Compute ELCFILES dynamically.
1704 (compile-clean): New target to remove left-over elc files.
1705 (compile, all): Use it.
1706
1707 2009-12-09 Kenichi Handa <handa@etlken>
1708
1709 * international/mule-diag.el: Require help-mode instead of help-fns.
1710
1711 2009-12-09 Kenichi Handa <handa@m17n.org>
1712
1713 * international/mule-cmds.el (ucs-names): Supply sufficiently
1714 fine ranges instead of pre-calculating accurate ranges.
1715 Iterate with bigger gc-cons-threshold.
1716
1717 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1718
1719 Add support for stashing a snapshot of the current tree.
1720 * vc-git.el (vc-git-stash-snapshot): New function.
1721 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1722
1723 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1724
1725 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1726 instead of `(beginning|end)-of-line'.
1727
1728 2009-12-08 Glenn Morris <rgm@gnu.org>
1729
1730 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1731
1732 * Makefile.in (ELCFILES): Regenerate.
1733
1734 2009-12-07 Juri Linkov <juri@jurta.org>
1735
1736 Don't lazy-highlight the comint output in history Isearch mode.
1737
1738 * comint.el (comint-history-isearch-search): Instead of
1739 `comint-line-beginning-position', use `comint-after-pmark-p'
1740 to check if point if before the process mark, and go to
1741 `process-mark' in this case.
1742
1743 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * textmodes/tex-mode.el (latex-complete)
1746 (latex-indent-or-complete): Remove.
1747 (latex-mode): Set completion-at-point-functions instead.
1748
1749 Provide a standard completion command and hook it into TAB.
1750 * minibuffer.el (completion-at-point-functions): New var.
1751 (completion-at-point): New command.
1752 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1753 * progmodes/python.el (python-mode-map): Use completion-at-point.
1754 (python-completion-at-point): Rename from python-partial-symbol and
1755 adjust for use in completion-at-point-functions.
1756 (python-mode): Setup completion-at-point for Python completion.
1757 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1758 extracted from lisp-complete-symbol.
1759 (lisp-complete-symbol): Use it.
1760 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1761 setup completion-at-point for Elisp completion.
1762 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1763 Use completion-at-point.
1764 * ielm.el (ielm-map): Use completion-at-point.
1765 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1766 * progmodes/sym-comp.el: Move to...
1767 * obsolete/sym-comp.el: Move from progmodes.
1768
1769 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1770
1771 Prevent save-buffer in Rmail buffers from using the coding-system
1772 of the current message, and from clobbering the encoding mnemonics
1773 in the mode line (Bug#4623).
1774
1775 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1776 flag, too.
1777 (rmail-message-encoding): New variable.
1778 (rmail-write-region-annotate): Record the encoding of the current
1779 message in rmail-message-encoding.
1780 (rmail-after-save-hook): New function, restores the encoding of
1781 the current message after the message collection is saved.
1782
1783 2009-12-07 Juri Linkov <juri@jurta.org>
1784
1785 * progmodes/grep.el (grep-read-files): Use `completing-read'
1786 instead of `read-string'. Set its `collection' arg to
1787 `read-file-name-internal'. (Bug#4301)
1788
1789 2009-12-07 Juri Linkov <juri@jurta.org>
1790
1791 Correctly restore original Isearch point. (Bug#4994)
1792
1793 * isearch.el (isearch-mode): Move `isearch-push-state' after
1794 `(run-hooks 'isearch-mode-hook)'.
1795 (isearch-cancel): When `isearch-push-state-function' is defined,
1796 let-bind `isearch-cmds' to the first state (the last element of
1797 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1798 function and restores the original point). Otherwise, move point
1799 to `isearch-opoint'.
1800
1801 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1804 chars that don't have names, so the table can be built much faster at
1805 run-time.
1806
1807 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1808
1809 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1810 change. Suggested by David Kastrup.
1811
1812 * simple.el (compose-mail): Check for incompatibilities and warn.
1813 (compose-mail-user-agent-warnings): New option.
1814
1815 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1816
1817 Support showing a single log entry from vc-annotate.
1818 * vc.el (print-log): Add a new argument: START-REVISION.
1819 (vc-print-log-internal): Add a new optional argument and
1820 pass it to the backend.
1821 (vc-print-log, vc-print-root-log): Adjust callers.
1822 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1823 buffer already displays the requested log entry, use it.
1824 Otherwise display only the log entry in question.
1825 * vc-svn.el (vc-svn-print-log):
1826 * vc-mtn.el (vc-mtn-print-log):
1827 * vc-hg.el (vc-hg-state):
1828 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1829 (vc-git-show-log-entry): Return t on success.
1830 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1831 (vc-bzr-show-log-entry): Return t on success.
1832 * vc-rcs.el (vc-rcs-print-log):
1833 * vc-sccs.el (vc-sccs-print-log):
1834 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1835
1836 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1837
1838 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1839 Add menus to the meta mode. (Bug#5043)
1840
1841 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1842
1843 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1844 event-key.
1845
1846 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1847
1848 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1849
1850 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1851 Berbain <raphael.berbain@gmail.com>.
1852
1853 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1854 characters.
1855 (tramp-initial-end-of-output): New defconst.
1856 (tramp-methods, tramp-find-shell)
1857 (tramp-open-connection-setup-interactive-shell)
1858 (tramp-maybe-open-connection): Use it.
1859 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1860 existence of `#' and `$'.
1861
1862 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1863 `tramp-initial-end-of-output'.
1864
1865 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1866
1867 Get the background mode from the terminal for xterm, and set
1868 faces accordingly.
1869 * term/xterm.el (xterm-set-background-mode): New function.
1870 (terminal-init-xterm): Use it in case xterm supports background
1871 color queries. Recompute faces after getting the background
1872 color.
1873
1874 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1875
1876 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1877 number comment back on its own line, for easier parsing.
1878
1879 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 Make it work for non-file buffers (bug#5102).
1882 * doc-view.el (doc-view-current-cache-dir):
1883 Use doc-view-buffer-file-name rather than buffer-file-name.
1884 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1885
1886 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1887
1888 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1889 author field is too short.
1890
1891 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1892
1893 * vc-git.el (vc-git-print-log): Handle a limit argument.
1894 Display the short log in graph form and with labels.
1895 (vc-git-log-view-mode): Handle labels.
1896
1897 Make vc-revert change VC state from 'added to 'unregistered.
1898 * vc-git.el (vc-git-revert): Call git reset first.
1899
1900 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1901
1902 * net/newst-backend.el, net/newst-plainview.el:
1903 * net/newst-reader.el, net/newst-ticker.el:
1904 * net/newst-treeview.el, net/newsticker.el:
1905 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1906
1907 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1910
1911 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1912 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1913 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1914 Update annotation regexp.
1915
1916 * simple.el (beginning-of-visual-line): Constrain to field
1917 boundaries (Bug#5106).
1918
1919 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1920
1921 * xml.el (xml-substitute-numeric-entities): Move
1922 newsticker--decode-numeric-entities in newst-backend.el to
1923 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1924 * net/newst-backend.el (newsticker--parse-generic-feed)
1925 (newsticker--parse-generic-items)
1926 (newsticker--decode-numeric-entities): Move
1927 newsticker--decode-numeric-entities in newst-backend.el to
1928 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1929
1930 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1931
1932 * progmodes/js.el (js--js-not): Add null to the list of values.
1933
1934 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1937
1938 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1939
1940 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1941 delimiter if it is at the end of the current line.
1942 (bibtex-generate-url-list): Fix docstring.
1943
1944 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1947 minibuffer's content with itself.
1948 Fold the confirm-after-completion case into the `confirm' case.
1949 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1950
1951 2009-12-06 Kevin Ryde <user42@zip.com.au>
1952
1953 * ffap.el (ffap-rfc-path): Make this a defcustom since
1954 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1955
1956 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1957 manuals, similar to existing setup for help-mode. (Bug#3913.)
1958
1959 2009-12-05 Juri Linkov <juri@jurta.org>
1960
1961 Save and restore dired buffer's point positions too. (Bug#4880)
1962
1963 * dired.el (dired-save-positions): Return in the first element
1964 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1965 Doc fix.
1966 (dired-restore-positions): First restore buffer's position.
1967 While restoring window's positions, check if window still displays
1968 the original buffer.
1969
1970 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1973 if possible.
1974
1975 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1976 Make argument optional.
1977
1978 * shell.el (shell): Require ansi-color (Bug#5113).
1979
1980 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1981
1982 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1983
1984 2009-12-05 Alan Mackenzie <acm@muc.de>
1985
1986 * progmodes/cc-mode.el (c-before-hack-hook)
1987 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1988 `c-file-style' to work again. This reversion restores the current
1989 software to its state in Emacs 23.1. (Bug#4146)
1990
1991 2009-12-05 Kevin Ryde <user42@zip.com.au>
1992
1993 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1994 comment-start-skip to comment-end-skip as comment (Bug#4781).
1995
1996 2009-12-05 Juri Linkov <juri@jurta.org>
1997
1998 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1999 for virtual nodes. (Bug#4147)
2000 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2001 when moving from a virtual node.
2002 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2003 (Info-mode): Add `Info-virtual-index' to the docstring.
2004
2005 2009-12-05 Eric Ludlam <zappo@gnu.org>
2006
2007 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2008 Describe project macro symbols.
2009
2010 * cedet/semantic/complete.el (semantic-complete-do-completion):
2011 Don't call semantic-collector-current-exact-match.
2012
2013 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2014 ede-objects as targets.
2015
2016 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2017 a target's object list even if compiler vars are already in the
2018 Makefile.
2019
2020 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2021 list of headers producing necessary macros.
2022
2023 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2024
2025 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2026 track of the buffer position of the end of a BibTeX entry as this
2027 position may change during reformatting.
2028 (bibtex-format-entry): Remove whitespace before processing
2029 numerical fields so that we recognize the latter properly.
2030 (bibtex-reformat): Do not use push which changes the global value
2031 of bibtex-entry-format.
2032 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2033 (bibtex-field-re-init): Replace only space characters by regexp
2034 for whitespace.
2035 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2036 (bibtex-initialize): Also update bibtex-strings.
2037 (bibtex-kill-field): Preserve white space at end of entry.
2038 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2039 Update bibtex-reference-keys.
2040
2041 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2044 point after a star, if that's the only place where modifications can
2045 make progress.
2046
2047 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2048
2049 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2050 in docstrings.
2051
2052 2009-12-04 Juri Linkov <juri@jurta.org>
2053
2054 * proced.el (proced): Call `(proced-update t)' to update process
2055 information instead of only running proced-post-display-hook.
2056 (proced-send-signal): Add a leading space to the buffer name
2057 " *Marked Processes*" to make this buffer ephemeral.
2058
2059 2009-12-04 Juri Linkov <juri@jurta.org>
2060
2061 * dired.el (dired-auto-revert-buffer): New defcustom.
2062 (dired-internal-noselect): Use it.
2063
2064 2009-12-04 Juri Linkov <juri@jurta.org>
2065
2066 Change roles of modes and functions in image-mode.el (Bug#5062).
2067
2068 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2069 in `auto-mode-alist'.
2070 (image-mode-previous-major-mode): New variable.
2071 (image-minor-mode-map): Rename from `image-mode-text-map'.
2072 (image-mode): Move graceful error-handling code from
2073 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2074 (image-minor-mode): Remove all image-handling code.
2075 Replace `image-mode-text-map' with `image-minor-mode-map'.
2076 Check for `image-type' in mode-line format string.
2077 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2078 (image-mode-as-text): New function with most code from
2079 `image-mode-maybe'.
2080 (image-toggle-display-text): Move code that removes image
2081 properties from `image-toggle-display' to here.
2082 (image-toggle-display-image): New function with code that adds
2083 image properties copied from `image-toggle-display'.
2084 (image-toggle-display): Remove most code with leaving only code
2085 that toggles between `image-mode-as-text' and `image-mode'.
2086
2087 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2088
2089 * net/newst-treeview.el
2090 (newsticker--treeview-list-highlight-start): Restored call to
2091 save-excursion: Selected item was stuck.
2092 (newsticker--treeview-list-select): New.
2093 (newsticker--treeview-item-show-text)
2094 (newsticker--treeview-item-show)
2095 (newsticker--treeview-item-update): Use new
2096 newsticker-treeview-item-mode.
2097 (newsticker-treeview-update): Keep current item.
2098 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2099 (newsticker--treeview-first-feed): Doc change.
2100 (newsticker-treeview-list-menu)
2101 (newsticker-treeview-item-menu): Added menu entries.
2102 (newsticker-treeview-item-mode): New.
2103
2104 * net/newst-backend.el (newsticker-customize): Delete other
2105 windows.
2106
2107 2009-12-04 Sam Steingold <sds@gnu.org>
2108
2109 * log-view.el (log-view-mode-map): "q" calls quit-window,
2110 like in all the other non-self-insert buffers.
2111
2112 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 Minor cleanup.
2115 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2116 key decoding rather than do it manually via last-input-event +
2117 ascii-character.
2118 (term-exec): Use delete-and-extract-region.
2119 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2120 (term-process-pager): Remove unused var `i'.
2121 (term-dynamic-simple-complete): Make obsolete.
2122 (serial-update-config-menu): Remove unused vars `y' and `str'.
2123 (term-update-mode-line): Remove unused var `temp'.
2124
2125 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2126
2127 Limit the number of log entries displayed by default.
2128 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2129 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2130 using a prefix argument.
2131
2132 2009-12-03 Glenn Morris <rgm@gnu.org>
2133
2134 * progmodes/idlwave.el (class): Restore still useful declaration.
2135
2136 2009-12-03 Alan Mackenzie <acm@muc.de>
2137
2138 Enhance `c-parse-state' to run efficiently in "brace deserts".
2139
2140 * progmodes/cc-mode.el (c-basic-common-init):
2141 Call c-state-cache-init.
2142 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2143 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2144 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2145
2146 * progmodes/cc-langs.el (c-before-font-lock-function):
2147 c-extend-and-neutralize-syntax-in-CPP has been renamed
2148 c-neutralize-syntax-in-and-mark-CPP.
2149
2150 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2151 with `category' properties now, not `syntax-table' ones.
2152
2153 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2154 enhanced (but slower) version of c-end-of-macro that won't land
2155 inside a literal or on another awkward character.
2156 (c-state-cache-too-far, c-state-cache-start)
2157 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2158 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2159 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2160 (c-state-min-scan-pos, c-state-brace-pair-desert)
2161 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2162 buffer local variables.
2163 (c-state-literal-at, c-state-lit-beg)
2164 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2165 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2166 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2167 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2168 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2169 (c-renarrow-state-cache)
2170 (c-append-lower-brace-pair-to-state-cache)
2171 (c-state-push-any-brace-pair, c-append-to-state-cache)
2172 (c-remove-stale-state-cache)
2173 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2174 (c-invalidate-state-cache-1, c-parse-state-1)
2175 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2176 (c-parse-state): Enhance and refactor.
2177 (c-debug-parse-state): Amend to deal with all the new variables.
2178
2179 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2180 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2181 modify to use category text properties rather than syntax-table ones.
2182 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2183 to switch off/on the syntactic paren property of C++ template
2184 delimiters using the category property.
2185 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2186 template delims suppressed.
2187 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2188 New constant/macros which apply category properties to the start
2189 and end of preprocessor constructs.
2190 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2191 "comment out" the syntactic value of characters in preprocessor
2192 constructs.
2193 (c-with-cpps-commented-out)
2194 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2195 with characters in all or all but one preprocessor constructs
2196 "commented out".
2197
2198 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2199
2200 * proced.el (proced-filter-alist): Use regexp-quote.
2201
2202 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2203
2204 Cleanup.
2205 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2206 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2207 arguments. Expand `default-directory'.
2208
2209 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2210 the benefit of returning an expanded localname.
2211 (tramp-tramp-file-p): Handle the case NAME is not a string.
2212
2213 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2214
2215 Add support for bzr shelve/unshelve.
2216 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2217 (vc-bzr-extra-menu-map): New variables.
2218 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2219 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2220 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2221 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2222 (vc-bzr-dir-extra-headers): Display shelves.
2223
2224 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2225
2226 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * textmodes/bibtex.el (bibtex-complete-internal):
2229 Use completion-in-region.
2230 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2231
2232 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2233
2234 Support applying stashes. Improve UI.
2235 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2236 (vc-git-stash-apply, vc-git-stash-pop)
2237 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2238 (vc-git-stash-menu): New functions.
2239 (vc-git-stash-menu-map): New variable.
2240 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2241
2242 2009-12-03 Glenn Morris <rgm@gnu.org>
2243
2244 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2245 (vc-print-log-internal): Fix previous change.
2246 (vc-revert): Correct pluralization.
2247
2248 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2251 it to be an alist any more.
2252 (makefile-complete): Use completion-in-region.
2253
2254 * progmodes/octave-mod.el (octave-complete-symbol):
2255 Use completion-in-region.
2256
2257 Misc cleanup.
2258 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2259 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2260 (idlwave-complete-class): Don't quote lambda.
2261 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2262 (idlwave-mode-map): Move initialization into declaration.
2263 (idlwave-action-and-binding): Use backquotes.
2264 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2265 Simplify.
2266 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2267 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2268 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2269 `parts', and `all-parts'.
2270 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2271 (idlwave-convert-xml-system-routine-info): Remove unused string
2272 `version-string'.
2273 (idlwave-display-user-catalog-widget): Use dolist.
2274 (idlwave-scanning-lib): Declare dynamically-scoped var.
2275 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2276 (completion-highlight-first-word-only): Declare to silence bytecomp.
2277 (idlwave-popup-select): Tighten scope of `resp'.
2278 (idlwave-find-struct-tag): Remove unused var `beg'.
2279 (idlwave-after-load-rinfo-hook): Declare.
2280 (idlwave-sintern-class-info): Remove unused var `taglist'.
2281 (idlwave-find-class-definition): Remove unused var `list'.
2282 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2283 (idlwave-what-module-find-class): Remove unused var `classes'.
2284
2285 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2288
2289 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2292 buffers visited. Remove redundant current-buffer-saving.
2293
2294 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 Use completion-in-buffer and remove uses of dynamic scoping.
2297 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2298 (pascal-buffer-to-use, pascal-flag): Don't declare.
2299 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2300 (pascal-get-completion-decl, pascal-keyword-completion):
2301 Add `pascal-str' argument, save-excursion,
2302 return the found completions, and don't filter with pascal-pred.
2303 (pascal-completion-cache): New var.
2304 (pascal-completion): Don't switch buffer any more (it was never
2305 necessary). Don't save-excursion any more (it's done by the called
2306 subroutines). Use a cache to avoid redundant computations.
2307 Use complete-with-action rather than pascal-completion-response and
2308 let it apply the predicate as well.
2309 (pascal-complete-word): Use completion-in-buffer when
2310 pascal-toggle-completions is nil.
2311 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2312 not used any more.
2313 (pascal-comp-defun): Don't change buffer any more.
2314 Use complete-with-action rather than pascal-completion-response and
2315 let it apply the predicate as well.
2316 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2317 when neded.
2318
2319 2009-12-02 Kenichi Handa <handa@m17n.org>
2320
2321 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2322 shape for all Indic scripts.
2323
2324 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 Use completion-in-buffer.
2327 * wid-edit.el (widget-field-text-end): New function.
2328 (widget-field-value-get): Use it.
2329 (widget-string-complete, widget-file-complete)
2330 (widget-color-complete): Use it and completion-in-region.
2331 (widget-complete): Don't narrow the buffer.
2332
2333 2009-12-02 Glenn Morris <rgm@gnu.org>
2334
2335 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2336 (rmail-select-summary): Use rmail-pop-to-buffer.
2337 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2338 rmail-pop-to-buffer, to prevent horizontal splits.
2339
2340 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2341 save-excursion with save-current-buffer.
2342 Widen before searching. (Bug#5093)
2343 (diary-list-sexp-entries): Remove superfluous save-excursion.
2344
2345 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2346
2347 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2348 name. (Bug#5038)
2349
2350 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2351
2352 * ido.el (ido-file-internal): Handle filenames at point that do
2353 not have a directory part. (Bug#5049)
2354
2355 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2356
2357 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2358 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2359
2360 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2361
2362 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2363 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2364 any more.
2365
2366 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * comint.el (comint-insert-input): Ignore clicks to the right of
2369 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2370
2371 * vc.el (vc-print-log-internal): Don't wait for the process to
2372 terminate before setting up the major mode.
2373
2374 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2375 in case.
2376
2377 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2378 the last element.
2379
2380 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2381
2382 2009-12-01 Glenn Morris <rgm@gnu.org>
2383
2384 * window.el (window--display-buffer-2): Fix previous changes.
2385
2386 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2389
2390 2009-12-01 Glenn Morris <rgm@gnu.org>
2391
2392 * Makefile.in (ELCFILES): Add mpc.elc.
2393
2394 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * mpc.el: New file.
2397
2398 2009-12-01 Glenn Morris <rgm@gnu.org>
2399
2400 * window.el (window-to-use): Define for compiler.
2401
2402 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2403 consistent with others (no final period).
2404
2405 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2406 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2407
2408 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2409
2410 Make vc-print-log buttons work.
2411 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2412
2413 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2414
2415 * savehist.el (savehist-autosave-interval): Allow setting to nil
2416 through customize. (Bug#5056)
2417
2418 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2419
2420 Fix references to jit-lock properties.
2421 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2422 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2423 (perl-font-lock-special-syntactic-constructs):
2424 Quote jit-lock-defer-multiline property.
2425
2426 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2427
2428 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2429
2430 2009-11-30 Juri Linkov <juri@jurta.org>
2431
2432 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2433 value `buffer' of `multi-isearch-next-buffer-current-function'.
2434 Use `(current-buffer)' when `buffer' is nil.
2435 (multi-isearch-next-buffer-from-list): Don't fallback to
2436 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2437
2438 2009-11-30 Juri Linkov <juri@jurta.org>
2439
2440 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2441 of buffers with `get-buffer' to `multi-isearch-buffers'.
2442 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2443 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2444 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2445 FILES with `expand-file-name' converting relative file names
2446 to absolute. Doc fix. (Bug#4727)
2447
2448 2009-11-30 Juri Linkov <juri@jurta.org>
2449
2450 * misearch.el (multi-isearch-read-buffers)
2451 (multi-isearch-read-matching-buffers): New functions.
2452 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2453 Use them in the `interactive' spec. Doc fix.
2454 (multi-isearch-read-files, multi-isearch-read-matching-files):
2455 New functions.
2456 (multi-isearch-files, multi-isearch-files-regexp):
2457 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2458
2459 2009-11-30 Juri Linkov <juri@jurta.org>
2460
2461 * doc-view.el (doc-view-continuous):
2462 Rename from `doc-view-continuous-mode'.
2463 (doc-view-menu): Move "Toggle display" to the top.
2464 Add submenu "Continuous" with radio buttons "Off"/"On"
2465 and "Save as Default".
2466 (doc-view-scroll-up-or-next-page)
2467 (doc-view-scroll-down-or-previous-page)
2468 (doc-view-next-line-or-next-page)
2469 (doc-view-previous-line-or-previous-page): Rename
2470 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2471
2472 2009-11-30 Juri Linkov <juri@jurta.org>
2473
2474 * comint.el (comint-mode-map): Rebind `M-r' from
2475 `comint-previous-matching-input' to
2476 `comint-history-isearch-backward-regexp'.
2477 Unbind `M-s' to allow global key binding `M-s'.
2478 Add menu items for `comint-history-isearch-backward' and
2479 `comint-history-isearch-backward-regexp'. (Bug#3746)
2480
2481 2009-11-30 Juri Linkov <juri@jurta.org>
2482
2483 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2484 For def=recenter, replace `recenter' with `recenter-top-bottom'
2485 that is called with `this-command' and `last-command' let-bound
2486 to `recenter-top-bottom'. When the last `def' was not `recenter',
2487 set `recenter-last-op' to nil. (Bug#4981)
2488
2489 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 Minor cleanup and simplification.
2492 * filecache.el (file-cache-add-directory)
2493 (file-cache-add-directory-recursively)
2494 (file-cache-add-from-file-cache-buffer)
2495 (file-cache-delete-file-regexp, file-cache-delete-directory)
2496 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2497 (file-cache-temp-minibuffer-message): Delete function.
2498 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2499
2500 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2501 Don't signal an error when bumping into EOB in tr, s, or y.
2502
2503 2009-11-29 Juri Linkov <juri@jurta.org>
2504
2505 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2506 (Bug#4960)
2507
2508 * descr-text.el (describe-char-unidata-list): Use lowercase name
2509 for "Unicode name" like in other tags.
2510
2511 2009-11-29 Juri Linkov <juri@jurta.org>
2512
2513 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2514 New compatibility macro.
2515 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2516
2517 2009-11-29 Juri Linkov <juri@jurta.org>
2518
2519 Add defcustom to define the cycling order of `recenter-top-bottom'.
2520 (Bug#4981)
2521
2522 * window.el (recenter-last-op): Doc fix.
2523 (recenter-positions): New defcustom.
2524 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2525 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2526
2527 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2528
2529 Improve integration of Tramp and ange-ftp in eshell.
2530
2531 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2532 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2533 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2534
2535 * eshell/esh-util.el (top): Require also Tramp when compiling.
2536 (eshell-directory-files-and-attributes): Check for FTP remote
2537 connection.
2538 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2539 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2540 (eshell-file-attributes): Handle ".". Return `entry'.
2541
2542 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2543 (ange-ftp-directory-files-and-attributes)
2544 (ange-ftp-real-directory-files-and-attributes): New defuns.
2545
2546 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2547 shell with "exec" when possible. This prevents trailing prompts
2548 in `start-file-process'.
2549
2550 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 Try and remove assumptions about point-min==1.
2553 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2554 (rng-compute-mode-line-string): Show the validation percentage in
2555 terms of the narrowed text, not the widened text.
2556 (rng-do-some-validation): Don't catch internal errors when debugging.
2557 (rng-first-error): Simplify.
2558 (rng-after-change-function): Remove work around. AFAIK the bug has
2559 been fixed a while ago.
2560
2561 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2562 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2563
2564 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2565
2566 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2567 `cd' doesn't always do it for us (bug#5067).
2568
2569 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2570 on 2009-10-25 as part of some other change (bug#5067).
2571
2572 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2575 `suspicious'.
2576 (byte-compile-warnings): Use byte-compile-warning-types.
2577 (byte-compile-save-excursion): Warn about use of set-buffer right
2578 after save-excursion.
2579
2580 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2581 the excursion as well.
2582
2583 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2584
2585 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2586 providing a Tramp related implementation of "su" and "sudo".
2587 (eshell-unix-initialize): Add "su" and "sudo".
2588
2589 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2590
2591 * net/socks.el (socks-send-command): Convert binary request to
2592 unibyte before sending. This fixes mishandling of some port
2593 numbers such as 129.
2594
2595 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * help.el (describe-bindings-internal): Remove `interactive'.
2598
2599 * man.el (Man-completion-table): Trim a terminating "(".
2600 Remove the space between name page a section.
2601 Add the command's description on the `help-echo' property.
2602 Remove `process-connection-type' binding since it's unused by
2603 call-process.
2604 Provide completion for the "<section> <name>" format as well.
2605 (Man-default-man-entry): Remove spurious var shadowing the argument.
2606
2607 2009-11-26 Kevin Ryde <user42@zip.com.au>
2608
2609 * log-view.el: Add "Keywords: tools", since its other keywords
2610 aren't in finder-known-keywords, and following vc.el.
2611
2612 * sha1.el (sha1-string-external): default-directory "/" in case
2613 otherwise non-existent. process-connection-type pipe for touch of
2614 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2615
2616 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 Misc coding convention cleanups.
2619 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2620 hfy-init-kludge-hooks.
2621 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2622 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2623 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2624 and push.
2625 (hfy-slant, hfy-weight): Use tables rather than code.
2626 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2627 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2628 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2629 (hfy-face-to-css): Remove `nconc' with single arg.
2630 (hfy-p-to-face-lennart): Use `or'.
2631 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2632 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2633 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2634 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2635 (hfy-force-fontification): Use run-hooks.
2636
2637 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2638
2639 Various minor fixes.
2640 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2641 Javascript belongs in the header, not the body.
2642 (hfy-javascript): Remove.
2643 (hfy-fontify-buffer): Don't insert it any more.
2644 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2645 Fix bug in invis handling when there were no invis props in a chunk.
2646
2647 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2650
2651 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2652
2653 * finder.el (finder-mode-map): Add a menu.
2654
2655 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2656
2657 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2658 "unsigned" structs.
2659
2660 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2661 fork" statement better.
2662
2663 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2664
2665 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2666 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2667 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2668 Reported by Clay Douglass.
2669
2670 (verilog-auto-inst, verilog-auto-star-safe)
2671 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2672 Fix removing "// Interfaces" when saving .* expansions. Reported by
2673 Pierre-David Pfister.
2674
2675 2009-11-26 Glenn Morris <rgm@gnu.org>
2676
2677 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2678 the scope.
2679
2680 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2681
2682 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2683 Really use previous revision.
2684
2685 2009-11-25 Kevin Ryde <user42@zip.com.au>
2686
2687 * man.el (Man-completion-table): default-directory "/" in case
2688 doesn't otherwise exist. process-environment COLUMNS=999 so as
2689 not to truncate long names. process-connection-type pipe to avoid
2690 any chance of hitting the pseudo-tty TIOCGWINSZ.
2691 (man): completion-ignore-case t for friendliness and since man
2692 itself is case-insensitive on the command line.
2693 Further to Bug#3717.
2694
2695 * arc-mode.el: Add "Keywords: files", so the details in its
2696 commentary can be reached from finder-by-keyword.
2697 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2698 editing mode, but it's comms related and sgml-mode.el has "comm"
2699 on that basis too.
2700 * textmodes/bibtex-style.el: Add "Keywords: tex".
2701 * international/isearch-x.el, international/ja-dic-cnv.el:
2702 * international/ja-dic-utl.el, international/kkc.el:
2703 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2704
2705 2009-11-25 Juri Linkov <juri@jurta.org>
2706
2707 * man.el (Man-completion-table): Modify regexp to include
2708 section names to completion strings. (Bug#3717)
2709
2710 2009-11-25 Juri Linkov <juri@jurta.org>
2711
2712 Search recursively in gzipped files. (Bug#4982)
2713
2714 * progmodes/grep.el (grep-highlight-matches): Add new options
2715 `always' and `auto'. Doc fix.
2716 (grep-process-setup): Check `grep-highlight-matches' for
2717 `auto-detect' to determine the need to compute grep defaults.
2718 Move Windows/DOS specific --colors settings handling
2719 to `grep-compute-defaults'. Check `grep-highlight-matches'
2720 to get the value of "--color=".
2721 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2722 has the value `auto-detect'. Move Windows/DOS specific settings
2723 from `grep-process-setup'.
2724 (zrgrep): New command with alias `rzgrep'.
2725
2726 2009-11-25 Juri Linkov <juri@jurta.org>
2727
2728 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2729 to nil instead of switching off view-mode. (Bug#4896)
2730
2731 2009-11-25 Juri Linkov <juri@jurta.org>
2732
2733 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2734
2735 * mwheel.el (mwheel-scroll-up-function)
2736 (mwheel-scroll-down-function): New defvars.
2737 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2738 `scroll-up', and `mwheel-scroll-down-function' instead of
2739 `scroll-down'.
2740
2741 * doc-view.el (doc-view-scroll-up-or-next-page)
2742 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2743 Use this ARG in the call to image-scroll-up/image-scroll-down.
2744 Change `interactive' spec to "P". Goto next/previous page only
2745 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2746 SPC/DEL case). Doc fix.
2747 (doc-view-next-line-or-next-page)
2748 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2749 for consistency.
2750 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2751 `doc-view-scroll-up-or-next-page', and buffer-local
2752 `mwheel-scroll-down-function' to
2753 `doc-view-scroll-down-or-previous-page'.
2754
2755 2009-11-25 Juri Linkov <juri@jurta.org>
2756
2757 Provide additional default values (directories at other Dired
2758 windows) via M-n in the minibuffer of some Dired commands.
2759
2760 * dired-aux.el (dired-diff, dired-compare-directories)
2761 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2762 `minibuffer-default' in `minibuffer-with-setup-hook'.
2763 (dired-dwim-target-directory): Find a window that displays Dired
2764 buffer instead of failing when the next window is not Dired.
2765 Use `get-window-with-predicate' to find for the next Dired window.
2766 (dired-dwim-target-defaults): New function.
2767
2768 * ediff-util.el (ediff-read-file-name):
2769 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2770 in `minibuffer-with-setup-hook'.
2771
2772 2009-11-25 Juri Linkov <juri@jurta.org>
2773
2774 Provide additional default values (file name at point or at the
2775 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2776
2777 * minibuffer.el (read-file-name-defaults): New function.
2778 (read-file-name): Reset `minibuffer-default' to nil when
2779 it duplicates initial input `insdef'.
2780 Bind `minibuffer-default-add-function' to lambda that
2781 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2782 (minibuffer-insert-file-name-at-point): New command.
2783
2784 * files.el (file-name-at-point-functions): New defcustom.
2785 (find-file-default): Remove defvar.
2786 (find-file-read-args): Don't use `find-file-default'.
2787 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2788 to `read-file-name'.
2789 (find-file-literally): Use `read-file-name' with
2790 `confirm-nonexistent-file-or-buffer'.
2791
2792 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2793
2794 * dired.el (dired-read-dir-and-switches):
2795 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2796 to `read-file-name'.
2797 (dired-file-name-at-point): New function.
2798 (dired-mode): Add hook `dired-file-name-at-point' to
2799 `file-name-at-point-functions'.
2800
2801 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 Really make the *Completions* window soft-dedicated (bug#5030).
2804 * window.el (window--display-buffer-2): Add `dedicated' argument.
2805 (display-buffer): Pass it when needed so the dedicated flag is set
2806 after calling set-window-buffer, which would otherwise reset it.
2807
2808 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * progmodes/meta-mode.el (meta-complete-symbol):
2811 * progmodes/etags.el (complete-tag):
2812 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2813 Use completion-in-region.
2814
2815 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2816 (dabbrev-completion): Use completion-in-region.
2817 (dabbrev--abbrev-at-point): Simplify regexp.
2818
2819 * abbrev.el (abbrev--before-point): Use word-motion functions
2820 if :regexp is not specified (bug#5031).
2821
2822 * subr.el (string-prefix-p): New function.
2823
2824 * man.el (Man-completion-cache): New var.
2825 (Man-completion-table): Use it.
2826
2827 * vc.el (vc-print-log-internal): Make `limit' optional for better
2828 compatibility (e.g. with vc-annotate.el).
2829
2830 2009-11-24 Kevin Ryde <user42@zip.com.au>
2831
2832 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2833 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2834
2835 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2836 when .el source file not found or other error.
2837
2838 2009-11-24 Markus Triska <markus.triska@gmx.at>
2839
2840 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2841
2842 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 Handle the [back] button properly (bug#4979).
2845 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2846 Use help-setup-xref, help-buffer, and with-help-window.
2847 (describe-char): Add `buffer' argument.
2848 Pass proper command to help-setup-xref. Don't meddle with
2849 help-xref-stack-item directly.
2850 (describe-text-category): Use with-help-window and help-buffer.
2851
2852 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2853 for the displayed buffer (bug#4887).
2854
2855 * man.el (Man-completion-table): New function.
2856 (man): Use it.
2857
2858 2009-11-24 David Reitter <david.reitter@gmail.com>
2859
2860 * vc-git.el (vc-git-registered): Use checkout directory (where
2861 .git is) rather than the file's directory and a relative path spec
2862 to work around a bug in git.
2863
2864 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2865
2866 Improve handling of processes on remote hosts.
2867
2868 * eshell/esh-util.el (eshell-path-env): New defvar.
2869 (eshell-parse-colon-path): New defun.
2870 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2871
2872 * eshell/esh-ext.el (eshell-search-path):
2873 Use `eshell-parse-colon-path'.
2874 (eshell-remote-command): Remove argument HANDLER.
2875 (eshell-external-command): Check for FTP remote connection.
2876
2877 * eshell/esh-proc.el (eshell-gather-process-output):
2878 Use `file-truename', in order to start also symlinked files.
2879 Apply `start-file-process' instead of `start-process'.
2880 Shorten `command' to the local file name part.
2881
2882 * eshell/em-cmpl.el (eshell-complete-commands-list):
2883 Use `eshell-parse-colon-path'.
2884
2885 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2886
2887 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2888 to `eshell-directory-change-hook'.
2889
2890 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2891
2892 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2893 because it could be enabled automatically if view-read-only is non-nil.
2894
2895 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2896
2897 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2898 made on 2009-11-22.
2899
2900 2009-11-24 Glenn Morris <rgm@gnu.org>
2901
2902 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2903 deleted variable bookmark-bmenu-bookmark-column.
2904
2905 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2906 Move after definition of global-semantic-idle-tag-highlight-mode.
2907
2908 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2911
2912 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2913
2914 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2915 two slashes to the "file:" prefix.
2916 (browse-url-file-url): De-munge Cygwin filenames before passing
2917 them to Windows browser.
2918 (browse-url-default-windows-browser): Use call-process.
2919
2920 2009-11-23 Juri Linkov <juri@jurta.org>
2921
2922 Implement DocView Continuous mode. (Bug#4896)
2923 * doc-view.el (doc-view-continuous-mode): New defcustom.
2924 (doc-view-mode-map): Bind C-n/<down> to
2925 `doc-view-next-line-or-next-page', C-p/<up> to
2926 `doc-view-previous-line-or-previous-page'.
2927 (doc-view-next-line-or-next-page)
2928 (doc-view-previous-line-or-previous-page): New commands.
2929
2930 2009-11-23 Juri Linkov <juri@jurta.org>
2931
2932 Implement Isearch in comint input history. (Bug#3746)
2933 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2934 `isearch-mode-hook'.
2935 (comint-history-isearch): New defcustom.
2936 (comint-history-isearch-backward)
2937 (comint-history-isearch-backward-regexp): New commands.
2938 (comint-history-isearch-message-overlay): New buffer-local variable.
2939 (comint-history-isearch-setup, comint-history-isearch-end)
2940 (comint-goto-input, comint-history-isearch-search)
2941 (comint-history-isearch-message, comint-history-isearch-wrap)
2942 (comint-history-isearch-push-state)
2943 (comint-history-isearch-pop-state): New functions.
2944
2945 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2946
2947 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2948 return.
2949 (tramp-handle-make-symbolic-link)
2950 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2951 Quote file names.
2952 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2953 (tramp-handle-process-file): Use it.
2954
2955 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * window.el (move-to-window-line-last-op): Remove.
2958 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2959
2960 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2961
2962 Make M-r mirror the new cycling behavior of C-l.
2963 * window.el (move-to-window-line-last-op): New var.
2964 (move-to-window-line-top-bottom): New command.
2965 (global-map): Bind M-r move-to-window-line-top-bottom.
2966
2967 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2968
2969 * dired-x.el (dired-guess-shell-alist-default):
2970 Support xz format. (Bug#4953)
2971
2972 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * cedet/srecode/map.el (srecode-get-maps):
2975 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2976 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2977 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2978 (semantic-toggle-decoration-style):
2979 * cedet/semantic/decorate/include.el
2980 (semantic-decoration-include-describe)
2981 (semantic-decoration-unknown-include-describe)
2982 (semantic-decoration-unparsed-include-describe)
2983 (semantic-decoration-all-include-summary):
2984 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2985 * cedet/semantic/analyze/complete.el
2986 (semantic-analyze-possible-completions):
2987 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2988 (semantic-show-unmatched-syntax-mode)
2989 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2990 (semantic-highlight-func-mode):
2991 * cedet/semantic/util.el (semantic-describe-buffer):
2992 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2993 (semantic-symref-find-tags-by-name)
2994 (semantic-symref-find-tags-by-regexp)
2995 (semantic-symref-find-tags-by-completion)
2996 (semantic-symref-find-file-references-by-name)
2997 (semantic-symref-find-text):
2998 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2999 (senator-yank-tag):
3000 * cedet/semantic/scope.el (semantic-calculate-scope):
3001 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3002 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3003 (define-semantic-idle-service):
3004 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3005 (semantic-complete-analyze-inline-idle):
3006 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3007 * cedet/mode-local.el (describe-mode-local-bindings)
3008 (describe-mode-local-bindings-in-mode):
3009 * cedet/ede/make.el (ede-make-check-version):
3010 * cedet/ede/locate.el (ede-enable-locate-on-project):
3011 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3012 (cedet-idutils-version-check):
3013 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3014 (cedet-gnu-global-version-check):
3015 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3016 (cedet-cscope-version-check): Use called-interactively-p instead
3017 of interactive-p.
3018
3019 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3020 Use semantic-format-tag-prototype.
3021
3022 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3023
3024 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3025 last-command-char/last-command-event.
3026 (viper-prefix-arg-value): Do correct conversion of event-char for
3027 XEmacs.
3028
3029 * emulation/viper-util.el, emulation/viper.el:
3030 Use viper-last-command-char instead of
3031 last-command-char/last-command-event.
3032
3033 * ediff-init.el, ediff-mult.el, ediff-util.el:
3034 Replace last-command-char and last-command-event
3035 with (ediff-last-command-char) everywhere.
3036
3037 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3038 created in fundamental mode.
3039
3040 * ediff.el (ediff-version): Revert the change of interactive-p to
3041 called-interactively-p.
3042
3043 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3044
3045 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3046 generation from word-movement command names.
3047
3048 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3051 (semantic-complete-jump-local, semantic-complete-jump):
3052 Improve prompt string.
3053
3054 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3055
3056 * cus-start.el (all): Add native condition for font-use-system-font.
3057
3058 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3059
3060 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3061 Correct the patch from 2009-11-18. (Bug#3910)
3062
3063 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3064
3065 * progmodes/subword.el: Rename from lisp/subword.el.
3066
3067 * subword.el: Rename to progmodes/subword.el.
3068
3069 * Makefile.in (ELCFILES): Adapt to subword.el move.
3070
3071 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3072 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3075 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3076 (bookmark-bmenu-show-filenames): Use push.
3077 (bookmark-bmenu-hide-filenames): Use local var instead of
3078 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3079 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3080 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3081 filenames now that the bookmark names are always available.
3082
3083 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3086 (bookmark-search-pattern): Move and leave unbound.
3087 (bookmark-bmenu-mode-map): Change binding.
3088 (bookmark-read-search-input): Simplify.
3089 Don't use text-char-description. Don't error on non-char events.
3090 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3091 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3092 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3093 Use a local var for the timer.
3094 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3095 (i.e. bookmark-bmenu-search).
3096
3097 2009-11-21 Glenn Morris <rgm@gnu.org>
3098
3099 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3100
3101 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3102
3103 * net/browse-url.el (browse-url-default-windows-browser):
3104 Use cygstart for cygwin.
3105
3106 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3107
3108 * bookmark.el: Formatting and doc fixes only:
3109 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3110 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3111 Minor grammar and punctuation fixes in doc string.
3112 (bookmark-read-search-input): Adjust to fit within 80 columns.
3113
3114 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3115
3116 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3117 (c-backward-into-nomenclature): Adapt to subword renaming.
3118
3119 * subword.el (subword-forward, subword-backward, subword-mark)
3120 (subword-kill, subword-backward-kill, subword-transpose)
3121 (subword-downcase, subword-upcase, subword-capitalize)
3122 (subword-forward-internal, subword-backward-internal):
3123 Rename from forward-subword, backward-subword, mark-subword,
3124 kill-subword, backward-kill-subword, transpose-subwords,
3125 downcase-subword, upcase-subword, capitalize-subword,
3126 forward-subword-internal, backward-subword-internal.
3127
3128 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3129
3130 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3131 New options.
3132 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3133 New vars.
3134 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3135 (bookmark-bmenu-filter-alist-by-regexp)
3136 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3137 (bookmark-bmenu-search): New command.
3138 (bookmark-bmenu-mode-map): Bind it.
3139
3140 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3143
3144 * cedet/semantic/idle.el (define-semantic-idle-service)
3145 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3146
3147 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3148
3149 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3150 backward-subword to quit the byte-compiler.
3151
3152 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3153
3154 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3155
3156 * progmodes/cc-cmds.el (c-update-modeline)
3157 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3158 Refer to subword.el functions instead of cc-subword.el.
3159
3160 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3161 subword.el functions instead of cc-subword.el.
3162
3163 * progmodes/cc-subword.el: Rename to subword.el.
3164 * subword.el: Rename from progmodes/cc-subword.el.
3165 (subword-mode-map): Rename from c-subword-mode-map.
3166 (subword-mode): Rename from c-subword-mode.
3167 (global-subword-mode): New global minor mode.
3168 (forward-subword): Rename from c-forward-subword.
3169 (backward-subword): Rename from c-backward-subword.
3170 (mark-subword): Rename from c-mark-subword.
3171 (kill-subword): Rename from c-kill-subword.
3172 (backward-kill-subword): Rename from c-backward-kill-subword.
3173 (transpose-subwords): Rename from c-tranpose-subword.
3174 (downcase-subword): Rename from c-downcase-subword.
3175 (capitalize-subword): Rename from c-capitalize-subword.
3176 (forward-subword-internal): Rename from c-forward-subword-internal.
3177 (backward-subword-internal): Rename from c-backward-subword-internal.
3178
3179 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3180
3181 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3182 from a dired buffer.
3183 (vc-dired-deduce-fileset): New function.
3184 (vc-root-diff, vc-print-root-log): Use it.
3185
3186 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3187 nil LIMIT argument to vc-print-log-internal.
3188
3189 2009-11-20 Glenn Morris <rgm@gnu.org>
3190
3191 * Makefile.in (ELCFILES): Regenerate.
3192
3193 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3196
3197 * cedet/semantic.el: Enable idle-mode menu items only if
3198 global-semantic-idle-scheduler-mode is enabled.
3199 (semantic-default-submodes): Doc fix.
3200
3201 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3202 When turning off, disable other idle modes.
3203
3204 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3205
3206 * calc/calc.el (calc-set-mode-line):
3207 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3208 (math-format-number): Rename `math-format-complement-signed' to
3209 `math-format-twos-complement'.
3210
3211 * calc/calc-bin.el (math-format-twos-complement): Rename from
3212 math-format-complement-signed.
3213 (calc-radix): Rename `calc-complement-signed-mode' to
3214 `calc-twos-complement-mode'.
3215 (calc-octal-radix, calc-hex-radix): Add an argument for
3216 two's complement.
3217
3218 * calc/calc-embed.el (calc-embedded-mode-vars):
3219 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3220
3221 * calc/calc-ext.el (calc-init-extensions):
3222 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3223 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3224
3225 * calc/calc-units.el (math-build-units-table-buffer):
3226 Let `calc-twos-complement-mode' be nil.
3227
3228 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3229 entries.
3230
3231 * calc/calc-vec.el (calcFunc-vunpack):
3232 * calc/calc-aent.el (calc-do-calc-eval):
3233 * calc/calc-forms.el (math-format-date):
3234 * calc/calc-graph.el (calc-graph-plot):
3235 * calc/calc-math.el (math-use-emacs-fn):
3236 * calc/calccomp.el (math-compose-expr):
3237 Let `calc-twos-complement-mode' be nil.
3238
3239 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3242 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3243 * minibuffer.el (completion-in-region-functions): New hook.
3244 (completion-in-region): New function.
3245 * emacs-lisp/lisp.el (lisp-complete-symbol):
3246 * pcomplete.el (pcomplete-std-complete): Use it.
3247
3248 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3251 (latex-complete-alist): New vars.
3252 (latex-string-prefix-p, latex-complete-bibtex-keys)
3253 (latex-complete-envnames, latex-complete-refkeys)
3254 (latex-complete-data): New functions.
3255 (latex-complete, latex-indent-or-complete): New commands.
3256
3257 * window.el (display-buffer-mark-dedicated): New var.
3258 (display-buffer): Obey it.
3259 * minibuffer.el (minibuffer-completion-help): Use it.
3260
3261 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3262
3263 * filecache.el (file-cache-add-file): Use push and cons.
3264 (file-cache-delete-file-regexp): Use push.
3265 (file-cache-complete): Use completion-in-region.
3266
3267 * simple.el (with-wrapper-hook): Fix thinko.
3268
3269 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3270 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3271 Use with-current-buffer and string-to-number.
3272 (hfy-fallback-colour-values): Use assoc-string.
3273 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3274 (hfy-face-at): Remove unused var `found-face'.
3275 (hfy-compile-stylesheet): Remove unused var `css'.
3276 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3277 and `orig-buffer'.
3278 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3279 Use with-current-buffer.
3280 (hfy-text-p): Use expand-file-name and fewer setq.
3281
3282 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3283
3284 * htmlfontify.el, hfy-cmap.el: New files.
3285
3286 2009-11-19 Juri Linkov <juri@jurta.org>
3287
3288 * minibuffer.el (completions-format): New defcustom.
3289 (completion--insert-strings): Implement vertical format.
3290
3291 * simple.el (switch-to-completions): Move point to the first
3292 completion when point was at the beginning of the buffer.
3293
3294 2009-11-19 Juri Linkov <juri@jurta.org>
3295
3296 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3297
3298 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3299
3300 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3303 (mail-signature): Change default to t.
3304 (mail-from-style): Deprecate `system-default' value.
3305 (mail-insert-from-field): For default value of mail-from-style,
3306 default to `angles' unless `angles' needs quoting and `parens'
3307 does not.
3308 (mail-citation-prefix-regexp): Use citation regexp from
3309 message-mode.
3310
3311 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3314 Set variables for computing the prompt for reading password.
3315
3316 2009-11-19 Glenn Morris <rgm@gnu.org>
3317
3318 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3319
3320 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3321
3322 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3323 (newsticker-treeview-listwindow-height): Fix custom type.
3324
3325 2009-11-19 Kenichi Handa <handa@m17n.org>
3326
3327 * descr-text.el (describe-char-padded-string): Compose with TAB
3328 only if there's a font for CH.
3329 (describe-char): Fix the condition for detecting a trivial composition.
3330
3331 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3332
3333 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3334 more accurate version of the regexp. (Bug#3910)
3335
3336 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3337
3338 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3339
3340 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3343 (font-setting-change-default-font): Fix typo in docstring.
3344
3345 2009-11-18 Alan Mackenzie <acm@muc.de>
3346
3347 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3348
3349 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3350
3351 * font-setting.el (font-use-system-font): Move ...
3352
3353 * cus-start.el (all): ... to here.
3354
3355 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3356
3357 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3358 Don't set `ad-return-value' if `ad-do-it' doesn't.
3359
3360 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3361 modification time.
3362
3363 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3364
3365 * menu-bar.el: Put "Use system font" in Option-menu.
3366 (menu-bar-options-save): Add font-use-system-font.
3367
3368 * loadup.el: If feature system-font-setting or font-render-setting is
3369 there, load font-setting.
3370
3371 * Makefile.in (ELCFILES): Add font-settings.el.
3372 * font-setting.el: New file.
3373
3374 2009-11-17 Glenn Morris <rgm@gnu.org>
3375
3376 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3377
3378 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3379 Preserve point in the list buffer. (Bug#4939)
3380 Use point-at-eol.
3381 (newsticker--treeview-list-update-highlight)
3382 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3383
3384 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3385
3386 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3387 Remove.
3388
3389 * calc/calc-ext.el (calc-init-extensions): Remove references to
3390 symclip.
3391
3392 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3393
3394 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3395 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3396 `calc-symclip'.
3397
3398 2009-11-16 Kevin Ryde <user42@zip.com.au>
3399
3400 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3401 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3402
3403 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3404 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3405 Ignore trailing spaces by omit-nulls to split-string (fixing
3406 regression from Emacs 21 due to the incompatible split-string
3407 change). (Bug #4928.)
3408
3409 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * vc.el (vc-log-show-limit): Default to 2000.
3412 (vc-print-log-internal): Insert buttons to request more entries
3413 when limiting the output.
3414
3415 * vc-sccs.el (vc-sccs-print-log):
3416 * vc-rcs.el (vc-rcs-print-log):
3417 * vc-cvs.el (vc-cvs-print-log):
3418 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3419 LIMIT is non-nil.
3420
3421 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3424 error when `tramp-gvfs-dbus-event-vector' is set.
3425 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3426
3427 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3430
3431 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * net/dbus.el (dbus-unregister-service): New defun.
3434 (dbus-register-property): Register the handlers of
3435 "org.freedesktop.DBus.Properties" for SERVICE.
3436 (dbus-property-handler): Fix docstring.
3437
3438 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3439
3440 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3441 Quote doc string reference in defvaralias as it is not in special form.
3442 (byte-compile-output-docform): Doc fix.
3443
3444 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3445
3446 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3447 (calc-complement-signed-mode): New variables.
3448 (calc-set-mode-line): Add indicator for twos-complements.
3449 (math-format-number): Format twos-complement notation.
3450
3451 * calc/calc-bin.el (calc-word-size): Reset the variables
3452 `math-2-word-size' and `math-half-2-word-size'.
3453 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3454 (calc-symclip): New functions.
3455
3456 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3457
3458 * calc/calc-embed.el (calc-embedded-mode-vars):
3459 Add `calc-complement-signed-mode' to the list of modes.
3460
3461 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3462 (calc-b-oper-keys): Add `calc-symclip' to list.
3463
3464 * calc/calc-ext.el (math-read-number-fancy): Read complement
3465 signed numbers.
3466 (calc-init-extensions): Add binding for `calc-symclip'.
3467 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3468
3469 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3470 `calc-symclip'.
3471 (calc-modes-menu): Add item for twos complement mode.
3472
3473 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3474
3475 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * register.el (jump-to-register, insert-register): Handle Semantic
3478 tags. From commented-out advice in semantic/senator.el.
3479
3480 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3481
3482 * vc.el (vc-log-show-limit): New variable.
3483 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3484 when using a prefix argument.
3485 (vc-print-log-internal): Add new argument LIMIT.
3486
3487 * vc-svn.el (vc-svn-print-log):
3488 * vc-mtn.el (vc-mtn-print-log):
3489 * vc-hg.el (vc-hg-print-log):
3490 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3491 pass it to the log command when set. Make the BUFFER argument
3492 non-optional.
3493
3494 * vc-sccs.el (vc-sccs-print-log):
3495 * vc-rcs.el (vc-rcs-print-log):
3496 * vc-git.el (vc-git-print-log):
3497 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3498 ignore it. Make the BUFFER argument non-optional
3499
3500 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3501
3502 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * dired.el (dired-mode-map): Move encryption items to "Operate"
3505 menu (Bug#4703).
3506
3507 * strokes.el (strokes-update-window-configuration): Make strokes
3508 buffer current before erasing (Bug#4906).
3509
3510 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3511 (semantic-idle-summary-mode): Define using define-minor-mode
3512 instead of define-semantic-idle-service.
3513 (semantic-idle-summary-mode): New function.
3514 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3515 that mouse motion does not reset the echo area.
3516
3517 2009-11-15 Juri Linkov <juri@jurta.org>
3518
3519 * simple.el (set-mark-default-inactive): Add :type, :group
3520 and :version. (Bug#4876)
3521
3522 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3523
3524 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3525 (archive-unique-fname): ... here. (Bug#4929)
3526
3527 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3530 with a real fix.
3531
3532 * novice.el (disabled-command-function): Add useful args.
3533 Setup the help buffer so that [back] works.
3534 Remove redundant call to help-mode.
3535 (disabled-command-function): Use `case'.
3536 (en/disable-command): New function extracted from enable-command.
3537 (enable-command, disable-command): Use it.
3538
3539 2009-11-14 Glenn Morris <rgm@gnu.org>
3540
3541 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3542 constants. (Bug#4913)
3543
3544 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3545
3546 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3547
3548 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3549 defined in C that have no doc-strings. (Bug#1063)
3550
3551 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3552
3553 * cus-edit.el (data, files):
3554 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3555
3556 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * simple.el (shell-command): Doc fix (Bug#4891).
3559
3560 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3561
3562 2009-11-14 Glenn Morris <rgm@gnu.org>
3563
3564 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3565 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3566 If they are already loaded, eval-after-load will do the right thing.
3567
3568 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3569 compiling.
3570
3571 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3572
3573 * simple.el (x-selection-owner-p): Declare.
3574 (read-mail-command): Use custom radio type rather than choice.
3575 (completion-no-auto-exit): Doc fix.
3576
3577 * custom.el (defgroup):
3578 * epg-config.el (epg): Doc fixes.
3579
3580 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3583 * international/ccl.el (define-ccl-program): Do not purecopy the
3584 docstring, defconst does it anyway.
3585
3586 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3589 a second time.
3590
3591 * x-dnd.el (x-dnd-maybe-call-test-function):
3592 * window.el (split-window-vertically):
3593 * whitespace.el (whitespace-help-on):
3594 * vc-rcs.el (vc-rcs-consult-headers):
3595 * userlock.el (ask-user-about-lock-help)
3596 (ask-user-about-supersession-help):
3597 * type-break.el (type-break-force-mode-line-update):
3598 * time-stamp.el (time-stamp-conv-warn):
3599 * terminal.el (te-set-output-log, te-more-break, te-filter)
3600 (te-sentinel, terminal-emulator):
3601 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3602 (term-write-input-ring, term-check-source, term-start-output-log):
3603 (term-display-buffer-line, term-dynamic-list-completions):
3604 (term-ansi-make-term, serial-term):
3605 * subr.el (selective-display):
3606 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3607 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3608 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3609 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3610 (speedbar-remove-localized-speedbar-support)
3611 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3612 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3613 (speedbar-buffers-line-directory):
3614 * simple.el (shell-command-on-region, append-to-buffer)
3615 (prepend-to-buffer):
3616 * shadowfile.el (shadow-save-todo-file):
3617 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3618 (scroll-bar-maybe-set-window-start):
3619 * sb-image.el (speedbar-image-dump):
3620 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3621 (load-save-place-alist-from-file):
3622 * ps-samp.el (ps-print-message-from-summary):
3623 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3624 (ps-background-image, ps-begin-job, ps-do-despool):
3625 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3626 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3627 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3628 (pr-call-process, pr-file-list, pr-interface-save):
3629 * novice.el (disabled-command-function)
3630 (enable-command, disable-command):
3631 * mouse.el (mouse-buffer-menu-alist):
3632 * mouse-copy.el (mouse-kill-preserving-secondary):
3633 * macros.el (kbd-macro-query):
3634 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3635 * informat.el (batch-info-validate):
3636 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3637 * hippie-exp.el (try-expand-dabbrev-visible):
3638 * help-mode.el (help-make-xrefs):
3639 * help-fns.el (describe-variable):
3640 * generic-x.el (bat-generic-mode-run-as-comint):
3641 * finder.el (finder-mouse-select):
3642 * find-dired.el (find-dired-sentinel):
3643 * filesets.el (filesets-file-close):
3644 * files.el (list-directory):
3645 * faces.el (list-faces-display, describe-face):
3646 * facemenu.el (list-colors-display):
3647 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3648 * epg.el (epg--process-filter, epg-cancel):
3649 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3650 (epa--read-signature-type):
3651 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3652 (emerge-file-names):
3653 * ehelp.el (electric-helpify):
3654 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3655 * ediff-vers.el (rcs-ediff-view-revision):
3656 * ediff-util.el (ediff-setup):
3657 * ediff-mult.el (ediff-append-custom-diff):
3658 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3659 (ediff-wordify):
3660 * echistory.el (Electric-command-history-redo-expression):
3661 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3662 * disp-table.el (describe-display-table):
3663 * dired.el (dired-find-buffer-nocreate):
3664 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3665 * dabbrev.el (dabbrev--same-major-mode-p):
3666 * chistory.el (list-command-history):
3667 * apropos.el (apropos-documentation):
3668 * allout.el (allout-obtain-passphrase):
3669 (allout-copy-exposed-to-buffer):
3670 (allout-verify-passphrase): Use with-current-buffer.
3671
3672 2009-11-13 Glenn Morris <rgm@gnu.org>
3673
3674 * Makefile.in (ELCFILES): Regenerate.
3675
3676 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3677
3678 * net/dbus.el (dbus-registered-objects-table): Rename from
3679 `dbus-registered-functions-table', because it contains also properties.
3680 (dbus-unregister-object): Unregister also properties.
3681 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3682 Use a timeout of 500 msec, in order to not block.
3683 (dbus-register-property, dbus-property-handler): New defuns.
3684
3685 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * simple.el (minibuffer-default-add-completions): Drop deprecated
3688 4th arg.
3689
3690 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3691
3692 * textmodes/artist.el (artist-mouse-choose-operation):
3693 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3694 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3695 (artist-compute-up-event-key): New function.
3696 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3697
3698 2009-11-13 Kenichi Handa <handa@m17n.org>
3699
3700 * language/japan-util.el: Make sure that the value of jisx0208
3701 property is jisx0208 character.
3702
3703 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3706 car or each item, not the whole list.
3707
3708 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * minibuffer.el (minibuffer-completion-help):
3711 Use minibuffer-hide-completions.
3712
3713 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3714
3715 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3716 (dired-revert): Use them (bug#4880).
3717
3718 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3719
3720 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3721
3722 2009-11-12 Juri Linkov <juri@jurta.org>
3723
3724 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3725 New functions.
3726 (find-file-literally-at-point): Alias of `ffap-literally'.
3727
3728 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3729
3730 * textmodes/ispell.el (ispell-skip-region-alist):
3731 * textmodes/css-mode.el (auto-mode-alist):
3732 * progmodes/compile.el (auto-mode-alist):
3733 * international/mule.el (ctext-non-standard-encodings-alist)
3734 (ctext-non-standard-encodings-regexp):
3735 * simple.el (shell-command-switch, text-read-only):
3736 * replace.el (occur-mode-map):
3737 * paths.el (rmail-file-name):
3738 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3739 * find-file.el (ff-special-constructs):
3740 * files.el (file-name-handler-alist):
3741 * composite.el: Purecopy strings.
3742
3743 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3744
3745 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3746
3747 * widget.el (define-widget): Purecopy the docstring.
3748 * international/mule-cmds.el (charset): Do not purecopy the
3749 docstring here, define-widget does it.
3750
3751 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3752 * textmodes/bibtex-style.el (auto-mode-alist):
3753 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3754 * progmodes/compile.el (compile-command):
3755 * language/korea-util.el (default-korean-keyboard):
3756 * international/mule-conf.el (file-coding-system-alist):
3757 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3758 * tooltip.el (tooltip-frame-parameters):
3759 * newcomment.el (comment-end, comment-padding):
3760 * dired.el (dired-trivial-filenames):
3761 * comint.el (comint-file-name-prefix): Purecopy initial values.
3762
3763 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3766 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3767 `tramp-unload'.
3768 (tramp-advice-make-auto-save-file-name)
3769 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3770 after removing the advice.
3771
3772 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3773
3774 * progmodes/grep.el (grep-regexp-alist):
3775 * international/mule-cmds.el (iso-2022-control-alist):
3776 * emacs-lisp/timer.el (timer-duration-words):
3777 * subr.el (version-separator, version-regexp-alist):
3778 * minibuffer.el (completion-styles-alist):
3779 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3780 Change defvars to defconsts.
3781
3782 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3783 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3784 * international/mule-conf.el: Allow to be byte compiled.
3785
3786 * international/mule.el (define-charset): Purecopy props.
3787 (load-with-code-conversion): Purecopy doc string and file name.
3788 (put-charset-property): Purecopy strings.
3789 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3790
3791 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3792 (define-char-code-property): Correctly purecopy the table.
3793
3794 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3795
3796 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3797
3798 * subr.el (add-hook): Purecopy strings.
3799 (eval-after-load): Purecopy load-history-regexp and the form.
3800
3801 * custom.el (custom-declare-group): Purecopy load-file-name.
3802
3803 * subr.el (menu-bar-separator): New defconst.
3804 * net/eudc.el (eudc-tools-menu):
3805 * international/mule-cmds.el (set-coding-system-map)
3806 (mule-menu-keymap):
3807 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3808 * vc-hooks.el (vc-menu-map):
3809 * replace.el (occur-mode-map):
3810 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3811 (menu-bar-edit-menu, menu-bar-goto-menu)
3812 (menu-bar-custom-menu, menu-bar-showhide-menu)
3813 (menu-bar-options-menu, menu-bar-tools-menu)
3814 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3815 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3816 (menu-bar-help-menu):
3817 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3818 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3819
3820 * term/x-win.el (x-gtk-stock-map):
3821 * progmodes/vera-mode.el (auto-mode-alist):
3822 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3823 (inferior-lisp-program, inferior-lisp-load-command):
3824 * progmodes/hideshow.el (hs-special-modes-alist):
3825 * progmodes/gud.el (same-window-regexps):
3826 * progmodes/grep.el (grep-program, find-program, xargs-program):
3827 * net/telnet.el (same-window-regexps):
3828 * net/rlogin.el (same-window-regexps):
3829 * language/ethiopic.el (font-ccl-encoder-alist):
3830 * vc-sccs.el (vc-sccs-master-templates):
3831 * vc-rcs.el (vc-rcs-master-templates):
3832 * subr.el (cl-assertion-failed):
3833 * simple.el (next-error-overlay-arrow-position):
3834 * lpr.el (lpr-command):
3835 * locate.el (locate-ls-subdir-switches):
3836 * info.el (same-window-regexps, info)
3837 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3838 * image-mode.el (image-mode, auto-mode-alist):
3839 * hippie-exp.el (hippie-expand-ignore-buffers):
3840 * format.el (format-alist):
3841 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3842 (find-name-arg):
3843 * facemenu.el (facemenu-keybindings):
3844 * dired.el (dired-listing-switches, dired-chown-program):
3845 * diff.el (diff-switches, diff-command):
3846 * cus-edit.el (same-window-regexps):
3847 * bindings.el (mode-line-mule-info)
3848 (mode-line-buffer-identification): Purecopy strings.
3849
3850 2009-11-11 Juri Linkov <juri@jurta.org>
3851
3852 * simple.el (dired-get-filename) <declare-function>:
3853 Tell the byte-compiler about dired-get-filename.
3854 (shell-command): In Dired mode, get filename from the current line
3855 as the default value.
3856
3857 2009-11-10 Glenn Morris <rgm@gnu.org>
3858
3859 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3860 * calendar/holidays.el, progmodes/cperl-mode.el:
3861 Update x-popup-menu declarations.
3862
3863 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3864 (list-load-path-shadows): Use dolist.
3865 (list-load-path-shadows): Use with-current-buffer.
3866
3867 2009-11-10 Juri Linkov <juri@jurta.org>
3868
3869 * minibuffer.el (read-file-name): Support a list of default values
3870 in `default-filename'. Use the first file name where only one
3871 element is required. Doc fix.
3872
3873 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * net/dbus.el (dbus-unregister-object): Release service, if no
3876 other method is registered for it.
3877
3878 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3879
3880 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3881 bookmark-sort-flag is non-nil (Bug#4653).
3882
3883 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3884
3885 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3886 the progress reporter entirely.
3887
3888 * emulation/cua-base.el: Add CUA property to some CC mode commands
3889 (Bug#4100).
3890
3891 2009-11-08 Kevin Ryde <user42@zip.com.au>
3892
3893 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3894 at end of sentence (Bug#4818).
3895
3896 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3897
3898 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3899 Handle "see declaration of" MSFT statements (Bug#4100).
3900
3901 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3902
3903 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3904 (tramp-advice-file-expand-wildcards): Unload via
3905 `ad-remove-advice'.
3906
3907 * net/trampver.el: Update release number.
3908
3909 2009-11-08 Kevin Ryde <user42@zip.com.au>
3910
3911 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3912 `ad-do-it'.
3913
3914 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3915
3916 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3917 in order to keep context in SELinux.
3918
3919 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3920
3921 * dired-aux.el (dired-query): Place cursor in echo area and allow
3922 C-g.
3923
3924 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3925 menu item if not on a directory (Bug#4701).
3926
3927 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3928
3929 Sync with Tramp 2.1.17.
3930
3931 * net/tramp.el (tramp-handle-copy-directory): Don't use
3932 `file-remote-p' (due to compatibility).
3933
3934 * net/tramp-compat.el (tramp-compat-copy-directory)
3935 (tramp-compat-delete-directory): New defuns.
3936
3937 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3938 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3939 `tramp-compat-delete-directory'.
3940
3941 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3942 (tramp-smb-handle-delete-directory): Use
3943 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3944
3945 * net/trampver.el: Update release number.
3946
3947 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * tar-mode.el (tar-copy): Call write-region on the right buffer
3950 (Bug#4857).
3951
3952 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3953 by hand, if necessary (Bug#4878).
3954
3955 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3958 align size column (Bug#4839).
3959
3960 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3961 statement.
3962
3963 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * progmodes/ld-script.el (auto-mode-alist):
3966 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3967
3968 * cus-face.el (custom-declare-face): Purecopy face spec.
3969
3970 2009-11-06 Kenichi Handa <handa@m17n.org>
3971
3972 * international/uni-bidi.el: Re-generated.
3973 * international/uni-category.el: Re-generated.
3974 * international/uni-combining.el: Re-generated.
3975 * international/uni-mirrored.el: Re-generated.
3976
3977 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3978
3979 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3980 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3981 (tex-start-options, slitex-run-command, latex-run-command)
3982 (tex-run-command, tex-directory):
3983 * textmodes/ispell.el (ispell-html-skip-alists)
3984 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3985 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3986 (adaptive-fill-regexp):
3987 * textmodes/dns-mode.el (auto-mode-alist):
3988 * progmodes/python.el (interpreter-mode-alist):
3989 * progmodes/etags.el (tags-compression-info-list):
3990 * progmodes/etags.el (tags-file-name):
3991 * net/browse-url.el (browse-url-galeon-program)
3992 (browse-url-firefox-program):
3993 * mail/sendmail.el (mail-signature-file)
3994 (mail-citation-prefix-regexp):
3995 * international/mule-conf.el (eight-bit):
3996 * international/latexenc.el (latex-inputenc-coding-alist):
3997 * international/fontset.el (x-pixel-size-width-font-regexp):
3998 * emacs-lisp/warnings.el (warning-type-format):
3999 * emacs-lisp/trace.el (trace-buffer):
4000 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4001 (emacs-lisp-mode-map):
4002 * calendar/holidays.el (holiday-solar-holidays)
4003 (holiday-bahai-holidays, holiday-islamic-holidays)
4004 (holiday-christian-holidays, holiday-hebrew-holidays)
4005 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4006 (hebrew-holidays-1, holiday-oriental-holidays)
4007 (holiday-general-holidays):
4008 * x-dnd.el (x-dnd-known-types):
4009 * tool-bar.el (tool-bar):
4010 * startup.el (site-run-file):
4011 * shell.el (shell-dumb-shell-regexp):
4012 * rfn-eshadow.el (file-name-shadow-tty-properties)
4013 (file-name-shadow-properties):
4014 * paths.el (remote-shell-program, news-directory):
4015 * mouse.el ([C-down-mouse-3]):
4016 * menu-bar.el (menu-bar-tools-menu):
4017 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4018 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4019 (jka-compr-compression-info-list):
4020 * isearch.el (search-whitespace-regexp):
4021 * image-file.el (image-file-name-extensions):
4022 * find-dired.el (find-ls-option):
4023 * files.el (directory-listing-before-filename-regexp)
4024 (directory-free-space-args, insert-directory-program)
4025 (list-directory-brief-switches, magic-fallback-mode-alist)
4026 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4027 (automount-dir-prefix):
4028 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4029 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4030 (face-font-registry-alternatives, face-font-registry-alternatives)
4031 (face-font-family-alternatives):
4032 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4033 (facemenu-foreground-menu, facemenu-face-menu):
4034 * epa-hook.el (epa-file-name-regexp):
4035 * dnd.el (dnd-protocol-alist):
4036 * textmodes/rst.el (auto-mode-alist):
4037 * button.el (default-button): Purecopy strings.
4038
4039 2009-11-06 Glenn Morris <rgm@gnu.org>
4040
4041 * Makefile.in (ELCFILES): Update.
4042
4043 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4046 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4047
4048 * nxml/xsd-regexp.el (xsdre-gen-categories):
4049 * nxml/xmltok.el (xmltok-parse-entity):
4050 * nxml/rng-parse.el (rng-parse-validate-file):
4051 * nxml/rng-maint.el (rng-format-manual)
4052 (rng-manual-output-force-new-line):
4053 * nxml/rng-loc.el (rng-save-schema-location-1):
4054 * nxml/rng-cmpct.el (rng-c-parse-file):
4055 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4056 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4057
4058 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4059
4060 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4061 Remove extra save-excursions and make-variable-buffer-local's.
4062 Suggested by Stefan Monnier.
4063
4064 (verilog-getopt-file, verilog-module-inside-filename-p)
4065 (verilog-set-define): Merge GNU 1.35 and repair changes from
4066 switching to using with-current-buffer.
4067
4068 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4069 being treated as a number and confusing AUTORESET.
4070 Reported by Dan Dever.
4071
4072 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4073 Add verilog-auto-ignore-concat to fix backward compatibility with
4074 older verilog-modes. Reported by Dan Katz.
4075
4076 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4077 containing closing anchors "...$".
4078
4079 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4080 Reported by Wade Smith.
4081
4082 (verilog-batch-execute-func): Comment on function usage.
4083
4084 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4085
4086 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4087 for labels.
4088
4089 (verilog-label-re, verilog-calc-1): Support proper indent of named
4090 asserts.
4091
4092 (verilog-backward-token, verilog-basic-complete-re)
4093 (verilog-beg-of-statement, verilog-indent-re): Support proper
4094 indent of the assert statement at the beginning of a block of text.
4095
4096 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4097 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4098 tokens as begins.
4099
4100 2009-11-05 Glenn Morris <rgm@gnu.org>
4101
4102 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4103 Emacs 19. (Bug#1531)
4104 (byte-compile-fix-header): Update for the above change.
4105 Drop test for epoch::version.
4106
4107 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4108 * cus-dep.el (custom-make-dependencies):
4109 * finder.el (finder-compile-keywords):
4110 Use autoload-rubric's feature argument.
4111
4112 * calendar/diary-lib.el (top-level): Make load behave more like require.
4113
4114 * vc-git.el (vc-git-stash-map): Move definition before use.
4115
4116 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4117
4118 * custom.el (custom-declare-group): Purecopy standard-value.
4119 (custom-declare-group): Purecopy custom-prefix.
4120
4121 * international/mule.el (load-with-code-conversion):
4122 Call do-after-load-evaluation unconditionally.
4123
4124 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4125
4126 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4129
4130 2009-11-04 Glenn Morris <rgm@gnu.org>
4131
4132 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4133 (byte-compile-compatibility): Remove option.
4134 (byte-compile-close-variables, byte-compile-fix-header)
4135 (byte-compile-insert-header, byte-compile-output-docform)
4136 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4137 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4138 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4139 (byte-compile-insert, byte-compile-defun):
4140 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4141 (byte-defop-compiler19): Remove.
4142 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4143 used by anything. Replace all calls with byte-defop-compiler.
4144
4145 2009-11-04 Juri Linkov <juri@jurta.org>
4146
4147 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4148 (menu-bar-options-menu): Don't quote the `prop' arg of
4149 `menu-bar-make-mm-toggle'.
4150
4151 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4152
4153 * calendar/calendar.el (cal-loaddefs):
4154 * calendar/diary-lib.el (diary-loaddefs):
4155 * calendar/holidays.el (hol-loaddefs):
4156 * eshell/esh-module.el (esh-groups): Load rather than require.
4157
4158 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4161 point-min==1.
4162 (todo-top-priorities): Only display-buffer when called interactively.
4163 (todo-item-start): Don't save excursion point.
4164 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4165 (todo-insert-item-here, todo-file-item, todo-remove-item):
4166 Adjust uses of todo-item-start and todo-item-end.
4167
4168 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4169 (autoload-rubric): Don't use any more.
4170 * cedet/semantic/fw.el (semantic/loaddefs):
4171 * cedet/srecode.el (srecode/loaddefs):
4172 * cedet/ede.el (ede/loaddefs): Load rather than require.
4173 * cedet/ede/cpp-root.el:
4174 * cedet/ede/emacs.el:
4175 * cedet/ede/files.el:
4176 * cedet/ede/linux.el:
4177 * cedet/ede/locate.el:
4178 * cedet/ede/make.el:
4179 * cedet/ede/shell.el:
4180 * cedet/ede/speedbar.el:
4181 * cedet/ede/system.el:
4182 * cedet/ede/util.el:
4183 * cedet/semantic/analyze.el:
4184 * cedet/semantic/bovine.el:
4185 * cedet/semantic/complete.el:
4186 * cedet/semantic/ctxt.el:
4187 * cedet/semantic/db-file.el:
4188 * cedet/semantic/db-find.el:
4189 * cedet/semantic/db-global.el:
4190 * cedet/semantic/db-mode.el:
4191 * cedet/semantic/db-typecache.el:
4192 * cedet/semantic/db.el:
4193 * cedet/semantic/debug.el:
4194 * cedet/semantic/dep.el:
4195 * cedet/semantic/doc.el:
4196 * cedet/semantic/edit.el:
4197 * cedet/semantic/find.el:
4198 * cedet/semantic/format.el:
4199 * cedet/semantic/html.el:
4200 * cedet/semantic/ia-sb.el:
4201 * cedet/semantic/ia.el:
4202 * cedet/semantic/idle.el:
4203 * cedet/semantic/lex-spp.el:
4204 * cedet/semantic/lex.el:
4205 * cedet/semantic/mru-bookmark.el:
4206 * cedet/semantic/scope.el:
4207 * cedet/semantic/senator.el:
4208 * cedet/semantic/sort.el:
4209 * cedet/semantic/symref.el:
4210 * cedet/semantic/tag-file.el:
4211 * cedet/semantic/tag-ls.el:
4212 * cedet/semantic/tag-write.el:
4213 * cedet/semantic/tag.el:
4214 * cedet/semantic/util-modes.el:
4215 * cedet/semantic/analyze/complete.el:
4216 * cedet/semantic/analyze/refs.el:
4217 * cedet/semantic/bovine/c.el:
4218 * cedet/semantic/bovine/gcc.el:
4219 * cedet/semantic/bovine/make.el:
4220 * cedet/semantic/bovine/scm.el:
4221 * cedet/semantic/decorate/include.el:
4222 * cedet/semantic/decorate/mode.el:
4223 * cedet/semantic/symref/cscope.el:
4224 * cedet/semantic/symref/global.el:
4225 * cedet/semantic/symref/grep.el:
4226 * cedet/semantic/symref/idutils.el:
4227 * cedet/semantic/symref/list.el:
4228 * cedet/semantic/wisent/java-tags.el:
4229 * cedet/semantic/wisent/javascript.el:
4230 * cedet/srecode/compile.el:
4231 * cedet/srecode/cpp.el:
4232 * cedet/srecode/document.el:
4233 * cedet/srecode/el.el:
4234 * cedet/srecode/expandproto.el:
4235 * cedet/srecode/getset.el:
4236 * cedet/srecode/insert.el:
4237 * cedet/srecode/java.el:
4238 * cedet/srecode/map.el:
4239 * cedet/srecode/mode.el:
4240 * cedet/srecode/template.el:
4241 * cedet/srecode/texi.el: Remove the file-local setting of
4242 generated-autoload-feature.
4243
4244 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4245 and only put a prop if it is non-nil.
4246
4247 2009-11-03 Juri Linkov <juri@jurta.org>
4248
4249 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4250 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4251
4252 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4253 and "Menu" to make top-level menu item visually one unit (like
4254 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4255 multi-word menu items). Fix :help string for quit-window.
4256
4257 2009-11-03 Glenn Morris <rgm@gnu.org>
4258
4259 * cedet/mode-local.el (with-mode-local): Doc fix.
4260
4261 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4262 (byte-compile-file-form-define-abbrev-table)
4263 (byte-compile-file-form-custom-declare-variable)
4264 (byte-compile-variable-ref, byte-compile-defvar):
4265 Whether or not a warning is enabled should only affect whether we issue
4266 the warning, not whether or not we collect the relevant data.
4267 Eg warnings can be turned on and off throughout the course of a file.
4268
4269 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4270 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4271
4272 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4275 * play/mpuz.el (mpuz-create-buffer):
4276 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4277 (lm-print-y,s,noise, lm-print-w0, lm-init):
4278 * play/gomoku.el (gomoku-prompt-for-move):
4279 * play/fortune.el (fortune-in-buffer):
4280 * play/dissociate.el (dissociated-press):
4281 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4282 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4283 * mail/supercite.el (sc-eref-show):
4284 * mail/smtpmail.el (smtpmail-send-it):
4285 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4286 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4287 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4288 (rmail-summary-goto-msg, rmail-summary-expunge)
4289 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4290 (rmail-summary-add-label, rmail-summary-output-menu)
4291 (rmail-summary-output-body):
4292 * mail/rfc822.el (rfc822-addresses):
4293 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4294 * mail/mailpost.el (post-mail-send-it):
4295 * mail/hashcash.el (hashcash-generate-payment):
4296 * mail/feedmail.el (feedmail-run-the-queue)
4297 (feedmail-queue-send-edit-prompt-help-first)
4298 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4299 (feedmail-deduce-address-list):
4300 * eshell/esh-ext.el (eshell-remote-command):
4301 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4302 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4303 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4304 (viper-save-string-in-file, viper-valid-marker):
4305 * emulation/viper-keym.el (viper-toggle-key):
4306 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4307 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4308 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4309 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4310 (viper-exec-form-in-emacs, viper-brac-function):
4311 * emulation/viper.el (viper-delocalize-var):
4312 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4313 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4314 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4315 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4316 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4317 * emulation/edt.el (edt-electric-helpify):
4318 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4319 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4320 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4321 (cua-indent-to-global-mark-column):
4322 * calendar/diary-lib.el (calendar-mark-1):
4323 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4324 Use with-current-buffer.
4325 * emulation/viper.el (viper-delocalize-var): Use dolist.
4326
4327 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4328
4329 * comint.el (comint-replace-by-expanded-history-before-point):
4330 Replace !! with the previous input string literally (Bug#1795).
4331
4332 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4333
4334 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4335 to be made up of whitespace.
4336
4337 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * minibuffer.el (read-file-name): Don't use file dialogs for
4340 remote directories (Bug#99).
4341
4342 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4343
4344 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4345
4346 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4347
4348 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4349 instead of deleting the window or frame.
4350
4351 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4354 Support face colors.
4355
4356 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4357 New function. Support face colors (Bug#1168).
4358 (tex-common-initialization): Use it.
4359
4360 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4361 mode allows it (Bug#1168).
4362
4363 2009-10-31 Juri Linkov <juri@jurta.org>
4364
4365 * facemenu.el (list-colors-display): Don't mark buffer as
4366 modified (Bug#3948).
4367
4368 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * international/mule-diag.el (list-character-sets-1): Minor
4371 message fix (Bug#3526).
4372
4373 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4374 face property (Bug#4834).
4375 (etags-list-tags, etags-tags-apropos-additional)
4376 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4377 property.
4378
4379 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4380 items.
4381
4382 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4383 items.
4384
4385 * cedet/ede.el (ede-minor-mode):
4386 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4387
4388 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * textmodes/two-column.el (2C-split):
4391 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4392 * textmodes/tex-mode.el (tex-set-buffer-directory):
4393 * textmodes/spell.el (spell-region, spell-string):
4394 * textmodes/reftex.el (reftex-erase-buffer):
4395 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4396 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4397 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4398 (reftex-select-item):
4399 * textmodes/reftex-ref.el (reftex-label-info-update)
4400 (reftex-offer-label-menu):
4401 * textmodes/reftex-index.el (reftex-index-change-entry)
4402 (reftex-index-phrases-info):
4403 * textmodes/reftex-global.el (reftex-create-tags-file)
4404 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4405 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4406 (reftex-view-crossref-from-bibtex):
4407 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4408 (reftex-extract-bib-entries-from-thebibliography)
4409 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4410 * textmodes/refbib.el (r2b-capitalize-title):
4411 (r2b-convert-buffer, r2b-help):
4412 * textmodes/page-ext.el (pages-directory)
4413 (pages-directory-goto-with-mouse):
4414 * textmodes/bibtex.el (bibtex-validate-globally):
4415 * textmodes/bib-mode.el (bib-capitalize-title):
4416 * textmodes/artist.el (artist-clear-buffer, artist-system):
4417 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4418 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4419 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4420 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4421 (xscheme-send-control-g-interrupt, xscheme-start-process)
4422 (xscheme-process-sentinel, xscheme-cd):
4423 * progmodes/verilog-mode.el (verilog-read-always-signals)
4424 (verilog-set-define, verilog-getopt-file)
4425 (verilog-module-inside-filename-p):
4426 * progmodes/sh-script.el:
4427 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4428 (python-pdbtrack-grub-for-buffer, python-execute-file):
4429 * progmodes/octave-inf.el (inferior-octave):
4430 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4431 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4432 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4433 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4434 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4435 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4436 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4437 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4438 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4439 (idlwave-shell-examine-display, idlwave-shell-run-region)
4440 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4441 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4442 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4443 (idlwave-help-get-help-buffer):
4444 * progmodes/gud.el (gud-basic-call, gud-find-class)
4445 (gud-tooltip-activate-mouse-motions-if-enabled):
4446 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4447 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4448 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4449 (ebrowse-tags-next-file):
4450 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4451 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4452 (ebnf-eps-finish-and-write):
4453 * progmodes/cpp.el (cpp-edit-save):
4454 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4455 * progmodes/cc-defs.el (c-emacs-features):
4456 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4457 (antlr-directory-dependencies):
4458 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4459 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4460 (ada-find-any-references, ada-make-filename-from-adaname)
4461 (ada-make-body-gnatstub):
4462 * obsolete/rnews.el (news-list-news-groups):
4463 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4464 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4465 * net/rcirc.el (rcirc-debug):
4466 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4467 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4468 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4469 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4470 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4471 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4472 (newsticker--treeview-list-clear-highlight)
4473 (newsticker--treeview-list-update-highlight)
4474 (newsticker--treeview-list-highlight-start)
4475 (newsticker--treeview-tree-update-highlight)
4476 (newsticker--treeview-get-selected-item)
4477 (newsticker-treeview-mark-list-items-old)
4478 (newsticker--treeview-set-current-node):
4479 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4480 * net/newst-backend.el (newsticker--get-news-by-funcall)
4481 (newsticker--get-news-by-wget, newsticker--image-get)
4482 (newsticker--image-sentinel):
4483 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4484 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4485 (eudc-ph-close-session):
4486 * net/eudc.el (eudc-save-options):
4487 * language/thai-word.el (thai-update-word-table):
4488 * language/japan-util.el (japanese-string-conversion):
4489 * international/titdic-cnv.el (tsang-quick-converter)
4490 (ziranma-converter, ctlau-converter):
4491 * international/mule-cmds.el (describe-language-environment):
4492 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4493 (skkdic-convert-postfix, skkdic-convert-prefix):
4494 (skkdic-convert-okuri-nasi, skkdic-convert):
4495 * emacs-lisp/re-builder.el (reb-update-overlays):
4496 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4497 * emacs-lisp/gulp.el (gulp-send-requests):
4498 * emacs-lisp/find-gc.el (trace-call-tree):
4499 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4500 (eieio-describe-generic):
4501 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4502 * emacs-lisp/edebug.el (edebug-outside-excursion):
4503 * emacs-lisp/debug.el (debugger-make-xrefs):
4504 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4505 * emacs-lisp/chart.el (chart-new-buffer):
4506 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4507 Use with-current-buffer.
4508 * textmodes/artist.el (artist-system): Don't call
4509 copy-sequence on a fresh string.
4510 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4511
4512 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4513
4514 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4515 is no item to edit. (Bug#4820)
4516 (todo-top-priorities): Restore point and restore narrowing in Todo
4517 buffer. (Bug#4820)
4518
4519 2009-10-31 Glenn Morris <rgm@gnu.org>
4520
4521 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4522 (comint-last-output-start, comint-last-input-start)
4523 (comint-last-input-end): Don't defvar when compiling.
4524 (ange-ftp-process-file): Use bound-and-true-p.
4525
4526 * pcmpl-rpm.el (top-level): Move provide statement to end.
4527 (pcmpl-rpm): Remove unused custom group.
4528
4529 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4530
4531 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4532
4533 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4534 (byte-compile-warnings): Add `constants' as an option.
4535 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4536 (display-call-tree): Update for byte-compile-fdefinition possibly
4537 returning `(macro lambda ...)'. (Bug#4778)
4538 (byte-compile-variable-ref, byte-compile-setq-default):
4539 Respect `constants' member of byte-compile-warnings.
4540
4541 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4542 Use mapc rather than mapcar because the return value is never used.
4543
4544 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4545 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4546 * cedet/semantic/html.el:
4547 Suppress harmless warnings about setting up semantic-imenu (not
4548 part of Emacs) variables.
4549
4550 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4553 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4554 to "submit:".
4555
4556 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4557 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4558 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4559 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4560 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4561 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4562 (semantic-analyzer-debug-global-symbol)
4563 (semantic-analyzer-debug-missing-innertype)
4564 (semantic-analyzer-debug-insert-include-summary):
4565 * cedet/semantic/util.el (semantic-file-tag-table):
4566 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4567 (semantic-recursive-find-nonterminal-by-name):
4568 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4569 * cedet/semantic/tag-file.el (semantic-prototype-file):
4570 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4571 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4572 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4573 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4574 (semantic-idle-summary-maybe-highlight):
4575 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4576 (semantic-ia-sb-tag-info):
4577 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4578 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4579 * cedet/semantic/ede-grammar.el (project-compile-target):
4580 (ede-proj-makefile-insert-variables):
4581 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4582 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4583 (semantic-debug-mode, semantic-debug):
4584 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4585 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4586 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4587 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4588 (semanticdb-find-translate-path-includes--internal)
4589 (semanticdb-reset-log, semanticdb-find-log-activity):
4590 * cedet/semantic/db-file.el (object-write):
4591 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4592 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4593 (semanticdb-create-ebrowse-database):
4594 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4595 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4596 (semantic-collector-calculate-completions-raw)
4597 (semantic-complete-read-tag-analyzer):
4598 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4599 * cedet/ede/util.el (ede-update-version-in-source):
4600 * cedet/ede/proj.el (project-delete-target):
4601 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4602 (ede-proj-flush-autoconf):
4603 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4604 (ede-proj-configure-synchronize):
4605 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4606 * cedet/ede/linux.el (ede-linux-version):
4607 * cedet/ede/emacs.el (ede-emacs-version):
4608 * cedet/ede/dired.el (ede-dired-add-to-target):
4609 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4610 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4611 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4612 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4613 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4614 (cedet-idutils-version-check):
4615 * cedet/cedet-global.el (cedet-gnu-global-call):
4616 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4617 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4618 * cedet/cedet-cscope.el (cedet-cscope-call)
4619 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4620 Use with-current-buffer.
4621 * cedet/ede.el (ede-make-project-local-variable)
4622 (ede-set-project-variables, ede-set): Use dolist.
4623
4624 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4625
4626 * textmodes/ispell.el (ispell-skip-region-alist):
4627 * international/mule-conf.el (eight-bit):
4628 * international/fontset.el (font-encoding-alist):
4629 * startup.el (pure-space-overflow-message):
4630 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4631 * paths.el (gnus-nntp-service, rmail-spool-directory)
4632 (term-file-prefix):
4633 * files.el (save-some-buffers-action-alist):
4634 * cmuscheme.el (same-window-buffer-names):
4635 * ielm.el (same-window-buffer-names):
4636 * shell.el (same-window-buffer-names):
4637 * mail/sendmail.el (same-window-buffer-names):
4638 * progmodes/inf-lisp.el (same-window-buffer-names):
4639 * bindings.el (mode-line-client)
4640 (mode-line-column-line-number-mode-map):
4641 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4642 (tibetan-precomposed-regexp): Purecopy string arguments.
4643
4644 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4647 (calcDigit-nondigit):
4648 * calc/calc-yank.el (calc-copy-to-buffer):
4649 * calc/calc-units.el (calc-invalidate-units-table):
4650 * calc/calc-trail.el (calc-trail-yank):
4651 * calc/calc-store.el (calc-insert-variables):
4652 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4653 * calc/calc-prog.el (calc-read-parse-table):
4654 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4655 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4656 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4657 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4658 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4659 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4660 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4661 * calc/calc-ext.el (calc-realign):
4662 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4663 (calc-embedded-finish-edit, calc-embedded-make-info)
4664 (calc-embedded-finish-command, calc-embedded-stack-change):
4665 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4666
4667 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4668 (overload-docstring-extension): Use that info.
4669 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4670 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4671 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4672 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4673 (semantic-nonterminal-full-name): Add the new `when' info.
4674 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4675 `assert'.
4676
4677 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4678 shell-dynamic-complete-filename in preference to
4679 comint-dynamic-complete-filename.
4680
4681 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4682 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4683 Don't consider whether the display supports colors.
4684 (bookmark-import-new-list): Use dolist.
4685 (bookmark-bmenu-mode-map): Move initialization into declaration.
4686 (bookmark-bmenu-list): Use dolist, simplify.
4687 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4688 (menu-bar-final-items): Use push.
4689
4690 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4691
4692 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4693 it works on remote files.
4694 (vc-hg-diff): Don't pass any `--cwd' argument.
4695
4696 2009-10-27 Kevin Ryde <user42@zip.com.au>
4697
4698 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4699 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4700 (Further to Bug#3921).
4701
4702 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4703
4704 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4705 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4706 calling `tramp-imap-put-file'. Add file size to the call.
4707 (tramp-imap-get-file-entries): Compute also user name, file size,
4708 and date.
4709 (tramp-imap-handle-insert-directory): Insert uid and gid.
4710 (tramp-imap-handle-file-attributes): Transform uid and gid
4711 according to `id-format'.
4712 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4713 size in header X-Size.
4714
4715 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * simple.el (transpose-subr): Give clearer error when the mark
4718 is not set. (Bug#4807)
4719
4720 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4721
4722 * net/tramp.el (tramp-perl-file-truename): New defconst.
4723 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4724 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4725 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4726 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4727
4728 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4729 Ignore `dired-call-process'.
4730 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4731
4732 2009-10-26 Julian Scheid <julians37@gmail.com>
4733
4734 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4735 (tramp-get-remote-readlink): New defun.
4736 (tramp-handle-file-truename): Use it.
4737 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4738 file exists if cache value present.
4739 (tramp-check-cached-permissions): New defun.
4740 (tramp-handle-file-readable-p): Use it.
4741 (tramp-handle-file-writable-p): Likewise.
4742 (tramp-handle-file-executable-p): Likewise.
4743 (tramp-handle-file-name-all-completions): Try using Perl to get
4744 partial completions. When perl not available, combine `cd' and
4745 `ls' into single remote operation and use shell expansion to get
4746 partial remote directory contents. Set `file-exists-p' cache for
4747 directory and any files returned by ls. Change cache handling to
4748 support partial directory contents. Use error message emitted by
4749 remote `cd' or Perl code for local tramp-error.
4750 (tramp-do-copy-or-rename-file-directly): Avoid separate
4751 tramp-send-command-and-check call.
4752 (tramp-handle-process-file): Merge three remote ops into one.
4753 Do not flush all caches when `process-file-side-effects' is set.
4754 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4755 file-attributes shows uid/gid to be set already.
4756
4757 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4758
4759 * textmodes/tex-mode.el (tex-dvi-view-command)
4760 (tex-show-queue-command, tex-open-quote):
4761 * progmodes/ruby-mode.el (auto-mode-alist)
4762 (interpreter-mode-alist): Purecopy strings.
4763
4764 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4765
4766 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4767 string for the hook, keymap and abbrev table.
4768
4769 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4770
4771 * x-dnd.el (x-dnd-xdnd-to-action):
4772 * startup.el (fancy-startup-text, fancy-about-text): Change to
4773 defconst from defvar.
4774
4775 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4776
4777 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4778 Purecopy initialization strings.
4779
4780 * mail/sendmail.el (mail-header-separator)
4781 (mail-personal-alias-file):
4782 * mail/rmail.el (rmail-default-dont-reply-to-names)
4783 (rmail-ignored-headers, rmail-retry-ignored-headers)
4784 (rmail-highlighted-headers, rmail-secondary-file-directory)
4785 (rmail-secondary-file-regexp):
4786 * files.el (null-device, file-name-invalid-regexp)
4787 (locate-dominating-stop-dir-regexp)
4788 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4789 (interpreter-mode-alist): Use mapcar instead of mapc.
4790
4791 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4792
4793 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4794 (completion-ignored-extensions):
4795 (debug-ignored-errors): Purecopy strings.
4796
4797 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4800 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4801 (pcomplete--here): Use push.
4802
4803 * subr.el (all-completions): Declare the 4th arg obsolete.
4804
4805 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4808 (pcomplete-unquote-argument): New function.
4809 (pcomplete--common-suffix): Always pay attention to case.
4810 (pcomplete--table-subvert): Quote and unquote the text.
4811 (pcomplete--common-quoted-suffix): New function.
4812 (pcomplete-std-complete): Use it and pcomplete-begin.
4813
4814 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4815 we're inside a dedicated or minibuffer window.
4816
4817 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * cedet/semantic/fw.el (semantic-alias-obsolete)
4820 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4821 (define-mode-overload-implementation):
4822 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4823 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4824 * cedet/semantic/util.el (semantic-file-token-stream)
4825 (semantic-something-to-stream):
4826 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4827 (semantic-expand-nonterminal):
4828 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4829 (semantic-find-dependency, semantic-find-nonterminal)
4830 (semantic-find-dependency):
4831 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4832 (semantic-flex-text, semantic-flex-make-keyword-table)
4833 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4834 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4835 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4836 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4837 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4838 (semantic-after-idle-scheduler-reparse-hooks):
4839 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4840 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4841 * cedet/semantic.el (semantic-toplevel-bovine-table)
4842 (semantic-toplevel-bovine-cache)
4843 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4844 (semantic-init-mode-hooks, semantic-init-db-hooks)
4845 (semantic-bovination-working-type): Provide the `when' arg.
4846
4847 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4848
4849 * bookmark.el: Update documentation, especially documentation
4850 of `bookmark-alist' and of the bookmark file format.
4851 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4852
4853 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4856 keybindings apply to the mail buffer (Bug#4003). Shrink help
4857 window to buffer.
4858
4859 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4860 (global-whitespace-mode, global-whitespace-newline-mode)
4861 (whitespace-toggle-options, global-whitespace-toggle-options):
4862 Doc fix (Bug#3660).
4863
4864 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4865 of xmltok-start before the end tag was inserted (Bug#2840).
4866
4867 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4868 patterns that are preceded by an open-paren (Bug#1320).
4869
4870 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4871
4872 * files.el (delete-directory): Delete symlinks to directories with
4873 delete-file (Bug#4739).
4874
4875 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4876
4877 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4878 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4879 argument to make-obsolete.
4880
4881 * cedet/semantic/fw.el (semantic-alias-obsolete)
4882 (semantic-varalias-obsolete): Add optional WHEN argument.
4883
4884 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4885
4886 * vc.el (vc-backend-for-registration): Rename from
4887 vc-get-backend-for-registration. Update callers.
4888
4889 * international/mule-cmds.el (set-language-info-alist):
4890 Purecopy lang-env.
4891 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4892 (charset): Purecopy the name.
4893 (define-char-code-property): Purecopy string arguments.
4894
4895 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4896 Purecopy string arguments.
4897
4898 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4899 * ediff-hook.el (menu-bar-ediff-menu):
4900 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4901 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4902
4903 2009-10-24 Glenn Morris <rgm@gnu.org>
4904
4905 * comint.el (comint-dynamic-list-completions):
4906 * term.el (term-dynamic-list-completions): Use choose-completion rather
4907 than obsolete alias mouse-choose-completion.
4908
4909 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4910 file-cache-choose-completion.
4911 (file-cache-choose-completion): Handle an optional event argument.
4912 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4913
4914 * progmodes/octave-mod.el (octave-complete-symbol):
4915 Use choose-completion if mouse-choose-completion is ever removed.
4916
4917 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4918 use.
4919
4920 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4921 compiler.
4922
4923 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4924
4925 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4928 Ignore `pred' now that we receive one.
4929 Handle test-completion specially.
4930
4931 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4932
4933 * vc.el (vc-responsible-backend): Throw an error if not backend is
4934 found. Remove the REGISTER argument. Move the code dealing with
4935 REGISTER ...
4936 (vc-get-backend-for-registration): ... here. New function.
4937 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4938 of vc-responsible-backend, pass the file name instead of the
4939 directory name.
4940
4941 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4944 New funs.
4945 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4946 (pcomplete-comint-setup): Don't modify a global var via
4947 accidental side-effects.
4948 (pcomplete-shell-setup): Adjust call accordingly.
4949 (pcomplete-parse-comint-arguments): Use push.
4950
4951 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4954 Allow uncapitalized info node names (Bug#3921).
4955
4956 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4957 to the DEBUG file (Bug#3781).
4958
4959 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4960
4961 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4962 dictionary entry (Bug#4579).
4963
4964 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4965
4966 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4967 from `rfn-eshadow-update-overlay-hook' when unloading.
4968 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4969 "rsyncc". Adjust doc string.
4970 (tramp-temp-buffer-file-name): New buffer-local defvar.
4971 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4972 Keep temporary file when indicated by method ("rsync" and
4973 "rsyncc").
4974 (tramp-handle-write-region): Handle APPEND.
4975 (tramp-delete-temp-file-function): New defun. Added to
4976 `kill-buffer-hook'.
4977
4978 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4981
4982 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4983
4984 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4985 (color-name-rgb-alist, tty-standard-colors)
4986 (tty-color-mode-alist): Change to defconst.
4987
4988 * simple.el (mark-inactive): Purecopy message.
4989
4990 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4991 (global-map, yank-menu):
4992 * textmodes/ispell.el (ispell-menu-map):
4993 * net/eudc.el (eudc-tools-menu):
4994 * international/mule-cmds.el (describe-language-environment-map)
4995 (setup-language-environment-map, set-coding-system-map)
4996 (mule-menu-keymap):
4997 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4998 * replace.el (occur-mode-map):
4999 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5000
5001 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5002
5003 * calc/calc.el (math-read-number, math-read-number-simple): Use
5004 `save-match-data'.
5005
5006 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5009 rather than fiddling with global-map bindings, since it should only
5010 affect per-terminal settings.
5011 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5012
5013 * minibuffer.el (completion-table-with-terminator): Allow to specify
5014 the terminator-regexp.
5015
5016 * simple.el (switch-to-completions): Look for *Completions* in other
5017 frames as well.
5018
5019 * pcomplete.el: Allow the use of completion-tables.
5020 (pcomplete-std-complete): New command.
5021 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5022 (pcomplete--here): Use a function for `form' rather than an expression,
5023 so it can be byte-compiled.
5024 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5025 Add edebug declaration.
5026 (pcomplete-show-completions): Remove unused var `curbuf'.
5027 (pcomplete-do-complete, pcomplete-stub):
5028 Don't assume `completions' is a list of strings any more.
5029
5030 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * find-dired.el (find-name-arg): Fix typo in docstring.
5033
5034 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5037 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5038
5039 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5040 pcomplete-entries.
5041
5042 * comint.el (comint-read-input-ring, comint-write-input-ring)
5043 (comint-substitute-in-file-name)
5044 (comint-dynamic-complete-as-filename)
5045 (comint-dynamic-simple-complete)
5046 (comint-dynamic-list-filename-completions)
5047 (comint-dynamic-list-completions)
5048 (comint-redirect-results-list-from-process): Minor simplifications.
5049
5050 2009-10-21 Kevin Ryde <user42@zip.com.au>
5051
5052 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5053 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5054 the first form. And insert a blank line after ";;; Code" since
5055 that's usual style. (Bug#4612)
5056
5057 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5058
5059 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * minibuffer.el (completion-table-with-terminator): Properly implement
5062 boundaries, in case `terminator' appears in the suffix.
5063 (completion--embedded-envvar-table): Don't return boundaries if
5064 there's no valid completion. Simplify.
5065 (completion-file-name-table): New completion table extracted from
5066 completion--file-name-table.
5067 (completion--file-name-table): Use it.
5068 (read-file-name-predicate): Declare obsolete.
5069 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5070 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5071 completion-file-name-table, and use the `pred' argument.
5072 * files.el (locate-file-completion-table): Use the `pred' arg rather
5073 than read-file-name-predicate.
5074 (abbreviate-file-name): Use \` rather than ^ for BOS.
5075
5076 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5077
5078 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5079 vc-responsible-backend to register, it causes problems.
5080
5081 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5084
5085 2009-10-21 Eric Ludlam <zappo@gnu.org>
5086
5087 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5088 (semantic-c-debug-mode-init-pch): New functions.
5089 (semantic-c-debug-mode-init-last-mode): New var.
5090 (semantic-c-parse-lexical-token): Use them.
5091
5092 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5093 When extracting the argument list, limit only by point-max.
5094
5095 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5096
5097 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5098 (tramp-smb-handle-file-attributes): Use it.
5099 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5100 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5101 `mapcar'. Use `tramp-smb-get-stat-capability'.
5102 Add `dired-filename' text properties.
5103 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5104 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5105 version.
5106
5107 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * subr.el (read-key-delay): Reduce to 0.01.
5110 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5111 (bug#4751).
5112
5113 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5116
5117 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5118 (Info-menu): Remove unused vars `last' and `completions'.
5119 (Info-index-nodes): Remove unused var `node'.
5120
5121 * info.el (Info-complete-menu-item): Use complete-with-action.
5122
5123 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5124
5125 Make vc-annotate work through copies and renames.
5126 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5127 Return the file name too.
5128 (vc-annotate-revision-at-line)
5129 (vc-annotate-find-revision-at-line)
5130 (vc-annotate-revision-previous-to-line)
5131 (vc-annotate-show-log-revision-at-line): Update to get the file
5132 name from vc-annotate-extract-revision-at-line.
5133 (vc-annotate-show-diff-revision-at-line-internal): Change the
5134 argument to mean whether to show a file diff or not. Get the file
5135 name from vc-annotate-extract-revision-at-line.
5136 (vc-annotate-show-diff-revision-at-line):
5137 Update vc-annotate-show-diff-revision-at-line call.
5138 (vc-annotate-warp-revision): Add an optional file argument.
5139
5140 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5141 (vc-git-annotate-extract-revision-at-line): Also return the file
5142 name if found.
5143
5144 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5145 command. Remove unused code.
5146 (vc-hg-annotate-re): Update to match --follow output.
5147 (vc-hg-annotate-extract-revision-at-line): Also return the file
5148 name if found.
5149
5150 * vc.el: Update annotate-extract-revision-at-line documentation.
5151
5152 2009-10-18 Kevin Ryde <user42@zip.com.au>
5153
5154 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5155 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5156
5157 * net/browse-url.el (browse-url): Identify alist with "consp and
5158 not functionp" and let all other things go down the `apply' leg,
5159 as suggested by Stefan. (Further to bug#4531.)
5160
5161 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * minibuffer.el (read-file-name): Check for repeat before putting
5164 a default argument in file-name-history (Bug#4657).
5165
5166 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5167 read syntax (Bug#4737).
5168
5169 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5170
5171 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5172
5173 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5174 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5175 entries and make note of obsolete tags.
5176
5177 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5180
5181 2009-10-18 Glenn Morris <rgm@gnu.org>
5182
5183 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5184 grep, so that binary files (eg international/uni-bidi.el) can match.
5185 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5186 now, and in any case the file header format has changed.
5187
5188 2009-10-17 Glenn Morris <rgm@gnu.org>
5189
5190 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5191 (flyspell-get-word, flyspell-large-region)
5192 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5193
5194 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * Makefile.in (ELCFILES): Add ede/shell.
5197
5198 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5199
5200 * term/common-win.el (x-colors): Purecopy it.
5201
5202 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5205 permissive for when the buffer is empty.
5206 (tar-header-block-tokenize): Decode the username and groupname.
5207 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5208
5209 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5210
5211 * cedet/srecode/srt.el:
5212 * cedet/srecode/compile.el:
5213 * cedet/semantic/mru-bookmark.el:
5214 * cedet/semantic/debug.el:
5215 * cedet/semantic/complete.el:
5216 * cedet/semantic/analyze.el: Require CL when compiling.
5217
5218 2009-10-17 Eric Ludlam <zappo@gnu.org>
5219
5220 * cedet/semantic/scope.el
5221 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5222 tmpscope so that the regular scope will continue to work.
5223
5224 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5225 Use semantic-idle-summary-highlight-face as the highlighting.
5226
5227 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5228 contains multibyte characters, choose first applicable coding
5229 system automatically.
5230
5231 * cedet/ede/project-am.el (project-run-target): New method.
5232 (project-run-target): New method.
5233
5234 * cedet/ede.el (ede-target): Add run target menu item.
5235 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5236 (ede-run-target): New function.
5237 (ede-target::project-run-target): New method.
5238
5239 * cedet/ede/proj.el (project-run-target): New method.
5240
5241 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5242 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5243 Add :rules.
5244 (ede-proj-target-makefile-shared-object): Only libtool compilers
5245 now available. Add linkers for libtool.
5246 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5247 (ede-proj-makefile-target-name): Always use .la extension.
5248
5249 * cedet/ede/proj-prog.el (project-run-target): New method.
5250
5251 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5252 (ede-g++-linker): Change Change link lines.
5253
5254 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5255 When searching for old variables, go to the end of the buffer and
5256 search backward from there.
5257 (ede-proj-makefile-automake-insert-subdirs)
5258 (ede-proj-makefile-automake-insert-extradist): New methods.
5259 (ede-proj-makefile-create): Use them.
5260
5261 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5262 Force FILE to expand to the current target. Use file-exists-p to
5263 check that it exists.
5264
5265 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5266 (ede-linux-load): Wrap dir in file-name-as-directory.
5267 Set :version slot.
5268
5269 * cedet/ede/files.el (ede-get-locator-object): When enabling
5270 locate, do so on "top".
5271
5272 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5273 file-name-as-directory during compare.
5274 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5275 Get version number from different places. Don't call egrep.
5276 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5277 to set the directory.
5278
5279 * cedet/ede/shell.el: New file.
5280
5281 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5282 alpha/beta variants.
5283
5284 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * international/mule-cmds.el (select-safe-coding-system): If the file
5287 has a coding cookie, use it regardless of any other setting (bug#4712).
5288
5289 2009-10-17 Glenn Morris <rgm@gnu.org>
5290
5291 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5292 All errors should have messages.
5293
5294 * foldout.el (foldout-mouse-swallow-events):
5295 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5296
5297 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5298 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5299 (dired-keep-marker-symlink, dired-dwim-target)
5300 (dired-copy-preserve-time): Do not autoload these defcustoms.
5301
5302 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5303 messages from messing up the file coding. (Bug#4623)
5304
5305 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5306
5307 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5308 if no match is found for the current dictionary. (Bug#4578)
5309
5310 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5311 optional, since that is how it is documented, and this is often called
5312 with a nil argument. (Bug#4577)
5313 (flyspell-external-point-words, flyspell-auto-correct-word)
5314 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5315 (flyspell-word-search-backward): Remove nil argument in calls to
5316 flyspell-get-word, since it is not needed now.
5317
5318 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5319
5320 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5321
5322 2009-10-16 Glenn Morris <rgm@gnu.org>
5323
5324 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5325
5326 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5327
5328 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5329 (ange-ftp-file-size): New function.
5330 (ange-ftp-file-attributes): Use it.
5331
5332 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5333
5334 * net/tramp-smb.el (tramp-smb-version): New defvar.
5335 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5336 repeated checks.
5337
5338 2009-10-16 Glenn Morris <rgm@gnu.org>
5339
5340 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5341 Maybe copy some custom properties from old to new name. (Bug#4706)
5342
5343 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5344
5345 * subr.el (error, sit-for, start-process-shell-command)
5346 (start-file-process-shell-command): Set the calling convention
5347 after the function definition.
5348
5349 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * subr.el (error, sit-for, start-process-shell-command)
5352 (start-file-process-shell-command): Use the new
5353 set-advertised-calling-convention feature.
5354
5355 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5356
5357 * international/ucs-normalize.el (ucs-normalize-version):
5358 Change to 1.2.
5359 (check-range): Adjust for Unicode 5.2.
5360
5361 2009-10-15 Juri Linkov <juri@jurta.org>
5362
5363 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5364 to the `menu-item' format.
5365
5366 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5369 if the environment variable does not exist.
5370
5371 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5372 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5373 parameter.
5374 (tramp-smb-handle-add-name-to-file)
5375 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5376 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5377 (tramp-smb-handle-file-attributes)
5378 (tramp-smb-do-file-attributes-with-stat)
5379 (tramp-smb-handle-file-local-copy)
5380 (tramp-smb-handle-insert-directory)
5381 (tramp-smb-handle-make-directory)
5382 (tramp-smb-handle-make-directory-internal)
5383 (tramp-smb-handle-make-symbolic-link)
5384 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5385 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5386 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5387 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5388 Handle long file names.
5389 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5390 process is running.
5391 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5392 Read share names with "-g" option.
5393
5394 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5395
5396 * net/rcirc.el (rcirc-view-log-file): New command.
5397 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5398 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5399 specified.
5400
5401 2009-10-15 Glenn Morris <rgm@gnu.org>
5402
5403 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5404 from the second command-line argument.
5405 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5406 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5407 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5408 w32-batch-update-autoloads.
5409 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5410 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5411
5412 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5413 the headers cannot be located. Simplify, subtracting superflous
5414 save-excursions.
5415
5416 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 Replace completion-base-size by completion-base-position to fix bugs
5419 such as (bug#4699).
5420 * simple.el (completion-base-position): New var.
5421 (completion-base-size): Mark as obsolete.
5422 (choose-completion): Make it work for mouse events as well.
5423 Pass the new base-position to choose-completion-string.
5424 (choose-completion-guess-base-position): New function, extracted from
5425 choose-completion-delete-max-match.
5426 (choose-completion-delete-max-match): Use it. Make obsolete.
5427 (choose-completion-string): Use the new base-position info.
5428 (completion-root-regexp): Delete.
5429 (completion-setup-function): Preserve completion-base-position.
5430 Eliminate obsolete base-size manipulation.
5431 * minibuffer.el (display-completion-list): Don't mess with base-size.
5432 (minibuffer-completion-help): Set completion-base-position instead.
5433 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5434 choose-completion.
5435 * textmodes/bibtex.el (bibtex-complete):
5436 * emacs-lisp/crm.el (crm--choose-completion-string):
5437 Adjust to new calling convention.
5438 * complete.el (partial-completion-mode): Use minibufferp to avoid
5439 bumping into incompatible change to choose-completion-string-functions.
5440 * ido.el (ido-choose-completion-string): Make its calling convention
5441 more permissive.
5442 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5443 base-size manipulation.
5444 (comint-dynamic-list-input-ring): Use dotimes and push.
5445 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5446 fundamental-mode. Use `or'.
5447
5448 2009-10-14 Juri Linkov <juri@jurta.org>
5449
5450 * misearch.el (multi-isearch-next-buffer-from-list)
5451 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5452
5453 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5456 `bytecomp.el'.
5457
5458 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5459 string we return is all made up of text from the completions rather
5460 than part from the completions and part from the input (bug#4219).
5461
5462 * ido.el (ido-everywhere): Use define-minor-mode.
5463
5464 * buff-menu.el (list-buffers, ctl-x-map):
5465 Mark the entry points with ;;;###autoload cookies.
5466
5467 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5468
5469 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5470 correctly in the detached head case.
5471 (vc-git-print-log): Remove unused binding.
5472
5473 * vc.el (vc-responsible-backend): When a directory is passed for
5474 for registration create a VC repository if no backend is
5475 responsible for the directory argument.
5476 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5477
5478 * vc.el: Move comments about RCS and SCCS ...
5479 * vc-rcs.el:
5480 * vc-sccs.el: ... here, respectively.
5481
5482 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * minibuffer.el (completion--file-name-table): Return nil if there's
5485 no file completion, even if substitute-in-file-name changed
5486 the string (bug#4708).
5487
5488 2009-10-13 Juri Linkov <juri@jurta.org>
5489
5490 * files-x.el (read-file-local-variable-value): Don't filter out
5491 minor modes from mode name completion (bug#4664).
5492
5493 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5494
5495 * international/mule-cmds.el (ucs-names): Remove exclusion of
5496 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5497
5498 2009-10-13 Kenichi Handa <handa@m17n.org>
5499
5500 * international/uni-name.el: Regenerated.
5501
5502 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5503
5504 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5505 should be automatically buffer-local, but isn't.)
5506
5507 2009-10-12 Sam Steingold <sds@gnu.org>
5508
5509 * progmodes/compile.el (compilation-next-error-function): Fix the
5510 timestamps if the buffer has been visited before.
5511 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5512 non-anchored patterns, like the perl one (bug#3928).
5513
5514 2009-10-12 Glenn Morris <rgm@gnu.org>
5515
5516 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5517 Let-bind `size'.
5518
5519 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * proced.el (proced-unload-function): New function.
5522
5523 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5524 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5525 Doc fix.
5526
5527 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5528
5529 2009-10-11 Juri Linkov <juri@jurta.org>
5530
5531 * files-x.el (read-file-local-variable-value):
5532 Provide default value only for bound variables (bug#4664).
5533
5534 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5535
5536 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5537 connection methods like smb.
5538
5539 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5540 can be empty.
5541
5542 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5543 (tramp-smb-file-name-handler-alist): Add handlers for
5544 `add-name-to-file', `make-symbolic-link'.
5545 (tramp-smb-handle-add-name-to-file)
5546 (tramp-smb-do-file-attributes-with-stat)
5547 (tramp-smb-handle-make-symbolic-link)
5548 (tramp-smb-get-cifs-capabilities): New defuns.
5549 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5550 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5551 (tramp-smb-handle-file-local-copy)
5552 (tramp-smb-handle-make-directory-internal)
5553 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5554 The file name syntax depends on cifs capabilities.
5555 (tramp-smb-handle-file-attributes):
5556 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5557 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5558 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5559
5560 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5563 (eieio-defclass): Apply deftype handler and setf-method properties
5564 directly.
5565 (eieio-add-new-slot): Avoid union function from cl library.
5566 (eieio--typep): New function.
5567 (eieio-perform-slot-validation): Use it.
5568
5569 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5570
5571 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5572 Update documentation to refer to the variables documented in r1.135.
5573 (Bug#4188)
5574
5575 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5576
5577 * bookmark.el (Info-suffix-list): Remove this unused variable.
5578 (bookmark-current-point): Remove this obsolete variable.
5579 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5580 Adjust for removal of bookmark-current-point.
5581
5582 (bookmarks-already-loaded, bookmark-current-buffer)
5583 (bookmark-yank-point): Document. (Bug#4188)
5584
5585 2009-10-10 Glenn Morris <rgm@gnu.org>
5586
5587 * frame.el (frame-height): Doc fix.
5588
5589 * calendar/calendar.el (calendar-split-width-threshold): New option.
5590 (calendar-basic-setup): Use calendar-split-width-threshold.
5591
5592 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5593
5594 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5595 Use .la for Automake.
5596
5597 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5600 Use "autoreconf -i". Suggested by Andreas Schwab.
5601
5602 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5603
5604 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5605 Ideographic Supplement" range (U+1F200..U+1F2FF).
5606
5607 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5608
5609 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5610 since the list will have been rebuilt anyway. (Bug#4349)
5611
5612 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5613
5614 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5615 (bookmark-bmenu-execute-deletions): Don't save here, as
5616 bookmark-delete will now do so if necessary.
5617 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5618 (Bug#4348)
5619
5620 2009-10-09 Glenn Morris <rgm@gnu.org>
5621
5622 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5623
5624 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5625
5626 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5627 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5628 argument now, so the two function's behaviors will match. (Bug#3645)
5629
5630 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5631
5632 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5633 Fix filename test.
5634 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5635 to expand file names.
5636
5637 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5640 (tramp-file-name-real-host, tramp-file-name-port):
5641 Apply `save-match-data'.
5642
5643 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5644 case both directories are remote.
5645 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5646 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5647
5648 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5651 (ede-proj-target-makefile-objectcode): Use it.
5652
5653 * cedet/ede/source.el (ede-want-any-source-files-p)
5654 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5655 Return search result. This error was introduced while merging.
5656
5657 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5658
5659 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5660
5661 2009-10-07 Glenn Morris <rgm@gnu.org>
5662
5663 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5664 of concat.
5665
5666 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * files-x.el (read-file-local-variable): Include some
5669 non-user-variables in the completion table (bug#4664).
5670
5671 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5672
5673 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5674 message.
5675
5676 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5677 (tramp-smb-file-name-handler-alist): Add handler for
5678 `copy-directory', `expand-file-name', `set-file-modes'.
5679 (tramp-smb-handle-copy-directory)
5680 (tramp-smb-handle-expand-file-name)
5681 (tramp-smb-handle-set-file-modes): New defuns.
5682 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5683 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5684 entry.
5685 (tramp-smb-handle-insert-directory): Don't flush the cache.
5686 (tramp-smb-maybe-open-connection): Check for samba client and
5687 server versions.
5688
5689 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5690
5691 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5692 to not error out of search for "^lisp=" fails.
5693
5694 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5695
5696 * makefile.w32-in (WINS_UPDATES): New macro.
5697 (custom-deps, finder-data, autoloads): Use it.
5698
5699 2009-10-07 Glenn Morris <rgm@gnu.org>
5700
5701 * Makefile.in (autoloads): Revert previous change.
5702 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5703 the list of preloaded files passed on the command-line, get
5704 it from src/Makefile.
5705
5706 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5707 show the original buffer rather than a random one.
5708
5709 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5710
5711 * help.el (describe-no-warranty): Place point in a slightly better
5712 position in the GPLv3 text.
5713
5714 2009-10-06 Sam Steingold <sds@gnu.org>
5715
5716 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5717 the comm attribute is present before calling regexp-quote.
5718
5719 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5720
5721 * play/animate.el (animate-string): For good effect, make sure
5722 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5723
5724 * play/animate.el (animate-sequence, animate-birthday-present):
5725 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5726
5727 2009-10-06 Glenn Morris <rgm@gnu.org>
5728
5729 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5730
5731 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5732 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5733 (batch-update-autoloads): Process a string value of autoload-excludes,
5734 set during the build process.
5735 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5736
5737 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5738 inside with-parsed... macro so that `v' is defined.
5739
5740 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5741 * progmodes/fortran.el (fortran-end-of-block)
5742 (fortran-beginning-of-block):
5743 Also push mark in the macro case.
5744
5745 * emerge.el (emerge-show-file-name):
5746 * calc/calc.el (calc-quit):
5747 * calc/calc-misc.el (calc-big-or-small):
5748 * calc/calc-graph.el (calc-graph-view):
5749 * calc/calc-ext.el (calc-reset):
5750 * calendar/calendar.el (calendar-basic-setup):
5751 Use window-full-height-p.
5752
5753 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5754 header we don't understand, don't insert another. (Bug#4624)
5755 If changing mime charset, insert the new one in the right place.
5756
5757 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5758
5759 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5760 (cal-tex-cursor-month): Correctly increment the end date for diary and
5761 holiday listing. (Bug#4626)
5762
5763 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * help-fns.el (describe-function-1): Don't burp if the function is not
5766 a symbol.
5767
5768 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5769
5770 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5771 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5772 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5773 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5774
5775 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5776 (eieio-default-superclass): Reflow docstrings.
5777 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5778 (eieio-unbind-method-implementations, defmethod)
5779 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5780 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5781 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5782 (eieio-slot-originating-class-p, eieio-slot-name-index)
5783 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5784 (constructor, initialize-instance, no-next-method, object-print)
5785 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5786 Fix typos in docstrings.
5787 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5788 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5789 (next-method-p): Doc fixes.
5790 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5791 Fix typos in error messages.
5792 (eieio-defmethod): Fix typo in description of generic method.
5793
5794 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5795 (eieio-persistent-save-interactive, slot-missing):
5796 Fix typos in docstrings.
5797 (eieio-instance-inheritor-slot-boundp): Doc fix.
5798
5799 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5800 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5801
5802 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5803 (eieio-custom-object-apply-reset):
5804 Fix typos in docstrings and error messages.
5805
5806 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5807 Fix typo in docstring.
5808
5809 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5810 (eieio-browse-tree): Doc fix.
5811 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5812 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5813 Fix typos in docstrings.
5814
5815 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5816 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5817 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5818 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5819 Reflow docstrings.
5820
5821 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5822
5823 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5824 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5825 Set log-view-vc-backend so that diff can work.
5826
5827 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5828 vc-version-diff.
5829 (vc-diff-internal): Autoload this instead of vc-version-diff.
5830
5831 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5832
5833 * simple.el (eval-expression): Doc fix.
5834
5835 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5836
5837 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * files.el (directory-files-no-dot-files-regexp): New defconst.
5840 (delete-directory): Use it.
5841 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5842
5843 * net/tramp.el (tramp-verbose): Fix docstring.
5844 (tramp-methods): Add recursive option to `tramp-copy-args'.
5845 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5846 "scp1_old", "scp2_old", "rsync", "rsyncc".
5847 (tramp-default-method): Check also for `auth-source-user-or-password'.
5848 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5849 Add handler for `copy-directory'.
5850 (tramp-handle-copy-directory): New defun.
5851 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5852 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5853 Optimize sent command.
5854
5855 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5858 window if necessary.
5859
5860 * calendar/calendar.el (calendar-basic-setup): Don't call
5861 switch-to-buffer in a dedicated window.
5862
5863 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5864
5865 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5866 don't do anything related to relocating, just return nil.
5867 (bookmark-error-no-filename): New error.
5868 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5869 bookmark has no file. Don't even attempt to handle things that
5870 are not files; the whole point of custom handlers is to keep that
5871 knowledge elsewhere anyway. Tighten some comments.
5872 (bookmark-file-or-variation-thereof): Remove now-unused function.
5873 (bookmark-location): Doc string fix.
5874 (Bug#4250)
5875
5876 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5877
5878 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5879 don't use a file dialog, because they usually don't know how to read
5880 a directory target from the user. (Bug#4230)
5881 Also, make sure the prompt can display directories as well as files.
5882
5883 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5884
5885 * bookmark.el (bookmark-set, bookmark-buffer-name):
5886 Improve doc strings. (Bug#1193)
5887
5888 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5889
5890 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5891 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5892 (bookmark-get-annotation, bookmark-set-annotation)
5893 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5894 (bookmark-set-position, bookmark-get-front-context-string)
5895 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5896 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5897 (bookmark-jump-other-window, bookmark-handle-bookmark)
5898 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5899 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5900 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5901 Improve doc strings to say whether bookmark can be a string or
5902 a record or both, and make other consistency and clarity fixes.
5903 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5904 (bookmark-default-annotation-text, bookmark-yank-word)
5905 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5906 (bookmark-import-new-list, bookmark-maybe-rename)
5907 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5908 (bookmark-bmenu-bookmark): Give these doc strings.
5909 (bookmark-bmenu-check-position): Give this a doc string, but also
5910 add a FIXME comment about how the function may be pointless.
5911 (bookmark-default-handler): Rework doc string and change a
5912 parameter name, to clarify that this takes a bookmark record
5913 not a bookmark name.
5914 (bookmark-set): Change a parameter name to indicate its meaning,
5915 and improve the doc string a bit.
5916 (Bug#4188)
5917
5918 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5919
5920 * bookmark.el (bookmark-alist): Document the new `handler' element
5921 in the param alist.
5922 (bookmark-make-record-function): Adjust documentation for above.
5923 (Bug#4193)
5924
5925 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5926
5927 * info.el (Info-bookmark-make-record): Document this function.
5928 (Info-bookmark-jump): Document with a doc string, not just a comment.
5929 (Bug#4203)
5930
5931 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5934 (semantic-new-buffer-fcn): Call parser setup functions here.
5935 (semantic-mode): Don't call parser setup functions here, it's done
5936 in semantic-new-buffer-fcn now.
5937 (semantic-mode): Parse all existing buffers when enabled.
5938
5939 * cedet/srecode/compile.el (srecode-compile-file):
5940 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5941
5942 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5945
5946 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5947 (proj-comp-insert-variable-once): New macro, renamed from
5948 ede-pmake-insert-variable-once in ede/pmake.edl.
5949 (ede-proj-makefile-insert-variables): Use it.
5950
5951 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5952
5953 * files.el (copy-directory): New defun.
5954
5955 * dired-aux.el (dired-copy-file-recursive): Use it.
5956
5957 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5960 (makefile-end-of-command):
5961 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5962 (semantic-end-of-context): Fix previous change. Doc fixes.
5963
5964 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5965
5966 * files-x.el (modify-dir-local-variable)
5967 (copy-dir-locals-to-file-locals-prop-line):
5968 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5969 (makefile-end-of-command):
5970 * cedet/semantic/lex.el (semantic-lex-token):
5971 * cedet/semantic/analyze/fcn.el
5972 (semantic-analyze-dereference-metatype-1):
5973 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5974 (semantic-lex-cpp-undef):
5975 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5976 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5977 (semantic-end-of-context): Fix typos in docstrings.
5978
5979 * recentf.el (recentf-unload-function): New function.
5980
5981 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * cedet/ede.el (ede-project-placeholder-cache-file):
5984 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5985 * cedet/srecode/map.el (srecode-map-save-file):
5986 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5987
5988 2009-10-04 Glenn Morris <rgm@gnu.org>
5989
5990 * window.el (window-full-height-p): Add doc string.
5991
5992 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5993
5994 * window.el (window-full-height-p): New function. (Bug#4543)
5995
5996 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5997
5998 * cedet/srecode/insert.el: Require srecode/args.
5999
6000 * cedet/srecode/args.el: Require srecode/dictionary instead of
6001 srecode/insert.
6002
6003 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6004
6005 * files.el (auto-mode-alist): Add .srt and Project.ede.
6006
6007 * cedet/semantic.el (semantic-mode):
6008 Handle srecode-template-mode-hook as well.
6009 (semantic-mode): Use js-mode-hook for Javascript hook.
6010
6011 * cedet/srecode/template.el: Remove hook variable.
6012
6013 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6014
6015 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6016 projects exist.
6017 (ede-project-placeholder-cache-file): Default to a file in
6018 user-emacs-directory.
6019
6020 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6021 templates in data-directory.
6022 (srecode-map-save-file): Default to a file in user-emacs-directory.
6023
6024 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6025 directory.
6026
6027 2009-09-30 Eric Ludlam <zappo@gnu.org>
6028
6029 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6030 Doc fix.
6031
6032 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6033 Only insert each variable once.
6034
6035 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6036 (ede-pmake-insert-variable-shared): Use it.
6037
6038 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6039 for lexical table iff table is nil.
6040
6041 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6042
6043 * vc.el: Remove commented out code.
6044 (vc-derived-from-dir-mode): Remove, unused.
6045 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6046
6047 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6048
6049 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6050 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6051 there could be recursive loading when `default-directory' is a
6052 remote file name. (Bug#4614)
6053
6054 2009-10-03 Glenn Morris <rgm@gnu.org>
6055
6056 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6057 the frame is wide.
6058 (calendar-generate-window): Test for shrinkability rather than width.
6059
6060 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6061 declaration, currently false.
6062
6063 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6064 reusing existing buffers, in case we happen to visit two files with the
6065 same basename. (Bug#4593)
6066
6067 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6068
6069 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6070 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6071 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6072 subdirs of cedet as well.
6073 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6074
6075 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6078 Obey advertised-signature-table.
6079
6080 * help-fns.el (help-function-arglist): Don't check
6081 advertised-signature-table.
6082 (describe-function-1): Do it here instead so it also applies to subrs.
6083
6084 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6085
6086 * simple.el (start-file-process): Say in the doc-string, that file
6087 handlers might not support pty association, if PROGRAM is nil.
6088
6089 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6090 HOST and USER are strings. They are nil, when there are
6091 incomplete entries in ~/.netrc, for example.
6092 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6093 root directory ("device busy" error otherwise).
6094
6095 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6096 Flush file properties of created directory.
6097
6098 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6099
6100 * makefile.w32-in (WINS_BASIC): Remove cedet.
6101 (WINS_CEDET): Add cedet.
6102 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6103
6104 2009-10-02 Kevin Ryde <user42@zip.com.au>
6105
6106 * net/browse-url.el (browse-url): Pass any symbol in
6107 browse-url-browser-function to `apply', since if you've mistakenly put
6108 an unbound symbol then the error is clearer. (Bug#4531)
6109
6110 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6111
6112 * allout.el (allout-init, allout-back-to-current-heading)
6113 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6114 (allout-ascend, allout-up-current-level, allout-end-of-level)
6115 (allout-previous-visible-heading, allout-forward-current-level)
6116 (allout-backward-current-level, allout-show-children):
6117 * apropos.el (apropos-describe-plist):
6118 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6119 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6120 * completion.el (add-completion, add-permanent-completion):
6121 * descr-text.el (describe-text-category, describe-char):
6122 * desktop.el (desktop-lazy-abort):
6123 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6124 * dired.el (dired-build-subdir-alist):
6125 * ediff.el (ediff-version):
6126 * elide-head.el (elide-head, elide-head-show):
6127 * emerge.el (emerge-version):
6128 * env.el (getenv):
6129 * face-remap.el (variable-pitch-mode):
6130 * faces.el (describe-face):
6131 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6132 (dired-at-point):
6133 * files.el (find-file-existing, auto-save-mode):
6134 * font-lock.el (font-lock-fontify-buffer):
6135 * help-fns.el (describe-function, describe-variable)
6136 (describe-syntax, describe-categories):
6137 * help.el (view-lossage, describe-bindings, describe-key)
6138 (describe-mode):
6139 * hexl.el (hexl-current-address):
6140 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6141 * info.el (Info-goto-emacs-key-command-node):
6142 * log-edit.el (log-edit-insert-cvs-template)
6143 (log-edit-insert-cvs-rcstemplate):
6144 * menu-bar.el (menu-bar-mode):
6145 * mouse.el (mouse-appearance-menu):
6146 * newcomment.el (comment-indent-new-line):
6147 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6148 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6149 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6150 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6151 * recentf.el (recentf-mode):
6152 * savehist.el (savehist-mode, savehist-save):
6153 * shadowfile.el (shadow-copy-files):
6154 * simple.el (kill-ring-save, next-line, previous-line)
6155 (normal-erase-is-backspace-mode):
6156 * strokes.el (strokes-update-window-configuration)
6157 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6158 (strokes-xpm-for-stroke):
6159 * time.el (emacs-uptime, emacs-init-time):
6160 * tutorial.el (tutorial--describe-nonstandard-key)
6161 (tutorial--detailed-help):
6162 * type-break.el (type-break-mode)
6163 (type-break-mode-line-message-mode, type-break-query-mode)
6164 (type-break-guesstimate-keystroke-threshold):
6165 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6166 * version.el (emacs-version):
6167 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6168 * winner.el (winner-mode):
6169 * calendar/timeclock.el (timeclock-in, timeclock-out)
6170 (timeclock-status-string, timeclock-change)
6171 (timeclock-workday-remaining-string)
6172 (timeclock-workday-elapsed-string)
6173 (timeclock-when-to-leave-string):
6174 * calendar/todo-mode.el (todo-add-category):
6175 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6176 * emacs-lisp/autoload.el (update-file-autoloads):
6177 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6178 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6179 (checkdoc-message-text, checkdoc-defun):
6180 * emacs-lisp/debug.el (debugger-list-functions):
6181 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6182 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6183 (eieio-describe-generic):
6184 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6185 * emacs-lisp/shadow.el (list-load-path-shadows):
6186 * emulation/cua-base.el (cua-mode):
6187 * emulation/edt.el (edt-set-scroll-margins):
6188 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6189 (tpu-toggle-regexp, tpu-toggle-search-direction)
6190 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6191 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6192 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6193 (viper-set-parsing-style-toggling-macro)
6194 (viper-set-emacs-state-searchstyle-macros):
6195 * emulation/viper.el (viper-set-hooks):
6196 * eshell/esh-mode.el (eshell-truncate-buffer):
6197 * international/mule-cmds.el (prefer-coding-system)
6198 (describe-input-method, describe-language-environment):
6199 * international/mule-diag.el (list-character-sets)
6200 (describe-character-set, describe-coding-system)
6201 (describe-fontset, list-fontsets, list-input-methods):
6202 * mail/sendmail.el (mail-signature):
6203 * net/ange-ftp.el (ange-ftp-copy-file):
6204 * net/browse-url.el (browse-url):
6205 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6206 * net/quickurl.el (quickurl-add-url):
6207 * net/rcirc.el (names, topic):
6208 * net/xesam.el (xesam-mode):
6209 * play/5x5.el (5x5-new-game):
6210 * play/yow.el (apropos-zippy):
6211 * progmodes/ada-mode.el (ada-mode-version):
6212 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6213 (f90-end-of-block)
6214 (f90-beginning-of-block):
6215 * progmodes/fortran.el (fortran-end-of-block)
6216 (fortran-beginning-of-block):
6217 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6218 * progmodes/python.el (python-describe-symbol, python-shell):
6219 * term/ns-win.el (ns-print-buffer):
6220 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6221 * textmodes/flyspell.el (flyspell-mode-on):
6222 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6223 (pages-directory-for-addresses):
6224 * textmodes/table.el (table-recognize-cell)
6225 (table-query-dimension, table-generate-source)
6226 (table-insert-sequence, table--warn-incompatibility):
6227 * textmodes/tex-mode.el (tex-validate-buffer):
6228 * textmodes/texinfmt.el (texinfmt-version)
6229 (texinfo-format-buffer):
6230 Use `called-interactively-p' instead of `interactive-p'.
6231
6232 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6233
6234 * image-mode.el (image-toggle-display):
6235 * emacs-lisp/elp.el (elp-instrument-function):
6236 * emacs-lisp/advice.el (ad-make-advised-definition):
6237 * emacs-lisp/easy-mmode.el (define-minor-mode):
6238 * net/browse-url.el (browse-url-maybe-new-window):
6239 * progmodes/sh-script.el (sh-learn-buffer-indent):
6240 Pass new argument 'any to `called-interactively-p'.
6241
6242 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6243
6244 * international/uni-bidi.el:
6245 * international/uni-category.el:
6246 * international/uni-combining.el:
6247 * international/uni-comment.el:
6248 * international/uni-decimal.el:
6249 * international/uni-decomposition.el:
6250 * international/uni-digit.el:
6251 * international/uni-lowercase.el:
6252 * international/uni-mirrored.el:
6253 * international/uni-name.el:
6254 * international/uni-numeric.el:
6255 * international/uni-old-name.el:
6256 * international/uni-titlecase.el:
6257 * international/uni-uppercase.el:
6258 Regenerate from Unicode 5.2.0 data.
6259
6260 2009-10-01 Glenn Morris <rgm@gnu.org>
6261
6262 * Makefile.in (ELCFILES): Regenerate.
6263
6264 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * subr.el (interactive-p): Mark obsolete.
6267 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6268 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6269 advertised-signature-table for subroutines as well.
6270
6271 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6272 (set-advertised-calling-convention): New function.
6273 (make-obsolete, define-obsolete-function-alias)
6274 (make-obsolete-variable, define-obsolete-variable-alias):
6275 Make the optional-ness of `when' obsolete.
6276 (define-obsolete-face-alias): Make `when' non-optional.
6277 * help-fns.el (help-function-arglist):
6278 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6279 Use advertised-signature-table.
6280
6281 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6282
6283 * files.el (delete-directory): New defun. The original function
6284 in fileio.c has been renamed to `delete-directory-internal'.
6285
6286 * dired.el (dired-delete-file): Call `delete-directory' with
6287 RECURSIVE parameter.
6288
6289 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6290 parameter RECURSIVE. Implementation is missing.
6291
6292 * net/tramp.el (tramp-handle-make-directory): Flush upper
6293 directory's file properties.
6294 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6295 (tramp-handle-dired-recursive-delete-directory): Flush directory
6296 properties after the remove command only.
6297
6298 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6299 Handle optional parameter RECURSIVE.
6300
6301 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6302 Handle optional parameter RECURSIVE.
6303
6304 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6305 connection timeout.
6306 (tramp-smb-handle-delete-directory): Handle optional parameter
6307 RECURSIVE.
6308
6309 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6312 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6313 (byte-compile-defmacro): Use backquotes.
6314
6315 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6316
6317 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6318 has no associated file.
6319 (vc-resynch-buffer): Use vc-dir-buffers.
6320
6321 2009-10-01 Glenn Morris <rgm@gnu.org>
6322
6323 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6324 (chart-file-count):
6325 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6326 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6327 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6328 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6329 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6330 (eieio-copy-parents-into-subclass, make-instance, class-children)
6331 (eieio-generic-form):
6332 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6333 * cedet/cedet-idutils.el (cedet-idutils-search)
6334 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6335 (cedet-idutils-version-check):
6336 * cedet/cedet.el (cedet-version):
6337 * cedet/data-debug.el (data-debug-insert-overlay-button)
6338 (data-debug-insert-overlay-list-button)
6339 (data-debug-insert-buffer-button)
6340 (data-debug-insert-buffer-list-button)
6341 (data-debug-insert-process-button, data-debug-insert-ring-button)
6342 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6343 (data-debug-insert-stuff-vector-button)
6344 (data-debug-insert-symbol-button, data-debug-insert-string)
6345 (data-debug-insert-number, data-debug-insert-lambda-expression)
6346 (data-debug-insert-nil, data-debug-insert-simple-thing)
6347 (data-debug-insert-custom, data-debug-edebug-expr):
6348 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6349 (global-ede-mode-map, ede-new, ede-debug-target)
6350 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6351 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6352 (semantic-fetch-tags, semantic-submode-list)
6353 (semantic-default-submodes):
6354 * cedet/ede/source.el (ede-source-match):
6355 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6356 (project-am-package-info):
6357 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6358 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6359 * cedet/ede/proj-comp.el (ede-current-build-list):
6360 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6361 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6362 * cedet/ede/cpp-root.el (initialize-instance):
6363 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6364 (autoconf-parameter-strip, autoconf-insert-new-macro):
6365 * cedet/semantic/wisent.el (wisent-lex-eoi):
6366 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6367 (semantic-show-parser-state-mode):
6368 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6369 * cedet/semantic/tag.el (semantic-tag-new-variable)
6370 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6371 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6372 (semantic--tag-deep-copy-tag-list)
6373 (semantic-tag-components-with-overlays-default):
6374 * cedet/semantic/symref.el (semantic-symref-find-text):
6375 * cedet/semantic/senator.el (senator-yank-tag)
6376 (senator-transpose-tags-up):
6377 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6378 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6379 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6380 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6381 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6382 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6383 * cedet/semantic/lex-spp.el
6384 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6385 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6386 * cedet/semantic/idle.el
6387 (semantic-idle-summary-current-symbol-info-brutish)
6388 (semantic-idle-summary-current-symbol-info-default):
6389 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6390 (semantic--grammar-macro-compl-dict):
6391 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6392 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6393 (semantic-format-tag-canonical-name-default):
6394 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6395 (semantic-find-tags-for-completion)
6396 (semantic-find-tags-by-scope-protection-default)
6397 (semantic-deep-find-tags-for-completion):
6398 * cedet/semantic/edit.el
6399 (semantic-edits-incremental-reparse-failed-hook)
6400 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6401 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6402 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6403 * cedet/semantic/dep.el (semantic-dependency-include-path):
6404 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6405 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6406 (semanticdb-project-roots):
6407 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6408 (semanticdb-find-adebug-insert-scanned-tag-cons)
6409 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6410 (semanticdb-brute-deep-find-tags-for-completion):
6411 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6412 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6413 (semantic-end-of-context-default)
6414 (semantic-ctxt-current-function-default)
6415 (semantic-ctxt-scoped-types-default):
6416 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6417 (semantic-complete-inline-tag-engine)
6418 (semantic-complete-inline-custom-type)
6419 (semantic-complete-read-tag-analyzer):
6420 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6421 (semantic-chart-database-size):
6422 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6423 (semantic-analyze-current-context):
6424 * cedet/semantic/symref/list.el (semantic-symref)
6425 (semantic-symref-hide-buffer, semantic-symref-symbol):
6426 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6427 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6428 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6429 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6430 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6431 (semantic-c-dereference-template):
6432 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6433 (semantic--analyze-refs-full-lookup-with-parents)
6434 (semantic--analyze-refs-full-lookup-simple):
6435 * cedet/semantic/analyze/complete.el
6436 (semantic-analyze-possible-completions):
6437 * cedet/srecode/table.el (srecode-mode-table-new):
6438 * cedet/srecode/srt.el (srecode-read-variable-name):
6439 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6440 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6441 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6442 * cedet/srecode/map.el (srecode-current-map):
6443 * cedet/srecode/insert.el (srecode-insert)
6444 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6445 (srecode-template-inserter-point-override)
6446 (srecode-insert-include-lookup):
6447 * cedet/srecode/getset.el (srecode-auto-choose-class):
6448 * cedet/srecode/extract.el (srecode-inserter-extract):
6449 * cedet/srecode/document.el
6450 (srecode-document-autocomment-return-last-alist)
6451 (srecode-document-autocomment-param-type-alist)
6452 (srecode-document-insert-function-comment)
6453 (srecode-document-insert-variable-one-line-comment)
6454 (srecode-document-function-name-comment):
6455 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6456 (srecode-compound-toString):
6457 * cedet/srecode/compile.el (srecode-flush-active-templates):
6458 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6459 Doc/message fixes.
6460
6461 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6462 match-data. (Bug#4555).
6463
6464 * cedet/semantic/bovine/gcc.el
6465 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6466 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6467
6468 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6469 rather than parsing it as a regexp. This relaxes the layout
6470 requirements and makes errors easier to detect.
6471 (check-declare-verify): Check file is regular.
6472 (check-declare-directory): Doc fix.
6473 * subr.el (declare-function): Doc fix.
6474
6475 * ibuffer.el (ibuffer-format-qualifier):
6476 * isearch.el (hi-lock-regexp-okay):
6477 * calc/calc.el (math-zerop):
6478 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6479 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6480 Remove unused declarations.
6481
6482 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6483
6484 * cedet/semantic/wisent/javat-wy.el
6485 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6486
6487 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * cedet/srecode/expandproto.el: Fix provide statement.
6490
6491 2009-09-30 Eric Ludlam <zappo@gnu.org>
6492
6493 * emacs-lisp/eieio.el (boolean-p): Delete.
6494
6495 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6496
6497 * cedet/ede/srecode.el: Fix provide statement.
6498
6499 2009-09-30 Glenn Morris <rgm@gnu.org>
6500
6501 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6502 * cedet/ede/proj-aux.el (ede-aux-source):
6503 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6504 (ede-misc-source):
6505 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6506 (semantic-mrub-switch-tags): Fix doc typos.
6507
6508 * cedet/semantic/db-global.el (data-debug-new-buffer)
6509 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6510 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6511
6512 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6513
6514 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6515 use of CL function `remove-if-not'.
6516
6517 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6518
6519 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6520 filename is not a string.
6521
6522 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6523
6524 * files.el (safe-local-eval-forms): Fix typo.
6525
6526 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * vc-hooks.el (vc-dir-buffers): New var.
6529 (vc-state-refresh): New function.
6530 (vc-state): Use it.
6531 (vc-after-save): Always ask the backend to recompute the new state.
6532 Always call vc-dir if necessary, using vc-dir-buffers.
6533 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6534 Use vc-dir-buffers.
6535 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6536 (vc-dir-prepare-status-buffer, vc-dir-update)
6537 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6538 Don't call expand-file-name on default-directory.
6539
6540 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * speedbar.el (speedbar-item-delete):
6543 * calc/calc-prog.el (calc-kbd-if):
6544 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6545
6546 * epa.el (epa-key-list-mode-map):
6547 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6548
6549 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6550 (hs-show-hook): Fix typo in docstring.
6551
6552 2009-09-29 Glenn Morris <rgm@gnu.org>
6553
6554 * cedet/semantic/symref/idutils.el:
6555 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6556
6557 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6558
6559 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6560 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6561 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6562 Mark declarations not understood by check-declare.
6563
6564 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6565 file-name-nondirectory call preventing location of cedet files.
6566 (check-declare-verify): Use literal search rather than re-search.
6567 Add basic defmethod and defclass, and define-overloadable-function.
6568
6569 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6570 Use tramp-compat-file-attributes rather than nonexistent
6571 tramp-compat-handle-file-attributes.
6572
6573 * Makefile.in (lisptagsfiles4): New.
6574 (AUTOGENEL): Add cedet loaddefs files.
6575 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6576 (update-elclist, compile-always, backup-compiled-files)
6577 (bootstrap-clean): Add yet another directory level.
6578 (update-elclist): Use LC_COLLATE rather than COLLATE.
6579 (ELCFILES): Update, via `make update-elclist'.
6580
6581 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6582
6583 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6584 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6585 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6586
6587 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6588
6589 * Makefile.in (lisptagsfiles3): Define.
6590 (TAGS, TAGS-LISP): Use it.
6591 (update-elclist): Add third directory level to look for elc files.
6592 (compile-always): Likewise.
6593 (backup-compiled-files): Likewise.
6594 (bootstrap-clean): Likewise.
6595 (ELCFILES): Update.
6596
6597 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6598
6599 * Makefile.in (ELCFILES): Add CEDET files.
6600
6601 2009-09-28 Eric Ludlam <zappo@gnu.org>
6602
6603 CEDET (development tools) package merged.
6604
6605 * cedet/*.el:
6606 * cedet/ede/*.el:
6607 * cedet/semantic/*.el:
6608 * cedet/srecode/*.el: New files.
6609
6610 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6611
6612 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6613
6614 * net/tramp.el (top): Require tramp-imap.
6615
6616 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6617 Use `tramp-compat-handle-file-attributes'.
6618
6619 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6620
6621 * net/tramp-imap.el: New package.
6622
6623 2009-09-28 Eric Ludlam <zappo@gnu.org>
6624
6625 * emacs-lisp/chart.el:
6626 * emacs-lisp/eieio-base.el:
6627 * emacs-lisp/eieio-comp.el:
6628 * emacs-lisp/eieio-custom.el:
6629 * emacs-lisp/eieio-datadebug.el:
6630 * emacs-lisp/eieio-opt.el:
6631 * emacs-lisp/eieio-speedbar.el:
6632 * emacs-lisp/eieio.el: New files.
6633
6634 * cedet/cedet-cscope.el:
6635 * cedet/cedet-files.el:
6636 * cedet/cedet-global.el:
6637 * cedet/cedet-idutils.el:
6638 * cedet/data-debug.el:
6639 * cedet/inversion.el:
6640 * cedet/mode-local.el:
6641 * cedet/pulse.el: New files.
6642
6643 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6644
6645 * whitespace.el (whitespace-trailing-regexp)
6646 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6647 Fix doc string.
6648
6649 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6652 menu.
6653
6654 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6655 menu-bar-ediff-menu.
6656
6657 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6658 define-overloadable-function.
6659
6660 * progmodes/autoconf.el: Provide autoconf as well, so that this
6661 file can be `require'd.
6662
6663 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6664
6665 * emacs-lisp/autoload.el (generated-autoload-feature)
6666 (generated-autoload-load-name): New vars.
6667 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6668 (make-autoload): Recognize define-overloadable-function and
6669 defclass forms (for EIEIO).
6670
6671 * Makefile.in (update-subdirs): Exclude cedet directory.
6672
6673 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6674
6675 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6676
6677 * faces.el: Default light-background background for region face to
6678 ns_selection_color under NS.
6679
6680 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6681
6682 * net/imap-hash.el: New library, see NEWS.
6683
6684 * Makefile.in (ELCFILES): Add imap-hash.el.
6685
6686 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6689 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6690 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6691 definition where the docstring could be taken for the return value.
6692
6693 2009-09-26 Glenn Morris <rgm@gnu.org>
6694
6695 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6696 Add option to only show images below a certain size.
6697 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6698 save-excursion calls.
6699
6700 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6701
6702 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6703 subdirectories) and eieio.
6704
6705 2009-09-26 Alan Mackenzie <acm@muc.de>
6706
6707 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6708 buggy bracketing. (Bug#4289)
6709
6710 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6711 character constants (as case labels). (Bug#4289)
6712
6713 2009-09-25 Juri Linkov <juri@jurta.org>
6714
6715 * files.el (safe-local-eval-forms): Allow time-stamp in
6716 before-save-hook (Bug#4554).
6717
6718 2009-09-25 Drew Adams <drew.adams@oracle.com>
6719
6720 * menu-bar.el (list-buffers-directory): Doc fix.
6721
6722 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6725 Try and avoid copying twice the same paragraph.
6726 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6727 Remove save-excursion.
6728 (log-edit-changelog-entry): Do it here instead.
6729
6730 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6731
6732 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6733 when available, instead of hardcoding mode names. Doc fix.
6734
6735 * menu-bar.el (list-buffers-directory): Add docstring.
6736 Make automatically buffer-local.
6737
6738 * dired.el (dired-mode):
6739 * files.el (cd-absolute):
6740 * pcvs.el (cvs-temp-buffer):
6741 * pcvs-util.el (cvs-get-buffer-create):
6742 * shell.el (shell-mode):
6743 * vc-dir.el (vc-dir-mode):
6744 Don't make `list-buffers-directory' buffer local.
6745
6746 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6747
6748 * comint.el (comint-exec, comint-run, make-comint):
6749 Doc fixes (Bug#4542).
6750
6751 2009-09-25 Glenn Morris <rgm@gnu.org>
6752
6753 * mail/rmailmm.el (rmail-mime): New custom group.
6754 Move all defcustoms in this file into this group.
6755 (rmail-mime-media-type-handlers-alist): Revert previous change.
6756 (rmail-mime-show-images): New option.
6757 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6758 references to it, since it wasn't actually used for anything.
6759 (rmail-mime-insert-image): New function.
6760 (rmail-mime-image): Use rmail-mime-insert-image.
6761 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6762 obey the value of `rmail-mime-show-images' option. Print the size of
6763 attachments.
6764
6765 2009-09-25 David Engster <deng@randomsample.de>
6766
6767 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6768
6769 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6770
6771 * whitespace.el: Does not highlight trailing spaces While point is
6772 at end of line. Does not highligt spaces at beginning of buffer
6773 while point is at beginning of buffer. Does not highlight spaces
6774 at end of buffer while point is at end of buffer. (Bug#4177)
6775 New version 12.0.
6776 (whitespace-display-mappings): Adjust initialization.
6777 (whitespace-point, whitespace-font-lock-refontify): New vars.
6778 (whitespace-color-on, whitespace-color-off): Adjust code.
6779 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6780 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6781 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6782
6783 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6786
6787 * textmodes/sgml-mode.el: Remove xml-mode alias.
6788
6789 * files.el (auto-mode-alist, conf-mode-maybe)
6790 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6791
6792 2009-09-24 Alan Mackenzie <acm@muc.de>
6793
6794 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6795 c-forward-conditionals, but it doesn't move point and doesn't set
6796 the mark.
6797 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6798 (c-down-conditional-with-else, c-backward-conditional)
6799 (c-forward-conditional): Refactor to use c-scan-conditionals.
6800
6801 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6804 (help-default-arg-highlight): Remove.
6805 (help-highlight-arg): New function.
6806 (help-do-arg-highlight): Use it.
6807 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6808
6809 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6812 Undo last change, which didn't fix the problem and introduced others.
6813
6814 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6815
6816 * progmodes/gdb-mi.el: Don't require speedbar.
6817 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6818
6819 2009-09-24 Glenn Morris <rgm@gnu.org>
6820
6821 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6822
6823 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6824
6825 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6826 there is no newline after the final mime boundary. (Bug#4539)
6827 Move markers on insertion so that any buttons inserted don't end up in
6828 the next part of a multipart message.
6829 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6830 (rmail-mime-bulk-handler): Optionally handle images.
6831 (rmail-mime-image): New button action.
6832 (rmail-mime-image-handler): New function.
6833 (rmail-mime-mode): New mode.
6834 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6835
6836 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6839 than just dropping elements from it (bug#4504).
6840
6841 * term.el (term-set-scroll-region): Don't move cursor any more.
6842 (term-handle-ansi-escape): Call term-goto here instead.
6843 Suggested by Ivan Kanis <apple@kanis.eu>.
6844
6845 * term.el: Require CL.
6846 (term-ansi-reset): New function.
6847 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6848 (term-handle-colors-array): Simplify.
6849
6850 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6851
6852 * allout.el (allout-overlay-interior-modification-handler)
6853 (allout-obtain-passphrase):
6854 * epa-file.el (epa-file-write-region):
6855 * ps-print.el (ps-begin-job):
6856 * vc-hooks.el (vc-toggle-read-only):
6857 * vc-rcs.el (vc-rcs-rollback):
6858 * vc-sccs.el (vc-sccs-rollback):
6859 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6860 (vc-version-diff, vc-revert, vc-rollback):
6861 * wdired.el (wdired-check-kill-buffer):
6862 * emacs-lisp/authors.el (authors):
6863 * net/socks.el (socks-open-connection):
6864 * net/zeroconf.el (zeroconf-service-add-hook):
6865 * obsolete/vc-mcvs.el (vc-mcvs-register):
6866 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6867 (gdb-select-frame):
6868 * progmodes/grep.el (lgrep, rgrep):
6869 * progmodes/idlw-help.el (idlwave-help-check-locations)
6870 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6871 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6872 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6873 (reftex-toc-rename-label): Fix typos in error messages.
6874
6875 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6876 (dired-copy-how-to-fn): Doc fix.
6877 (dired-files-attributes, dired-read-shell-command):
6878 Fix typos in docstrings.
6879
6880 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6881 (dired-x-find-file-other-window): Reflow docstrings.
6882 (dired-omit-marker-char, dired-read-shell-command)
6883 (dired-x-submit-report): Fix typos in docstrings.
6884
6885 * shell.el (shell-mode-hook):
6886 * view.el (View-scroll-line-forward):
6887 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6888 Fix typos in docstrings.
6889
6890 * net/dig.el (dig-invoke): Fix typo in docstring.
6891 (query-dig): Reflow docstring.
6892
6893 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6894 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6895 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6896 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6897 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6898 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6899 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6900 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6901 (idlwave-completion-map, idlwave-current-indent)
6902 (idlwave-custom-ampersand-surround, idlwave-customize)
6903 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6904 (idlwave-define-abbrev, idlwave-determine-class-special)
6905 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6906 (idlwave-end-block-reg, idlwave-end-of-statement)
6907 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6908 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6909 (idlwave-explicit-class-listed, idlwave-file-header)
6910 (idlwave-fill-paragraph, idlwave-find-class-definition)
6911 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6912 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6913 (idlwave-in-quote, idlwave-indent-action-table)
6914 (idlwave-indent-expand-table, idlwave-indent-line)
6915 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6916 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6917 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6918 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6919 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6920 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6921 (idlwave-outlawed-buffers, idlwave-popup-select)
6922 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6923 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6924 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6925 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6926 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6927 (idlwave-statement-type, idlwave-struct-skip)
6928 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6929 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6930 (idlwave-what-module-find-class): Fix typos in docstrings.
6931 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6932 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6933 (idlwave-find-module, idlwave-find-structure-definition)
6934 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6935 (idlwave-list-load-path-shadows, idlwave-next-statement)
6936 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6937 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6938 (idlwave-template): Reflow docstrings.
6939
6940 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6941 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6942 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6943 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6944 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6945 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6946 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6947 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6948 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6949 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6950 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6951 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6952 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6953 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6954 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6955 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6956 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6957 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6958 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6959 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6960 Fix typos in docstrings.
6961 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6962 (idlwave-shell-hide-output, idlwave-shell-mode)
6963 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6964 Reflow docstrings.
6965
6966 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6967
6968 2009-09-24 Ivan Kanis <apple@kanis.eu>
6969
6970 * term.el (term-bold-attribute): New var.
6971 (term-handle-colors-array): Use it.
6972
6973 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6974
6975 * progmodes/gdb-mi.el (gdb-version): New variable.
6976 (gdb-non-stop-handler): Set gdb-version.
6977 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6978 Condition "--thread" option on gdb-version.
6979 (gdb-invalidate-threads): Remove unused argument.
6980
6981 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6984 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6985
6986 2009-09-23 Glenn Morris <rgm@gnu.org>
6987
6988 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6989 replying to mail without References or Message-Id. (Bug#4525)
6990
6991 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6992
6993 * term/ns-win.el (ns-reg-to-script): New variable.
6994
6995 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6996
6997 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6998
6999 2009-09-22 Sam Steingold <sds@gnu.org>
7000
7001 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7002 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7003 to 1 because hg returns status 1 when nothing is found.
7004 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7005
7006 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * textmodes/fill.el: Convert to utf-8 encoding.
7009 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7010 pre-unicode days.
7011
7012 * add-log.el (change-log-fill-forward-paragraph): New function.
7013 (change-log-mode): Use it so fill-region DTRT.
7014 Set fill-indent-according-to-mode here rather than in
7015 change-log-fill-paragraph.
7016 (change-log-fill-paragraph): Remove.
7017
7018 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7019
7020 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7021 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7022
7023 2009-09-22 Glenn Morris <rgm@gnu.org>
7024
7025 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7026 the scroll-bar scroll the calendar window rather than the buffer.
7027
7028 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7029 commands that move point (as opposed to scrolling).
7030
7031 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7032
7033 * emacs-lisp/elint.el (elint): New custom group.
7034 (elint-log-buffer): Make it a defcustom.
7035 (elint-scan-preloaded, elint-ignored-warnings)
7036 (elint-directory-skip-re): New options.
7037 (elint-builtin-variables): Doc fix.
7038 (elint-preloaded-env): New variable.
7039 (elint-unknown-builtin-args): Add an entry for encode-time.
7040 (elint-extra-errors): Make it a variable rather than a constant.
7041 (elint-preloaded-skip-re): New constant.
7042 (elint-directory): Skip files matching elint-directory-skip-re.
7043 (elint-features): New variable, local to linted buffers.
7044 (elint-update-env): Initialize elint-features. Possibly add
7045 elint-preloaded-env to the buffer's environment.
7046 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7047 Skip quoted forms.
7048 (elint-init-form): New function, extracted from elint-init-env.
7049 Make non-list forms a warning rather than an error.
7050 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7051 easy-menu-define, put that adds an error-condition, and provide.
7052 When requiring cl, also require cl-macs. Really require cl, to handle
7053 some cl macros. Store required libraries in the list elint-features,
7054 so as not to re-load them. Treat cc-require like require.
7055 (elint-init-env): Call elint-init-form to do the work.
7056 Handle eval-and-compile and such like.
7057 (elint-add-required-env): Do not clear messages.
7058 (elint-special-forms): Add handlers for function, defalias, if, when,
7059 unless, and, or.
7060 (elint-form): Add optional argument to ignore elint-special-forms,
7061 useful to prevent recursive calls from handlers. Doc fix.
7062 Respect elint-ignored-warnings.
7063 (elint-form): Respect elint-ignored-warnings.
7064 (elint-bound-variable, elint-bound-function): New variables.
7065 (elint-unbound-variable): Respect elint-bound-variable.
7066 (elint-get-args): Respect elint-bound-function.
7067 (elint-check-cond-form): Add some simple handling for (f)boundp and
7068 featurep tests.
7069 (elint-check-defalias-form): New handler.
7070 (elint-check-let-form): Make an empty let a warning rather than an
7071 error.
7072 (elint-check-setq-form): Make an empty setq a warning rather than an
7073 error. Respect elint-ignored-warnings.
7074 (elint-check-defvar-form): Accept null doc-strings.
7075 (elint-check-conditional-form): New handler. Does some simple-minded
7076 checking of featurep and (f)boundp tests.
7077 (elint-put-function-args): New function.
7078 (elint-initialize): Use elint-scan-doc-file rather than
7079 elint-find-builtin-variables. Use elint-put-function-args.
7080 Possibly scan preloaded-file-list.
7081 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7082 extend to handle functions as well.
7083
7084 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7085
7086 * linum.el (linum-delete-overlays, linum-update-window):
7087 Do not modify the right margin. (Bug#3971)
7088
7089 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7090
7091 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7092 nxml-mode instead of xml-mode.
7093
7094 2009-09-21 Kevin Ryde <user42@zip.com.au>
7095
7096 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7097
7098 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * net/dig.el (dig-mode): Use define-derived-mode.
7101
7102 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7103
7104 * vc-dispatcher.el (vc-do-command): Return the process object in
7105 the asynchronous case. Use when instead of if. Do not run
7106 vc-exec-after to display a message if not enabled. (Bug#4463)
7107
7108 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7109 properties to the stash strings.
7110 (vc-git-stash-list): Return a list of strings.
7111 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7112 (vc-git-stash-show-at-point): New functions.
7113 (vc-git-stash-map): New keymap.
7114
7115 * register.el (ctl-x-r-map): Define the keys here instead of
7116 using autoload.
7117
7118 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7119
7120 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7121 list, to workaround performance problem (bug#4485).
7122
7123 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7124
7125 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7126
7127 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7128
7129 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7130 Document that this option is not recommended to use.
7131
7132 2009-09-19 Glenn Morris <rgm@gnu.org>
7133
7134 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7135 variable `var'.
7136
7137 * calc/calc-alg.el (var):
7138 * calc/calcalg2.el (var): Define for compiler.
7139
7140 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7143 Doc fix (Bug#3932).
7144
7145 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7146
7147 * time-stamp.el (time-stamp-month-dd-yyyy)
7148 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7149 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7150 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7151 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7152 Remove functions that have been obsolete since 1995 (Bug#4436).
7153
7154 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7155 indent buffer only if called interactively (Bug#4452).
7156
7157 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7158 Eli Zaretskii <eliz@gnu.org>
7159
7160 This fixes bug#4197 (merged to bug#865, though not identical).
7161 * server.el (server-auth-dir): Add docstring note about FAT32.
7162 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7163 but warn against using them.
7164
7165 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7166
7167 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7168 older GDB where there is no has_more field.
7169
7170 2009-09-19 Glenn Morris <rgm@gnu.org>
7171
7172 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7173
7174 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * files.el (auto-mode-alist): Change default for XML files to nXML
7177 mode (Bug#4169).
7178
7179 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7180
7181 * server.el (server-ensure-safe-dir): Pass 'integer
7182 to `file-attributes', as suggested.
7183
7184 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7187 (dired-query): Use read-key.
7188
7189 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7190
7191 * cus-start.el (ns-use-qd-smoothing): Remove.
7192
7193 2009-09-18 Glenn Morris <rgm@gnu.org>
7194
7195 * allout.el (top-level): Remove unnecessary progn.
7196
7197 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7198
7199 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7200 definition of abbrev table.
7201
7202 * speedbar.el (speedbar-track-mouse):
7203 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7204 * net/eudc.el (eudc-expand-inline):
7205 * net/newst-backend.el (newsticker--cache-read-feed):
7206 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7207 condition-case handlers.
7208
7209 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7210
7211 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7212 (gdb-var-list): Add an element for has_more field.
7213 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7214 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7215 (gdb-var-update-handler-1): Parse output of dynamic variable
7216 objects (STL containers).
7217 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7218 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7219
7220 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7221 gdb-var-list.
7222 (gud-speedbar-buttons): Make node expandable if expression "has more"
7223 children.
7224
7225 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7226
7227 * startup.el (emacs-quick-startup): Remove variable and all uses.
7228 (command-line): Set `inhibit-x-resources' instead.
7229 (command-line-1): Use `inhibit-x-resources' instead.
7230
7231 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * subr.el: Fix last change to avoid using the `unless' macro,
7234 which breaks bootstrapping.
7235
7236 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7239 extended definitions, in case we reload subr.el after having
7240 loaded CL.
7241 (eval-next-after-load): Mark as obsolete.
7242
7243 2009-09-17 Juri Linkov <juri@jurta.org>
7244
7245 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7246 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7247 (menu-bar-showhide-menu, menu-bar-tools-menu)
7248 (menu-bar-describe-menu, menu-bar-help-menu)
7249 (minibuffer-local-completion-map, minibuffer-local-map):
7250 Fix list quoting.
7251
7252 2009-09-17 Glenn Morris <rgm@gnu.org>
7253
7254 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7255 arguments, whether or not it has a handler.
7256
7257 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7258
7259 * simple.el (hard-newline): Give it a doc-string.
7260
7261 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7262 (lisp-mode-syntax-table): Give them doc-strings.
7263
7264 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7265
7266 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7267 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7268 (menu-bar-options-menu, menu-bar-showhide-menu)
7269 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7270 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7271 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7272 (menu-bar-options-menu, menu-bar-tools-menu)
7273 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7274 (menu-bar-help-menu):
7275 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7276 string arguments.
7277
7278 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7279 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7280 calls for the menu names and :help.
7281
7282 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7285 to :minor-mode-function (bug#4455).
7286
7287 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * startup.el (command-line): Initialize the window-system after
7290 processing the command-line.
7291
7292 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7293 page-delimiter matches the empty string.
7294
7295 2009-09-16 Glenn Morris <rgm@gnu.org>
7296
7297 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7298 byte-compile-not-obsolete-var. It's a list now.
7299 (byte-compile-not-obsolete-funcs): New variable.
7300 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7301 byte-compile-not-obsolete-funcs.
7302 (byte-compile-variable-ref, byte-compile-defvar): Update for
7303 byte-compile-not-obsolete-vars name-change and list nature.
7304 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7305 and variables behind (f)boundp tests.
7306 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7307
7308 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7309
7310 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7311
7312 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7315 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7316 Don't autoload.
7317
7318 2009-09-15 Stephen Eglen <stephen@gnu.org>
7319
7320 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7321 the virtual-buffers, use the name of the buffer specified by
7322 find-file-noselect, as the match may be a symlink. (This was a
7323 problem if the target and the symlink had different names.)
7324
7325 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7328
7329 * desktop.el (desktop-path): Check user-emacs-directory.
7330
7331 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7332
7333 * loadup.el: Use after-load-functions to GC after loading each file.
7334 Remove the explicit GC calls that used to be sprinkled around.
7335
7336 * subr.el (after-load-functions): New hook.
7337 (do-after-load-evaluation): Run it. Use string-match-p to detect
7338 `obsolete' packages, rather than painfully extracting the relevant
7339 directory name.
7340
7341 2009-09-15 Glenn Morris <rgm@gnu.org>
7342
7343 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7344 free variable `doc'.
7345
7346 * dired.el (dired-mode-map): Add menu entry for async shell command.
7347
7348 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7349 variables, also consider the .elc files, since the .el files are
7350 normally gzipped (subsequent code locates the .el.gz from the .elc).
7351
7352 * calc/calc-prog.el (arglist): Define for compiler.
7353
7354 * calendar/diary-lib.el (diary-display-function): Change the default to
7355 fancy display.
7356 (body): Define for compiler.
7357
7358 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7359 (byte-compile-file-form, byte-compile-lambda)
7360 (byte-compile-top-level-body, byte-compile-form)
7361 (byte-compile-variable-ref, byte-compile-setq)
7362 (byte-compile-setq-default, byte-compile-body)
7363 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7364 (batch-byte-compile): Give some more local variables with common names
7365 a "bytecomp-" prefix to avoid masking warnings about free variables.
7366
7367 * startup.el (command-line-1): Give local variables with common names a
7368 distinguishing prefix, so as not to hide free variable warnings during
7369 bootstrap.
7370
7371 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7372 clever and add a suffix to make a unique name, just let the user decide
7373 whether or not to overwrite it. If the input is a directory, write the
7374 default filename to that directory. (Bug#4388)
7375 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7376 is a filename-as-a-directory.
7377
7378 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * textmodes/page.el (what-page): Don't move to beginning of line.
7381 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7382
7383 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7384
7385 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7386
7387 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7388
7389 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7390 * help.el (help-for-help-internal): Add purecopy calls for text.
7391
7392 * vc.el (top): print-log method now takes an optional SHORTLOG
7393 argument. Add a new method: root.
7394 (vc-root-diff, vc-print-root-log): New functions.
7395 (vc-log-short-style): New variable.
7396 (vc-print-log-internal): Add support for showing short logs.
7397
7398 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7399 vc-print-root-log and vc-print-root-diff.
7400
7401 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7402 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7403 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7404 short logs.
7405
7406 * vc-cvs.el (vc-cvs-print-log):
7407 * vc-mtn.el (vc-mtn-print-log):
7408 * vc-rcs.el (vc-rcs-print-log):
7409 * vc-sccs.el (vc-sccs-print-log):
7410 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7411 that is ignored for now.
7412
7413 * vc-mtn.el (vc-mtn-annotate-command):
7414 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7415
7416 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7419 to function-key-map, and give them ascii-character property.
7420 * term/x-win.el (x-alternatives-map):
7421 * term/ns-win.el (ns-alternatives-map):
7422 * term/internal.el (msdos-key-remapping-map):
7423 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7424
7425 2009-09-14 Glenn Morris <rgm@gnu.org>
7426
7427 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7428 temp-buffers (2009-09-12).
7429
7430 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7433 the new read-key function.
7434
7435 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7438 is defined (Bug#4405).
7439
7440 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7441
7442 * recentf.el (recentf-cleanup): Use a hash table to find
7443 duplicates (Bug#4407).
7444
7445 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7446
7447 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7448 kp-0 to ascii equivalents (Bug#4325).
7449
7450 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7451
7452 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7453
7454 * eshell/em-hist.el:
7455 * eshell/em-dirs.el (eshell-complete-user-reference):
7456 Declare pcomplete functions and variables to avoid compiler warnings.
7457
7458 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7459
7460 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7461 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7462 * eshell/em-alias.el (eshell-aliases-file):
7463 * eshell/em-hist.el (eshell-history-file-name):
7464 Use expand-file-name instead of concat to make file names (Bug#4308).
7465
7466 2009-09-13 Glenn Morris <rgm@gnu.org>
7467
7468 * ediff-merg.el (ediff-do-merge):
7469 * filesets.el (filesets-run-cmd):
7470 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7471 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7472 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7473 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7474 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7475 Replace empty `let's with `progn'.
7476
7477 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7478
7479 * mail/sendmail.el (send-mail-function):
7480 * tooltip.el (tooltip-mode):
7481 * simple.el (transient-mark-mode):
7482 * rfn-eshadow.el (file-name-shadow-mode):
7483 * frame.el (blink-cursor-mode):
7484 * font-core.el (global-font-lock-mode):
7485 * files.el (temporary-file-directory)
7486 (small-temporary-file-directory, auto-save-file-name-transforms):
7487 * epa-hook.el (auto-encryption-mode):
7488 * composite.el (global-auto-composition-mode):
7489 Use custom-initialize-delay.
7490 * startup.el (command-line): Don't explicitly call
7491 custom-reevaluate-setting for all the above vars.
7492 * custom.el (custom-initialize-safe-set)
7493 (custom-initialize-safe-default): Delete.
7494
7495 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * term/x-win.el (x-initialize-window-system):
7498 * term/w32-win.el (w32-initialize-window-system):
7499 * term/ns-win.el (ns-initialize-window-system): Don't call
7500 mouse-wheel-mode since it's enabled globally by default already.
7501
7502 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7503 actually define the variable, but only silences the byte-compiler.
7504 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7505 before looking it up.
7506 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7507 is changed.
7508
7509 2009-09-12 Glenn Morris <rgm@gnu.org>
7510
7511 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7512 1000.
7513 (elint-add-required-env): Don't beep on error.
7514 (elint-forms): In case of error, return ENV unchanged.
7515 (elint-init-env): Skip non-list forms.
7516 (elint-log): Handle unknown file positions.
7517
7518 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7519
7520 * epg.el (epg-make-context): Add autoload cookie.
7521 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7522 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7523 (epg-verify-string, epg-start-sign, epg-sign-file)
7524 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7525 (epg-encrypt-string, epg-start-export-keys)
7526 (epg-export-keys-to-file, epg-export-keys-to-string)
7527 (epg-start-import-keys, epg-import-keys-from-file)
7528 (epg-import-keys-from-string, epg-start-receive-keys)
7529 (epg-receive-keys, epg-import-keys-from-server)
7530 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7531 (epg-sign-keys, epg-start-generate-key)
7532 (epg-generate-key-from-file, epg-generate-key-from-string):
7533 Remove autoload cookie.
7534
7535 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7536
7537 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7538 reevaluation of trash-directory.
7539
7540 * mwheel.el: Fix last change.
7541 (mouse-wheel-mode): New defvar.
7542 (mouse-wheel-mode): Remove autoload cookie.
7543
7544 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * mwheel.el (mwheel-installed-bindings): New var.
7547 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7548 the bindings we set last time. Use custom-initialize-delay.
7549 * loadup.el: Load mwheel after term/*-win.el.
7550 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7551 and mouse-wheel-up-event now that their first evaluation is done
7552 sufficiently late to be correct.
7553
7554 * startup.el (tutorial-directory): Make it a defcustom.
7555 Use custom-initialize-delay rather than eval-at-startup to set it.
7556 * image.el (image-load-path): Make it a defcustom.
7557 Use custom-initialize-delay rather than eval-at-startup to set it.
7558 * subr.el (eval-at-startup): Remove.
7559 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7560
7561 * subr.el (do-after-load-evaluation): Warn the user after loading an
7562 obsolete package.
7563
7564 2009-09-12 Glenn Morris <rgm@gnu.org>
7565
7566 * proced.el (proced-mark-alt): Remove alias.
7567 (proced-mode-map): Remove proced-mark-alt.
7568
7569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7570 Elint file and directory. Remove initialization entry.
7571
7572 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7573 commands.
7574 (elint-current-buffer): Set mode-line-process.
7575 (elint-init-env): Handle define-derived-mode.
7576 Fix declare-function with unspecified arglist. Guard against odd
7577 defalias statements (eg iso-insert's 8859-1-map).
7578 (elint-add-required-env): Use a temp buffer.
7579 (elint-form): Just print the function/macro name, not the whole form.
7580 Return env unchanged if we fail to parse a macro.
7581 (elint-forms): Guard against parse errors.
7582 (elint-output): New function, to handle batch mode.
7583 (elint-log-message): Add optional argument. Use elint-output.
7584 (elint-set-mode-line): New function.
7585
7586 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7587
7588 * emacs-lisp/elp.el (elp-not-profilable): Add more
7589 functions (Bug#4233).
7590
7591 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7592
7593 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7594 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7595
7596 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7597
7598 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7599 (gdb-var-list-children): Use json parsing.
7600
7601 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7602
7603 * progmodes/js.el (js--proper-indentation): Handle the case where
7604 char-before is null. Reported by Deniz Dogan.
7605
7606 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7609
7610 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7611
7612 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7613 (epg-digest-algorithm-alist): Add SHA224.
7614 (epg-context-set-passphrase-callback)
7615 (epg-context-set-progress-callback): Add description about
7616 callback function.
7617
7618 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * custom.el (custom-delayed-init-variables): New var.
7621 (custom-initialize-delay): New function.
7622 * startup.el (command-line): "Re"evaluate all vars in
7623 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7624 explicitly any more.
7625 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7626 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7627
7628 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7629
7630 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7631
7632 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7633 (gdb-var-update-handler): Use json parsing.
7634
7635 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7638 decode annotated text, regardless of language environment. (Bug#2741)
7639
7640 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * Makefile.in (autoloads): Make rmail.el writable as well.
7643
7644 2009-09-11 Glenn Morris <rgm@gnu.org>
7645
7646 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7647 loaddefs.el.
7648 * dired.el: Regenerate with extracted autoloads.
7649 * Makefile.in (autoloads): Make dired.el writable.
7650
7651 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7652 * ibuffer.el: Regenerate with extracted autoloads.
7653 * Makefile.in (autoloads): Make ibuffer.el writable.
7654
7655 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7656 * version.el (emacs-copyright, emacs-major-version)
7657 (emacs-minor-version): Reformat doc-strings for make-docfile.
7658
7659 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7660 functions and variables, since they must be stuff specific to some other
7661 platform.
7662 (apropos-print): Make mouse-click message less specific about button.
7663
7664 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7665 that records where a macro was defined.
7666 * help-fns.el (describe-function-1): Mention if a function has a
7667 compiler-macro.
7668 * help-mode.el (help-function-cmacro): New button.
7669
7670 * locate.el (top-level): Always require dired.
7671 (locate-mode-map): Initialize inside the defvar.
7672
7673 * net/ange-ftp.el (dired-compress-file): Declare.
7674 (ange-ftp-dired-compress-file): Add doc string.
7675
7676 * term/ns-win.el (x-display-name, x-setup-function-keys):
7677 Unify doc-strings with X versions.
7678
7679 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * emulation/crisp.el (crisp-mode-map): Move initialization
7682 into declaration.
7683 (crisp-mode): Use define-minor-mode.
7684
7685 * progmodes/xscheme.el (xscheme-evaluation-commands):
7686 Put a :advertised-binding property rather than using
7687 advertised-xscheme-send-previous-expression.
7688 (advertised-xscheme-send-previous-expression): Declare obsolete.
7689 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7690 `advertised-undo'.
7691 (crisp-mode): Add corresponding bindings to
7692 undo's :advertised-binding instead.
7693 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7694 than using dired-advertised-find-file.
7695 (dired-advertised-find-file):
7696 * simple.el (advertised-undo):
7697 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7698 (widget-keymap): Put a :advertised-binding property rather
7699 than using advertised-widget-backward.
7700 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7701 than using advertised-undo.
7702 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7703
7704 2009-09-10 Simon South <ssouth@slowcomputing.org>
7705
7706 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7707 Mark mode is enabled and region is active; otherwise indent or
7708 insert TAB as usual.
7709 (delphi-mode): Update description of TAB-key binding.
7710
7711 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * subr.el (define-key-rebound-commands): Mark obsolete.
7714 * startup.el (precompute-menubar-bindings): Remove.
7715 (normal-top-level): Remove obsolete code that tried to precompute
7716 menubar bindings.
7717 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7718 define-key-rebound-commands and precompute-menubar-bindings.
7719
7720 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7721
7722 * net/imap.el (imap-interactive-login): Better messages.
7723 (imap-open): Fix bug with renamed buffer on reconnect.
7724 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7725 for easier debugging and cleaner code. On successful (guessed based on
7726 server capabilities) secondary authentication, set imap-state
7727 correctly.
7728 (imap-last-authenticator): Define imap-last-authenticator as a variable
7729 to avoid warnings.
7730
7731 2009-09-10 Glenn Morris <rgm@gnu.org>
7732
7733 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7734
7735 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7736 (byte-compile-file-form-autoload): Don't warn about unknown functions
7737 where the autoload statement comes after the use.
7738 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7739 that any handlers inside the body (eg require) are in turn respected.
7740
7741 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7742 effects.
7743
7744 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7745 and syntax and abbrev tables basic docs, if they don't have any.
7746
7747 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7748
7749 * international/mule-cmds.el (top-level): Require cl when compiling.
7750 (view-hello-file): Use default-value rather than
7751 default-enable-multibyte-characters.
7752
7753 * progmodes/fortran.el: Move all safe and risky properties into the
7754 defcustoms.
7755
7756 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7757 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7758 * mail/undigest.el:
7759 Put autoloads in rmail.el rather than loaddefs.el.
7760 * mail/rmail.el: Regenerate with extracted autoloads.
7761
7762 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7763 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7764
7765 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7766
7767 Reported in thread for Bug#4375.
7768 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7769 "-data-evaluate-expression" instead of print.
7770 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7771 (gdb-tooltip-print): Parse output from above MI command.
7772 (gdb): Revert 2009-08-11 change. User should detach inferior
7773 manually.
7774
7775 Remove the word "separate" from IO functions as inferior
7776 output is now never displayed in the GUD buffer.
7777
7778 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7779
7780 * startup.el (command-line-normalize-file-name): On Windows and
7781 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7782
7783 2009-09-10 Juri Linkov <juri@jurta.org>
7784
7785 * isearch.el (isearch-text-char-description): Propertize escape
7786 character sequences with the `escape-glyph' face. (Bug#4344)
7787
7788 * simple.el (shell-command): Set asynchronous process filter to
7789 `comint-output-filter'. (Bug#4343)
7790
7791 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7792 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7793 the list. Move "asm" to the bottom.
7794 (grep-find-ignored-directories): Add `choice' with nil value
7795 to empty the list easily.
7796 (grep-find-ignored-files): New option.
7797 (grep-files-history): Set to nil by default instead of '("ch" "el").
7798 (grep-compute-defaults): Add "<X>" to `grep-template'.
7799 (grep-read-files): Bind new local variables `default-alias' and
7800 `default-extension'. Use a list of default values for the file prompt.
7801 (lgrep): Add `--exclude=' command line options composed from
7802 `grep-find-ignored-files'.
7803 (rgrep): Add `-name' command line options composed from
7804 `grep-find-ignored-files'. (Bug#4301)
7805
7806 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7809 (bug#4368).
7810
7811 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7812
7813 * calendar/time-date.el (autoload):
7814 Expand define-obsolete-function-alias into defalias and make-obsolete
7815 for old Emacsen that Gnus supports.
7816 (with-no-warnings): Define it for old Emacsen.
7817 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7818 is available.
7819 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7820 float-time is available; suppress compile warning for time-to-seconds.
7821
7822 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7823
7824 * net/imap.el (imap-message-map): Docstring fix.
7825
7826 2009-09-09 Glenn Morris <rgm@gnu.org>
7827
7828 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7829 line numbers too. (Bug#4374)
7830
7831 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * smerge-mode.el (smerge-remove-props, smerge-refine):
7834 Use with-silent-modifications (bug#4342).
7835
7836 * subr.el (with-silent-modifications): New macro.
7837
7838 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7839
7840 * files.el (top-level): Require `cl' when compiling.
7841
7842 2009-09-07 Glenn Morris <rgm@gnu.org>
7843
7844 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7845
7846 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7847 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7848
7849 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7850
7851 * vc-git.el (vc-git-annotate-command): Use separator to parse
7852 arguments correctly.
7853
7854 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7855
7856 * proced.el (proced-mode): Doc fix.
7857
7858 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7859
7860 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7861 lstat fails.
7862 (tramp-do-file-attributes-with-ls): Check for file existence at
7863 remote end.
7864 (tramp-do-file-attributes-with-stat): Likewise.
7865 (tramp-convert-file-attributes): Return nil when attr is nil.
7866
7867 2009-09-05 Glenn Morris <rgm@gnu.org>
7868
7869 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7870 properties to this button.
7871 (diary-fancy-display): Don't extend the button to the final newline.
7872 (diary-fancy-display-mode): Continue to define "q" as a local key.
7873
7874 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7875 efficient.
7876
7877 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7878
7879 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7880 (byte-compile-dest-file-function): New option.
7881 (byte-compile-dest-file): Doc fix.
7882 Obey byte-compile-dest-file-function.
7883 (byte-compile-cl-file-p): New function.
7884 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7885 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7886 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7887 than for file being previously loaded.
7888 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7889 (byte-compile-file-form-require): Handle the case where requiring a file
7890 indirectly causes CL to be loaded.
7891
7892 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7893
7894 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7895 before killing the old buffer, since by the time `kill-buffer' is
7896 run so many buffer variables have been set to nil that it may not
7897 behave as expected. (Bug#4061)
7898
7899 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7900
7901 * files.el (find-alternate-file): If the old buffer is modified
7902 and visiting a file, behave similarly to `kill-buffer' when
7903 killing it, thus reverting to the pre-1.878 behavior; see
7904 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7905 for discussion. Also, consult `buffer-file-name' as a variable
7906 not as a function, for consistency with the rest of the code.
7907
7908 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7909
7910 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7911 also when adding a new directory.
7912
7913 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7914 defun.
7915
7916 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * files.el (locate-file-completion-table): Make it provide boundary
7919 information, so partial-completion works better.
7920
7921 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7922
7923 * mail/footnote.el (Footnote-text-under-cursor):
7924 Check footnote-text-marker-alist before using it (bug#4324).
7925
7926 2009-09-04 Glenn Morris <rgm@gnu.org>
7927
7928 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7929 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7930 * play/solitaire.el, play/tetris.el:
7931 Remove leading * from defcustom and defface docs.
7932
7933 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7934 necessary.
7935 (diary-fancy-overriding-map): New variable.
7936 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7937 Use view-mode.
7938
7939 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7940 goto-line.
7941
7942 2009-09-03 Glenn Morris <rgm@gnu.org>
7943
7944 * arc-mode.el (archive-mode):
7945 * dos-fns.el (set-default-process-coding-system):
7946 * man.el (Man-getpage-in-background):
7947 * menu-bar.el (menu-bar-describe-menu):
7948 * server.el (server-process-filter):
7949 * startup.el (command-line):
7950 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7951 * w32-fns.el (set-default-process-coding-system):
7952 * x-dnd.el (x-dnd-handle-file-name):
7953 * international/mule-cmds.el (mule-menu-keymap)
7954 (set-default-coding-systems, language-info-alist, set-language-info)
7955 (set-language-environment, standard-display-european-internal)
7956 (set-locale-environment):
7957 * international/mule-diag.el (mule-diag):
7958 * mail/emacsbug.el (report-emacs-bug):
7959 * mail/rmail.el (rmail-mode):
7960 * mail/sendmail.el (mail-setup):
7961 Use default-value rather than default-enable-multibyte-characters.
7962
7963 * progmodes/f90.el: Move all safe properties into the defcustoms.
7964 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7965
7966 * calendar/appt.el (appt-check):
7967 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7968 (diary-check-diary-file, diary-list-entries)
7969 (diary-include-other-diary-files, diary-simple-display)
7970 (diary-fancy-display, diary-print-entries)
7971 (diary-mark-included-diary-files, diary-make-entry):
7972 Don't call substitute-in-file-name on diary-file.
7973
7974 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7975 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7978 (footnote-mode-map): Move initialization into the declaration.
7979 (footnote-minor-mode-map): Define it rather than changing global-map.
7980 (footnote-mode): Use define-minor-mode.
7981
7982 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7983
7984 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7985 (tramp-do-file-attributes-with-perl)
7986 (tramp-do-file-attributes-with-stat): Rename from
7987 `tramp-handle-file-attributes-with-*'.
7988 (tramp-handle-file-attributes): Use them.
7989 (tramp-do-directory-files-and-attributes-with-perl)
7990 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7991 `tramp-handle-directory-files-and-attributes-with-*'.
7992 (tramp-handle-directory-files-and-attributes): Use them.
7993 (tramp-method-out-of-band-p): Additional parameter SIZE.
7994 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7995 (tramp-handle-write-region): Use it.
7996 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7997 (tramp-handle-vc-registered): Check, whether the first run did
7998 return files to be tested.
7999 (tramp-advice-make-auto-save-file-name): Do not call directly
8000 `tramp-handle-make-auto-save-file-name', because this would bypass
8001 the locking mechanism.
8002
8003 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8004 (file-remote-p, process-file, start-file-process, set-file-times)
8005 (tramp-compat-file-attributes): Compatibility functions shall not
8006 call directly `tramp-handle-*', because this would bypass the
8007 locking mechanism.
8008 (tramp-compat-number-sequence): New defun.
8009
8010 2009-09-02 Glenn Morris <rgm@gnu.org>
8011
8012 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8013 alias for float-time.
8014 (time-to-number-of-days): In Emacs, use float-time.
8015 * net/newst-backend.el (time-add): Suppress warnings from compat
8016 function.
8017 * time.el (emacs-uptime, emacs-init-time):
8018 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8019 Use float-time rather than time-to-seconds.
8020
8021 * minibuffer.el (completion-initials-expand): Fix typo.
8022
8023 * faces.el (modeline, modeline-inactive, modeline-highlight)
8024 (modeline-buffer-id):
8025 * info.el (info-menu-5): Mark these face aliases as obsolete.
8026
8027 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8028
8029 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8030 space ...
8031 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8032 no "--thread" option.
8033 (gdb-stopped): Don't print "Switched to thread" message when it is
8034 unchanged.
8035
8036 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * minibuffer.el (completion-try-completion)
8039 (completion-all-completions): Remove ill-defined (and
8040 mistakenly installed and luckily never used nor documented)
8041 `completion-styles' property.
8042 (completion-initials-expand, completion-initials-all-completions)
8043 (completion-initials-try-completion): New functions.
8044 (completion-styles-alist): Add doc to each entry.
8045 Add new `initials' entry.
8046
8047 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8048
8049 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8050 MI command -var-evaluate-expression.
8051 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8052 and tweak for case of string child.
8053 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8054
8055 2009-09-01 Glenn Morris <rgm@gnu.org>
8056
8057 * add-log.el (change-log-date-face, change-log-name-face)
8058 (change-log-email-face, change-log-file-face, change-log-list-face)
8059 (change-log-conditionals-face, change-log-function-face)
8060 (change-log-acknowledgement-face):
8061 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8062 (custom-modified-face, custom-set-face, custom-changed-face)
8063 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8064 (custom-documentation-face, custom-state-face, custom-comment-face)
8065 (custom-comment-tag-face, custom-variable-tag-face)
8066 (custom-variable-button-face, custom-face-tag-face)
8067 (custom-group-tag-face-1, custom-group-tag-face):
8068 * diff-mode.el (diff-header-face, diff-file-header-face)
8069 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8070 (diff-added-face, diff-changed-face, diff-function-face)
8071 (diff-context-face, diff-nonexistent-face):
8072 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8073 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8074 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8075 (Info-title-4-face):
8076 * isearch.el (isearch-lazy-highlight-face):
8077 * log-view.el (log-view-file-face, log-view-message-face):
8078 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8079 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8080 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8081 (cvs-msg-face):
8082 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8083 (smerge-base-face, smerge-markers-face):
8084 * wid-edit.el (widget-documentation-face, widget-button-face)
8085 (widget-field-face, widget-single-line-field-face)
8086 (widget-inactive-face, widget-button-pressed-face):
8087 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8088 (woman-addition-face):
8089 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8090 (eshell-ls-executable-face, eshell-ls-readonly-face)
8091 (eshell-ls-unreadable-face, eshell-ls-special-face)
8092 (eshell-ls-missing-face, eshell-ls-archive-face)
8093 (eshell-ls-backup-face, eshell-ls-product-face)
8094 (eshell-ls-clutter-face):
8095 * eshell/em-prompt.el (eshell-prompt-face):
8096 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8097 * obsolete/old-whitespace.el (whitespace-highlight-face):
8098 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8099 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8100 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8101 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8102 (antlr-font-lock-literal-face):
8103 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8104 (ebrowse-root-class-face, ebrowse-file-name-face)
8105 (ebrowse-default-face, ebrowse-member-attribute-face)
8106 (ebrowse-member-class-face, ebrowse-progress-face):
8107 * progmodes/make-mode.el (makefile-space-face):
8108 * progmodes/sh-script.el (sh-heredoc-face):
8109 * textmodes/flyspell.el (flyspell-incorrect-face)
8110 (flyspell-duplicate-face):
8111 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8112 * textmodes/texinfo.el (texinfo-heading-face):
8113 Mark face aliases with "-face" suffix as obsolete.
8114
8115 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8116 compiler.
8117
8118 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8119 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8120 easy-menu-define wants to modify these.
8121
8122 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8123
8124 * net/browse-url.el (browse-url-file-url):
8125 * term/internal.el (dos-codepage-setup):
8126 Use default-value rather than default-enable-multibyte-characters.
8127
8128 * progmodes/etags.el (etags-goto-tag-location):
8129 * progmodes/flymake.el (flymake-highlight-line)
8130 (flymake-goto-file-and-line, flymake-goto-line):
8131 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8132 (gdb-goto-breakpoint):
8133 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8134 * progmodes/python.el (python-find-function)
8135 (python-pdbtrack-track-stack-file):
8136 * progmodes/verilog-mode.el (verilog-surelint-off):
8137 * term/ns-win.el (ns-open-file-select-line):
8138 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8139 Use forward-line rather than goto-line.
8140
8141 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8142 * textmodes/reftex-index.el (reftex-display-index):
8143 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8144 * textmodes/reftex-toc.el (reftex-toc):
8145 Remove unnecessary bindings of default-major-mode (all are followed by
8146 major-mode check and possible mode switch).
8147
8148 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8149
8150 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8151 Handle watchpoints (bug#4282).
8152 (def-gdb-thread-buffer-command): Enable thread to be selected by
8153 clicking without selecting threads buffer first.
8154 (gdb-current-context-command): Use selected frame so that "up",
8155 "down" etc work in the GUD buffer.
8156 (gdb-update): Find selected frame before rendering stack buffer.
8157 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8158
8159 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * progmodes/sym-comp.el (displayed-completions): Remove.
8162 (symbol-complete): Use minibuffer-complete.
8163
8164 2009-08-31 Glenn Morris <rgm@gnu.org>
8165
8166 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8167
8168 * apropos.el (apropos-symbols-internal):
8169 Handle (obsolete) face aliases.
8170
8171 * faces.el (describe-face): Adjust the output format to be more like
8172 describe-variable, and to mention (obsolete) face aliases.
8173 Adjust the whitespace so that help-setup-xref works.
8174
8175 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8176 * calendar/diary-lib.el (diary-button-face):
8177 Mark these face aliases as obsolete.
8178
8179 * calendar/calendar.el (calendar-today): Doc fix.
8180
8181 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8182
8183 * progmodes/gdb-mi.el (gdb-control-all-threads)
8184 (gdb-control-current-thread): Force tool bar update.
8185 (gdb-non-stop-handler): New function.
8186 (gdb-init-1): Use it to test if non-stop mode is supported.
8187 Remove unused gdbmi buffer type.
8188
8189 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8190
8191 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8192 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8193
8194 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8195
8196 * comint.el (comint-exec-1): Check command is non-null first.
8197 Part of gdb-mi.el change (2009-08-28).
8198
8199 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8202
8203 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8204
8205 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8206 instead of `dolist' to avoid a recursive require when bootstrapping.
8207
8208 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8211
8212 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8213
8214 * net/imap.el (imap-send-command): Simplify.
8215 (imap-wait-for-tag): point-max -> buffer-size.
8216
8217 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8218
8219 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8220 with constant argument.
8221
8222 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8223
8224 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8225
8226 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8227 Change default, since most of our files don't have a history.
8228 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8229 the user.
8230
8231 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8232 Add comint-run.
8233
8234 * calc/calc.el: Improve commenting convention.
8235 (calc-digit-map, toplevel): Simplify.
8236
8237 * comint.el (comint-insert-input): Be careful to only set point if we
8238 don't delegate to some other command.
8239
8240 * proced.el (proced-signal-list): Make it an alist.
8241 (proced-grammar-alist): Capitalize names.
8242 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8243 Disable undo manually and make it read-only.
8244 Use completion-annotate-function.
8245
8246 * minibuffer.el (minibuffer-message): If the current buffer is not
8247 a minibuffer, insert the message in the echo area rather than at the
8248 end of the buffer.
8249 (completion-annotate-function): New variable.
8250 (minibuffer-completion-help): Use it.
8251 (completion--embedded-envvar-table): Environment vars are
8252 always case-sensitive.
8253
8254 2009-08-30 Glenn Morris <rgm@gnu.org>
8255
8256 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8257 from fortran-current-defun.
8258 (fortran-beginning-of-subprogram): Be more precise about finding the
8259 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8260 (fortran-end-of-subprogram): Simplify.
8261 (fortran-current-defun): Use fortran-start-prog-re.
8262
8263 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8264
8265 * subr.el (do-after-load-evaluation): Simplify.
8266
8267 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8268
8269 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8270
8271 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8272 (vc-rcs-print-log): Use it.
8273
8274 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8275
8276 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * paths.el (abbrev-file-name): Move to abbrev.el.
8279 * abbrev.el (abbrev-file-name): Move from paths.el.
8280 Obey user-emacs-directory.
8281 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8282 user-emacs-directory.
8283 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8284 abbrev-file-name and calc-settings-file any more.
8285 * startup.el (command-line): Recompute abbrev-file-name and
8286 abbreviated-home-dir.
8287 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8288 of the special code for when C-h bindings haven't been changed.
8289 (display-startup-echo-area-message): Use with-current-buffer.
8290 (command-line-1): Use a list of strings, rather than a list of lists
8291 of strings for longopts.
8292
8293 * files.el (get-free-disk-space): Use / for default-directory.
8294
8295 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8296 Use with-current-buffer.
8297
8298 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8299 Recognize immutable variables like most-positive-fixnum.
8300 (byte-compile-setq-default): Check and warn if trying to assign
8301 to an immutable variable, or a non-variable.
8302
8303 * progmodes/cc-vars.el (c-comment-continuation-stars):
8304 * progmodes/cc-engine.el (c-looking-at-bos):
8305 * progmodes/cc-cmds.el (c-toggle-auto-state)
8306 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8307 (c-comment-line-break-function): Add version of obsolescence.
8308
8309 2009-08-28 Juri Linkov <juri@jurta.org>
8310
8311 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8312 associated with `archive-mode'.
8313
8314 * image.el (image-type-header-regexps): Use only JPEG magic number
8315 to determine JPEG images, and don't use `image-jpeg-p' because
8316 Emacs can display non-JFIF non-Exif JPEG images.
8317
8318 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8319
8320 * arc-mode.el (archive-mode):
8321 * emacs-lisp/re-builder.el (re-builder-unload-function):
8322 Protect against the default value of `major-mode' being nil.
8323
8324 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8325
8326 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8327 Fix typos in docstrings.
8328
8329 * progmodes/js.el (js--macro-decl-re): Doc fix.
8330 (js--plain-method-re, js--split-name): Refloc docstring.
8331 (js--class-styles, js--make-merged-item, js--splice-into-items):
8332 Fix typos in docstrings; reflow docstrings.
8333 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8334 (js--variable-decl-matcher, js--inside-pitem-p)
8335 (js--parse-state-at-point, js--get-all-known-symbols)
8336 (js--symbol-history, js-find-symbol, js--js-references)
8337 (js--moz-interactor, js--js-encode-value, js--read-tab):
8338 Fix typos in docstrings.
8339
8340 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * textmodes/reftex.el (reftex-get-file-buffer-force):
8343 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8344 * emulation/viper.el (viper-go-away, viper-set-hooks):
8345 * emacs-lisp/re-builder.el (re-builder-unload-function):
8346 * emacs-lisp/bytecomp.el (byte-compile-file):
8347 * ses.el (ses-unload-function):
8348 * hexl.el (hexl-find-file):
8349 * files.el (normal-mode):
8350 * ehelp.el (with-electric-help):
8351 * autoinsert.el (auto-insert-alist):
8352 * arc-mode.el (archive-mode):
8353 Use (default-value 'major-mode) instead of default-major-mode.
8354
8355 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8356 * international/mule.el (load-with-code-conversion):
8357 * emacs-lisp/debug.el (debug):
8358 * ediff-vers.el (ediff-rcs-get-output-buffer):
8359 * dired.el (dired-internal-noselect): Don't let-bind
8360 default-major-mode around code that doesn't use it.
8361 E.g. buffer creation via get-buffer-create doesn't use it.
8362
8363 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8364
8365 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8366 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8367 when writing the temp file. Otherwise, epa-file gets confused.
8368 (tramp-register-file-name-handlers): Make it a defun. Move also
8369 `epa-file-handler' to the front of `file-name-handler-alist'.
8370
8371 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8374 start right after a ^M.
8375 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8376 (tramp-completion-file-name-regexp-separate)
8377 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8378 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8379 Don't modify last-coding-system-used by accident.
8380 (tramp-completion-file-name-handler): Apply the checks here,
8381 instead during registration.
8382 (tramp-register-file-name-handlers): Renamed from
8383 `tramp-register-file-name-handler'. Register both
8384 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8385 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8386
8387 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8388
8389 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8390 Remove variable ...
8391 (gdb-init-1, gdb-display-separate-io-buffer)
8392 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8393 references to it.
8394 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8395 (gdb-inferior-filter): Use comint-output-filter to stop
8396 echoing and remove ^M characters.
8397
8398 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8399
8400 * emulation/viper-init.el (viper-restore-cursor-type):
8401 * emulation/cua-base.el (cua--update-indications):
8402 Replace default-cursor-type with (default-value 'cursor-type).
8403
8404 * mail/sendmail.el (mail-recover-1):
8405 * international/mule-diag.el (describe-current-coding-system-briefly)
8406 (describe-current-coding-system):
8407 * international/mule-cmds.el (select-safe-coding-system)
8408 (select-message-coding-system)
8409 (set-language-environment-coding-systems, set-locale-environment):
8410 * hexl.el (hexl-insert-multibyte-char):
8411 * dos-w32.el (find-buffer-file-type-coding-system):
8412 * simple.el (what-cursor-position):
8413 Replace uses of default-buffer-file-coding-system
8414 with (default-value 'buffer-file-coding-system).
8415
8416 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8417 Replace uses of default-cursor-in-non-selected-windows
8418 with (default-value 'cursor-in-non-selected-windows).
8419 Use with-current-buffer.
8420
8421 * mail/feedmail.el: Use CL macros.
8422 (feedmail-run-the-queue, feedmail-send-it-immediately):
8423 * dos-w32.el (find-buffer-file-type): Replace uses of
8424 default-buffer-file-type with (default-value 'buffer-file-type).
8425
8426 2009-08-28 Glenn Morris <rgm@gnu.org>
8427
8428 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8429 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8430 Use default-value of major-mode rather than default-major-mode.
8431
8432 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * Makefile.in (update-elcfiles): Report left over elc files.
8435
8436 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8437 expand-file-name and with-current-buffer.
8438 (mail-get-names, mail-directory): Use with-current-buffer.
8439
8440 * vc.el (vc-read-revision): New function.
8441 (vc-version-diff, vc-merge): Use it.
8442
8443 2009-08-27 Sam Steingold <sds@gnu.org>
8444
8445 * simple.el (kill-do-not-save-duplicates): New user option.
8446 (kill-new): When it is non-nil, and the new string is the same as
8447 the latest kill, set replace to t to avoid duplicates in kill-ring.
8448
8449 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8450
8451 * net/tramp.el (tramp-handle-process-file): Do not flush all
8452 caches when `process-file-side-effects' is set.
8453 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8454 instead of `tramp-find-file-exists-command'.
8455 Unset `process-file-side-effects'.
8456
8457 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8458
8459 * net/tramp.el (tramp-methods): New method "rsyncc".
8460 (top): Add completion function for "rsyncc".
8461 (tramp-message-show-message): New defvar.
8462 (tramp-message, tramp-error): Use it.
8463 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8464 remote copying.
8465 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8466 `tramp-methods' entry `copy-env' of "rsyncc".
8467 (tramp-vc-registered-read-file-names): New defconst.
8468 (tramp-vc-registered-file-names): New defvar.
8469 (tramp-handle-vc-registered): Implement optimization strategy.
8470 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8471 (tramp-vc-file-name-handler): New defun.
8472 (tramp-get-ls-command, tramp-get-test-command)
8473 (tramp-get-file-exists-command, tramp-get-remote-ln)
8474 (tramp-get-remote-perl, tramp-get-remote-stat)
8475 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8476
8477 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8478 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8479 timestamps.
8480 (tramp-get-file-property): Check for timestamps in
8481 `tramp-cache-inhibit-cache'.
8482 (tramp-set-file-property): Write timestamp.
8483
8484 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8485
8486 * language/japan-util.el (japanese-symbol-table): Add entries for
8487 cp932-2-byte.
8488
8489 * international/characters.el: Add category `j' to cp932-2-byte.
8490
8491 2009-08-27 Kenichi Handa <handa@m17n.org>
8492
8493 * international/fontset.el (build-default-fontset-data): New macro.
8494 (setup-default-fontset): Use build-default-fontset-data for CJK,
8495 tibetan, ethiopic, and ipa.
8496
8497 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8500 (enable-multibyte-characters): Not customizable any more.
8501
8502 * subr.el (default-mode-line-format, default-header-line-format)
8503 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8504 (default-direction-reversed, default-truncate-lines)
8505 (default-left-margin, default-tab-width, default-case-fold-search)
8506 (default-left-margin-width, default-right-margin-width)
8507 (default-left-fringe-width, default-right-fringe-width)
8508 (default-fringes-outside-margins, default-scroll-bar-width)
8509 (default-vertical-scroll-bar, default-indicate-empty-lines)
8510 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8511 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8512 (default-scroll-down-aggressively, default-fill-column)
8513 (default-cursor-type, default-buffer-file-type)
8514 (default-cursor-in-non-selected-windows)
8515 (default-buffer-file-coding-system, default-major-mode)
8516 (default-enable-multibyte-characters): Mark as obsolete.
8517
8518 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8519
8520 * vc-dir.el (vc-dir-update): Remove debug helper.
8521
8522 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8523
8524 2009-08-26 Sam Steingold <sds@gnu.org>
8525
8526 * simple.el (save-interprogram-paste-before-kill): New user option.
8527 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8528 save the interprogram-paste into kill-ring before overriding it
8529 with the Emacs kill.
8530
8531 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8532
8533 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8534 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8535 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8536 and move to vc-rcs.el.
8537 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8538 move to vc-rcs.el.
8539 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8540 (vc-rcs-update-changelog): Remove.
8541 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8542 and move to vc-rcs.el.
8543
8544 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8545 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8546 renaming.
8547 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8548 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8549 vc.el, renamed to be RCS specific.
8550
8551 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8552 New functions.
8553 (vc-cvs-update-changelog): Move here from vc.el.
8554
8555 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8556 New functions.
8557
8558 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8561
8562 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8563
8564 * vc-git.el (vc-git-register): Use "git add" for directories.
8565 (vc-git-stash, vc-git-stash-show): New functions.
8566 (vc-git-extra-menu-map): Bind them.
8567
8568 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8569 directory correctly in case the item is a directory itself.
8570
8571 * vc.el: Document the desired behavior for reverted files in the
8572 `added' state.
8573 (vc-default-prettify-state-info): Remove function, unused.
8574
8575 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8576
8577 2009-08-26 Glenn Morris <rgm@gnu.org>
8578
8579 * bindings.el (standard-mode-line-format): Reposition dashes in
8580 which-func entry. (Bug#4217)
8581
8582 * files.el (enable-local-variables, enable-local-eval)
8583 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8584 the defcustoms.
8585 (auto-mode-alist, ignored-local-variables)
8586 (save-some-buffers-action-alist): Move risky declarations to the
8587 definitions.
8588 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8589 (font-lock-defaults, format-alist, imenu--index-alist)
8590 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8591 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8592 (mode-line-modified, mode-line-mule-info, mode-line-position)
8593 (mode-line-process, mode-line-remote, outline-level)
8594 (parse-time-rules, rmail-output-file-alist)
8595 (special-display-buffer-names, vc-mode):
8596 Move risky declarations to the relevant files.
8597 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8598 (mode-line-modified, mode-line-process, mode-line-position)
8599 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8600 * font-core.el (font-lock-defaults):
8601 * format.el (format-alist):
8602 * vc-hooks.el (vc-mode):
8603 * window.el (special-display-buffer-names):
8604 * international/mule-cmds.el (input-method-alist):
8605 Define riskiness here (dumped file) rather than in files.el.
8606 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8607 * imenu.el (imenu-generic-expression, imenu--index-alist):
8608 * outline.el (outline-level):
8609 * time.el (display-time-string):
8610 * calendar/parse-time.el (parse-time-rules):
8611 * mail/rmailout.el (rmail-output-file-alist):
8612 Autoload riskiness here, rather than placing in files.el.
8613
8614 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8615
8616 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8617
8618 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8619
8620 * simple.el (process-file-side-effects): New defvar.
8621
8622 * dired-aux.el (dired-show-file-type):
8623 * vc.el (vc-diff-internal):
8624 * vc-arch.el (vc-arch-diff):
8625 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8626 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8627 * vc-git.el (vc-git-registered, vc-git-working-revision)
8628 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8629 (vc-git--empty-db-p):
8630 * vc-hooks.el (vc-user-login-name):
8631 * vc-svn.el (vc-svn-registered, vc-svn-state)
8632 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8633 * progmodes/grep.el (grep-probe): Let-bind
8634 `process-file-side-effects' with nil.
8635
8636 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8637
8638 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8639 daemon. Replace ping by checking for running service for bluez
8640 and zeroconf. (Bug#4239)
8641
8642 2009-08-25 Kevin Ryde <user42@zip.com.au>
8643
8644 * net/dig.el (dig): Add autoload cookie.
8645
8646 2009-08-25 Glenn Morris <rgm@gnu.org>
8647
8648 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8649 load-history for absolute file-names.
8650 (byte-compile-file-form-require): Warn about use of the cl package.
8651
8652 * format.el (format-alist): Doc fix.
8653
8654 * play/bubbles.el (top-level): Don't require cl at run-time.
8655
8656 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8657 run-time cl).
8658
8659 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8660
8661 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8662 from cl package.
8663 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8664
8665 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8666
8667 * calc/calc-alg.el (math-trig-rewrite)
8668 (math-hyperbolic-trig-rewrite): New functions.
8669 (calc-simplify): Simplify trig functions when asked.
8670
8671 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8674
8675 2009-08-24 Kenichi Handa <handa@m17n.org>
8676
8677 * language/ind-util.el (mapthread): Delete it.
8678 (combinatorial): New function.
8679 (indian--puthash-cv): Use combinatorial instead of mapthread.
8680
8681 2009-08-22 Kevin Ryde <user42@zip.com.au>
8682
8683 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8684 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8685 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8686 Clarify docstring that the value is strings not symbols.
8687 (checkdoc-list-of-strings-p): New function.
8688
8689 2009-08-22 Glenn Morris <rgm@gnu.org>
8690
8691 * files.el (auto-mode-alist):
8692 * hippie-exp.el (he-concat-directory-file-name):
8693 * lpr.el (lpr-windows-system, printer-name):
8694 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8695 * ps-print.el (ps-windows-system):
8696 * startup.el (command-line):
8697 * emulation/viper-ex.el (viper-glob-function):
8698 * international/mule-cmds.el (set-language-environment-coding-systems):
8699 * net/ange-ftp.el (ange-ftp-write-region):
8700 * obsolete/fast-lock.el (fast-lock-cache-name):
8701 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8702 unisoft-unix, vax-vms, win32, w32.
8703
8704 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8705 given name if the pattern is not more specific.
8706
8707 * calendar/lunar.el (lunar-phase-names): New option.
8708 (lunar-phase): Doc fix.
8709 (lunar-cycles-per-year): New constant.
8710 (lunar-index): New function.
8711 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8712 (lunar-phase-name): Use lunar-phase-names.
8713 (calendar-lunar-phases): Use format.
8714 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8715
8716 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8717 Copy imenu-example--name-and-position function here for own use.
8718 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8719
8720 * bs.el (bs--redisplay):
8721 * cus-edit.el (custom-redraw):
8722 * ibuffer.el (ibuffer-bury-buffer):
8723 * server.el (server-goto-line-column):
8724 * startup.el (command-line-1):
8725 * strokes.el (strokes-xpm-for-stroke):
8726 * term.el (term-display-buffer-line):
8727 * view.el (View-goto-line):
8728 * calc/calc.el (calc-do, calc-trail-buffer):
8729 * play/gamegrid.el (gamegrid-add-score-insecure):
8730 * progmodes/ada-mode.el (ada-compile-goto-error):
8731 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8732 (ebrowse-select-1st-to-9nth):
8733 * progmodes/cperl-mode.el (cperl-time-fontification):
8734 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8735 * progmodes/gud.el (gud-display-line):
8736 (idlwave-shell-display-line):
8737 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8738 * progmodes/make-mode.el (makefile-browser-toggle):
8739 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8740 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8741 * textmodes/picture.el (picture-draw-rectangle):
8742 * textmodes/reftex-index.el (reftex-index-goto-letter):
8743 (reftex-select-jump-to-previous):
8744 * textmodes/reftex-sel.el (reftex-find-start-point)
8745 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8746 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8747 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8748 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8749 * textmodes/two-column.el (2C-associated-buffer):
8750 Use forward-line rather than goto-line.
8751
8752 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8753 goto-line.
8754
8755 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8756 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8757 (quick-check-list-to-regexp): Declare.
8758
8759 * progmodes/make-mode.el (makefile-browser-insert-selection):
8760 Use goto-char rather than goto-line.
8761
8762 * progmodes/prolog.el (compilation-error-regexp-alist)
8763 (compilation-forget-errors): Declare.
8764
8765 2009-08-22 Juri Linkov <juri@jurta.org>
8766
8767 * progmodes/grep.el (lgrep, rgrep): At the beginning
8768 set `dir' to `default-directory' unless `dir' is a non-nil
8769 readable directory. (Bug#4052)
8770 (lgrep, rgrep): Change a weird way to report an error
8771 from using `read-string' to using `error'.
8772 Instead of using interactive arguments in the function body,
8773 add new argument `confirm'.
8774
8775 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * textmodes/remember.el (remember-buffer):
8778 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8779 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8780 (icalendar-extract-ical-from-buffer):
8781 * net/newst-treeview.el (newsticker-groups-filename):
8782 * net/newst-backend.el (newsticker-cache-filename):
8783 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8784 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8785 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8786 (speedbar-buffers-line-path, speedbar-path-line)
8787 (speedbar-buffers-line-path):
8788 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8789 (epg-sign-keys):
8790 * epa.el (epa-display-verify-result):
8791 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8792
8793 2009-08-21 Glenn Morris <rgm@gnu.org>
8794
8795 * progmodes/js.el (inferior-moz-process): Fix declaration.
8796
8797 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8798
8799 * obsolete/rnewspost.el (news-mail-reply):
8800 Use goto-char rather than goto-line.
8801
8802 * term/ns-win.el (ns-open-file-select-line):
8803 Use line-beginning-position rather than goto-line.
8804
8805 * apropos.el (apropos-command):
8806 * ehelp.el (electric-helpify):
8807 * printing.el (pr-show-setup):
8808 * strokes.el (strokes-help):
8809 * tutorial.el (tutorial--describe-nonstandard-key)
8810 (tutorial--detailed-help):
8811 * woman.el (woman-mini-help, woman-display-extended-fonts):
8812 * calc/calc-help.el (calc-describe-key):
8813 * emulation/edt.el (edt-electric-helpify):
8814 * international/mule-diag.el (mule-diag):
8815 * play/yow.el (apropos-zippy):
8816 * progmodes/python.el (python-describe-symbol):
8817 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8818 * textmodes/table.el (*table--cell-describe-mode)
8819 (*table--cell-describe-bindings):
8820 Use help-print-return-message rather than the now obsolete alias.
8821
8822 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8823 (calendar-cursor-to-visible-date):
8824 * play/5x5.el (5x5-position-cursor):
8825 * play/decipher.el (decipher):
8826 * play/gomoku.el (gomoku-goto-xy):
8827 * play/landmark.el (lm-goto-xy):
8828 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8829 (mpuz-paint-digit):
8830 Use forward-line, not goto-line.
8831
8832 * mail/rmail.el (rmail-obsolete): Delete custom group.
8833 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8834 (rmail-remote-password, rmail-remote-password-required):
8835 Remove unneeded :set-after and :set properties.
8836
8837 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8838
8839 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8840
8841 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8842
8843 * loadup.el: Remove leftover macos code.
8844
8845 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8846 Explicitly pass the date format to git blame so that user local
8847 so that the output format can be parsed.
8848
8849 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8850
8851 * net/dbus.el (top): Don't check for (getenv
8852 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8853
8854 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8855
8856 * log-edit.el (log-edit-strip-single-file-name): New var.
8857 (log-edit-insert-changelog): Use it. Bug#3571
8858
8859 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8862 Bug#3287
8863
8864 * help.el (help-print-return-message): Rename from
8865 print-help-return-message.
8866
8867 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8868 cvs-mode-map parent hack.
8869 (log-view-mode): Derive from special-mode.
8870
8871 * linum.el (linum-mode): window-size-change-functions is redundant.
8872 Adapt to new window-configuration-change-hook behavior.
8873 (linum-after-size, linum-after-config): Remove.
8874
8875 * imenu.el (imenu-example--name-and-position)
8876 (imenu-example--lisp-extract-index-name)
8877 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8878 Mark as obsolete.
8879
8880 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8881 (inferior-prolog-mode): Use it.
8882 (inferior-prolog-load-file): Reset list of errors.
8883
8884 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8885
8886 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8887
8888 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8889
8890 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8891
8892 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8893 is running already.
8894
8895 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * subr.el (listify-key-sequence-1): Use normal syntax since those
8898 integers are nowadays always represented by the same (positive) number
8899 on all platforms.
8900 (read-key-empty-map): New const.
8901 (read-key-delay): New var.
8902 (read-key): New function.
8903 (force-mode-line-update): Use with-current-buffer.
8904 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8905 (start-process-shell-command, start-file-process-shell-command):
8906 Discourage the use of command-args.
8907
8908 2009-08-19 Glenn Morris <rgm@gnu.org>
8909
8910 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8911
8912 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * simple.el (choose-completion-string): Don't rely on
8915 minibuffer-completing-file-name and ad-hoc checks to decide whether
8916 to continue completion or not.
8917
8918 * minibuffer.el (minibuffer-hide-completions): New function.
8919 (completion--do-completion): Use it.
8920 (completions-annotations): New face.
8921 (completion--insert-strings): Use it.
8922 (completion-pcm--delim-wild-regex): Add docstring.
8923 (completion-pcm--string->pattern): Add support for 0-width delimiters
8924 in completion-pcm--delim-wild-regex.
8925
8926 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8929 Remove unused var `buffer-modified-p'.
8930
8931 * minibuffer.el (completion--do-completion): Move point for the #b001
8932 case as well (bug#4176).
8933 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8934
8935 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8938 and :session buses.
8939
8940 2009-08-18 Kenichi Handa <handa@m17n.org>
8941
8942 * international/ucs-normalize.el (ucs-normalize-version):
8943 Change to 1.1.
8944 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8945 (utf-8-hfs): Make it perform normalization on encoding too.
8946
8947 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8948 (sentence-end-without-space): Delete duplicated chars.
8949 (sentence-end-base): Likewise.
8950
8951 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8952 (html-mode): Delete duplicated chars from sentence-end-base.
8953
8954 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8955 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8956
8957 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8958
8959 * files.el (hack-one-local-variable): If the mode function is for
8960 a minor mode, pass it an argument (Bug#4148).
8961
8962 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8963
8964 * net/tramp.el (tramp-register-completion-file-name-handler):
8965 Check also for (member 'partial-completion completion-styles).
8966
8967 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8970 abbrev (Bug#3943).
8971
8972 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8973
8974 * progmodes/cperl-mode.el: Merge upstream 6.2.
8975 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8976 (cperl-forward-re): Check cperl-brace-recursing.
8977 (cperl-highlight-charclass): New function.
8978 (cperl-find-pods-heres): Use it.
8979 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8980 (cperl-beautify-regexp-piece): Fix column calculation.
8981 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8982 (cperl-beautify-level): Don't process entire regexp.
8983 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8984 calling man.
8985 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8986 (cperl-init-faces): Build a list in the normal way.
8987
8988 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8989
8990 * calendar/parse-time.el (parse-time-string-chars): Save match
8991 data.
8992
8993 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8996 (sql-product): Use it.
8997 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8998 (sql-set-product): Add completion.
8999 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9000 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9001 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9002 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9003 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9004 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9005 (sql-highlight-db2-keywords): Remove.
9006 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9007 (sql-highlight-product): Use derived-mode-p.
9008 (sql-set-sqli-buffer): Use with-current-buffer.
9009 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9010 Simplify.
9011
9012 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9013
9014 * term.el: Fix commenting convention, turn comments into docstrings.
9015
9016 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9017
9018 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9019
9020 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9021
9022 * calendar/parse-time.el (parse-time-string-chars): Compute using
9023 character classes, to handle non-ascii characters (Bug#3190).
9024
9025 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9028 another heredoc if the user adds another < (Bug#3226).
9029
9030 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9031 Don't initialize based on window-system (Bug#4124).
9032
9033 * facemenu.el (facemenu-read-color): Use a completion function
9034 that accepts any defined color, such as RGB triplets (Bug#3677).
9035
9036 * files.el (get-free-disk-space): Change fallback default
9037 directory to /. Expand DIR argument before switching to fallback.
9038 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9039
9040 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9041
9042 * files.el (load-library): Doc fix.
9043
9044 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9045
9046 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9047 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9048 incremental search string.
9049
9050 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9051 XEmacs.
9052
9053 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9054 (ediff-merge-region-is-non-clash)
9055 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9056 Also check if the job is really a merge job.
9057
9058 * ediff.el (ediff-current-file): New function.
9059
9060 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9063 conventions.
9064 (js-insert-and-indent): Delete function.
9065 (js-mode-map): Don't bind keys to js-insert-and-indent.
9066 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9067 (js-end-of-defun): Rename from js--end-of-defun.
9068 (js-auto-indent-flag): Delete variable.
9069
9070 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9071
9072 * progmodes/js.el: Remove proclaim statement.
9073 Defvar which-func-imenu-joiner-function to silence compiler.
9074
9075 * files.el (auto-mode-alist): Use js-mode for .js files.
9076
9077 * progmodes/js2-mode.el: Remove file.
9078
9079 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9080
9081 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9082
9083 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9084
9085 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9086 Karl Landstrom <karl.landstrom@brgeight.se>
9087
9088 * progmodes/js.el: New file.
9089
9090 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9091
9092 * timezone.el (timezone-parse-date): Add ability to understand ISO
9093 basic format (minimal separators) dates in addition to the
9094 already-supported extended format dates.
9095
9096 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9097
9098 * international/ucs-normalize.el: Add a `coding' file variable.
9099
9100 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9101
9102 2009-08-14 Sam Steingold <sds@gnu.org>
9103
9104 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9105
9106 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * faces.el (help-argument-name): Define it here instead of
9109 help-fns.el, because in daemon mode help-fns.el may be loaded when
9110 faces are still uninitialized (Bug#1078).
9111
9112 * help-fns.el (help-argument-name): Move defface to faces.el.
9113
9114 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9115
9116 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9117 create buffer with a pty but no process so that GDB can make the
9118 inferior the controlling process.
9119
9120 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9121
9122 * international/ucs-normalize.el: New file.
9123
9124 2009-08-13 Richard Stallman <rms@gnu.org>
9125
9126 * mail/rmail.el (rmail-get-attr-names):
9127 Accept an attribute header that is too short.
9128
9129 * mail/rmail.el (rmail-forget-messages):
9130 Ignore nil elt in rmail-message-vector. Use dotimes.
9131
9132 * progmodes/compile.el (compilation-goto-locus):
9133 Use next-error-move-function.
9134
9135 * simple.el (next-error-move-function): New variable.
9136
9137 2009-08-12 Juri Linkov <juri@jurta.org>
9138
9139 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9140 always non-nil. (Bug#4052)
9141
9142 * replace.el (read-regexp): Return empty string when
9143 `default-value' is nil.
9144 (keep-lines-read-args): Don't use empty string as the
9145 default value for `read-regexp'. (Bug#2495)
9146
9147 2009-08-12 Juri Linkov <juri@jurta.org>
9148
9149 * international/mule-cmds.el (ucs-insert): Change arguments
9150 from `arg' to `character', `count', `inherit' to be the same
9151 as in `insert-char'. Doc fix. (Bug#4039)
9152
9153 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9154
9155 2009-08-12 Juri Linkov <juri@jurta.org>
9156
9157 * files-x.el: New file.
9158
9159 * files.el: Move code that deals with adding/deleting
9160 file/directory-local variables to files-x.el.
9161
9162 * Makefile.in (ELCFILES): Add files-x.elc.
9163
9164 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9165
9166 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9167 to use `goto-line'.
9168 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9169 `goto-line'.
9170 (gdb-invalidate-disassembly): Do not refresh upon receiving
9171 'update signal. Instead, update all disassembly buffers only after
9172 threads list.
9173 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9174 (gdb-starting): Moved -data-list-register-names...
9175 (gdb-stopped): ...here so it's sent when first thread stops.
9176 (gdb-registers-handler-custom): Do nothing if register names are
9177 unknown yet.
9178
9179 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9180 from `gdb-mi.el' to avoid extra tangling.
9181
9182 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9183 change which breaks `gud-def' definitions used in `gdb'.
9184 (gdb-update-gud-running): No extra fuss for updating frame number.
9185
9186 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9189 (describe-language-environment-map, setup-language-environment-map)
9190 (set-coding-system-map): Move initialization into declaration.
9191 (set-language-info-alist): Last arg to define-key-after can be skipped.
9192
9193 * international/quail.el (quail-completion-1): Simplify.
9194 (quail-define-rules): Use slightly more compact code.
9195 (quail-insert-decode-map): Propertize keys, compact columns.
9196
9197 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9198 Add goto-line.
9199
9200 2009-08-10 Miles Bader <miles@gnu.org>
9201
9202 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9203 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9204 (js2-instance-member, js2-private-member, js2-private-function-call)
9205 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9206 (js2-magic-paren, js2-external-variable):
9207 Remove "-face" suffix from face names.
9208 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9209 (js2-highlight-undeclared-vars, js2-peek-token)
9210 (js2-parse-function-params, js2-mode-show-errors)
9211 (js2-mode-show-warnings, js2-make-magic-delimiter)
9212 (js2-mode-highlight-magic-parens): Update to use new face names.
9213
9214 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9215
9216 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9217 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9218
9219 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9220
9221 * subr.el: Provide hashtable-print-readable.
9222
9223 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9224 hs-c-like-adjust-block-beginning.
9225 (hs-hide-block-at-point): Stop hiding at the beginning of
9226 hs-block-end-regexp (Bug#700).
9227
9228 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9229
9230 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9231 a macro.
9232 (gdb-registers-handler-custom): Do not fail when register names
9233 are unavailable.
9234
9235 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9236
9237 * progmodes/gdb-mi.el (gdb-control-all-threads)
9238 (gdb-control-current-thread): Interactive setters for
9239 `gdb-gud-control-all-threads' to use in menu.
9240 (gdb-show-run-p): Show «Go» when process is not active.
9241 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9242 gud/thread.xpm and gud/all.xpm.
9243
9244 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9245
9246 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9247 (nslookup-font-lock-keywords): Make it a variable.
9248 (net-utils-mode): New mode for viewing diagnostic network output.
9249 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9250 (net-utils-run-simple): New function.
9251 (ifconfig, iwconfig, netstat, arp, route): Use it.
9252
9253 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9254
9255 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9256 (gdb-memory-set-address, def-gdb-set-positive-number)
9257 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9258 after changing settings.
9259 (gdb-invalidate-disassembly): Update when first shown.
9260 (gdb-edit-locals-value): Fixed.
9261 (gdb-registers-handler-custom): Print registers in right order and
9262 allow changing register values (only for current thread yet).
9263 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9264 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9265 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9266 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9267 info in mode name.
9268 (gdb-registers-mode-map): TAB to switch to locals.
9269
9270 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9271
9272 * mail/rmail.el (rmail-add-mbox-headers)
9273 (rmail-set-message-counters-counter): Search for
9274 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9275
9276 2009-08-08 Glenn Morris <rgm@gnu.org>
9277
9278 * Makefile.in (ELCFILES): Update.
9279
9280 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9281
9282 * mail/sendmail.el (mail-yank-original): Set
9283 buffer-file-coding-system from the one used by the message whose
9284 text is yanked.
9285
9286 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9287 to "windows" when "pgnuplot" is used.
9288 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9289 call accept-process-output if "pgnuplot" is used.
9290 (calc-graph-init): Don't send -display and -geometry to
9291 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9292 running "pgnuplot -V" with shell-command-to-string.
9293
9294 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9295 the default.
9296
9297 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9298
9299 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9300 org/org-latex.elc.
9301
9302 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9303
9304 * vc-dispatcher.el (vc-resynch-window): Update comment.
9305
9306 * term.el (term-handle-ansi-escape): Add comments with the
9307 terminfo capabilities implemented.
9308
9309 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9310
9311 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9312 (gdb-var-create-handler): Rewritten using JSON parser.
9313 (gdb-propertize-header): Moved earlier.
9314 (gdb-set-header): Removed to avoid duplication.
9315 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9316 Refresh disassembly buffers only after threads list have been
9317 update.
9318 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9319 variables.
9320
9321 2009-08-04 Juri Linkov <juri@jurta.org>
9322
9323 * files.el: Commands to add/delete file/directory-local variables.
9324 (read-file-local-variable, read-file-local-variable-value)
9325 (read-file-local-variable-mode, modify-file-local-variable)
9326 (modify-file-local-variable-prop-line)
9327 (modify-dir-local-variable): New functions.
9328 (add-file-local-variable, delete-file-local-variable)
9329 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9330 (add-dir-local-variable, delete-dir-local-variable)
9331 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9332 (copy-dir-locals-to-file-locals-prop-line): New commands.
9333
9334 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9335
9336 * abbrev.el (insert-abbrev-table-description): Prettify output.
9337 Suggested by Karl Chen.
9338
9339 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9340
9341 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9342 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9343 (gdb-overlay-arrow-position, gdb-thread-position)
9344 (gdb-disassembly-position): Declare variables.
9345 (gdb-wait-for-pending): Function now.
9346 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9347 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9348 compilation goes smoothly.
9349 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9350 (gdb-non-stop-setting): New customization setting which replaces
9351 `gdb-non-stop' so changing it doesn't break active GDB session.
9352 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9353 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9354 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9355 (gdb-show-threads-by-default): New customization options.
9356 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9357 routines.
9358 (gdb-get-buffer-create): Send buffers update signal when they are
9359 created.
9360 (gdb-invalidate-locals, gdb-invalidate-registers)
9361 (gdb-invalidate-breakpoints)
9362 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9363 (gdb-invalidate-memory): Accept update signal.
9364 (gdb-current-context-command): Use --frame option.
9365 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9366 Implement `gdb-frame-number' selection logic.
9367 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9368 whether to show GUD toolbar buttons.
9369 (gdb-thread-exited): Unselect current thread when it exits.
9370 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9371 (gdb-mark-line): Routine which sets overlay arrow or inverses
9372 video on fringeless displays.
9373 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9374 to build aligned columns of data in GDB buffers and set text
9375 properties line-by-line.
9376 (gdb-invalidate-breakpoints)
9377 (gdb-breakpoints-list-handler-custom)
9378 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9379 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9380 (gdb-registers-handler-custom): Align data columns.
9381 (gdb-locals-handler-custom): Now prints data like in variable
9382 declarations.
9383 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9384 Removed confusing buttons.
9385 (gdb-invalidate-threads): Append --frame.
9386 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9387 between breakpoints/threads buffers.
9388 (gdb-set-window-buffer): Now can ignore dedicated windows.
9389 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9390 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9391 (def-gdb-thread-buffer-gud-command): Replaces
9392 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9393 for fine thread control.
9394 (gdb-preempt-existing-or-display-buffer): New function used to
9395 display bound buffers without breaking window layout.
9396 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9397 (gdb-select-frame): New version of `gdb-frames-select' which now
9398 sets `gdb-frame-number' so commands may use --frame option instead
9399 of inner debugger state.
9400 (gdb-frame-handler): Do not set `gdb-frame-number'.
9401 (gdb-threads-mode-map): Select threads with mouse.
9402
9403 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9404 avoid compilation warning.
9405 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9406 `gdb-show-stop-p`.
9407
9408 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9409 Argument `key' renamed to `buffer-type'.
9410 (gdb-current-context-buffer-name): Do not add thread info to
9411 buffer name when no thread is selected.
9412 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9413 command (bug 3794).
9414 (gdb-thread-selected): Handle `=thread-selected' notification.
9415 (gdb-wait-for-pending): New macro to deal with congestion problems.
9416 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9417 breakpoints.
9418 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9419 This fixes problem similar to one described in bug 3947.
9420 (gud-menu-map): More menu items.
9421 (gdb-init-1): Reset `gdb-thread-number' to nil.
9422
9423 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9424 non-stop settings.
9425
9426 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9427 (gdb-current-context-command): Do not append --thread if
9428 `gdb-thread-number' is nil.
9429 (gdb-running-threads-count, gdb-stopped-threads-count): New
9430 variables.
9431 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9432 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9433 customization options.
9434 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9435 GUD commands.
9436 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9437 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9438 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9439 set `gdb-thread-number' and update `gud-running' properly.
9440 (gdb-running): Update threads list when new threads appear.
9441 (gdb-stopped): Support non-stop operation and new thread switching
9442 logic.
9443 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9444 (gdb-json-partial-output): New set of JSON routines.
9445 (def-gdb-auto-update-trigger): New `signal-list' optional
9446 argument.
9447 (gdb-thread-list-handler-custom): Update `gud-running',
9448 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9449 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9450 (gdb-continue-thread, gdb-step-thread): New commands for fine
9451 thread execution control.
9452 (gud-menu-map): New menu items to switch non-stop options.
9453 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9454 (gdb-send): Mimic RET properly (bug 3794).
9455
9456 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9457 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9458 gdb-buffer-rules.
9459 (def-gdb-auto-update-handler): New nopreserve optional argument.
9460 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9461
9462 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9463 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9464 (gdb-parent-mode): New mode to derive other GDB modes from.
9465 (gdb-display-disassembly-for-thread)
9466 (gdb-frame-disassembly-for-thread): New commands for threads
9467 buffer.
9468
9469 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9470 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9471 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9472 (gdb-update): We now store all GDB buffers in a list so that they
9473 can be updated by traversing a list instead of calling invalidate
9474 triggers explicitly.
9475 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9476 pair for GDB buffer.
9477 (gdb-stack-buffer-name): Add thread information.
9478 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9479 handle pending triggers.
9480 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9481 (def-gdb-thread-buffer-simple-command)
9482 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9483 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9484 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9485 New commands which show buffers bound to thread.
9486 (gdb-stack-list-locals-regexp): Removed unused regexp.
9487
9488 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9489 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9490 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9491 to (gud-comint-buffer) in *-buffer-name functions
9492 because (gdb-get-target-string) already does that.
9493 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9494 (gdb-changed-registers-handler): Rewritten without regexps.
9495
9496 * progmodes/gdb-mi.el: Basic thread selection support.
9497 (gdb-thread-number): New variable.
9498 (gdb-current-context-command): New macro which adds --thread
9499 option to command.
9500 (gdb-threads-mode-map): Select thread with SPC.
9501 (gdb-thread-list-handler-custom): Mark current thread with overlay
9502 arrow. Synchronize GDB thread and Emacs thread.
9503 (gdb-select-thread): New command which selects current thread.
9504 (gdb-invalidate-frames, gdb-invalidate-locals)
9505 (gdb-invalidate-registers): Use --thread option.
9506
9507 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9508
9509 * net/tramp.el (top): Make check for tramp-gvfs loading more
9510 robust. (Bug#3977)
9511 (tramp-handle-insert-file-contents): `unwind-protect' must be
9512 inside `with-parsed-tramp-file-name'.
9513
9514 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9515 fails.
9516
9517 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9518
9519 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9520 directory if CLASSPATH is not set.
9521
9522 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9523
9524 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9525 New defconst.
9526 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9527
9528 2009-08-02 Kevin Ryde <user42@zip.com.au>
9529
9530 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9531 Update freshmeat link. Delete newsforge.com as it seems gone.
9532
9533 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9534
9535 * select.el (x-set-selection): Doc fix (Bug#4021).
9536
9537 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9538
9539 * help-fns.el (describe-variable): Treat list return values from
9540 dir-locals-find-file properly (Bug#4005).
9541
9542 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9543
9544 * net/tramp.el (tramp-debug-message): Print also microseconds.
9545
9546 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9547
9548 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9549 or END is non-nil.
9550 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9551 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9552 format.
9553
9554 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9555 (tramp-get-file-property): Use it.
9556
9557 * autorevert.el (auto-revert-handler): Allow
9558 `auto-revert-tail-mode' for remote files.
9559
9560 2009-08-02 Jason Rumney <jasonr@gnu.org>
9561
9562 * minibuffer.el (read-file-name): Treat confirm options to
9563 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9564
9565 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9568 (font-lock-variable-name-face, font-lock-constant-face): Darken
9569 the colors for light backgrounds.
9570
9571 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9572
9573 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9574 month names. (Bug#3987)
9575
9576 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9577
9578 * simple.el (line-move-finish): Pass whole number to
9579 line-move-to-column.
9580 (line-move-visual): Perform hscroll to the recorded position.
9581
9582 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9583
9584 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9585
9586 2009-07-29 Alan Mackenzie <acm@muc.de>
9587
9588 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9589
9590 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9591
9592 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9593 (gdb-place-breakpoints): Use full path when setting breakpoints.
9594
9595 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9596
9597 * calc/calc.el (calc-mode-map): Add keybinding for
9598 `calc-transpose-lines'.
9599
9600 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9601
9602 * calc/calc-misc.el (calc-transpose-lines): New function.
9603
9604 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9605
9606 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9607 Simplify check for out-of-band methods.
9608 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9609 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9610
9611 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9612
9613 * vc-git.el (vc-git-checkin): Fix typo.
9614
9615 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9616
9617 * progmodes/js2-mode.el: New file.
9618
9619 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9622 (gud-menu-map): Adjust tooltip accordingly.
9623
9624 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9625
9626 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9627 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9628
9629 * add-log.el (change-log-mode-map): Add a menu.
9630
9631 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9632
9633 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9634 function returns nil.
9635 (dbus-handle-event): Handle special return value :ignore.
9636 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9637
9638 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9641 it's not needed.
9642
9643 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9644
9645 Fix Bug#3888:
9646
9647 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9648
9649 * term/pc-win.el (x-display-name, x-colors)
9650 (x-select-enable-clipboard, x-select-text): Doc fix.
9651
9652 * term/common-win.el (x-display-name, x-colors): Doc fix.
9653
9654 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9655 (xw-defined-colors): Doc fix.
9656
9657 * w32-fns.el (x-select-text, x-setup-function-keys)
9658 (x-get-selection, x-set-selection): Doc fix.
9659
9660 * term/x-win.el (x-select-text, x-setup-function-keys)
9661 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9662
9663 * select.el (x-set-selection): Doc fix.
9664
9665 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9666
9667 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9668 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9669 "IsNSSSupportAvailable" method is not available. Reported by
9670 Steve Youngs <steve@sxemacs.org>.
9671
9672 2009-07-24 Kenichi Handa <handa@m17n.org>
9673
9674 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9675 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9676 (build-unicode-category-table): Fix range checks.
9677
9678 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9679
9680 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9681 the buffer we try to sync is current when calling
9682 vc-resynch-buffer.
9683
9684 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9685 not show up to date files.
9686
9687 2009-07-24 Glenn Morris <rgm@gnu.org>
9688
9689 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9690 Add autoload cookies. If necessary, initialize.
9691 (elint-log): Handle non-file buffers.
9692 (elint-initialize): Add optional argument to reinitialize.
9693 (elint-find-builtin-variables): Save excursion.
9694
9695 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9696
9697 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9698 for Lint.
9699
9700 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9701
9702 * vc.el (vc-print-log-internal): New function, split out from ...
9703 (vc-print-log): ... here.
9704 (vc-dir-move-to-goal-column): Declare.
9705
9706 * vc-git.el (vc-git-add-signoff): New variable.
9707 (vc-git-checkin): Use it.
9708 (vc-git-toggle-signoff): New function.
9709 (vc-git-extra-menu-map): Bind it to menu.
9710 (vc-git--run-command-string): Accept a nil FILE argument.
9711 (vc-git-stash-list): New function.
9712 (vc-git-dir-extra-headers): Use it.
9713
9714 2009-07-23 Glenn Morris <rgm@gnu.org>
9715
9716 * help-fns.el (describe-variable): Describe ignored and risky local
9717 variables in a similar way to that in which we describe safe ones.
9718
9719 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9720 (byte-compile-output-file-form, byte-compile-output-docform)
9721 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9722 Give some more local variables with common names a "bytecomp-" prefix,
9723 so as not to shadow things during compilation.
9724 * emacs-lisp/cl-macs.el (load-time-value)
9725 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9726 `outbuffer' to `bytecomp-outbuffer'.
9727
9728 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9729 since the next two variables cover them automatically now.
9730 (elint-builtin-variables, elint-autoloaded-variables): New.
9731 (elint-unknown-builtin-args): Remove all members, since they can be
9732 parsed automatically now.
9733 (elint-extra-errors): New.
9734 (elint-env-add-env, elint-env-add-macro): Use cadr.
9735 (elint-current-buffer): Use or. Change final message.
9736 (elint-get-top-forms): Use line-end-position.
9737 (elint-init-env): Use cadr. Handle autoload, declare-function,
9738 and defalias.
9739 (elint-add-required-env): Doc fix. Use or. Standardize error.
9740 (regexp-assoc): Remove unused function.
9741 (elint-top-form): Set elint-current-pos, to record the start of the
9742 top-level form, for compilation-mode.
9743 (elint-form): Trap errors in macro expansion. Use dolist.
9744 (elint-unbound-variable): Use elint-builtin-variables and
9745 elint-autoloaded-variables.
9746 (elint-get-args): Use cadr, or.
9747 (elint-check-cond-form): Use dolist, cadr.
9748 (elint-check-condition-case-form): Doc fix. Use cadr.
9749 Use elint-extra-errors.
9750 (elint-log): New function.
9751 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9752 Distinguish errors and warnings.
9753 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9754 Use a bytecomp-style format.
9755 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9756 (elint-get-log-buffer): Use compilation mode. Disable undo.
9757 Don't truncate lines.
9758 (elint-initialize): Set builtin and autoloaded variable lists.
9759 Only process elint-unknown-builtin-args if non-nil.
9760 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9761 New functions.
9762 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9763
9764 2009-07-22 Kevin Ryde <user42@zip.com.au>
9765
9766 * net/newst-backend.el (newsticker--parse-atom-1.0)
9767 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9768 (newsticker--parse-rss-1.0):
9769 * progmodes/idlwave.el (idlwave-mode):
9770 * progmodes/idlw-shell.el (idlwave-shell-mode):
9771 * progmodes/vera-mode.el (vera-mode):
9772 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9773 * progmodes/vhdl-mode.el (vhdl-mode):
9774 * textmodes/table.el (table-generate-source)
9775 (table--warn-incompatibility):
9776 Hyperlink urls in docstrings with URL `...'.
9777
9778 2009-07-22 Glenn Morris <rgm@gnu.org>
9779
9780 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9781 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9782 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9783 Remove leading * from defcustom docs.
9784
9785 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9786
9787 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9788 defcustom doc.
9789 (list-load-path-shadows): Optionally, just return shadows as a string.
9790
9791 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9792
9793 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9794
9795 * mail/rmailedit.el (rmail-edit-mode): Use
9796 auto-save-include-big-deletions.
9797
9798 * mail/rmail.el (rmail-variables): Use
9799 auto-save-include-big-deletions.
9800
9801 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9802 changes.
9803
9804 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9805
9806 * calc/calc.el (calc-undo-length): New variable.
9807 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9808
9809 2009-07-21 Richard Stallman <rms@gnu.org>
9810
9811 * files.el (auto-save-mode): Handle buffer-save-size = -2
9812 for toggling mode.
9813
9814 2009-07-21 Glenn Morris <rgm@gnu.org>
9815
9816 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9817
9818 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9819
9820 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9821 silence compiler. Instead...
9822 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9823 (ps-print-ensure-fontified): Update for above function name changes.
9824
9825 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9826 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9827 silence compiler. Instead...
9828 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9829 (mh-show-buffer): Only define for compiler.
9830 (pr-mh-current-message): Update for above function name changes.
9831
9832 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9833 as an argument.
9834 (find-file-noselect, insert-file-1): Update for above change.
9835
9836 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9837
9838 * mail/mailclient.el (mailclient-send-it): Fix message.
9839
9840 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9841 (edebug-eval): Check cl-debug-env is bound.
9842 (print-level, print-circle): Don't redefine built-in variables.
9843
9844 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9845 (custom-print-vectors): Remove old comments from doc.
9846
9847 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9848 (emerge-version): Make the variable an obsolete alias for the
9849 emacs-version variable. Make the function obsolete.
9850 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9851 Emerge options, rather than merging in into the main Options menu.
9852 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9853 and auto advance modes. Disable edit/fast items when not relevant.
9854
9855 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9856
9857 * term/vt420.el (terminal-init-vt420): Fix typo.
9858
9859 2009-07-20 Sam Steingold <sds@gnu.org>
9860
9861 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9862 variable (removed from compile.el on 2004-03-11).
9863
9864 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * files.el (hack-local-variables-filter): Fix last change.
9867
9868 2009-07-19 Juri Linkov <juri@jurta.org>
9869
9870 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9871 (dir-local-variables-alist): New buffer-local variable.
9872 (hack-local-variables-filter): If variable is not dir-local,
9873 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9874 because file-local overrides dir-local.
9875 (c-postprocess-file-styles) <declare-function>:
9876 Remove obsolete declaration.
9877 (hack-dir-local-variables): Add dir-local variable/value pair to
9878 `dir-local-variables-alist' and remove duplicates. Doc fix.
9879
9880 * help-fns.el (describe-variable): Add information about
9881 file-local and dir-local variables.
9882
9883 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * files.el (hack-local-variables-filter): Rewrite.
9886
9887 2009-07-19 Glenn Morris <rgm@gnu.org>
9888
9889 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9890 Silence compiler by only defining on XEmacs.
9891
9892 * international/mule.el (auto-coding-regexp-alist): Only match
9893 BABYL... at the start of buffer, not of lines. (Bug#3790)
9894
9895 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9896 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9897 (cal-menu-context-mouse-menu): Doc fix.
9898
9899 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9900
9901 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9902
9903 2009-07-18 Juri Linkov <juri@jurta.org>
9904
9905 * info.el: Virtual Info keyword finder.
9906 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9907 (Info-finder-file): New variable.
9908 (Info-finder-find-file): New function.
9909 (finder-known-keywords, finder-package-info)
9910 (find-library-name, lm-commentary): Use defvar and
9911 declare-function to silence compiler warnings.
9912 (Info-finder-find-node): New function.
9913 (info-finder): New command.
9914
9915 * subr.el (process-kill-buffer-query-function): New function.
9916 (add-hook)<kill-buffer-query-functions>: Add hook
9917 `process-kill-buffer-query-function'.
9918
9919 2009-07-18 Alan Mackenzie <acm@muc.de>
9920
9921 * progmodes/cc-mode.el (c-before-hack-hook)
9922 (c-postprocess-file-styles): Give invocation of `c-set-style'
9923 DONT-OVERRIDE parameter of t. Already set style variables will
9924 thus not be overridden by style settings given by `c-file-syle'.
9925
9926 * files.el (hack-local-variables-filter): Remove entries with
9927 duplicate keys from `file-local-variables-alist'.
9928
9929 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9930
9931 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9932 x-set-selection if display-selections-p returns nil for the
9933 current frame.
9934
9935 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9936
9937 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9938
9939 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9940
9941 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9942 Accept nil in addition to a regexp.
9943 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9944 Accept nil in addition to a regexp.
9945 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9946 buffers that have an associated file. Handle nil values of
9947 desktop-buffers-not-to-save and desktop-files-not-to-save.
9948 (Bug#3833)
9949
9950 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9951 (x-disown-selection-internal): New functions.
9952
9953 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9954
9955 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9956 warning.
9957 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9958 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9959
9960 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9961
9962 * simple.el (set-mark): Revert last change.
9963
9964 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9965
9966 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9967 rendering of pngs is not possible instead of messaging a long
9968 description.
9969
9970 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9971
9972 * w32-fns.el (x-selection-owner-p): New function.
9973
9974 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9975 (mouse-yank-at-click, mouse-yank-primary): If
9976 select-active-regions is non-nil, deactivate the mark before
9977 insertion.
9978
9979 * simple.el (deactivate-mark, set-mark): Only save selection if we
9980 own it.
9981
9982 2009-07-17 Kenichi Handa <handa@m17n.org>
9983
9984 * case-table.el (describe-buffer-case-table): Fix for the case
9985 that KEY is a cons.
9986
9987 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9988
9989 * vc-rcs.el (vc-rcs-find-file-hook):
9990 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9991
9992 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9993
9994 * net/tramp.el (tramp-wait-for-output): Handle the case when
9995 commands do not return a newline but a null byte before the shell
9996 prompt. (Bug#3858)
9997
9998 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9999
10000 * term/ns-win.el (ns-set-alpha): Don't declare.
10001 (ns-set-background-alpha): Remove function.
10002
10003 2009-07-16 Kevin Ryde <user42@zip.com.au>
10004
10005 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10006 y-or-n-p, for safety.
10007
10008 2009-07-16 Richard Stallman <rms@gnu.org>
10009
10010 * files.el (auto-save-mode): If buffer-saved-size is -2,
10011 don't clobber it.
10012
10013 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10014 (rmail-retry-ignored-headers): Add more uninteresting fields.
10015
10016 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10017
10018 * net/rcirc.el (rcirc): Use history variables.
10019 (rcirc-server-name-history, rcirc-nick-name-history)
10020 (rcirc-server-port-history): New variables.
10021
10022 2009-07-15 Kenichi Handa <handa@m17n.org>
10023
10024 * international/mule-cmds.el (set-language-environment-charset):
10025 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10026 ignore them.
10027
10028 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10029 Delete unibyte-display.
10030
10031 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10032
10033 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10034
10035 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10036
10037 * simple.el (deactivate-mark): Optional argument FORCE.
10038 (set-mark): Use deactivate-mark.
10039
10040 * info.el (Info-search): No need to check transient-mark-mode
10041 before calling deactivate-mark.
10042
10043 * select.el (x-set-selection): Doc fix.
10044 (x-valid-simple-selection-p): Allow buffer values.
10045 (xselect--selection-bounds): Handle buffer values. Suggested by
10046 David De La Harpe Golden.
10047
10048 * mouse.el (mouse-set-region, mouse-drag-track): Call
10049 copy-region-as-kill before setting the mark, to let
10050 select-active-regions work.
10051
10052 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10053
10054 * simple.el (deactivate-mark): If select-active-regions is
10055 non-nil, copy the selection data into a string.
10056 (activate-mark): If select-active-regions is non-nil, set the
10057 selection to the current buffer.
10058 (set-mark): Update selection if select-active-regions is non-nil.
10059
10060 * select.el (x-valid-simple-selection-p): Allow buffer values.
10061
10062 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10065 and more featureful message-mode.
10066
10067 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * select.el (x-set-selection): Doc fix.
10070 (x-valid-simple-selection-p): Disallow selection data consisting
10071 of a list or cons of integers, since that is not used.
10072 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10073 (xselect-convert-to-string, xselect-convert-to-length)
10074 (xselect-convert-to-filename, xselect-convert-to-charpos)
10075 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10076
10077 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10078
10079 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10080 output in -break-info command (Emacs bug #3794).
10081
10082 2009-07-14 Glenn Morris <rgm@gnu.org>
10083
10084 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10085 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10086 (edebug-print-length, edebug-print-level, edebug-print-circle)
10087 (edebug-sit-for-seconds, edebug-view-outside)
10088 (edebug-bounce-point, edebug-set-global-break-condition)
10089 (edebug-Go-nonstop-mode, edebug-trace-mode)
10090 (edebug-Trace-fast-mode, edebug-continue-mode)
10091 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10092 (edebug-visit-eval-list): Doc fixes.
10093
10094 * subr.el (def-edebug-spec): Doc fix.
10095
10096 2009-07-14 Kenichi Handa <handa@m17n.org>
10097
10098 * international/characters.el: Fix setting of category ?C.
10099
10100 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10101
10102 * term/ns-win.el (x-select-font): defalias x-select-font to
10103 ns-popup-font-panel instead of generate-fontset-menu.
10104
10105 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10106
10107 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10108
10109 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10110
10111 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10112 the PK\003\004 header (Bug#3770).
10113
10114 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10115
10116 * pcomplete.el (pcomplete-comint-setup): Check for
10117 shell-dynamic-complete-filename too.
10118
10119 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10120
10121 * simple.el (temporary-goal-column): Change the value for
10122 line-move-visual to a cons cell.
10123 (line-move-visual): Record or set the window hscroll, if
10124 necessary (Bug#3494).
10125 (line-move-1): Handle cons value of temporary-goal-column.
10126
10127 2009-07-11 Kenichi Handa <handa@m17n.org>
10128
10129 * international/mule-diag.el (describe-character-set): Don't show
10130 width.
10131
10132 2009-07-10 Sam Steingold <sds@gnu.org>
10133
10134 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10135 Omake sometimes indents the errors it prints, so allow all
10136 regexps to start with spaces.
10137
10138 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10139
10140 * cus-edit.el (customize-changed-options-previous-release):
10141 Bump value to 22.1. (Bug#3804)
10142
10143 2009-07-08 Sam Steingold <sds@gnu.org>
10144
10145 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10146 to be a cons cell (test . ignored-directory) to selectively ignore
10147 some directories depending on the location of the search.
10148
10149 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10150
10151 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10152 remote user is root, on the local host.
10153 (tramp-local-host-p): Either the local user or the remote user
10154 must be root. (Bug#3771)
10155
10156 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10157
10158 * progmodes/gdb-mi.el (gdb): Remove description of
10159 gdb-use-separate-io-buffer.
10160 (menu): Don't allow toggling of or enable
10161 gdb-use-separate-io-buffer from menubar.
10162
10163 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10164
10165 * mail/unrmail.el (unrmail): Make sure the message ends with two
10166 newlines (Bug#3769).
10167
10168 2009-07-08 Glenn Morris <rgm@gnu.org>
10169
10170 * calendar/calendar.el (calendar-current-date): Rework previous change.
10171
10172 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10173
10174 * calendar/calendar.el (calendar-current-date):
10175 Add an optional argument giving an offset from today.
10176
10177 2009-07-08 Glenn Morris <rgm@gnu.org>
10178
10179 * tutorial.el (tutorial--describe-nonstandard-key):
10180 Adjust the message for when a key has been unbound.
10181 (help-with-tutorial): Hide the arch-tag.
10182
10183 2009-07-08 Kenichi Handa <handa@m17n.org>
10184
10185 * international/fontset.el (setup-default-fontset): For each
10186 script, append (not set) font-specs.
10187
10188 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10189 docstring.
10190
10191 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10192
10193 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10194 -data-list-register-names to ...
10195 (gdb-starting): ... here because GDB 7.0 requires execution to
10196 have started when using this MI command.
10197 (gdb-set-header): New function to distinguish select and
10198 unselected tabs in gdb buffers.
10199 (gdb-propertize-header): New macro that uses gdb-set-header.
10200 (gdb-breakpoints-header, gdb-locals-header): Use it.
10201 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10202
10203 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * Makefile.in (ELCFILES): Remove fadr.elc.
10206
10207 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10208
10209 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10210 may contain frame information, so `string-match' should be used.
10211 (gdb-update): Disassembly is invalidated through
10212 `gdb-get-selected-frame'.
10213 (gdb-pad-string): New function to pad string with spaces.
10214 (gdb-invalidate-disassembly): Invalidate only if the buffer
10215 exists.
10216 (gdb-disassembly-handler-custom): Column alignment.
10217 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10218 placing new ones.
10219 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10220 end of line, too.
10221 (gdb-frame-handler): Match convention to for disassembly buffer
10222 mode name.
10223 (gdb-stack-list-frames-handler): Rewritten without regexps.
10224 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10225 not highlight breakpoints without line information.
10226 (gdb-input): Add trailing newline to command.
10227
10228 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10229 buffer properly.
10230 (gdb-breakpoints-list-handler-custom): Replacement for
10231 `gdb-break-list-handler'. Using real parser instead of regexps
10232 now.
10233 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10234 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10235 to place breakpoints.
10236 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10237 functions.
10238 (gdb-disassembly-handler-custom): Show overlay arrow.
10239 (gdb-disassembly-place-breakpoints): Show breakpoints in
10240 disassembly buffer.
10241 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10242 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10243 instead of parsing breakpoints buffer. Fixed old menu references
10244 in `gud-menu-map'.
10245
10246 * fadr.el: Remove.
10247
10248 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10249 (gdb-memory-address): New variable which holds top address of
10250 memory page shown in memory buffer.
10251 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10252 customization variables.
10253 New functions:
10254 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10255 display the memory buffer.
10256 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10257 buffer display parameters.
10258 (def-gdb-memory-format, gdb-memory-format-binary)
10259 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10260 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10261 Functions for setting memory buffer format.
10262 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10263 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10264 unit size used in memory buffer.
10265 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10266 to next/previous page of memory buffer.
10267 Now using (bindat-get-field) instead of fadr functions.
10268
10269 2009-07-07 Sam Steingold <sds@gnu.org>
10270
10271 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10272 non-top-level files.
10273
10274 2009-07-07 Kenichi Handa <handa@m17n.org>
10275
10276 * international/mule-cmds.el (reset-language-environment): Put
10277 the highset priority to the charset iso-8859-1.
10278
10279 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10282 to the end of the line when locating the block (Bug#700).
10283
10284 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10285
10286 * net/tramp.el (tramp-handle-write-region): Flush file properties
10287 in case of short track.
10288
10289 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10290
10291 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10292 Coded custom representation of verilog error regular expressions
10293 to work with Emacs-22's new format.
10294 (verilog-error-regexp-xemacs-alist): Coded custom representation
10295 of verilog error regular expressions to work with XEmacs format.
10296 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10297 error recognition into XEmacs.
10298 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10299 error recognition into Emacs-22.
10300
10301 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10302
10303 * woman.el: Remove stand-alone closing parentheses.
10304 (woman-file-name, woman2-format-paragraphs)
10305 (woman-leave-blank-lines): Code cleanup.
10306 (woman-use-own-frame): Change default to nil.
10307 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10308 defaults to inherit from default faces.
10309 (woman2-process-escapes): Consume the newline after a stand-alone
10310 filler character (Bug#3651).
10311
10312 2009-07-06 Glenn Morris <rgm@gnu.org>
10313
10314 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10315 (top-level): Move provide to the end.
10316 (ffap): Remove defunct URL from custom group.
10317
10318 * subr.el (eval-after-load): Doc fix.
10319
10320 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10321
10322 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10323 `calc-embedded-word' is called twice.
10324
10325 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * files.el (find-alternate-file-other-window, find-alternate-file):
10328 Obey confirm-nonexistent-file-or-buffer.
10329
10330 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10331
10332 * dired-aux.el (dired-show-file-type): Handle remote files.
10333
10334 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10335
10336 * desktop.el (desktop-globals-to-save):
10337 Add file-name-history (Bug#2750).
10338
10339 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10340
10341 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10342
10343 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10344
10345 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10346 property on entire argument since this is what eshell-lisp-command
10347 expects.
10348
10349 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10350
10351 * net/tramp-gvfs.el (tramp-gvfs-methods)
10352 (tramp-gvfs-zeroconf-domain)
10353 (tramp-bluez-discover-devices-timeout): Add version flag.
10354 (tramp-gvfs-handler-mounted-unmounted)
10355 (tramp-gvfs-connection-mounted-p): Polish handling of
10356 incompatibilities between GVFS 0.2 and 1.0.
10357
10358 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10359
10360 * cus-start.el (all): Add make-pointer-invisible.
10361
10362 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10363
10364 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10365 formatted correctly.
10366
10367 2009-07-02 Juri Linkov <juri@jurta.org>
10368
10369 * info.el: Virtual Info files and nodes.
10370 (Info-virtual-files, Info-virtual-nodes): New variables.
10371 (Info-current-node-virtual): New variable.
10372 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10373 New functions.
10374 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10375 to check for a virtual file instead of checking a fixed list
10376 of node names.
10377 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10378 instead of ad-hoc processing of "dir" and (apropos history toc).
10379 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10380 instead of ad-hoc processing of "dir" and (apropos history toc).
10381 Reread a file when moving from a virtual node.
10382 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10383 (Info-directory-toc-nodes, Info-directory-find-file)
10384 (Info-directory-find-node): New functions.
10385 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10386 (Info-history): Move part of code to
10387 `Info-history-find-node'.
10388 (Info-history-toc-nodes, Info-history-find-file)
10389 (Info-history-find-node): New functions.
10390 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10391 (Info-toc): Move part of code to `Info-toc-find-node'.
10392 (Info-toc-find-node): New function.
10393 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10394 the current Info file name to references because now the node
10395 "*TOC*" belongs to the same Info manual.
10396 (Info-toc-build): Rename from `Info-build-toc'.
10397 (Info-toc-nodes): Rename input argument `file' to `filename'.
10398 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10399 instead of ad-hoc processing of ("dir" apropos history toc).
10400 (Info-index-nodes): Use Info-virtual-file-p
10401 to check for a virtual file instead of checking a fixed list
10402 of node names.
10403 (Info-index-node): Add check for `Info-current-node-virtual'.
10404 Raise `save-match-data' higher up the tree to contain
10405 `search-forward' too (bug fix).
10406 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10407 (Info-virtual-index-nodes): New variable.
10408 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10409 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10410 (Info-apropos-file, Info-apropos-nodes): New variables.
10411 (Info-apropos-toc-nodes, Info-apropos-find-file)
10412 (Info-apropos-find-node, Info-apropos-matches): New functions.
10413 (info-apropos): Move part of code to `Info-apropos-find-node' and
10414 `Info-apropos-matches'.
10415 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10416 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10417 for a virtual file instead of checking a fixed list of node names.
10418
10419 * simple.el (async-shell-command): New command.
10420
10421 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10422
10423 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10424 instead of `mount-info'.
10425
10426 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10427
10428 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10429 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10430
10431 2009-07-02 Kenichi Handa <handa@m17n.org>
10432
10433 * international/mule.el (set-keyboard-coding-system): Force *-unix
10434 coding-system to avoid eol conversion.
10435
10436 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10437
10438 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10439 Add handler for `process-file', `shell-command' and
10440 `start-file-process'.
10441 (tramp-gvfs-handle-shell-command)
10442 (tramp-gvfs-handle-start-file-process)
10443 (tramp-gvfs-handle-process-file): New defuns.
10444 (tramp-synce-list-devices): Simplify check for existence of property.
10445
10446 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10447
10448 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10449
10450 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10451
10452 * language/korean.el (set-language-info-alist): Add korean-cp949,
10453 cp949 to spec.
10454
10455 2009-07-01 Kenichi Handa <handa@m17n.org>
10456
10457 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10458
10459 * international/encoded-kb.el: Deleted.
10460
10461 * international/mule.el (set-keyboard-coding-system): Perform the
10462 necessary setup here instead of calling encoded-kbd-setup-display.
10463
10464 2009-07-01 Glenn Morris <rgm@gnu.org>
10465
10466 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10467
10468 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10469
10470 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10471
10472 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10473
10474 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10475 Handle also the 'rename case, when setting file modes. (Bug#3712)
10476 (tramp-default-file-modes): Remove execute permissions.
10477
10478 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10479 (top): Add a default for "synce" in `tramp-default-user-alist'.
10480 Add completion function for "synce" method.
10481 (tramp-hal-service, tramp-hal-path-manager)
10482 (tramp-hal-interface-manager, tramp-hal-interface-device):
10483 New defconst.
10484 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10485 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10486 New defuns.
10487
10488 * net/trampver.el: Update release number.
10489
10490 2009-06-30 Kenichi Handa <handa@m17n.org>
10491
10492 * international/fontset.el (setup-default-fontset): Add CJK fonts
10493 for symbols and the other miscellaneous characters.
10494
10495 * language/korea-util.el (setup-korean-environment-internal):
10496 Make char-width-table suitable for Korean environments.
10497 (exit-korean-environment): Cancel above.
10498
10499 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10500 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10501 setup-function to make char-width-table suitable for respective
10502 environments, and an exit-function to cancel that.
10503
10504 * language/japan-util.el (setup-japanese-environment-internal):
10505 Call use-cjk-char-width-table with arg `ja_JP'.
10506
10507 * international/characters.el (cjk-char-width-table): Delete it.
10508 (cjk-char-width-table-list): New variable.
10509 (use-cjk-char-width-table): New arg local-name.
10510 (use-default-char-width-table): Fix for the case that Emacs is
10511 already using the default char-width-table.
10512
10513 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10514
10515 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10516 modes mandatory. (Bug#3712)
10517
10518 2009-06-29 Alan Mackenzie <acm@muc.de>
10519
10520 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10521 correction between the visible width of TABs and their number of bytes.
10522
10523 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10524
10525 * server.el (server-buffer-done): Prevent kill-buffer from
10526 prompting by clearing the buffer modification flag (Bug#3696).
10527
10528 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10529
10530 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10531 (verilog-endcomment-reason-re): Support unique case and priority case.
10532 (verilog-basic-complete-re): Support localparam lineup.
10533 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10534 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10535 commenting.
10536 (verilog-leap-to-case-head): Now support *nested* unique &
10537 priority case statements.
10538 (verilog-auto-lineup): Make just declarations the default (as it
10539 had been).
10540 (verilog-leap-to-case-head): Support priority/unique case statements.
10541 (verilog-auto-lineup): Rework to give users radio buttons to
10542 select the various styles of automatic lineup.
10543 (verilog-error-regexp-alist): Rework to support the XEmacs style
10544 of error regular expressions from compilers, lint tools &
10545 simulators. Note that GNU Emacs has made it impossible for a mode
10546 to load such things.
10547 (electric-verilog-terminate-line, verilog-indent-declaration)
10548 (verilog-auto-wiure): Rework for radio button selection of
10549 auto-lineup selection of specification of auto lineup.
10550 (verilog-beg-of-statement-1): Redesign to support proper operation
10551 in additional code, based on testing with auto-lineup.
10552 (verilog-calculate-indent, assignments & declarations)
10553 (verilog-backward-token): Enhance to support auto-lineup of
10554 assignments & declarations.
10555 (verilog-in-directive-p, verilog-at-struct-p): New function for
10556 easy test of whether we are.
10557 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10558 to support safe execution at almost anyline.
10559 (verilog-calc-1): Properly support indenting deep inside generate
10560 blocks.
10561 (verilog-init-font): Remove definition & use of verilog-init-font,
10562 as it is redundant with font-lock-defaults.
10563 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10564 to avoid circular calls if syntax-ppss is a function (as is the
10565 case now in 22.x GNU Emacs) as that function would sometimes call
10566 itself, leading to (nearly) infinite recursion.
10567 (verilog-ovm-begin-re, verilog-ovm-end-re)
10568 (verilog-ovm-statement-re, verilog-leap-to-head)
10569 (verilog-backward-token): Add support for OVM macros. Some are
10570 complete statements, and others open and close scopes like begin
10571 and end.
10572 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10573 (verilog-defun-level-generate-only-re): Really fix the defun-list
10574 compilation issue.
10575 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10576 coverpoint, constraint and cross statements.
10577 (verilog-defun-level-list, verilog-generate-defun-level-list)
10578 (verilog-all-defun-level-list): Redo these specifications - it is
10579 too hard to support eval-when compile aggregation of lists also
10580 built at when-compile time.
10581 (verilog-defun-level-list): Place defconsts of variables used in
10582 building regular expressions which are built in eval-when-compile
10583 bodies in the same eval-when-compile body to facilitate compile
10584 without load.
10585 (verilog-beg-block-re-ordered): Support indenting
10586 virtual/protected tasks and functions.
10587 (verilog-defun-level-list, verilog-in-generate-region-p)
10588 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10589 indentation of some module items (generate items).
10590 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10591 across virtual/protected tasks and functions.
10592
10593 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10594
10595 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10596 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10597 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10598 in concatenations. Reported by Yishay Belkind.
10599 (verilog-auto-ascii-enum): Support one-hot state machines in
10600 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10601 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10602 modport in AUTOINST and add vl-modport for users. Reported by
10603 David Rogoff.
10604 (verilog-auto-inout-module, verilog-auto-inst)
10605 (verilog-decls-get-interfaces, verilog-insert-definition)
10606 (verilog-insert-one-definition, verilog-read-decls)
10607 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10608 (verilog-sig-modport, verilog-signals-combine-bus)
10609 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10610 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10611 Suggested by David Rogoff.
10612 (verilog-repair-open-comma): Fix non-insertion of comma when
10613 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10614 (verilog-make-width-expression): Simplify [A-1:0] expression
10615 widths to just {A{1'b0}}.
10616 (verilog-mode): Cleanup checkdoc warnings.
10617 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10618 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10619 inputs/outputs or data type. Suggested by Vasu Kandadi.
10620 (next-error-last-buffer): Fix byte-compiler warning.
10621 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10622 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10623 or shell command text during AUTO expansion. Suggested by Tad Truex.
10624 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10625 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10626 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10627 in AUTOINOUT. Reported by Matthew Lovell.
10628 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10629 causing use of <= assignments. Reported by Alex Reed.
10630 (verilog-read-decls): Fix triand, trior, wand, wor to be
10631 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10632 (verilog-extended-complete-re): Support import "DPI-C" functions.
10633 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10634 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10635 (verilog-insert-date, verilog-insert-year)
10636 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10637 Windows systems. Reported by Michael Potts.
10638 (verilog-read-module-name): Fix AUTOINST when the child module
10639 declaration's name is a tick define. Reported by Elliot Mednick.
10640 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10641 passed to next parameter's definition. Reported by Bruce T.
10642 (verilog-read-decls): Fix detecting "parameter int" when using
10643 AUTOINSTPARAM. Reported by Bruce T.
10644 (verilog-goto-defun): Fix goto not finding modules unless first
10645 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10646 (verilog-mode): Expand -f flag arguments on entry to mode so
10647 verilog-goto-defun will work. Reported by Lawrence Butcher.
10648 (verilog-getopt): Expand environment variables in -f file
10649 arguments. Suggested by Lawrence Butcher.
10650 (verilog-set-define): Fix "Symbol's value as variable is void"
10651 when reading enumerations.
10652 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10653 Suggested by Stephen Peltan.
10654 (verilog-read-defines): Fix reading of enumerations in include
10655 files. Reported by Steve Peltan.
10656
10657 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10658
10659 * files.el (trash-directory): Fix defcustom type.
10660
10661 2009-06-28 Juri Linkov <juri@jurta.org>
10662
10663 * help-fns.el (describe-function-1): Correctly locate adviced
10664 functions in hyperlink (Bug#2438).
10665
10666 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * files.el (trash-directory): Change default to nil.
10669 (move-file-to-trash): If trash-directory is nil and
10670 system-move-file-to-trash is unbound, perform freedesktop-style
10671 trashing.
10672
10673 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10674
10675 * files.el (move-file-to-trash): Add freedesktop trash
10676 support (Bug#973).
10677
10678 2009-06-28 Glenn Morris <rgm@gnu.org>
10679
10680 * autorevert.el (global-auto-revert-non-file-buffers)
10681 (global-auto-revert-mode): Doc fixes.
10682
10683 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10684
10685 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10686
10687 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10688
10689 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10690 opened an X connection before calling x-get-resource (Bug#3194).
10691
10692 * play/doctor.el: Remove reference to obsolete website.
10693 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10694
10695 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 Remove find-file-not-found-hook VC method. (Bug#2757)
10698 * vc-hooks.el (vc-file-not-found-hook)
10699 (vc-default-find-file-not-found-hook): Remove functions.
10700 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10701 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10702 * vc.el:
10703 * vc-hg.el:
10704 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10705
10706 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10707
10708 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10709 compatibility function for `looking-back'.
10710
10711 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10712 Use `ispell-looking-back'.
10713
10714 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10715
10716 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10717 rather than `filename'.
10718
10719 2009-06-23 Miles Bader <miles@gnu.org>
10720
10721 * face-remap.el (text-scale-set): New function.
10722
10723 2009-06-23 Glenn Morris <rgm@gnu.org>
10724
10725 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10726
10727 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10728
10729 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10730
10731 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10732
10733 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10734 Simplify Persian conditionals.
10735
10736 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10737 variable `filename'.
10738
10739 * comint.el (comint-insert-input): Doc fix.
10740
10741 * Makefile.in (ELCFILES): Fix typo in previous change.
10742
10743 2009-06-23 Miles Bader <miles@gnu.org>
10744
10745 * cus-start.el: Add entry for `recenter-redisplay'.
10746
10747 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10748
10749 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10750 Add an optional argument for the backend, use it instead of
10751 calling vc-backend.
10752 (vc-mode-line): Add an optional argument for the backend.
10753 Pass the backend to vc-state and vc-working-revision. Move code for
10754 special handling for vc-state being a buffer to ...
10755
10756 * vc-rcs.el (vc-rcs-find-file-hook):
10757 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10758
10759 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10760 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10761 vc-stay-local-p and vc-mode-line calls.
10762
10763 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10764 (vc-cvs-diff, vc-cvs-annotate-command)
10765 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10766 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10767 vc-mode-line calls.
10768
10769 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10770 direct comparison.
10771 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10772 backend when calling vc-mode-line.
10773 (vc-register): Do not create a closure for calling the vc register
10774 function, call it directly.
10775
10776 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10777
10778 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10779 to make it obvious item can be clicked.
10780
10781 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10782
10783 2009-06-23 Kenichi Handa <handa@m17n.org>
10784
10785 * language/korea-util.el (korean-key-bindings): Change the binding
10786 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10787 same command.
10788
10789 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10790
10791 Sync with Tramp 2.1.16.
10792
10793 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10794
10795 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10796 when a loading of a package fails. Completion function for rsync
10797 is `tramp-completion-function-alist-ssh'.
10798 (all): Replace all calls of `split-string' and
10799 `tramp-split-string' by `tramp-compat-split-string'.
10800 (tramp-default-method): Use `tramp-compat-process-running-p'.
10801 (tramp-default-proxies-alist): Allow also Lisp forms.
10802 (tramp-remote-path): Add choice "Private Directories".
10803 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10804 (tramp-domain-regexp): Allow also "-", "_" and ".".
10805 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10806 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10807 (tramp-debug-message): Insert header line in debug buffer.
10808 (tramp-handle-directory-files-and-attributes-with-stat):
10809 Care about filenames with spaces, or starting with "-".
10810 (tramp-handle-dired-uncache): New defun.
10811 (tramp-handle-insert-directory): Don't flush the directory from
10812 cache, this is handled by `dired-uncache' now.
10813 (tramp-handle-insert-file-contents): Improve error handling.
10814 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10815 Quote `tramp-end-of-output'.
10816 (tramp-action-password): Improve trace message.
10817 (tramp-check-for-regexp): Both echoes must be present, before removing.
10818 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10819 (tramp-compute-multi-hops): Eval cons cells of
10820 `tramp-default-proxies-alist'.
10821 (tramp-maybe-open-connection): Use the same command pattern for
10822 first hop and further hops.
10823 (tramp-wait-for-output): Remove handling of newlines.
10824 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10825 (tramp-split-string): Remove function. It is handled in
10826 tramp-compat now.
10827
10828 * net/tramp-cmds.el (tramp-bug):
10829 Recommend `tramp-cleanup-all-connections' in the bug mail.
10830
10831 * net/tramp-compat.el (tramp-compat-split-string)
10832 (tramp-compat-process-running-p): New defuns.
10833
10834 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10835 for `dired-uncache'.
10836
10837 * net/tramp-gvfs.el: New package.
10838
10839 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10840 Add handler for `dired-uncache'.
10841 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10842
10843 * net/trampver.el: Update release number. Make version check fit
10844 for SXEmacs 22.
10845
10846 2009-06-22 Jim Meyering <meyering@redhat.com>
10847
10848 Automatically handle .xz suffix (XZ-compressed files), too.
10849 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10850 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10851
10852 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10853 Nick Roberts <nickrob@snap.net.nz>
10854
10855 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10856 repository (http://sphinx.net.ru/hg/gdb-mi/).
10857
10858 2009-06-22 Glenn Morris <rgm@gnu.org>
10859
10860 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10861 `mode' and `eval' entries. (Bug#3430)
10862
10863 * Makefile.in (ELCFILES): Add fadr.elc.
10864
10865 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10866 differing behavior of \n and ^ in strings. (Bug#3385)
10867
10868 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10869
10870 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10871 property.
10872 (lisp-indent-function): Make it a defcustom.
10873
10874 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10875
10876 * progmodes/gdb-ui.el: Replace with ...
10877 * progmodes/gdb-mi.el: ... this file.
10878 * progmodes/gud.el: Modify for gdb-mi.el.
10879
10880 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10881
10882 * fadr.el: New file.
10883
10884 See ChangeLog.14 for earlier changes.
10885
10886 ;; Local Variables:
10887 ;; coding: utf-8
10888 ;; End:
10889
10890 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10891
10892 This file is part of GNU Emacs.
10893
10894 GNU Emacs is free software: you can redistribute it and/or modify
10895 it under the terms of the GNU General Public License as published by
10896 the Free Software Foundation, either version 3 of the License, or
10897 (at your option) any later version.
10898
10899 GNU Emacs is distributed in the hope that it will be useful,
10900 but WITHOUT ANY WARRANTY; without even the implied warranty of
10901 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10902 GNU General Public License for more details.
10903
10904 You should have received a copy of the GNU General Public License
10905 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10906
10907 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1