* lisp/net/rcirc.el: Add support for password authentication.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-06-07 Jonathan Rockway <jon@jrock.us>
2
3 * net/rcirc.el: Add support for password authentication.
4 (rcirc-server-alist): Add :password keyword.
5 (rcirc): Ask for a password, or get it from the server's alist.
6 (rcirc-connect): Add password argument. Pass it to server.
7
8 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9
10 * net/dbus.el (dbus-register-method): Declare function.
11 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
12 (dbus-introspect): Doc fix.
13 (dbus-event-bus-name, dbus-introspect-get-interface)
14 (dbus-introspect-get-argument): Reflow docstrings.
15
16 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
17
18 * term/common-win.el (x-colors): Add "dark green" and "dark
19 turquoise" (Bug#6332).
20
21 2010-06-03 Eric Ludlam <zappo@gnu.org>
22
23 * cedet/semantic/lex-spp.el
24 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
25 invalid values during save, just save a nil (Bug#6324).
26
27 2010-06-03 Glenn Morris <rgm@gnu.org>
28
29 * desktop.el (desktop-clear-preserve-buffers):
30 Add "*Warnings*" buffer. (Bug#6336)
31
32 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
33
34 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
35
36 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
39 `file-directory-p' to the filename part rather than to the whole text.
40
41 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
42
43 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
44 (bug#6231).
45
46 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
49
50 2010-05-31 Drew Adams <drew.adams@oracle.com>
51
52 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
53
54 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
55
56 * subr.el (momentary-string-display): Just use read-event to read
57 the exit event (Bug#6238).
58
59 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
60
61 * ansi-color.el: Delete unused escape sequences (Bug#6085).
62 (ansi-color-drop-regexp): New constant.
63 (ansi-color-apply, ansi-color-filter-region)
64 (ansi-color-apply-on-region): Delete unrecognized control sequences.
65 (ansi-color-apply): Build string list before calling concat.
66
67 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
68
69 * progmodes/verilog-mode.el (verilog-type-font-keywords):
70 Use font-lock-constant-face, not obsolete font-lock-reference-face.
71
72 2010-05-27 Masatake YAMATO <yamato@redhat.com>
73
74 * htmlfontify.el (hfy-face-resolve-face): New function.
75 (hfy-face-to-style): Use it (Bug#6279).
76
77 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * epa.el (epa--select-keys): Don't explicitly delete the window since
80 that can fail (e.g. sole window in frame). Use dedication instead.
81
82 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
83
84 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
85
86 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * subr.el (read-quoted-char): Resolve modifiers after key
89 remapping (bug#6212).
90
91 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * tmm.el (tmm-prompt): Don't try to precompute bindings.
94 (tmm-get-keymap): Compute shortcuts (bug#6171).
95
96 2010-05-10 Glenn Morris <rgm@gnu.org>
97
98 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
99 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
100
101 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
102
103 * Version 23.2 released.
104
105 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
106
107 * international/mule.el (auto-coding-alist): Only purecopy
108 car of each item, not the whole list (Bug#6083).
109
110 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
111
112 * progmodes/js.el (js-mode): Make paragraph variables local before
113 calling c-setup-paragraph-variables (Bug#6071).
114
115 2010-05-01 Eli Zaretskii <eliz@gnu.org>
116
117 * composite.el (compose-region, reference-point-alist): Fix typos
118 in the doc strings.
119
120 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
121
122 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
123 gnuplot's "set" command.
124
125 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
126
127 * abbrev.el (last-abbrev-text): Doc fix.
128 (abbrev-prefix-mark): Don't escape parenthesis.
129
130 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
131
132 * composite.el (find-composition): Doc fix.
133
134 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
135
136 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
137 (sql-oracle-program, sql-sqlite-options)
138 (sql-query-placeholders-and-send): Doc fixes.
139 (sql-set-product, sql-interactive-mode): Reflow docstrings.
140 (sql-imenu-generic-expression, sql-buffer)
141 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
142 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
143 (sql-mode-sybase-font-lock-keywords)
144 (sql-mode-informix-font-lock-keywords)
145 (sql-mode-interbase-font-lock-keywords)
146 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
147 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
148 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
149 (sql-product-feature, sql-highlight-product)
150 (comint-line-beginning-position, sql-rename-buffer)
151 (sql-toggle-pop-to-buffer-after-send-region)
152 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
153 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
154 Fix typos in docstrings.
155
156 2010-04-23 Juri Linkov <juri@jurta.org>
157
158 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
159 property instead of `invisible' and `after-string' (bug#5998).
160
161 2010-04-23 Juri Linkov <juri@jurta.org>
162
163 * image-mode.el (image-mode-as-text): Fix typo in docstring.
164
165 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
166
167 * filecache.el (file-cache-add-directory-list)
168 (file-cache-add-directory-recursively): Fix typos in docstrings.
169
170 2010-04-22 Kenichi Handa <handa@m17n.org>
171
172 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
173 (gujarati-composable-pattern): Fix typo.
174
175 2010-04-20 Kenichi Handa <handa@m17n.org>
176
177 * language/indian.el (oriya-composable-pattern)
178 (tamil-composable-pattern, malayalam-composable-pattern): Add
179 two-part vowels to "v" (vowel sign).
180
181 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
182
183 * files.el (copy-directory): Handle symlinks (Bug#5982).
184
185 * progmodes/compile.el (compilation-next-error-function): Revert
186 2009-10-12 change (Bug#5983).
187
188 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
189
190 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
191 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
192 (Bug#5846).
193
194 2010-04-20 Glenn Morris <rgm@gnu.org>
195
196 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
197
198 * minibuffer.el (completion-at-point): Doc fix.
199
200 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
201
202 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
203 destroy list before using it.
204
205 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
206
207 Fix the version number for added files.
208 * vc-hg.el (vc-hg-working-revision): Check if the file is
209 registered after hg parent fails (Bug#5961).
210
211 2010-04-17 Glenn Morris <rgm@gnu.org>
212
213 * htmlfontify.el (htmlfontify-buffer)
214 (htmlfontify-copy-and-link-dir): Autoload entry points.
215
216 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
217
218 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
219 name relative to the project root (Bug#5960).
220
221 2010-04-16 Glenn Morris <rgm@gnu.org>
222
223 * vc-git.el (vc-git-print-log): Doc fix.
224
225 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
226
227 * ido.el (ido-file-internal): Fix 2009-12-02 change.
228
229 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
230
231 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
232 default settings (Bug#5928).
233
234 2010-04-10 Glenn Morris <rgm@gnu.org>
235
236 * progmodes/fortran.el (fortran-match-and-skip-declaration):
237 New function.
238 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
239
240 2010-04-07 Kenichi Handa <handa@m17n.org>
241
242 * language/indian.el (malayalam-composable-pattern): Fix previous
243 change (add U+0D4D "SIGN VIRAMA").
244 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
245 (tamil-composable-pattern): Fix typo in the regexp.
246 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
247 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
248 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
249
250 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
251
252 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
253 paragraph-separate (Bug#5821).
254
255 2010-04-05 Juri Linkov <juri@jurta.org>
256
257 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
258
259 * info.el (Info-find-node-2): Comment out code that skips
260 breadcrumbs line.
261 (Info-mouse-follow-link): New command.
262 (Info-link-keymap): New keymap.
263 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
264 Return a string with links instead of inserting breadcrumbs
265 to the Info buffer.
266 (Info-fontify-node): Comment out code that inserts breadcrumbs.
267 Instead of putting the `invisible' text property over the Info
268 header, make an overlay over the Info header with the `invisible'
269 property and `after-string' set to the string returned by
270 `Info-breadcrumbs'.
271
272 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
273
274 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
275 Reported by monkey@sandpframing.com.
276
277 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
278
279 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
280 (semantic-create-imenu-directory-index): Fix typos in docstrings.
281 (semantic-imenu-goto-function): Reflow docstring.
282
283 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
284
285 * textmodes/artist.el (artist-mode): Fix typo in docstring.
286 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
287
288 2010-03-30 Kenichi Handa <handa@m17n.org>
289
290 * language/sinhala.el (composition-function-table): Fix regexp for
291 the new Unicode specification.
292
293 * language/indian.el (devanagari-composable-pattern)
294 (tamil-composable-pattern, kannada-composable-pattern)
295 (malayalam-composable-pattern): Adjust for the new Unicode
296 specification.
297 (bengali-composable-pattern, gurmukhi-composable-pattern)
298 (gujarati-composable-pattern, oriya-composable-pattern)
299 (telugu-composable-pattern): New variables to cope with the new
300 Unicode specification. Use them in composition-function-table.
301
302 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 Make tmm-menubar work for the Buffers menu again (bug#5726).
305 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
306 vectors rather than cons cells, as used in menu-bar-update-buffers.
307
308 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
309
310 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
311 (js-insert-and-indent): Revert 2009-08-15 change, restoring
312 electric punctuation for "{}();,:" (Bug#5586).
313
314 * mail/sendmail.el (mail-default-directory): Doc fix.
315
316 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
317
318 * mail/sendmail.el (mail-default-directory): Doc fix.
319
320 2010-03-27 Eli Zaretskii <eliz@gnu.org>
321
322 * subr.el (version-regexp-alist, version-to-list)
323 (version-list-<, version-list-=, version-list-<=)
324 (version-list-not-zero, version<, version<=, version=): Doc fix.
325 (Bug#5744).
326
327 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
328 Nick Roberts <nickrob@snap.net.nz>
329
330 * progmodes/gdb-ui.el (gdb-apple-test): New function.
331 (gdb-init-1): Use it.
332
333 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
334
335 * vc.el (vc-root-diff): Doc fix.
336
337 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
338
339 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
340
341 * simple.el (append-to-buffer): Fix last change.
342
343 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
344
345 * simple.el (append-to-buffer): Ensure that point is preserved if
346 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
347 (Bug#5749)
348
349 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
352 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
353 not be present any more.
354
355 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
356
357 * faces.el (set-face-attribute): Fix typo in docstring.
358 (face-valid-attribute-values): Reflow docstring.
359
360 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
361
362 2010-03-23 Glenn Morris <rgm@gnu.org>
363
364 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
365
366 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
367
368 * indent.el (indent-for-tab-command): Doc fix.
369
370 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
371
372 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
373 (image-dired-read-comment): Doc fix.
374
375 * json.el (json-object-type, json-array-type, json-key-type)
376 (json-false, json-null, json-read-number):
377 * minibuffer.el (completion-in-region-functions):
378 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
379 (cal-tex-cursor-week):
380 * emacs-lisp/trace.el (trace-function):
381 * eshell/em-basic.el (eshell/printnl):
382 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
383 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
384 * obsolete/levents.el (allocate-event, event-key, event-object)
385 (event-point, event-process, event-timestamp, event-to-character)
386 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
387 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
388 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
389 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
390 (reftex-highlight-selection): Fix typos in docstrings.
391
392 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
393
394 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
395
396 2010-03-18 Glenn Morris <rgm@gnu.org>
397
398 * mail/rmail.el (rmail-highlight-face): Restore option deleted
399 2008-02-13 without comment; mark it obsolete.
400 (rmail-highlight-headers): Use rmail-highlight-face once more.
401
402 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
403
404 * woman.el (woman2-process-escapes): Only consume the newline if
405 the filler character is on a line by itself (Bug#5729).
406
407 2010-03-16 Kenichi Handa <handa@m17n.org>
408
409 * language/indian.el (devanagari-composable-pattern): Add more
410 consonants.
411
412 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
413
414 * net/trampver.el: Update release number.
415
416 2010-03-13 Glenn Morris <rgm@gnu.org>
417
418 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
419
420 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
421
422 * net/tramp.el (tramp-find-executable):
423 Use `tramp-get-connection-buffer'. Make the regexp for checking
424 output of "wc -l" more robust.
425 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
426 (tramp-open-connection-setup-interactive-shell): Remove workaround
427 for OpenSolaris bug, it is not needed anymore.
428
429 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
430
431 * cedet/semantic/imenu.el: New file, from the CEDET repository
432 (Bug#5412).
433
434 2010-03-12 Glenn Morris <rgm@gnu.org>
435
436 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
437
438 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
439
440 * files.el (auto-mode-alist): Accept more verilog file patterns.
441
442 2010-03-09 Miles Bader <miles@gnu.org>
443
444 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
445 instead of "format:"; this ensures that the output is
446 newline-terminated.
447
448 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
449
450 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
451 that all errors are caught, and that the return value is always a
452 list (Bug#5692).
453
454 2010-03-08 Kenichi Handa <handa@m17n.org>
455
456 * language/misc-lang.el (windows-1256): New coding system.
457 (cp1256): New alias of windows-1256 (bug#5690).
458
459 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
460
461 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
462 call to rfc822-bad-address. (Bug#5692)
463
464 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
465
466 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
467 vc-git-root as default directory for revision path (Bug#5657).
468
469 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
470
471 * calculator.el (calculator): Don't bind split-window-keep-point
472 (Bug#5674).
473
474 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * vc-git.el: Re-flow to fit into 80 columns.
477 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
478 Remove spurious `quote' element in each case alternative.
479 (vc-git-show-log-entry): Use prog1.
480 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
481
482 2010-03-06 Glenn Morris <rgm@gnu.org>
483
484 * cedet/semantic/grammar.el (semantic-grammar-header-template):
485 Update template copyright to GPLv3+.
486
487 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
490
491 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
492
493 * macros.el (insert-kbd-macro): Look up keyboard macro using the
494 definition, not the name (Bug#5481).
495
496 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
497
498 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
499 argument with a local variable. (Bug#5670)
500
501 2010-03-02 Juri Linkov <juri@jurta.org>
502
503 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
504
505 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
506
507 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
508 error when FILENAME and NEWNAME are existing remote directories.
509
510 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
511 parameter DIR-FLAG.
512
513 2010-03-02 Glenn Morris <rgm@gnu.org>
514
515 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
516 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
517
518 2010-03-01 Kenichi Handa <handa@m17n.org>
519
520 * language/burmese.el (burmese-composable-pattern): Rename from
521 myanmar-composable-pattern.
522
523 * international/characters.el (script-list):
524 * international/fontset.el (script-representative-chars):
525 Change myanmar to burmese.
526 (otf-script-alist): Likewise.
527 (setup-default-fontset): Likewise. Re-fix :otf spec.
528
529 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
530
531 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
532
533 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
534
535 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
536
537 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
538
539 * net/tramp.el (tramp-handle-write-region): START can be a string.
540 Take care in the checks. Reported by Dan Davison
541 <davison@stats.ox.ac.uk>.
542
543 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
544
545 * net/dbus.el (dbus-introspect, dbus-get-property)
546 (dbus-set-property, dbus-get-all-properties): Use
547 `dbus-call-method' when noninteractive. (Bug#5645)
548
549 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
550
551 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
552 * emacs-lisp/elint.el (elint-add-required-env):
553 * cedet/semantic/db-find.el
554 (semanticdb-find-translate-path-brutish-default):
555 * cedet/ede/make.el (ede-make-check-version):
556 * calendar/icalendar.el (icalendar--add-diary-entry):
557 * calc/calcalg2.el (math-tracing-integral):
558 * files.el (recover-session-finish): Use with-current-buffer
559 instead of save-excursion.
560
561 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 Fix in-buffer completion when after-change-functions modify the buffer.
564 * minibuffer.el (completion--replace): New function.
565 (completion--do-completion): Use it and use relative movement.
566
567 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
568
569 * international/fontset.el (setup-default-fontset): Fix :otf spec.
570
571 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
572
573 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
574 Allow the characters _<> in the stack entry (Bug#5653).
575
576 2010-02-26 Kenichi Handa <handa@m17n.org>
577
578 * language/burmese.el: Fix entries in composition-function-table.
579 (myanmar-composable-pattern): New variable.
580
581 * international/fontset.el (setup-default-fontset): Add an entry
582 for myanmar.
583
584 * international/characters.el (script-list): Add Myanmar
585 Extended-A.
586
587 2010-02-26 Glenn Morris <rgm@gnu.org>
588
589 * custom.el (custom-initialize-delay): Doc fix.
590
591 * mail/sendmail.el (send-mail-function): Autoload the call
592 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
593
594 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
595
596 * files.el (hack-local-variables-filter): For eval forms, also
597 check safe-local-variable-p (Bug#5636).
598
599 2010-02-24 Eduard Wiebe <usenet@pusto.de>
600
601 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
602 and use c(ad)r of cddr (Bug#5640).
603
604 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
605
606 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
607 setting the modes by `ignore-errors'. It might fail, for example
608 if the file is not owned by the user but the group.
609 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
610
611 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
612
613 * files.el (directory-listing-before-filename-regexp): Use
614 stricter matching for iso-style dates, to avoid false matches with
615 date-like filenames (Bug#5597).
616
617 * htmlfontify.el (htmlfontify): Doc fix.
618
619 * eshell/eshell.el (eshell): Doc fix.
620
621 * startup.el (fancy-about-screen): In mode-line, apply
622 mode-line-buffer-id face only to the buffer name (Bug#5613).
623
624 2010-02-20 Kevin Ryde <user42@zip.com.au>
625
626 * progmodes/compile.el (compilation-error-regexp-alist-alist):
627 In `watcom' anchor regexp to start of line, to avoid slowness
628 (Bug#5599).
629
630 2010-02-20 Eli Zaretskii <eliz@gnu.org>
631
632 * subr.el (remove-yank-excluded-properties): Explain in a comment
633 why `category' property is removed.
634
635 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
636
637 * isearch.el (isearch-update-post-hook, isearch-update): Revert
638 2010-02-17 change.
639
640 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
641
642 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
643 (icalendar--convert-weekly-to-ical)
644 (icalendar--convert-yearly-to-ical)
645 (icalendar--convert-block-to-ical)
646 (icalendar--convert-cyclic-to-ical)
647 (icalendar--convert-anniversary-to-ical): Take care of time
648 specifications where hour has 1-digit only (Bug#5549).
649
650 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
651
652 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
653 of disassemble output in GDB 7.1.
654
655 2010-02-19 Glenn Morris <rgm@gnu.org>
656
657 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
658 property. (Bug#5593)
659
660 2010-02-18 Sam Steingold <sds@gnu.org>
661
662 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
663
664 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 Use abbreviated file names in bookmarks (bug#5591).
667 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
668 calls to expand-file-name.
669 (bookmark-relocate): Use abbreviated file names in bookmarks.
670 (bookmark-load): Use abbreviated file names in messages.
671
672 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
673
674 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
675 expand "." and "..". Reported by Thierry Volpiatto
676 <thierry.volpiatto@gmail.com>.
677
678 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
679
680 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
681 permissions of the temporary file to "0600". In case the remote
682 file has no read permissions for the owner, there might be
683 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
684
685 22010-02-18 Glenn Morris <rgm@gnu.org>
686
687 * emacs-lisp/authors.el (authors-renamed-files-alist):
688 Add entries for INSTALL.CVS.
689
690 2010-02-17 Mark A. Hershberger <mah@everybody.org>
691
692 * vc-bzr.el: Fix typo in Known Bugs section.
693
694 * isearch.el (isearch-update-post-hook): New hook.
695 (isearch-update): Use the new hook.
696
697 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
698
699 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
700 Fix errors in copying directories.
701 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
702 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
703 (tramp-handle-delete-file)
704 (tramp-handle-dired-recursive-delete-directory)
705 (tramp-handle-write-region): Flush also the cache for the upper
706 directory.
707
708 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
709
710 * simple.el (save-interprogram-paste-before-kill): Doc fix.
711
712 * cus-edit.el (hardware): Doc fix.
713
714 * man.el (man): Add to external custom group.
715
716 * delim-col.el (columns): Move to wp custom group.
717
718 * doc-view.el (doc-view): Add to data custom group.
719
720 * cedet/data-debug.el (data-debug): Move to extensions group.
721
722 * cedet/ede.el (ede):
723 * cedet/srecode.el (srecode):
724 * cedet/semantic.el (semantic): Put in tools and extensions group.
725
726 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
727
728 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
729 by ispell-parse-output (Bug#5575).
730
731 2010-02-16 Kenichi Handa <handa@m17n.org>
732
733 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
734 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
735 (skkdic-convert): Use `euc-japan' coding system for writing.
736
737 2010-02-16 Glenn Morris <rgm@gnu.org>
738
739 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
740 tex-main-file before using it. (Bug#5562)
741
742 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
745 warnings, since it is annoying for the user to see them each time he
746 runs the code.
747
748 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
749
750 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
751 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
752 instead of PROC for caching "first-password-request". Otherwise,
753 new processes would not profit from passwords already entered.
754
755 * net/tramp-cache.el (tramp-dump-connection-properties):
756 Don't save "first-password-request" property.
757
758 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
759
760 * outline.el (outline-head-from-level):
761 * simple.el (with-wrapper-hook):
762 * cedet/ede.el (ede-run-target, project-delete-target)
763 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
764 (ede-adebug-project, ede-adebug-project-parent)
765 (ede-adebug-project-root):
766 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
767 (elint-defun, elint-buffer-env, elint-top-form-logged)
768 (elint-unbound-variable):
769 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
770 Fix typos in docstrings.
771
772 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
773
774 * files.el (insert-directory): When WILDCARD-REGEXP and
775 FULL-DIRECTORY-P are nil, insert the file entry instead of the
776 whole directory. (Bug#5551)
777
778 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
779 dired's alignment sanity. (Bug#5516)
780
781 2010-02-14 Juri Linkov <juri@jurta.org>
782
783 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
784 Remove remaining ^H with their preceding chars. (Bug#5566)
785
786 2010-02-13 Glenn Morris <rgm@gnu.org>
787
788 * simple.el (transpose-subr): Give it a doc-string.
789
790 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
791 Doc fixes.
792
793 2010-02-12 Juri Linkov <juri@jurta.org>
794
795 * arc-mode.el (archive-unique-fname): Make directories for nested
796 archives. (Bug#5540)
797
798 2010-02-12 Juri Linkov <juri@jurta.org>
799
800 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
801
802 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * subr.el (copy-overlay): Handle deleted overlays.
805
806 * man.el (Man-completion-table): Don't signal an error if we can't run
807 manual-program (bug#4056).
808
809 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
810
811 * textmodes/artist.el (artist-mt): Fix typos in docstring.
812
813 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
814
815 * info.el (Info-bookmark-jump): Simplify.
816
817 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
818 (bookmark-default-handler): Accept new bookmark field `buffer'.
819
820 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
821
822 * iswitchb.el (iswitchb-completions): Revert last change.
823
824 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
825
826 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
827 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
828 This prevents file names like "~/" being listed literally.
829
830 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
831
832 * term/xterm.el (xterm-maybe-set-dark-background-mode):
833 Remove dead code. (Bug#5546)
834
835 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
836
837 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
838 correctly (Bug#5548).
839
840 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
841
842 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
843 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
844
845 2010-02-08 Kenichi Handa <handa@m17n.org>
846
847 * international/mule-util.el (with-coding-priority): Add autoload
848 cookie for putting `lisp-indent-function'.
849
850 2010-02-07 Glenn Morris <rgm@gnu.org>
851
852 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
853 Move F2003 named interfaces from keywords-2 to keywords-1, and
854 use function-name-face rather than constant-face.
855 Simplify "abstract interface" regexp.
856
857 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
858
859 * eshell/esh-util.el (eshell-file-attributes): New optional arg
860 ID-FORMAT. Pass it to `file-attributes'.
861
862 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
863
864 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
865
866 * faces.el (set-face-attribute): Allow calling
867 internal-set-lisp-face-attribute with 'unspecified family and
868 foundry argument (Bug#5536).
869
870 2010-02-07 Glenn Morris <rgm@gnu.org>
871
872 * progmodes/f90.el (f90-font-lock-keywords-2)
873 (f90-looking-at-type-like, f90-looking-at-program-block-end):
874 Handle F2003 named interfaces.
875
876 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
877
878 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
879 beg and end before calling c-get-state-before-change-functions.
880
881 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
882
883 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
884
885 2010-02-05 Juri Linkov <juri@jurta.org>
886
887 * doc-view.el (doc-view-mode):
888 * image-mode.el (image-mode): Put property mode-class=special.
889 (Bug#4896)
890
891 2010-02-05 Mark A. Hershberger <mah@everybody.org>
892
893 * vc-svn.el (vc-svn-revision-table): New function.
894
895 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
896
897 * net/ange-ftp.el (ange-ftp-insert-directory):
898 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
899 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
900 Handle also directories. (Bug#5478)
901
902 2010-02-05 Glenn Morris <rgm@gnu.org>
903
904 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
905
906 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
907
908 * startup.el (command-line-1): Convert options beginning with a
909 single dash as well (Bug#5519).
910
911 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
914 * minibuffer.el (completion-initials-expand): Only check the presence
915 of delims *within* the boundaries, since otherwise the / delim is
916 always found for files.
917
918 Fix up various corner case problems.
919 * doc-view.el (doc-view-last-page-number): New function.
920 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
921 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
922 (doc-view-kill-proc): Avoid inf-loop in freak cases.
923 (doc-view-reconvert-doc): Use the new recursive delete-directory.
924 (doc-view-convert-current-doc): Don't create the resolution.el file
925 here any more.
926 (doc-view-pdf/ps->png): Do it here instead.
927 (doc-view-already-converted-p): Check that resolution.el is present.
928 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
929 windows that are not yet showing images.
930
931 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
932
933 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
934 `dired-uncache' for every elemnt which is an absolute file name.
935
936 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
937 directory, handle its directory component.
938 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
939 function is called permanently and creates noise, otherwise.
940
941 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
942 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
943 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
944
945 2010-02-04 David Burger <dburger@google.com> (tiny change)
946
947 * macros.el (apply-macro-to-region-lines):
948 Minor simplification. (Bug#5485)
949
950 2010-02-04 Glenn Morris <rgm@gnu.org>
951
952 * mail/rmail.el (rmail-show-message-1): Handle malformed
953 quoted-printable text. (Bug#5441)
954
955 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
956
957 * simple.el (visual-line-mode): Capitalize lighter.
958
959 2010-02-03 John Wiegley <jwiegley@gmail.com>
960
961 * iswitchb.el (iswitchb-completions): Add bookmark files to the
962 list of files considered for "virtual buffer" completions.
963
964 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
965
966 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
967 also in case of (and (not full) (not wildcard)). This is needed,
968 when dired is called with a list of files, which are not in
969 `default-directory'. (Bug#5478)
970
971 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
974
975 2010-02-02 Juri Linkov <juri@jurta.org>
976
977 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
978 from unidiff to allow function-line after @@.
979
980 2010-02-02 Juri Linkov <juri@jurta.org>
981
982 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
983 '(RCS SCCS) with inverted condition.
984
985 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
986
987 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
988 messages.
989
990 2010-02-01 Juri Linkov <juri@jurta.org>
991
992 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
993 compare with "pkunzip" and "pkzip" instead of only "pkzip".
994 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
995 only when (car archive-zip-extract) is "unzip". (Bug#5475)
996
997 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1000 (doc-view-revert-buffer): New command.
1001 (doc-view-mode-map): Use it.
1002
1003 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1004
1005 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1006 pending merge is detected.
1007
1008 2010-01-31 Juri Linkov <juri@jurta.org>
1009
1010 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1011 beginning of interactive spec like all other grep commands do.
1012 Put "all" in front of "gz". (Bug#5260)
1013
1014 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1015
1016 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1017
1018 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1019
1020 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1021 regexp is incorrect (Bug#5476).
1022
1023 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1024
1025 * net/tramp.el (tramp-handle-insert-directory): Handle also
1026 symlinks, when FILENAME is not in `default-directory'.
1027
1028 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1031 FILE is not in `default-directory'. (Bug#5478)
1032
1033 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1034 of SWITCHES. Handle the case, FILENAME is not in
1035 `default-directory'. (Bug#5478)
1036 (tramp-register-file-name-handlers): Add safe-magic property.
1037
1038 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1041 unzip (Bug#5475).
1042
1043 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1044
1045 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1046 (flymake-master-make-header-init): Add other C++ filename masks.
1047 (flymake-find-possible-master-files)
1048 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1049
1050 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1051
1052 Fix some busybox annoyances.
1053
1054 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1055 not responding." string.
1056 (tramp-open-connection-setup-interactive-shell): Dump stty
1057 settings. Enable "neveropen" arg for all `tramp-send-command'
1058 calls. Handle "=" in variable values properly.
1059 (tramp-find-inline-encoding): Raise an error, when no encoding is
1060 found.
1061 (tramp-wait-for-output): Check, whether PROC buffer is available.
1062 Remove spurious " ^H" sequences, sent by busybox.
1063 (tramp-get-ls-command): Suppress coloring, if possible.
1064
1065 2010-01-28 Glenn Morris <rgm@gnu.org>
1066
1067 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1068
1069 * log-edit.el (log-edit-strip-single-file-name): Add missing
1070 :safe, :group, and :version tags.
1071
1072 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1073
1074 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1075 buffers. (Bug#5477)
1076
1077 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1078
1079 * files.el (delete-directory): Handle moving to trash without
1080 first doing recursion (Bug#5436).
1081
1082 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1083
1084 * vc-hooks.el (vc-path): Mark as obsolete.
1085
1086 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1087
1088 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1089 names too.
1090
1091 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1092 for the short log.
1093 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1094
1095 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1096
1097 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1098
1099 * vc-bzr.el (vc-bzr-revision-table): New function.
1100
1101 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1102
1103 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1104 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1105
1106 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1107
1108 Remove support for adding --signoff on commit.
1109 Future support will use an incompatible generic mechanism.
1110 * vc-git.el (vc-git-add-signoff): Remove variable.
1111 (vc-git-toggle-signoff): Remove function.
1112 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1113
1114 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1115 from xterm-set-background-mode. Return t if the background mode
1116 was set.
1117 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1118 earlier, call it again in case the background mode has changed.
1119
1120 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1121
1122 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1123 (Bug#3541).
1124
1125 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * emacs-lisp/assoc.el (aelement): Doc fix.
1128 (aput, adelete, amake): Use lexical-let (Bug#5450).
1129
1130 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1131
1132 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1133 is the same as subprogram call, not declaration. (Bug#5435).
1134
1135 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1138 (tramp-smb-maybe-open-connection): Use it.
1139
1140 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1141
1142 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1143
1144 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1147 just because we see "encoding: 8bit".
1148 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1149
1150 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1153
1154 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1155
1156 * jka-compr.el (jka-compr-load): If load-file is not in
1157 load-history, try its file-truename version. (bug#5447)
1158
1159 2010-01-21 Alan Mackenzie <acm@muc.de>
1160
1161 Fix a situation where deletion of a cpp construct throws an error.
1162 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1163 invoking c-with-all-but-one-cpps-commented-out, check that the
1164 special cpp construct is still in the buffer.
1165 (c-parse-state): Record the special cpp with markers, not numbers.
1166
1167 2010-01-21 Kenichi Handa <handa@m17n.org>
1168
1169 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1170 process last-command-event, as it is now decoded first (Bug#5380).
1171
1172 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1175
1176 2010-01-20 Glenn Morris <rgm@gnu.org>
1177
1178 * indent.el (tab-always-indent): Fix custom-type.
1179
1180 2010-01-19 Alan Mackenzie <acm@muc.de>
1181
1182 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1183 buffer throws "args out of range".
1184 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1185 playing the role of delimiter.
1186
1187 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1188
1189 * progmodes/ada-mode.el: Fix bug#5400.
1190 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1191 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1192 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1193 Improve comments in "is" portion. Handle null procedure declaration.
1194 (ada-move-to-end): Improve doc string.
1195
1196 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1197
1198 * ido.el (ido-cur-list): Initialize to nil.
1199 Remove obsolete information from commentary.
1200 (ido-choice-list): Initialize to nil.
1201 (ido-get-bufname): Reject minibuffers.
1202 (ido-make-buffer-list): If "default" is a nonexistent
1203 buffer, ignore it, as per the function's comment.
1204 (ido-kill-buffer-internal): New function.
1205 (ido-kill-buffer-at-head): Use it.
1206 (ido-visit-buffer): Likewise.
1207
1208 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1211
1212 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1213
1214 * cedet/ede/locate.el (ede-locate-file-in-project)
1215 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1216 (ede-enable-locate-on-project): Fix typos in error messages.
1217
1218 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1219 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1220 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1221 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1222 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1223 Fix typos in menu help.
1224
1225 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1226 Fix typos in chart titles.
1227
1228 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1229 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1230 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1231 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1232 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1233 (semantic-parse-stream, semantic-parse-region)
1234 (semantic-parse-region-default, semantic--set-buffer-cache)
1235 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1236 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1237 (semantic-default-submodes):
1238 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1239 (semanticdb-create-ebrowse-database)
1240 (semanticdb-find-tags-for-completion-method)
1241 (semanticdb-find-tags-by-class-method)
1242 (semanticdb-deep-find-tags-by-name-method)
1243 (semanticdb-deep-find-tags-for-completion-method):
1244 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1245 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1246 (semanticdb-find-tags-for-completion-method)
1247 (semanticdb-find-tags-by-class-method)
1248 (semanticdb-deep-find-tags-for-completion-method):
1249 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1250 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1251 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1252 (semanticdb-find-tags-by-name-method)
1253 (semanticdb-find-tags-by-name-regexp-method)
1254 (semanticdb-find-tags-for-completion-method)
1255 (semanticdb-find-tags-by-class-method)
1256 (semanticdb-find-tags-external-children-of-type-method)
1257 (semanticdb-find-tags-subclasses-of-type-method)
1258 (semanticdb-deep-find-tags-by-name-method)
1259 (semanticdb-deep-find-tags-by-name-regexp-method)
1260 (semanticdb-deep-find-tags-for-completion-method):
1261 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1262 (semanticdb-enable-gnu-global-in-buffer)
1263 (semanticdb-find-tags-for-completion-method)
1264 (semanticdb-deep-find-tags-by-name-method)
1265 (semanticdb-deep-find-tags-for-completion-method):
1266 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1267 (javascript-mode, semanticdb-find-translate-path)
1268 (semanticdb-find-tags-for-completion-method)
1269 (semanticdb-find-tags-by-class-method)
1270 (semanticdb-deep-find-tags-by-name-method)
1271 (semanticdb-deep-find-tags-for-completion-method)
1272 (semanticdb-find-tags-external-children-of-type-method):
1273 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1274 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1275 (global-semantic-idle-scheduler-mode):
1276 * cedet/srecode/dictionary.el (srecode-field-value)
1277 (srecode-dictionary-add-section-dictionary):
1278 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1279 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1280 (describe-class, eieio-describe-generic, describe-generic):
1281 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1282 (eieio-speedbar-expand):
1283 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1284 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1285 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1286 (viper-del-backward-char-in-replace, viper-backward-indent)
1287 (viper-brac-function, viper-register-to-point, viper-submit-report):
1288 * net/tramp.el (tramp-remote-coding-commands):
1289 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1290 Fix typos in docstrings.
1291
1292 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * mail/sendmail.el (mail-yank-original): Set the mark if the
1295 specified function for yanking does not do it.
1296
1297 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1300
1301 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1302 resyncing a directory.
1303
1304 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1305
1306 * progmodes/ada-mode.el: Fix bug#1920.
1307 (ada-ident-re): Delete ., allow multibyte characters.
1308 (ada-goto-label-re): New; matches goto labels.
1309 (ada-block-label-re): New; matches block labels.
1310 (ada-label-re): New; matches both.
1311 (ada-named-block-re): Deleted; callers changed to use
1312 `ada-block-label-re' instead.
1313 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1314 Use `ada-block-label-re'.
1315 (ada-indent-on-previous-lines): Improve handling of goto labels.
1316 (ada-get-indent-block-start): Special-case block label.
1317 (ada-get-indent-label): Split into `ada-indent-block-label' and
1318 `ada-indent-goto-label'.
1319 (ada-goto-stmt-start, ada-goto-next-non-ws):
1320 Optionally ignore goto labels.
1321 (ada-goto-next-word): Simplify.
1322 (ada-indent-newline-indent-conditional): Insert newline before
1323 trying to fix indentation; doc fix.
1324
1325 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1326
1327 * calc/calc.el (calc-command-flags): Give it an initial value.
1328
1329 2010-01-17 Glenn Morris <rgm@gnu.org>
1330
1331 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1332
1333 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * cedet/semantic.el (semantic-mode):
1336 * files.el (minibuffer-with-setup-hook):
1337 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1338 (artist-key-draw-continously, artist-key-do-continously-continously)
1339 (artist-key-set-point-continously, artist-mouse-draw-continously):
1340 Fix typos in docstrings.
1341
1342 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1343
1344 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1345 return t (Bug#3898).
1346
1347 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1348
1349 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1350 can parse the output of the external commands (Bug#5279).
1351
1352 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1353
1354 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1355
1356 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1359
1360 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1361
1362 * startup.el (command-line): Remove unused --icon-type arg.
1363 Handle --display arg, passing it to command-line-1 (Bug#5392).
1364
1365 2010-01-16 Mario Lang <mlang@delysid.org>
1366
1367 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1368 * cedet/ede/files.el (ede-expand-filename):
1369 * cedet/ede/simple.el (ede-simple-project):
1370 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1371 (semantic-complete-inline-tag-engine):
1372 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1373 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1374 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1375 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1376 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1377 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1378 * emacs-lisp/chart.el (chart-translate-namezone):
1379 * textmodes/artist.el (artist-compute-popup-menu-table):
1380 Remove duplicated words in doc-strings.
1381
1382 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1383
1384 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1385 to mairix-search to suppress threading (Bug#5342).
1386
1387 2010-01-15 Kenichi Handa <handa@m17n.org>
1388
1389 * international/mule-cmds.el (canonicalize-coding-system-name):
1390 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1391
1392 2010-01-15 Glenn Morris <rgm@gnu.org>
1393
1394 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1395
1396 * wid-edit.el (widget-keymap): Doc fix.
1397
1398 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1399 former seems to be more widely accepted by various svn versions.
1400
1401 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1402
1403 * find-cmd.el (find-constituents):
1404 * vc-arch.el (vc-arch-root):
1405 * window.el (window-body-height, pop-up-frames):
1406 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1407 (semantic-no-reparse-needed-change-hook):
1408 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1409 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1410 (srecode-template-inserter-ask, srecode-template-inserter-width)
1411 (srecode-template-inserter-section-start)
1412 (srecode-template-inserter-section-end, srecode-insert-method):
1413 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1414 * progmodes/ada-stmt.el (ada-if):
1415 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1416 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1417 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1418 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1419
1420 * progmodes/flymake.el (flymake-post-syntax-check):
1421 Fix typo in error message.
1422
1423 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1424
1425 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1426 which is always a string. (Bug#5313)
1427
1428 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1429
1430 * progmodes/ada-xref.el (ada-default-prj-properties):
1431 Simplify previous change.
1432
1433 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1434
1435 * progmodes/ada-xref.el (ada-default-prj-properties):
1436 Default ada_project_path to $ADA_PROJECT_PATH.
1437
1438 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1439
1440 * progmodes/ada-mode.el (ada-create-keymap):
1441 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1442
1443 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1444
1445 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1446 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1447 (ada-get-current-indent, ada-imenu-generic-expression)
1448 (ada-which-function): Check for it.
1449
1450 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1451
1452 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1453 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1454
1455 2010-01-14 Glenn Morris <rgm@gnu.org>
1456
1457 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1458
1459 2010-01-14 Kenichi Handa <handa@m17n.org>
1460
1461 * composite.el (auto-composition-mode): Make it a buffer local
1462 variable (permanent-local).
1463 (auto-composition-function): Set the default value to
1464 auto-compose-chars.
1465 (auto-composition-mode): Make it a simple function, not a minor mode.
1466 (global-auto-composition-mode): Likewise.
1467 (turn-on-auto-composition-if-enabled): Delete it.
1468
1469 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1470
1471 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1472
1473 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1474
1475 * files.el (copy-directory): Compute target for recursive
1476 directories with identical names. (Bug#5343)
1477
1478 2010-01-12 Glenn Morris <rgm@gnu.org>
1479
1480 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1481 it to bug-gnu-emacs rather than emacs-pretest-bug.
1482
1483 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * cedet/data-debug.el (data-debug): Fix customization group reference.
1486
1487 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1488
1489 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1490 (semantic-analyze-context, semantic-analyze-context-assignment)
1491 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1492 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1493 (semantic-java-doc-keywords-map):
1494 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1495 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1496 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1497 (semantic-c-classname, semantic-format-tag-uml-prototype)
1498 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1499 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1500 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1501 (semantic-get-local-variables, semantic-end-of-command)
1502 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1503 (lisp-mode):
1504 * cedet/semantic/bovine/make.el (makefile-mode):
1505 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1506 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1507 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1508 (semantic-lex, semantic-get-local-variables, python-mode):
1509 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1510 * cedet/srecode/extract.el (srecode-extract-state-set)
1511 (srecode-extract-method): Fix typos in docstrings.
1512
1513 2010-01-11 Sam Steingold <sds@gnu.org>
1514
1515 * imenu.el (imenu-default-create-index-function): Detect infinite
1516 loops caused by imenu-prev-index-position-function.
1517
1518 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * htmlfontify.el (htmlfontify-load-rgb-file)
1521 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1522 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1523 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1524 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1525 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1526 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1527 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1528 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1529 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1530 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1531 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1532 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1533 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1534 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1535 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1536 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1537 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1538 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1539 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1540 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1541 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1542 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1543 backslash-quoting from parentheses, etc.
1544
1545 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * progmodes/js.el: Autoload javascript-mode alias.
1548
1549 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1552 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1553 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1554 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1555 Fix typos in docstrings.
1556 (ffap-url-regexp): Doc fix.
1557 (ffap-at-mouse): Fix typo in message.
1558
1559 2010-01-11 Glenn Morris <rgm@gnu.org>
1560
1561 * version.el (emacs-copyright): Set copyright year to 2010.
1562
1563 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * format.el (format-annotate-function): Only set
1566 write-region-post-annotation-function after running to-fn so as not to
1567 affect nested write-region calls (bug#5273).
1568
1569 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1570
1571 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1572 Add python parser.
1573
1574 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1575 wisent/python.el.
1576
1577 2010-01-10 Richard Kim <emacs18@gmail.com>
1578
1579 * cedet/semantic/wisent/python-wy.el:
1580 * cedet/semantic/wisent/python.el: New files.
1581
1582 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * man.el (Man-goto-section): Signal error if the section is not
1585 found (Bug#5317).
1586
1587 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1588
1589 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1590 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1591
1592 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * progmodes/compile.el: Don't treat compile-command as safe if
1595 compilation-read-command might be nil (Bug#4218).
1596
1597 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1598
1599 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1600 NS options.
1601
1602 2010-01-08 Kenichi Handa <handa@m17n.org>
1603
1604 * international/fontset.el (build-default-fontset-data):
1605 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1606
1607 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1610 to `create-file-buffer' as it expects, not just a buffer name.
1611 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1612 to help uniquify. (Bug#3224)
1613
1614 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1615
1616 * font-setting.el (font-setting-change-default-font): Use user-spec
1617 instead of name.
1618
1619 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1620
1621 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1622
1623 2010-01-05 Tom Tromey <tromey@redhat.com>
1624
1625 * progmodes/python.el (python-font-lock-keywords):
1626 Handle qualified decorators (Bug#881).
1627
1628 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1629
1630 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1631 in a lightweight checkout.
1632
1633 2010-01-05 Kenichi Handa <handa@m17n.org>
1634
1635 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1636
1637 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1638
1639 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1640
1641 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1642
1643 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1644 checkouts. (Bug#618)
1645 (vc-bzr-log-view-mode): Also highlight the author.
1646 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1647 (vc-bzr-shelve-menu-map):
1648 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1649 (vc-bzr-shelve-apply): Make prompt more explicit.
1650
1651 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1654 They are valid characters in URL paths (rfc3986), and at least
1655 Firefox does not understand the encoded version (Bug#3166).
1656
1657 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1658
1659 * progmodes/octave-mod.el (octave-end-keywords)
1660 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1661 Add "end" keyword (Bug#3061).
1662 (octave-end-as-array-index-p): New function.
1663 (calculate-octave-indent): Use it.
1664
1665 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1666
1667 * bookmark.el: Consistently put the text property on the bookmark name.
1668 (bookmark-bmenu-marks-width): Bump back to 2, to include
1669 annotation marks.
1670 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1671 property on the bookmark name, instead of not putting it at all.
1672 (bookmark-bmenu-list): Fix where we put the text property.
1673
1674 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1675
1676 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1677 for showing buffer modified state (as added in the previous change).
1678
1679 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1680
1681 * bookmark.el: Show modified state of bookmark buffer more accurately.
1682 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1683 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1684 (with-buffer-modified-unmodified): New macro.
1685 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1686 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1687 Use new macro to preserve the buffer modified state.
1688
1689 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1690
1691 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1692 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1693 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1694 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1695 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1696 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1697 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1698
1699 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1700
1701 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1702 Make the lines in the generated doc string shorter. (Bug#4668)
1703
1704 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1705
1706 * net/rcirc.el: Add follow-link binding (Bug#4738).
1707
1708 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1709
1710 * Makefile.in (bzr-update): Rename from cvs-update.
1711 (cvs-update): New target for backward compatibility.
1712
1713 * makefile.w32-in (bzr-update): Rename from cvs-update.
1714 (cvs-update): New target for backward compatibility.
1715
1716 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1717
1718 * bookmark.el: Remove gratuitous gratitude.
1719
1720 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1721
1722 * bookmark.el (bookmark-bmenu-any-marks): New function
1723 (bookmark-bmenu-save): Clear buffer modification if no marks.
1724
1725 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1726
1727 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1728 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1729 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1730 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1731
1732 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1733 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1734 To: emacs-devel {_AT_} gnu.org
1735 Subject: bookmark.el bug report
1736 Date: Mon, 28 Dec 2009 14:19:16 +0800
1737 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1738
1739 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1740
1741 * bookmark.el: Improvements suggested by Drew Adams:
1742 (bookmark-bmenu-ensure-position): New name for
1743 `bookmark-bmenu-check-position'. Just ensure the position,
1744 don't return any meaningful value.
1745 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1746 New constants.
1747
1748 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1751 (bookmark-yank-point, bookmark-bmenu-check-position):
1752 Fix typos in docstrings.
1753 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1754 (bookmark-name-from-full-record, bookmark-get-position)
1755 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1756 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1757 Remove useless quoting of parenthesis, etc. in docstrings.
1758
1759 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1760 (ediff-append-custom-diff): Fix typo in error message.
1761 (ediff-meta-mark-equal-files): Fix typos in messages.
1762
1763 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1764
1765 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1766 Fix typo in docstring.
1767
1768 * net/imap-hash.el (imap-hash-make): Doc fix.
1769 (imap-hash-test): Fix typo in error message; reflow docstring.
1770 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1771 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1772 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1773 Fix typos in docstrings.
1774 (imap-hash-open-connection): Fix typo in error message.
1775
1776 * play/gomoku.el (gomoku): Fix typos in docstring.
1777
1778 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1779 (gdb-jsonify-buffer): Fix typos in docstring.
1780 (gdb-goto-breakpoint): Fix typo in error message.
1781 ("Display Other Windows"): Fix typo in help message.
1782 (gdb-speedbar-expand-node): Fix typo in question.
1783
1784 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1785 (idlwave-html-system-help-location, idlwave-html-help-location)
1786 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1787 (idlwave-help-browser-generic-args, idlwave-help-directory)
1788 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1789 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1790 (idlwave-online-help, idlwave-help-html-link)
1791 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1792 Fix typos in docstrings.
1793 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1794 Reflow docstrings.
1795 (idlwave-help-assistant-start): Fix typo in error message.
1796
1797 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1798 (octave-electric-space): Fix typos in docstrings.
1799
1800 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1803
1804 2010-01-01 Juri Linkov <juri@jurta.org>
1805
1806 * comint.el (comint-input-ring-size): Make it a defcustom and
1807 increase the default to 500 (Bug#5148).
1808
1809 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1810
1811 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1812 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1813 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1814
1815 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1816
1817 Show working revision correctly for mercurial.
1818 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1819 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1820
1821 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1822
1823 Declare some functions for the byte-compiler.
1824 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1825 (speedbar-timer-fn, speedbar-change-expand-button-char)
1826 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1827
1828 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1829
1830 This changeset reverts GDB Graphical Interface to use annotations.
1831 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1832
1833 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1834
1835 Make vc-dir work on subdirectories of the bzr root.
1836 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1837 file names relative to it.
1838 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1839 relative directory to vc-bzr-after-dir-status.
1840
1841 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1842
1843 * font-lock.el (font-lock-refresh-defaults): New function, which
1844 can be used to let font-lock react to external changes in
1845 variables like font-lock-defaults and keywords.
1846 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1847
1848 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1849
1850 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1851
1852 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1853
1854 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1855
1856 Supersede color.diff settings in git log (bug#5211).
1857
1858 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1859 escape chars in its output when the user has color.diff set to `always'.
1860 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1861
1862 2009-12-26 Kevin Ryde <user42@zip.com.au>
1863
1864 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1865 node. Keep previous "Index" name to work with past coreutils too.
1866
1867 * man.el (man): Revise docstring a bit to show -a and -l as
1868 examples. Add -k description since support for it has otherwise
1869 been a secret. (Further to bug#3717.)
1870 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1871 "no matches" rather than "Can't find manpage", as the latter reads
1872 like -k was interpreted as a page name, which is not so. (Bug#5431)
1873
1874 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
1875
1876 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1877 switches. Check also for //SUBDIRED// line.
1878
1879 2009-12-25 Kenichi Handa <handa@m17n.org>
1880
1881 * language/indian.el (devanagari-composable-pattern): Fixed to
1882 handle ZWNJ and ZWJ. Use it in composition-function-table for
1883 Devanagari.
1884 (malayalam-composable-pattern): Fix previous change.
1885
1886 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1887
1888 * ps-print.el (ps-face-attributes): It was not returning the
1889 attribute face for faces specified as string. Reported by harven
1890 <harven@free.fr>.
1891 (ps-print-version): New version 7.3.5.
1892
1893 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1894
1895 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1896 timezone names.
1897 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1898 (icalendar--add-diary-entry): Remove the trailing blank that
1899 diary-make-entry inserts.
1900
1901 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
1902
1903 Make `file-expand-wildcards' work for remote files.
1904
1905 * files.el (file-expand-wildcards): In case of remote files, check
1906 only local file name part for wildcards. Provide feature 'files
1907 and subfeature 'remote-wildcards. (Bug#5198)
1908
1909 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1910 if there is already an established connection.
1911 (tramp-advice-file-expand-wildcards): Remove it.
1912
1913 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1914 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1915 Activate advice for older GNU Emacs versions. (Bug#5237)
1916
1917 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
1918
1919 Some doc fixes (more needed).
1920
1921 * find-cmd.el (find-constituents): Reflow docstring.
1922 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1923 (find-generic): Doc fix.
1924
1925 2009-12-17 Juri Linkov <juri@jurta.org>
1926
1927 Fix regression from 23.1 to allow multiple modes in Local Variables.
1928
1929 * files.el (hack-local-variables-filter): While ignoring duplicates,
1930 don't take `mode' into account.
1931 (hack-local-variables-filter, hack-dir-local-variables): Don't
1932 remove duplicate `mode' from local-variables-alist (like `eval').
1933
1934 2009-12-17 Juri Linkov <juri@jurta.org>
1935
1936 Make `dired-diff' more safe. (Bug#5225)
1937
1938 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1939 `current' or when `file' is a directory of the `current' file.
1940
1941 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1942
1943 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1944 unconditionally preloaded files.
1945
1946 2009-12-16 Juri Linkov <juri@jurta.org>
1947
1948 Revert to old 23.1 logic of using the file at the mark as default.
1949 * dired-aux.el (dired-diff): Use the file at the mark as default
1950 if it's not the same as the current file, and the target dir is
1951 the current dir or the mark is active. Add the current file
1952 as the arg of `dired-dwim-target-defaults'. Use the default file
1953 in the prompt. (Bug#5225)
1954
1955 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
1956
1957 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1958 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1959 (tramp-check-for-regexp): Check also, when an echoing shell stops
1960 to echo sent commands.
1961
1962 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * Makefile.in: Revert last change (Bug#5191).
1965
1966 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1967
1968 * vc-hg.el (vc-hg-print-log): Fix argument order.
1969 (vc-hg-working-revision): Make sure the command is executed in a
1970 known environment so that we can parse the output. (Bug#4417)
1971
1972 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * progmodes/python.el (python-symbol-completions): Remove text
1975 properties from symbol string before calling python-send-receive.
1976
1977 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1978
1979 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1980 when there are values for both file and line. (Bug#5060)
1981
1982 2009-12-14 Juri Linkov <juri@jurta.org>
1983
1984 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1985 whitespace after the file name of the first line of unified format,
1986 because git-diff doesn't output whitespace and file modification time
1987 after the file name.
1988
1989 2009-12-14 David Kastrup <dak@gnu.org>
1990
1991 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1992 check if it already has the `display' property added by
1993 `Info-display-images-node', and not put the `invisible' property
1994 in this case.
1995
1996 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1999 (semantic-mru-bookmark-mode): Doc fixes.
2000
2001 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2002 of assert.
2003
2004 2009-12-13 Glenn Morris <rgm@gnu.org>
2005
2006 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2007 (report-emacs-bug): In message-mode, sort manually before storing
2008 original report text. (Bug#5178)
2009 Remove superfluous save-excursion.
2010
2011 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2014 when responding to "GetAll" properties.
2015
2016 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * simple.el (compose-mail): Remove mail-setup-with-from from
2019 customization checks.
2020
2021 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2022
2023 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2024 RAR archives created on Unix systems.
2025
2026 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2029 the varalias that was accidentally removed by the 2009-11-19 change
2030 (bug#5186).
2031
2032 2009-12-12 Kenichi Handa <handa@m17n.org>
2033
2034 * language/indian.el (indian-compose-regexp): New function.
2035 (malayalam-composable-pattern): Fix the pattern.
2036 (composition-function-table): Set malayalam-composable-pattern for
2037 Malayalam characters.
2038
2039 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2042 rather than down-mouse-1, based on follow-link conventions.
2043
2044 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2045 are compiled.
2046
2047 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2048
2049 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2050 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2051 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2052 (verilog-leap-to-head, verilog-backward-token):
2053 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2054
2055 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2056
2057 * progmodes/verilog-mode.el (verilog-auto-lineup)
2058 (verilog-nameable-item-re): Cleanup user-visible spelling and
2059 documentation errors. One reported by Gary Delp.
2060 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2061 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2062 package, bug195. Reported by Pierre-David Pfister.
2063
2064 2009-12-11 Glenn Morris <rgm@gnu.org>
2065
2066 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2067
2068 * mail/emacsbug.el: No longer require sendmail.
2069 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2070 (report-emacs-bug-orig-text): Doc fix.
2071 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2072 New local variables, to adapt to different mail-user-agents.
2073 (report-emacs-bug): Fix test for a gnu.org address.
2074 Use overlays for emphasis, since font-lock defeats 'face property.
2075 Pretest bugs also end up at the newsgroup these days.
2076 Stop message-mode stripping text properties.
2077 Set and use the new buffer-local variables.
2078 (report-emacs-bug-hook): Add doc-string.
2079 Remove some unnecessary save-excursions and simplify.
2080 Use the appropriate hook and send-command.
2081
2082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2083 capitalization of some menu entries.
2084
2085 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2086
2087 * whitespace.el (whitespace-display-char-on): Ensure
2088 `buffer-display-table' is unique when two or more windows are
2089 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2090 New version 12.1.
2091
2092 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2093
2094 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2095 characters in the Attribute field.
2096
2097 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2098
2099 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2100
2101 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2104 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2105 Disregard autoload-excludes.
2106 (update-directory-autoloads): Obey autoload-excludes here instead.
2107 But don't store its contents in no-autoloads and remove entries that
2108 refer to excludes files.
2109
2110 2009-12-10 Glenn Morris <rgm@gnu.org>
2111
2112 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2113 (expand-mail-aliases): Define for compiler.
2114
2115 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2116 Define for compiler.
2117
2118 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2119 appropriate for the mail-user-agent in use.
2120
2121 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2124
2125 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2126
2127 Fix short log parsing and fontification.
2128 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2129 Fix fontification for the [merge] label.
2130
2131 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2132
2133 Drop some properties to avoid surprises.
2134 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2135 (hfy-fontify-buffer): Use it.
2136
2137 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 Minor cleanup.
2140 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2141 Adjust all callers.
2142 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2143 args compulsory. Adjust callers.
2144 (ffap-gopher-at-point): Remove unused var `name'.
2145
2146 Get rid of the ELCFILES abomination.
2147 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2148 (compile-elcfiles): New phony target.
2149 (compile-main): Compute ELCFILES dynamically.
2150 (compile-clean): New target to remove left-over elc files.
2151 (compile, all): Use it.
2152
2153 2009-12-09 Kenichi Handa <handa@etlken>
2154
2155 * international/mule-diag.el: Require help-mode instead of help-fns.
2156
2157 2009-12-09 Kenichi Handa <handa@m17n.org>
2158
2159 * international/mule-cmds.el (ucs-names): Supply sufficiently
2160 fine ranges instead of pre-calculating accurate ranges.
2161 Iterate with bigger gc-cons-threshold.
2162
2163 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2164
2165 Add support for stashing a snapshot of the current tree.
2166 * vc-git.el (vc-git-stash-snapshot): New function.
2167 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2168
2169 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2170
2171 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2172 instead of `(beginning|end)-of-line'.
2173
2174 2009-12-08 Glenn Morris <rgm@gnu.org>
2175
2176 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2177
2178 * Makefile.in (ELCFILES): Regenerate.
2179
2180 2009-12-07 Juri Linkov <juri@jurta.org>
2181
2182 Don't lazy-highlight the comint output in history Isearch mode.
2183
2184 * comint.el (comint-history-isearch-search): Instead of
2185 `comint-line-beginning-position', use `comint-after-pmark-p'
2186 to check if point if before the process mark, and go to
2187 `process-mark' in this case.
2188
2189 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * textmodes/tex-mode.el (latex-complete)
2192 (latex-indent-or-complete): Remove.
2193 (latex-mode): Set completion-at-point-functions instead.
2194
2195 Provide a standard completion command and hook it into TAB.
2196 * minibuffer.el (completion-at-point-functions): New var.
2197 (completion-at-point): New command.
2198 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2199 * progmodes/python.el (python-mode-map): Use completion-at-point.
2200 (python-completion-at-point): Rename from python-partial-symbol and
2201 adjust for use in completion-at-point-functions.
2202 (python-mode): Setup completion-at-point for Python completion.
2203 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2204 extracted from lisp-complete-symbol.
2205 (lisp-complete-symbol): Use it.
2206 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2207 setup completion-at-point for Elisp completion.
2208 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2209 Use completion-at-point.
2210 * ielm.el (ielm-map): Use completion-at-point.
2211 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2212 * progmodes/sym-comp.el: Move to...
2213 * obsolete/sym-comp.el: Move from progmodes.
2214
2215 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2216
2217 Prevent save-buffer in Rmail buffers from using the coding-system
2218 of the current message, and from clobbering the encoding mnemonics
2219 in the mode line (Bug#4623).
2220
2221 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2222 flag, too.
2223 (rmail-message-encoding): New variable.
2224 (rmail-write-region-annotate): Record the encoding of the current
2225 message in rmail-message-encoding.
2226 (rmail-after-save-hook): New function, restores the encoding of
2227 the current message after the message collection is saved.
2228
2229 2009-12-07 Juri Linkov <juri@jurta.org>
2230
2231 * progmodes/grep.el (grep-read-files): Use `completing-read'
2232 instead of `read-string'. Set its `collection' arg to
2233 `read-file-name-internal'. (Bug#4301)
2234
2235 2009-12-07 Juri Linkov <juri@jurta.org>
2236
2237 Correctly restore original Isearch point. (Bug#4994)
2238
2239 * isearch.el (isearch-mode): Move `isearch-push-state' after
2240 `(run-hooks 'isearch-mode-hook)'.
2241 (isearch-cancel): When `isearch-push-state-function' is defined,
2242 let-bind `isearch-cmds' to the first state (the last element of
2243 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2244 function and restores the original point). Otherwise, move point
2245 to `isearch-opoint'.
2246
2247 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2250 chars that don't have names, so the table can be built much faster at
2251 run-time.
2252
2253 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2256 change. Suggested by David Kastrup.
2257
2258 * simple.el (compose-mail): Check for incompatibilities and warn.
2259 (compose-mail-user-agent-warnings): New option.
2260
2261 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 Support showing a single log entry from vc-annotate.
2264 * vc.el (print-log): Add a new argument: START-REVISION.
2265 (vc-print-log-internal): Add a new optional argument and
2266 pass it to the backend.
2267 (vc-print-log, vc-print-root-log): Adjust callers.
2268 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2269 buffer already displays the requested log entry, use it.
2270 Otherwise display only the log entry in question.
2271 * vc-svn.el (vc-svn-print-log):
2272 * vc-mtn.el (vc-mtn-print-log):
2273 * vc-hg.el (vc-hg-state):
2274 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2275 (vc-git-show-log-entry): Return t on success.
2276 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2277 (vc-bzr-show-log-entry): Return t on success.
2278 * vc-rcs.el (vc-rcs-print-log):
2279 * vc-sccs.el (vc-sccs-print-log):
2280 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2281
2282 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2283
2284 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2285 Add menus to the meta mode. (Bug#5043)
2286
2287 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2288
2289 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2290 event-key.
2291
2292 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2293
2294 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2295
2296 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2297 Berbain <raphael.berbain@gmail.com>.
2298
2299 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2300 characters.
2301 (tramp-initial-end-of-output): New defconst.
2302 (tramp-methods, tramp-find-shell)
2303 (tramp-open-connection-setup-interactive-shell)
2304 (tramp-maybe-open-connection): Use it.
2305 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2306 existence of `#' and `$'.
2307
2308 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2309 `tramp-initial-end-of-output'.
2310
2311 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2312
2313 Get the background mode from the terminal for xterm, and set
2314 faces accordingly.
2315 * term/xterm.el (xterm-set-background-mode): New function.
2316 (terminal-init-xterm): Use it in case xterm supports background
2317 color queries. Recompute faces after getting the background
2318 color.
2319
2320 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2321
2322 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2323 number comment back on its own line, for easier parsing.
2324
2325 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 Make it work for non-file buffers (bug#5102).
2328 * doc-view.el (doc-view-current-cache-dir):
2329 Use doc-view-buffer-file-name rather than buffer-file-name.
2330 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2331
2332 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2333
2334 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2335 author field is too short.
2336
2337 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2338
2339 * vc-git.el (vc-git-print-log): Handle a limit argument.
2340 Display the short log in graph form and with labels.
2341 (vc-git-log-view-mode): Handle labels.
2342
2343 Make vc-revert change VC state from 'added to 'unregistered.
2344 * vc-git.el (vc-git-revert): Call git reset first.
2345
2346 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2347
2348 * net/newst-backend.el, net/newst-plainview.el:
2349 * net/newst-reader.el, net/newst-ticker.el:
2350 * net/newst-treeview.el, net/newsticker.el:
2351 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2352
2353 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2356
2357 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2358 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2359 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2360 Update annotation regexp.
2361
2362 * simple.el (beginning-of-visual-line): Constrain to field
2363 boundaries (Bug#5106).
2364
2365 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2366
2367 * xml.el (xml-substitute-numeric-entities): Move
2368 newsticker--decode-numeric-entities in newst-backend.el to
2369 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2370 * net/newst-backend.el (newsticker--parse-generic-feed)
2371 (newsticker--parse-generic-items)
2372 (newsticker--decode-numeric-entities): Move
2373 newsticker--decode-numeric-entities in newst-backend.el to
2374 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2375
2376 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2377
2378 * progmodes/js.el (js--js-not): Add null to the list of values.
2379
2380 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2383
2384 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2385
2386 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2387 delimiter if it is at the end of the current line.
2388 (bibtex-generate-url-list): Fix docstring.
2389
2390 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2393 minibuffer's content with itself.
2394 Fold the confirm-after-completion case into the `confirm' case.
2395 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2396
2397 2009-12-06 Kevin Ryde <user42@zip.com.au>
2398
2399 * ffap.el (ffap-rfc-path): Make this a defcustom since
2400 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2401
2402 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2403 manuals, similar to existing setup for help-mode. (Bug#3913.)
2404
2405 2009-12-05 Juri Linkov <juri@jurta.org>
2406
2407 Save and restore dired buffer's point positions too. (Bug#4880)
2408
2409 * dired.el (dired-save-positions): Return in the first element
2410 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2411 Doc fix.
2412 (dired-restore-positions): First restore buffer's position.
2413 While restoring window's positions, check if window still displays
2414 the original buffer.
2415
2416 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2419 if possible.
2420
2421 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2422 Make argument optional.
2423
2424 * shell.el (shell): Require ansi-color (Bug#5113).
2425
2426 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2427
2428 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2429
2430 2009-12-05 Alan Mackenzie <acm@muc.de>
2431
2432 * progmodes/cc-mode.el (c-before-hack-hook)
2433 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2434 `c-file-style' to work again. This reversion restores the current
2435 software to its state in Emacs 23.1. (Bug#4146)
2436
2437 2009-12-05 Kevin Ryde <user42@zip.com.au>
2438
2439 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2440 comment-start-skip to comment-end-skip as comment (Bug#4781).
2441
2442 2009-12-05 Juri Linkov <juri@jurta.org>
2443
2444 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2445 for virtual nodes. (Bug#4147)
2446 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2447 when moving from a virtual node.
2448 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2449 (Info-mode): Add `Info-virtual-index' to the docstring.
2450
2451 2009-12-05 Eric Ludlam <zappo@gnu.org>
2452
2453 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2454 Describe project macro symbols.
2455
2456 * cedet/semantic/complete.el (semantic-complete-do-completion):
2457 Don't call semantic-collector-current-exact-match.
2458
2459 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2460 ede-objects as targets.
2461
2462 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2463 a target's object list even if compiler vars are already in the
2464 Makefile.
2465
2466 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2467 list of headers producing necessary macros.
2468
2469 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2470
2471 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2472 track of the buffer position of the end of a BibTeX entry as this
2473 position may change during reformatting.
2474 (bibtex-format-entry): Remove whitespace before processing
2475 numerical fields so that we recognize the latter properly.
2476 (bibtex-reformat): Do not use push which changes the global value
2477 of bibtex-entry-format.
2478 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2479 (bibtex-field-re-init): Replace only space characters by regexp
2480 for whitespace.
2481 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2482 (bibtex-initialize): Also update bibtex-strings.
2483 (bibtex-kill-field): Preserve white space at end of entry.
2484 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2485 Update bibtex-reference-keys.
2486
2487 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2490 point after a star, if that's the only place where modifications can
2491 make progress.
2492
2493 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2494
2495 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2496 in docstrings.
2497
2498 2009-12-04 Juri Linkov <juri@jurta.org>
2499
2500 * proced.el (proced): Call `(proced-update t)' to update process
2501 information instead of only running proced-post-display-hook.
2502 (proced-send-signal): Add a leading space to the buffer name
2503 " *Marked Processes*" to make this buffer ephemeral.
2504
2505 2009-12-04 Juri Linkov <juri@jurta.org>
2506
2507 * dired.el (dired-auto-revert-buffer): New defcustom.
2508 (dired-internal-noselect): Use it.
2509
2510 2009-12-04 Juri Linkov <juri@jurta.org>
2511
2512 Change roles of modes and functions in image-mode.el (Bug#5062).
2513
2514 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2515 in `auto-mode-alist'.
2516 (image-mode-previous-major-mode): New variable.
2517 (image-minor-mode-map): Rename from `image-mode-text-map'.
2518 (image-mode): Move graceful error-handling code from
2519 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2520 (image-minor-mode): Remove all image-handling code.
2521 Replace `image-mode-text-map' with `image-minor-mode-map'.
2522 Check for `image-type' in mode-line format string.
2523 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2524 (image-mode-as-text): New function with most code from
2525 `image-mode-maybe'.
2526 (image-toggle-display-text): Move code that removes image
2527 properties from `image-toggle-display' to here.
2528 (image-toggle-display-image): New function with code that adds
2529 image properties copied from `image-toggle-display'.
2530 (image-toggle-display): Remove most code with leaving only code
2531 that toggles between `image-mode-as-text' and `image-mode'.
2532
2533 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2534
2535 * net/newst-treeview.el
2536 (newsticker--treeview-list-highlight-start): Restored call to
2537 save-excursion: Selected item was stuck.
2538 (newsticker--treeview-list-select): New.
2539 (newsticker--treeview-item-show-text)
2540 (newsticker--treeview-item-show)
2541 (newsticker--treeview-item-update): Use new
2542 newsticker-treeview-item-mode.
2543 (newsticker-treeview-update): Keep current item.
2544 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2545 (newsticker--treeview-first-feed): Doc change.
2546 (newsticker-treeview-list-menu)
2547 (newsticker-treeview-item-menu): Added menu entries.
2548 (newsticker-treeview-item-mode): New.
2549
2550 * net/newst-backend.el (newsticker-customize): Delete other
2551 windows.
2552
2553 2009-12-04 Sam Steingold <sds@gnu.org>
2554
2555 * log-view.el (log-view-mode-map): "q" calls quit-window,
2556 like in all the other non-self-insert buffers.
2557
2558 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 Minor cleanup.
2561 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2562 key decoding rather than do it manually via last-input-event +
2563 ascii-character.
2564 (term-exec): Use delete-and-extract-region.
2565 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2566 (term-process-pager): Remove unused var `i'.
2567 (term-dynamic-simple-complete): Make obsolete.
2568 (serial-update-config-menu): Remove unused vars `y' and `str'.
2569 (term-update-mode-line): Remove unused var `temp'.
2570
2571 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2572
2573 Limit the number of log entries displayed by default.
2574 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2575 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2576 using a prefix argument.
2577
2578 2009-12-03 Glenn Morris <rgm@gnu.org>
2579
2580 * progmodes/idlwave.el (class): Restore still useful declaration.
2581
2582 2009-12-03 Alan Mackenzie <acm@muc.de>
2583
2584 Enhance `c-parse-state' to run efficiently in "brace deserts".
2585
2586 * progmodes/cc-mode.el (c-basic-common-init):
2587 Call c-state-cache-init.
2588 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2589 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2590 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2591
2592 * progmodes/cc-langs.el (c-before-font-lock-function):
2593 c-extend-and-neutralize-syntax-in-CPP has been renamed
2594 c-neutralize-syntax-in-and-mark-CPP.
2595
2596 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2597 with `category' properties now, not `syntax-table' ones.
2598
2599 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2600 enhanced (but slower) version of c-end-of-macro that won't land
2601 inside a literal or on another awkward character.
2602 (c-state-cache-too-far, c-state-cache-start)
2603 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2604 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2605 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2606 (c-state-min-scan-pos, c-state-brace-pair-desert)
2607 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2608 buffer local variables.
2609 (c-state-literal-at, c-state-lit-beg)
2610 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2611 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2612 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2613 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2614 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2615 (c-renarrow-state-cache)
2616 (c-append-lower-brace-pair-to-state-cache)
2617 (c-state-push-any-brace-pair, c-append-to-state-cache)
2618 (c-remove-stale-state-cache)
2619 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2620 (c-invalidate-state-cache-1, c-parse-state-1)
2621 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2622 (c-parse-state): Enhance and refactor.
2623 (c-debug-parse-state): Amend to deal with all the new variables.
2624
2625 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2626 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2627 modify to use category text properties rather than syntax-table ones.
2628 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2629 to switch off/on the syntactic paren property of C++ template
2630 delimiters using the category property.
2631 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2632 template delims suppressed.
2633 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2634 New constant/macros which apply category properties to the start
2635 and end of preprocessor constructs.
2636 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2637 "comment out" the syntactic value of characters in preprocessor
2638 constructs.
2639 (c-with-cpps-commented-out)
2640 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2641 with characters in all or all but one preprocessor constructs
2642 "commented out".
2643
2644 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2645
2646 * proced.el (proced-filter-alist): Use regexp-quote.
2647
2648 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2649
2650 Cleanup.
2651 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2652 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2653 arguments. Expand `default-directory'.
2654
2655 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2656 the benefit of returning an expanded localname.
2657 (tramp-tramp-file-p): Handle the case NAME is not a string.
2658
2659 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2660
2661 Add support for bzr shelve/unshelve.
2662 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2663 (vc-bzr-extra-menu-map): New variables.
2664 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2665 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2666 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2667 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2668 (vc-bzr-dir-extra-headers): Display shelves.
2669
2670 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2671
2672 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * textmodes/bibtex.el (bibtex-complete-internal):
2675 Use completion-in-region.
2676 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2677
2678 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2679
2680 Support applying stashes. Improve UI.
2681 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2682 (vc-git-stash-apply, vc-git-stash-pop)
2683 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2684 (vc-git-stash-menu): New functions.
2685 (vc-git-stash-menu-map): New variable.
2686 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2687
2688 2009-12-03 Glenn Morris <rgm@gnu.org>
2689
2690 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2691 (vc-print-log-internal): Fix previous change.
2692 (vc-revert): Correct pluralization.
2693
2694 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2697 it to be an alist any more.
2698 (makefile-complete): Use completion-in-region.
2699
2700 * progmodes/octave-mod.el (octave-complete-symbol):
2701 Use completion-in-region.
2702
2703 Misc cleanup.
2704 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2705 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2706 (idlwave-complete-class): Don't quote lambda.
2707 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2708 (idlwave-mode-map): Move initialization into declaration.
2709 (idlwave-action-and-binding): Use backquotes.
2710 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2711 Simplify.
2712 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2713 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2714 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2715 `parts', and `all-parts'.
2716 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2717 (idlwave-convert-xml-system-routine-info): Remove unused string
2718 `version-string'.
2719 (idlwave-display-user-catalog-widget): Use dolist.
2720 (idlwave-scanning-lib): Declare dynamically-scoped var.
2721 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2722 (completion-highlight-first-word-only): Declare to silence bytecomp.
2723 (idlwave-popup-select): Tighten scope of `resp'.
2724 (idlwave-find-struct-tag): Remove unused var `beg'.
2725 (idlwave-after-load-rinfo-hook): Declare.
2726 (idlwave-sintern-class-info): Remove unused var `taglist'.
2727 (idlwave-find-class-definition): Remove unused var `list'.
2728 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2729 (idlwave-what-module-find-class): Remove unused var `classes'.
2730
2731 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2734
2735 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2738 buffers visited. Remove redundant current-buffer-saving.
2739
2740 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 Use completion-in-buffer and remove uses of dynamic scoping.
2743 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2744 (pascal-buffer-to-use, pascal-flag): Don't declare.
2745 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2746 (pascal-get-completion-decl, pascal-keyword-completion):
2747 Add `pascal-str' argument, save-excursion,
2748 return the found completions, and don't filter with pascal-pred.
2749 (pascal-completion-cache): New var.
2750 (pascal-completion): Don't switch buffer any more (it was never
2751 necessary). Don't save-excursion any more (it's done by the called
2752 subroutines). Use a cache to avoid redundant computations.
2753 Use complete-with-action rather than pascal-completion-response and
2754 let it apply the predicate as well.
2755 (pascal-complete-word): Use completion-in-buffer when
2756 pascal-toggle-completions is nil.
2757 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2758 not used any more.
2759 (pascal-comp-defun): Don't change buffer any more.
2760 Use complete-with-action rather than pascal-completion-response and
2761 let it apply the predicate as well.
2762 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2763 when neded.
2764
2765 2009-12-02 Kenichi Handa <handa@m17n.org>
2766
2767 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2768 shape for all Indic scripts.
2769
2770 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 Use completion-in-buffer.
2773 * wid-edit.el (widget-field-text-end): New function.
2774 (widget-field-value-get): Use it.
2775 (widget-string-complete, widget-file-complete)
2776 (widget-color-complete): Use it and completion-in-region.
2777 (widget-complete): Don't narrow the buffer.
2778
2779 2009-12-02 Glenn Morris <rgm@gnu.org>
2780
2781 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2782 (rmail-select-summary): Use rmail-pop-to-buffer.
2783 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2784 rmail-pop-to-buffer, to prevent horizontal splits.
2785
2786 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2787 save-excursion with save-current-buffer.
2788 Widen before searching. (Bug#5093)
2789 (diary-list-sexp-entries): Remove superfluous save-excursion.
2790
2791 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2792
2793 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2794 name. (Bug#5038)
2795
2796 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2797
2798 * ido.el (ido-file-internal): Handle filenames at point that do
2799 not have a directory part. (Bug#5049)
2800
2801 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2804 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2805
2806 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2807
2808 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2809 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2810 any more.
2811
2812 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * comint.el (comint-insert-input): Ignore clicks to the right of
2815 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2816
2817 * vc.el (vc-print-log-internal): Don't wait for the process to
2818 terminate before setting up the major mode.
2819
2820 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2821 in case.
2822
2823 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2824 the last element.
2825
2826 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2827
2828 2009-12-01 Glenn Morris <rgm@gnu.org>
2829
2830 * window.el (window--display-buffer-2): Fix previous changes.
2831
2832 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2835
2836 2009-12-01 Glenn Morris <rgm@gnu.org>
2837
2838 * Makefile.in (ELCFILES): Add mpc.elc.
2839
2840 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * mpc.el: New file.
2843
2844 2009-12-01 Glenn Morris <rgm@gnu.org>
2845
2846 * window.el (window-to-use): Define for compiler.
2847
2848 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2849 consistent with others (no final period).
2850
2851 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2852 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2853
2854 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2855
2856 Make vc-print-log buttons work.
2857 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2858
2859 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2860
2861 * savehist.el (savehist-autosave-interval): Allow setting to nil
2862 through customize. (Bug#5056)
2863
2864 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2865
2866 Fix references to jit-lock properties.
2867 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2868 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2869 (perl-font-lock-special-syntactic-constructs):
2870 Quote jit-lock-defer-multiline property.
2871
2872 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2873
2874 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2875
2876 2009-11-30 Juri Linkov <juri@jurta.org>
2877
2878 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2879 value `buffer' of `multi-isearch-next-buffer-current-function'.
2880 Use `(current-buffer)' when `buffer' is nil.
2881 (multi-isearch-next-buffer-from-list): Don't fallback to
2882 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2883
2884 2009-11-30 Juri Linkov <juri@jurta.org>
2885
2886 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2887 of buffers with `get-buffer' to `multi-isearch-buffers'.
2888 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2889 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2890 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2891 FILES with `expand-file-name' converting relative file names
2892 to absolute. Doc fix. (Bug#4727)
2893
2894 2009-11-30 Juri Linkov <juri@jurta.org>
2895
2896 * misearch.el (multi-isearch-read-buffers)
2897 (multi-isearch-read-matching-buffers): New functions.
2898 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2899 Use them in the `interactive' spec. Doc fix.
2900 (multi-isearch-read-files, multi-isearch-read-matching-files):
2901 New functions.
2902 (multi-isearch-files, multi-isearch-files-regexp):
2903 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2904
2905 2009-11-30 Juri Linkov <juri@jurta.org>
2906
2907 * doc-view.el (doc-view-continuous):
2908 Rename from `doc-view-continuous-mode'.
2909 (doc-view-menu): Move "Toggle display" to the top.
2910 Add submenu "Continuous" with radio buttons "Off"/"On"
2911 and "Save as Default".
2912 (doc-view-scroll-up-or-next-page)
2913 (doc-view-scroll-down-or-previous-page)
2914 (doc-view-next-line-or-next-page)
2915 (doc-view-previous-line-or-previous-page): Rename
2916 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2917
2918 2009-11-30 Juri Linkov <juri@jurta.org>
2919
2920 * comint.el (comint-mode-map): Rebind `M-r' from
2921 `comint-previous-matching-input' to
2922 `comint-history-isearch-backward-regexp'.
2923 Unbind `M-s' to allow global key binding `M-s'.
2924 Add menu items for `comint-history-isearch-backward' and
2925 `comint-history-isearch-backward-regexp'. (Bug#3746)
2926
2927 2009-11-30 Juri Linkov <juri@jurta.org>
2928
2929 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2930 For def=recenter, replace `recenter' with `recenter-top-bottom'
2931 that is called with `this-command' and `last-command' let-bound
2932 to `recenter-top-bottom'. When the last `def' was not `recenter',
2933 set `recenter-last-op' to nil. (Bug#4981)
2934
2935 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 Minor cleanup and simplification.
2938 * filecache.el (file-cache-add-directory)
2939 (file-cache-add-directory-recursively)
2940 (file-cache-add-from-file-cache-buffer)
2941 (file-cache-delete-file-regexp, file-cache-delete-directory)
2942 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2943 (file-cache-temp-minibuffer-message): Delete function.
2944 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2945
2946 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2947 Don't signal an error when bumping into EOB in tr, s, or y.
2948
2949 2009-11-29 Juri Linkov <juri@jurta.org>
2950
2951 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2952 (Bug#4960)
2953
2954 * descr-text.el (describe-char-unidata-list): Use lowercase name
2955 for "Unicode name" like in other tags.
2956
2957 2009-11-29 Juri Linkov <juri@jurta.org>
2958
2959 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2960 New compatibility macro.
2961 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2962
2963 2009-11-29 Juri Linkov <juri@jurta.org>
2964
2965 Add defcustom to define the cycling order of `recenter-top-bottom'.
2966 (Bug#4981)
2967
2968 * window.el (recenter-last-op): Doc fix.
2969 (recenter-positions): New defcustom.
2970 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2971 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2972
2973 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2974
2975 Improve integration of Tramp and ange-ftp in eshell.
2976
2977 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2978 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2979 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2980
2981 * eshell/esh-util.el (top): Require also Tramp when compiling.
2982 (eshell-directory-files-and-attributes): Check for FTP remote
2983 connection.
2984 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2985 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2986 (eshell-file-attributes): Handle ".". Return `entry'.
2987
2988 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2989 (ange-ftp-directory-files-and-attributes)
2990 (ange-ftp-real-directory-files-and-attributes): New defuns.
2991
2992 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2993 shell with "exec" when possible. This prevents trailing prompts
2994 in `start-file-process'.
2995
2996 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 Try and remove assumptions about point-min==1.
2999 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3000 (rng-compute-mode-line-string): Show the validation percentage in
3001 terms of the narrowed text, not the widened text.
3002 (rng-do-some-validation): Don't catch internal errors when debugging.
3003 (rng-first-error): Simplify.
3004 (rng-after-change-function): Remove work around. AFAIK the bug has
3005 been fixed a while ago.
3006
3007 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3008 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3009
3010 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3011
3012 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3013 `cd' doesn't always do it for us (bug#5067).
3014
3015 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3016 on 2009-10-25 as part of some other change (bug#5067).
3017
3018 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3021 `suspicious'.
3022 (byte-compile-warnings): Use byte-compile-warning-types.
3023 (byte-compile-save-excursion): Warn about use of set-buffer right
3024 after save-excursion.
3025
3026 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3027 the excursion as well.
3028
3029 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3030
3031 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3032 providing a Tramp related implementation of "su" and "sudo".
3033 (eshell-unix-initialize): Add "su" and "sudo".
3034
3035 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3036
3037 * net/socks.el (socks-send-command): Convert binary request to
3038 unibyte before sending. This fixes mishandling of some port
3039 numbers such as 129.
3040
3041 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3042
3043 * help.el (describe-bindings-internal): Remove `interactive'.
3044
3045 * man.el (Man-completion-table): Trim a terminating "(".
3046 Remove the space between name page a section.
3047 Add the command's description on the `help-echo' property.
3048 Remove `process-connection-type' binding since it's unused by
3049 call-process.
3050 Provide completion for the "<section> <name>" format as well.
3051 (Man-default-man-entry): Remove spurious var shadowing the argument.
3052
3053 2009-11-26 Kevin Ryde <user42@zip.com.au>
3054
3055 * log-view.el: Add "Keywords: tools", since its other keywords
3056 aren't in finder-known-keywords, and following vc.el.
3057
3058 * sha1.el (sha1-string-external): default-directory "/" in case
3059 otherwise non-existent. process-connection-type pipe for touch of
3060 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3061
3062 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 Misc coding convention cleanups.
3065 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3066 hfy-init-kludge-hooks.
3067 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3068 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3069 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3070 and push.
3071 (hfy-slant, hfy-weight): Use tables rather than code.
3072 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3073 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3074 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3075 (hfy-face-to-css): Remove `nconc' with single arg.
3076 (hfy-p-to-face-lennart): Use `or'.
3077 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3078 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3079 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3080 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3081 (hfy-force-fontification): Use run-hooks.
3082
3083 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3084
3085 Various minor fixes.
3086 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3087 Javascript belongs in the header, not the body.
3088 (hfy-javascript): Remove.
3089 (hfy-fontify-buffer): Don't insert it any more.
3090 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3091 Fix bug in invis handling when there were no invis props in a chunk.
3092
3093 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3096
3097 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3098
3099 * finder.el (finder-mode-map): Add a menu.
3100
3101 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3102
3103 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3104 "unsigned" structs.
3105
3106 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3107 fork" statement better.
3108
3109 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3110
3111 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3112 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3113 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3114 Reported by Clay Douglass.
3115
3116 (verilog-auto-inst, verilog-auto-star-safe)
3117 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3118 Fix removing "// Interfaces" when saving .* expansions. Reported by
3119 Pierre-David Pfister.
3120
3121 2009-11-26 Glenn Morris <rgm@gnu.org>
3122
3123 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3124 the scope.
3125
3126 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3127
3128 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3129 Really use previous revision.
3130
3131 2009-11-25 Kevin Ryde <user42@zip.com.au>
3132
3133 * man.el (Man-completion-table): default-directory "/" in case
3134 doesn't otherwise exist. process-environment COLUMNS=999 so as
3135 not to truncate long names. process-connection-type pipe to avoid
3136 any chance of hitting the pseudo-tty TIOCGWINSZ.
3137 (man): completion-ignore-case t for friendliness and since man
3138 itself is case-insensitive on the command line.
3139 Further to Bug#3717.
3140
3141 * arc-mode.el: Add "Keywords: files", so the details in its
3142 commentary can be reached from finder-by-keyword.
3143 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3144 editing mode, but it's comms related and sgml-mode.el has "comm"
3145 on that basis too.
3146 * textmodes/bibtex-style.el: Add "Keywords: tex".
3147 * international/isearch-x.el, international/ja-dic-cnv.el:
3148 * international/ja-dic-utl.el, international/kkc.el:
3149 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3150
3151 2009-11-25 Juri Linkov <juri@jurta.org>
3152
3153 * man.el (Man-completion-table): Modify regexp to include
3154 section names to completion strings. (Bug#3717)
3155
3156 2009-11-25 Juri Linkov <juri@jurta.org>
3157
3158 Search recursively in gzipped files. (Bug#4982)
3159
3160 * progmodes/grep.el (grep-highlight-matches): Add new options
3161 `always' and `auto'. Doc fix.
3162 (grep-process-setup): Check `grep-highlight-matches' for
3163 `auto-detect' to determine the need to compute grep defaults.
3164 Move Windows/DOS specific --colors settings handling
3165 to `grep-compute-defaults'. Check `grep-highlight-matches'
3166 to get the value of "--color=".
3167 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3168 has the value `auto-detect'. Move Windows/DOS specific settings
3169 from `grep-process-setup'.
3170 (zrgrep): New command with alias `rzgrep'.
3171
3172 2009-11-25 Juri Linkov <juri@jurta.org>
3173
3174 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3175 to nil instead of switching off view-mode. (Bug#4896)
3176
3177 2009-11-25 Juri Linkov <juri@jurta.org>
3178
3179 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3180
3181 * mwheel.el (mwheel-scroll-up-function)
3182 (mwheel-scroll-down-function): New defvars.
3183 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3184 `scroll-up', and `mwheel-scroll-down-function' instead of
3185 `scroll-down'.
3186
3187 * doc-view.el (doc-view-scroll-up-or-next-page)
3188 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3189 Use this ARG in the call to image-scroll-up/image-scroll-down.
3190 Change `interactive' spec to "P". Goto next/previous page only
3191 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3192 SPC/DEL case). Doc fix.
3193 (doc-view-next-line-or-next-page)
3194 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3195 for consistency.
3196 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3197 `doc-view-scroll-up-or-next-page', and buffer-local
3198 `mwheel-scroll-down-function' to
3199 `doc-view-scroll-down-or-previous-page'.
3200
3201 2009-11-25 Juri Linkov <juri@jurta.org>
3202
3203 Provide additional default values (directories at other Dired
3204 windows) via M-n in the minibuffer of some Dired commands.
3205
3206 * dired-aux.el (dired-diff, dired-compare-directories)
3207 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3208 `minibuffer-default' in `minibuffer-with-setup-hook'.
3209 (dired-dwim-target-directory): Find a window that displays Dired
3210 buffer instead of failing when the next window is not Dired.
3211 Use `get-window-with-predicate' to find for the next Dired window.
3212 (dired-dwim-target-defaults): New function.
3213
3214 * ediff-util.el (ediff-read-file-name):
3215 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3216 in `minibuffer-with-setup-hook'.
3217
3218 2009-11-25 Juri Linkov <juri@jurta.org>
3219
3220 Provide additional default values (file name at point or at the
3221 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3222
3223 * minibuffer.el (read-file-name-defaults): New function.
3224 (read-file-name): Reset `minibuffer-default' to nil when
3225 it duplicates initial input `insdef'.
3226 Bind `minibuffer-default-add-function' to lambda that
3227 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3228 (minibuffer-insert-file-name-at-point): New command.
3229
3230 * files.el (file-name-at-point-functions): New defcustom.
3231 (find-file-default): Remove defvar.
3232 (find-file-read-args): Don't use `find-file-default'.
3233 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3234 to `read-file-name'.
3235 (find-file-literally): Use `read-file-name' with
3236 `confirm-nonexistent-file-or-buffer'.
3237
3238 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3239
3240 * dired.el (dired-read-dir-and-switches):
3241 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3242 to `read-file-name'.
3243 (dired-file-name-at-point): New function.
3244 (dired-mode): Add hook `dired-file-name-at-point' to
3245 `file-name-at-point-functions'.
3246
3247 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 Really make the *Completions* window soft-dedicated (bug#5030).
3250 * window.el (window--display-buffer-2): Add `dedicated' argument.
3251 (display-buffer): Pass it when needed so the dedicated flag is set
3252 after calling set-window-buffer, which would otherwise reset it.
3253
3254 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * progmodes/meta-mode.el (meta-complete-symbol):
3257 * progmodes/etags.el (complete-tag):
3258 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3259 Use completion-in-region.
3260
3261 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3262 (dabbrev-completion): Use completion-in-region.
3263 (dabbrev--abbrev-at-point): Simplify regexp.
3264
3265 * abbrev.el (abbrev--before-point): Use word-motion functions
3266 if :regexp is not specified (bug#5031).
3267
3268 * subr.el (string-prefix-p): New function.
3269
3270 * man.el (Man-completion-cache): New var.
3271 (Man-completion-table): Use it.
3272
3273 * vc.el (vc-print-log-internal): Make `limit' optional for better
3274 compatibility (e.g. with vc-annotate.el).
3275
3276 2009-11-24 Kevin Ryde <user42@zip.com.au>
3277
3278 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3279 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3280
3281 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3282 when .el source file not found or other error.
3283
3284 2009-11-24 Markus Triska <markus.triska@gmx.at>
3285
3286 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3287
3288 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 Handle the [back] button properly (bug#4979).
3291 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3292 Use help-setup-xref, help-buffer, and with-help-window.
3293 (describe-char): Add `buffer' argument.
3294 Pass proper command to help-setup-xref. Don't meddle with
3295 help-xref-stack-item directly.
3296 (describe-text-category): Use with-help-window and help-buffer.
3297
3298 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3299 for the displayed buffer (bug#4887).
3300
3301 * man.el (Man-completion-table): New function.
3302 (man): Use it.
3303
3304 2009-11-24 David Reitter <david.reitter@gmail.com>
3305
3306 * vc-git.el (vc-git-registered): Use checkout directory (where
3307 .git is) rather than the file's directory and a relative path spec
3308 to work around a bug in git.
3309
3310 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3311
3312 Improve handling of processes on remote hosts.
3313
3314 * eshell/esh-util.el (eshell-path-env): New defvar.
3315 (eshell-parse-colon-path): New defun.
3316 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3317
3318 * eshell/esh-ext.el (eshell-search-path):
3319 Use `eshell-parse-colon-path'.
3320 (eshell-remote-command): Remove argument HANDLER.
3321 (eshell-external-command): Check for FTP remote connection.
3322
3323 * eshell/esh-proc.el (eshell-gather-process-output):
3324 Use `file-truename', in order to start also symlinked files.
3325 Apply `start-file-process' instead of `start-process'.
3326 Shorten `command' to the local file name part.
3327
3328 * eshell/em-cmpl.el (eshell-complete-commands-list):
3329 Use `eshell-parse-colon-path'.
3330
3331 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3332
3333 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3334 to `eshell-directory-change-hook'.
3335
3336 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3337
3338 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3339 because it could be enabled automatically if view-read-only is non-nil.
3340
3341 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3342
3343 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3344 made on 2009-11-22.
3345
3346 2009-11-24 Glenn Morris <rgm@gnu.org>
3347
3348 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3349 deleted variable bookmark-bmenu-bookmark-column.
3350
3351 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3352 Move after definition of global-semantic-idle-tag-highlight-mode.
3353
3354 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3357
3358 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3359
3360 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3361 two slashes to the "file:" prefix.
3362 (browse-url-file-url): De-munge Cygwin filenames before passing
3363 them to Windows browser.
3364 (browse-url-default-windows-browser): Use call-process.
3365
3366 2009-11-23 Juri Linkov <juri@jurta.org>
3367
3368 Implement DocView Continuous mode. (Bug#4896)
3369 * doc-view.el (doc-view-continuous-mode): New defcustom.
3370 (doc-view-mode-map): Bind C-n/<down> to
3371 `doc-view-next-line-or-next-page', C-p/<up> to
3372 `doc-view-previous-line-or-previous-page'.
3373 (doc-view-next-line-or-next-page)
3374 (doc-view-previous-line-or-previous-page): New commands.
3375
3376 2009-11-23 Juri Linkov <juri@jurta.org>
3377
3378 Implement Isearch in comint input history. (Bug#3746)
3379 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3380 `isearch-mode-hook'.
3381 (comint-history-isearch): New defcustom.
3382 (comint-history-isearch-backward)
3383 (comint-history-isearch-backward-regexp): New commands.
3384 (comint-history-isearch-message-overlay): New buffer-local variable.
3385 (comint-history-isearch-setup, comint-history-isearch-end)
3386 (comint-goto-input, comint-history-isearch-search)
3387 (comint-history-isearch-message, comint-history-isearch-wrap)
3388 (comint-history-isearch-push-state)
3389 (comint-history-isearch-pop-state): New functions.
3390
3391 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3392
3393 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3394 return.
3395 (tramp-handle-make-symbolic-link)
3396 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3397 Quote file names.
3398 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3399 (tramp-handle-process-file): Use it.
3400
3401 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * window.el (move-to-window-line-last-op): Remove.
3404 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3405
3406 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3407
3408 Make M-r mirror the new cycling behavior of C-l.
3409 * window.el (move-to-window-line-last-op): New var.
3410 (move-to-window-line-top-bottom): New command.
3411 (global-map): Bind M-r move-to-window-line-top-bottom.
3412
3413 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3414
3415 * dired-x.el (dired-guess-shell-alist-default):
3416 Support xz format. (Bug#4953)
3417
3418 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3419
3420 * cedet/srecode/map.el (srecode-get-maps):
3421 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3422 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3423 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3424 (semantic-toggle-decoration-style):
3425 * cedet/semantic/decorate/include.el
3426 (semantic-decoration-include-describe)
3427 (semantic-decoration-unknown-include-describe)
3428 (semantic-decoration-unparsed-include-describe)
3429 (semantic-decoration-all-include-summary):
3430 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3431 * cedet/semantic/analyze/complete.el
3432 (semantic-analyze-possible-completions):
3433 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3434 (semantic-show-unmatched-syntax-mode)
3435 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3436 (semantic-highlight-func-mode):
3437 * cedet/semantic/util.el (semantic-describe-buffer):
3438 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3439 (semantic-symref-find-tags-by-name)
3440 (semantic-symref-find-tags-by-regexp)
3441 (semantic-symref-find-tags-by-completion)
3442 (semantic-symref-find-file-references-by-name)
3443 (semantic-symref-find-text):
3444 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3445 (senator-yank-tag):
3446 * cedet/semantic/scope.el (semantic-calculate-scope):
3447 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3448 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3449 (define-semantic-idle-service):
3450 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3451 (semantic-complete-analyze-inline-idle):
3452 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3453 * cedet/mode-local.el (describe-mode-local-bindings)
3454 (describe-mode-local-bindings-in-mode):
3455 * cedet/ede/make.el (ede-make-check-version):
3456 * cedet/ede/locate.el (ede-enable-locate-on-project):
3457 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3458 (cedet-idutils-version-check):
3459 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3460 (cedet-gnu-global-version-check):
3461 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3462 (cedet-cscope-version-check): Use called-interactively-p instead
3463 of interactive-p.
3464
3465 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3466 Use semantic-format-tag-prototype.
3467
3468 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3469
3470 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3471 last-command-char/last-command-event.
3472 (viper-prefix-arg-value): Do correct conversion of event-char for
3473 XEmacs.
3474
3475 * emulation/viper-util.el, emulation/viper.el:
3476 Use viper-last-command-char instead of
3477 last-command-char/last-command-event.
3478
3479 * ediff-init.el, ediff-mult.el, ediff-util.el:
3480 Replace last-command-char and last-command-event
3481 with (ediff-last-command-char) everywhere.
3482
3483 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3484 created in fundamental mode.
3485
3486 * ediff.el (ediff-version): Revert the change of interactive-p to
3487 called-interactively-p.
3488
3489 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3490
3491 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3492 generation from word-movement command names.
3493
3494 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3495
3496 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3497 (semantic-complete-jump-local, semantic-complete-jump):
3498 Improve prompt string.
3499
3500 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3501
3502 * cus-start.el (all): Add native condition for font-use-system-font.
3503
3504 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3505
3506 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3507 Correct the patch from 2009-11-18. (Bug#3910)
3508
3509 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3510
3511 * progmodes/subword.el: Rename from lisp/subword.el.
3512
3513 * subword.el: Rename to progmodes/subword.el.
3514
3515 * Makefile.in (ELCFILES): Adapt to subword.el move.
3516
3517 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3518 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3521 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3522 (bookmark-bmenu-show-filenames): Use push.
3523 (bookmark-bmenu-hide-filenames): Use local var instead of
3524 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3525 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3526 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3527 filenames now that the bookmark names are always available.
3528
3529 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3532 (bookmark-search-pattern): Move and leave unbound.
3533 (bookmark-bmenu-mode-map): Change binding.
3534 (bookmark-read-search-input): Simplify.
3535 Don't use text-char-description. Don't error on non-char events.
3536 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3537 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3538 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3539 Use a local var for the timer.
3540 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3541 (i.e. bookmark-bmenu-search).
3542
3543 2009-11-21 Glenn Morris <rgm@gnu.org>
3544
3545 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3546
3547 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3548
3549 * net/browse-url.el (browse-url-default-windows-browser):
3550 Use cygstart for cygwin.
3551
3552 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3553
3554 * bookmark.el: Formatting and doc fixes only:
3555 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3556 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3557 Minor grammar and punctuation fixes in doc string.
3558 (bookmark-read-search-input): Adjust to fit within 80 columns.
3559
3560 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3561
3562 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3563 (c-backward-into-nomenclature): Adapt to subword renaming.
3564
3565 * subword.el (subword-forward, subword-backward, subword-mark)
3566 (subword-kill, subword-backward-kill, subword-transpose)
3567 (subword-downcase, subword-upcase, subword-capitalize)
3568 (subword-forward-internal, subword-backward-internal):
3569 Rename from forward-subword, backward-subword, mark-subword,
3570 kill-subword, backward-kill-subword, transpose-subwords,
3571 downcase-subword, upcase-subword, capitalize-subword,
3572 forward-subword-internal, backward-subword-internal.
3573
3574 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3575
3576 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3577 New options.
3578 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3579 New vars.
3580 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3581 (bookmark-bmenu-filter-alist-by-regexp)
3582 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3583 (bookmark-bmenu-search): New command.
3584 (bookmark-bmenu-mode-map): Bind it.
3585
3586 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3589
3590 * cedet/semantic/idle.el (define-semantic-idle-service)
3591 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3592
3593 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3594
3595 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3596 backward-subword to quit the byte-compiler.
3597
3598 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3599
3600 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3601
3602 * progmodes/cc-cmds.el (c-update-modeline)
3603 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3604 Refer to subword.el functions instead of cc-subword.el.
3605
3606 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3607 subword.el functions instead of cc-subword.el.
3608
3609 * progmodes/cc-subword.el: Rename to subword.el.
3610 * subword.el: Rename from progmodes/cc-subword.el.
3611 (subword-mode-map): Rename from c-subword-mode-map.
3612 (subword-mode): Rename from c-subword-mode.
3613 (global-subword-mode): New global minor mode.
3614 (forward-subword): Rename from c-forward-subword.
3615 (backward-subword): Rename from c-backward-subword.
3616 (mark-subword): Rename from c-mark-subword.
3617 (kill-subword): Rename from c-kill-subword.
3618 (backward-kill-subword): Rename from c-backward-kill-subword.
3619 (transpose-subwords): Rename from c-tranpose-subword.
3620 (downcase-subword): Rename from c-downcase-subword.
3621 (capitalize-subword): Rename from c-capitalize-subword.
3622 (forward-subword-internal): Rename from c-forward-subword-internal.
3623 (backward-subword-internal): Rename from c-backward-subword-internal.
3624
3625 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3626
3627 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3628 from a dired buffer.
3629 (vc-dired-deduce-fileset): New function.
3630 (vc-root-diff, vc-print-root-log): Use it.
3631
3632 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3633 nil LIMIT argument to vc-print-log-internal.
3634
3635 2009-11-20 Glenn Morris <rgm@gnu.org>
3636
3637 * Makefile.in (ELCFILES): Regenerate.
3638
3639 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3642
3643 * cedet/semantic.el: Enable idle-mode menu items only if
3644 global-semantic-idle-scheduler-mode is enabled.
3645 (semantic-default-submodes): Doc fix.
3646
3647 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3648 When turning off, disable other idle modes.
3649
3650 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3651
3652 * calc/calc.el (calc-set-mode-line):
3653 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3654 (math-format-number): Rename `math-format-complement-signed' to
3655 `math-format-twos-complement'.
3656
3657 * calc/calc-bin.el (math-format-twos-complement): Rename from
3658 math-format-complement-signed.
3659 (calc-radix): Rename `calc-complement-signed-mode' to
3660 `calc-twos-complement-mode'.
3661 (calc-octal-radix, calc-hex-radix): Add an argument for
3662 two's complement.
3663
3664 * calc/calc-embed.el (calc-embedded-mode-vars):
3665 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3666
3667 * calc/calc-ext.el (calc-init-extensions):
3668 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3669 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3670
3671 * calc/calc-units.el (math-build-units-table-buffer):
3672 Let `calc-twos-complement-mode' be nil.
3673
3674 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3675 entries.
3676
3677 * calc/calc-vec.el (calcFunc-vunpack):
3678 * calc/calc-aent.el (calc-do-calc-eval):
3679 * calc/calc-forms.el (math-format-date):
3680 * calc/calc-graph.el (calc-graph-plot):
3681 * calc/calc-math.el (math-use-emacs-fn):
3682 * calc/calccomp.el (math-compose-expr):
3683 Let `calc-twos-complement-mode' be nil.
3684
3685 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3688 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3689 * minibuffer.el (completion-in-region-functions): New hook.
3690 (completion-in-region): New function.
3691 * emacs-lisp/lisp.el (lisp-complete-symbol):
3692 * pcomplete.el (pcomplete-std-complete): Use it.
3693
3694 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3697 (latex-complete-alist): New vars.
3698 (latex-string-prefix-p, latex-complete-bibtex-keys)
3699 (latex-complete-envnames, latex-complete-refkeys)
3700 (latex-complete-data): New functions.
3701 (latex-complete, latex-indent-or-complete): New commands.
3702
3703 * window.el (display-buffer-mark-dedicated): New var.
3704 (display-buffer): Obey it.
3705 * minibuffer.el (minibuffer-completion-help): Use it.
3706
3707 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3708
3709 * filecache.el (file-cache-add-file): Use push and cons.
3710 (file-cache-delete-file-regexp): Use push.
3711 (file-cache-complete): Use completion-in-region.
3712
3713 * simple.el (with-wrapper-hook): Fix thinko.
3714
3715 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3716 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3717 Use with-current-buffer and string-to-number.
3718 (hfy-fallback-colour-values): Use assoc-string.
3719 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3720 (hfy-face-at): Remove unused var `found-face'.
3721 (hfy-compile-stylesheet): Remove unused var `css'.
3722 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3723 and `orig-buffer'.
3724 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3725 Use with-current-buffer.
3726 (hfy-text-p): Use expand-file-name and fewer setq.
3727
3728 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3729
3730 * htmlfontify.el, hfy-cmap.el: New files.
3731
3732 2009-11-19 Juri Linkov <juri@jurta.org>
3733
3734 * minibuffer.el (completions-format): New defcustom.
3735 (completion--insert-strings): Implement vertical format.
3736
3737 * simple.el (switch-to-completions): Move point to the first
3738 completion when point was at the beginning of the buffer.
3739
3740 2009-11-19 Juri Linkov <juri@jurta.org>
3741
3742 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3743
3744 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3745
3746 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3749 (mail-signature): Change default to t.
3750 (mail-from-style): Deprecate `system-default' value.
3751 (mail-insert-from-field): For default value of mail-from-style,
3752 default to `angles' unless `angles' needs quoting and `parens'
3753 does not.
3754 (mail-citation-prefix-regexp): Use citation regexp from
3755 message-mode.
3756
3757 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3760 Set variables for computing the prompt for reading password.
3761
3762 2009-11-19 Glenn Morris <rgm@gnu.org>
3763
3764 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3765
3766 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3767
3768 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3769 (newsticker-treeview-listwindow-height): Fix custom type.
3770
3771 2009-11-19 Kenichi Handa <handa@m17n.org>
3772
3773 * descr-text.el (describe-char-padded-string): Compose with TAB
3774 only if there's a font for CH.
3775 (describe-char): Fix the condition for detecting a trivial composition.
3776
3777 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3778
3779 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3780 more accurate version of the regexp. (Bug#3910)
3781
3782 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3783
3784 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3785
3786 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3789 (font-setting-change-default-font): Fix typo in docstring.
3790
3791 2009-11-18 Alan Mackenzie <acm@muc.de>
3792
3793 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3794
3795 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3796
3797 * font-setting.el (font-use-system-font): Move ...
3798
3799 * cus-start.el (all): ... to here.
3800
3801 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3802
3803 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3804 Don't set `ad-return-value' if `ad-do-it' doesn't.
3805
3806 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3807 modification time.
3808
3809 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3810
3811 * menu-bar.el: Put "Use system font" in Option-menu.
3812 (menu-bar-options-save): Add font-use-system-font.
3813
3814 * loadup.el: If feature system-font-setting or font-render-setting is
3815 there, load font-setting.
3816
3817 * Makefile.in (ELCFILES): Add font-settings.el.
3818 * font-setting.el: New file.
3819
3820 2009-11-17 Glenn Morris <rgm@gnu.org>
3821
3822 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3823
3824 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3825 Preserve point in the list buffer. (Bug#4939)
3826 Use point-at-eol.
3827 (newsticker--treeview-list-update-highlight)
3828 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3829
3830 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3831
3832 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3833 Remove.
3834
3835 * calc/calc-ext.el (calc-init-extensions): Remove references to
3836 symclip.
3837
3838 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3839
3840 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3841 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3842 `calc-symclip'.
3843
3844 2009-11-16 Kevin Ryde <user42@zip.com.au>
3845
3846 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3847 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3848
3849 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3850 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3851 Ignore trailing spaces by omit-nulls to split-string (fixing
3852 regression from Emacs 21 due to the incompatible split-string
3853 change). (Bug #4928.)
3854
3855 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3856
3857 * vc.el (vc-log-show-limit): Default to 2000.
3858 (vc-print-log-internal): Insert buttons to request more entries
3859 when limiting the output.
3860
3861 * vc-sccs.el (vc-sccs-print-log):
3862 * vc-rcs.el (vc-rcs-print-log):
3863 * vc-cvs.el (vc-cvs-print-log):
3864 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3865 LIMIT is non-nil.
3866
3867 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3868
3869 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3870 error when `tramp-gvfs-dbus-event-vector' is set.
3871 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3872
3873 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3876
3877 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
3878
3879 * net/dbus.el (dbus-unregister-service): New defun.
3880 (dbus-register-property): Register the handlers of
3881 "org.freedesktop.DBus.Properties" for SERVICE.
3882 (dbus-property-handler): Fix docstring.
3883
3884 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3885
3886 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3887 Quote doc string reference in defvaralias as it is not in special form.
3888 (byte-compile-output-docform): Doc fix.
3889
3890 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3891
3892 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3893 (calc-complement-signed-mode): New variables.
3894 (calc-set-mode-line): Add indicator for twos-complements.
3895 (math-format-number): Format twos-complement notation.
3896
3897 * calc/calc-bin.el (calc-word-size): Reset the variables
3898 `math-2-word-size' and `math-half-2-word-size'.
3899 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3900 (calc-symclip): New functions.
3901
3902 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3903
3904 * calc/calc-embed.el (calc-embedded-mode-vars):
3905 Add `calc-complement-signed-mode' to the list of modes.
3906
3907 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
3908 (calc-b-oper-keys): Add `calc-symclip' to list.
3909
3910 * calc/calc-ext.el (math-read-number-fancy): Read complement
3911 signed numbers.
3912 (calc-init-extensions): Add binding for `calc-symclip'.
3913 Add autoload for `calcFunc-symclip' and `calc-symclip'.
3914
3915 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3916 `calc-symclip'.
3917 (calc-modes-menu): Add item for twos complement mode.
3918
3919 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
3920
3921 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3922
3923 * register.el (jump-to-register, insert-register): Handle Semantic
3924 tags. From commented-out advice in semantic/senator.el.
3925
3926 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3927
3928 * vc.el (vc-log-show-limit): New variable.
3929 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3930 when using a prefix argument.
3931 (vc-print-log-internal): Add new argument LIMIT.
3932
3933 * vc-svn.el (vc-svn-print-log):
3934 * vc-mtn.el (vc-mtn-print-log):
3935 * vc-hg.el (vc-hg-print-log):
3936 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
3937 pass it to the log command when set. Make the BUFFER argument
3938 non-optional.
3939
3940 * vc-sccs.el (vc-sccs-print-log):
3941 * vc-rcs.el (vc-rcs-print-log):
3942 * vc-git.el (vc-git-print-log):
3943 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3944 ignore it. Make the BUFFER argument non-optional
3945
3946 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3947
3948 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * dired.el (dired-mode-map): Move encryption items to "Operate"
3951 menu (Bug#4703).
3952
3953 * strokes.el (strokes-update-window-configuration): Make strokes
3954 buffer current before erasing (Bug#4906).
3955
3956 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3957 (semantic-idle-summary-mode): Define using define-minor-mode
3958 instead of define-semantic-idle-service.
3959 (semantic-idle-summary-mode): New function.
3960 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3961 that mouse motion does not reset the echo area.
3962
3963 2009-11-15 Juri Linkov <juri@jurta.org>
3964
3965 * simple.el (set-mark-default-inactive): Add :type, :group
3966 and :version. (Bug#4876)
3967
3968 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3969
3970 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3971 (archive-unique-fname): ... here. (Bug#4929)
3972
3973 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3976 with a real fix.
3977
3978 * novice.el (disabled-command-function): Add useful args.
3979 Setup the help buffer so that [back] works.
3980 Remove redundant call to help-mode.
3981 (disabled-command-function): Use `case'.
3982 (en/disable-command): New function extracted from enable-command.
3983 (enable-command, disable-command): Use it.
3984
3985 2009-11-14 Glenn Morris <rgm@gnu.org>
3986
3987 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3988 constants. (Bug#4913)
3989
3990 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3991
3992 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3993
3994 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3995 defined in C that have no doc-strings. (Bug#1063)
3996
3997 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3998
3999 * cus-edit.el (data, files):
4000 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4001
4002 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * simple.el (shell-command): Doc fix (Bug#4891).
4005
4006 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4007
4008 2009-11-14 Glenn Morris <rgm@gnu.org>
4009
4010 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4011 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4012 If they are already loaded, eval-after-load will do the right thing.
4013
4014 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4015 compiling.
4016
4017 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4018
4019 * simple.el (x-selection-owner-p): Declare.
4020 (read-mail-command): Use custom radio type rather than choice.
4021 (completion-no-auto-exit): Doc fix.
4022
4023 * custom.el (defgroup):
4024 * epg-config.el (epg): Doc fixes.
4025
4026 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4027
4028 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4029 * international/ccl.el (define-ccl-program): Do not purecopy the
4030 docstring, defconst does it anyway.
4031
4032 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4035 a second time.
4036
4037 * x-dnd.el (x-dnd-maybe-call-test-function):
4038 * window.el (split-window-vertically):
4039 * whitespace.el (whitespace-help-on):
4040 * vc-rcs.el (vc-rcs-consult-headers):
4041 * userlock.el (ask-user-about-lock-help)
4042 (ask-user-about-supersession-help):
4043 * type-break.el (type-break-force-mode-line-update):
4044 * time-stamp.el (time-stamp-conv-warn):
4045 * terminal.el (te-set-output-log, te-more-break, te-filter)
4046 (te-sentinel, terminal-emulator):
4047 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4048 (term-write-input-ring, term-check-source, term-start-output-log):
4049 (term-display-buffer-line, term-dynamic-list-completions):
4050 (term-ansi-make-term, serial-term):
4051 * subr.el (selective-display):
4052 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4053 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4054 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4055 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4056 (speedbar-remove-localized-speedbar-support)
4057 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4058 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4059 (speedbar-buffers-line-directory):
4060 * simple.el (shell-command-on-region, append-to-buffer)
4061 (prepend-to-buffer):
4062 * shadowfile.el (shadow-save-todo-file):
4063 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4064 (scroll-bar-maybe-set-window-start):
4065 * sb-image.el (speedbar-image-dump):
4066 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4067 (load-save-place-alist-from-file):
4068 * ps-samp.el (ps-print-message-from-summary):
4069 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4070 (ps-background-image, ps-begin-job, ps-do-despool):
4071 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4072 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4073 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4074 (pr-call-process, pr-file-list, pr-interface-save):
4075 * novice.el (disabled-command-function)
4076 (enable-command, disable-command):
4077 * mouse.el (mouse-buffer-menu-alist):
4078 * mouse-copy.el (mouse-kill-preserving-secondary):
4079 * macros.el (kbd-macro-query):
4080 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4081 * informat.el (batch-info-validate):
4082 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4083 * hippie-exp.el (try-expand-dabbrev-visible):
4084 * help-mode.el (help-make-xrefs):
4085 * help-fns.el (describe-variable):
4086 * generic-x.el (bat-generic-mode-run-as-comint):
4087 * finder.el (finder-mouse-select):
4088 * find-dired.el (find-dired-sentinel):
4089 * filesets.el (filesets-file-close):
4090 * files.el (list-directory):
4091 * faces.el (list-faces-display, describe-face):
4092 * facemenu.el (list-colors-display):
4093 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4094 * epg.el (epg--process-filter, epg-cancel):
4095 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4096 (epa--read-signature-type):
4097 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4098 (emerge-file-names):
4099 * ehelp.el (electric-helpify):
4100 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4101 * ediff-vers.el (rcs-ediff-view-revision):
4102 * ediff-util.el (ediff-setup):
4103 * ediff-mult.el (ediff-append-custom-diff):
4104 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4105 (ediff-wordify):
4106 * echistory.el (Electric-command-history-redo-expression):
4107 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4108 * disp-table.el (describe-display-table):
4109 * dired.el (dired-find-buffer-nocreate):
4110 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4111 * dabbrev.el (dabbrev--same-major-mode-p):
4112 * chistory.el (list-command-history):
4113 * apropos.el (apropos-documentation):
4114 * allout.el (allout-obtain-passphrase):
4115 (allout-copy-exposed-to-buffer):
4116 (allout-verify-passphrase): Use with-current-buffer.
4117
4118 2009-11-13 Glenn Morris <rgm@gnu.org>
4119
4120 * Makefile.in (ELCFILES): Regenerate.
4121
4122 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4123
4124 * net/dbus.el (dbus-registered-objects-table): Rename from
4125 `dbus-registered-functions-table', because it contains also properties.
4126 (dbus-unregister-object): Unregister also properties.
4127 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4128 Use a timeout of 500 msec, in order to not block.
4129 (dbus-register-property, dbus-property-handler): New defuns.
4130
4131 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * simple.el (minibuffer-default-add-completions): Drop deprecated
4134 4th arg.
4135
4136 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4137
4138 * textmodes/artist.el (artist-mouse-choose-operation):
4139 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4140 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4141 (artist-compute-up-event-key): New function.
4142 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4143
4144 2009-11-13 Kenichi Handa <handa@m17n.org>
4145
4146 * language/japan-util.el: Make sure that the value of jisx0208
4147 property is jisx0208 character.
4148
4149 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4150
4151 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4152 car or each item, not the whole list.
4153
4154 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * minibuffer.el (minibuffer-completion-help):
4157 Use minibuffer-hide-completions.
4158
4159 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4160
4161 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4162 (dired-revert): Use them (bug#4880).
4163
4164 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4165
4166 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4167
4168 2009-11-12 Juri Linkov <juri@jurta.org>
4169
4170 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4171 New functions.
4172 (find-file-literally-at-point): Alias of `ffap-literally'.
4173
4174 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4175
4176 * textmodes/ispell.el (ispell-skip-region-alist):
4177 * textmodes/css-mode.el (auto-mode-alist):
4178 * progmodes/compile.el (auto-mode-alist):
4179 * international/mule.el (ctext-non-standard-encodings-alist)
4180 (ctext-non-standard-encodings-regexp):
4181 * simple.el (shell-command-switch, text-read-only):
4182 * replace.el (occur-mode-map):
4183 * paths.el (rmail-file-name):
4184 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4185 * find-file.el (ff-special-constructs):
4186 * files.el (file-name-handler-alist):
4187 * composite.el: Purecopy strings.
4188
4189 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4190
4191 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4192
4193 * widget.el (define-widget): Purecopy the docstring.
4194 * international/mule-cmds.el (charset): Do not purecopy the
4195 docstring here, define-widget does it.
4196
4197 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4198 * textmodes/bibtex-style.el (auto-mode-alist):
4199 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4200 * progmodes/compile.el (compile-command):
4201 * language/korea-util.el (default-korean-keyboard):
4202 * international/mule-conf.el (file-coding-system-alist):
4203 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4204 * tooltip.el (tooltip-frame-parameters):
4205 * newcomment.el (comment-end, comment-padding):
4206 * dired.el (dired-trivial-filenames):
4207 * comint.el (comint-file-name-prefix): Purecopy initial values.
4208
4209 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4210
4211 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4212 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4213 `tramp-unload'.
4214 (tramp-advice-make-auto-save-file-name)
4215 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4216 after removing the advice.
4217
4218 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4219
4220 * progmodes/grep.el (grep-regexp-alist):
4221 * international/mule-cmds.el (iso-2022-control-alist):
4222 * emacs-lisp/timer.el (timer-duration-words):
4223 * subr.el (version-separator, version-regexp-alist):
4224 * minibuffer.el (completion-styles-alist):
4225 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4226 Change defvars to defconsts.
4227
4228 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4229 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4230 * international/mule-conf.el: Allow to be byte compiled.
4231
4232 * international/mule.el (define-charset): Purecopy props.
4233 (load-with-code-conversion): Purecopy doc string and file name.
4234 (put-charset-property): Purecopy strings.
4235 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4236
4237 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4238 (define-char-code-property): Correctly purecopy the table.
4239
4240 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4241
4242 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4243
4244 * subr.el (add-hook): Purecopy strings.
4245 (eval-after-load): Purecopy load-history-regexp and the form.
4246
4247 * custom.el (custom-declare-group): Purecopy load-file-name.
4248
4249 * subr.el (menu-bar-separator): New defconst.
4250 * net/eudc.el (eudc-tools-menu):
4251 * international/mule-cmds.el (set-coding-system-map)
4252 (mule-menu-keymap):
4253 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4254 * vc-hooks.el (vc-menu-map):
4255 * replace.el (occur-mode-map):
4256 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4257 (menu-bar-edit-menu, menu-bar-goto-menu)
4258 (menu-bar-custom-menu, menu-bar-showhide-menu)
4259 (menu-bar-options-menu, menu-bar-tools-menu)
4260 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4261 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4262 (menu-bar-help-menu):
4263 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4264 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4265
4266 * term/x-win.el (x-gtk-stock-map):
4267 * progmodes/vera-mode.el (auto-mode-alist):
4268 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4269 (inferior-lisp-program, inferior-lisp-load-command):
4270 * progmodes/hideshow.el (hs-special-modes-alist):
4271 * progmodes/gud.el (same-window-regexps):
4272 * progmodes/grep.el (grep-program, find-program, xargs-program):
4273 * net/telnet.el (same-window-regexps):
4274 * net/rlogin.el (same-window-regexps):
4275 * language/ethiopic.el (font-ccl-encoder-alist):
4276 * vc-sccs.el (vc-sccs-master-templates):
4277 * vc-rcs.el (vc-rcs-master-templates):
4278 * subr.el (cl-assertion-failed):
4279 * simple.el (next-error-overlay-arrow-position):
4280 * lpr.el (lpr-command):
4281 * locate.el (locate-ls-subdir-switches):
4282 * info.el (same-window-regexps, info)
4283 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4284 * image-mode.el (image-mode, auto-mode-alist):
4285 * hippie-exp.el (hippie-expand-ignore-buffers):
4286 * format.el (format-alist):
4287 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4288 (find-name-arg):
4289 * facemenu.el (facemenu-keybindings):
4290 * dired.el (dired-listing-switches, dired-chown-program):
4291 * diff.el (diff-switches, diff-command):
4292 * cus-edit.el (same-window-regexps):
4293 * bindings.el (mode-line-mule-info)
4294 (mode-line-buffer-identification): Purecopy strings.
4295
4296 2009-11-11 Juri Linkov <juri@jurta.org>
4297
4298 * simple.el (dired-get-filename) <declare-function>:
4299 Tell the byte-compiler about dired-get-filename.
4300 (shell-command): In Dired mode, get filename from the current line
4301 as the default value.
4302
4303 2009-11-10 Glenn Morris <rgm@gnu.org>
4304
4305 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4306 * calendar/holidays.el, progmodes/cperl-mode.el:
4307 Update x-popup-menu declarations.
4308
4309 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4310 (list-load-path-shadows): Use dolist.
4311 (list-load-path-shadows): Use with-current-buffer.
4312
4313 2009-11-10 Juri Linkov <juri@jurta.org>
4314
4315 * minibuffer.el (read-file-name): Support a list of default values
4316 in `default-filename'. Use the first file name where only one
4317 element is required. Doc fix.
4318
4319 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4320
4321 * net/dbus.el (dbus-unregister-object): Release service, if no
4322 other method is registered for it.
4323
4324 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4325
4326 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4327 bookmark-sort-flag is non-nil (Bug#4653).
4328
4329 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4332 the progress reporter entirely.
4333
4334 * emulation/cua-base.el: Add CUA property to some CC mode commands
4335 (Bug#4100).
4336
4337 2009-11-08 Kevin Ryde <user42@zip.com.au>
4338
4339 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4340 at end of sentence (Bug#4818).
4341
4342 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4343
4344 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4345 Handle "see declaration of" MSFT statements (Bug#4100).
4346
4347 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4348
4349 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4350 (tramp-advice-file-expand-wildcards): Unload via
4351 `ad-remove-advice'.
4352
4353 * net/trampver.el: Update release number.
4354
4355 2009-11-08 Kevin Ryde <user42@zip.com.au>
4356
4357 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4358 `ad-do-it'.
4359
4360 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4361
4362 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4363 in order to keep context in SELinux.
4364
4365 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * dired-aux.el (dired-query): Place cursor in echo area and allow
4368 C-g.
4369
4370 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4371 menu item if not on a directory (Bug#4701).
4372
4373 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4374
4375 Sync with Tramp 2.1.17.
4376
4377 * net/tramp.el (tramp-handle-copy-directory): Don't use
4378 `file-remote-p' (due to compatibility).
4379
4380 * net/tramp-compat.el (tramp-compat-copy-directory)
4381 (tramp-compat-delete-directory): New defuns.
4382
4383 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4384 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4385 `tramp-compat-delete-directory'.
4386
4387 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4388 (tramp-smb-handle-delete-directory): Use
4389 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4390
4391 * net/trampver.el: Update release number.
4392
4393 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * tar-mode.el (tar-copy): Call write-region on the right buffer
4396 (Bug#4857).
4397
4398 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4399 by hand, if necessary (Bug#4878).
4400
4401 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4402
4403 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4404 align size column (Bug#4839).
4405
4406 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4407 statement.
4408
4409 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4410
4411 * progmodes/ld-script.el (auto-mode-alist):
4412 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4413
4414 * cus-face.el (custom-declare-face): Purecopy face spec.
4415
4416 2009-11-06 Kenichi Handa <handa@m17n.org>
4417
4418 * international/uni-bidi.el: Re-generated.
4419 * international/uni-category.el: Re-generated.
4420 * international/uni-combining.el: Re-generated.
4421 * international/uni-mirrored.el: Re-generated.
4422
4423 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4424
4425 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4426 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4427 (tex-start-options, slitex-run-command, latex-run-command)
4428 (tex-run-command, tex-directory):
4429 * textmodes/ispell.el (ispell-html-skip-alists)
4430 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4431 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4432 (adaptive-fill-regexp):
4433 * textmodes/dns-mode.el (auto-mode-alist):
4434 * progmodes/python.el (interpreter-mode-alist):
4435 * progmodes/etags.el (tags-compression-info-list):
4436 * progmodes/etags.el (tags-file-name):
4437 * net/browse-url.el (browse-url-galeon-program)
4438 (browse-url-firefox-program):
4439 * mail/sendmail.el (mail-signature-file)
4440 (mail-citation-prefix-regexp):
4441 * international/mule-conf.el (eight-bit):
4442 * international/latexenc.el (latex-inputenc-coding-alist):
4443 * international/fontset.el (x-pixel-size-width-font-regexp):
4444 * emacs-lisp/warnings.el (warning-type-format):
4445 * emacs-lisp/trace.el (trace-buffer):
4446 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4447 (emacs-lisp-mode-map):
4448 * calendar/holidays.el (holiday-solar-holidays)
4449 (holiday-bahai-holidays, holiday-islamic-holidays)
4450 (holiday-christian-holidays, holiday-hebrew-holidays)
4451 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4452 (hebrew-holidays-1, holiday-oriental-holidays)
4453 (holiday-general-holidays):
4454 * x-dnd.el (x-dnd-known-types):
4455 * tool-bar.el (tool-bar):
4456 * startup.el (site-run-file):
4457 * shell.el (shell-dumb-shell-regexp):
4458 * rfn-eshadow.el (file-name-shadow-tty-properties)
4459 (file-name-shadow-properties):
4460 * paths.el (remote-shell-program, news-directory):
4461 * mouse.el ([C-down-mouse-3]):
4462 * menu-bar.el (menu-bar-tools-menu):
4463 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4464 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4465 (jka-compr-compression-info-list):
4466 * isearch.el (search-whitespace-regexp):
4467 * image-file.el (image-file-name-extensions):
4468 * find-dired.el (find-ls-option):
4469 * files.el (directory-listing-before-filename-regexp)
4470 (directory-free-space-args, insert-directory-program)
4471 (list-directory-brief-switches, magic-fallback-mode-alist)
4472 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4473 (automount-dir-prefix):
4474 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4475 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4476 (face-font-registry-alternatives, face-font-registry-alternatives)
4477 (face-font-family-alternatives):
4478 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4479 (facemenu-foreground-menu, facemenu-face-menu):
4480 * epa-hook.el (epa-file-name-regexp):
4481 * dnd.el (dnd-protocol-alist):
4482 * textmodes/rst.el (auto-mode-alist):
4483 * button.el (default-button): Purecopy strings.
4484
4485 2009-11-06 Glenn Morris <rgm@gnu.org>
4486
4487 * Makefile.in (ELCFILES): Update.
4488
4489 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4492 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4493
4494 * nxml/xsd-regexp.el (xsdre-gen-categories):
4495 * nxml/xmltok.el (xmltok-parse-entity):
4496 * nxml/rng-parse.el (rng-parse-validate-file):
4497 * nxml/rng-maint.el (rng-format-manual)
4498 (rng-manual-output-force-new-line):
4499 * nxml/rng-loc.el (rng-save-schema-location-1):
4500 * nxml/rng-cmpct.el (rng-c-parse-file):
4501 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4502 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4503
4504 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4505
4506 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4507 Remove extra save-excursions and make-variable-buffer-local's.
4508 Suggested by Stefan Monnier.
4509
4510 (verilog-getopt-file, verilog-module-inside-filename-p)
4511 (verilog-set-define): Merge GNU 1.35 and repair changes from
4512 switching to using with-current-buffer.
4513
4514 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4515 being treated as a number and confusing AUTORESET.
4516 Reported by Dan Dever.
4517
4518 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4519 Add verilog-auto-ignore-concat to fix backward compatibility with
4520 older verilog-modes. Reported by Dan Katz.
4521
4522 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4523 containing closing anchors "...$".
4524
4525 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4526 Reported by Wade Smith.
4527
4528 (verilog-batch-execute-func): Comment on function usage.
4529
4530 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4531
4532 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4533 for labels.
4534
4535 (verilog-label-re, verilog-calc-1): Support proper indent of named
4536 asserts.
4537
4538 (verilog-backward-token, verilog-basic-complete-re)
4539 (verilog-beg-of-statement, verilog-indent-re): Support proper
4540 indent of the assert statement at the beginning of a block of text.
4541
4542 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4543 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4544 tokens as begins.
4545
4546 2009-11-05 Glenn Morris <rgm@gnu.org>
4547
4548 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4549 Emacs 19. (Bug#1531)
4550 (byte-compile-fix-header): Update for the above change.
4551 Drop test for epoch::version.
4552
4553 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4554 * cus-dep.el (custom-make-dependencies):
4555 * finder.el (finder-compile-keywords):
4556 Use autoload-rubric's feature argument.
4557
4558 * calendar/diary-lib.el (top-level): Make load behave more like require.
4559
4560 * vc-git.el (vc-git-stash-map): Move definition before use.
4561
4562 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4563
4564 * custom.el (custom-declare-group): Purecopy standard-value.
4565 (custom-declare-group): Purecopy custom-prefix.
4566
4567 * international/mule.el (load-with-code-conversion):
4568 Call do-after-load-evaluation unconditionally.
4569
4570 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4571
4572 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4575
4576 2009-11-04 Glenn Morris <rgm@gnu.org>
4577
4578 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4579 (byte-compile-compatibility): Remove option.
4580 (byte-compile-close-variables, byte-compile-fix-header)
4581 (byte-compile-insert-header, byte-compile-output-docform)
4582 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4583 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4584 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4585 (byte-compile-insert, byte-compile-defun):
4586 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4587 (byte-defop-compiler19): Remove.
4588 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4589 used by anything. Replace all calls with byte-defop-compiler.
4590
4591 2009-11-04 Juri Linkov <juri@jurta.org>
4592
4593 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4594 (menu-bar-options-menu): Don't quote the `prop' arg of
4595 `menu-bar-make-mm-toggle'.
4596
4597 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * calendar/calendar.el (cal-loaddefs):
4600 * calendar/diary-lib.el (diary-loaddefs):
4601 * calendar/holidays.el (hol-loaddefs):
4602 * eshell/esh-module.el (esh-groups): Load rather than require.
4603
4604 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4607 point-min==1.
4608 (todo-top-priorities): Only display-buffer when called interactively.
4609 (todo-item-start): Don't save excursion point.
4610 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4611 (todo-insert-item-here, todo-file-item, todo-remove-item):
4612 Adjust uses of todo-item-start and todo-item-end.
4613
4614 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4615 (autoload-rubric): Don't use any more.
4616 * cedet/semantic/fw.el (semantic/loaddefs):
4617 * cedet/srecode.el (srecode/loaddefs):
4618 * cedet/ede.el (ede/loaddefs): Load rather than require.
4619 * cedet/ede/cpp-root.el:
4620 * cedet/ede/emacs.el:
4621 * cedet/ede/files.el:
4622 * cedet/ede/linux.el:
4623 * cedet/ede/locate.el:
4624 * cedet/ede/make.el:
4625 * cedet/ede/shell.el:
4626 * cedet/ede/speedbar.el:
4627 * cedet/ede/system.el:
4628 * cedet/ede/util.el:
4629 * cedet/semantic/analyze.el:
4630 * cedet/semantic/bovine.el:
4631 * cedet/semantic/complete.el:
4632 * cedet/semantic/ctxt.el:
4633 * cedet/semantic/db-file.el:
4634 * cedet/semantic/db-find.el:
4635 * cedet/semantic/db-global.el:
4636 * cedet/semantic/db-mode.el:
4637 * cedet/semantic/db-typecache.el:
4638 * cedet/semantic/db.el:
4639 * cedet/semantic/debug.el:
4640 * cedet/semantic/dep.el:
4641 * cedet/semantic/doc.el:
4642 * cedet/semantic/edit.el:
4643 * cedet/semantic/find.el:
4644 * cedet/semantic/format.el:
4645 * cedet/semantic/html.el:
4646 * cedet/semantic/ia-sb.el:
4647 * cedet/semantic/ia.el:
4648 * cedet/semantic/idle.el:
4649 * cedet/semantic/lex-spp.el:
4650 * cedet/semantic/lex.el:
4651 * cedet/semantic/mru-bookmark.el:
4652 * cedet/semantic/scope.el:
4653 * cedet/semantic/senator.el:
4654 * cedet/semantic/sort.el:
4655 * cedet/semantic/symref.el:
4656 * cedet/semantic/tag-file.el:
4657 * cedet/semantic/tag-ls.el:
4658 * cedet/semantic/tag-write.el:
4659 * cedet/semantic/tag.el:
4660 * cedet/semantic/util-modes.el:
4661 * cedet/semantic/analyze/complete.el:
4662 * cedet/semantic/analyze/refs.el:
4663 * cedet/semantic/bovine/c.el:
4664 * cedet/semantic/bovine/gcc.el:
4665 * cedet/semantic/bovine/make.el:
4666 * cedet/semantic/bovine/scm.el:
4667 * cedet/semantic/decorate/include.el:
4668 * cedet/semantic/decorate/mode.el:
4669 * cedet/semantic/symref/cscope.el:
4670 * cedet/semantic/symref/global.el:
4671 * cedet/semantic/symref/grep.el:
4672 * cedet/semantic/symref/idutils.el:
4673 * cedet/semantic/symref/list.el:
4674 * cedet/semantic/wisent/java-tags.el:
4675 * cedet/semantic/wisent/javascript.el:
4676 * cedet/srecode/compile.el:
4677 * cedet/srecode/cpp.el:
4678 * cedet/srecode/document.el:
4679 * cedet/srecode/el.el:
4680 * cedet/srecode/expandproto.el:
4681 * cedet/srecode/getset.el:
4682 * cedet/srecode/insert.el:
4683 * cedet/srecode/java.el:
4684 * cedet/srecode/map.el:
4685 * cedet/srecode/mode.el:
4686 * cedet/srecode/template.el:
4687 * cedet/srecode/texi.el: Remove the file-local setting of
4688 generated-autoload-feature.
4689
4690 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4691 and only put a prop if it is non-nil.
4692
4693 2009-11-03 Juri Linkov <juri@jurta.org>
4694
4695 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4696 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4697
4698 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4699 and "Menu" to make top-level menu item visually one unit (like
4700 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4701 multi-word menu items). Fix :help string for quit-window.
4702
4703 2009-11-03 Glenn Morris <rgm@gnu.org>
4704
4705 * cedet/mode-local.el (with-mode-local): Doc fix.
4706
4707 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4708 (byte-compile-file-form-define-abbrev-table)
4709 (byte-compile-file-form-custom-declare-variable)
4710 (byte-compile-variable-ref, byte-compile-defvar):
4711 Whether or not a warning is enabled should only affect whether we issue
4712 the warning, not whether or not we collect the relevant data.
4713 Eg warnings can be turned on and off throughout the course of a file.
4714
4715 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4716 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4717
4718 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4721 * play/mpuz.el (mpuz-create-buffer):
4722 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4723 (lm-print-y,s,noise, lm-print-w0, lm-init):
4724 * play/gomoku.el (gomoku-prompt-for-move):
4725 * play/fortune.el (fortune-in-buffer):
4726 * play/dissociate.el (dissociated-press):
4727 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4728 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4729 * mail/supercite.el (sc-eref-show):
4730 * mail/smtpmail.el (smtpmail-send-it):
4731 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4732 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4733 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4734 (rmail-summary-goto-msg, rmail-summary-expunge)
4735 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4736 (rmail-summary-add-label, rmail-summary-output-menu)
4737 (rmail-summary-output-body):
4738 * mail/rfc822.el (rfc822-addresses):
4739 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4740 * mail/mailpost.el (post-mail-send-it):
4741 * mail/hashcash.el (hashcash-generate-payment):
4742 * mail/feedmail.el (feedmail-run-the-queue)
4743 (feedmail-queue-send-edit-prompt-help-first)
4744 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4745 (feedmail-deduce-address-list):
4746 * eshell/esh-ext.el (eshell-remote-command):
4747 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4748 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4749 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4750 (viper-save-string-in-file, viper-valid-marker):
4751 * emulation/viper-keym.el (viper-toggle-key):
4752 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4753 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4754 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4755 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4756 (viper-exec-form-in-emacs, viper-brac-function):
4757 * emulation/viper.el (viper-delocalize-var):
4758 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4759 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4760 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4761 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4762 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4763 * emulation/edt.el (edt-electric-helpify):
4764 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4765 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4766 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4767 (cua-indent-to-global-mark-column):
4768 * calendar/diary-lib.el (calendar-mark-1):
4769 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4770 Use with-current-buffer.
4771 * emulation/viper.el (viper-delocalize-var): Use dolist.
4772
4773 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * comint.el (comint-replace-by-expanded-history-before-point):
4776 Replace !! with the previous input string literally (Bug#1795).
4777
4778 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4779
4780 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4781 to be made up of whitespace.
4782
4783 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4784
4785 * minibuffer.el (read-file-name): Don't use file dialogs for
4786 remote directories (Bug#99).
4787
4788 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4789
4790 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4791
4792 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4793
4794 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4795 instead of deleting the window or frame.
4796
4797 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4800 Support face colors.
4801
4802 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4803 New function. Support face colors (Bug#1168).
4804 (tex-common-initialization): Use it.
4805
4806 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4807 mode allows it (Bug#1168).
4808
4809 2009-10-31 Juri Linkov <juri@jurta.org>
4810
4811 * facemenu.el (list-colors-display): Don't mark buffer as
4812 modified (Bug#3948).
4813
4814 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * international/mule-diag.el (list-character-sets-1): Minor
4817 message fix (Bug#3526).
4818
4819 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4820 face property (Bug#4834).
4821 (etags-list-tags, etags-tags-apropos-additional)
4822 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4823 property.
4824
4825 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4826 items.
4827
4828 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4829 items.
4830
4831 * cedet/ede.el (ede-minor-mode):
4832 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4833
4834 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * textmodes/two-column.el (2C-split):
4837 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4838 * textmodes/tex-mode.el (tex-set-buffer-directory):
4839 * textmodes/spell.el (spell-region, spell-string):
4840 * textmodes/reftex.el (reftex-erase-buffer):
4841 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4842 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4843 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4844 (reftex-select-item):
4845 * textmodes/reftex-ref.el (reftex-label-info-update)
4846 (reftex-offer-label-menu):
4847 * textmodes/reftex-index.el (reftex-index-change-entry)
4848 (reftex-index-phrases-info):
4849 * textmodes/reftex-global.el (reftex-create-tags-file)
4850 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4851 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4852 (reftex-view-crossref-from-bibtex):
4853 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4854 (reftex-extract-bib-entries-from-thebibliography)
4855 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4856 * textmodes/refbib.el (r2b-capitalize-title):
4857 (r2b-convert-buffer, r2b-help):
4858 * textmodes/page-ext.el (pages-directory)
4859 (pages-directory-goto-with-mouse):
4860 * textmodes/bibtex.el (bibtex-validate-globally):
4861 * textmodes/bib-mode.el (bib-capitalize-title):
4862 * textmodes/artist.el (artist-clear-buffer, artist-system):
4863 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4864 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4865 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4866 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4867 (xscheme-send-control-g-interrupt, xscheme-start-process)
4868 (xscheme-process-sentinel, xscheme-cd):
4869 * progmodes/verilog-mode.el (verilog-read-always-signals)
4870 (verilog-set-define, verilog-getopt-file)
4871 (verilog-module-inside-filename-p):
4872 * progmodes/sh-script.el:
4873 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4874 (python-pdbtrack-grub-for-buffer, python-execute-file):
4875 * progmodes/octave-inf.el (inferior-octave):
4876 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4877 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4878 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4879 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4880 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4881 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4882 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4883 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4884 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4885 (idlwave-shell-examine-display, idlwave-shell-run-region)
4886 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4887 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4888 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4889 (idlwave-help-get-help-buffer):
4890 * progmodes/gud.el (gud-basic-call, gud-find-class)
4891 (gud-tooltip-activate-mouse-motions-if-enabled):
4892 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4893 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4894 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4895 (ebrowse-tags-next-file):
4896 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4897 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4898 (ebnf-eps-finish-and-write):
4899 * progmodes/cpp.el (cpp-edit-save):
4900 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4901 * progmodes/cc-defs.el (c-emacs-features):
4902 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4903 (antlr-directory-dependencies):
4904 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4905 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4906 (ada-find-any-references, ada-make-filename-from-adaname)
4907 (ada-make-body-gnatstub):
4908 * obsolete/rnews.el (news-list-news-groups):
4909 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
4910 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4911 * net/rcirc.el (rcirc-debug):
4912 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4913 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4914 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4915 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
4916 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
4917 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4918 (newsticker--treeview-list-clear-highlight)
4919 (newsticker--treeview-list-update-highlight)
4920 (newsticker--treeview-list-highlight-start)
4921 (newsticker--treeview-tree-update-highlight)
4922 (newsticker--treeview-get-selected-item)
4923 (newsticker-treeview-mark-list-items-old)
4924 (newsticker--treeview-set-current-node):
4925 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4926 * net/newst-backend.el (newsticker--get-news-by-funcall)
4927 (newsticker--get-news-by-wget, newsticker--image-get)
4928 (newsticker--image-sentinel):
4929 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4930 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4931 (eudc-ph-close-session):
4932 * net/eudc.el (eudc-save-options):
4933 * language/thai-word.el (thai-update-word-table):
4934 * language/japan-util.el (japanese-string-conversion):
4935 * international/titdic-cnv.el (tsang-quick-converter)
4936 (ziranma-converter, ctlau-converter):
4937 * international/mule-cmds.el (describe-language-environment):
4938 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4939 (skkdic-convert-postfix, skkdic-convert-prefix):
4940 (skkdic-convert-okuri-nasi, skkdic-convert):
4941 * emacs-lisp/re-builder.el (reb-update-overlays):
4942 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4943 * emacs-lisp/gulp.el (gulp-send-requests):
4944 * emacs-lisp/find-gc.el (trace-call-tree):
4945 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4946 (eieio-describe-generic):
4947 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4948 * emacs-lisp/edebug.el (edebug-outside-excursion):
4949 * emacs-lisp/debug.el (debugger-make-xrefs):
4950 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4951 * emacs-lisp/chart.el (chart-new-buffer):
4952 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4953 Use with-current-buffer.
4954 * textmodes/artist.el (artist-system): Don't call
4955 copy-sequence on a fresh string.
4956 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4957
4958 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4959
4960 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4961 is no item to edit. (Bug#4820)
4962 (todo-top-priorities): Restore point and restore narrowing in Todo
4963 buffer. (Bug#4820)
4964
4965 2009-10-31 Glenn Morris <rgm@gnu.org>
4966
4967 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4968 (comint-last-output-start, comint-last-input-start)
4969 (comint-last-input-end): Don't defvar when compiling.
4970 (ange-ftp-process-file): Use bound-and-true-p.
4971
4972 * pcmpl-rpm.el (top-level): Move provide statement to end.
4973 (pcmpl-rpm): Remove unused custom group.
4974
4975 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4976
4977 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4978
4979 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4980 (byte-compile-warnings): Add `constants' as an option.
4981 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4982 (display-call-tree): Update for byte-compile-fdefinition possibly
4983 returning `(macro lambda ...)'. (Bug#4778)
4984 (byte-compile-variable-ref, byte-compile-setq-default):
4985 Respect `constants' member of byte-compile-warnings.
4986
4987 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4988 Use mapc rather than mapcar because the return value is never used.
4989
4990 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4991 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4992 * cedet/semantic/html.el:
4993 Suppress harmless warnings about setting up semantic-imenu (not
4994 part of Emacs) variables.
4995
4996 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4999 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5000 to "submit:".
5001
5002 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5003 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5004 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5005 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5006 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5007 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5008 (semantic-analyzer-debug-global-symbol)
5009 (semantic-analyzer-debug-missing-innertype)
5010 (semantic-analyzer-debug-insert-include-summary):
5011 * cedet/semantic/util.el (semantic-file-tag-table):
5012 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5013 (semantic-recursive-find-nonterminal-by-name):
5014 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5015 * cedet/semantic/tag-file.el (semantic-prototype-file):
5016 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5017 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5018 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5019 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5020 (semantic-idle-summary-maybe-highlight):
5021 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5022 (semantic-ia-sb-tag-info):
5023 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5024 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5025 * cedet/semantic/ede-grammar.el (project-compile-target):
5026 (ede-proj-makefile-insert-variables):
5027 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5028 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5029 (semantic-debug-mode, semantic-debug):
5030 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5031 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5032 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5033 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5034 (semanticdb-find-translate-path-includes--internal)
5035 (semanticdb-reset-log, semanticdb-find-log-activity):
5036 * cedet/semantic/db-file.el (object-write):
5037 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5038 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5039 (semanticdb-create-ebrowse-database):
5040 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5041 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5042 (semantic-collector-calculate-completions-raw)
5043 (semantic-complete-read-tag-analyzer):
5044 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5045 * cedet/ede/util.el (ede-update-version-in-source):
5046 * cedet/ede/proj.el (project-delete-target):
5047 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5048 (ede-proj-flush-autoconf):
5049 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5050 (ede-proj-configure-synchronize):
5051 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5052 * cedet/ede/linux.el (ede-linux-version):
5053 * cedet/ede/emacs.el (ede-emacs-version):
5054 * cedet/ede/dired.el (ede-dired-add-to-target):
5055 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5056 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5057 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5058 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5059 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5060 (cedet-idutils-version-check):
5061 * cedet/cedet-global.el (cedet-gnu-global-call):
5062 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5063 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5064 * cedet/cedet-cscope.el (cedet-cscope-call)
5065 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5066 Use with-current-buffer.
5067 * cedet/ede.el (ede-make-project-local-variable)
5068 (ede-set-project-variables, ede-set): Use dolist.
5069
5070 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5071
5072 * textmodes/ispell.el (ispell-skip-region-alist):
5073 * international/mule-conf.el (eight-bit):
5074 * international/fontset.el (font-encoding-alist):
5075 * startup.el (pure-space-overflow-message):
5076 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5077 * paths.el (gnus-nntp-service, rmail-spool-directory)
5078 (term-file-prefix):
5079 * files.el (save-some-buffers-action-alist):
5080 * cmuscheme.el (same-window-buffer-names):
5081 * ielm.el (same-window-buffer-names):
5082 * shell.el (same-window-buffer-names):
5083 * mail/sendmail.el (same-window-buffer-names):
5084 * progmodes/inf-lisp.el (same-window-buffer-names):
5085 * bindings.el (mode-line-client)
5086 (mode-line-column-line-number-mode-map):
5087 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5088 (tibetan-precomposed-regexp): Purecopy string arguments.
5089
5090 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5093 (calcDigit-nondigit):
5094 * calc/calc-yank.el (calc-copy-to-buffer):
5095 * calc/calc-units.el (calc-invalidate-units-table):
5096 * calc/calc-trail.el (calc-trail-yank):
5097 * calc/calc-store.el (calc-insert-variables):
5098 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5099 * calc/calc-prog.el (calc-read-parse-table):
5100 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5101 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5102 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5103 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5104 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5105 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5106 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5107 * calc/calc-ext.el (calc-realign):
5108 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5109 (calc-embedded-finish-edit, calc-embedded-make-info)
5110 (calc-embedded-finish-command, calc-embedded-stack-change):
5111 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5112
5113 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5114 (overload-docstring-extension): Use that info.
5115 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5116 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5117 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5118 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5119 (semantic-nonterminal-full-name): Add the new `when' info.
5120 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5121 `assert'.
5122
5123 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5124 shell-dynamic-complete-filename in preference to
5125 comint-dynamic-complete-filename.
5126
5127 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5128 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5129 Don't consider whether the display supports colors.
5130 (bookmark-import-new-list): Use dolist.
5131 (bookmark-bmenu-mode-map): Move initialization into declaration.
5132 (bookmark-bmenu-list): Use dolist, simplify.
5133 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5134 (menu-bar-final-items): Use push.
5135
5136 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5137
5138 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5139 it works on remote files.
5140 (vc-hg-diff): Don't pass any `--cwd' argument.
5141
5142 2009-10-27 Kevin Ryde <user42@zip.com.au>
5143
5144 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5145 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5146 (Further to Bug#3921).
5147
5148 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5149
5150 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5151 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5152 calling `tramp-imap-put-file'. Add file size to the call.
5153 (tramp-imap-get-file-entries): Compute also user name, file size,
5154 and date.
5155 (tramp-imap-handle-insert-directory): Insert uid and gid.
5156 (tramp-imap-handle-file-attributes): Transform uid and gid
5157 according to `id-format'.
5158 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5159 size in header X-Size.
5160
5161 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5162
5163 * simple.el (transpose-subr): Give clearer error when the mark
5164 is not set. (Bug#4807)
5165
5166 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5167
5168 * net/tramp.el (tramp-perl-file-truename): New defconst.
5169 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5170 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5171 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5172 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5173
5174 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5175 Ignore `dired-call-process'.
5176 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5177
5178 2009-10-26 Julian Scheid <julians37@gmail.com>
5179
5180 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5181 (tramp-get-remote-readlink): New defun.
5182 (tramp-handle-file-truename): Use it.
5183 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5184 file exists if cache value present.
5185 (tramp-check-cached-permissions): New defun.
5186 (tramp-handle-file-readable-p): Use it.
5187 (tramp-handle-file-writable-p): Likewise.
5188 (tramp-handle-file-executable-p): Likewise.
5189 (tramp-handle-file-name-all-completions): Try using Perl to get
5190 partial completions. When perl not available, combine `cd' and
5191 `ls' into single remote operation and use shell expansion to get
5192 partial remote directory contents. Set `file-exists-p' cache for
5193 directory and any files returned by ls. Change cache handling to
5194 support partial directory contents. Use error message emitted by
5195 remote `cd' or Perl code for local tramp-error.
5196 (tramp-do-copy-or-rename-file-directly): Avoid separate
5197 tramp-send-command-and-check call.
5198 (tramp-handle-process-file): Merge three remote ops into one.
5199 Do not flush all caches when `process-file-side-effects' is set.
5200 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5201 file-attributes shows uid/gid to be set already.
5202
5203 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5204
5205 * textmodes/tex-mode.el (tex-dvi-view-command)
5206 (tex-show-queue-command, tex-open-quote):
5207 * progmodes/ruby-mode.el (auto-mode-alist)
5208 (interpreter-mode-alist): Purecopy strings.
5209
5210 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5211
5212 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5213 string for the hook, keymap and abbrev table.
5214
5215 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5216
5217 * x-dnd.el (x-dnd-xdnd-to-action):
5218 * startup.el (fancy-startup-text, fancy-about-text): Change to
5219 defconst from defvar.
5220
5221 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5222
5223 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5224 Purecopy initialization strings.
5225
5226 * mail/sendmail.el (mail-header-separator)
5227 (mail-personal-alias-file):
5228 * mail/rmail.el (rmail-default-dont-reply-to-names)
5229 (rmail-ignored-headers, rmail-retry-ignored-headers)
5230 (rmail-highlighted-headers, rmail-secondary-file-directory)
5231 (rmail-secondary-file-regexp):
5232 * files.el (null-device, file-name-invalid-regexp)
5233 (locate-dominating-stop-dir-regexp)
5234 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5235 (interpreter-mode-alist): Use mapcar instead of mapc.
5236
5237 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5238
5239 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5240 (completion-ignored-extensions):
5241 (debug-ignored-errors): Purecopy strings.
5242
5243 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5246 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5247 (pcomplete--here): Use push.
5248
5249 * subr.el (all-completions): Declare the 4th arg obsolete.
5250
5251 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5254 (pcomplete-unquote-argument): New function.
5255 (pcomplete--common-suffix): Always pay attention to case.
5256 (pcomplete--table-subvert): Quote and unquote the text.
5257 (pcomplete--common-quoted-suffix): New function.
5258 (pcomplete-std-complete): Use it and pcomplete-begin.
5259
5260 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5261 we're inside a dedicated or minibuffer window.
5262
5263 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * cedet/semantic/fw.el (semantic-alias-obsolete)
5266 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5267 (define-mode-overload-implementation):
5268 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5269 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5270 * cedet/semantic/util.el (semantic-file-token-stream)
5271 (semantic-something-to-stream):
5272 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5273 (semantic-expand-nonterminal):
5274 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5275 (semantic-find-dependency, semantic-find-nonterminal)
5276 (semantic-find-dependency):
5277 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5278 (semantic-flex-text, semantic-flex-make-keyword-table)
5279 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5280 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5281 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5282 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5283 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5284 (semantic-after-idle-scheduler-reparse-hooks):
5285 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5286 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5287 * cedet/semantic.el (semantic-toplevel-bovine-table)
5288 (semantic-toplevel-bovine-cache)
5289 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5290 (semantic-init-mode-hooks, semantic-init-db-hooks)
5291 (semantic-bovination-working-type): Provide the `when' arg.
5292
5293 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5294
5295 * bookmark.el: Update documentation, especially documentation
5296 of `bookmark-alist' and of the bookmark file format.
5297 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5298
5299 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5302 keybindings apply to the mail buffer (Bug#4003). Shrink help
5303 window to buffer.
5304
5305 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5306 (global-whitespace-mode, global-whitespace-newline-mode)
5307 (whitespace-toggle-options, global-whitespace-toggle-options):
5308 Doc fix (Bug#3660).
5309
5310 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5311 of xmltok-start before the end tag was inserted (Bug#2840).
5312
5313 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5314 patterns that are preceded by an open-paren (Bug#1320).
5315
5316 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5317
5318 * files.el (delete-directory): Delete symlinks to directories with
5319 delete-file (Bug#4739).
5320
5321 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5322
5323 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5324 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5325 argument to make-obsolete.
5326
5327 * cedet/semantic/fw.el (semantic-alias-obsolete)
5328 (semantic-varalias-obsolete): Add optional WHEN argument.
5329
5330 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5331
5332 * vc.el (vc-backend-for-registration): Rename from
5333 vc-get-backend-for-registration. Update callers.
5334
5335 * international/mule-cmds.el (set-language-info-alist):
5336 Purecopy lang-env.
5337 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5338 (charset): Purecopy the name.
5339 (define-char-code-property): Purecopy string arguments.
5340
5341 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5342 Purecopy string arguments.
5343
5344 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5345 * ediff-hook.el (menu-bar-ediff-menu):
5346 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5347 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5348
5349 2009-10-24 Glenn Morris <rgm@gnu.org>
5350
5351 * comint.el (comint-dynamic-list-completions):
5352 * term.el (term-dynamic-list-completions): Use choose-completion rather
5353 than obsolete alias mouse-choose-completion.
5354
5355 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5356 file-cache-choose-completion.
5357 (file-cache-choose-completion): Handle an optional event argument.
5358 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5359
5360 * progmodes/octave-mod.el (octave-complete-symbol):
5361 Use choose-completion if mouse-choose-completion is ever removed.
5362
5363 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5364 use.
5365
5366 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5367 compiler.
5368
5369 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5370
5371 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5374 Ignore `pred' now that we receive one.
5375 Handle test-completion specially.
5376
5377 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5378
5379 * vc.el (vc-responsible-backend): Throw an error if not backend is
5380 found. Remove the REGISTER argument. Move the code dealing with
5381 REGISTER ...
5382 (vc-get-backend-for-registration): ... here. New function.
5383 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5384 of vc-responsible-backend, pass the file name instead of the
5385 directory name.
5386
5387 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5390 New funs.
5391 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5392 (pcomplete-comint-setup): Don't modify a global var via
5393 accidental side-effects.
5394 (pcomplete-shell-setup): Adjust call accordingly.
5395 (pcomplete-parse-comint-arguments): Use push.
5396
5397 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5400 Allow uncapitalized info node names (Bug#3921).
5401
5402 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5403 to the DEBUG file (Bug#3781).
5404
5405 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5406
5407 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5408 dictionary entry (Bug#4579).
5409
5410 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5411
5412 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5413 from `rfn-eshadow-update-overlay-hook' when unloading.
5414 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5415 "rsyncc". Adjust doc string.
5416 (tramp-temp-buffer-file-name): New buffer-local defvar.
5417 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5418 Keep temporary file when indicated by method ("rsync" and
5419 "rsyncc").
5420 (tramp-handle-write-region): Handle APPEND.
5421 (tramp-delete-temp-file-function): New defun. Added to
5422 `kill-buffer-hook'.
5423
5424 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5425
5426 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5427
5428 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5429
5430 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5431 (color-name-rgb-alist, tty-standard-colors)
5432 (tty-color-mode-alist): Change to defconst.
5433
5434 * simple.el (mark-inactive): Purecopy message.
5435
5436 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5437 (global-map, yank-menu):
5438 * textmodes/ispell.el (ispell-menu-map):
5439 * net/eudc.el (eudc-tools-menu):
5440 * international/mule-cmds.el (describe-language-environment-map)
5441 (setup-language-environment-map, set-coding-system-map)
5442 (mule-menu-keymap):
5443 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5444 * replace.el (occur-mode-map):
5445 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5446
5447 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5448
5449 * calc/calc.el (math-read-number, math-read-number-simple): Use
5450 `save-match-data'.
5451
5452 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5455 rather than fiddling with global-map bindings, since it should only
5456 affect per-terminal settings.
5457 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5458
5459 * minibuffer.el (completion-table-with-terminator): Allow to specify
5460 the terminator-regexp.
5461
5462 * simple.el (switch-to-completions): Look for *Completions* in other
5463 frames as well.
5464
5465 * pcomplete.el: Allow the use of completion-tables.
5466 (pcomplete-std-complete): New command.
5467 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5468 (pcomplete--here): Use a function for `form' rather than an expression,
5469 so it can be byte-compiled.
5470 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5471 Add edebug declaration.
5472 (pcomplete-show-completions): Remove unused var `curbuf'.
5473 (pcomplete-do-complete, pcomplete-stub):
5474 Don't assume `completions' is a list of strings any more.
5475
5476 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5477
5478 * find-dired.el (find-name-arg): Fix typo in docstring.
5479
5480 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5481
5482 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5483 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5484
5485 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5486 pcomplete-entries.
5487
5488 * comint.el (comint-read-input-ring, comint-write-input-ring)
5489 (comint-substitute-in-file-name)
5490 (comint-dynamic-complete-as-filename)
5491 (comint-dynamic-simple-complete)
5492 (comint-dynamic-list-filename-completions)
5493 (comint-dynamic-list-completions)
5494 (comint-redirect-results-list-from-process): Minor simplifications.
5495
5496 2009-10-21 Kevin Ryde <user42@zip.com.au>
5497
5498 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5499 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5500 the first form. And insert a blank line after ";;; Code" since
5501 that's usual style. (Bug#4612)
5502
5503 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5504
5505 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * minibuffer.el (completion-table-with-terminator): Properly implement
5508 boundaries, in case `terminator' appears in the suffix.
5509 (completion--embedded-envvar-table): Don't return boundaries if
5510 there's no valid completion. Simplify.
5511 (completion-file-name-table): New completion table extracted from
5512 completion--file-name-table.
5513 (completion--file-name-table): Use it.
5514 (read-file-name-predicate): Declare obsolete.
5515 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5516 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5517 completion-file-name-table, and use the `pred' argument.
5518 * files.el (locate-file-completion-table): Use the `pred' arg rather
5519 than read-file-name-predicate.
5520 (abbreviate-file-name): Use \` rather than ^ for BOS.
5521
5522 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5523
5524 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5525 vc-responsible-backend to register, it causes problems.
5526
5527 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5530
5531 2009-10-21 Eric Ludlam <zappo@gnu.org>
5532
5533 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5534 (semantic-c-debug-mode-init-pch): New functions.
5535 (semantic-c-debug-mode-init-last-mode): New var.
5536 (semantic-c-parse-lexical-token): Use them.
5537
5538 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5539 When extracting the argument list, limit only by point-max.
5540
5541 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5542
5543 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5544 (tramp-smb-handle-file-attributes): Use it.
5545 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5546 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5547 `mapcar'. Use `tramp-smb-get-stat-capability'.
5548 Add `dired-filename' text properties.
5549 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5550 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5551 version.
5552
5553 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * subr.el (read-key-delay): Reduce to 0.01.
5556 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5557 (bug#4751).
5558
5559 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5562
5563 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5564 (Info-menu): Remove unused vars `last' and `completions'.
5565 (Info-index-nodes): Remove unused var `node'.
5566
5567 * info.el (Info-complete-menu-item): Use complete-with-action.
5568
5569 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5570
5571 Make vc-annotate work through copies and renames.
5572 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5573 Return the file name too.
5574 (vc-annotate-revision-at-line)
5575 (vc-annotate-find-revision-at-line)
5576 (vc-annotate-revision-previous-to-line)
5577 (vc-annotate-show-log-revision-at-line): Update to get the file
5578 name from vc-annotate-extract-revision-at-line.
5579 (vc-annotate-show-diff-revision-at-line-internal): Change the
5580 argument to mean whether to show a file diff or not. Get the file
5581 name from vc-annotate-extract-revision-at-line.
5582 (vc-annotate-show-diff-revision-at-line):
5583 Update vc-annotate-show-diff-revision-at-line call.
5584 (vc-annotate-warp-revision): Add an optional file argument.
5585
5586 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5587 (vc-git-annotate-extract-revision-at-line): Also return the file
5588 name if found.
5589
5590 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5591 command. Remove unused code.
5592 (vc-hg-annotate-re): Update to match --follow output.
5593 (vc-hg-annotate-extract-revision-at-line): Also return the file
5594 name if found.
5595
5596 * vc.el: Update annotate-extract-revision-at-line documentation.
5597
5598 2009-10-18 Kevin Ryde <user42@zip.com.au>
5599
5600 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5601 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5602
5603 * net/browse-url.el (browse-url): Identify alist with "consp and
5604 not functionp" and let all other things go down the `apply' leg,
5605 as suggested by Stefan. (Further to bug#4531.)
5606
5607 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5608
5609 * minibuffer.el (read-file-name): Check for repeat before putting
5610 a default argument in file-name-history (Bug#4657).
5611
5612 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5613 read syntax (Bug#4737).
5614
5615 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5616
5617 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5618
5619 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5620 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5621 entries and make note of obsolete tags.
5622
5623 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5626
5627 2009-10-18 Glenn Morris <rgm@gnu.org>
5628
5629 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5630 grep, so that binary files (eg international/uni-bidi.el) can match.
5631 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5632 now, and in any case the file header format has changed.
5633
5634 2009-10-17 Glenn Morris <rgm@gnu.org>
5635
5636 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5637 (flyspell-get-word, flyspell-large-region)
5638 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5639
5640 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * Makefile.in (ELCFILES): Add ede/shell.
5643
5644 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5645
5646 * term/common-win.el (x-colors): Purecopy it.
5647
5648 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5651 permissive for when the buffer is empty.
5652 (tar-header-block-tokenize): Decode the username and groupname.
5653 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5654
5655 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * cedet/srecode/srt.el:
5658 * cedet/srecode/compile.el:
5659 * cedet/semantic/mru-bookmark.el:
5660 * cedet/semantic/debug.el:
5661 * cedet/semantic/complete.el:
5662 * cedet/semantic/analyze.el: Require CL when compiling.
5663
5664 2009-10-17 Eric Ludlam <zappo@gnu.org>
5665
5666 * cedet/semantic/scope.el
5667 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5668 tmpscope so that the regular scope will continue to work.
5669
5670 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5671 Use semantic-idle-summary-highlight-face as the highlighting.
5672
5673 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5674 contains multibyte characters, choose first applicable coding
5675 system automatically.
5676
5677 * cedet/ede/project-am.el (project-run-target): New method.
5678 (project-run-target): New method.
5679
5680 * cedet/ede.el (ede-target): Add run target menu item.
5681 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5682 (ede-run-target): New function.
5683 (ede-target::project-run-target): New method.
5684
5685 * cedet/ede/proj.el (project-run-target): New method.
5686
5687 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5688 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5689 Add :rules.
5690 (ede-proj-target-makefile-shared-object): Only libtool compilers
5691 now available. Add linkers for libtool.
5692 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5693 (ede-proj-makefile-target-name): Always use .la extension.
5694
5695 * cedet/ede/proj-prog.el (project-run-target): New method.
5696
5697 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5698 (ede-g++-linker): Change Change link lines.
5699
5700 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5701 When searching for old variables, go to the end of the buffer and
5702 search backward from there.
5703 (ede-proj-makefile-automake-insert-subdirs)
5704 (ede-proj-makefile-automake-insert-extradist): New methods.
5705 (ede-proj-makefile-create): Use them.
5706
5707 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5708 Force FILE to expand to the current target. Use file-exists-p to
5709 check that it exists.
5710
5711 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5712 (ede-linux-load): Wrap dir in file-name-as-directory.
5713 Set :version slot.
5714
5715 * cedet/ede/files.el (ede-get-locator-object): When enabling
5716 locate, do so on "top".
5717
5718 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5719 file-name-as-directory during compare.
5720 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5721 Get version number from different places. Don't call egrep.
5722 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5723 to set the directory.
5724
5725 * cedet/ede/shell.el: New file.
5726
5727 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5728 alpha/beta variants.
5729
5730 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * international/mule-cmds.el (select-safe-coding-system): If the file
5733 has a coding cookie, use it regardless of any other setting (bug#4712).
5734
5735 2009-10-17 Glenn Morris <rgm@gnu.org>
5736
5737 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5738 All errors should have messages.
5739
5740 * foldout.el (foldout-mouse-swallow-events):
5741 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5742
5743 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5744 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5745 (dired-keep-marker-symlink, dired-dwim-target)
5746 (dired-copy-preserve-time): Do not autoload these defcustoms.
5747
5748 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5749 messages from messing up the file coding. (Bug#4623)
5750
5751 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5752
5753 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5754 if no match is found for the current dictionary. (Bug#4578)
5755
5756 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5757 optional, since that is how it is documented, and this is often called
5758 with a nil argument. (Bug#4577)
5759 (flyspell-external-point-words, flyspell-auto-correct-word)
5760 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5761 (flyspell-word-search-backward): Remove nil argument in calls to
5762 flyspell-get-word, since it is not needed now.
5763
5764 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5765
5766 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5767
5768 2009-10-16 Glenn Morris <rgm@gnu.org>
5769
5770 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5771
5772 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5773
5774 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5775 (ange-ftp-file-size): New function.
5776 (ange-ftp-file-attributes): Use it.
5777
5778 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5779
5780 * net/tramp-smb.el (tramp-smb-version): New defvar.
5781 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5782 repeated checks.
5783
5784 2009-10-16 Glenn Morris <rgm@gnu.org>
5785
5786 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5787 Maybe copy some custom properties from old to new name. (Bug#4706)
5788
5789 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5790
5791 * subr.el (error, sit-for, start-process-shell-command)
5792 (start-file-process-shell-command): Set the calling convention
5793 after the function definition.
5794
5795 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * subr.el (error, sit-for, start-process-shell-command)
5798 (start-file-process-shell-command): Use the new
5799 set-advertised-calling-convention feature.
5800
5801 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5802
5803 * international/ucs-normalize.el (ucs-normalize-version):
5804 Change to 1.2.
5805 (check-range): Adjust for Unicode 5.2.
5806
5807 2009-10-15 Juri Linkov <juri@jurta.org>
5808
5809 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5810 to the `menu-item' format.
5811
5812 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5813
5814 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5815 if the environment variable does not exist.
5816
5817 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5818 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5819 parameter.
5820 (tramp-smb-handle-add-name-to-file)
5821 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5822 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5823 (tramp-smb-handle-file-attributes)
5824 (tramp-smb-do-file-attributes-with-stat)
5825 (tramp-smb-handle-file-local-copy)
5826 (tramp-smb-handle-insert-directory)
5827 (tramp-smb-handle-make-directory)
5828 (tramp-smb-handle-make-directory-internal)
5829 (tramp-smb-handle-make-symbolic-link)
5830 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5831 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5832 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5833 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5834 Handle long file names.
5835 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5836 process is running.
5837 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5838 Read share names with "-g" option.
5839
5840 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5841
5842 * net/rcirc.el (rcirc-view-log-file): New command.
5843 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5844 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5845 specified.
5846
5847 2009-10-15 Glenn Morris <rgm@gnu.org>
5848
5849 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5850 from the second command-line argument.
5851 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5852 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5853 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5854 w32-batch-update-autoloads.
5855 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5856 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5857
5858 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5859 the headers cannot be located. Simplify, subtracting superflous
5860 save-excursions.
5861
5862 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 Replace completion-base-size by completion-base-position to fix bugs
5865 such as (bug#4699).
5866 * simple.el (completion-base-position): New var.
5867 (completion-base-size): Mark as obsolete.
5868 (choose-completion): Make it work for mouse events as well.
5869 Pass the new base-position to choose-completion-string.
5870 (choose-completion-guess-base-position): New function, extracted from
5871 choose-completion-delete-max-match.
5872 (choose-completion-delete-max-match): Use it. Make obsolete.
5873 (choose-completion-string): Use the new base-position info.
5874 (completion-root-regexp): Delete.
5875 (completion-setup-function): Preserve completion-base-position.
5876 Eliminate obsolete base-size manipulation.
5877 * minibuffer.el (display-completion-list): Don't mess with base-size.
5878 (minibuffer-completion-help): Set completion-base-position instead.
5879 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5880 choose-completion.
5881 * textmodes/bibtex.el (bibtex-complete):
5882 * emacs-lisp/crm.el (crm--choose-completion-string):
5883 Adjust to new calling convention.
5884 * complete.el (partial-completion-mode): Use minibufferp to avoid
5885 bumping into incompatible change to choose-completion-string-functions.
5886 * ido.el (ido-choose-completion-string): Make its calling convention
5887 more permissive.
5888 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5889 base-size manipulation.
5890 (comint-dynamic-list-input-ring): Use dotimes and push.
5891 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5892 fundamental-mode. Use `or'.
5893
5894 2009-10-14 Juri Linkov <juri@jurta.org>
5895
5896 * misearch.el (multi-isearch-next-buffer-from-list)
5897 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5898
5899 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5900
5901 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5902 `bytecomp.el'.
5903
5904 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5905 string we return is all made up of text from the completions rather
5906 than part from the completions and part from the input (bug#4219).
5907
5908 * ido.el (ido-everywhere): Use define-minor-mode.
5909
5910 * buff-menu.el (list-buffers, ctl-x-map):
5911 Mark the entry points with ;;;###autoload cookies.
5912
5913 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5914
5915 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5916 correctly in the detached head case.
5917 (vc-git-print-log): Remove unused binding.
5918
5919 * vc.el (vc-responsible-backend): When a directory is passed for
5920 for registration create a VC repository if no backend is
5921 responsible for the directory argument.
5922 (vc-deduce-fileset): Tell vc-responsible-backend to register.
5923
5924 * vc.el: Move comments about RCS and SCCS ...
5925 * vc-rcs.el:
5926 * vc-sccs.el: ... here, respectively.
5927
5928 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * minibuffer.el (completion--file-name-table): Return nil if there's
5931 no file completion, even if substitute-in-file-name changed
5932 the string (bug#4708).
5933
5934 2009-10-13 Juri Linkov <juri@jurta.org>
5935
5936 * files-x.el (read-file-local-variable-value): Don't filter out
5937 minor modes from mode name completion (bug#4664).
5938
5939 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5940
5941 * international/mule-cmds.el (ucs-names): Remove exclusion of
5942 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5943
5944 2009-10-13 Kenichi Handa <handa@m17n.org>
5945
5946 * international/uni-name.el: Regenerated.
5947
5948 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5951 should be automatically buffer-local, but isn't.)
5952
5953 2009-10-12 Sam Steingold <sds@gnu.org>
5954
5955 * progmodes/compile.el (compilation-next-error-function): Fix the
5956 timestamps if the buffer has been visited before.
5957 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5958 non-anchored patterns, like the perl one (bug#3928).
5959
5960 2009-10-12 Glenn Morris <rgm@gnu.org>
5961
5962 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5963 Let-bind `size'.
5964
5965 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * proced.el (proced-unload-function): New function.
5968
5969 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5970 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5971 Doc fix.
5972
5973 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5974
5975 2009-10-11 Juri Linkov <juri@jurta.org>
5976
5977 * files-x.el (read-file-local-variable-value):
5978 Provide default value only for bound variables (bug#4664).
5979
5980 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5981
5982 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5983 connection methods like smb.
5984
5985 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5986 can be empty.
5987
5988 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5989 (tramp-smb-file-name-handler-alist): Add handlers for
5990 `add-name-to-file', `make-symbolic-link'.
5991 (tramp-smb-handle-add-name-to-file)
5992 (tramp-smb-do-file-attributes-with-stat)
5993 (tramp-smb-handle-make-symbolic-link)
5994 (tramp-smb-get-cifs-capabilities): New defuns.
5995 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5996 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5997 (tramp-smb-handle-file-local-copy)
5998 (tramp-smb-handle-make-directory-internal)
5999 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6000 The file name syntax depends on cifs capabilities.
6001 (tramp-smb-handle-file-attributes):
6002 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6003 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6004 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6005
6006 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6007
6008 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6009 (eieio-defclass): Apply deftype handler and setf-method properties
6010 directly.
6011 (eieio-add-new-slot): Avoid union function from cl library.
6012 (eieio--typep): New function.
6013 (eieio-perform-slot-validation): Use it.
6014
6015 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6016
6017 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6018 Update documentation to refer to the variables documented in r1.135.
6019 (Bug#4188)
6020
6021 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6022
6023 * bookmark.el (Info-suffix-list): Remove this unused variable.
6024 (bookmark-current-point): Remove this obsolete variable.
6025 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6026 Adjust for removal of bookmark-current-point.
6027
6028 (bookmarks-already-loaded, bookmark-current-buffer)
6029 (bookmark-yank-point): Document. (Bug#4188)
6030
6031 2009-10-10 Glenn Morris <rgm@gnu.org>
6032
6033 * frame.el (frame-height): Doc fix.
6034
6035 * calendar/calendar.el (calendar-split-width-threshold): New option.
6036 (calendar-basic-setup): Use calendar-split-width-threshold.
6037
6038 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6039
6040 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6041 Use .la for Automake.
6042
6043 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6044
6045 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6046 Use "autoreconf -i". Suggested by Andreas Schwab.
6047
6048 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6049
6050 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6051 Ideographic Supplement" range (U+1F200..U+1F2FF).
6052
6053 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6054
6055 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6056 since the list will have been rebuilt anyway. (Bug#4349)
6057
6058 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6059
6060 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6061 (bookmark-bmenu-execute-deletions): Don't save here, as
6062 bookmark-delete will now do so if necessary.
6063 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6064 (Bug#4348)
6065
6066 2009-10-09 Glenn Morris <rgm@gnu.org>
6067
6068 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6069
6070 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6071
6072 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6073 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6074 argument now, so the two function's behaviors will match. (Bug#3645)
6075
6076 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6077
6078 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6079 Fix filename test.
6080 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6081 to expand file names.
6082
6083 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6086 (tramp-file-name-real-host, tramp-file-name-port):
6087 Apply `save-match-data'.
6088
6089 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6090 case both directories are remote.
6091 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6092 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6093
6094 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6097 (ede-proj-target-makefile-objectcode): Use it.
6098
6099 * cedet/ede/source.el (ede-want-any-source-files-p)
6100 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6101 Return search result. This error was introduced while merging.
6102
6103 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6104
6105 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6106
6107 2009-10-07 Glenn Morris <rgm@gnu.org>
6108
6109 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6110 of concat.
6111
6112 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * files-x.el (read-file-local-variable): Include some
6115 non-user-variables in the completion table (bug#4664).
6116
6117 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6118
6119 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6120 message.
6121
6122 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6123 (tramp-smb-file-name-handler-alist): Add handler for
6124 `copy-directory', `expand-file-name', `set-file-modes'.
6125 (tramp-smb-handle-copy-directory)
6126 (tramp-smb-handle-expand-file-name)
6127 (tramp-smb-handle-set-file-modes): New defuns.
6128 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6129 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6130 entry.
6131 (tramp-smb-handle-insert-directory): Don't flush the cache.
6132 (tramp-smb-maybe-open-connection): Check for samba client and
6133 server versions.
6134
6135 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6136
6137 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6138 to not error out of search for "^lisp=" fails.
6139
6140 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6141
6142 * makefile.w32-in (WINS_UPDATES): New macro.
6143 (custom-deps, finder-data, autoloads): Use it.
6144
6145 2009-10-07 Glenn Morris <rgm@gnu.org>
6146
6147 * Makefile.in (autoloads): Revert previous change.
6148 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6149 the list of preloaded files passed on the command-line, get
6150 it from src/Makefile.
6151
6152 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6153 show the original buffer rather than a random one.
6154
6155 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6156
6157 * help.el (describe-no-warranty): Place point in a slightly better
6158 position in the GPLv3 text.
6159
6160 2009-10-06 Sam Steingold <sds@gnu.org>
6161
6162 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6163 the comm attribute is present before calling regexp-quote.
6164
6165 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6166
6167 * play/animate.el (animate-string): For good effect, make sure
6168 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6169
6170 * play/animate.el (animate-sequence, animate-birthday-present):
6171 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6172
6173 2009-10-06 Glenn Morris <rgm@gnu.org>
6174
6175 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6176
6177 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6178 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6179 (batch-update-autoloads): Process a string value of autoload-excludes,
6180 set during the build process.
6181 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6182
6183 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6184 inside with-parsed... macro so that `v' is defined.
6185
6186 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6187 * progmodes/fortran.el (fortran-end-of-block)
6188 (fortran-beginning-of-block):
6189 Also push mark in the macro case.
6190
6191 * emerge.el (emerge-show-file-name):
6192 * calc/calc.el (calc-quit):
6193 * calc/calc-misc.el (calc-big-or-small):
6194 * calc/calc-graph.el (calc-graph-view):
6195 * calc/calc-ext.el (calc-reset):
6196 * calendar/calendar.el (calendar-basic-setup):
6197 Use window-full-height-p.
6198
6199 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6200 header we don't understand, don't insert another. (Bug#4624)
6201 If changing mime charset, insert the new one in the right place.
6202
6203 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6204
6205 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6206 (cal-tex-cursor-month): Correctly increment the end date for diary and
6207 holiday listing. (Bug#4626)
6208
6209 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * help-fns.el (describe-function-1): Don't burp if the function is not
6212 a symbol.
6213
6214 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6217 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6218 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6219 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6220
6221 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6222 (eieio-default-superclass): Reflow docstrings.
6223 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6224 (eieio-unbind-method-implementations, defmethod)
6225 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6226 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6227 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6228 (eieio-slot-originating-class-p, eieio-slot-name-index)
6229 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6230 (constructor, initialize-instance, no-next-method, object-print)
6231 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6232 Fix typos in docstrings.
6233 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6234 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6235 (next-method-p): Doc fixes.
6236 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6237 Fix typos in error messages.
6238 (eieio-defmethod): Fix typo in description of generic method.
6239
6240 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6241 (eieio-persistent-save-interactive, slot-missing):
6242 Fix typos in docstrings.
6243 (eieio-instance-inheritor-slot-boundp): Doc fix.
6244
6245 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6246 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6247
6248 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6249 (eieio-custom-object-apply-reset):
6250 Fix typos in docstrings and error messages.
6251
6252 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6253 Fix typo in docstring.
6254
6255 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6256 (eieio-browse-tree): Doc fix.
6257 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6258 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6259 Fix typos in docstrings.
6260
6261 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6262 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6263 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6264 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6265 Reflow docstrings.
6266
6267 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6268
6269 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6270 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6271 Set log-view-vc-backend so that diff can work.
6272
6273 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6274 vc-version-diff.
6275 (vc-diff-internal): Autoload this instead of vc-version-diff.
6276
6277 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6278
6279 * simple.el (eval-expression): Doc fix.
6280
6281 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6282
6283 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6284
6285 * files.el (directory-files-no-dot-files-regexp): New defconst.
6286 (delete-directory): Use it.
6287 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6288
6289 * net/tramp.el (tramp-verbose): Fix docstring.
6290 (tramp-methods): Add recursive option to `tramp-copy-args'.
6291 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6292 "scp1_old", "scp2_old", "rsync", "rsyncc".
6293 (tramp-default-method): Check also for `auth-source-user-or-password'.
6294 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6295 Add handler for `copy-directory'.
6296 (tramp-handle-copy-directory): New defun.
6297 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6298 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6299 Optimize sent command.
6300
6301 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6302
6303 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6304 window if necessary.
6305
6306 * calendar/calendar.el (calendar-basic-setup): Don't call
6307 switch-to-buffer in a dedicated window.
6308
6309 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6310
6311 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6312 don't do anything related to relocating, just return nil.
6313 (bookmark-error-no-filename): New error.
6314 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6315 bookmark has no file. Don't even attempt to handle things that
6316 are not files; the whole point of custom handlers is to keep that
6317 knowledge elsewhere anyway. Tighten some comments.
6318 (bookmark-file-or-variation-thereof): Remove now-unused function.
6319 (bookmark-location): Doc string fix.
6320 (Bug#4250)
6321
6322 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6323
6324 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6325 don't use a file dialog, because they usually don't know how to read
6326 a directory target from the user. (Bug#4230)
6327 Also, make sure the prompt can display directories as well as files.
6328
6329 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6330
6331 * bookmark.el (bookmark-set, bookmark-buffer-name):
6332 Improve doc strings. (Bug#1193)
6333
6334 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6335
6336 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6337 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6338 (bookmark-get-annotation, bookmark-set-annotation)
6339 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6340 (bookmark-set-position, bookmark-get-front-context-string)
6341 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6342 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6343 (bookmark-jump-other-window, bookmark-handle-bookmark)
6344 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6345 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6346 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6347 Improve doc strings to say whether bookmark can be a string or
6348 a record or both, and make other consistency and clarity fixes.
6349 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6350 (bookmark-default-annotation-text, bookmark-yank-word)
6351 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6352 (bookmark-import-new-list, bookmark-maybe-rename)
6353 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6354 (bookmark-bmenu-bookmark): Give these doc strings.
6355 (bookmark-bmenu-check-position): Give this a doc string, but also
6356 add a FIXME comment about how the function may be pointless.
6357 (bookmark-default-handler): Rework doc string and change a
6358 parameter name, to clarify that this takes a bookmark record
6359 not a bookmark name.
6360 (bookmark-set): Change a parameter name to indicate its meaning,
6361 and improve the doc string a bit.
6362 (Bug#4188)
6363
6364 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6365
6366 * bookmark.el (bookmark-alist): Document the new `handler' element
6367 in the param alist.
6368 (bookmark-make-record-function): Adjust documentation for above.
6369 (Bug#4193)
6370
6371 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6372
6373 * info.el (Info-bookmark-make-record): Document this function.
6374 (Info-bookmark-jump): Document with a doc string, not just a comment.
6375 (Bug#4203)
6376
6377 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6380 (semantic-new-buffer-fcn): Call parser setup functions here.
6381 (semantic-mode): Don't call parser setup functions here, it's done
6382 in semantic-new-buffer-fcn now.
6383 (semantic-mode): Parse all existing buffers when enabled.
6384
6385 * cedet/srecode/compile.el (srecode-compile-file):
6386 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6387
6388 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6391
6392 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6393 (proj-comp-insert-variable-once): New macro, renamed from
6394 ede-pmake-insert-variable-once in ede/pmake.edl.
6395 (ede-proj-makefile-insert-variables): Use it.
6396
6397 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6398
6399 * files.el (copy-directory): New defun.
6400
6401 * dired-aux.el (dired-copy-file-recursive): Use it.
6402
6403 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6404
6405 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6406 (makefile-end-of-command):
6407 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6408 (semantic-end-of-context): Fix previous change. Doc fixes.
6409
6410 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6411
6412 * files-x.el (modify-dir-local-variable)
6413 (copy-dir-locals-to-file-locals-prop-line):
6414 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6415 (makefile-end-of-command):
6416 * cedet/semantic/lex.el (semantic-lex-token):
6417 * cedet/semantic/analyze/fcn.el
6418 (semantic-analyze-dereference-metatype-1):
6419 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6420 (semantic-lex-cpp-undef):
6421 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6422 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6423 (semantic-end-of-context): Fix typos in docstrings.
6424
6425 * recentf.el (recentf-unload-function): New function.
6426
6427 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * cedet/ede.el (ede-project-placeholder-cache-file):
6430 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6431 * cedet/srecode/map.el (srecode-map-save-file):
6432 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6433
6434 2009-10-04 Glenn Morris <rgm@gnu.org>
6435
6436 * window.el (window-full-height-p): Add doc string.
6437
6438 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6439
6440 * window.el (window-full-height-p): New function. (Bug#4543)
6441
6442 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * cedet/srecode/insert.el: Require srecode/args.
6445
6446 * cedet/srecode/args.el: Require srecode/dictionary instead of
6447 srecode/insert.
6448
6449 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6450
6451 * files.el (auto-mode-alist): Add .srt and Project.ede.
6452
6453 * cedet/semantic.el (semantic-mode):
6454 Handle srecode-template-mode-hook as well.
6455 (semantic-mode): Use js-mode-hook for Javascript hook.
6456
6457 * cedet/srecode/template.el: Remove hook variable.
6458
6459 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6460
6461 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6462 projects exist.
6463 (ede-project-placeholder-cache-file): Default to a file in
6464 user-emacs-directory.
6465
6466 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6467 templates in data-directory.
6468 (srecode-map-save-file): Default to a file in user-emacs-directory.
6469
6470 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6471 directory.
6472
6473 2009-09-30 Eric Ludlam <zappo@gnu.org>
6474
6475 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6476 Doc fix.
6477
6478 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6479 Only insert each variable once.
6480
6481 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6482 (ede-pmake-insert-variable-shared): Use it.
6483
6484 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6485 for lexical table iff table is nil.
6486
6487 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6488
6489 * vc.el: Remove commented out code.
6490 (vc-derived-from-dir-mode): Remove, unused.
6491 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6492
6493 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6496 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6497 there could be recursive loading when `default-directory' is a
6498 remote file name. (Bug#4614)
6499
6500 2009-10-03 Glenn Morris <rgm@gnu.org>
6501
6502 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6503 the frame is wide.
6504 (calendar-generate-window): Test for shrinkability rather than width.
6505
6506 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6507 declaration, currently false.
6508
6509 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6510 reusing existing buffers, in case we happen to visit two files with the
6511 same basename. (Bug#4593)
6512
6513 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6514
6515 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6516 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6517 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6518 subdirs of cedet as well.
6519 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6520
6521 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6524 Obey advertised-signature-table.
6525
6526 * help-fns.el (help-function-arglist): Don't check
6527 advertised-signature-table.
6528 (describe-function-1): Do it here instead so it also applies to subrs.
6529
6530 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6531
6532 * simple.el (start-file-process): Say in the doc-string, that file
6533 handlers might not support pty association, if PROGRAM is nil.
6534
6535 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6536 HOST and USER are strings. They are nil, when there are
6537 incomplete entries in ~/.netrc, for example.
6538 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6539 root directory ("device busy" error otherwise).
6540
6541 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6542 Flush file properties of created directory.
6543
6544 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6545
6546 * makefile.w32-in (WINS_BASIC): Remove cedet.
6547 (WINS_CEDET): Add cedet.
6548 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6549
6550 2009-10-02 Kevin Ryde <user42@zip.com.au>
6551
6552 * net/browse-url.el (browse-url): Pass any symbol in
6553 browse-url-browser-function to `apply', since if you've mistakenly put
6554 an unbound symbol then the error is clearer. (Bug#4531)
6555
6556 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6557
6558 * allout.el (allout-init, allout-back-to-current-heading)
6559 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6560 (allout-ascend, allout-up-current-level, allout-end-of-level)
6561 (allout-previous-visible-heading, allout-forward-current-level)
6562 (allout-backward-current-level, allout-show-children):
6563 * apropos.el (apropos-describe-plist):
6564 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6565 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6566 * completion.el (add-completion, add-permanent-completion):
6567 * descr-text.el (describe-text-category, describe-char):
6568 * desktop.el (desktop-lazy-abort):
6569 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6570 * dired.el (dired-build-subdir-alist):
6571 * ediff.el (ediff-version):
6572 * elide-head.el (elide-head, elide-head-show):
6573 * emerge.el (emerge-version):
6574 * env.el (getenv):
6575 * face-remap.el (variable-pitch-mode):
6576 * faces.el (describe-face):
6577 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6578 (dired-at-point):
6579 * files.el (find-file-existing, auto-save-mode):
6580 * font-lock.el (font-lock-fontify-buffer):
6581 * help-fns.el (describe-function, describe-variable)
6582 (describe-syntax, describe-categories):
6583 * help.el (view-lossage, describe-bindings, describe-key)
6584 (describe-mode):
6585 * hexl.el (hexl-current-address):
6586 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6587 * info.el (Info-goto-emacs-key-command-node):
6588 * log-edit.el (log-edit-insert-cvs-template)
6589 (log-edit-insert-cvs-rcstemplate):
6590 * menu-bar.el (menu-bar-mode):
6591 * mouse.el (mouse-appearance-menu):
6592 * newcomment.el (comment-indent-new-line):
6593 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6594 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6595 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6596 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6597 * recentf.el (recentf-mode):
6598 * savehist.el (savehist-mode, savehist-save):
6599 * shadowfile.el (shadow-copy-files):
6600 * simple.el (kill-ring-save, next-line, previous-line)
6601 (normal-erase-is-backspace-mode):
6602 * strokes.el (strokes-update-window-configuration)
6603 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6604 (strokes-xpm-for-stroke):
6605 * time.el (emacs-uptime, emacs-init-time):
6606 * tutorial.el (tutorial--describe-nonstandard-key)
6607 (tutorial--detailed-help):
6608 * type-break.el (type-break-mode)
6609 (type-break-mode-line-message-mode, type-break-query-mode)
6610 (type-break-guesstimate-keystroke-threshold):
6611 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6612 * version.el (emacs-version):
6613 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6614 * winner.el (winner-mode):
6615 * calendar/timeclock.el (timeclock-in, timeclock-out)
6616 (timeclock-status-string, timeclock-change)
6617 (timeclock-workday-remaining-string)
6618 (timeclock-workday-elapsed-string)
6619 (timeclock-when-to-leave-string):
6620 * calendar/todo-mode.el (todo-add-category):
6621 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6622 * emacs-lisp/autoload.el (update-file-autoloads):
6623 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6624 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6625 (checkdoc-message-text, checkdoc-defun):
6626 * emacs-lisp/debug.el (debugger-list-functions):
6627 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6628 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6629 (eieio-describe-generic):
6630 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6631 * emacs-lisp/shadow.el (list-load-path-shadows):
6632 * emulation/cua-base.el (cua-mode):
6633 * emulation/edt.el (edt-set-scroll-margins):
6634 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6635 (tpu-toggle-regexp, tpu-toggle-search-direction)
6636 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6637 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6638 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6639 (viper-set-parsing-style-toggling-macro)
6640 (viper-set-emacs-state-searchstyle-macros):
6641 * emulation/viper.el (viper-set-hooks):
6642 * eshell/esh-mode.el (eshell-truncate-buffer):
6643 * international/mule-cmds.el (prefer-coding-system)
6644 (describe-input-method, describe-language-environment):
6645 * international/mule-diag.el (list-character-sets)
6646 (describe-character-set, describe-coding-system)
6647 (describe-fontset, list-fontsets, list-input-methods):
6648 * mail/sendmail.el (mail-signature):
6649 * net/ange-ftp.el (ange-ftp-copy-file):
6650 * net/browse-url.el (browse-url):
6651 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6652 * net/quickurl.el (quickurl-add-url):
6653 * net/rcirc.el (names, topic):
6654 * net/xesam.el (xesam-mode):
6655 * play/5x5.el (5x5-new-game):
6656 * play/yow.el (apropos-zippy):
6657 * progmodes/ada-mode.el (ada-mode-version):
6658 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6659 (f90-end-of-block)
6660 (f90-beginning-of-block):
6661 * progmodes/fortran.el (fortran-end-of-block)
6662 (fortran-beginning-of-block):
6663 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6664 * progmodes/python.el (python-describe-symbol, python-shell):
6665 * term/ns-win.el (ns-print-buffer):
6666 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6667 * textmodes/flyspell.el (flyspell-mode-on):
6668 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6669 (pages-directory-for-addresses):
6670 * textmodes/table.el (table-recognize-cell)
6671 (table-query-dimension, table-generate-source)
6672 (table-insert-sequence, table--warn-incompatibility):
6673 * textmodes/tex-mode.el (tex-validate-buffer):
6674 * textmodes/texinfmt.el (texinfmt-version)
6675 (texinfo-format-buffer):
6676 Use `called-interactively-p' instead of `interactive-p'.
6677
6678 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * image-mode.el (image-toggle-display):
6681 * emacs-lisp/elp.el (elp-instrument-function):
6682 * emacs-lisp/advice.el (ad-make-advised-definition):
6683 * emacs-lisp/easy-mmode.el (define-minor-mode):
6684 * net/browse-url.el (browse-url-maybe-new-window):
6685 * progmodes/sh-script.el (sh-learn-buffer-indent):
6686 Pass new argument 'any to `called-interactively-p'.
6687
6688 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6689
6690 * international/uni-bidi.el:
6691 * international/uni-category.el:
6692 * international/uni-combining.el:
6693 * international/uni-comment.el:
6694 * international/uni-decimal.el:
6695 * international/uni-decomposition.el:
6696 * international/uni-digit.el:
6697 * international/uni-lowercase.el:
6698 * international/uni-mirrored.el:
6699 * international/uni-name.el:
6700 * international/uni-numeric.el:
6701 * international/uni-old-name.el:
6702 * international/uni-titlecase.el:
6703 * international/uni-uppercase.el:
6704 Regenerate from Unicode 5.2.0 data.
6705
6706 2009-10-01 Glenn Morris <rgm@gnu.org>
6707
6708 * Makefile.in (ELCFILES): Regenerate.
6709
6710 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * subr.el (interactive-p): Mark obsolete.
6713 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6714 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6715 advertised-signature-table for subroutines as well.
6716
6717 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6718 (set-advertised-calling-convention): New function.
6719 (make-obsolete, define-obsolete-function-alias)
6720 (make-obsolete-variable, define-obsolete-variable-alias):
6721 Make the optional-ness of `when' obsolete.
6722 (define-obsolete-face-alias): Make `when' non-optional.
6723 * help-fns.el (help-function-arglist):
6724 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6725 Use advertised-signature-table.
6726
6727 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6728
6729 * files.el (delete-directory): New defun. The original function
6730 in fileio.c has been renamed to `delete-directory-internal'.
6731
6732 * dired.el (dired-delete-file): Call `delete-directory' with
6733 RECURSIVE parameter.
6734
6735 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6736 parameter RECURSIVE. Implementation is missing.
6737
6738 * net/tramp.el (tramp-handle-make-directory): Flush upper
6739 directory's file properties.
6740 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6741 (tramp-handle-dired-recursive-delete-directory): Flush directory
6742 properties after the remove command only.
6743
6744 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6745 Handle optional parameter RECURSIVE.
6746
6747 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6748 Handle optional parameter RECURSIVE.
6749
6750 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6751 connection timeout.
6752 (tramp-smb-handle-delete-directory): Handle optional parameter
6753 RECURSIVE.
6754
6755 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6758 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6759 (byte-compile-defmacro): Use backquotes.
6760
6761 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6762
6763 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6764 has no associated file.
6765 (vc-resynch-buffer): Use vc-dir-buffers.
6766
6767 2009-10-01 Glenn Morris <rgm@gnu.org>
6768
6769 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6770 (chart-file-count):
6771 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6772 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6773 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6774 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6775 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6776 (eieio-copy-parents-into-subclass, make-instance, class-children)
6777 (eieio-generic-form):
6778 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6779 * cedet/cedet-idutils.el (cedet-idutils-search)
6780 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6781 (cedet-idutils-version-check):
6782 * cedet/cedet.el (cedet-version):
6783 * cedet/data-debug.el (data-debug-insert-overlay-button)
6784 (data-debug-insert-overlay-list-button)
6785 (data-debug-insert-buffer-button)
6786 (data-debug-insert-buffer-list-button)
6787 (data-debug-insert-process-button, data-debug-insert-ring-button)
6788 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6789 (data-debug-insert-stuff-vector-button)
6790 (data-debug-insert-symbol-button, data-debug-insert-string)
6791 (data-debug-insert-number, data-debug-insert-lambda-expression)
6792 (data-debug-insert-nil, data-debug-insert-simple-thing)
6793 (data-debug-insert-custom, data-debug-edebug-expr):
6794 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6795 (global-ede-mode-map, ede-new, ede-debug-target)
6796 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6797 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6798 (semantic-fetch-tags, semantic-submode-list)
6799 (semantic-default-submodes):
6800 * cedet/ede/source.el (ede-source-match):
6801 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6802 (project-am-package-info):
6803 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6804 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6805 * cedet/ede/proj-comp.el (ede-current-build-list):
6806 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6807 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6808 * cedet/ede/cpp-root.el (initialize-instance):
6809 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6810 (autoconf-parameter-strip, autoconf-insert-new-macro):
6811 * cedet/semantic/wisent.el (wisent-lex-eoi):
6812 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6813 (semantic-show-parser-state-mode):
6814 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6815 * cedet/semantic/tag.el (semantic-tag-new-variable)
6816 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6817 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6818 (semantic--tag-deep-copy-tag-list)
6819 (semantic-tag-components-with-overlays-default):
6820 * cedet/semantic/symref.el (semantic-symref-find-text):
6821 * cedet/semantic/senator.el (senator-yank-tag)
6822 (senator-transpose-tags-up):
6823 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6824 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6825 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6826 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6827 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6828 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6829 * cedet/semantic/lex-spp.el
6830 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6831 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6832 * cedet/semantic/idle.el
6833 (semantic-idle-summary-current-symbol-info-brutish)
6834 (semantic-idle-summary-current-symbol-info-default):
6835 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6836 (semantic--grammar-macro-compl-dict):
6837 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6838 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6839 (semantic-format-tag-canonical-name-default):
6840 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6841 (semantic-find-tags-for-completion)
6842 (semantic-find-tags-by-scope-protection-default)
6843 (semantic-deep-find-tags-for-completion):
6844 * cedet/semantic/edit.el
6845 (semantic-edits-incremental-reparse-failed-hook)
6846 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6847 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6848 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6849 * cedet/semantic/dep.el (semantic-dependency-include-path):
6850 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6851 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6852 (semanticdb-project-roots):
6853 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6854 (semanticdb-find-adebug-insert-scanned-tag-cons)
6855 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6856 (semanticdb-brute-deep-find-tags-for-completion):
6857 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6858 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6859 (semantic-end-of-context-default)
6860 (semantic-ctxt-current-function-default)
6861 (semantic-ctxt-scoped-types-default):
6862 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6863 (semantic-complete-inline-tag-engine)
6864 (semantic-complete-inline-custom-type)
6865 (semantic-complete-read-tag-analyzer):
6866 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6867 (semantic-chart-database-size):
6868 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6869 (semantic-analyze-current-context):
6870 * cedet/semantic/symref/list.el (semantic-symref)
6871 (semantic-symref-hide-buffer, semantic-symref-symbol):
6872 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6873 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6874 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6875 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6876 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6877 (semantic-c-dereference-template):
6878 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6879 (semantic--analyze-refs-full-lookup-with-parents)
6880 (semantic--analyze-refs-full-lookup-simple):
6881 * cedet/semantic/analyze/complete.el
6882 (semantic-analyze-possible-completions):
6883 * cedet/srecode/table.el (srecode-mode-table-new):
6884 * cedet/srecode/srt.el (srecode-read-variable-name):
6885 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6886 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6887 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6888 * cedet/srecode/map.el (srecode-current-map):
6889 * cedet/srecode/insert.el (srecode-insert)
6890 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6891 (srecode-template-inserter-point-override)
6892 (srecode-insert-include-lookup):
6893 * cedet/srecode/getset.el (srecode-auto-choose-class):
6894 * cedet/srecode/extract.el (srecode-inserter-extract):
6895 * cedet/srecode/document.el
6896 (srecode-document-autocomment-return-last-alist)
6897 (srecode-document-autocomment-param-type-alist)
6898 (srecode-document-insert-function-comment)
6899 (srecode-document-insert-variable-one-line-comment)
6900 (srecode-document-function-name-comment):
6901 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6902 (srecode-compound-toString):
6903 * cedet/srecode/compile.el (srecode-flush-active-templates):
6904 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
6905 Doc/message fixes.
6906
6907 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6908 match-data. (Bug#4555).
6909
6910 * cedet/semantic/bovine/gcc.el
6911 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6912 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6913
6914 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6915 rather than parsing it as a regexp. This relaxes the layout
6916 requirements and makes errors easier to detect.
6917 (check-declare-verify): Check file is regular.
6918 (check-declare-directory): Doc fix.
6919 * subr.el (declare-function): Doc fix.
6920
6921 * ibuffer.el (ibuffer-format-qualifier):
6922 * isearch.el (hi-lock-regexp-okay):
6923 * calc/calc.el (math-zerop):
6924 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6925 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6926 Remove unused declarations.
6927
6928 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * cedet/semantic/wisent/javat-wy.el
6931 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6932
6933 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
6934
6935 * cedet/srecode/expandproto.el: Fix provide statement.
6936
6937 2009-09-30 Eric Ludlam <zappo@gnu.org>
6938
6939 * emacs-lisp/eieio.el (boolean-p): Delete.
6940
6941 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
6942
6943 * cedet/ede/srecode.el: Fix provide statement.
6944
6945 2009-09-30 Glenn Morris <rgm@gnu.org>
6946
6947 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
6948 * cedet/ede/proj-aux.el (ede-aux-source):
6949 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6950 (ede-misc-source):
6951 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6952 (semantic-mrub-switch-tags): Fix doc typos.
6953
6954 * cedet/semantic/db-global.el (data-debug-new-buffer)
6955 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6956 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6957
6958 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6959
6960 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6961 use of CL function `remove-if-not'.
6962
6963 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6964
6965 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6966 filename is not a string.
6967
6968 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * files.el (safe-local-eval-forms): Fix typo.
6971
6972 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * vc-hooks.el (vc-dir-buffers): New var.
6975 (vc-state-refresh): New function.
6976 (vc-state): Use it.
6977 (vc-after-save): Always ask the backend to recompute the new state.
6978 Always call vc-dir if necessary, using vc-dir-buffers.
6979 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6980 Use vc-dir-buffers.
6981 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6982 (vc-dir-prepare-status-buffer, vc-dir-update)
6983 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6984 Don't call expand-file-name on default-directory.
6985
6986 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * speedbar.el (speedbar-item-delete):
6989 * calc/calc-prog.el (calc-kbd-if):
6990 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6991
6992 * epa.el (epa-key-list-mode-map):
6993 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6994
6995 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6996 (hs-show-hook): Fix typo in docstring.
6997
6998 2009-09-29 Glenn Morris <rgm@gnu.org>
6999
7000 * cedet/semantic/symref/idutils.el:
7001 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7002
7003 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7004
7005 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7006 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7007 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7008 Mark declarations not understood by check-declare.
7009
7010 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7011 file-name-nondirectory call preventing location of cedet files.
7012 (check-declare-verify): Use literal search rather than re-search.
7013 Add basic defmethod and defclass, and define-overloadable-function.
7014
7015 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7016 Use tramp-compat-file-attributes rather than nonexistent
7017 tramp-compat-handle-file-attributes.
7018
7019 * Makefile.in (lisptagsfiles4): New.
7020 (AUTOGENEL): Add cedet loaddefs files.
7021 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7022 (update-elclist, compile-always, backup-compiled-files)
7023 (bootstrap-clean): Add yet another directory level.
7024 (update-elclist): Use LC_COLLATE rather than COLLATE.
7025 (ELCFILES): Update, via `make update-elclist'.
7026
7027 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7030 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7031 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7032
7033 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7034
7035 * Makefile.in (lisptagsfiles3): Define.
7036 (TAGS, TAGS-LISP): Use it.
7037 (update-elclist): Add third directory level to look for elc files.
7038 (compile-always): Likewise.
7039 (backup-compiled-files): Likewise.
7040 (bootstrap-clean): Likewise.
7041 (ELCFILES): Update.
7042
7043 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * Makefile.in (ELCFILES): Add CEDET files.
7046
7047 2009-09-28 Eric Ludlam <zappo@gnu.org>
7048
7049 CEDET (development tools) package merged.
7050
7051 * cedet/*.el:
7052 * cedet/ede/*.el:
7053 * cedet/semantic/*.el:
7054 * cedet/srecode/*.el: New files.
7055
7056 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7057
7058 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7059
7060 * net/tramp.el (top): Require tramp-imap.
7061
7062 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7063 Use `tramp-compat-handle-file-attributes'.
7064
7065 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7066
7067 * net/tramp-imap.el: New package.
7068
7069 2009-09-28 Eric Ludlam <zappo@gnu.org>
7070
7071 * emacs-lisp/chart.el:
7072 * emacs-lisp/eieio-base.el:
7073 * emacs-lisp/eieio-comp.el:
7074 * emacs-lisp/eieio-custom.el:
7075 * emacs-lisp/eieio-datadebug.el:
7076 * emacs-lisp/eieio-opt.el:
7077 * emacs-lisp/eieio-speedbar.el:
7078 * emacs-lisp/eieio.el: New files.
7079
7080 * cedet/cedet-cscope.el:
7081 * cedet/cedet-files.el:
7082 * cedet/cedet-global.el:
7083 * cedet/cedet-idutils.el:
7084 * cedet/data-debug.el:
7085 * cedet/inversion.el:
7086 * cedet/mode-local.el:
7087 * cedet/pulse.el: New files.
7088
7089 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7090
7091 * whitespace.el (whitespace-trailing-regexp)
7092 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7093 Fix doc string.
7094
7095 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7098 menu.
7099
7100 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7101 menu-bar-ediff-menu.
7102
7103 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7104 define-overloadable-function.
7105
7106 * progmodes/autoconf.el: Provide autoconf as well, so that this
7107 file can be `require'd.
7108
7109 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7110
7111 * emacs-lisp/autoload.el (generated-autoload-feature)
7112 (generated-autoload-load-name): New vars.
7113 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7114 (make-autoload): Recognize define-overloadable-function and
7115 defclass forms (for EIEIO).
7116
7117 * Makefile.in (update-subdirs): Exclude cedet directory.
7118
7119 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7120
7121 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7122
7123 * faces.el: Default light-background background for region face to
7124 ns_selection_color under NS.
7125
7126 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7127
7128 * net/imap-hash.el: New library, see NEWS.
7129
7130 * Makefile.in (ELCFILES): Add imap-hash.el.
7131
7132 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7135 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7136 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7137 definition where the docstring could be taken for the return value.
7138
7139 2009-09-26 Glenn Morris <rgm@gnu.org>
7140
7141 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7142 Add option to only show images below a certain size.
7143 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7144 save-excursion calls.
7145
7146 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7147
7148 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7149 subdirectories) and eieio.
7150
7151 2009-09-26 Alan Mackenzie <acm@muc.de>
7152
7153 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7154 buggy bracketing. (Bug#4289)
7155
7156 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7157 character constants (as case labels). (Bug#4289)
7158
7159 2009-09-25 Juri Linkov <juri@jurta.org>
7160
7161 * files.el (safe-local-eval-forms): Allow time-stamp in
7162 before-save-hook (Bug#4554).
7163
7164 2009-09-25 Drew Adams <drew.adams@oracle.com>
7165
7166 * menu-bar.el (list-buffers-directory): Doc fix.
7167
7168 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7171 Try and avoid copying twice the same paragraph.
7172 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7173 Remove save-excursion.
7174 (log-edit-changelog-entry): Do it here instead.
7175
7176 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7177
7178 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7179 when available, instead of hardcoding mode names. Doc fix.
7180
7181 * menu-bar.el (list-buffers-directory): Add docstring.
7182 Make automatically buffer-local.
7183
7184 * dired.el (dired-mode):
7185 * files.el (cd-absolute):
7186 * pcvs.el (cvs-temp-buffer):
7187 * pcvs-util.el (cvs-get-buffer-create):
7188 * shell.el (shell-mode):
7189 * vc-dir.el (vc-dir-mode):
7190 Don't make `list-buffers-directory' buffer local.
7191
7192 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7193
7194 * comint.el (comint-exec, comint-run, make-comint):
7195 Doc fixes (Bug#4542).
7196
7197 2009-09-25 Glenn Morris <rgm@gnu.org>
7198
7199 * mail/rmailmm.el (rmail-mime): New custom group.
7200 Move all defcustoms in this file into this group.
7201 (rmail-mime-media-type-handlers-alist): Revert previous change.
7202 (rmail-mime-show-images): New option.
7203 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7204 references to it, since it wasn't actually used for anything.
7205 (rmail-mime-insert-image): New function.
7206 (rmail-mime-image): Use rmail-mime-insert-image.
7207 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7208 obey the value of `rmail-mime-show-images' option. Print the size of
7209 attachments.
7210
7211 2009-09-25 David Engster <deng@randomsample.de>
7212
7213 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7214
7215 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7216
7217 * whitespace.el: Does not highlight trailing spaces While point is
7218 at end of line. Does not highligt spaces at beginning of buffer
7219 while point is at beginning of buffer. Does not highlight spaces
7220 at end of buffer while point is at end of buffer. (Bug#4177)
7221 New version 12.0.
7222 (whitespace-display-mappings): Adjust initialization.
7223 (whitespace-point, whitespace-font-lock-refontify): New vars.
7224 (whitespace-color-on, whitespace-color-off): Adjust code.
7225 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7226 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7227 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7228
7229 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7230
7231 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7232
7233 * textmodes/sgml-mode.el: Remove xml-mode alias.
7234
7235 * files.el (auto-mode-alist, conf-mode-maybe)
7236 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7237
7238 2009-09-24 Alan Mackenzie <acm@muc.de>
7239
7240 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7241 c-forward-conditionals, but it doesn't move point and doesn't set
7242 the mark.
7243 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7244 (c-down-conditional-with-else, c-backward-conditional)
7245 (c-forward-conditional): Refactor to use c-scan-conditionals.
7246
7247 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7248
7249 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7250 (help-default-arg-highlight): Remove.
7251 (help-highlight-arg): New function.
7252 (help-do-arg-highlight): Use it.
7253 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7254
7255 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7258 Undo last change, which didn't fix the problem and introduced others.
7259
7260 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7261
7262 * progmodes/gdb-mi.el: Don't require speedbar.
7263 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7264
7265 2009-09-24 Glenn Morris <rgm@gnu.org>
7266
7267 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7268
7269 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7270
7271 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7272 there is no newline after the final mime boundary. (Bug#4539)
7273 Move markers on insertion so that any buttons inserted don't end up in
7274 the next part of a multipart message.
7275 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7276 (rmail-mime-bulk-handler): Optionally handle images.
7277 (rmail-mime-image): New button action.
7278 (rmail-mime-image-handler): New function.
7279 (rmail-mime-mode): New mode.
7280 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7281
7282 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7285 than just dropping elements from it (bug#4504).
7286
7287 * term.el (term-set-scroll-region): Don't move cursor any more.
7288 (term-handle-ansi-escape): Call term-goto here instead.
7289 Suggested by Ivan Kanis <apple@kanis.eu>.
7290
7291 * term.el: Require CL.
7292 (term-ansi-reset): New function.
7293 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7294 (term-handle-colors-array): Simplify.
7295
7296 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7297
7298 * allout.el (allout-overlay-interior-modification-handler)
7299 (allout-obtain-passphrase):
7300 * epa-file.el (epa-file-write-region):
7301 * ps-print.el (ps-begin-job):
7302 * vc-hooks.el (vc-toggle-read-only):
7303 * vc-rcs.el (vc-rcs-rollback):
7304 * vc-sccs.el (vc-sccs-rollback):
7305 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7306 (vc-version-diff, vc-revert, vc-rollback):
7307 * wdired.el (wdired-check-kill-buffer):
7308 * emacs-lisp/authors.el (authors):
7309 * net/socks.el (socks-open-connection):
7310 * net/zeroconf.el (zeroconf-service-add-hook):
7311 * obsolete/vc-mcvs.el (vc-mcvs-register):
7312 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7313 (gdb-select-frame):
7314 * progmodes/grep.el (lgrep, rgrep):
7315 * progmodes/idlw-help.el (idlwave-help-check-locations)
7316 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7317 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7318 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7319 (reftex-toc-rename-label): Fix typos in error messages.
7320
7321 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7322 (dired-copy-how-to-fn): Doc fix.
7323 (dired-files-attributes, dired-read-shell-command):
7324 Fix typos in docstrings.
7325
7326 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7327 (dired-x-find-file-other-window): Reflow docstrings.
7328 (dired-omit-marker-char, dired-read-shell-command)
7329 (dired-x-submit-report): Fix typos in docstrings.
7330
7331 * shell.el (shell-mode-hook):
7332 * view.el (View-scroll-line-forward):
7333 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7334 Fix typos in docstrings.
7335
7336 * net/dig.el (dig-invoke): Fix typo in docstring.
7337 (query-dig): Reflow docstring.
7338
7339 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7340 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7341 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7342 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7343 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7344 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7345 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7346 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7347 (idlwave-completion-map, idlwave-current-indent)
7348 (idlwave-custom-ampersand-surround, idlwave-customize)
7349 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7350 (idlwave-define-abbrev, idlwave-determine-class-special)
7351 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7352 (idlwave-end-block-reg, idlwave-end-of-statement)
7353 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7354 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7355 (idlwave-explicit-class-listed, idlwave-file-header)
7356 (idlwave-fill-paragraph, idlwave-find-class-definition)
7357 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7358 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7359 (idlwave-in-quote, idlwave-indent-action-table)
7360 (idlwave-indent-expand-table, idlwave-indent-line)
7361 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7362 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7363 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7364 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7365 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7366 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7367 (idlwave-outlawed-buffers, idlwave-popup-select)
7368 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7369 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7370 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7371 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7372 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7373 (idlwave-statement-type, idlwave-struct-skip)
7374 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7375 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7376 (idlwave-what-module-find-class): Fix typos in docstrings.
7377 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7378 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7379 (idlwave-find-module, idlwave-find-structure-definition)
7380 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7381 (idlwave-list-load-path-shadows, idlwave-next-statement)
7382 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7383 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7384 (idlwave-template): Reflow docstrings.
7385
7386 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7387 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7388 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7389 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7390 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7391 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7392 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7393 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7394 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7395 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7396 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7397 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7398 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7399 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7400 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7401 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7402 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7403 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7404 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7405 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7406 Fix typos in docstrings.
7407 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7408 (idlwave-shell-hide-output, idlwave-shell-mode)
7409 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7410 Reflow docstrings.
7411
7412 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7413
7414 2009-09-24 Ivan Kanis <apple@kanis.eu>
7415
7416 * term.el (term-bold-attribute): New var.
7417 (term-handle-colors-array): Use it.
7418
7419 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7420
7421 * progmodes/gdb-mi.el (gdb-version): New variable.
7422 (gdb-non-stop-handler): Set gdb-version.
7423 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7424 Condition "--thread" option on gdb-version.
7425 (gdb-invalidate-threads): Remove unused argument.
7426
7427 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7430 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7431
7432 2009-09-23 Glenn Morris <rgm@gnu.org>
7433
7434 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7435 replying to mail without References or Message-Id. (Bug#4525)
7436
7437 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7438
7439 * term/ns-win.el (ns-reg-to-script): New variable.
7440
7441 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7442
7443 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7444
7445 2009-09-22 Sam Steingold <sds@gnu.org>
7446
7447 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7448 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7449 to 1 because hg returns status 1 when nothing is found.
7450 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7451
7452 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * textmodes/fill.el: Convert to utf-8 encoding.
7455 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7456 pre-unicode days.
7457
7458 * add-log.el (change-log-fill-forward-paragraph): New function.
7459 (change-log-mode): Use it so fill-region DTRT.
7460 Set fill-indent-according-to-mode here rather than in
7461 change-log-fill-paragraph.
7462 (change-log-fill-paragraph): Remove.
7463
7464 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7467 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7468
7469 2009-09-22 Glenn Morris <rgm@gnu.org>
7470
7471 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7472 the scroll-bar scroll the calendar window rather than the buffer.
7473
7474 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7475 commands that move point (as opposed to scrolling).
7476
7477 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7478
7479 * emacs-lisp/elint.el (elint): New custom group.
7480 (elint-log-buffer): Make it a defcustom.
7481 (elint-scan-preloaded, elint-ignored-warnings)
7482 (elint-directory-skip-re): New options.
7483 (elint-builtin-variables): Doc fix.
7484 (elint-preloaded-env): New variable.
7485 (elint-unknown-builtin-args): Add an entry for encode-time.
7486 (elint-extra-errors): Make it a variable rather than a constant.
7487 (elint-preloaded-skip-re): New constant.
7488 (elint-directory): Skip files matching elint-directory-skip-re.
7489 (elint-features): New variable, local to linted buffers.
7490 (elint-update-env): Initialize elint-features. Possibly add
7491 elint-preloaded-env to the buffer's environment.
7492 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7493 Skip quoted forms.
7494 (elint-init-form): New function, extracted from elint-init-env.
7495 Make non-list forms a warning rather than an error.
7496 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7497 easy-menu-define, put that adds an error-condition, and provide.
7498 When requiring cl, also require cl-macs. Really require cl, to handle
7499 some cl macros. Store required libraries in the list elint-features,
7500 so as not to re-load them. Treat cc-require like require.
7501 (elint-init-env): Call elint-init-form to do the work.
7502 Handle eval-and-compile and such like.
7503 (elint-add-required-env): Do not clear messages.
7504 (elint-special-forms): Add handlers for function, defalias, if, when,
7505 unless, and, or.
7506 (elint-form): Add optional argument to ignore elint-special-forms,
7507 useful to prevent recursive calls from handlers. Doc fix.
7508 Respect elint-ignored-warnings.
7509 (elint-form): Respect elint-ignored-warnings.
7510 (elint-bound-variable, elint-bound-function): New variables.
7511 (elint-unbound-variable): Respect elint-bound-variable.
7512 (elint-get-args): Respect elint-bound-function.
7513 (elint-check-cond-form): Add some simple handling for (f)boundp and
7514 featurep tests.
7515 (elint-check-defalias-form): New handler.
7516 (elint-check-let-form): Make an empty let a warning rather than an
7517 error.
7518 (elint-check-setq-form): Make an empty setq a warning rather than an
7519 error. Respect elint-ignored-warnings.
7520 (elint-check-defvar-form): Accept null doc-strings.
7521 (elint-check-conditional-form): New handler. Does some simple-minded
7522 checking of featurep and (f)boundp tests.
7523 (elint-put-function-args): New function.
7524 (elint-initialize): Use elint-scan-doc-file rather than
7525 elint-find-builtin-variables. Use elint-put-function-args.
7526 Possibly scan preloaded-file-list.
7527 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7528 extend to handle functions as well.
7529
7530 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7531
7532 * linum.el (linum-delete-overlays, linum-update-window):
7533 Do not modify the right margin. (Bug#3971)
7534
7535 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7536
7537 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7538 nxml-mode instead of xml-mode.
7539
7540 2009-09-21 Kevin Ryde <user42@zip.com.au>
7541
7542 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7543
7544 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * net/dig.el (dig-mode): Use define-derived-mode.
7547
7548 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7549
7550 * vc-dispatcher.el (vc-do-command): Return the process object in
7551 the asynchronous case. Use when instead of if. Do not run
7552 vc-exec-after to display a message if not enabled. (Bug#4463)
7553
7554 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7555 properties to the stash strings.
7556 (vc-git-stash-list): Return a list of strings.
7557 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7558 (vc-git-stash-show-at-point): New functions.
7559 (vc-git-stash-map): New keymap.
7560
7561 * register.el (ctl-x-r-map): Define the keys here instead of
7562 using autoload.
7563
7564 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7565
7566 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7567 list, to workaround performance problem (bug#4485).
7568
7569 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7570
7571 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7572
7573 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7574
7575 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7576 Document that this option is not recommended to use.
7577
7578 2009-09-19 Glenn Morris <rgm@gnu.org>
7579
7580 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7581 variable `var'.
7582
7583 * calc/calc-alg.el (var):
7584 * calc/calcalg2.el (var): Define for compiler.
7585
7586 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7587
7588 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7589 Doc fix (Bug#3932).
7590
7591 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7592
7593 * time-stamp.el (time-stamp-month-dd-yyyy)
7594 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7595 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7596 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7597 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7598 Remove functions that have been obsolete since 1995 (Bug#4436).
7599
7600 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7601 indent buffer only if called interactively (Bug#4452).
7602
7603 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7604 Eli Zaretskii <eliz@gnu.org>
7605
7606 This fixes bug#4197 (merged to bug#865, though not identical).
7607 * server.el (server-auth-dir): Add docstring note about FAT32.
7608 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7609 but warn against using them.
7610
7611 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7612
7613 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7614 older GDB where there is no has_more field.
7615
7616 2009-09-19 Glenn Morris <rgm@gnu.org>
7617
7618 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7619
7620 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7621
7622 * files.el (auto-mode-alist): Change default for XML files to nXML
7623 mode (Bug#4169).
7624
7625 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * server.el (server-ensure-safe-dir): Pass 'integer
7628 to `file-attributes', as suggested.
7629
7630 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7633 (dired-query): Use read-key.
7634
7635 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7636
7637 * cus-start.el (ns-use-qd-smoothing): Remove.
7638
7639 2009-09-18 Glenn Morris <rgm@gnu.org>
7640
7641 * allout.el (top-level): Remove unnecessary progn.
7642
7643 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7644
7645 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7646 definition of abbrev table.
7647
7648 * speedbar.el (speedbar-track-mouse):
7649 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7650 * net/eudc.el (eudc-expand-inline):
7651 * net/newst-backend.el (newsticker--cache-read-feed):
7652 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7653 condition-case handlers.
7654
7655 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7656
7657 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7658 (gdb-var-list): Add an element for has_more field.
7659 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7660 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7661 (gdb-var-update-handler-1): Parse output of dynamic variable
7662 objects (STL containers).
7663 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7664 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7665
7666 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7667 gdb-var-list.
7668 (gud-speedbar-buttons): Make node expandable if expression "has more"
7669 children.
7670
7671 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7672
7673 * startup.el (emacs-quick-startup): Remove variable and all uses.
7674 (command-line): Set `inhibit-x-resources' instead.
7675 (command-line-1): Use `inhibit-x-resources' instead.
7676
7677 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * subr.el: Fix last change to avoid using the `unless' macro,
7680 which breaks bootstrapping.
7681
7682 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7685 extended definitions, in case we reload subr.el after having
7686 loaded CL.
7687 (eval-next-after-load): Mark as obsolete.
7688
7689 2009-09-17 Juri Linkov <juri@jurta.org>
7690
7691 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7692 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7693 (menu-bar-showhide-menu, menu-bar-tools-menu)
7694 (menu-bar-describe-menu, menu-bar-help-menu)
7695 (minibuffer-local-completion-map, minibuffer-local-map):
7696 Fix list quoting.
7697
7698 2009-09-17 Glenn Morris <rgm@gnu.org>
7699
7700 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7701 arguments, whether or not it has a handler.
7702
7703 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7704
7705 * simple.el (hard-newline): Give it a doc-string.
7706
7707 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7708 (lisp-mode-syntax-table): Give them doc-strings.
7709
7710 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7711
7712 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7713 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7714 (menu-bar-options-menu, menu-bar-showhide-menu)
7715 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7716 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7717 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7718 (menu-bar-options-menu, menu-bar-tools-menu)
7719 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7720 (menu-bar-help-menu):
7721 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7722 string arguments.
7723
7724 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7725 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7726 calls for the menu names and :help.
7727
7728 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7731 to :minor-mode-function (bug#4455).
7732
7733 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * startup.el (command-line): Initialize the window-system after
7736 processing the command-line.
7737
7738 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7739 page-delimiter matches the empty string.
7740
7741 2009-09-16 Glenn Morris <rgm@gnu.org>
7742
7743 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7744 byte-compile-not-obsolete-var. It's a list now.
7745 (byte-compile-not-obsolete-funcs): New variable.
7746 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7747 byte-compile-not-obsolete-funcs.
7748 (byte-compile-variable-ref, byte-compile-defvar): Update for
7749 byte-compile-not-obsolete-vars name-change and list nature.
7750 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7751 and variables behind (f)boundp tests.
7752 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7753
7754 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7755
7756 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7757
7758 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7761 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7762 Don't autoload.
7763
7764 2009-09-15 Stephen Eglen <stephen@gnu.org>
7765
7766 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7767 the virtual-buffers, use the name of the buffer specified by
7768 find-file-noselect, as the match may be a symlink. (This was a
7769 problem if the target and the symlink had different names.)
7770
7771 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7774
7775 * desktop.el (desktop-path): Check user-emacs-directory.
7776
7777 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7778
7779 * loadup.el: Use after-load-functions to GC after loading each file.
7780 Remove the explicit GC calls that used to be sprinkled around.
7781
7782 * subr.el (after-load-functions): New hook.
7783 (do-after-load-evaluation): Run it. Use string-match-p to detect
7784 `obsolete' packages, rather than painfully extracting the relevant
7785 directory name.
7786
7787 2009-09-15 Glenn Morris <rgm@gnu.org>
7788
7789 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7790 free variable `doc'.
7791
7792 * dired.el (dired-mode-map): Add menu entry for async shell command.
7793
7794 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7795 variables, also consider the .elc files, since the .el files are
7796 normally gzipped (subsequent code locates the .el.gz from the .elc).
7797
7798 * calc/calc-prog.el (arglist): Define for compiler.
7799
7800 * calendar/diary-lib.el (diary-display-function): Change the default to
7801 fancy display.
7802 (body): Define for compiler.
7803
7804 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7805 (byte-compile-file-form, byte-compile-lambda)
7806 (byte-compile-top-level-body, byte-compile-form)
7807 (byte-compile-variable-ref, byte-compile-setq)
7808 (byte-compile-setq-default, byte-compile-body)
7809 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7810 (batch-byte-compile): Give some more local variables with common names
7811 a "bytecomp-" prefix to avoid masking warnings about free variables.
7812
7813 * startup.el (command-line-1): Give local variables with common names a
7814 distinguishing prefix, so as not to hide free variable warnings during
7815 bootstrap.
7816
7817 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7818 clever and add a suffix to make a unique name, just let the user decide
7819 whether or not to overwrite it. If the input is a directory, write the
7820 default filename to that directory. (Bug#4388)
7821 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7822 is a filename-as-a-directory.
7823
7824 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * textmodes/page.el (what-page): Don't move to beginning of line.
7827 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7828
7829 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7830
7831 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7832
7833 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7834
7835 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7836 * help.el (help-for-help-internal): Add purecopy calls for text.
7837
7838 * vc.el (top): print-log method now takes an optional SHORTLOG
7839 argument. Add a new method: root.
7840 (vc-root-diff, vc-print-root-log): New functions.
7841 (vc-log-short-style): New variable.
7842 (vc-print-log-internal): Add support for showing short logs.
7843
7844 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7845 vc-print-root-log and vc-print-root-diff.
7846
7847 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7848 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7849 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7850 short logs.
7851
7852 * vc-cvs.el (vc-cvs-print-log):
7853 * vc-mtn.el (vc-mtn-print-log):
7854 * vc-rcs.el (vc-rcs-print-log):
7855 * vc-sccs.el (vc-sccs-print-log):
7856 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7857 that is ignored for now.
7858
7859 * vc-mtn.el (vc-mtn-annotate-command):
7860 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7861
7862 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7865 to function-key-map, and give them ascii-character property.
7866 * term/x-win.el (x-alternatives-map):
7867 * term/ns-win.el (ns-alternatives-map):
7868 * term/internal.el (msdos-key-remapping-map):
7869 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7870
7871 2009-09-14 Glenn Morris <rgm@gnu.org>
7872
7873 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7874 temp-buffers (2009-09-12).
7875
7876 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7879 the new read-key function.
7880
7881 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7882
7883 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7884 is defined (Bug#4405).
7885
7886 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7887
7888 * recentf.el (recentf-cleanup): Use a hash table to find
7889 duplicates (Bug#4407).
7890
7891 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7892
7893 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7894 kp-0 to ascii equivalents (Bug#4325).
7895
7896 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7899
7900 * eshell/em-hist.el:
7901 * eshell/em-dirs.el (eshell-complete-user-reference):
7902 Declare pcomplete functions and variables to avoid compiler warnings.
7903
7904 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7905
7906 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7907 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7908 * eshell/em-alias.el (eshell-aliases-file):
7909 * eshell/em-hist.el (eshell-history-file-name):
7910 Use expand-file-name instead of concat to make file names (Bug#4308).
7911
7912 2009-09-13 Glenn Morris <rgm@gnu.org>
7913
7914 * ediff-merg.el (ediff-do-merge):
7915 * filesets.el (filesets-run-cmd):
7916 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7917 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7918 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7919 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7920 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7921 Replace empty `let's with `progn'.
7922
7923 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * mail/sendmail.el (send-mail-function):
7926 * tooltip.el (tooltip-mode):
7927 * simple.el (transient-mark-mode):
7928 * rfn-eshadow.el (file-name-shadow-mode):
7929 * frame.el (blink-cursor-mode):
7930 * font-core.el (global-font-lock-mode):
7931 * files.el (temporary-file-directory)
7932 (small-temporary-file-directory, auto-save-file-name-transforms):
7933 * epa-hook.el (auto-encryption-mode):
7934 * composite.el (global-auto-composition-mode):
7935 Use custom-initialize-delay.
7936 * startup.el (command-line): Don't explicitly call
7937 custom-reevaluate-setting for all the above vars.
7938 * custom.el (custom-initialize-safe-set)
7939 (custom-initialize-safe-default): Delete.
7940
7941 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * term/x-win.el (x-initialize-window-system):
7944 * term/w32-win.el (w32-initialize-window-system):
7945 * term/ns-win.el (ns-initialize-window-system): Don't call
7946 mouse-wheel-mode since it's enabled globally by default already.
7947
7948 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7949 actually define the variable, but only silences the byte-compiler.
7950 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7951 before looking it up.
7952 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7953 is changed.
7954
7955 2009-09-12 Glenn Morris <rgm@gnu.org>
7956
7957 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7958 1000.
7959 (elint-add-required-env): Don't beep on error.
7960 (elint-forms): In case of error, return ENV unchanged.
7961 (elint-init-env): Skip non-list forms.
7962 (elint-log): Handle unknown file positions.
7963
7964 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7965
7966 * epg.el (epg-make-context): Add autoload cookie.
7967 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7968 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7969 (epg-verify-string, epg-start-sign, epg-sign-file)
7970 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7971 (epg-encrypt-string, epg-start-export-keys)
7972 (epg-export-keys-to-file, epg-export-keys-to-string)
7973 (epg-start-import-keys, epg-import-keys-from-file)
7974 (epg-import-keys-from-string, epg-start-receive-keys)
7975 (epg-receive-keys, epg-import-keys-from-server)
7976 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7977 (epg-sign-keys, epg-start-generate-key)
7978 (epg-generate-key-from-file, epg-generate-key-from-string):
7979 Remove autoload cookie.
7980
7981 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7982
7983 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7984 reevaluation of trash-directory.
7985
7986 * mwheel.el: Fix last change.
7987 (mouse-wheel-mode): New defvar.
7988 (mouse-wheel-mode): Remove autoload cookie.
7989
7990 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * mwheel.el (mwheel-installed-bindings): New var.
7993 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7994 the bindings we set last time. Use custom-initialize-delay.
7995 * loadup.el: Load mwheel after term/*-win.el.
7996 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7997 and mouse-wheel-up-event now that their first evaluation is done
7998 sufficiently late to be correct.
7999
8000 * startup.el (tutorial-directory): Make it a defcustom.
8001 Use custom-initialize-delay rather than eval-at-startup to set it.
8002 * image.el (image-load-path): Make it a defcustom.
8003 Use custom-initialize-delay rather than eval-at-startup to set it.
8004 * subr.el (eval-at-startup): Remove.
8005 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8006
8007 * subr.el (do-after-load-evaluation): Warn the user after loading an
8008 obsolete package.
8009
8010 2009-09-12 Glenn Morris <rgm@gnu.org>
8011
8012 * proced.el (proced-mark-alt): Remove alias.
8013 (proced-mode-map): Remove proced-mark-alt.
8014
8015 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8016 Elint file and directory. Remove initialization entry.
8017
8018 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8019 commands.
8020 (elint-current-buffer): Set mode-line-process.
8021 (elint-init-env): Handle define-derived-mode.
8022 Fix declare-function with unspecified arglist. Guard against odd
8023 defalias statements (eg iso-insert's 8859-1-map).
8024 (elint-add-required-env): Use a temp buffer.
8025 (elint-form): Just print the function/macro name, not the whole form.
8026 Return env unchanged if we fail to parse a macro.
8027 (elint-forms): Guard against parse errors.
8028 (elint-output): New function, to handle batch mode.
8029 (elint-log-message): Add optional argument. Use elint-output.
8030 (elint-set-mode-line): New function.
8031
8032 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8033
8034 * emacs-lisp/elp.el (elp-not-profilable): Add more
8035 functions (Bug#4233).
8036
8037 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8038
8039 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8040 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8041
8042 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8043
8044 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8045 (gdb-var-list-children): Use json parsing.
8046
8047 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8048
8049 * progmodes/js.el (js--proper-indentation): Handle the case where
8050 char-before is null. Reported by Deniz Dogan.
8051
8052 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8055
8056 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8057
8058 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8059 (epg-digest-algorithm-alist): Add SHA224.
8060 (epg-context-set-passphrase-callback)
8061 (epg-context-set-progress-callback): Add description about
8062 callback function.
8063
8064 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * custom.el (custom-delayed-init-variables): New var.
8067 (custom-initialize-delay): New function.
8068 * startup.el (command-line): "Re"evaluate all vars in
8069 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8070 explicitly any more.
8071 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8072 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8073
8074 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8075
8076 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8077
8078 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8079 (gdb-var-update-handler): Use json parsing.
8080
8081 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8082
8083 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8084 decode annotated text, regardless of language environment. (Bug#2741)
8085
8086 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * Makefile.in (autoloads): Make rmail.el writable as well.
8089
8090 2009-09-11 Glenn Morris <rgm@gnu.org>
8091
8092 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8093 loaddefs.el.
8094 * dired.el: Regenerate with extracted autoloads.
8095 * Makefile.in (autoloads): Make dired.el writable.
8096
8097 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8098 * ibuffer.el: Regenerate with extracted autoloads.
8099 * Makefile.in (autoloads): Make ibuffer.el writable.
8100
8101 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8102 * version.el (emacs-copyright, emacs-major-version)
8103 (emacs-minor-version): Reformat doc-strings for make-docfile.
8104
8105 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8106 functions and variables, since they must be stuff specific to some other
8107 platform.
8108 (apropos-print): Make mouse-click message less specific about button.
8109
8110 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8111 that records where a macro was defined.
8112 * help-fns.el (describe-function-1): Mention if a function has a
8113 compiler-macro.
8114 * help-mode.el (help-function-cmacro): New button.
8115
8116 * locate.el (top-level): Always require dired.
8117 (locate-mode-map): Initialize inside the defvar.
8118
8119 * net/ange-ftp.el (dired-compress-file): Declare.
8120 (ange-ftp-dired-compress-file): Add doc string.
8121
8122 * term/ns-win.el (x-display-name, x-setup-function-keys):
8123 Unify doc-strings with X versions.
8124
8125 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * emulation/crisp.el (crisp-mode-map): Move initialization
8128 into declaration.
8129 (crisp-mode): Use define-minor-mode.
8130
8131 * progmodes/xscheme.el (xscheme-evaluation-commands):
8132 Put a :advertised-binding property rather than using
8133 advertised-xscheme-send-previous-expression.
8134 (advertised-xscheme-send-previous-expression): Declare obsolete.
8135 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8136 `advertised-undo'.
8137 (crisp-mode): Add corresponding bindings to
8138 undo's :advertised-binding instead.
8139 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8140 than using dired-advertised-find-file.
8141 (dired-advertised-find-file):
8142 * simple.el (advertised-undo):
8143 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8144 (widget-keymap): Put a :advertised-binding property rather
8145 than using advertised-widget-backward.
8146 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8147 than using advertised-undo.
8148 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8149
8150 2009-09-10 Simon South <ssouth@slowcomputing.org>
8151
8152 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8153 Mark mode is enabled and region is active; otherwise indent or
8154 insert TAB as usual.
8155 (delphi-mode): Update description of TAB-key binding.
8156
8157 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * subr.el (define-key-rebound-commands): Mark obsolete.
8160 * startup.el (precompute-menubar-bindings): Remove.
8161 (normal-top-level): Remove obsolete code that tried to precompute
8162 menubar bindings.
8163 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8164 define-key-rebound-commands and precompute-menubar-bindings.
8165
8166 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8167
8168 * net/imap.el (imap-interactive-login): Better messages.
8169 (imap-open): Fix bug with renamed buffer on reconnect.
8170 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8171 for easier debugging and cleaner code. On successful (guessed based on
8172 server capabilities) secondary authentication, set imap-state
8173 correctly.
8174 (imap-last-authenticator): Define imap-last-authenticator as a variable
8175 to avoid warnings.
8176
8177 2009-09-10 Glenn Morris <rgm@gnu.org>
8178
8179 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8180
8181 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8182 (byte-compile-file-form-autoload): Don't warn about unknown functions
8183 where the autoload statement comes after the use.
8184 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8185 that any handlers inside the body (eg require) are in turn respected.
8186
8187 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8188 effects.
8189
8190 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8191 and syntax and abbrev tables basic docs, if they don't have any.
8192
8193 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8194
8195 * international/mule-cmds.el (top-level): Require cl when compiling.
8196 (view-hello-file): Use default-value rather than
8197 default-enable-multibyte-characters.
8198
8199 * progmodes/fortran.el: Move all safe and risky properties into the
8200 defcustoms.
8201
8202 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8203 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8204 * mail/undigest.el:
8205 Put autoloads in rmail.el rather than loaddefs.el.
8206 * mail/rmail.el: Regenerate with extracted autoloads.
8207
8208 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8209 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8210
8211 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8212
8213 Reported in thread for Bug#4375.
8214 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8215 "-data-evaluate-expression" instead of print.
8216 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8217 (gdb-tooltip-print): Parse output from above MI command.
8218 (gdb): Revert 2009-08-11 change. User should detach inferior
8219 manually.
8220
8221 Remove the word "separate" from IO functions as inferior
8222 output is now never displayed in the GUD buffer.
8223
8224 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8225
8226 * startup.el (command-line-normalize-file-name): On Windows and
8227 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8228
8229 2009-09-10 Juri Linkov <juri@jurta.org>
8230
8231 * isearch.el (isearch-text-char-description): Propertize escape
8232 character sequences with the `escape-glyph' face. (Bug#4344)
8233
8234 * simple.el (shell-command): Set asynchronous process filter to
8235 `comint-output-filter'. (Bug#4343)
8236
8237 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8238 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8239 the list. Move "asm" to the bottom.
8240 (grep-find-ignored-directories): Add `choice' with nil value
8241 to empty the list easily.
8242 (grep-find-ignored-files): New option.
8243 (grep-files-history): Set to nil by default instead of '("ch" "el").
8244 (grep-compute-defaults): Add "<X>" to `grep-template'.
8245 (grep-read-files): Bind new local variables `default-alias' and
8246 `default-extension'. Use a list of default values for the file prompt.
8247 (lgrep): Add `--exclude=' command line options composed from
8248 `grep-find-ignored-files'.
8249 (rgrep): Add `-name' command line options composed from
8250 `grep-find-ignored-files'. (Bug#4301)
8251
8252 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8255 (bug#4368).
8256
8257 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8258
8259 * calendar/time-date.el (autoload):
8260 Expand define-obsolete-function-alias into defalias and make-obsolete
8261 for old Emacsen that Gnus supports.
8262 (with-no-warnings): Define it for old Emacsen.
8263 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8264 is available.
8265 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8266 float-time is available; suppress compile warning for time-to-seconds.
8267
8268 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8269
8270 * net/imap.el (imap-message-map): Docstring fix.
8271
8272 2009-09-09 Glenn Morris <rgm@gnu.org>
8273
8274 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8275 line numbers too. (Bug#4374)
8276
8277 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * smerge-mode.el (smerge-remove-props, smerge-refine):
8280 Use with-silent-modifications (bug#4342).
8281
8282 * subr.el (with-silent-modifications): New macro.
8283
8284 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8285
8286 * files.el (top-level): Require `cl' when compiling.
8287
8288 2009-09-07 Glenn Morris <rgm@gnu.org>
8289
8290 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8291
8292 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8293 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8294
8295 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8296
8297 * vc-git.el (vc-git-annotate-command): Use separator to parse
8298 arguments correctly.
8299
8300 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8301
8302 * proced.el (proced-mode): Doc fix.
8303
8304 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8305
8306 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8307 lstat fails.
8308 (tramp-do-file-attributes-with-ls): Check for file existence at
8309 remote end.
8310 (tramp-do-file-attributes-with-stat): Likewise.
8311 (tramp-convert-file-attributes): Return nil when attr is nil.
8312
8313 2009-09-05 Glenn Morris <rgm@gnu.org>
8314
8315 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8316 properties to this button.
8317 (diary-fancy-display): Don't extend the button to the final newline.
8318 (diary-fancy-display-mode): Continue to define "q" as a local key.
8319
8320 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8321 efficient.
8322
8323 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8324
8325 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8326 (byte-compile-dest-file-function): New option.
8327 (byte-compile-dest-file): Doc fix.
8328 Obey byte-compile-dest-file-function.
8329 (byte-compile-cl-file-p): New function.
8330 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8331 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8332 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8333 than for file being previously loaded.
8334 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8335 (byte-compile-file-form-require): Handle the case where requiring a file
8336 indirectly causes CL to be loaded.
8337
8338 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8339
8340 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8341 before killing the old buffer, since by the time `kill-buffer' is
8342 run so many buffer variables have been set to nil that it may not
8343 behave as expected. (Bug#4061)
8344
8345 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8346
8347 * files.el (find-alternate-file): If the old buffer is modified
8348 and visiting a file, behave similarly to `kill-buffer' when
8349 killing it, thus reverting to the pre-1.878 behavior; see
8350 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8351 for discussion. Also, consult `buffer-file-name' as a variable
8352 not as a function, for consistency with the rest of the code.
8353
8354 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8355
8356 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8357 also when adding a new directory.
8358
8359 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8360 defun.
8361
8362 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * files.el (locate-file-completion-table): Make it provide boundary
8365 information, so partial-completion works better.
8366
8367 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8368
8369 * mail/footnote.el (Footnote-text-under-cursor):
8370 Check footnote-text-marker-alist before using it (bug#4324).
8371
8372 2009-09-04 Glenn Morris <rgm@gnu.org>
8373
8374 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8375 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8376 * play/solitaire.el, play/tetris.el:
8377 Remove leading * from defcustom and defface docs.
8378
8379 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8380 necessary.
8381 (diary-fancy-overriding-map): New variable.
8382 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8383 Use view-mode.
8384
8385 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8386 goto-line.
8387
8388 2009-09-03 Glenn Morris <rgm@gnu.org>
8389
8390 * arc-mode.el (archive-mode):
8391 * dos-fns.el (set-default-process-coding-system):
8392 * man.el (Man-getpage-in-background):
8393 * menu-bar.el (menu-bar-describe-menu):
8394 * server.el (server-process-filter):
8395 * startup.el (command-line):
8396 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8397 * w32-fns.el (set-default-process-coding-system):
8398 * x-dnd.el (x-dnd-handle-file-name):
8399 * international/mule-cmds.el (mule-menu-keymap)
8400 (set-default-coding-systems, language-info-alist, set-language-info)
8401 (set-language-environment, standard-display-european-internal)
8402 (set-locale-environment):
8403 * international/mule-diag.el (mule-diag):
8404 * mail/emacsbug.el (report-emacs-bug):
8405 * mail/rmail.el (rmail-mode):
8406 * mail/sendmail.el (mail-setup):
8407 Use default-value rather than default-enable-multibyte-characters.
8408
8409 * progmodes/f90.el: Move all safe properties into the defcustoms.
8410 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8411
8412 * calendar/appt.el (appt-check):
8413 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8414 (diary-check-diary-file, diary-list-entries)
8415 (diary-include-other-diary-files, diary-simple-display)
8416 (diary-fancy-display, diary-print-entries)
8417 (diary-mark-included-diary-files, diary-make-entry):
8418 Don't call substitute-in-file-name on diary-file.
8419
8420 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8421 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8424 (footnote-mode-map): Move initialization into the declaration.
8425 (footnote-minor-mode-map): Define it rather than changing global-map.
8426 (footnote-mode): Use define-minor-mode.
8427
8428 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8429
8430 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8431 (tramp-do-file-attributes-with-perl)
8432 (tramp-do-file-attributes-with-stat): Rename from
8433 `tramp-handle-file-attributes-with-*'.
8434 (tramp-handle-file-attributes): Use them.
8435 (tramp-do-directory-files-and-attributes-with-perl)
8436 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8437 `tramp-handle-directory-files-and-attributes-with-*'.
8438 (tramp-handle-directory-files-and-attributes): Use them.
8439 (tramp-method-out-of-band-p): Additional parameter SIZE.
8440 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8441 (tramp-handle-write-region): Use it.
8442 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8443 (tramp-handle-vc-registered): Check, whether the first run did
8444 return files to be tested.
8445 (tramp-advice-make-auto-save-file-name): Do not call directly
8446 `tramp-handle-make-auto-save-file-name', because this would bypass
8447 the locking mechanism.
8448
8449 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8450 (file-remote-p, process-file, start-file-process, set-file-times)
8451 (tramp-compat-file-attributes): Compatibility functions shall not
8452 call directly `tramp-handle-*', because this would bypass the
8453 locking mechanism.
8454 (tramp-compat-number-sequence): New defun.
8455
8456 2009-09-02 Glenn Morris <rgm@gnu.org>
8457
8458 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8459 alias for float-time.
8460 (time-to-number-of-days): In Emacs, use float-time.
8461 * net/newst-backend.el (time-add): Suppress warnings from compat
8462 function.
8463 * time.el (emacs-uptime, emacs-init-time):
8464 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8465 Use float-time rather than time-to-seconds.
8466
8467 * minibuffer.el (completion-initials-expand): Fix typo.
8468
8469 * faces.el (modeline, modeline-inactive, modeline-highlight)
8470 (modeline-buffer-id):
8471 * info.el (info-menu-5): Mark these face aliases as obsolete.
8472
8473 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8474
8475 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8476 space ...
8477 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8478 no "--thread" option.
8479 (gdb-stopped): Don't print "Switched to thread" message when it is
8480 unchanged.
8481
8482 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * minibuffer.el (completion-try-completion)
8485 (completion-all-completions): Remove ill-defined (and
8486 mistakenly installed and luckily never used nor documented)
8487 `completion-styles' property.
8488 (completion-initials-expand, completion-initials-all-completions)
8489 (completion-initials-try-completion): New functions.
8490 (completion-styles-alist): Add doc to each entry.
8491 Add new `initials' entry.
8492
8493 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8494
8495 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8496 MI command -var-evaluate-expression.
8497 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8498 and tweak for case of string child.
8499 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8500
8501 2009-09-01 Glenn Morris <rgm@gnu.org>
8502
8503 * add-log.el (change-log-date-face, change-log-name-face)
8504 (change-log-email-face, change-log-file-face, change-log-list-face)
8505 (change-log-conditionals-face, change-log-function-face)
8506 (change-log-acknowledgement-face):
8507 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8508 (custom-modified-face, custom-set-face, custom-changed-face)
8509 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8510 (custom-documentation-face, custom-state-face, custom-comment-face)
8511 (custom-comment-tag-face, custom-variable-tag-face)
8512 (custom-variable-button-face, custom-face-tag-face)
8513 (custom-group-tag-face-1, custom-group-tag-face):
8514 * diff-mode.el (diff-header-face, diff-file-header-face)
8515 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8516 (diff-added-face, diff-changed-face, diff-function-face)
8517 (diff-context-face, diff-nonexistent-face):
8518 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8519 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8520 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8521 (Info-title-4-face):
8522 * isearch.el (isearch-lazy-highlight-face):
8523 * log-view.el (log-view-file-face, log-view-message-face):
8524 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8525 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8526 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8527 (cvs-msg-face):
8528 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8529 (smerge-base-face, smerge-markers-face):
8530 * wid-edit.el (widget-documentation-face, widget-button-face)
8531 (widget-field-face, widget-single-line-field-face)
8532 (widget-inactive-face, widget-button-pressed-face):
8533 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8534 (woman-addition-face):
8535 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8536 (eshell-ls-executable-face, eshell-ls-readonly-face)
8537 (eshell-ls-unreadable-face, eshell-ls-special-face)
8538 (eshell-ls-missing-face, eshell-ls-archive-face)
8539 (eshell-ls-backup-face, eshell-ls-product-face)
8540 (eshell-ls-clutter-face):
8541 * eshell/em-prompt.el (eshell-prompt-face):
8542 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8543 * obsolete/old-whitespace.el (whitespace-highlight-face):
8544 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8545 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8546 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8547 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8548 (antlr-font-lock-literal-face):
8549 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8550 (ebrowse-root-class-face, ebrowse-file-name-face)
8551 (ebrowse-default-face, ebrowse-member-attribute-face)
8552 (ebrowse-member-class-face, ebrowse-progress-face):
8553 * progmodes/make-mode.el (makefile-space-face):
8554 * progmodes/sh-script.el (sh-heredoc-face):
8555 * textmodes/flyspell.el (flyspell-incorrect-face)
8556 (flyspell-duplicate-face):
8557 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8558 * textmodes/texinfo.el (texinfo-heading-face):
8559 Mark face aliases with "-face" suffix as obsolete.
8560
8561 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8562 compiler.
8563
8564 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8565 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8566 easy-menu-define wants to modify these.
8567
8568 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8569
8570 * net/browse-url.el (browse-url-file-url):
8571 * term/internal.el (dos-codepage-setup):
8572 Use default-value rather than default-enable-multibyte-characters.
8573
8574 * progmodes/etags.el (etags-goto-tag-location):
8575 * progmodes/flymake.el (flymake-highlight-line)
8576 (flymake-goto-file-and-line, flymake-goto-line):
8577 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8578 (gdb-goto-breakpoint):
8579 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8580 * progmodes/python.el (python-find-function)
8581 (python-pdbtrack-track-stack-file):
8582 * progmodes/verilog-mode.el (verilog-surelint-off):
8583 * term/ns-win.el (ns-open-file-select-line):
8584 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8585 Use forward-line rather than goto-line.
8586
8587 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8588 * textmodes/reftex-index.el (reftex-display-index):
8589 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8590 * textmodes/reftex-toc.el (reftex-toc):
8591 Remove unnecessary bindings of default-major-mode (all are followed by
8592 major-mode check and possible mode switch).
8593
8594 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8595
8596 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8597 Handle watchpoints (bug#4282).
8598 (def-gdb-thread-buffer-command): Enable thread to be selected by
8599 clicking without selecting threads buffer first.
8600 (gdb-current-context-command): Use selected frame so that "up",
8601 "down" etc work in the GUD buffer.
8602 (gdb-update): Find selected frame before rendering stack buffer.
8603 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8604
8605 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * progmodes/sym-comp.el (displayed-completions): Remove.
8608 (symbol-complete): Use minibuffer-complete.
8609
8610 2009-08-31 Glenn Morris <rgm@gnu.org>
8611
8612 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8613
8614 * apropos.el (apropos-symbols-internal):
8615 Handle (obsolete) face aliases.
8616
8617 * faces.el (describe-face): Adjust the output format to be more like
8618 describe-variable, and to mention (obsolete) face aliases.
8619 Adjust the whitespace so that help-setup-xref works.
8620
8621 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8622 * calendar/diary-lib.el (diary-button-face):
8623 Mark these face aliases as obsolete.
8624
8625 * calendar/calendar.el (calendar-today): Doc fix.
8626
8627 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8628
8629 * progmodes/gdb-mi.el (gdb-control-all-threads)
8630 (gdb-control-current-thread): Force tool bar update.
8631 (gdb-non-stop-handler): New function.
8632 (gdb-init-1): Use it to test if non-stop mode is supported.
8633 Remove unused gdbmi buffer type.
8634
8635 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8636
8637 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8638 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8639
8640 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8641
8642 * comint.el (comint-exec-1): Check command is non-null first.
8643 Part of gdb-mi.el change (2009-08-28).
8644
8645 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8648
8649 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8650
8651 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8652 instead of `dolist' to avoid a recursive require when bootstrapping.
8653
8654 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8657
8658 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8659
8660 * net/imap.el (imap-send-command): Simplify.
8661 (imap-wait-for-tag): point-max -> buffer-size.
8662
8663 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8664
8665 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8666 with constant argument.
8667
8668 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8669
8670 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8671
8672 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8673 Change default, since most of our files don't have a history.
8674 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8675 the user.
8676
8677 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8678 Add comint-run.
8679
8680 * calc/calc.el: Improve commenting convention.
8681 (calc-digit-map, toplevel): Simplify.
8682
8683 * comint.el (comint-insert-input): Be careful to only set point if we
8684 don't delegate to some other command.
8685
8686 * proced.el (proced-signal-list): Make it an alist.
8687 (proced-grammar-alist): Capitalize names.
8688 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8689 Disable undo manually and make it read-only.
8690 Use completion-annotate-function.
8691
8692 * minibuffer.el (minibuffer-message): If the current buffer is not
8693 a minibuffer, insert the message in the echo area rather than at the
8694 end of the buffer.
8695 (completion-annotate-function): New variable.
8696 (minibuffer-completion-help): Use it.
8697 (completion--embedded-envvar-table): Environment vars are
8698 always case-sensitive.
8699
8700 2009-08-30 Glenn Morris <rgm@gnu.org>
8701
8702 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8703 from fortran-current-defun.
8704 (fortran-beginning-of-subprogram): Be more precise about finding the
8705 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8706 (fortran-end-of-subprogram): Simplify.
8707 (fortran-current-defun): Use fortran-start-prog-re.
8708
8709 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8710
8711 * subr.el (do-after-load-evaluation): Simplify.
8712
8713 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8714
8715 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8716
8717 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8718 (vc-rcs-print-log): Use it.
8719
8720 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8721
8722 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * paths.el (abbrev-file-name): Move to abbrev.el.
8725 * abbrev.el (abbrev-file-name): Move from paths.el.
8726 Obey user-emacs-directory.
8727 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8728 user-emacs-directory.
8729 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8730 abbrev-file-name and calc-settings-file any more.
8731 * startup.el (command-line): Recompute abbrev-file-name and
8732 abbreviated-home-dir.
8733 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8734 of the special code for when C-h bindings haven't been changed.
8735 (display-startup-echo-area-message): Use with-current-buffer.
8736 (command-line-1): Use a list of strings, rather than a list of lists
8737 of strings for longopts.
8738
8739 * files.el (get-free-disk-space): Use / for default-directory.
8740
8741 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8742 Use with-current-buffer.
8743
8744 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8745 Recognize immutable variables like most-positive-fixnum.
8746 (byte-compile-setq-default): Check and warn if trying to assign
8747 to an immutable variable, or a non-variable.
8748
8749 * progmodes/cc-vars.el (c-comment-continuation-stars):
8750 * progmodes/cc-engine.el (c-looking-at-bos):
8751 * progmodes/cc-cmds.el (c-toggle-auto-state)
8752 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8753 (c-comment-line-break-function): Add version of obsolescence.
8754
8755 2009-08-28 Juri Linkov <juri@jurta.org>
8756
8757 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8758 associated with `archive-mode'.
8759
8760 * image.el (image-type-header-regexps): Use only JPEG magic number
8761 to determine JPEG images, and don't use `image-jpeg-p' because
8762 Emacs can display non-JFIF non-Exif JPEG images.
8763
8764 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8765
8766 * arc-mode.el (archive-mode):
8767 * emacs-lisp/re-builder.el (re-builder-unload-function):
8768 Protect against the default value of `major-mode' being nil.
8769
8770 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8771
8772 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8773 Fix typos in docstrings.
8774
8775 * progmodes/js.el (js--macro-decl-re): Doc fix.
8776 (js--plain-method-re, js--split-name): Refloc docstring.
8777 (js--class-styles, js--make-merged-item, js--splice-into-items):
8778 Fix typos in docstrings; reflow docstrings.
8779 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8780 (js--variable-decl-matcher, js--inside-pitem-p)
8781 (js--parse-state-at-point, js--get-all-known-symbols)
8782 (js--symbol-history, js-find-symbol, js--js-references)
8783 (js--moz-interactor, js--js-encode-value, js--read-tab):
8784 Fix typos in docstrings.
8785
8786 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * textmodes/reftex.el (reftex-get-file-buffer-force):
8789 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8790 * emulation/viper.el (viper-go-away, viper-set-hooks):
8791 * emacs-lisp/re-builder.el (re-builder-unload-function):
8792 * emacs-lisp/bytecomp.el (byte-compile-file):
8793 * ses.el (ses-unload-function):
8794 * hexl.el (hexl-find-file):
8795 * files.el (normal-mode):
8796 * ehelp.el (with-electric-help):
8797 * autoinsert.el (auto-insert-alist):
8798 * arc-mode.el (archive-mode):
8799 Use (default-value 'major-mode) instead of default-major-mode.
8800
8801 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8802 * international/mule.el (load-with-code-conversion):
8803 * emacs-lisp/debug.el (debug):
8804 * ediff-vers.el (ediff-rcs-get-output-buffer):
8805 * dired.el (dired-internal-noselect): Don't let-bind
8806 default-major-mode around code that doesn't use it.
8807 E.g. buffer creation via get-buffer-create doesn't use it.
8808
8809 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8810
8811 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8812 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8813 when writing the temp file. Otherwise, epa-file gets confused.
8814 (tramp-register-file-name-handlers): Make it a defun. Move also
8815 `epa-file-handler' to the front of `file-name-handler-alist'.
8816
8817 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8820 start right after a ^M.
8821 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8822 (tramp-completion-file-name-regexp-separate)
8823 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8824 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8825 Don't modify last-coding-system-used by accident.
8826 (tramp-completion-file-name-handler): Apply the checks here,
8827 instead during registration.
8828 (tramp-register-file-name-handlers): Renamed from
8829 `tramp-register-file-name-handler'. Register both
8830 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8831 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8832
8833 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8834
8835 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8836 Remove variable ...
8837 (gdb-init-1, gdb-display-separate-io-buffer)
8838 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8839 references to it.
8840 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8841 (gdb-inferior-filter): Use comint-output-filter to stop
8842 echoing and remove ^M characters.
8843
8844 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * emulation/viper-init.el (viper-restore-cursor-type):
8847 * emulation/cua-base.el (cua--update-indications):
8848 Replace default-cursor-type with (default-value 'cursor-type).
8849
8850 * mail/sendmail.el (mail-recover-1):
8851 * international/mule-diag.el (describe-current-coding-system-briefly)
8852 (describe-current-coding-system):
8853 * international/mule-cmds.el (select-safe-coding-system)
8854 (select-message-coding-system)
8855 (set-language-environment-coding-systems, set-locale-environment):
8856 * hexl.el (hexl-insert-multibyte-char):
8857 * dos-w32.el (find-buffer-file-type-coding-system):
8858 * simple.el (what-cursor-position):
8859 Replace uses of default-buffer-file-coding-system
8860 with (default-value 'buffer-file-coding-system).
8861
8862 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8863 Replace uses of default-cursor-in-non-selected-windows
8864 with (default-value 'cursor-in-non-selected-windows).
8865 Use with-current-buffer.
8866
8867 * mail/feedmail.el: Use CL macros.
8868 (feedmail-run-the-queue, feedmail-send-it-immediately):
8869 * dos-w32.el (find-buffer-file-type): Replace uses of
8870 default-buffer-file-type with (default-value 'buffer-file-type).
8871
8872 2009-08-28 Glenn Morris <rgm@gnu.org>
8873
8874 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8875 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8876 Use default-value of major-mode rather than default-major-mode.
8877
8878 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * Makefile.in (update-elcfiles): Report left over elc files.
8881
8882 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8883 expand-file-name and with-current-buffer.
8884 (mail-get-names, mail-directory): Use with-current-buffer.
8885
8886 * vc.el (vc-read-revision): New function.
8887 (vc-version-diff, vc-merge): Use it.
8888
8889 2009-08-27 Sam Steingold <sds@gnu.org>
8890
8891 * simple.el (kill-do-not-save-duplicates): New user option.
8892 (kill-new): When it is non-nil, and the new string is the same as
8893 the latest kill, set replace to t to avoid duplicates in kill-ring.
8894
8895 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8896
8897 * net/tramp.el (tramp-handle-process-file): Do not flush all
8898 caches when `process-file-side-effects' is set.
8899 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8900 instead of `tramp-find-file-exists-command'.
8901 Unset `process-file-side-effects'.
8902
8903 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8904
8905 * net/tramp.el (tramp-methods): New method "rsyncc".
8906 (top): Add completion function for "rsyncc".
8907 (tramp-message-show-message): New defvar.
8908 (tramp-message, tramp-error): Use it.
8909 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8910 remote copying.
8911 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8912 `tramp-methods' entry `copy-env' of "rsyncc".
8913 (tramp-vc-registered-read-file-names): New defconst.
8914 (tramp-vc-registered-file-names): New defvar.
8915 (tramp-handle-vc-registered): Implement optimization strategy.
8916 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8917 (tramp-vc-file-name-handler): New defun.
8918 (tramp-get-ls-command, tramp-get-test-command)
8919 (tramp-get-file-exists-command, tramp-get-remote-ln)
8920 (tramp-get-remote-perl, tramp-get-remote-stat)
8921 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8922
8923 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8924 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8925 timestamps.
8926 (tramp-get-file-property): Check for timestamps in
8927 `tramp-cache-inhibit-cache'.
8928 (tramp-set-file-property): Write timestamp.
8929
8930 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8931
8932 * language/japan-util.el (japanese-symbol-table): Add entries for
8933 cp932-2-byte.
8934
8935 * international/characters.el: Add category `j' to cp932-2-byte.
8936
8937 2009-08-27 Kenichi Handa <handa@m17n.org>
8938
8939 * international/fontset.el (build-default-fontset-data): New macro.
8940 (setup-default-fontset): Use build-default-fontset-data for CJK,
8941 tibetan, ethiopic, and ipa.
8942
8943 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8946 (enable-multibyte-characters): Not customizable any more.
8947
8948 * subr.el (default-mode-line-format, default-header-line-format)
8949 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8950 (default-direction-reversed, default-truncate-lines)
8951 (default-left-margin, default-tab-width, default-case-fold-search)
8952 (default-left-margin-width, default-right-margin-width)
8953 (default-left-fringe-width, default-right-fringe-width)
8954 (default-fringes-outside-margins, default-scroll-bar-width)
8955 (default-vertical-scroll-bar, default-indicate-empty-lines)
8956 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8957 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8958 (default-scroll-down-aggressively, default-fill-column)
8959 (default-cursor-type, default-buffer-file-type)
8960 (default-cursor-in-non-selected-windows)
8961 (default-buffer-file-coding-system, default-major-mode)
8962 (default-enable-multibyte-characters): Mark as obsolete.
8963
8964 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8965
8966 * vc-dir.el (vc-dir-update): Remove debug helper.
8967
8968 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8969
8970 2009-08-26 Sam Steingold <sds@gnu.org>
8971
8972 * simple.el (save-interprogram-paste-before-kill): New user option.
8973 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8974 save the interprogram-paste into kill-ring before overriding it
8975 with the Emacs kill.
8976
8977 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8978
8979 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8980 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8981 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8982 and move to vc-rcs.el.
8983 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8984 move to vc-rcs.el.
8985 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8986 (vc-rcs-update-changelog): Remove.
8987 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8988 and move to vc-rcs.el.
8989
8990 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8991 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8992 renaming.
8993 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8994 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8995 vc.el, renamed to be RCS specific.
8996
8997 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8998 New functions.
8999 (vc-cvs-update-changelog): Move here from vc.el.
9000
9001 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9002 New functions.
9003
9004 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9007
9008 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9009
9010 * vc-git.el (vc-git-register): Use "git add" for directories.
9011 (vc-git-stash, vc-git-stash-show): New functions.
9012 (vc-git-extra-menu-map): Bind them.
9013
9014 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9015 directory correctly in case the item is a directory itself.
9016
9017 * vc.el: Document the desired behavior for reverted files in the
9018 `added' state.
9019 (vc-default-prettify-state-info): Remove function, unused.
9020
9021 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9022
9023 2009-08-26 Glenn Morris <rgm@gnu.org>
9024
9025 * bindings.el (standard-mode-line-format): Reposition dashes in
9026 which-func entry. (Bug#4217)
9027
9028 * files.el (enable-local-variables, enable-local-eval)
9029 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9030 the defcustoms.
9031 (auto-mode-alist, ignored-local-variables)
9032 (save-some-buffers-action-alist): Move risky declarations to the
9033 definitions.
9034 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9035 (font-lock-defaults, format-alist, imenu--index-alist)
9036 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9037 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9038 (mode-line-modified, mode-line-mule-info, mode-line-position)
9039 (mode-line-process, mode-line-remote, outline-level)
9040 (parse-time-rules, rmail-output-file-alist)
9041 (special-display-buffer-names, vc-mode):
9042 Move risky declarations to the relevant files.
9043 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9044 (mode-line-modified, mode-line-process, mode-line-position)
9045 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9046 * font-core.el (font-lock-defaults):
9047 * format.el (format-alist):
9048 * vc-hooks.el (vc-mode):
9049 * window.el (special-display-buffer-names):
9050 * international/mule-cmds.el (input-method-alist):
9051 Define riskiness here (dumped file) rather than in files.el.
9052 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9053 * imenu.el (imenu-generic-expression, imenu--index-alist):
9054 * outline.el (outline-level):
9055 * time.el (display-time-string):
9056 * calendar/parse-time.el (parse-time-rules):
9057 * mail/rmailout.el (rmail-output-file-alist):
9058 Autoload riskiness here, rather than placing in files.el.
9059
9060 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9061
9062 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9063
9064 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9065
9066 * simple.el (process-file-side-effects): New defvar.
9067
9068 * dired-aux.el (dired-show-file-type):
9069 * vc.el (vc-diff-internal):
9070 * vc-arch.el (vc-arch-diff):
9071 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9072 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9073 * vc-git.el (vc-git-registered, vc-git-working-revision)
9074 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9075 (vc-git--empty-db-p):
9076 * vc-hooks.el (vc-user-login-name):
9077 * vc-svn.el (vc-svn-registered, vc-svn-state)
9078 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9079 * progmodes/grep.el (grep-probe): Let-bind
9080 `process-file-side-effects' with nil.
9081
9082 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9083
9084 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9085 daemon. Replace ping by checking for running service for bluez
9086 and zeroconf. (Bug#4239)
9087
9088 2009-08-25 Kevin Ryde <user42@zip.com.au>
9089
9090 * net/dig.el (dig): Add autoload cookie.
9091
9092 2009-08-25 Glenn Morris <rgm@gnu.org>
9093
9094 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9095 load-history for absolute file-names.
9096 (byte-compile-file-form-require): Warn about use of the cl package.
9097
9098 * format.el (format-alist): Doc fix.
9099
9100 * play/bubbles.el (top-level): Don't require cl at run-time.
9101
9102 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9103 run-time cl).
9104
9105 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9106
9107 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9108 from cl package.
9109 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9110
9111 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9112
9113 * calc/calc-alg.el (math-trig-rewrite)
9114 (math-hyperbolic-trig-rewrite): New functions.
9115 (calc-simplify): Simplify trig functions when asked.
9116
9117 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9120
9121 2009-08-24 Kenichi Handa <handa@m17n.org>
9122
9123 * language/ind-util.el (mapthread): Delete it.
9124 (combinatorial): New function.
9125 (indian--puthash-cv): Use combinatorial instead of mapthread.
9126
9127 2009-08-22 Kevin Ryde <user42@zip.com.au>
9128
9129 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9130 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9131 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9132 Clarify docstring that the value is strings not symbols.
9133 (checkdoc-list-of-strings-p): New function.
9134
9135 2009-08-22 Glenn Morris <rgm@gnu.org>
9136
9137 * files.el (auto-mode-alist):
9138 * hippie-exp.el (he-concat-directory-file-name):
9139 * lpr.el (lpr-windows-system, printer-name):
9140 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9141 * ps-print.el (ps-windows-system):
9142 * startup.el (command-line):
9143 * emulation/viper-ex.el (viper-glob-function):
9144 * international/mule-cmds.el (set-language-environment-coding-systems):
9145 * net/ange-ftp.el (ange-ftp-write-region):
9146 * obsolete/fast-lock.el (fast-lock-cache-name):
9147 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9148 unisoft-unix, vax-vms, win32, w32.
9149
9150 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9151 given name if the pattern is not more specific.
9152
9153 * calendar/lunar.el (lunar-phase-names): New option.
9154 (lunar-phase): Doc fix.
9155 (lunar-cycles-per-year): New constant.
9156 (lunar-index): New function.
9157 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9158 (lunar-phase-name): Use lunar-phase-names.
9159 (calendar-lunar-phases): Use format.
9160 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9161
9162 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9163 Copy imenu-example--name-and-position function here for own use.
9164 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9165
9166 * bs.el (bs--redisplay):
9167 * cus-edit.el (custom-redraw):
9168 * ibuffer.el (ibuffer-bury-buffer):
9169 * server.el (server-goto-line-column):
9170 * startup.el (command-line-1):
9171 * strokes.el (strokes-xpm-for-stroke):
9172 * term.el (term-display-buffer-line):
9173 * view.el (View-goto-line):
9174 * calc/calc.el (calc-do, calc-trail-buffer):
9175 * play/gamegrid.el (gamegrid-add-score-insecure):
9176 * progmodes/ada-mode.el (ada-compile-goto-error):
9177 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9178 (ebrowse-select-1st-to-9nth):
9179 * progmodes/cperl-mode.el (cperl-time-fontification):
9180 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9181 * progmodes/gud.el (gud-display-line):
9182 (idlwave-shell-display-line):
9183 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9184 * progmodes/make-mode.el (makefile-browser-toggle):
9185 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9186 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9187 * textmodes/picture.el (picture-draw-rectangle):
9188 * textmodes/reftex-index.el (reftex-index-goto-letter):
9189 (reftex-select-jump-to-previous):
9190 * textmodes/reftex-sel.el (reftex-find-start-point)
9191 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9192 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9193 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9194 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9195 * textmodes/two-column.el (2C-associated-buffer):
9196 Use forward-line rather than goto-line.
9197
9198 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9199 goto-line.
9200
9201 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9202 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9203 (quick-check-list-to-regexp): Declare.
9204
9205 * progmodes/make-mode.el (makefile-browser-insert-selection):
9206 Use goto-char rather than goto-line.
9207
9208 * progmodes/prolog.el (compilation-error-regexp-alist)
9209 (compilation-forget-errors): Declare.
9210
9211 2009-08-22 Juri Linkov <juri@jurta.org>
9212
9213 * progmodes/grep.el (lgrep, rgrep): At the beginning
9214 set `dir' to `default-directory' unless `dir' is a non-nil
9215 readable directory. (Bug#4052)
9216 (lgrep, rgrep): Change a weird way to report an error
9217 from using `read-string' to using `error'.
9218 Instead of using interactive arguments in the function body,
9219 add new argument `confirm'.
9220
9221 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * textmodes/remember.el (remember-buffer):
9224 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9225 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9226 (icalendar-extract-ical-from-buffer):
9227 * net/newst-treeview.el (newsticker-groups-filename):
9228 * net/newst-backend.el (newsticker-cache-filename):
9229 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9230 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9231 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9232 (speedbar-buffers-line-path, speedbar-path-line)
9233 (speedbar-buffers-line-path):
9234 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9235 (epg-sign-keys):
9236 * epa.el (epa-display-verify-result):
9237 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9238
9239 2009-08-21 Glenn Morris <rgm@gnu.org>
9240
9241 * progmodes/js.el (inferior-moz-process): Fix declaration.
9242
9243 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9244
9245 * obsolete/rnewspost.el (news-mail-reply):
9246 Use goto-char rather than goto-line.
9247
9248 * term/ns-win.el (ns-open-file-select-line):
9249 Use line-beginning-position rather than goto-line.
9250
9251 * apropos.el (apropos-command):
9252 * ehelp.el (electric-helpify):
9253 * printing.el (pr-show-setup):
9254 * strokes.el (strokes-help):
9255 * tutorial.el (tutorial--describe-nonstandard-key)
9256 (tutorial--detailed-help):
9257 * woman.el (woman-mini-help, woman-display-extended-fonts):
9258 * calc/calc-help.el (calc-describe-key):
9259 * emulation/edt.el (edt-electric-helpify):
9260 * international/mule-diag.el (mule-diag):
9261 * play/yow.el (apropos-zippy):
9262 * progmodes/python.el (python-describe-symbol):
9263 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9264 * textmodes/table.el (*table--cell-describe-mode)
9265 (*table--cell-describe-bindings):
9266 Use help-print-return-message rather than the now obsolete alias.
9267
9268 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9269 (calendar-cursor-to-visible-date):
9270 * play/5x5.el (5x5-position-cursor):
9271 * play/decipher.el (decipher):
9272 * play/gomoku.el (gomoku-goto-xy):
9273 * play/landmark.el (lm-goto-xy):
9274 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9275 (mpuz-paint-digit):
9276 Use forward-line, not goto-line.
9277
9278 * mail/rmail.el (rmail-obsolete): Delete custom group.
9279 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9280 (rmail-remote-password, rmail-remote-password-required):
9281 Remove unneeded :set-after and :set properties.
9282
9283 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9284
9285 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9286
9287 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9288
9289 * loadup.el: Remove leftover macos code.
9290
9291 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9292 Explicitly pass the date format to git blame so that user local
9293 so that the output format can be parsed.
9294
9295 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * net/dbus.el (top): Don't check for (getenv
9298 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9299
9300 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9301
9302 * log-edit.el (log-edit-strip-single-file-name): New var.
9303 (log-edit-insert-changelog): Use it. Bug#3571
9304
9305 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9308 Bug#3287
9309
9310 * help.el (help-print-return-message): Rename from
9311 print-help-return-message.
9312
9313 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9314 cvs-mode-map parent hack.
9315 (log-view-mode): Derive from special-mode.
9316
9317 * linum.el (linum-mode): window-size-change-functions is redundant.
9318 Adapt to new window-configuration-change-hook behavior.
9319 (linum-after-size, linum-after-config): Remove.
9320
9321 * imenu.el (imenu-example--name-and-position)
9322 (imenu-example--lisp-extract-index-name)
9323 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9324 Mark as obsolete.
9325
9326 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9327 (inferior-prolog-mode): Use it.
9328 (inferior-prolog-load-file): Reset list of errors.
9329
9330 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9331
9332 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9333
9334 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9335
9336 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9337
9338 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9339 is running already.
9340
9341 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * subr.el (listify-key-sequence-1): Use normal syntax since those
9344 integers are nowadays always represented by the same (positive) number
9345 on all platforms.
9346 (read-key-empty-map): New const.
9347 (read-key-delay): New var.
9348 (read-key): New function.
9349 (force-mode-line-update): Use with-current-buffer.
9350 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9351 (start-process-shell-command, start-file-process-shell-command):
9352 Discourage the use of command-args.
9353
9354 2009-08-19 Glenn Morris <rgm@gnu.org>
9355
9356 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9357
9358 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * simple.el (choose-completion-string): Don't rely on
9361 minibuffer-completing-file-name and ad-hoc checks to decide whether
9362 to continue completion or not.
9363
9364 * minibuffer.el (minibuffer-hide-completions): New function.
9365 (completion--do-completion): Use it.
9366 (completions-annotations): New face.
9367 (completion--insert-strings): Use it.
9368 (completion-pcm--delim-wild-regex): Add docstring.
9369 (completion-pcm--string->pattern): Add support for 0-width delimiters
9370 in completion-pcm--delim-wild-regex.
9371
9372 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9375 Remove unused var `buffer-modified-p'.
9376
9377 * minibuffer.el (completion--do-completion): Move point for the #b001
9378 case as well (bug#4176).
9379 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9380
9381 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9382
9383 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9384 and :session buses.
9385
9386 2009-08-18 Kenichi Handa <handa@m17n.org>
9387
9388 * international/ucs-normalize.el (ucs-normalize-version):
9389 Change to 1.1.
9390 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9391 (utf-8-hfs): Make it perform normalization on encoding too.
9392
9393 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9394 (sentence-end-without-space): Delete duplicated chars.
9395 (sentence-end-base): Likewise.
9396
9397 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9398 (html-mode): Delete duplicated chars from sentence-end-base.
9399
9400 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9401 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9402
9403 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9404
9405 * files.el (hack-one-local-variable): If the mode function is for
9406 a minor mode, pass it an argument (Bug#4148).
9407
9408 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9409
9410 * net/tramp.el (tramp-register-completion-file-name-handler):
9411 Check also for (member 'partial-completion completion-styles).
9412
9413 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9416 abbrev (Bug#3943).
9417
9418 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9419
9420 * progmodes/cperl-mode.el: Merge upstream 6.2.
9421 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9422 (cperl-forward-re): Check cperl-brace-recursing.
9423 (cperl-highlight-charclass): New function.
9424 (cperl-find-pods-heres): Use it.
9425 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9426 (cperl-beautify-regexp-piece): Fix column calculation.
9427 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9428 (cperl-beautify-level): Don't process entire regexp.
9429 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9430 calling man.
9431 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9432 (cperl-init-faces): Build a list in the normal way.
9433
9434 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9435
9436 * calendar/parse-time.el (parse-time-string-chars): Save match
9437 data.
9438
9439 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9442 (sql-product): Use it.
9443 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9444 (sql-set-product): Add completion.
9445 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9446 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9447 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9448 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9449 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9450 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9451 (sql-highlight-db2-keywords): Remove.
9452 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9453 (sql-highlight-product): Use derived-mode-p.
9454 (sql-set-sqli-buffer): Use with-current-buffer.
9455 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9456 Simplify.
9457
9458 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9459
9460 * term.el: Fix commenting convention, turn comments into docstrings.
9461
9462 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9463
9464 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9465
9466 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9467
9468 * calendar/parse-time.el (parse-time-string-chars): Compute using
9469 character classes, to handle non-ascii characters (Bug#3190).
9470
9471 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9472
9473 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9474 another heredoc if the user adds another < (Bug#3226).
9475
9476 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9477 Don't initialize based on window-system (Bug#4124).
9478
9479 * facemenu.el (facemenu-read-color): Use a completion function
9480 that accepts any defined color, such as RGB triplets (Bug#3677).
9481
9482 * files.el (get-free-disk-space): Change fallback default
9483 directory to /. Expand DIR argument before switching to fallback.
9484 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9485
9486 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9487
9488 * files.el (load-library): Doc fix.
9489
9490 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9491
9492 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9493 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9494 incremental search string.
9495
9496 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9497 XEmacs.
9498
9499 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9500 (ediff-merge-region-is-non-clash)
9501 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9502 Also check if the job is really a merge job.
9503
9504 * ediff.el (ediff-current-file): New function.
9505
9506 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9507
9508 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9509 conventions.
9510 (js-insert-and-indent): Delete function.
9511 (js-mode-map): Don't bind keys to js-insert-and-indent.
9512 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9513 (js-end-of-defun): Rename from js--end-of-defun.
9514 (js-auto-indent-flag): Delete variable.
9515
9516 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9517
9518 * progmodes/js.el: Remove proclaim statement.
9519 Defvar which-func-imenu-joiner-function to silence compiler.
9520
9521 * files.el (auto-mode-alist): Use js-mode for .js files.
9522
9523 * progmodes/js2-mode.el: Remove file.
9524
9525 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9526
9527 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9528
9529 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9530
9531 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9532 Karl Landstrom <karl.landstrom@brgeight.se>
9533
9534 * progmodes/js.el: New file.
9535
9536 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9537
9538 * timezone.el (timezone-parse-date): Add ability to understand ISO
9539 basic format (minimal separators) dates in addition to the
9540 already-supported extended format dates.
9541
9542 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9543
9544 * international/ucs-normalize.el: Add a `coding' file variable.
9545
9546 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9547
9548 2009-08-14 Sam Steingold <sds@gnu.org>
9549
9550 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9551
9552 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9553
9554 * faces.el (help-argument-name): Define it here instead of
9555 help-fns.el, because in daemon mode help-fns.el may be loaded when
9556 faces are still uninitialized (Bug#1078).
9557
9558 * help-fns.el (help-argument-name): Move defface to faces.el.
9559
9560 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9563 create buffer with a pty but no process so that GDB can make the
9564 inferior the controlling process.
9565
9566 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9567
9568 * international/ucs-normalize.el: New file.
9569
9570 2009-08-13 Richard Stallman <rms@gnu.org>
9571
9572 * mail/rmail.el (rmail-get-attr-names):
9573 Accept an attribute header that is too short.
9574
9575 * mail/rmail.el (rmail-forget-messages):
9576 Ignore nil elt in rmail-message-vector. Use dotimes.
9577
9578 * progmodes/compile.el (compilation-goto-locus):
9579 Use next-error-move-function.
9580
9581 * simple.el (next-error-move-function): New variable.
9582
9583 2009-08-12 Juri Linkov <juri@jurta.org>
9584
9585 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9586 always non-nil. (Bug#4052)
9587
9588 * replace.el (read-regexp): Return empty string when
9589 `default-value' is nil.
9590 (keep-lines-read-args): Don't use empty string as the
9591 default value for `read-regexp'. (Bug#2495)
9592
9593 2009-08-12 Juri Linkov <juri@jurta.org>
9594
9595 * international/mule-cmds.el (ucs-insert): Change arguments
9596 from `arg' to `character', `count', `inherit' to be the same
9597 as in `insert-char'. Doc fix. (Bug#4039)
9598
9599 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9600
9601 2009-08-12 Juri Linkov <juri@jurta.org>
9602
9603 * files-x.el: New file.
9604
9605 * files.el: Move code that deals with adding/deleting
9606 file/directory-local variables to files-x.el.
9607
9608 * Makefile.in (ELCFILES): Add files-x.elc.
9609
9610 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9611
9612 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9613 to use `goto-line'.
9614 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9615 `goto-line'.
9616 (gdb-invalidate-disassembly): Do not refresh upon receiving
9617 'update signal. Instead, update all disassembly buffers only after
9618 threads list.
9619 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9620 (gdb-starting): Moved -data-list-register-names...
9621 (gdb-stopped): ...here so it's sent when first thread stops.
9622 (gdb-registers-handler-custom): Do nothing if register names are
9623 unknown yet.
9624
9625 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9626 from `gdb-mi.el' to avoid extra tangling.
9627
9628 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9629 change which breaks `gud-def' definitions used in `gdb'.
9630 (gdb-update-gud-running): No extra fuss for updating frame number.
9631
9632 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9635 (describe-language-environment-map, setup-language-environment-map)
9636 (set-coding-system-map): Move initialization into declaration.
9637 (set-language-info-alist): Last arg to define-key-after can be skipped.
9638
9639 * international/quail.el (quail-completion-1): Simplify.
9640 (quail-define-rules): Use slightly more compact code.
9641 (quail-insert-decode-map): Propertize keys, compact columns.
9642
9643 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9644 Add goto-line.
9645
9646 2009-08-10 Miles Bader <miles@gnu.org>
9647
9648 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9649 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9650 (js2-instance-member, js2-private-member, js2-private-function-call)
9651 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9652 (js2-magic-paren, js2-external-variable):
9653 Remove "-face" suffix from face names.
9654 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9655 (js2-highlight-undeclared-vars, js2-peek-token)
9656 (js2-parse-function-params, js2-mode-show-errors)
9657 (js2-mode-show-warnings, js2-make-magic-delimiter)
9658 (js2-mode-highlight-magic-parens): Update to use new face names.
9659
9660 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9661
9662 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9663 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9664
9665 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * subr.el: Provide hashtable-print-readable.
9668
9669 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9670 hs-c-like-adjust-block-beginning.
9671 (hs-hide-block-at-point): Stop hiding at the beginning of
9672 hs-block-end-regexp (Bug#700).
9673
9674 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9675
9676 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9677 a macro.
9678 (gdb-registers-handler-custom): Do not fail when register names
9679 are unavailable.
9680
9681 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9682
9683 * progmodes/gdb-mi.el (gdb-control-all-threads)
9684 (gdb-control-current-thread): Interactive setters for
9685 `gdb-gud-control-all-threads' to use in menu.
9686 (gdb-show-run-p): Show «Go» when process is not active.
9687 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9688 gud/thread.xpm and gud/all.xpm.
9689
9690 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9691
9692 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9693 (nslookup-font-lock-keywords): Make it a variable.
9694 (net-utils-mode): New mode for viewing diagnostic network output.
9695 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9696 (net-utils-run-simple): New function.
9697 (ifconfig, iwconfig, netstat, arp, route): Use it.
9698
9699 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9700
9701 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9702 (gdb-memory-set-address, def-gdb-set-positive-number)
9703 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9704 after changing settings.
9705 (gdb-invalidate-disassembly): Update when first shown.
9706 (gdb-edit-locals-value): Fixed.
9707 (gdb-registers-handler-custom): Print registers in right order and
9708 allow changing register values (only for current thread yet).
9709 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9710 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9711 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9712 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9713 info in mode name.
9714 (gdb-registers-mode-map): TAB to switch to locals.
9715
9716 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9717
9718 * mail/rmail.el (rmail-add-mbox-headers)
9719 (rmail-set-message-counters-counter): Search for
9720 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9721
9722 2009-08-08 Glenn Morris <rgm@gnu.org>
9723
9724 * Makefile.in (ELCFILES): Update.
9725
9726 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9727
9728 * mail/sendmail.el (mail-yank-original): Set
9729 buffer-file-coding-system from the one used by the message whose
9730 text is yanked.
9731
9732 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9733 to "windows" when "pgnuplot" is used.
9734 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9735 call accept-process-output if "pgnuplot" is used.
9736 (calc-graph-init): Don't send -display and -geometry to
9737 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9738 running "pgnuplot -V" with shell-command-to-string.
9739
9740 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9741 the default.
9742
9743 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9744
9745 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9746 org/org-latex.elc.
9747
9748 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9749
9750 * vc-dispatcher.el (vc-resynch-window): Update comment.
9751
9752 * term.el (term-handle-ansi-escape): Add comments with the
9753 terminfo capabilities implemented.
9754
9755 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9756
9757 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9758 (gdb-var-create-handler): Rewritten using JSON parser.
9759 (gdb-propertize-header): Moved earlier.
9760 (gdb-set-header): Removed to avoid duplication.
9761 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9762 Refresh disassembly buffers only after threads list have been
9763 update.
9764 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9765 variables.
9766
9767 2009-08-04 Juri Linkov <juri@jurta.org>
9768
9769 * files.el: Commands to add/delete file/directory-local variables.
9770 (read-file-local-variable, read-file-local-variable-value)
9771 (read-file-local-variable-mode, modify-file-local-variable)
9772 (modify-file-local-variable-prop-line)
9773 (modify-dir-local-variable): New functions.
9774 (add-file-local-variable, delete-file-local-variable)
9775 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9776 (add-dir-local-variable, delete-dir-local-variable)
9777 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9778 (copy-dir-locals-to-file-locals-prop-line): New commands.
9779
9780 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9781
9782 * abbrev.el (insert-abbrev-table-description): Prettify output.
9783 Suggested by Karl Chen.
9784
9785 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9786
9787 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9788 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9789 (gdb-overlay-arrow-position, gdb-thread-position)
9790 (gdb-disassembly-position): Declare variables.
9791 (gdb-wait-for-pending): Function now.
9792 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9793 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9794 compilation goes smoothly.
9795 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9796 (gdb-non-stop-setting): New customization setting which replaces
9797 `gdb-non-stop' so changing it doesn't break active GDB session.
9798 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9799 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9800 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9801 (gdb-show-threads-by-default): New customization options.
9802 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9803 routines.
9804 (gdb-get-buffer-create): Send buffers update signal when they are
9805 created.
9806 (gdb-invalidate-locals, gdb-invalidate-registers)
9807 (gdb-invalidate-breakpoints)
9808 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9809 (gdb-invalidate-memory): Accept update signal.
9810 (gdb-current-context-command): Use --frame option.
9811 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9812 Implement `gdb-frame-number' selection logic.
9813 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9814 whether to show GUD toolbar buttons.
9815 (gdb-thread-exited): Unselect current thread when it exits.
9816 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9817 (gdb-mark-line): Routine which sets overlay arrow or inverses
9818 video on fringeless displays.
9819 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9820 to build aligned columns of data in GDB buffers and set text
9821 properties line-by-line.
9822 (gdb-invalidate-breakpoints)
9823 (gdb-breakpoints-list-handler-custom)
9824 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9825 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9826 (gdb-registers-handler-custom): Align data columns.
9827 (gdb-locals-handler-custom): Now prints data like in variable
9828 declarations.
9829 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9830 Removed confusing buttons.
9831 (gdb-invalidate-threads): Append --frame.
9832 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9833 between breakpoints/threads buffers.
9834 (gdb-set-window-buffer): Now can ignore dedicated windows.
9835 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9836 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9837 (def-gdb-thread-buffer-gud-command): Replaces
9838 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9839 for fine thread control.
9840 (gdb-preempt-existing-or-display-buffer): New function used to
9841 display bound buffers without breaking window layout.
9842 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9843 (gdb-select-frame): New version of `gdb-frames-select' which now
9844 sets `gdb-frame-number' so commands may use --frame option instead
9845 of inner debugger state.
9846 (gdb-frame-handler): Do not set `gdb-frame-number'.
9847 (gdb-threads-mode-map): Select threads with mouse.
9848
9849 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9850 avoid compilation warning.
9851 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9852 `gdb-show-stop-p`.
9853
9854 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9855 Argument `key' renamed to `buffer-type'.
9856 (gdb-current-context-buffer-name): Do not add thread info to
9857 buffer name when no thread is selected.
9858 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9859 command (bug 3794).
9860 (gdb-thread-selected): Handle `=thread-selected' notification.
9861 (gdb-wait-for-pending): New macro to deal with congestion problems.
9862 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9863 breakpoints.
9864 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9865 This fixes problem similar to one described in bug 3947.
9866 (gud-menu-map): More menu items.
9867 (gdb-init-1): Reset `gdb-thread-number' to nil.
9868
9869 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9870 non-stop settings.
9871
9872 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9873 (gdb-current-context-command): Do not append --thread if
9874 `gdb-thread-number' is nil.
9875 (gdb-running-threads-count, gdb-stopped-threads-count): New
9876 variables.
9877 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9878 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9879 customization options.
9880 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9881 GUD commands.
9882 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9883 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9884 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9885 set `gdb-thread-number' and update `gud-running' properly.
9886 (gdb-running): Update threads list when new threads appear.
9887 (gdb-stopped): Support non-stop operation and new thread switching
9888 logic.
9889 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9890 (gdb-json-partial-output): New set of JSON routines.
9891 (def-gdb-auto-update-trigger): New `signal-list' optional
9892 argument.
9893 (gdb-thread-list-handler-custom): Update `gud-running',
9894 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9895 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9896 (gdb-continue-thread, gdb-step-thread): New commands for fine
9897 thread execution control.
9898 (gud-menu-map): New menu items to switch non-stop options.
9899 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9900 (gdb-send): Mimic RET properly (bug 3794).
9901
9902 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9903 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9904 gdb-buffer-rules.
9905 (def-gdb-auto-update-handler): New nopreserve optional argument.
9906 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9907
9908 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9909 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9910 (gdb-parent-mode): New mode to derive other GDB modes from.
9911 (gdb-display-disassembly-for-thread)
9912 (gdb-frame-disassembly-for-thread): New commands for threads
9913 buffer.
9914
9915 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9916 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9917 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9918 (gdb-update): We now store all GDB buffers in a list so that they
9919 can be updated by traversing a list instead of calling invalidate
9920 triggers explicitly.
9921 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9922 pair for GDB buffer.
9923 (gdb-stack-buffer-name): Add thread information.
9924 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9925 handle pending triggers.
9926 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9927 (def-gdb-thread-buffer-simple-command)
9928 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9929 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9930 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9931 New commands which show buffers bound to thread.
9932 (gdb-stack-list-locals-regexp): Removed unused regexp.
9933
9934 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9935 (gdb-locals-buffer-name, gdb-registers-buffer-name)
9936 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9937 to (gud-comint-buffer) in *-buffer-name functions
9938 because (gdb-get-target-string) already does that.
9939 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9940 (gdb-changed-registers-handler): Rewritten without regexps.
9941
9942 * progmodes/gdb-mi.el: Basic thread selection support.
9943 (gdb-thread-number): New variable.
9944 (gdb-current-context-command): New macro which adds --thread
9945 option to command.
9946 (gdb-threads-mode-map): Select thread with SPC.
9947 (gdb-thread-list-handler-custom): Mark current thread with overlay
9948 arrow. Synchronize GDB thread and Emacs thread.
9949 (gdb-select-thread): New command which selects current thread.
9950 (gdb-invalidate-frames, gdb-invalidate-locals)
9951 (gdb-invalidate-registers): Use --thread option.
9952
9953 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
9954
9955 * net/tramp.el (top): Make check for tramp-gvfs loading more
9956 robust. (Bug#3977)
9957 (tramp-handle-insert-file-contents): `unwind-protect' must be
9958 inside `with-parsed-tramp-file-name'.
9959
9960 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9961 fails.
9962
9963 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9964
9965 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9966 directory if CLASSPATH is not set.
9967
9968 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9969
9970 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9971 New defconst.
9972 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9973
9974 2009-08-02 Kevin Ryde <user42@zip.com.au>
9975
9976 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9977 Update freshmeat link. Delete newsforge.com as it seems gone.
9978
9979 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * select.el (x-set-selection): Doc fix (Bug#4021).
9982
9983 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9984
9985 * help-fns.el (describe-variable): Treat list return values from
9986 dir-locals-find-file properly (Bug#4005).
9987
9988 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9989
9990 * net/tramp.el (tramp-debug-message): Print also microseconds.
9991
9992 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9993
9994 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9995 or END is non-nil.
9996 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9997 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9998 format.
9999
10000 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10001 (tramp-get-file-property): Use it.
10002
10003 * autorevert.el (auto-revert-handler): Allow
10004 `auto-revert-tail-mode' for remote files.
10005
10006 2009-08-02 Jason Rumney <jasonr@gnu.org>
10007
10008 * minibuffer.el (read-file-name): Treat confirm options to
10009 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10010
10011 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10012
10013 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10014 (font-lock-variable-name-face, font-lock-constant-face): Darken
10015 the colors for light backgrounds.
10016
10017 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10018
10019 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10020 month names. (Bug#3987)
10021
10022 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * simple.el (line-move-finish): Pass whole number to
10025 line-move-to-column.
10026 (line-move-visual): Perform hscroll to the recorded position.
10027
10028 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10029
10030 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10031
10032 2009-07-29 Alan Mackenzie <acm@muc.de>
10033
10034 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10035
10036 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10037
10038 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10039 (gdb-place-breakpoints): Use full path when setting breakpoints.
10040
10041 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10042
10043 * calc/calc.el (calc-mode-map): Add keybinding for
10044 `calc-transpose-lines'.
10045
10046 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10047
10048 * calc/calc-misc.el (calc-transpose-lines): New function.
10049
10050 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10051
10052 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10053 Simplify check for out-of-band methods.
10054 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10055 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10056
10057 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10058
10059 * vc-git.el (vc-git-checkin): Fix typo.
10060
10061 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10062
10063 * progmodes/js2-mode.el: New file.
10064
10065 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10066
10067 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10068 (gud-menu-map): Adjust tooltip accordingly.
10069
10070 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10071
10072 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10073 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10074
10075 * add-log.el (change-log-mode-map): Add a menu.
10076
10077 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10078
10079 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10080 function returns nil.
10081 (dbus-handle-event): Handle special return value :ignore.
10082 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10083
10084 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10085
10086 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10087 it's not needed.
10088
10089 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10090
10091 Fix Bug#3888:
10092
10093 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10094
10095 * term/pc-win.el (x-display-name, x-colors)
10096 (x-select-enable-clipboard, x-select-text): Doc fix.
10097
10098 * term/common-win.el (x-display-name, x-colors): Doc fix.
10099
10100 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10101 (xw-defined-colors): Doc fix.
10102
10103 * w32-fns.el (x-select-text, x-setup-function-keys)
10104 (x-get-selection, x-set-selection): Doc fix.
10105
10106 * term/x-win.el (x-select-text, x-setup-function-keys)
10107 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10108
10109 * select.el (x-set-selection): Doc fix.
10110
10111 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10112
10113 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10114 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10115 "IsNSSSupportAvailable" method is not available. Reported by
10116 Steve Youngs <steve@sxemacs.org>.
10117
10118 2009-07-24 Kenichi Handa <handa@m17n.org>
10119
10120 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10121 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10122 (build-unicode-category-table): Fix range checks.
10123
10124 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10125
10126 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10127 the buffer we try to sync is current when calling
10128 vc-resynch-buffer.
10129
10130 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10131 not show up to date files.
10132
10133 2009-07-24 Glenn Morris <rgm@gnu.org>
10134
10135 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10136 Add autoload cookies. If necessary, initialize.
10137 (elint-log): Handle non-file buffers.
10138 (elint-initialize): Add optional argument to reinitialize.
10139 (elint-find-builtin-variables): Save excursion.
10140
10141 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10142
10143 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10144 for Lint.
10145
10146 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10147
10148 * vc.el (vc-print-log-internal): New function, split out from ...
10149 (vc-print-log): ... here.
10150 (vc-dir-move-to-goal-column): Declare.
10151
10152 * vc-git.el (vc-git-add-signoff): New variable.
10153 (vc-git-checkin): Use it.
10154 (vc-git-toggle-signoff): New function.
10155 (vc-git-extra-menu-map): Bind it to menu.
10156 (vc-git--run-command-string): Accept a nil FILE argument.
10157 (vc-git-stash-list): New function.
10158 (vc-git-dir-extra-headers): Use it.
10159
10160 2009-07-23 Glenn Morris <rgm@gnu.org>
10161
10162 * help-fns.el (describe-variable): Describe ignored and risky local
10163 variables in a similar way to that in which we describe safe ones.
10164
10165 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10166 (byte-compile-output-file-form, byte-compile-output-docform)
10167 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10168 Give some more local variables with common names a "bytecomp-" prefix,
10169 so as not to shadow things during compilation.
10170 * emacs-lisp/cl-macs.el (load-time-value)
10171 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10172 `outbuffer' to `bytecomp-outbuffer'.
10173
10174 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10175 since the next two variables cover them automatically now.
10176 (elint-builtin-variables, elint-autoloaded-variables): New.
10177 (elint-unknown-builtin-args): Remove all members, since they can be
10178 parsed automatically now.
10179 (elint-extra-errors): New.
10180 (elint-env-add-env, elint-env-add-macro): Use cadr.
10181 (elint-current-buffer): Use or. Change final message.
10182 (elint-get-top-forms): Use line-end-position.
10183 (elint-init-env): Use cadr. Handle autoload, declare-function,
10184 and defalias.
10185 (elint-add-required-env): Doc fix. Use or. Standardize error.
10186 (regexp-assoc): Remove unused function.
10187 (elint-top-form): Set elint-current-pos, to record the start of the
10188 top-level form, for compilation-mode.
10189 (elint-form): Trap errors in macro expansion. Use dolist.
10190 (elint-unbound-variable): Use elint-builtin-variables and
10191 elint-autoloaded-variables.
10192 (elint-get-args): Use cadr, or.
10193 (elint-check-cond-form): Use dolist, cadr.
10194 (elint-check-condition-case-form): Doc fix. Use cadr.
10195 Use elint-extra-errors.
10196 (elint-log): New function.
10197 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10198 Distinguish errors and warnings.
10199 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10200 Use a bytecomp-style format.
10201 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10202 (elint-get-log-buffer): Use compilation mode. Disable undo.
10203 Don't truncate lines.
10204 (elint-initialize): Set builtin and autoloaded variable lists.
10205 Only process elint-unknown-builtin-args if non-nil.
10206 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10207 New functions.
10208 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10209
10210 2009-07-22 Kevin Ryde <user42@zip.com.au>
10211
10212 * net/newst-backend.el (newsticker--parse-atom-1.0)
10213 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10214 (newsticker--parse-rss-1.0):
10215 * progmodes/idlwave.el (idlwave-mode):
10216 * progmodes/idlw-shell.el (idlwave-shell-mode):
10217 * progmodes/vera-mode.el (vera-mode):
10218 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10219 * progmodes/vhdl-mode.el (vhdl-mode):
10220 * textmodes/table.el (table-generate-source)
10221 (table--warn-incompatibility):
10222 Hyperlink urls in docstrings with URL `...'.
10223
10224 2009-07-22 Glenn Morris <rgm@gnu.org>
10225
10226 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10227 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10228 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10229 Remove leading * from defcustom docs.
10230
10231 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10232
10233 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10234 defcustom doc.
10235 (list-load-path-shadows): Optionally, just return shadows as a string.
10236
10237 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10238
10239 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10240
10241 * mail/rmailedit.el (rmail-edit-mode): Use
10242 auto-save-include-big-deletions.
10243
10244 * mail/rmail.el (rmail-variables): Use
10245 auto-save-include-big-deletions.
10246
10247 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10248 changes.
10249
10250 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10251
10252 * calc/calc.el (calc-undo-length): New variable.
10253 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10254
10255 2009-07-21 Richard Stallman <rms@gnu.org>
10256
10257 * files.el (auto-save-mode): Handle buffer-save-size = -2
10258 for toggling mode.
10259
10260 2009-07-21 Glenn Morris <rgm@gnu.org>
10261
10262 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10263
10264 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10265
10266 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10267 silence compiler. Instead...
10268 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10269 (ps-print-ensure-fontified): Update for above function name changes.
10270
10271 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10272 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10273 silence compiler. Instead...
10274 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10275 (mh-show-buffer): Only define for compiler.
10276 (pr-mh-current-message): Update for above function name changes.
10277
10278 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10279 as an argument.
10280 (find-file-noselect, insert-file-1): Update for above change.
10281
10282 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10283
10284 * mail/mailclient.el (mailclient-send-it): Fix message.
10285
10286 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10287 (edebug-eval): Check cl-debug-env is bound.
10288 (print-level, print-circle): Don't redefine built-in variables.
10289
10290 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10291 (custom-print-vectors): Remove old comments from doc.
10292
10293 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10294 (emerge-version): Make the variable an obsolete alias for the
10295 emacs-version variable. Make the function obsolete.
10296 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10297 Emerge options, rather than merging in into the main Options menu.
10298 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10299 and auto advance modes. Disable edit/fast items when not relevant.
10300
10301 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10302
10303 * term/vt420.el (terminal-init-vt420): Fix typo.
10304
10305 2009-07-20 Sam Steingold <sds@gnu.org>
10306
10307 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10308 variable (removed from compile.el on 2004-03-11).
10309
10310 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10311
10312 * files.el (hack-local-variables-filter): Fix last change.
10313
10314 2009-07-19 Juri Linkov <juri@jurta.org>
10315
10316 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10317 (dir-local-variables-alist): New buffer-local variable.
10318 (hack-local-variables-filter): If variable is not dir-local,
10319 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10320 because file-local overrides dir-local.
10321 (c-postprocess-file-styles) <declare-function>:
10322 Remove obsolete declaration.
10323 (hack-dir-local-variables): Add dir-local variable/value pair to
10324 `dir-local-variables-alist' and remove duplicates. Doc fix.
10325
10326 * help-fns.el (describe-variable): Add information about
10327 file-local and dir-local variables.
10328
10329 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * files.el (hack-local-variables-filter): Rewrite.
10332
10333 2009-07-19 Glenn Morris <rgm@gnu.org>
10334
10335 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10336 Silence compiler by only defining on XEmacs.
10337
10338 * international/mule.el (auto-coding-regexp-alist): Only match
10339 BABYL... at the start of buffer, not of lines. (Bug#3790)
10340
10341 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10342 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10343 (cal-menu-context-mouse-menu): Doc fix.
10344
10345 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10346
10347 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10348
10349 2009-07-18 Juri Linkov <juri@jurta.org>
10350
10351 * info.el: Virtual Info keyword finder.
10352 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10353 (Info-finder-file): New variable.
10354 (Info-finder-find-file): New function.
10355 (finder-known-keywords, finder-package-info)
10356 (find-library-name, lm-commentary): Use defvar and
10357 declare-function to silence compiler warnings.
10358 (Info-finder-find-node): New function.
10359 (info-finder): New command.
10360
10361 * subr.el (process-kill-buffer-query-function): New function.
10362 (add-hook)<kill-buffer-query-functions>: Add hook
10363 `process-kill-buffer-query-function'.
10364
10365 2009-07-18 Alan Mackenzie <acm@muc.de>
10366
10367 * progmodes/cc-mode.el (c-before-hack-hook)
10368 (c-postprocess-file-styles): Give invocation of `c-set-style'
10369 DONT-OVERRIDE parameter of t. Already set style variables will
10370 thus not be overridden by style settings given by `c-file-syle'.
10371
10372 * files.el (hack-local-variables-filter): Remove entries with
10373 duplicate keys from `file-local-variables-alist'.
10374
10375 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10376
10377 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10378 x-set-selection if display-selections-p returns nil for the
10379 current frame.
10380
10381 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10382
10383 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10384
10385 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10386
10387 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10388 Accept nil in addition to a regexp.
10389 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10390 Accept nil in addition to a regexp.
10391 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10392 buffers that have an associated file. Handle nil values of
10393 desktop-buffers-not-to-save and desktop-files-not-to-save.
10394 (Bug#3833)
10395
10396 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10397 (x-disown-selection-internal): New functions.
10398
10399 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10400
10401 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10402 warning.
10403 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10404 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10405
10406 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10407
10408 * simple.el (set-mark): Revert last change.
10409
10410 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10411
10412 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10413 rendering of pngs is not possible instead of messaging a long
10414 description.
10415
10416 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10417
10418 * w32-fns.el (x-selection-owner-p): New function.
10419
10420 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10421 (mouse-yank-at-click, mouse-yank-primary): If
10422 select-active-regions is non-nil, deactivate the mark before
10423 insertion.
10424
10425 * simple.el (deactivate-mark, set-mark): Only save selection if we
10426 own it.
10427
10428 2009-07-17 Kenichi Handa <handa@m17n.org>
10429
10430 * case-table.el (describe-buffer-case-table): Fix for the case
10431 that KEY is a cons.
10432
10433 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10434
10435 * vc-rcs.el (vc-rcs-find-file-hook):
10436 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10437
10438 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10439
10440 * net/tramp.el (tramp-wait-for-output): Handle the case when
10441 commands do not return a newline but a null byte before the shell
10442 prompt. (Bug#3858)
10443
10444 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10445
10446 * term/ns-win.el (ns-set-alpha): Don't declare.
10447 (ns-set-background-alpha): Remove function.
10448
10449 2009-07-16 Kevin Ryde <user42@zip.com.au>
10450
10451 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10452 y-or-n-p, for safety.
10453
10454 2009-07-16 Richard Stallman <rms@gnu.org>
10455
10456 * files.el (auto-save-mode): If buffer-saved-size is -2,
10457 don't clobber it.
10458
10459 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10460 (rmail-retry-ignored-headers): Add more uninteresting fields.
10461
10462 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10463
10464 * net/rcirc.el (rcirc): Use history variables.
10465 (rcirc-server-name-history, rcirc-nick-name-history)
10466 (rcirc-server-port-history): New variables.
10467
10468 2009-07-15 Kenichi Handa <handa@m17n.org>
10469
10470 * international/mule-cmds.el (set-language-environment-charset):
10471 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10472 ignore them.
10473
10474 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10475 Delete unibyte-display.
10476
10477 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10478
10479 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10480
10481 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10482
10483 * simple.el (deactivate-mark): Optional argument FORCE.
10484 (set-mark): Use deactivate-mark.
10485
10486 * info.el (Info-search): No need to check transient-mark-mode
10487 before calling deactivate-mark.
10488
10489 * select.el (x-set-selection): Doc fix.
10490 (x-valid-simple-selection-p): Allow buffer values.
10491 (xselect--selection-bounds): Handle buffer values. Suggested by
10492 David De La Harpe Golden.
10493
10494 * mouse.el (mouse-set-region, mouse-drag-track): Call
10495 copy-region-as-kill before setting the mark, to let
10496 select-active-regions work.
10497
10498 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10499
10500 * simple.el (deactivate-mark): If select-active-regions is
10501 non-nil, copy the selection data into a string.
10502 (activate-mark): If select-active-regions is non-nil, set the
10503 selection to the current buffer.
10504 (set-mark): Update selection if select-active-regions is non-nil.
10505
10506 * select.el (x-valid-simple-selection-p): Allow buffer values.
10507
10508 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10511 and more featureful message-mode.
10512
10513 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10514
10515 * select.el (x-set-selection): Doc fix.
10516 (x-valid-simple-selection-p): Disallow selection data consisting
10517 of a list or cons of integers, since that is not used.
10518 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10519 (xselect-convert-to-string, xselect-convert-to-length)
10520 (xselect-convert-to-filename, xselect-convert-to-charpos)
10521 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10522
10523 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10524
10525 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10526 output in -break-info command (Emacs bug #3794).
10527
10528 2009-07-14 Glenn Morris <rgm@gnu.org>
10529
10530 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10531 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10532 (edebug-print-length, edebug-print-level, edebug-print-circle)
10533 (edebug-sit-for-seconds, edebug-view-outside)
10534 (edebug-bounce-point, edebug-set-global-break-condition)
10535 (edebug-Go-nonstop-mode, edebug-trace-mode)
10536 (edebug-Trace-fast-mode, edebug-continue-mode)
10537 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10538 (edebug-visit-eval-list): Doc fixes.
10539
10540 * subr.el (def-edebug-spec): Doc fix.
10541
10542 2009-07-14 Kenichi Handa <handa@m17n.org>
10543
10544 * international/characters.el: Fix setting of category ?C.
10545
10546 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10547
10548 * term/ns-win.el (x-select-font): defalias x-select-font to
10549 ns-popup-font-panel instead of generate-fontset-menu.
10550
10551 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10552
10553 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10554
10555 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10556
10557 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10558 the PK\003\004 header (Bug#3770).
10559
10560 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10561
10562 * pcomplete.el (pcomplete-comint-setup): Check for
10563 shell-dynamic-complete-filename too.
10564
10565 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10566
10567 * simple.el (temporary-goal-column): Change the value for
10568 line-move-visual to a cons cell.
10569 (line-move-visual): Record or set the window hscroll, if
10570 necessary (Bug#3494).
10571 (line-move-1): Handle cons value of temporary-goal-column.
10572
10573 2009-07-11 Kenichi Handa <handa@m17n.org>
10574
10575 * international/mule-diag.el (describe-character-set): Don't show
10576 width.
10577
10578 2009-07-10 Sam Steingold <sds@gnu.org>
10579
10580 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10581 Omake sometimes indents the errors it prints, so allow all
10582 regexps to start with spaces.
10583
10584 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10585
10586 * cus-edit.el (customize-changed-options-previous-release):
10587 Bump value to 22.1. (Bug#3804)
10588
10589 2009-07-08 Sam Steingold <sds@gnu.org>
10590
10591 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10592 to be a cons cell (test . ignored-directory) to selectively ignore
10593 some directories depending on the location of the search.
10594
10595 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10596
10597 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10598 remote user is root, on the local host.
10599 (tramp-local-host-p): Either the local user or the remote user
10600 must be root. (Bug#3771)
10601
10602 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10603
10604 * progmodes/gdb-mi.el (gdb): Remove description of
10605 gdb-use-separate-io-buffer.
10606 (menu): Don't allow toggling of or enable
10607 gdb-use-separate-io-buffer from menubar.
10608
10609 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10610
10611 * mail/unrmail.el (unrmail): Make sure the message ends with two
10612 newlines (Bug#3769).
10613
10614 2009-07-08 Glenn Morris <rgm@gnu.org>
10615
10616 * calendar/calendar.el (calendar-current-date): Rework previous change.
10617
10618 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10619
10620 * calendar/calendar.el (calendar-current-date):
10621 Add an optional argument giving an offset from today.
10622
10623 2009-07-08 Glenn Morris <rgm@gnu.org>
10624
10625 * tutorial.el (tutorial--describe-nonstandard-key):
10626 Adjust the message for when a key has been unbound.
10627 (help-with-tutorial): Hide the arch-tag.
10628
10629 2009-07-08 Kenichi Handa <handa@m17n.org>
10630
10631 * international/fontset.el (setup-default-fontset): For each
10632 script, append (not set) font-specs.
10633
10634 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10635 docstring.
10636
10637 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10638
10639 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10640 -data-list-register-names to ...
10641 (gdb-starting): ... here because GDB 7.0 requires execution to
10642 have started when using this MI command.
10643 (gdb-set-header): New function to distinguish select and
10644 unselected tabs in gdb buffers.
10645 (gdb-propertize-header): New macro that uses gdb-set-header.
10646 (gdb-breakpoints-header, gdb-locals-header): Use it.
10647 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10648
10649 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10650
10651 * Makefile.in (ELCFILES): Remove fadr.elc.
10652
10653 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10654
10655 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10656 may contain frame information, so `string-match' should be used.
10657 (gdb-update): Disassembly is invalidated through
10658 `gdb-get-selected-frame'.
10659 (gdb-pad-string): New function to pad string with spaces.
10660 (gdb-invalidate-disassembly): Invalidate only if the buffer
10661 exists.
10662 (gdb-disassembly-handler-custom): Column alignment.
10663 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10664 placing new ones.
10665 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10666 end of line, too.
10667 (gdb-frame-handler): Match convention to for disassembly buffer
10668 mode name.
10669 (gdb-stack-list-frames-handler): Rewritten without regexps.
10670 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10671 not highlight breakpoints without line information.
10672 (gdb-input): Add trailing newline to command.
10673
10674 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10675 buffer properly.
10676 (gdb-breakpoints-list-handler-custom): Replacement for
10677 `gdb-break-list-handler'. Using real parser instead of regexps
10678 now.
10679 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10680 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10681 to place breakpoints.
10682 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10683 functions.
10684 (gdb-disassembly-handler-custom): Show overlay arrow.
10685 (gdb-disassembly-place-breakpoints): Show breakpoints in
10686 disassembly buffer.
10687 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10688 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10689 instead of parsing breakpoints buffer. Fixed old menu references
10690 in `gud-menu-map'.
10691
10692 * fadr.el: Remove.
10693
10694 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10695 (gdb-memory-address): New variable which holds top address of
10696 memory page shown in memory buffer.
10697 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10698 customization variables.
10699 New functions:
10700 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10701 display the memory buffer.
10702 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10703 buffer display parameters.
10704 (def-gdb-memory-format, gdb-memory-format-binary)
10705 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10706 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10707 Functions for setting memory buffer format.
10708 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10709 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10710 unit size used in memory buffer.
10711 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10712 to next/previous page of memory buffer.
10713 Now using (bindat-get-field) instead of fadr functions.
10714
10715 2009-07-07 Sam Steingold <sds@gnu.org>
10716
10717 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10718 non-top-level files.
10719
10720 2009-07-07 Kenichi Handa <handa@m17n.org>
10721
10722 * international/mule-cmds.el (reset-language-environment): Put
10723 the highset priority to the charset iso-8859-1.
10724
10725 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10726
10727 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10728 to the end of the line when locating the block (Bug#700).
10729
10730 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10731
10732 * net/tramp.el (tramp-handle-write-region): Flush file properties
10733 in case of short track.
10734
10735 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10736
10737 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10738 Coded custom representation of verilog error regular expressions
10739 to work with Emacs-22's new format.
10740 (verilog-error-regexp-xemacs-alist): Coded custom representation
10741 of verilog error regular expressions to work with XEmacs format.
10742 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10743 error recognition into XEmacs.
10744 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10745 error recognition into Emacs-22.
10746
10747 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10748
10749 * woman.el: Remove stand-alone closing parentheses.
10750 (woman-file-name, woman2-format-paragraphs)
10751 (woman-leave-blank-lines): Code cleanup.
10752 (woman-use-own-frame): Change default to nil.
10753 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10754 defaults to inherit from default faces.
10755 (woman2-process-escapes): Consume the newline after a stand-alone
10756 filler character (Bug#3651).
10757
10758 2009-07-06 Glenn Morris <rgm@gnu.org>
10759
10760 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10761 (top-level): Move provide to the end.
10762 (ffap): Remove defunct URL from custom group.
10763
10764 * subr.el (eval-after-load): Doc fix.
10765
10766 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10767
10768 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10769 `calc-embedded-word' is called twice.
10770
10771 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * files.el (find-alternate-file-other-window, find-alternate-file):
10774 Obey confirm-nonexistent-file-or-buffer.
10775
10776 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10777
10778 * dired-aux.el (dired-show-file-type): Handle remote files.
10779
10780 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10781
10782 * desktop.el (desktop-globals-to-save):
10783 Add file-name-history (Bug#2750).
10784
10785 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10786
10787 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10788
10789 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10790
10791 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10792 property on entire argument since this is what eshell-lisp-command
10793 expects.
10794
10795 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10796
10797 * net/tramp-gvfs.el (tramp-gvfs-methods)
10798 (tramp-gvfs-zeroconf-domain)
10799 (tramp-bluez-discover-devices-timeout): Add version flag.
10800 (tramp-gvfs-handler-mounted-unmounted)
10801 (tramp-gvfs-connection-mounted-p): Polish handling of
10802 incompatibilities between GVFS 0.2 and 1.0.
10803
10804 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10805
10806 * cus-start.el (all): Add make-pointer-invisible.
10807
10808 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10809
10810 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10811 formatted correctly.
10812
10813 2009-07-02 Juri Linkov <juri@jurta.org>
10814
10815 * info.el: Virtual Info files and nodes.
10816 (Info-virtual-files, Info-virtual-nodes): New variables.
10817 (Info-current-node-virtual): New variable.
10818 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10819 New functions.
10820 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10821 to check for a virtual file instead of checking a fixed list
10822 of node names.
10823 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10824 instead of ad-hoc processing of "dir" and (apropos history toc).
10825 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10826 instead of ad-hoc processing of "dir" and (apropos history toc).
10827 Reread a file when moving from a virtual node.
10828 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10829 (Info-directory-toc-nodes, Info-directory-find-file)
10830 (Info-directory-find-node): New functions.
10831 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10832 (Info-history): Move part of code to
10833 `Info-history-find-node'.
10834 (Info-history-toc-nodes, Info-history-find-file)
10835 (Info-history-find-node): New functions.
10836 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10837 (Info-toc): Move part of code to `Info-toc-find-node'.
10838 (Info-toc-find-node): New function.
10839 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10840 the current Info file name to references because now the node
10841 "*TOC*" belongs to the same Info manual.
10842 (Info-toc-build): Rename from `Info-build-toc'.
10843 (Info-toc-nodes): Rename input argument `file' to `filename'.
10844 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10845 instead of ad-hoc processing of ("dir" apropos history toc).
10846 (Info-index-nodes): Use Info-virtual-file-p
10847 to check for a virtual file instead of checking a fixed list
10848 of node names.
10849 (Info-index-node): Add check for `Info-current-node-virtual'.
10850 Raise `save-match-data' higher up the tree to contain
10851 `search-forward' too (bug fix).
10852 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10853 (Info-virtual-index-nodes): New variable.
10854 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10855 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10856 (Info-apropos-file, Info-apropos-nodes): New variables.
10857 (Info-apropos-toc-nodes, Info-apropos-find-file)
10858 (Info-apropos-find-node, Info-apropos-matches): New functions.
10859 (info-apropos): Move part of code to `Info-apropos-find-node' and
10860 `Info-apropos-matches'.
10861 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10862 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10863 for a virtual file instead of checking a fixed list of node names.
10864
10865 * simple.el (async-shell-command): New command.
10866
10867 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10868
10869 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10870 instead of `mount-info'.
10871
10872 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10873
10874 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10875 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10876
10877 2009-07-02 Kenichi Handa <handa@m17n.org>
10878
10879 * international/mule.el (set-keyboard-coding-system): Force *-unix
10880 coding-system to avoid eol conversion.
10881
10882 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10883
10884 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10885 Add handler for `process-file', `shell-command' and
10886 `start-file-process'.
10887 (tramp-gvfs-handle-shell-command)
10888 (tramp-gvfs-handle-start-file-process)
10889 (tramp-gvfs-handle-process-file): New defuns.
10890 (tramp-synce-list-devices): Simplify check for existence of property.
10891
10892 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10893
10894 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10895
10896 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10897
10898 * language/korean.el (set-language-info-alist): Add korean-cp949,
10899 cp949 to spec.
10900
10901 2009-07-01 Kenichi Handa <handa@m17n.org>
10902
10903 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10904
10905 * international/encoded-kb.el: Deleted.
10906
10907 * international/mule.el (set-keyboard-coding-system): Perform the
10908 necessary setup here instead of calling encoded-kbd-setup-display.
10909
10910 2009-07-01 Glenn Morris <rgm@gnu.org>
10911
10912 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10913
10914 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10915
10916 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10917
10918 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10919
10920 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10921 Handle also the 'rename case, when setting file modes. (Bug#3712)
10922 (tramp-default-file-modes): Remove execute permissions.
10923
10924 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10925 (top): Add a default for "synce" in `tramp-default-user-alist'.
10926 Add completion function for "synce" method.
10927 (tramp-hal-service, tramp-hal-path-manager)
10928 (tramp-hal-interface-manager, tramp-hal-interface-device):
10929 New defconst.
10930 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10931 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10932 New defuns.
10933
10934 * net/trampver.el: Update release number.
10935
10936 2009-06-30 Kenichi Handa <handa@m17n.org>
10937
10938 * international/fontset.el (setup-default-fontset): Add CJK fonts
10939 for symbols and the other miscellaneous characters.
10940
10941 * language/korea-util.el (setup-korean-environment-internal):
10942 Make char-width-table suitable for Korean environments.
10943 (exit-korean-environment): Cancel above.
10944
10945 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10946 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10947 setup-function to make char-width-table suitable for respective
10948 environments, and an exit-function to cancel that.
10949
10950 * language/japan-util.el (setup-japanese-environment-internal):
10951 Call use-cjk-char-width-table with arg `ja_JP'.
10952
10953 * international/characters.el (cjk-char-width-table): Delete it.
10954 (cjk-char-width-table-list): New variable.
10955 (use-cjk-char-width-table): New arg local-name.
10956 (use-default-char-width-table): Fix for the case that Emacs is
10957 already using the default char-width-table.
10958
10959 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10960
10961 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10962 modes mandatory. (Bug#3712)
10963
10964 2009-06-29 Alan Mackenzie <acm@muc.de>
10965
10966 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10967 correction between the visible width of TABs and their number of bytes.
10968
10969 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10970
10971 * server.el (server-buffer-done): Prevent kill-buffer from
10972 prompting by clearing the buffer modification flag (Bug#3696).
10973
10974 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10975
10976 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10977 (verilog-endcomment-reason-re): Support unique case and priority case.
10978 (verilog-basic-complete-re): Support localparam lineup.
10979 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10980 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10981 commenting.
10982 (verilog-leap-to-case-head): Now support *nested* unique &
10983 priority case statements.
10984 (verilog-auto-lineup): Make just declarations the default (as it
10985 had been).
10986 (verilog-leap-to-case-head): Support priority/unique case statements.
10987 (verilog-auto-lineup): Rework to give users radio buttons to
10988 select the various styles of automatic lineup.
10989 (verilog-error-regexp-alist): Rework to support the XEmacs style
10990 of error regular expressions from compilers, lint tools &
10991 simulators. Note that GNU Emacs has made it impossible for a mode
10992 to load such things.
10993 (electric-verilog-terminate-line, verilog-indent-declaration)
10994 (verilog-auto-wiure): Rework for radio button selection of
10995 auto-lineup selection of specification of auto lineup.
10996 (verilog-beg-of-statement-1): Redesign to support proper operation
10997 in additional code, based on testing with auto-lineup.
10998 (verilog-calculate-indent, assignments & declarations)
10999 (verilog-backward-token): Enhance to support auto-lineup of
11000 assignments & declarations.
11001 (verilog-in-directive-p, verilog-at-struct-p): New function for
11002 easy test of whether we are.
11003 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11004 to support safe execution at almost anyline.
11005 (verilog-calc-1): Properly support indenting deep inside generate
11006 blocks.
11007 (verilog-init-font): Remove definition & use of verilog-init-font,
11008 as it is redundant with font-lock-defaults.
11009 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11010 to avoid circular calls if syntax-ppss is a function (as is the
11011 case now in 22.x GNU Emacs) as that function would sometimes call
11012 itself, leading to (nearly) infinite recursion.
11013 (verilog-ovm-begin-re, verilog-ovm-end-re)
11014 (verilog-ovm-statement-re, verilog-leap-to-head)
11015 (verilog-backward-token): Add support for OVM macros. Some are
11016 complete statements, and others open and close scopes like begin
11017 and end.
11018 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11019 (verilog-defun-level-generate-only-re): Really fix the defun-list
11020 compilation issue.
11021 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11022 coverpoint, constraint and cross statements.
11023 (verilog-defun-level-list, verilog-generate-defun-level-list)
11024 (verilog-all-defun-level-list): Redo these specifications - it is
11025 too hard to support eval-when compile aggregation of lists also
11026 built at when-compile time.
11027 (verilog-defun-level-list): Place defconsts of variables used in
11028 building regular expressions which are built in eval-when-compile
11029 bodies in the same eval-when-compile body to facilitate compile
11030 without load.
11031 (verilog-beg-block-re-ordered): Support indenting
11032 virtual/protected tasks and functions.
11033 (verilog-defun-level-list, verilog-in-generate-region-p)
11034 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11035 indentation of some module items (generate items).
11036 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11037 across virtual/protected tasks and functions.
11038
11039 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11040
11041 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11042 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11043 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11044 in concatenations. Reported by Yishay Belkind.
11045 (verilog-auto-ascii-enum): Support one-hot state machines in
11046 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11047 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11048 modport in AUTOINST and add vl-modport for users. Reported by
11049 David Rogoff.
11050 (verilog-auto-inout-module, verilog-auto-inst)
11051 (verilog-decls-get-interfaces, verilog-insert-definition)
11052 (verilog-insert-one-definition, verilog-read-decls)
11053 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11054 (verilog-sig-modport, verilog-signals-combine-bus)
11055 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11056 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11057 Suggested by David Rogoff.
11058 (verilog-repair-open-comma): Fix non-insertion of comma when
11059 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11060 (verilog-make-width-expression): Simplify [A-1:0] expression
11061 widths to just {A{1'b0}}.
11062 (verilog-mode): Cleanup checkdoc warnings.
11063 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11064 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11065 inputs/outputs or data type. Suggested by Vasu Kandadi.
11066 (next-error-last-buffer): Fix byte-compiler warning.
11067 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11068 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11069 or shell command text during AUTO expansion. Suggested by Tad Truex.
11070 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11071 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11072 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11073 in AUTOINOUT. Reported by Matthew Lovell.
11074 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11075 causing use of <= assignments. Reported by Alex Reed.
11076 (verilog-read-decls): Fix triand, trior, wand, wor to be
11077 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11078 (verilog-extended-complete-re): Support import "DPI-C" functions.
11079 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11080 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11081 (verilog-insert-date, verilog-insert-year)
11082 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11083 Windows systems. Reported by Michael Potts.
11084 (verilog-read-module-name): Fix AUTOINST when the child module
11085 declaration's name is a tick define. Reported by Elliot Mednick.
11086 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11087 passed to next parameter's definition. Reported by Bruce T.
11088 (verilog-read-decls): Fix detecting "parameter int" when using
11089 AUTOINSTPARAM. Reported by Bruce T.
11090 (verilog-goto-defun): Fix goto not finding modules unless first
11091 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11092 (verilog-mode): Expand -f flag arguments on entry to mode so
11093 verilog-goto-defun will work. Reported by Lawrence Butcher.
11094 (verilog-getopt): Expand environment variables in -f file
11095 arguments. Suggested by Lawrence Butcher.
11096 (verilog-set-define): Fix "Symbol's value as variable is void"
11097 when reading enumerations.
11098 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11099 Suggested by Stephen Peltan.
11100 (verilog-read-defines): Fix reading of enumerations in include
11101 files. Reported by Steve Peltan.
11102
11103 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11104
11105 * files.el (trash-directory): Fix defcustom type.
11106
11107 2009-06-28 Juri Linkov <juri@jurta.org>
11108
11109 * help-fns.el (describe-function-1): Correctly locate adviced
11110 functions in hyperlink (Bug#2438).
11111
11112 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11113
11114 * files.el (trash-directory): Change default to nil.
11115 (move-file-to-trash): If trash-directory is nil and
11116 system-move-file-to-trash is unbound, perform freedesktop-style
11117 trashing.
11118
11119 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11120
11121 * files.el (move-file-to-trash): Add freedesktop trash
11122 support (Bug#973).
11123
11124 2009-06-28 Glenn Morris <rgm@gnu.org>
11125
11126 * autorevert.el (global-auto-revert-non-file-buffers)
11127 (global-auto-revert-mode): Doc fixes.
11128
11129 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11130
11131 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11132
11133 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11134
11135 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11136 opened an X connection before calling x-get-resource (Bug#3194).
11137
11138 * play/doctor.el: Remove reference to obsolete website.
11139 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11140
11141 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11142
11143 Remove find-file-not-found-hook VC method. (Bug#2757)
11144 * vc-hooks.el (vc-file-not-found-hook)
11145 (vc-default-find-file-not-found-hook): Remove functions.
11146 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11147 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11148 * vc.el:
11149 * vc-hg.el:
11150 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11151
11152 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11153
11154 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11155 compatibility function for `looking-back'.
11156
11157 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11158 Use `ispell-looking-back'.
11159
11160 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11161
11162 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11163 rather than `filename'.
11164
11165 2009-06-23 Miles Bader <miles@gnu.org>
11166
11167 * face-remap.el (text-scale-set): New function.
11168
11169 2009-06-23 Glenn Morris <rgm@gnu.org>
11170
11171 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11172
11173 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11174
11175 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11176
11177 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11178
11179 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11180 Simplify Persian conditionals.
11181
11182 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11183 variable `filename'.
11184
11185 * comint.el (comint-insert-input): Doc fix.
11186
11187 * Makefile.in (ELCFILES): Fix typo in previous change.
11188
11189 2009-06-23 Miles Bader <miles@gnu.org>
11190
11191 * cus-start.el: Add entry for `recenter-redisplay'.
11192
11193 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11194
11195 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11196 Add an optional argument for the backend, use it instead of
11197 calling vc-backend.
11198 (vc-mode-line): Add an optional argument for the backend.
11199 Pass the backend to vc-state and vc-working-revision. Move code for
11200 special handling for vc-state being a buffer to ...
11201
11202 * vc-rcs.el (vc-rcs-find-file-hook):
11203 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11204
11205 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11206 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11207 vc-stay-local-p and vc-mode-line calls.
11208
11209 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11210 (vc-cvs-diff, vc-cvs-annotate-command)
11211 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11212 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11213 vc-mode-line calls.
11214
11215 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11216 direct comparison.
11217 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11218 backend when calling vc-mode-line.
11219 (vc-register): Do not create a closure for calling the vc register
11220 function, call it directly.
11221
11222 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11223
11224 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11225 to make it obvious item can be clicked.
11226
11227 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11228
11229 2009-06-23 Kenichi Handa <handa@m17n.org>
11230
11231 * language/korea-util.el (korean-key-bindings): Change the binding
11232 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11233 same command.
11234
11235 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11236
11237 Sync with Tramp 2.1.16.
11238
11239 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11240
11241 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11242 when a loading of a package fails. Completion function for rsync
11243 is `tramp-completion-function-alist-ssh'.
11244 (all): Replace all calls of `split-string' and
11245 `tramp-split-string' by `tramp-compat-split-string'.
11246 (tramp-default-method): Use `tramp-compat-process-running-p'.
11247 (tramp-default-proxies-alist): Allow also Lisp forms.
11248 (tramp-remote-path): Add choice "Private Directories".
11249 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11250 (tramp-domain-regexp): Allow also "-", "_" and ".".
11251 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11252 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11253 (tramp-debug-message): Insert header line in debug buffer.
11254 (tramp-handle-directory-files-and-attributes-with-stat):
11255 Care about filenames with spaces, or starting with "-".
11256 (tramp-handle-dired-uncache): New defun.
11257 (tramp-handle-insert-directory): Don't flush the directory from
11258 cache, this is handled by `dired-uncache' now.
11259 (tramp-handle-insert-file-contents): Improve error handling.
11260 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11261 Quote `tramp-end-of-output'.
11262 (tramp-action-password): Improve trace message.
11263 (tramp-check-for-regexp): Both echoes must be present, before removing.
11264 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11265 (tramp-compute-multi-hops): Eval cons cells of
11266 `tramp-default-proxies-alist'.
11267 (tramp-maybe-open-connection): Use the same command pattern for
11268 first hop and further hops.
11269 (tramp-wait-for-output): Remove handling of newlines.
11270 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11271 (tramp-split-string): Remove function. It is handled in
11272 tramp-compat now.
11273
11274 * net/tramp-cmds.el (tramp-bug):
11275 Recommend `tramp-cleanup-all-connections' in the bug mail.
11276
11277 * net/tramp-compat.el (tramp-compat-split-string)
11278 (tramp-compat-process-running-p): New defuns.
11279
11280 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11281 for `dired-uncache'.
11282
11283 * net/tramp-gvfs.el: New package.
11284
11285 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11286 Add handler for `dired-uncache'.
11287 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11288
11289 * net/trampver.el: Update release number. Make version check fit
11290 for SXEmacs 22.
11291
11292 2009-06-22 Jim Meyering <meyering@redhat.com>
11293
11294 Automatically handle .xz suffix (XZ-compressed files), too.
11295 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11296 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11297
11298 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11299 Nick Roberts <nickrob@snap.net.nz>
11300
11301 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11302 repository (http://sphinx.net.ru/hg/gdb-mi/).
11303
11304 2009-06-22 Glenn Morris <rgm@gnu.org>
11305
11306 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11307 `mode' and `eval' entries. (Bug#3430)
11308
11309 * Makefile.in (ELCFILES): Add fadr.elc.
11310
11311 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11312 differing behavior of \n and ^ in strings. (Bug#3385)
11313
11314 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11315
11316 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11317 property.
11318 (lisp-indent-function): Make it a defcustom.
11319
11320 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11321
11322 * progmodes/gdb-ui.el: Replace with ...
11323 * progmodes/gdb-mi.el: ... this file.
11324 * progmodes/gud.el: Modify for gdb-mi.el.
11325
11326 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11327
11328 * fadr.el: New file.
11329
11330 See ChangeLog.14 for earlier changes.
11331
11332 ;; Local Variables:
11333 ;; coding: utf-8
11334 ;; End:
11335
11336 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11337
11338 This file is part of GNU Emacs.
11339
11340 GNU Emacs is free software: you can redistribute it and/or modify
11341 it under the terms of the GNU General Public License as published by
11342 the Free Software Foundation, either version 3 of the License, or
11343 (at your option) any later version.
11344
11345 GNU Emacs is distributed in the hope that it will be useful,
11346 but WITHOUT ANY WARRANTY; without even the implied warranty of
11347 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11348 GNU General Public License for more details.
11349
11350 You should have received a copy of the GNU General Public License
11351 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11352
11353 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1