1 2010-06-25 Eli Zaretskii <eliz@gnu.org>
3 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
6 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
8 * comint.el (make-comint, make-comint-in-buffer): Mention return
9 value in the docstrings. (Bug#6498)
11 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
13 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
14 since it is not present when using some non-default switches.
16 2010-06-23 Karl Fogel <kfogel@red-bean.com>
18 * simple.el (compose-mail): Fix doc string to refer to
19 `compose-mail-user-agent-warnings', instead of to the
20 nonexistent `compose-mail-check-user-agent'.
22 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
24 Fix vc-annotate for renamed files when using Git.
25 * vc-git.el (vc-git-find-revision): Deal with empty results from
26 ls-files. Doe not pass the object as a file name to cat-file, it
28 (vc-git-annotate-command): Pass the file name using -- to avoid
29 ambiguity with the revision.
30 (vc-git-previous-revision): Pass a relative file name.
32 2010-06-22 Glenn Morris <rgm@gnu.org>
34 * progmodes/js.el (js-mode-map): Use standard capitalization and
35 ellipses for menu entries.
37 * wid-edit.el (widget-complete): Doc fix.
39 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
41 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
43 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
45 Fix annotating other revisions for renamed files in vc-annotate.
46 * vc-annotate.el (vc-annotate): Add an optional argument for the
47 VC backend. Use it when non-nil.
48 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
50 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
51 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
52 Do not pass the file name to the 'previous-revision call when we
53 don't want a file diff. (Bug#6489)
55 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
57 Fix finding revisions for renamed files in vc-annotate.
58 * vc.el (vc-find-revision): Add an optional argument for
59 the VC backend. Use it when non-nil.
60 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
61 backend to vc-find-revision. (Bug#6487)
63 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
65 Fix reading file names in Git annotate buffers.
66 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
67 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
69 2010-06-20 Alan Mackenzie <acm@muc.de>
71 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
72 in file local variables, set it first.
74 2010-06-19 Glenn Morris <rgm@gnu.org>
76 * descr-text.el (describe-char-unicode-data): Insert separating
77 space when needed. (Bug#6422)
79 * progmodes/idlwave.el (idlwave-action-and-binding):
80 Fix typo in 2009-12-03 change. (Bug#6450)
82 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
84 * subr.el (read-quoted-char): Fix up last change (bug#6290).
86 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
88 * font-lock.el (font-lock-major-mode): Rename from
89 font-lock-mode-major-mode to distinguish it from
90 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
91 (font-lock-set-defaults):
92 * font-core.el (font-lock-default-function): Adjust users.
93 (font-lock-mode): Don't set it at all.
95 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
97 * vc-annotate.el (vc-annotate): Use vc-read-revision.
99 2010-06-15 Glenn Morris <rgm@gnu.org>
101 * calendar/appt.el (appt-time-msg-list): Doc fix.
102 (appt-check): Let-bind appt-warn-time.
103 (appt-add): Make the 3rd argument optional.
104 Simplify argument names. Doc fix. Check for integer WARNTIME.
105 Only add WARNTIME to the output list if non-nil.
107 2010-06-15 Ivan Kanis <apple@kanis.eu>
109 * calendar/appt.el (appt-check): Let the 3rd element of
110 appt-time-msg-list specify the warning time.
111 (appt-add): Add new argument with the warning time. (Bug#5176)
113 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
115 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
116 older than version 1.6. (Bug#6361)
118 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
120 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
121 used by cl-do-arglist. (Bug#6408)
123 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
125 * emacs-lisp/advice.el (ad-compile-function):
126 Define warning-suppress-types before we let-bind it (bug#6275).
128 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
129 declare it, make it buffer-local and permanent-local (bug#6324).
130 (vc-resynch-window): Adjust name.
131 * vc-hooks.el (vc-find-file-hook): Adjust name.
133 2010-06-07 Jonathan Rockway <jon@jrock.us>
135 * net/rcirc.el: Add support for password authentication.
136 (rcirc-server-alist): Add :password keyword.
137 (rcirc): Ask for a password, or get it from the server's alist.
138 (rcirc-connect): Add password argument. Pass it to server.
140 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
142 * net/dbus.el (dbus-register-method): Declare function.
143 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
144 (dbus-introspect): Doc fix.
145 (dbus-event-bus-name, dbus-introspect-get-interface)
146 (dbus-introspect-get-argument): Reflow docstrings.
148 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
150 * term/common-win.el (x-colors): Add "dark green" and "dark
151 turquoise" (Bug#6332).
153 2010-06-03 Eric Ludlam <zappo@gnu.org>
155 * cedet/semantic/lex-spp.el
156 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
157 invalid values during save, just save a nil (Bug#6324).
159 2010-06-03 Glenn Morris <rgm@gnu.org>
161 * desktop.el (desktop-clear-preserve-buffers):
162 Add "*Warnings*" buffer. (Bug#6336)
164 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
166 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
168 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
170 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
171 `file-directory-p' to the filename part rather than to the whole text.
173 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
175 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
178 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
180 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
182 2010-05-31 Drew Adams <drew.adams@oracle.com>
184 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
186 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
188 * subr.el (momentary-string-display): Just use read-event to read
189 the exit event (Bug#6238).
191 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
193 * ansi-color.el: Delete unused escape sequences (Bug#6085).
194 (ansi-color-drop-regexp): New constant.
195 (ansi-color-apply, ansi-color-filter-region)
196 (ansi-color-apply-on-region): Delete unrecognized control sequences.
197 (ansi-color-apply): Build string list before calling concat.
199 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
201 * progmodes/verilog-mode.el (verilog-type-font-keywords):
202 Use font-lock-constant-face, not obsolete font-lock-reference-face.
204 2010-05-27 Masatake YAMATO <yamato@redhat.com>
206 * htmlfontify.el (hfy-face-resolve-face): New function.
207 (hfy-face-to-style): Use it (Bug#6279).
209 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
211 * epa.el (epa--select-keys): Don't explicitly delete the window since
212 that can fail (e.g. sole window in frame). Use dedication instead.
214 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
216 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
218 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
220 * subr.el (read-quoted-char): Resolve modifiers after key
221 remapping (bug#6212).
223 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
225 * tmm.el (tmm-prompt): Don't try to precompute bindings.
226 (tmm-get-keymap): Compute shortcuts (bug#6171).
228 2010-05-10 Glenn Morris <rgm@gnu.org>
230 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
231 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
233 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
235 * Version 23.2 released.
237 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
239 * international/mule.el (auto-coding-alist): Only purecopy
240 car of each item, not the whole list (Bug#6083).
242 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
244 * progmodes/js.el (js-mode): Make paragraph variables local before
245 calling c-setup-paragraph-variables (Bug#6071).
247 2010-05-01 Eli Zaretskii <eliz@gnu.org>
249 * composite.el (compose-region, reference-point-alist): Fix typos
252 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
254 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
255 gnuplot's "set" command.
257 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
259 * abbrev.el (last-abbrev-text): Doc fix.
260 (abbrev-prefix-mark): Don't escape parenthesis.
262 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
264 * composite.el (find-composition): Doc fix.
266 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
268 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
269 (sql-oracle-program, sql-sqlite-options)
270 (sql-query-placeholders-and-send): Doc fixes.
271 (sql-set-product, sql-interactive-mode): Reflow docstrings.
272 (sql-imenu-generic-expression, sql-buffer)
273 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
274 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
275 (sql-mode-sybase-font-lock-keywords)
276 (sql-mode-informix-font-lock-keywords)
277 (sql-mode-interbase-font-lock-keywords)
278 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
279 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
280 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
281 (sql-product-feature, sql-highlight-product)
282 (comint-line-beginning-position, sql-rename-buffer)
283 (sql-toggle-pop-to-buffer-after-send-region)
284 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
285 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
286 Fix typos in docstrings.
288 2010-04-23 Juri Linkov <juri@jurta.org>
290 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
291 property instead of `invisible' and `after-string' (bug#5998).
293 2010-04-23 Juri Linkov <juri@jurta.org>
295 * image-mode.el (image-mode-as-text): Fix typo in docstring.
297 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
299 * filecache.el (file-cache-add-directory-list)
300 (file-cache-add-directory-recursively): Fix typos in docstrings.
302 2010-04-22 Kenichi Handa <handa@m17n.org>
304 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
305 (gujarati-composable-pattern): Fix typo.
307 2010-04-20 Kenichi Handa <handa@m17n.org>
309 * language/indian.el (oriya-composable-pattern)
310 (tamil-composable-pattern, malayalam-composable-pattern): Add
311 two-part vowels to "v" (vowel sign).
313 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
315 * files.el (copy-directory): Handle symlinks (Bug#5982).
317 * progmodes/compile.el (compilation-next-error-function): Revert
318 2009-10-12 change (Bug#5983).
320 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
322 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
323 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
326 2010-04-20 Glenn Morris <rgm@gnu.org>
328 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
330 * minibuffer.el (completion-at-point): Doc fix.
332 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
334 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
335 destroy list before using it.
337 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
339 Fix the version number for added files.
340 * vc-hg.el (vc-hg-working-revision): Check if the file is
341 registered after hg parent fails (Bug#5961).
343 2010-04-17 Glenn Morris <rgm@gnu.org>
345 * htmlfontify.el (htmlfontify-buffer)
346 (htmlfontify-copy-and-link-dir): Autoload entry points.
348 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
350 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
351 name relative to the project root (Bug#5960).
353 2010-04-16 Glenn Morris <rgm@gnu.org>
355 * vc-git.el (vc-git-print-log): Doc fix.
357 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
359 * ido.el (ido-file-internal): Fix 2009-12-02 change.
361 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
363 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
364 default settings (Bug#5928).
366 2010-04-10 Glenn Morris <rgm@gnu.org>
368 * progmodes/fortran.el (fortran-match-and-skip-declaration):
370 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
372 2010-04-07 Kenichi Handa <handa@m17n.org>
374 * language/indian.el (malayalam-composable-pattern): Fix previous
375 change (add U+0D4D "SIGN VIRAMA").
376 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
377 (tamil-composable-pattern): Fix typo in the regexp.
378 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
379 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
380 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
382 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
384 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
385 paragraph-separate (Bug#5821).
387 2010-04-05 Juri Linkov <juri@jurta.org>
389 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
391 * info.el (Info-find-node-2): Comment out code that skips
393 (Info-mouse-follow-link): New command.
394 (Info-link-keymap): New keymap.
395 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
396 Return a string with links instead of inserting breadcrumbs
398 (Info-fontify-node): Comment out code that inserts breadcrumbs.
399 Instead of putting the `invisible' text property over the Info
400 header, make an overlay over the Info header with the `invisible'
401 property and `after-string' set to the string returned by
404 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
406 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
407 Reported by monkey@sandpframing.com.
409 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
411 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
412 (semantic-create-imenu-directory-index): Fix typos in docstrings.
413 (semantic-imenu-goto-function): Reflow docstring.
415 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
417 * textmodes/artist.el (artist-mode): Fix typo in docstring.
418 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
420 2010-03-30 Kenichi Handa <handa@m17n.org>
422 * language/sinhala.el (composition-function-table): Fix regexp for
423 the new Unicode specification.
425 * language/indian.el (devanagari-composable-pattern)
426 (tamil-composable-pattern, kannada-composable-pattern)
427 (malayalam-composable-pattern): Adjust for the new Unicode
429 (bengali-composable-pattern, gurmukhi-composable-pattern)
430 (gujarati-composable-pattern, oriya-composable-pattern)
431 (telugu-composable-pattern): New variables to cope with the new
432 Unicode specification. Use them in composition-function-table.
434 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
436 Make tmm-menubar work for the Buffers menu again (bug#5726).
437 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
438 vectors rather than cons cells, as used in menu-bar-update-buffers.
440 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
442 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
443 (js-insert-and-indent): Revert 2009-08-15 change, restoring
444 electric punctuation for "{}();,:" (Bug#5586).
446 * mail/sendmail.el (mail-default-directory): Doc fix.
448 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
450 * mail/sendmail.el (mail-default-directory): Doc fix.
452 2010-03-27 Eli Zaretskii <eliz@gnu.org>
454 * subr.el (version-regexp-alist, version-to-list)
455 (version-list-<, version-list-=, version-list-<=)
456 (version-list-not-zero, version<, version<=, version=): Doc fix.
459 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
460 Nick Roberts <nickrob@snap.net.nz>
462 * progmodes/gdb-ui.el (gdb-apple-test): New function.
463 (gdb-init-1): Use it.
465 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
467 * vc.el (vc-root-diff): Doc fix.
469 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
471 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
473 * simple.el (append-to-buffer): Fix last change.
475 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
477 * simple.el (append-to-buffer): Ensure that point is preserved if
478 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
481 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
483 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
484 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
485 not be present any more.
487 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
489 * faces.el (set-face-attribute): Fix typo in docstring.
490 (face-valid-attribute-values): Reflow docstring.
492 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
494 2010-03-23 Glenn Morris <rgm@gnu.org>
496 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
498 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
500 * indent.el (indent-for-tab-command): Doc fix.
502 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
504 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
505 (image-dired-read-comment): Doc fix.
507 * json.el (json-object-type, json-array-type, json-key-type)
508 (json-false, json-null, json-read-number):
509 * minibuffer.el (completion-in-region-functions):
510 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
511 (cal-tex-cursor-week):
512 * emacs-lisp/trace.el (trace-function):
513 * eshell/em-basic.el (eshell/printnl):
514 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
515 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
516 * obsolete/levents.el (allocate-event, event-key, event-object)
517 (event-point, event-process, event-timestamp, event-to-character)
518 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
519 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
520 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
521 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
522 (reftex-highlight-selection): Fix typos in docstrings.
524 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
526 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
528 2010-03-18 Glenn Morris <rgm@gnu.org>
530 * mail/rmail.el (rmail-highlight-face): Restore option deleted
531 2008-02-13 without comment; mark it obsolete.
532 (rmail-highlight-headers): Use rmail-highlight-face once more.
534 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
536 * woman.el (woman2-process-escapes): Only consume the newline if
537 the filler character is on a line by itself (Bug#5729).
539 2010-03-16 Kenichi Handa <handa@m17n.org>
541 * language/indian.el (devanagari-composable-pattern): Add more
544 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
546 * net/trampver.el: Update release number.
548 2010-03-13 Glenn Morris <rgm@gnu.org>
550 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
552 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
554 * net/tramp.el (tramp-find-executable):
555 Use `tramp-get-connection-buffer'. Make the regexp for checking
556 output of "wc -l" more robust.
557 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
558 (tramp-open-connection-setup-interactive-shell): Remove workaround
559 for OpenSolaris bug, it is not needed anymore.
561 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
563 * cedet/semantic/imenu.el: New file, from the CEDET repository
566 2010-03-12 Glenn Morris <rgm@gnu.org>
568 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
570 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
572 * files.el (auto-mode-alist): Accept more verilog file patterns.
574 2010-03-09 Miles Bader <miles@gnu.org>
576 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
577 instead of "format:"; this ensures that the output is
580 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
582 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
583 that all errors are caught, and that the return value is always a
586 2010-03-08 Kenichi Handa <handa@m17n.org>
588 * language/misc-lang.el (windows-1256): New coding system.
589 (cp1256): New alias of windows-1256 (bug#5690).
591 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
593 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
594 call to rfc822-bad-address. (Bug#5692)
596 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
598 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
599 vc-git-root as default directory for revision path (Bug#5657).
601 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
603 * calculator.el (calculator): Don't bind split-window-keep-point
606 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
608 * vc-git.el: Re-flow to fit into 80 columns.
609 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
610 Remove spurious `quote' element in each case alternative.
611 (vc-git-show-log-entry): Use prog1.
612 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
614 2010-03-06 Glenn Morris <rgm@gnu.org>
616 * cedet/semantic/grammar.el (semantic-grammar-header-template):
617 Update template copyright to GPLv3+.
619 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
621 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
623 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
625 * macros.el (insert-kbd-macro): Look up keyboard macro using the
626 definition, not the name (Bug#5481).
628 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
630 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
631 argument with a local variable. (Bug#5670)
633 2010-03-02 Juri Linkov <juri@jurta.org>
635 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
637 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
639 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
640 error when FILENAME and NEWNAME are existing remote directories.
642 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
645 2010-03-02 Glenn Morris <rgm@gnu.org>
647 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
648 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
650 2010-03-01 Kenichi Handa <handa@m17n.org>
652 * language/burmese.el (burmese-composable-pattern): Rename from
653 myanmar-composable-pattern.
655 * international/characters.el (script-list):
656 * international/fontset.el (script-representative-chars):
657 Change myanmar to burmese.
658 (otf-script-alist): Likewise.
659 (setup-default-fontset): Likewise. Re-fix :otf spec.
661 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
663 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
665 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
667 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
669 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
671 * net/tramp.el (tramp-handle-write-region): START can be a string.
672 Take care in the checks. Reported by Dan Davison
673 <davison@stats.ox.ac.uk>.
675 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
677 * net/dbus.el (dbus-introspect, dbus-get-property)
678 (dbus-set-property, dbus-get-all-properties): Use
679 `dbus-call-method' when noninteractive. (Bug#5645)
681 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
683 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
684 * emacs-lisp/elint.el (elint-add-required-env):
685 * cedet/semantic/db-find.el
686 (semanticdb-find-translate-path-brutish-default):
687 * cedet/ede/make.el (ede-make-check-version):
688 * calendar/icalendar.el (icalendar--add-diary-entry):
689 * calc/calcalg2.el (math-tracing-integral):
690 * files.el (recover-session-finish): Use with-current-buffer
691 instead of save-excursion.
693 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
695 Fix in-buffer completion when after-change-functions modify the buffer.
696 * minibuffer.el (completion--replace): New function.
697 (completion--do-completion): Use it and use relative movement.
699 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
701 * international/fontset.el (setup-default-fontset): Fix :otf spec.
703 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
705 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
706 Allow the characters _<> in the stack entry (Bug#5653).
708 2010-02-26 Kenichi Handa <handa@m17n.org>
710 * language/burmese.el: Fix entries in composition-function-table.
711 (myanmar-composable-pattern): New variable.
713 * international/fontset.el (setup-default-fontset): Add an entry
716 * international/characters.el (script-list): Add Myanmar
719 2010-02-26 Glenn Morris <rgm@gnu.org>
721 * custom.el (custom-initialize-delay): Doc fix.
723 * mail/sendmail.el (send-mail-function): Autoload the call
724 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
726 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
728 * files.el (hack-local-variables-filter): For eval forms, also
729 check safe-local-variable-p (Bug#5636).
731 2010-02-24 Eduard Wiebe <usenet@pusto.de>
733 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
734 and use c(ad)r of cddr (Bug#5640).
736 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
738 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
739 setting the modes by `ignore-errors'. It might fail, for example
740 if the file is not owned by the user but the group.
741 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
743 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
745 * files.el (directory-listing-before-filename-regexp): Use
746 stricter matching for iso-style dates, to avoid false matches with
747 date-like filenames (Bug#5597).
749 * htmlfontify.el (htmlfontify): Doc fix.
751 * eshell/eshell.el (eshell): Doc fix.
753 * startup.el (fancy-about-screen): In mode-line, apply
754 mode-line-buffer-id face only to the buffer name (Bug#5613).
756 2010-02-20 Kevin Ryde <user42@zip.com.au>
758 * progmodes/compile.el (compilation-error-regexp-alist-alist):
759 In `watcom' anchor regexp to start of line, to avoid slowness
762 2010-02-20 Eli Zaretskii <eliz@gnu.org>
764 * subr.el (remove-yank-excluded-properties): Explain in a comment
765 why `category' property is removed.
767 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
769 * isearch.el (isearch-update-post-hook, isearch-update): Revert
772 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
774 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
775 (icalendar--convert-weekly-to-ical)
776 (icalendar--convert-yearly-to-ical)
777 (icalendar--convert-block-to-ical)
778 (icalendar--convert-cyclic-to-ical)
779 (icalendar--convert-anniversary-to-ical): Take care of time
780 specifications where hour has 1-digit only (Bug#5549).
782 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
784 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
785 of disassemble output in GDB 7.1.
787 2010-02-19 Glenn Morris <rgm@gnu.org>
789 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
792 2010-02-18 Sam Steingold <sds@gnu.org>
794 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
796 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
798 Use abbreviated file names in bookmarks (bug#5591).
799 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
800 calls to expand-file-name.
801 (bookmark-relocate): Use abbreviated file names in bookmarks.
802 (bookmark-load): Use abbreviated file names in messages.
804 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
806 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
807 expand "." and "..". Reported by Thierry Volpiatto
808 <thierry.volpiatto@gmail.com>.
810 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
812 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
813 permissions of the temporary file to "0600". In case the remote
814 file has no read permissions for the owner, there might be
815 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
817 22010-02-18 Glenn Morris <rgm@gnu.org>
819 * emacs-lisp/authors.el (authors-renamed-files-alist):
820 Add entries for INSTALL.CVS.
822 2010-02-17 Mark A. Hershberger <mah@everybody.org>
824 * vc-bzr.el: Fix typo in Known Bugs section.
826 * isearch.el (isearch-update-post-hook): New hook.
827 (isearch-update): Use the new hook.
829 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
831 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
832 Fix errors in copying directories.
833 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
834 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
835 (tramp-handle-delete-file)
836 (tramp-handle-dired-recursive-delete-directory)
837 (tramp-handle-write-region): Flush also the cache for the upper
840 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
842 * simple.el (save-interprogram-paste-before-kill): Doc fix.
844 * cus-edit.el (hardware): Doc fix.
846 * man.el (man): Add to external custom group.
848 * delim-col.el (columns): Move to wp custom group.
850 * doc-view.el (doc-view): Add to data custom group.
852 * cedet/data-debug.el (data-debug): Move to extensions group.
854 * cedet/ede.el (ede):
855 * cedet/srecode.el (srecode):
856 * cedet/semantic.el (semantic): Put in tools and extensions group.
858 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
860 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
861 by ispell-parse-output (Bug#5575).
863 2010-02-16 Kenichi Handa <handa@m17n.org>
865 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
866 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
867 (skkdic-convert): Use `euc-japan' coding system for writing.
869 2010-02-16 Glenn Morris <rgm@gnu.org>
871 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
872 tex-main-file before using it. (Bug#5562)
874 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
876 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
877 warnings, since it is annoying for the user to see them each time he
880 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
882 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
883 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
884 instead of PROC for caching "first-password-request". Otherwise,
885 new processes would not profit from passwords already entered.
887 * net/tramp-cache.el (tramp-dump-connection-properties):
888 Don't save "first-password-request" property.
890 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
892 * outline.el (outline-head-from-level):
893 * simple.el (with-wrapper-hook):
894 * cedet/ede.el (ede-run-target, project-delete-target)
895 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
896 (ede-adebug-project, ede-adebug-project-parent)
897 (ede-adebug-project-root):
898 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
899 (elint-defun, elint-buffer-env, elint-top-form-logged)
900 (elint-unbound-variable):
901 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
902 Fix typos in docstrings.
904 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
906 * files.el (insert-directory): When WILDCARD-REGEXP and
907 FULL-DIRECTORY-P are nil, insert the file entry instead of the
908 whole directory. (Bug#5551)
910 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
911 dired's alignment sanity. (Bug#5516)
913 2010-02-14 Juri Linkov <juri@jurta.org>
915 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
916 Remove remaining ^H with their preceding chars. (Bug#5566)
918 2010-02-13 Glenn Morris <rgm@gnu.org>
920 * simple.el (transpose-subr): Give it a doc-string.
922 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
925 2010-02-12 Juri Linkov <juri@jurta.org>
927 * arc-mode.el (archive-unique-fname): Make directories for nested
930 2010-02-12 Juri Linkov <juri@jurta.org>
932 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
934 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
936 * subr.el (copy-overlay): Handle deleted overlays.
938 * man.el (Man-completion-table): Don't signal an error if we can't run
939 manual-program (bug#4056).
941 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
943 * textmodes/artist.el (artist-mt): Fix typos in docstring.
945 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
947 * info.el (Info-bookmark-jump): Simplify.
949 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
950 (bookmark-default-handler): Accept new bookmark field `buffer'.
952 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
954 * iswitchb.el (iswitchb-completions): Revert last change.
956 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
958 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
959 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
960 This prevents file names like "~/" being listed literally.
962 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
964 * term/xterm.el (xterm-maybe-set-dark-background-mode):
965 Remove dead code. (Bug#5546)
967 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
969 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
970 correctly (Bug#5548).
972 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
974 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
975 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
977 2010-02-08 Kenichi Handa <handa@m17n.org>
979 * international/mule-util.el (with-coding-priority): Add autoload
980 cookie for putting `lisp-indent-function'.
982 2010-02-07 Glenn Morris <rgm@gnu.org>
984 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
985 Move F2003 named interfaces from keywords-2 to keywords-1, and
986 use function-name-face rather than constant-face.
987 Simplify "abstract interface" regexp.
989 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
991 * eshell/esh-util.el (eshell-file-attributes): New optional arg
992 ID-FORMAT. Pass it to `file-attributes'.
994 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
996 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
998 * faces.el (set-face-attribute): Allow calling
999 internal-set-lisp-face-attribute with 'unspecified family and
1000 foundry argument (Bug#5536).
1002 2010-02-07 Glenn Morris <rgm@gnu.org>
1004 * progmodes/f90.el (f90-font-lock-keywords-2)
1005 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1006 Handle F2003 named interfaces.
1008 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1010 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1011 beg and end before calling c-get-state-before-change-functions.
1013 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1015 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1017 2010-02-05 Juri Linkov <juri@jurta.org>
1019 * doc-view.el (doc-view-mode):
1020 * image-mode.el (image-mode): Put property mode-class=special.
1023 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1025 * vc-svn.el (vc-svn-revision-table): New function.
1027 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1029 * net/ange-ftp.el (ange-ftp-insert-directory):
1030 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1031 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1032 Handle also directories. (Bug#5478)
1034 2010-02-05 Glenn Morris <rgm@gnu.org>
1036 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1038 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1040 * startup.el (command-line-1): Convert options beginning with a
1041 single dash as well (Bug#5519).
1043 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1045 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1046 * minibuffer.el (completion-initials-expand): Only check the presence
1047 of delims *within* the boundaries, since otherwise the / delim is
1048 always found for files.
1050 Fix up various corner case problems.
1051 * doc-view.el (doc-view-last-page-number): New function.
1052 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1053 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1054 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1055 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1056 (doc-view-convert-current-doc): Don't create the resolution.el file
1058 (doc-view-pdf/ps->png): Do it here instead.
1059 (doc-view-already-converted-p): Check that resolution.el is present.
1060 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1061 windows that are not yet showing images.
1063 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1065 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1066 `dired-uncache' for every elemnt which is an absolute file name.
1068 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1069 directory, handle its directory component.
1070 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1071 function is called permanently and creates noise, otherwise.
1073 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1074 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1075 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1077 2010-02-04 David Burger <dburger@google.com> (tiny change)
1079 * macros.el (apply-macro-to-region-lines):
1080 Minor simplification. (Bug#5485)
1082 2010-02-04 Glenn Morris <rgm@gnu.org>
1084 * mail/rmail.el (rmail-show-message-1): Handle malformed
1085 quoted-printable text. (Bug#5441)
1087 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1089 * simple.el (visual-line-mode): Capitalize lighter.
1091 2010-02-03 John Wiegley <jwiegley@gmail.com>
1093 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1094 list of files considered for "virtual buffer" completions.
1096 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1098 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1099 also in case of (and (not full) (not wildcard)). This is needed,
1100 when dired is called with a list of files, which are not in
1101 `default-directory'. (Bug#5478)
1103 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1105 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1107 2010-02-02 Juri Linkov <juri@jurta.org>
1109 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1110 from unidiff to allow function-line after @@.
1112 2010-02-02 Juri Linkov <juri@jurta.org>
1114 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1115 '(RCS SCCS) with inverted condition.
1117 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1119 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1122 2010-02-01 Juri Linkov <juri@jurta.org>
1124 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1125 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1126 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1127 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1129 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1131 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1132 (doc-view-revert-buffer): New command.
1133 (doc-view-mode-map): Use it.
1135 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1137 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1138 pending merge is detected.
1140 2010-01-31 Juri Linkov <juri@jurta.org>
1142 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1143 beginning of interactive spec like all other grep commands do.
1144 Put "all" in front of "gz". (Bug#5260)
1146 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1148 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1150 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1152 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1153 regexp is incorrect (Bug#5476).
1155 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1157 * net/tramp.el (tramp-handle-insert-directory): Handle also
1158 symlinks, when FILENAME is not in `default-directory'.
1160 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1162 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1163 FILE is not in `default-directory'. (Bug#5478)
1165 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1166 of SWITCHES. Handle the case, FILENAME is not in
1167 `default-directory'. (Bug#5478)
1168 (tramp-register-file-name-handlers): Add safe-magic property.
1170 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1172 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1175 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1177 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1178 (flymake-master-make-header-init): Add other C++ filename masks.
1179 (flymake-find-possible-master-files)
1180 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1182 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1184 Fix some busybox annoyances.
1186 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1187 not responding." string.
1188 (tramp-open-connection-setup-interactive-shell): Dump stty
1189 settings. Enable "neveropen" arg for all `tramp-send-command'
1190 calls. Handle "=" in variable values properly.
1191 (tramp-find-inline-encoding): Raise an error, when no encoding is
1193 (tramp-wait-for-output): Check, whether PROC buffer is available.
1194 Remove spurious " ^H" sequences, sent by busybox.
1195 (tramp-get-ls-command): Suppress coloring, if possible.
1197 2010-01-28 Glenn Morris <rgm@gnu.org>
1199 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1201 * log-edit.el (log-edit-strip-single-file-name): Add missing
1202 :safe, :group, and :version tags.
1204 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1206 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1209 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1211 * files.el (delete-directory): Handle moving to trash without
1212 first doing recursion (Bug#5436).
1214 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1216 * vc-hooks.el (vc-path): Mark as obsolete.
1218 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1220 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1223 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1225 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1227 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1229 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1231 * vc-bzr.el (vc-bzr-revision-table): New function.
1233 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1235 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1236 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1238 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1240 Remove support for adding --signoff on commit.
1241 Future support will use an incompatible generic mechanism.
1242 * vc-git.el (vc-git-add-signoff): Remove variable.
1243 (vc-git-toggle-signoff): Remove function.
1244 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1246 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1247 from xterm-set-background-mode. Return t if the background mode
1249 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1250 earlier, call it again in case the background mode has changed.
1252 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1254 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1257 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1259 * emacs-lisp/assoc.el (aelement): Doc fix.
1260 (aput, adelete, amake): Use lexical-let (Bug#5450).
1262 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1264 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1265 is the same as subprogram call, not declaration. (Bug#5435).
1267 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1269 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1270 (tramp-smb-maybe-open-connection): Use it.
1272 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1274 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1276 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1278 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1279 just because we see "encoding: 8bit".
1280 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1282 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1284 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1286 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1288 * jka-compr.el (jka-compr-load): If load-file is not in
1289 load-history, try its file-truename version. (bug#5447)
1291 2010-01-21 Alan Mackenzie <acm@muc.de>
1293 Fix a situation where deletion of a cpp construct throws an error.
1294 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1295 invoking c-with-all-but-one-cpps-commented-out, check that the
1296 special cpp construct is still in the buffer.
1297 (c-parse-state): Record the special cpp with markers, not numbers.
1299 2010-01-21 Kenichi Handa <handa@m17n.org>
1301 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1302 process last-command-event, as it is now decoded first (Bug#5380).
1304 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1306 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1308 2010-01-20 Glenn Morris <rgm@gnu.org>
1310 * indent.el (tab-always-indent): Fix custom-type.
1312 2010-01-19 Alan Mackenzie <acm@muc.de>
1314 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1315 buffer throws "args out of range".
1316 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1317 playing the role of delimiter.
1319 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1321 * progmodes/ada-mode.el: Fix bug#5400.
1322 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1323 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1324 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1325 Improve comments in "is" portion. Handle null procedure declaration.
1326 (ada-move-to-end): Improve doc string.
1328 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1330 * ido.el (ido-cur-list): Initialize to nil.
1331 Remove obsolete information from commentary.
1332 (ido-choice-list): Initialize to nil.
1333 (ido-get-bufname): Reject minibuffers.
1334 (ido-make-buffer-list): If "default" is a nonexistent
1335 buffer, ignore it, as per the function's comment.
1336 (ido-kill-buffer-internal): New function.
1337 (ido-kill-buffer-at-head): Use it.
1338 (ido-visit-buffer): Likewise.
1340 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1342 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1344 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1346 * cedet/ede/locate.el (ede-locate-file-in-project)
1347 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1348 (ede-enable-locate-on-project): Fix typos in error messages.
1350 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1351 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1352 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1353 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1354 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1355 Fix typos in menu help.
1357 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1358 Fix typos in chart titles.
1360 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1361 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1362 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1363 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1364 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1365 (semantic-parse-stream, semantic-parse-region)
1366 (semantic-parse-region-default, semantic--set-buffer-cache)
1367 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1368 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1369 (semantic-default-submodes):
1370 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1371 (semanticdb-create-ebrowse-database)
1372 (semanticdb-find-tags-for-completion-method)
1373 (semanticdb-find-tags-by-class-method)
1374 (semanticdb-deep-find-tags-by-name-method)
1375 (semanticdb-deep-find-tags-for-completion-method):
1376 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1377 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1378 (semanticdb-find-tags-for-completion-method)
1379 (semanticdb-find-tags-by-class-method)
1380 (semanticdb-deep-find-tags-for-completion-method):
1381 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1382 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1383 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1384 (semanticdb-find-tags-by-name-method)
1385 (semanticdb-find-tags-by-name-regexp-method)
1386 (semanticdb-find-tags-for-completion-method)
1387 (semanticdb-find-tags-by-class-method)
1388 (semanticdb-find-tags-external-children-of-type-method)
1389 (semanticdb-find-tags-subclasses-of-type-method)
1390 (semanticdb-deep-find-tags-by-name-method)
1391 (semanticdb-deep-find-tags-by-name-regexp-method)
1392 (semanticdb-deep-find-tags-for-completion-method):
1393 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1394 (semanticdb-enable-gnu-global-in-buffer)
1395 (semanticdb-find-tags-for-completion-method)
1396 (semanticdb-deep-find-tags-by-name-method)
1397 (semanticdb-deep-find-tags-for-completion-method):
1398 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1399 (javascript-mode, semanticdb-find-translate-path)
1400 (semanticdb-find-tags-for-completion-method)
1401 (semanticdb-find-tags-by-class-method)
1402 (semanticdb-deep-find-tags-by-name-method)
1403 (semanticdb-deep-find-tags-for-completion-method)
1404 (semanticdb-find-tags-external-children-of-type-method):
1405 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1406 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1407 (global-semantic-idle-scheduler-mode):
1408 * cedet/srecode/dictionary.el (srecode-field-value)
1409 (srecode-dictionary-add-section-dictionary):
1410 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1411 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1412 (describe-class, eieio-describe-generic, describe-generic):
1413 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1414 (eieio-speedbar-expand):
1415 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1416 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1417 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1418 (viper-del-backward-char-in-replace, viper-backward-indent)
1419 (viper-brac-function, viper-register-to-point, viper-submit-report):
1420 * net/tramp.el (tramp-remote-coding-commands):
1421 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1422 Fix typos in docstrings.
1424 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1426 * mail/sendmail.el (mail-yank-original): Set the mark if the
1427 specified function for yanking does not do it.
1429 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1431 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1433 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1434 resyncing a directory.
1436 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1438 * progmodes/ada-mode.el: Fix bug#1920.
1439 (ada-ident-re): Delete ., allow multibyte characters.
1440 (ada-goto-label-re): New; matches goto labels.
1441 (ada-block-label-re): New; matches block labels.
1442 (ada-label-re): New; matches both.
1443 (ada-named-block-re): Deleted; callers changed to use
1444 `ada-block-label-re' instead.
1445 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1446 Use `ada-block-label-re'.
1447 (ada-indent-on-previous-lines): Improve handling of goto labels.
1448 (ada-get-indent-block-start): Special-case block label.
1449 (ada-get-indent-label): Split into `ada-indent-block-label' and
1450 `ada-indent-goto-label'.
1451 (ada-goto-stmt-start, ada-goto-next-non-ws):
1452 Optionally ignore goto labels.
1453 (ada-goto-next-word): Simplify.
1454 (ada-indent-newline-indent-conditional): Insert newline before
1455 trying to fix indentation; doc fix.
1457 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1459 * calc/calc.el (calc-command-flags): Give it an initial value.
1461 2010-01-17 Glenn Morris <rgm@gnu.org>
1463 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1465 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1467 * cedet/semantic.el (semantic-mode):
1468 * files.el (minibuffer-with-setup-hook):
1469 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1470 (artist-key-draw-continously, artist-key-do-continously-continously)
1471 (artist-key-set-point-continously, artist-mouse-draw-continously):
1472 Fix typos in docstrings.
1474 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1476 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1477 return t (Bug#3898).
1479 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1481 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1482 can parse the output of the external commands (Bug#5279).
1484 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1486 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1488 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1490 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1492 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1494 * startup.el (command-line): Remove unused --icon-type arg.
1495 Handle --display arg, passing it to command-line-1 (Bug#5392).
1497 2010-01-16 Mario Lang <mlang@delysid.org>
1499 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1500 * cedet/ede/files.el (ede-expand-filename):
1501 * cedet/ede/simple.el (ede-simple-project):
1502 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1503 (semantic-complete-inline-tag-engine):
1504 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1505 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1506 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1507 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1508 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1509 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1510 * emacs-lisp/chart.el (chart-translate-namezone):
1511 * textmodes/artist.el (artist-compute-popup-menu-table):
1512 Remove duplicated words in doc-strings.
1514 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1516 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1517 to mairix-search to suppress threading (Bug#5342).
1519 2010-01-15 Kenichi Handa <handa@m17n.org>
1521 * international/mule-cmds.el (canonicalize-coding-system-name):
1522 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1524 2010-01-15 Glenn Morris <rgm@gnu.org>
1526 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1528 * wid-edit.el (widget-keymap): Doc fix.
1530 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1531 former seems to be more widely accepted by various svn versions.
1533 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1535 * find-cmd.el (find-constituents):
1536 * vc-arch.el (vc-arch-root):
1537 * window.el (window-body-height, pop-up-frames):
1538 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1539 (semantic-no-reparse-needed-change-hook):
1540 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1541 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1542 (srecode-template-inserter-ask, srecode-template-inserter-width)
1543 (srecode-template-inserter-section-start)
1544 (srecode-template-inserter-section-end, srecode-insert-method):
1545 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1546 * progmodes/ada-stmt.el (ada-if):
1547 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1548 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1549 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1550 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1552 * progmodes/flymake.el (flymake-post-syntax-check):
1553 Fix typo in error message.
1555 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1557 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1558 which is always a string. (Bug#5313)
1560 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1562 * progmodes/ada-xref.el (ada-default-prj-properties):
1563 Simplify previous change.
1565 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1567 * progmodes/ada-xref.el (ada-default-prj-properties):
1568 Default ada_project_path to $ADA_PROJECT_PATH.
1570 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1572 * progmodes/ada-mode.el (ada-create-keymap):
1573 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1575 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1577 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1578 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1579 (ada-get-current-indent, ada-imenu-generic-expression)
1580 (ada-which-function): Check for it.
1582 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1584 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1585 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1587 2010-01-14 Glenn Morris <rgm@gnu.org>
1589 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1591 2010-01-14 Kenichi Handa <handa@m17n.org>
1593 * composite.el (auto-composition-mode): Make it a buffer local
1594 variable (permanent-local).
1595 (auto-composition-function): Set the default value to
1597 (auto-composition-mode): Make it a simple function, not a minor mode.
1598 (global-auto-composition-mode): Likewise.
1599 (turn-on-auto-composition-if-enabled): Delete it.
1601 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1603 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1605 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1607 * files.el (copy-directory): Compute target for recursive
1608 directories with identical names. (Bug#5343)
1610 2010-01-12 Glenn Morris <rgm@gnu.org>
1612 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1613 it to bug-gnu-emacs rather than emacs-pretest-bug.
1615 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1617 * cedet/data-debug.el (data-debug): Fix customization group reference.
1619 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1621 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1622 (semantic-analyze-context, semantic-analyze-context-assignment)
1623 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1624 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1625 (semantic-java-doc-keywords-map):
1626 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1627 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1628 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1629 (semantic-c-classname, semantic-format-tag-uml-prototype)
1630 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1631 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1632 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1633 (semantic-get-local-variables, semantic-end-of-command)
1634 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1636 * cedet/semantic/bovine/make.el (makefile-mode):
1637 * cedet/semantic/wisent/python.el (wisent-python-string-re)
1638 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1639 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1640 (semantic-lex, semantic-get-local-variables, python-mode):
1641 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1642 * cedet/srecode/extract.el (srecode-extract-state-set)
1643 (srecode-extract-method): Fix typos in docstrings.
1645 2010-01-11 Sam Steingold <sds@gnu.org>
1647 * imenu.el (imenu-default-create-index-function): Detect infinite
1648 loops caused by imenu-prev-index-position-function.
1650 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1652 * htmlfontify.el (htmlfontify-load-rgb-file)
1653 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1654 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1655 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1656 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1657 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1658 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1659 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1660 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1661 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1662 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1663 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1664 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1665 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1666 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1667 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1668 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1669 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1670 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1671 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1672 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1673 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1674 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1675 backslash-quoting from parentheses, etc.
1677 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
1679 * progmodes/js.el: Autoload javascript-mode alias.
1681 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
1683 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1684 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1685 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1686 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1687 Fix typos in docstrings.
1688 (ffap-url-regexp): Doc fix.
1689 (ffap-at-mouse): Fix typo in message.
1691 2010-01-11 Glenn Morris <rgm@gnu.org>
1693 * version.el (emacs-copyright): Set copyright year to 2010.
1695 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1697 * format.el (format-annotate-function): Only set
1698 write-region-post-annotation-function after running to-fn so as not to
1699 affect nested write-region calls (bug#5273).
1701 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1703 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1706 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1709 2010-01-10 Richard Kim <emacs18@gmail.com>
1711 * cedet/semantic/wisent/python-wy.el:
1712 * cedet/semantic/wisent/python.el: New files.
1714 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1716 * man.el (Man-goto-section): Signal error if the section is not
1719 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
1721 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1722 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1724 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
1726 * progmodes/compile.el: Don't treat compile-command as safe if
1727 compilation-read-command might be nil (Bug#4218).
1729 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1731 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1734 2010-01-08 Kenichi Handa <handa@m17n.org>
1736 * international/fontset.el (build-default-fontset-data):
1737 Exclude characters in scripts kana, hangul, han, or cjk-misc.
1739 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
1741 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1742 to `create-file-buffer' as it expects, not just a buffer name.
1743 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1744 to help uniquify. (Bug#3224)
1746 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1748 * font-setting.el (font-setting-change-default-font): Use user-spec
1751 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1753 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1755 2010-01-05 Tom Tromey <tromey@redhat.com>
1757 * progmodes/python.el (python-font-lock-keywords):
1758 Handle qualified decorators (Bug#881).
1760 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1762 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1763 in a lightweight checkout.
1765 2010-01-05 Kenichi Handa <handa@m17n.org>
1767 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1769 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1771 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1773 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1775 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1776 checkouts. (Bug#618)
1777 (vc-bzr-log-view-mode): Also highlight the author.
1778 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1779 (vc-bzr-shelve-menu-map):
1780 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1781 (vc-bzr-shelve-apply): Make prompt more explicit.
1783 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1785 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1786 They are valid characters in URL paths (rfc3986), and at least
1787 Firefox does not understand the encoded version (Bug#3166).
1789 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1791 * progmodes/octave-mod.el (octave-end-keywords)
1792 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1793 Add "end" keyword (Bug#3061).
1794 (octave-end-as-array-index-p): New function.
1795 (calculate-octave-indent): Use it.
1797 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1799 * bookmark.el: Consistently put the text property on the bookmark name.
1800 (bookmark-bmenu-marks-width): Bump back to 2, to include
1802 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1803 property on the bookmark name, instead of not putting it at all.
1804 (bookmark-bmenu-list): Fix where we put the text property.
1806 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1808 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1809 for showing buffer modified state (as added in the previous change).
1811 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1813 * bookmark.el: Show modified state of bookmark buffer more accurately.
1814 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1815 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1816 (with-buffer-modified-unmodified): New macro.
1817 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1818 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1819 Use new macro to preserve the buffer modified state.
1821 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1823 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1824 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1825 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1826 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1827 (bookmark-bmenu-rename, bookmark-bmenu-locate)
1828 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1829 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1831 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1833 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1834 Make the lines in the generated doc string shorter. (Bug#4668)
1836 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
1838 * net/rcirc.el: Add follow-link binding (Bug#4738).
1840 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1842 * Makefile.in (bzr-update): Rename from cvs-update.
1843 (cvs-update): New target for backward compatibility.
1845 * makefile.w32-in (bzr-update): Rename from cvs-update.
1846 (cvs-update): New target for backward compatibility.
1848 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1850 * bookmark.el: Remove gratuitous gratitude.
1852 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1854 * bookmark.el (bookmark-bmenu-any-marks): New function
1855 (bookmark-bmenu-save): Clear buffer modification if no marks.
1857 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1859 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1860 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1861 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1862 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1864 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1865 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1866 To: emacs-devel {_AT_} gnu.org
1867 Subject: bookmark.el bug report
1868 Date: Mon, 28 Dec 2009 14:19:16 +0800
1869 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1871 2010-01-02 Karl Fogel <kfogel@red-bean.com>
1873 * bookmark.el: Improvements suggested by Drew Adams:
1874 (bookmark-bmenu-ensure-position): New name for
1875 `bookmark-bmenu-check-position'. Just ensure the position,
1876 don't return any meaningful value.
1877 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1880 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1882 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1883 (bookmark-yank-point, bookmark-bmenu-check-position):
1884 Fix typos in docstrings.
1885 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1886 (bookmark-name-from-full-record, bookmark-get-position)
1887 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1888 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1889 Remove useless quoting of parenthesis, etc. in docstrings.
1891 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1892 (ediff-append-custom-diff): Fix typo in error message.
1893 (ediff-meta-mark-equal-files): Fix typos in messages.
1895 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1897 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1898 Fix typo in docstring.
1900 * net/imap-hash.el (imap-hash-make): Doc fix.
1901 (imap-hash-test): Fix typo in error message; reflow docstring.
1902 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1903 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1904 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1905 Fix typos in docstrings.
1906 (imap-hash-open-connection): Fix typo in error message.
1908 * play/gomoku.el (gomoku): Fix typos in docstring.
1910 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1911 (gdb-jsonify-buffer): Fix typos in docstring.
1912 (gdb-goto-breakpoint): Fix typo in error message.
1913 ("Display Other Windows"): Fix typo in help message.
1914 (gdb-speedbar-expand-node): Fix typo in question.
1916 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1917 (idlwave-html-system-help-location, idlwave-html-help-location)
1918 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1919 (idlwave-help-browser-generic-args, idlwave-help-directory)
1920 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1921 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1922 (idlwave-online-help, idlwave-help-html-link)
1923 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1924 Fix typos in docstrings.
1925 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1927 (idlwave-help-assistant-start): Fix typo in error message.
1929 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1930 (octave-electric-space): Fix typos in docstrings.
1932 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1934 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1936 2010-01-01 Juri Linkov <juri@jurta.org>
1938 * comint.el (comint-input-ring-size): Make it a defcustom and
1939 increase the default to 500 (Bug#5148).
1941 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
1943 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1944 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1945 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1947 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
1949 Show working revision correctly for mercurial.
1950 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1951 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1953 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
1955 Declare some functions for the byte-compiler.
1956 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1957 (speedbar-timer-fn, speedbar-change-expand-button-char)
1958 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1960 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
1962 This changeset reverts GDB Graphical Interface to use annotations.
1963 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1965 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1967 Make vc-dir work on subdirectories of the bzr root.
1968 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1969 file names relative to it.
1970 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1971 relative directory to vc-bzr-after-dir-status.
1973 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1975 * font-lock.el (font-lock-refresh-defaults): New function, which
1976 can be used to let font-lock react to external changes in
1977 variables like font-lock-defaults and keywords.
1978 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1980 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1982 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1984 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1986 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1988 Supersede color.diff settings in git log (bug#5211).
1990 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1991 escape chars in its output when the user has color.diff set to `always'.
1992 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1994 2009-12-26 Kevin Ryde <user42@zip.com.au>
1996 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1997 node. Keep previous "Index" name to work with past coreutils too.
1999 * man.el (man): Revise docstring a bit to show -a and -l as
2000 examples. Add -k description since support for it has otherwise
2001 been a secret. (Further to bug#3717.)
2002 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2003 "no matches" rather than "Can't find manpage", as the latter reads
2004 like -k was interpreted as a page name, which is not so. (Bug#5431)
2006 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2008 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2009 switches. Check also for //SUBDIRED// line.
2011 2009-12-25 Kenichi Handa <handa@m17n.org>
2013 * language/indian.el (devanagari-composable-pattern): Fixed to
2014 handle ZWNJ and ZWJ. Use it in composition-function-table for
2016 (malayalam-composable-pattern): Fix previous change.
2018 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2020 * ps-print.el (ps-face-attributes): It was not returning the
2021 attribute face for faces specified as string. Reported by harven
2023 (ps-print-version): New version 7.3.5.
2025 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2027 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2029 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2030 (icalendar--add-diary-entry): Remove the trailing blank that
2031 diary-make-entry inserts.
2033 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2035 Make `file-expand-wildcards' work for remote files.
2037 * files.el (file-expand-wildcards): In case of remote files, check
2038 only local file name part for wildcards. Provide feature 'files
2039 and subfeature 'remote-wildcards. (Bug#5198)
2041 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2042 if there is already an established connection.
2043 (tramp-advice-file-expand-wildcards): Remove it.
2045 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2046 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2047 Activate advice for older GNU Emacs versions. (Bug#5237)
2049 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2051 Some doc fixes (more needed).
2053 * find-cmd.el (find-constituents): Reflow docstring.
2054 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2055 (find-generic): Doc fix.
2057 2009-12-17 Juri Linkov <juri@jurta.org>
2059 Fix regression from 23.1 to allow multiple modes in Local Variables.
2061 * files.el (hack-local-variables-filter): While ignoring duplicates,
2062 don't take `mode' into account.
2063 (hack-local-variables-filter, hack-dir-local-variables): Don't
2064 remove duplicate `mode' from local-variables-alist (like `eval').
2066 2009-12-17 Juri Linkov <juri@jurta.org>
2068 Make `dired-diff' more safe. (Bug#5225)
2070 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2071 `current' or when `file' is a directory of the `current' file.
2073 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2075 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2076 unconditionally preloaded files.
2078 2009-12-16 Juri Linkov <juri@jurta.org>
2080 Revert to old 23.1 logic of using the file at the mark as default.
2081 * dired-aux.el (dired-diff): Use the file at the mark as default
2082 if it's not the same as the current file, and the target dir is
2083 the current dir or the mark is active. Add the current file
2084 as the arg of `dired-dwim-target-defaults'. Use the default file
2085 in the prompt. (Bug#5225)
2087 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2089 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2090 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2091 (tramp-check-for-regexp): Check also, when an echoing shell stops
2092 to echo sent commands.
2094 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2096 * Makefile.in: Revert last change (Bug#5191).
2098 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2100 * vc-hg.el (vc-hg-print-log): Fix argument order.
2101 (vc-hg-working-revision): Make sure the command is executed in a
2102 known environment so that we can parse the output. (Bug#4417)
2104 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2106 * progmodes/python.el (python-symbol-completions): Remove text
2107 properties from symbol string before calling python-send-receive.
2109 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2111 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2112 when there are values for both file and line. (Bug#5060)
2114 2009-12-14 Juri Linkov <juri@jurta.org>
2116 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2117 whitespace after the file name of the first line of unified format,
2118 because git-diff doesn't output whitespace and file modification time
2119 after the file name.
2121 2009-12-14 David Kastrup <dak@gnu.org>
2123 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2124 check if it already has the `display' property added by
2125 `Info-display-images-node', and not put the `invisible' property
2128 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2130 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2131 (semantic-mru-bookmark-mode): Doc fixes.
2133 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2136 2009-12-13 Glenn Morris <rgm@gnu.org>
2138 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2139 (report-emacs-bug): In message-mode, sort manually before storing
2140 original report text. (Bug#5178)
2141 Remove superfluous save-excursion.
2143 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2145 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2146 when responding to "GetAll" properties.
2148 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2150 * simple.el (compose-mail): Remove mail-setup-with-from from
2151 customization checks.
2153 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2155 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2156 RAR archives created on Unix systems.
2158 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2160 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2161 the varalias that was accidentally removed by the 2009-11-19 change
2164 2009-12-12 Kenichi Handa <handa@m17n.org>
2166 * language/indian.el (indian-compose-regexp): New function.
2167 (malayalam-composable-pattern): Fix the pattern.
2168 (composition-function-table): Set malayalam-composable-pattern for
2169 Malayalam characters.
2171 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2173 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2174 rather than down-mouse-1, based on follow-link conventions.
2176 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2179 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2181 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2182 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2183 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2184 (verilog-leap-to-head, verilog-backward-token):
2185 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2187 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2189 * progmodes/verilog-mode.el (verilog-auto-lineup)
2190 (verilog-nameable-item-re): Cleanup user-visible spelling and
2191 documentation errors. One reported by Gary Delp.
2192 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2193 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2194 package, bug195. Reported by Pierre-David Pfister.
2196 2009-12-11 Glenn Morris <rgm@gnu.org>
2198 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2200 * mail/emacsbug.el: No longer require sendmail.
2201 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2202 (report-emacs-bug-orig-text): Doc fix.
2203 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2204 New local variables, to adapt to different mail-user-agents.
2205 (report-emacs-bug): Fix test for a gnu.org address.
2206 Use overlays for emphasis, since font-lock defeats 'face property.
2207 Pretest bugs also end up at the newsgroup these days.
2208 Stop message-mode stripping text properties.
2209 Set and use the new buffer-local variables.
2210 (report-emacs-bug-hook): Add doc-string.
2211 Remove some unnecessary save-excursions and simplify.
2212 Use the appropriate hook and send-command.
2214 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2215 capitalization of some menu entries.
2217 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2219 * whitespace.el (whitespace-display-char-on): Ensure
2220 `buffer-display-table' is unique when two or more windows are
2221 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2224 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2226 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2227 characters in the Attribute field.
2229 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2231 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2233 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2235 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2236 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2237 Disregard autoload-excludes.
2238 (update-directory-autoloads): Obey autoload-excludes here instead.
2239 But don't store its contents in no-autoloads and remove entries that
2240 refer to excludes files.
2242 2009-12-10 Glenn Morris <rgm@gnu.org>
2244 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2245 (expand-mail-aliases): Define for compiler.
2247 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2248 Define for compiler.
2250 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2251 appropriate for the mail-user-agent in use.
2253 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2255 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2257 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2259 Fix short log parsing and fontification.
2260 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2261 Fix fontification for the [merge] label.
2263 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2265 Drop some properties to avoid surprises.
2266 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2267 (hfy-fontify-buffer): Use it.
2269 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2272 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2274 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2275 args compulsory. Adjust callers.
2276 (ffap-gopher-at-point): Remove unused var `name'.
2278 Get rid of the ELCFILES abomination.
2279 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2280 (compile-elcfiles): New phony target.
2281 (compile-main): Compute ELCFILES dynamically.
2282 (compile-clean): New target to remove left-over elc files.
2283 (compile, all): Use it.
2285 2009-12-09 Kenichi Handa <handa@etlken>
2287 * international/mule-diag.el: Require help-mode instead of help-fns.
2289 2009-12-09 Kenichi Handa <handa@m17n.org>
2291 * international/mule-cmds.el (ucs-names): Supply sufficiently
2292 fine ranges instead of pre-calculating accurate ranges.
2293 Iterate with bigger gc-cons-threshold.
2295 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2297 Add support for stashing a snapshot of the current tree.
2298 * vc-git.el (vc-git-stash-snapshot): New function.
2299 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2301 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2303 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2304 instead of `(beginning|end)-of-line'.
2306 2009-12-08 Glenn Morris <rgm@gnu.org>
2308 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2310 * Makefile.in (ELCFILES): Regenerate.
2312 2009-12-07 Juri Linkov <juri@jurta.org>
2314 Don't lazy-highlight the comint output in history Isearch mode.
2316 * comint.el (comint-history-isearch-search): Instead of
2317 `comint-line-beginning-position', use `comint-after-pmark-p'
2318 to check if point if before the process mark, and go to
2319 `process-mark' in this case.
2321 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2323 * textmodes/tex-mode.el (latex-complete)
2324 (latex-indent-or-complete): Remove.
2325 (latex-mode): Set completion-at-point-functions instead.
2327 Provide a standard completion command and hook it into TAB.
2328 * minibuffer.el (completion-at-point-functions): New var.
2329 (completion-at-point): New command.
2330 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2331 * progmodes/python.el (python-mode-map): Use completion-at-point.
2332 (python-completion-at-point): Rename from python-partial-symbol and
2333 adjust for use in completion-at-point-functions.
2334 (python-mode): Setup completion-at-point for Python completion.
2335 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2336 extracted from lisp-complete-symbol.
2337 (lisp-complete-symbol): Use it.
2338 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2339 setup completion-at-point for Elisp completion.
2340 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2341 Use completion-at-point.
2342 * ielm.el (ielm-map): Use completion-at-point.
2343 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2344 * progmodes/sym-comp.el: Move to...
2345 * obsolete/sym-comp.el: Move from progmodes.
2347 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2349 Prevent save-buffer in Rmail buffers from using the coding-system
2350 of the current message, and from clobbering the encoding mnemonics
2351 in the mode line (Bug#4623).
2353 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2355 (rmail-message-encoding): New variable.
2356 (rmail-write-region-annotate): Record the encoding of the current
2357 message in rmail-message-encoding.
2358 (rmail-after-save-hook): New function, restores the encoding of
2359 the current message after the message collection is saved.
2361 2009-12-07 Juri Linkov <juri@jurta.org>
2363 * progmodes/grep.el (grep-read-files): Use `completing-read'
2364 instead of `read-string'. Set its `collection' arg to
2365 `read-file-name-internal'. (Bug#4301)
2367 2009-12-07 Juri Linkov <juri@jurta.org>
2369 Correctly restore original Isearch point. (Bug#4994)
2371 * isearch.el (isearch-mode): Move `isearch-push-state' after
2372 `(run-hooks 'isearch-mode-hook)'.
2373 (isearch-cancel): When `isearch-push-state-function' is defined,
2374 let-bind `isearch-cmds' to the first state (the last element of
2375 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2376 function and restores the original point). Otherwise, move point
2377 to `isearch-opoint'.
2379 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2381 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2382 chars that don't have names, so the table can be built much faster at
2385 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2387 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2388 change. Suggested by David Kastrup.
2390 * simple.el (compose-mail): Check for incompatibilities and warn.
2391 (compose-mail-user-agent-warnings): New option.
2393 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2395 Support showing a single log entry from vc-annotate.
2396 * vc.el (print-log): Add a new argument: START-REVISION.
2397 (vc-print-log-internal): Add a new optional argument and
2398 pass it to the backend.
2399 (vc-print-log, vc-print-root-log): Adjust callers.
2400 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2401 buffer already displays the requested log entry, use it.
2402 Otherwise display only the log entry in question.
2403 * vc-svn.el (vc-svn-print-log):
2404 * vc-mtn.el (vc-mtn-print-log):
2405 * vc-hg.el (vc-hg-state):
2406 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2407 (vc-git-show-log-entry): Return t on success.
2408 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2409 (vc-bzr-show-log-entry): Return t on success.
2410 * vc-rcs.el (vc-rcs-print-log):
2411 * vc-sccs.el (vc-sccs-print-log):
2412 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2414 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2416 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2417 Add menus to the meta mode. (Bug#5043)
2419 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2421 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2424 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2426 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2428 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2429 Berbain <raphael.berbain@gmail.com>.
2431 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2433 (tramp-initial-end-of-output): New defconst.
2434 (tramp-methods, tramp-find-shell)
2435 (tramp-open-connection-setup-interactive-shell)
2436 (tramp-maybe-open-connection): Use it.
2437 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2438 existence of `#' and `$'.
2440 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2441 `tramp-initial-end-of-output'.
2443 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2445 Get the background mode from the terminal for xterm, and set
2447 * term/xterm.el (xterm-set-background-mode): New function.
2448 (terminal-init-xterm): Use it in case xterm supports background
2449 color queries. Recompute faces after getting the background
2452 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2454 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2455 number comment back on its own line, for easier parsing.
2457 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2459 Make it work for non-file buffers (bug#5102).
2460 * doc-view.el (doc-view-current-cache-dir):
2461 Use doc-view-buffer-file-name rather than buffer-file-name.
2462 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2464 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2466 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2467 author field is too short.
2469 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2471 * vc-git.el (vc-git-print-log): Handle a limit argument.
2472 Display the short log in graph form and with labels.
2473 (vc-git-log-view-mode): Handle labels.
2475 Make vc-revert change VC state from 'added to 'unregistered.
2476 * vc-git.el (vc-git-revert): Call git reset first.
2478 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2480 * net/newst-backend.el, net/newst-plainview.el:
2481 * net/newst-reader.el, net/newst-ticker.el:
2482 * net/newst-treeview.el, net/newsticker.el:
2483 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2485 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2487 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2489 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2490 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2491 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2492 Update annotation regexp.
2494 * simple.el (beginning-of-visual-line): Constrain to field
2495 boundaries (Bug#5106).
2497 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2499 * xml.el (xml-substitute-numeric-entities): Move
2500 newsticker--decode-numeric-entities in newst-backend.el to
2501 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2502 * net/newst-backend.el (newsticker--parse-generic-feed)
2503 (newsticker--parse-generic-items)
2504 (newsticker--decode-numeric-entities): Move
2505 newsticker--decode-numeric-entities in newst-backend.el to
2506 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2508 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2510 * progmodes/js.el (js--js-not): Add null to the list of values.
2512 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2514 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2516 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2518 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2519 delimiter if it is at the end of the current line.
2520 (bibtex-generate-url-list): Fix docstring.
2522 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2524 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2525 minibuffer's content with itself.
2526 Fold the confirm-after-completion case into the `confirm' case.
2527 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2529 2009-12-06 Kevin Ryde <user42@zip.com.au>
2531 * ffap.el (ffap-rfc-path): Make this a defcustom since
2532 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2534 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2535 manuals, similar to existing setup for help-mode. (Bug#3913.)
2537 2009-12-05 Juri Linkov <juri@jurta.org>
2539 Save and restore dired buffer's point positions too. (Bug#4880)
2541 * dired.el (dired-save-positions): Return in the first element
2542 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2544 (dired-restore-positions): First restore buffer's position.
2545 While restoring window's positions, check if window still displays
2546 the original buffer.
2548 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2550 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2553 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2554 Make argument optional.
2556 * shell.el (shell): Require ansi-color (Bug#5113).
2558 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2560 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2562 2009-12-05 Alan Mackenzie <acm@muc.de>
2564 * progmodes/cc-mode.el (c-before-hack-hook)
2565 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2566 `c-file-style' to work again. This reversion restores the current
2567 software to its state in Emacs 23.1. (Bug#4146)
2569 2009-12-05 Kevin Ryde <user42@zip.com.au>
2571 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2572 comment-start-skip to comment-end-skip as comment (Bug#4781).
2574 2009-12-05 Juri Linkov <juri@jurta.org>
2576 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2577 for virtual nodes. (Bug#4147)
2578 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2579 when moving from a virtual node.
2580 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2581 (Info-mode): Add `Info-virtual-index' to the docstring.
2583 2009-12-05 Eric Ludlam <zappo@gnu.org>
2585 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2586 Describe project macro symbols.
2588 * cedet/semantic/complete.el (semantic-complete-do-completion):
2589 Don't call semantic-collector-current-exact-match.
2591 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2592 ede-objects as targets.
2594 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2595 a target's object list even if compiler vars are already in the
2598 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2599 list of headers producing necessary macros.
2601 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2603 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2604 track of the buffer position of the end of a BibTeX entry as this
2605 position may change during reformatting.
2606 (bibtex-format-entry): Remove whitespace before processing
2607 numerical fields so that we recognize the latter properly.
2608 (bibtex-reformat): Do not use push which changes the global value
2609 of bibtex-entry-format.
2610 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2611 (bibtex-field-re-init): Replace only space characters by regexp
2613 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2614 (bibtex-initialize): Also update bibtex-strings.
2615 (bibtex-kill-field): Preserve white space at end of entry.
2616 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2617 Update bibtex-reference-keys.
2619 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2621 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2622 point after a star, if that's the only place where modifications can
2625 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
2627 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2630 2009-12-04 Juri Linkov <juri@jurta.org>
2632 * proced.el (proced): Call `(proced-update t)' to update process
2633 information instead of only running proced-post-display-hook.
2634 (proced-send-signal): Add a leading space to the buffer name
2635 " *Marked Processes*" to make this buffer ephemeral.
2637 2009-12-04 Juri Linkov <juri@jurta.org>
2639 * dired.el (dired-auto-revert-buffer): New defcustom.
2640 (dired-internal-noselect): Use it.
2642 2009-12-04 Juri Linkov <juri@jurta.org>
2644 Change roles of modes and functions in image-mode.el (Bug#5062).
2646 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2647 in `auto-mode-alist'.
2648 (image-mode-previous-major-mode): New variable.
2649 (image-minor-mode-map): Rename from `image-mode-text-map'.
2650 (image-mode): Move graceful error-handling code from
2651 `image-minor-mode' to here. On errors call `image-mode-as-text'.
2652 (image-minor-mode): Remove all image-handling code.
2653 Replace `image-mode-text-map' with `image-minor-mode-map'.
2654 Check for `image-type' in mode-line format string.
2655 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2656 (image-mode-as-text): New function with most code from
2658 (image-toggle-display-text): Move code that removes image
2659 properties from `image-toggle-display' to here.
2660 (image-toggle-display-image): New function with code that adds
2661 image properties copied from `image-toggle-display'.
2662 (image-toggle-display): Remove most code with leaving only code
2663 that toggles between `image-mode-as-text' and `image-mode'.
2665 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
2667 * net/newst-treeview.el
2668 (newsticker--treeview-list-highlight-start): Restored call to
2669 save-excursion: Selected item was stuck.
2670 (newsticker--treeview-list-select): New.
2671 (newsticker--treeview-item-show-text)
2672 (newsticker--treeview-item-show)
2673 (newsticker--treeview-item-update): Use new
2674 newsticker-treeview-item-mode.
2675 (newsticker-treeview-update): Keep current item.
2676 (newsticker-treeview-next-new-or-immortal-item): Doc change.
2677 (newsticker--treeview-first-feed): Doc change.
2678 (newsticker-treeview-list-menu)
2679 (newsticker-treeview-item-menu): Added menu entries.
2680 (newsticker-treeview-item-mode): New.
2682 * net/newst-backend.el (newsticker-customize): Delete other
2685 2009-12-04 Sam Steingold <sds@gnu.org>
2687 * log-view.el (log-view-mode-map): "q" calls quit-window,
2688 like in all the other non-self-insert buffers.
2690 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2693 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2694 key decoding rather than do it manually via last-input-event +
2696 (term-exec): Use delete-and-extract-region.
2697 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2698 (term-process-pager): Remove unused var `i'.
2699 (term-dynamic-simple-complete): Make obsolete.
2700 (serial-update-config-menu): Remove unused vars `y' and `str'.
2701 (term-update-mode-line): Remove unused var `temp'.
2703 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2705 Limit the number of log entries displayed by default.
2706 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2707 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2708 using a prefix argument.
2710 2009-12-03 Glenn Morris <rgm@gnu.org>
2712 * progmodes/idlwave.el (class): Restore still useful declaration.
2714 2009-12-03 Alan Mackenzie <acm@muc.de>
2716 Enhance `c-parse-state' to run efficiently in "brace deserts".
2718 * progmodes/cc-mode.el (c-basic-common-init):
2719 Call c-state-cache-init.
2720 (c-neutralize-syntax-in-and-mark-CPP): Rename from
2721 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
2722 placing `category' properties value 'c-cpp-delimiter at its boundaries.
2724 * progmodes/cc-langs.el (c-before-font-lock-function):
2725 c-extend-and-neutralize-syntax-in-CPP has been renamed
2726 c-neutralize-syntax-in-and-mark-CPP.
2728 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2729 with `category' properties now, not `syntax-table' ones.
2731 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2732 enhanced (but slower) version of c-end-of-macro that won't land
2733 inside a literal or on another awkward character.
2734 (c-state-cache-too-far, c-state-cache-start)
2735 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2736 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2737 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2738 (c-state-min-scan-pos, c-state-brace-pair-desert)
2739 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2740 buffer local variables.
2741 (c-state-literal-at, c-state-lit-beg)
2742 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2743 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2744 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2745 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2746 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2747 (c-renarrow-state-cache)
2748 (c-append-lower-brace-pair-to-state-cache)
2749 (c-state-push-any-brace-pair, c-append-to-state-cache)
2750 (c-remove-stale-state-cache)
2751 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2752 (c-invalidate-state-cache-1, c-parse-state-1)
2753 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2754 (c-parse-state): Enhance and refactor.
2755 (c-debug-parse-state): Amend to deal with all the new variables.
2757 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2758 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2759 modify to use category text properties rather than syntax-table ones.
2760 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2761 to switch off/on the syntactic paren property of C++ template
2762 delimiters using the category property.
2763 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2764 template delims suppressed.
2765 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2766 New constant/macros which apply category properties to the start
2767 and end of preprocessor constructs.
2768 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2769 "comment out" the syntactic value of characters in preprocessor
2771 (c-with-cpps-commented-out)
2772 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2773 with characters in all or all but one preprocessor constructs
2776 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2778 * proced.el (proced-filter-alist): Use regexp-quote.
2780 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
2783 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2784 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2785 arguments. Expand `default-directory'.
2787 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2788 the benefit of returning an expanded localname.
2789 (tramp-tramp-file-p): Handle the case NAME is not a string.
2791 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2793 Add support for bzr shelve/unshelve.
2794 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2795 (vc-bzr-extra-menu-map): New variables.
2796 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2797 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2798 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2799 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2800 (vc-bzr-dir-extra-headers): Display shelves.
2802 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2804 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2806 * textmodes/bibtex.el (bibtex-complete-internal):
2807 Use completion-in-region.
2808 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2810 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2812 Support applying stashes. Improve UI.
2813 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2814 (vc-git-stash-apply, vc-git-stash-pop)
2815 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2816 (vc-git-stash-menu): New functions.
2817 (vc-git-stash-menu-map): New variable.
2818 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2820 2009-12-03 Glenn Morris <rgm@gnu.org>
2822 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2823 (vc-print-log-internal): Fix previous change.
2824 (vc-revert): Correct pluralization.
2826 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2828 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2829 it to be an alist any more.
2830 (makefile-complete): Use completion-in-region.
2832 * progmodes/octave-mod.el (octave-complete-symbol):
2833 Use completion-in-region.
2836 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2837 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2838 (idlwave-complete-class): Don't quote lambda.
2839 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2840 (idlwave-mode-map): Move initialization into declaration.
2841 (idlwave-action-and-binding): Use backquotes.
2842 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2844 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2845 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2846 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2847 `parts', and `all-parts'.
2848 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2849 (idlwave-convert-xml-system-routine-info): Remove unused string
2851 (idlwave-display-user-catalog-widget): Use dolist.
2852 (idlwave-scanning-lib): Declare dynamically-scoped var.
2853 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2854 (completion-highlight-first-word-only): Declare to silence bytecomp.
2855 (idlwave-popup-select): Tighten scope of `resp'.
2856 (idlwave-find-struct-tag): Remove unused var `beg'.
2857 (idlwave-after-load-rinfo-hook): Declare.
2858 (idlwave-sintern-class-info): Remove unused var `taglist'.
2859 (idlwave-find-class-definition): Remove unused var `list'.
2860 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2861 (idlwave-what-module-find-class): Remove unused var `classes'.
2863 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2865 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2867 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2869 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2870 buffers visited. Remove redundant current-buffer-saving.
2872 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2874 Use completion-in-buffer and remove uses of dynamic scoping.
2875 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2876 (pascal-buffer-to-use, pascal-flag): Don't declare.
2877 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2878 (pascal-get-completion-decl, pascal-keyword-completion):
2879 Add `pascal-str' argument, save-excursion,
2880 return the found completions, and don't filter with pascal-pred.
2881 (pascal-completion-cache): New var.
2882 (pascal-completion): Don't switch buffer any more (it was never
2883 necessary). Don't save-excursion any more (it's done by the called
2884 subroutines). Use a cache to avoid redundant computations.
2885 Use complete-with-action rather than pascal-completion-response and
2886 let it apply the predicate as well.
2887 (pascal-complete-word): Use completion-in-buffer when
2888 pascal-toggle-completions is nil.
2889 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2891 (pascal-comp-defun): Don't change buffer any more.
2892 Use complete-with-action rather than pascal-completion-response and
2893 let it apply the predicate as well.
2894 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2897 2009-12-02 Kenichi Handa <handa@m17n.org>
2899 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2900 shape for all Indic scripts.
2902 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2904 Use completion-in-buffer.
2905 * wid-edit.el (widget-field-text-end): New function.
2906 (widget-field-value-get): Use it.
2907 (widget-string-complete, widget-file-complete)
2908 (widget-color-complete): Use it and completion-in-region.
2909 (widget-complete): Don't narrow the buffer.
2911 2009-12-02 Glenn Morris <rgm@gnu.org>
2913 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2914 (rmail-select-summary): Use rmail-pop-to-buffer.
2915 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2916 rmail-pop-to-buffer, to prevent horizontal splits.
2918 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2919 save-excursion with save-current-buffer.
2920 Widen before searching. (Bug#5093)
2921 (diary-list-sexp-entries): Remove superfluous save-excursion.
2923 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
2925 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2928 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2930 * ido.el (ido-file-internal): Handle filenames at point that do
2931 not have a directory part. (Bug#5049)
2933 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
2935 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2936 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2938 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2940 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2941 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2944 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2946 * comint.el (comint-insert-input): Ignore clicks to the right of
2947 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2949 * vc.el (vc-print-log-internal): Don't wait for the process to
2950 terminate before setting up the major mode.
2952 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2955 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2958 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2960 2009-12-01 Glenn Morris <rgm@gnu.org>
2962 * window.el (window--display-buffer-2): Fix previous changes.
2964 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
2966 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2968 2009-12-01 Glenn Morris <rgm@gnu.org>
2970 * Makefile.in (ELCFILES): Add mpc.elc.
2972 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2976 2009-12-01 Glenn Morris <rgm@gnu.org>
2978 * window.el (window-to-use): Define for compiler.
2980 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2981 consistent with others (no final period).
2983 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2984 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2986 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2988 Make vc-print-log buttons work.
2989 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
2991 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2993 * savehist.el (savehist-autosave-interval): Allow setting to nil
2994 through customize. (Bug#5056)
2996 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
2998 Fix references to jit-lock properties.
2999 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3000 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3001 (perl-font-lock-special-syntactic-constructs):
3002 Quote jit-lock-defer-multiline property.
3004 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3006 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3008 2009-11-30 Juri Linkov <juri@jurta.org>
3010 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3011 value `buffer' of `multi-isearch-next-buffer-current-function'.
3012 Use `(current-buffer)' when `buffer' is nil.
3013 (multi-isearch-next-buffer-from-list): Don't fallback to
3014 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3016 2009-11-30 Juri Linkov <juri@jurta.org>
3018 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3019 of buffers with `get-buffer' to `multi-isearch-buffers'.
3020 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3021 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3022 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3023 FILES with `expand-file-name' converting relative file names
3024 to absolute. Doc fix. (Bug#4727)
3026 2009-11-30 Juri Linkov <juri@jurta.org>
3028 * misearch.el (multi-isearch-read-buffers)
3029 (multi-isearch-read-matching-buffers): New functions.
3030 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3031 Use them in the `interactive' spec. Doc fix.
3032 (multi-isearch-read-files, multi-isearch-read-matching-files):
3034 (multi-isearch-files, multi-isearch-files-regexp):
3035 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3037 2009-11-30 Juri Linkov <juri@jurta.org>
3039 * doc-view.el (doc-view-continuous):
3040 Rename from `doc-view-continuous-mode'.
3041 (doc-view-menu): Move "Toggle display" to the top.
3042 Add submenu "Continuous" with radio buttons "Off"/"On"
3043 and "Save as Default".
3044 (doc-view-scroll-up-or-next-page)
3045 (doc-view-scroll-down-or-previous-page)
3046 (doc-view-next-line-or-next-page)
3047 (doc-view-previous-line-or-previous-page): Rename
3048 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3050 2009-11-30 Juri Linkov <juri@jurta.org>
3052 * comint.el (comint-mode-map): Rebind `M-r' from
3053 `comint-previous-matching-input' to
3054 `comint-history-isearch-backward-regexp'.
3055 Unbind `M-s' to allow global key binding `M-s'.
3056 Add menu items for `comint-history-isearch-backward' and
3057 `comint-history-isearch-backward-regexp'. (Bug#3746)
3059 2009-11-30 Juri Linkov <juri@jurta.org>
3061 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3062 For def=recenter, replace `recenter' with `recenter-top-bottom'
3063 that is called with `this-command' and `last-command' let-bound
3064 to `recenter-top-bottom'. When the last `def' was not `recenter',
3065 set `recenter-last-op' to nil. (Bug#4981)
3067 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3069 Minor cleanup and simplification.
3070 * filecache.el (file-cache-add-directory)
3071 (file-cache-add-directory-recursively)
3072 (file-cache-add-from-file-cache-buffer)
3073 (file-cache-delete-file-regexp, file-cache-delete-directory)
3074 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3075 (file-cache-temp-minibuffer-message): Delete function.
3076 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3078 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3079 Don't signal an error when bumping into EOB in tr, s, or y.
3081 2009-11-29 Juri Linkov <juri@jurta.org>
3083 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3086 * descr-text.el (describe-char-unidata-list): Use lowercase name
3087 for "Unicode name" like in other tags.
3089 2009-11-29 Juri Linkov <juri@jurta.org>
3091 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3092 New compatibility macro.
3093 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3095 2009-11-29 Juri Linkov <juri@jurta.org>
3097 Add defcustom to define the cycling order of `recenter-top-bottom'.
3100 * window.el (recenter-last-op): Doc fix.
3101 (recenter-positions): New defcustom.
3102 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3103 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3105 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3107 Improve integration of Tramp and ange-ftp in eshell.
3109 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3110 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3111 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3113 * eshell/esh-util.el (top): Require also Tramp when compiling.
3114 (eshell-directory-files-and-attributes): Check for FTP remote
3116 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3117 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3118 (eshell-file-attributes): Handle ".". Return `entry'.
3120 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3121 (ange-ftp-directory-files-and-attributes)
3122 (ange-ftp-real-directory-files-and-attributes): New defuns.
3124 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3125 shell with "exec" when possible. This prevents trailing prompts
3126 in `start-file-process'.
3128 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3130 Try and remove assumptions about point-min==1.
3131 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3132 (rng-compute-mode-line-string): Show the validation percentage in
3133 terms of the narrowed text, not the widened text.
3134 (rng-do-some-validation): Don't catch internal errors when debugging.
3135 (rng-first-error): Simplify.
3136 (rng-after-change-function): Remove work around. AFAIK the bug has
3137 been fixed a while ago.
3139 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3140 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3142 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3144 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3145 `cd' doesn't always do it for us (bug#5067).
3147 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3148 on 2009-10-25 as part of some other change (bug#5067).
3150 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3152 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3154 (byte-compile-warnings): Use byte-compile-warning-types.
3155 (byte-compile-save-excursion): Warn about use of set-buffer right
3156 after save-excursion.
3158 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3159 the excursion as well.
3161 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3163 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3164 providing a Tramp related implementation of "su" and "sudo".
3165 (eshell-unix-initialize): Add "su" and "sudo".
3167 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3169 * net/socks.el (socks-send-command): Convert binary request to
3170 unibyte before sending. This fixes mishandling of some port
3171 numbers such as 129.
3173 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3175 * help.el (describe-bindings-internal): Remove `interactive'.
3177 * man.el (Man-completion-table): Trim a terminating "(".
3178 Remove the space between name page a section.
3179 Add the command's description on the `help-echo' property.
3180 Remove `process-connection-type' binding since it's unused by
3182 Provide completion for the "<section> <name>" format as well.
3183 (Man-default-man-entry): Remove spurious var shadowing the argument.
3185 2009-11-26 Kevin Ryde <user42@zip.com.au>
3187 * log-view.el: Add "Keywords: tools", since its other keywords
3188 aren't in finder-known-keywords, and following vc.el.
3190 * sha1.el (sha1-string-external): default-directory "/" in case
3191 otherwise non-existent. process-connection-type pipe for touch of
3192 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3194 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3196 Misc coding convention cleanups.
3197 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3198 hfy-init-kludge-hooks.
3199 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3200 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3201 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3203 (hfy-slant, hfy-weight): Use tables rather than code.
3204 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3205 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3206 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3207 (hfy-face-to-css): Remove `nconc' with single arg.
3208 (hfy-p-to-face-lennart): Use `or'.
3209 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3210 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3211 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3212 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3213 (hfy-force-fontification): Use run-hooks.
3215 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3217 Various minor fixes.
3218 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3219 Javascript belongs in the header, not the body.
3220 (hfy-javascript): Remove.
3221 (hfy-fontify-buffer): Don't insert it any more.
3222 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3223 Fix bug in invis handling when there were no invis props in a chunk.
3225 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3227 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3229 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3231 * finder.el (finder-mode-map): Add a menu.
3233 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3235 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3238 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3239 fork" statement better.
3241 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3243 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3244 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3245 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3246 Reported by Clay Douglass.
3248 (verilog-auto-inst, verilog-auto-star-safe)
3249 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3250 Fix removing "// Interfaces" when saving .* expansions. Reported by
3251 Pierre-David Pfister.
3253 2009-11-26 Glenn Morris <rgm@gnu.org>
3255 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3258 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3260 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3261 Really use previous revision.
3263 2009-11-25 Kevin Ryde <user42@zip.com.au>
3265 * man.el (Man-completion-table): default-directory "/" in case
3266 doesn't otherwise exist. process-environment COLUMNS=999 so as
3267 not to truncate long names. process-connection-type pipe to avoid
3268 any chance of hitting the pseudo-tty TIOCGWINSZ.
3269 (man): completion-ignore-case t for friendliness and since man
3270 itself is case-insensitive on the command line.
3271 Further to Bug#3717.
3273 * arc-mode.el: Add "Keywords: files", so the details in its
3274 commentary can be reached from finder-by-keyword.
3275 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3276 editing mode, but it's comms related and sgml-mode.el has "comm"
3278 * textmodes/bibtex-style.el: Add "Keywords: tex".
3279 * international/isearch-x.el, international/ja-dic-cnv.el:
3280 * international/ja-dic-utl.el, international/kkc.el:
3281 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3283 2009-11-25 Juri Linkov <juri@jurta.org>
3285 * man.el (Man-completion-table): Modify regexp to include
3286 section names to completion strings. (Bug#3717)
3288 2009-11-25 Juri Linkov <juri@jurta.org>
3290 Search recursively in gzipped files. (Bug#4982)
3292 * progmodes/grep.el (grep-highlight-matches): Add new options
3293 `always' and `auto'. Doc fix.
3294 (grep-process-setup): Check `grep-highlight-matches' for
3295 `auto-detect' to determine the need to compute grep defaults.
3296 Move Windows/DOS specific --colors settings handling
3297 to `grep-compute-defaults'. Check `grep-highlight-matches'
3298 to get the value of "--color=".
3299 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3300 has the value `auto-detect'. Move Windows/DOS specific settings
3301 from `grep-process-setup'.
3302 (zrgrep): New command with alias `rzgrep'.
3304 2009-11-25 Juri Linkov <juri@jurta.org>
3306 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3307 to nil instead of switching off view-mode. (Bug#4896)
3309 2009-11-25 Juri Linkov <juri@jurta.org>
3311 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3313 * mwheel.el (mwheel-scroll-up-function)
3314 (mwheel-scroll-down-function): New defvars.
3315 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3316 `scroll-up', and `mwheel-scroll-down-function' instead of
3319 * doc-view.el (doc-view-scroll-up-or-next-page)
3320 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3321 Use this ARG in the call to image-scroll-up/image-scroll-down.
3322 Change `interactive' spec to "P". Goto next/previous page only
3323 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3324 SPC/DEL case). Doc fix.
3325 (doc-view-next-line-or-next-page)
3326 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3328 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3329 `doc-view-scroll-up-or-next-page', and buffer-local
3330 `mwheel-scroll-down-function' to
3331 `doc-view-scroll-down-or-previous-page'.
3333 2009-11-25 Juri Linkov <juri@jurta.org>
3335 Provide additional default values (directories at other Dired
3336 windows) via M-n in the minibuffer of some Dired commands.
3338 * dired-aux.el (dired-diff, dired-compare-directories)
3339 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3340 `minibuffer-default' in `minibuffer-with-setup-hook'.
3341 (dired-dwim-target-directory): Find a window that displays Dired
3342 buffer instead of failing when the next window is not Dired.
3343 Use `get-window-with-predicate' to find for the next Dired window.
3344 (dired-dwim-target-defaults): New function.
3346 * ediff-util.el (ediff-read-file-name):
3347 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3348 in `minibuffer-with-setup-hook'.
3350 2009-11-25 Juri Linkov <juri@jurta.org>
3352 Provide additional default values (file name at point or at the
3353 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3355 * minibuffer.el (read-file-name-defaults): New function.
3356 (read-file-name): Reset `minibuffer-default' to nil when
3357 it duplicates initial input `insdef'.
3358 Bind `minibuffer-default-add-function' to lambda that
3359 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3360 (minibuffer-insert-file-name-at-point): New command.
3362 * files.el (file-name-at-point-functions): New defcustom.
3363 (find-file-default): Remove defvar.
3364 (find-file-read-args): Don't use `find-file-default'.
3365 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3366 to `read-file-name'.
3367 (find-file-literally): Use `read-file-name' with
3368 `confirm-nonexistent-file-or-buffer'.
3370 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3372 * dired.el (dired-read-dir-and-switches):
3373 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3374 to `read-file-name'.
3375 (dired-file-name-at-point): New function.
3376 (dired-mode): Add hook `dired-file-name-at-point' to
3377 `file-name-at-point-functions'.
3379 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3381 Really make the *Completions* window soft-dedicated (bug#5030).
3382 * window.el (window--display-buffer-2): Add `dedicated' argument.
3383 (display-buffer): Pass it when needed so the dedicated flag is set
3384 after calling set-window-buffer, which would otherwise reset it.
3386 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3388 * progmodes/meta-mode.el (meta-complete-symbol):
3389 * progmodes/etags.el (complete-tag):
3390 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3391 Use completion-in-region.
3393 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3394 (dabbrev-completion): Use completion-in-region.
3395 (dabbrev--abbrev-at-point): Simplify regexp.
3397 * abbrev.el (abbrev--before-point): Use word-motion functions
3398 if :regexp is not specified (bug#5031).
3400 * subr.el (string-prefix-p): New function.
3402 * man.el (Man-completion-cache): New var.
3403 (Man-completion-table): Use it.
3405 * vc.el (vc-print-log-internal): Make `limit' optional for better
3406 compatibility (e.g. with vc-annotate.el).
3408 2009-11-24 Kevin Ryde <user42@zip.com.au>
3410 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3411 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3413 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3414 when .el source file not found or other error.
3416 2009-11-24 Markus Triska <markus.triska@gmx.at>
3418 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3420 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3422 Handle the [back] button properly (bug#4979).
3423 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3424 Use help-setup-xref, help-buffer, and with-help-window.
3425 (describe-char): Add `buffer' argument.
3426 Pass proper command to help-setup-xref. Don't meddle with
3427 help-xref-stack-item directly.
3428 (describe-text-category): Use with-help-window and help-buffer.
3430 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3431 for the displayed buffer (bug#4887).
3433 * man.el (Man-completion-table): New function.
3436 2009-11-24 David Reitter <david.reitter@gmail.com>
3438 * vc-git.el (vc-git-registered): Use checkout directory (where
3439 .git is) rather than the file's directory and a relative path spec
3440 to work around a bug in git.
3442 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3444 Improve handling of processes on remote hosts.
3446 * eshell/esh-util.el (eshell-path-env): New defvar.
3447 (eshell-parse-colon-path): New defun.
3448 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3450 * eshell/esh-ext.el (eshell-search-path):
3451 Use `eshell-parse-colon-path'.
3452 (eshell-remote-command): Remove argument HANDLER.
3453 (eshell-external-command): Check for FTP remote connection.
3455 * eshell/esh-proc.el (eshell-gather-process-output):
3456 Use `file-truename', in order to start also symlinked files.
3457 Apply `start-file-process' instead of `start-process'.
3458 Shorten `command' to the local file name part.
3460 * eshell/em-cmpl.el (eshell-complete-commands-list):
3461 Use `eshell-parse-colon-path'.
3463 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3465 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3466 to `eshell-directory-change-hook'.
3468 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3470 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3471 because it could be enabled automatically if view-read-only is non-nil.
3473 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3475 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3478 2009-11-24 Glenn Morris <rgm@gnu.org>
3480 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3481 deleted variable bookmark-bmenu-bookmark-column.
3483 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3484 Move after definition of global-semantic-idle-tag-highlight-mode.
3486 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3488 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3490 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3492 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3493 two slashes to the "file:" prefix.
3494 (browse-url-file-url): De-munge Cygwin filenames before passing
3495 them to Windows browser.
3496 (browse-url-default-windows-browser): Use call-process.
3498 2009-11-23 Juri Linkov <juri@jurta.org>
3500 Implement DocView Continuous mode. (Bug#4896)
3501 * doc-view.el (doc-view-continuous-mode): New defcustom.
3502 (doc-view-mode-map): Bind C-n/<down> to
3503 `doc-view-next-line-or-next-page', C-p/<up> to
3504 `doc-view-previous-line-or-previous-page'.
3505 (doc-view-next-line-or-next-page)
3506 (doc-view-previous-line-or-previous-page): New commands.
3508 2009-11-23 Juri Linkov <juri@jurta.org>
3510 Implement Isearch in comint input history. (Bug#3746)
3511 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3512 `isearch-mode-hook'.
3513 (comint-history-isearch): New defcustom.
3514 (comint-history-isearch-backward)
3515 (comint-history-isearch-backward-regexp): New commands.
3516 (comint-history-isearch-message-overlay): New buffer-local variable.
3517 (comint-history-isearch-setup, comint-history-isearch-end)
3518 (comint-goto-input, comint-history-isearch-search)
3519 (comint-history-isearch-message, comint-history-isearch-wrap)
3520 (comint-history-isearch-push-state)
3521 (comint-history-isearch-pop-state): New functions.
3523 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3525 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3527 (tramp-handle-make-symbolic-link)
3528 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3530 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3531 (tramp-handle-process-file): Use it.
3533 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3535 * window.el (move-to-window-line-last-op): Remove.
3536 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3538 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3540 Make M-r mirror the new cycling behavior of C-l.
3541 * window.el (move-to-window-line-last-op): New var.
3542 (move-to-window-line-top-bottom): New command.
3543 (global-map): Bind M-r move-to-window-line-top-bottom.
3545 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3547 * dired-x.el (dired-guess-shell-alist-default):
3548 Support xz format. (Bug#4953)
3550 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3552 * cedet/srecode/map.el (srecode-get-maps):
3553 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3554 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3555 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3556 (semantic-toggle-decoration-style):
3557 * cedet/semantic/decorate/include.el
3558 (semantic-decoration-include-describe)
3559 (semantic-decoration-unknown-include-describe)
3560 (semantic-decoration-unparsed-include-describe)
3561 (semantic-decoration-all-include-summary):
3562 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3563 * cedet/semantic/analyze/complete.el
3564 (semantic-analyze-possible-completions):
3565 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3566 (semantic-show-unmatched-syntax-mode)
3567 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3568 (semantic-highlight-func-mode):
3569 * cedet/semantic/util.el (semantic-describe-buffer):
3570 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3571 (semantic-symref-find-tags-by-name)
3572 (semantic-symref-find-tags-by-regexp)
3573 (semantic-symref-find-tags-by-completion)
3574 (semantic-symref-find-file-references-by-name)
3575 (semantic-symref-find-text):
3576 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3578 * cedet/semantic/scope.el (semantic-calculate-scope):
3579 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3580 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3581 (define-semantic-idle-service):
3582 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3583 (semantic-complete-analyze-inline-idle):
3584 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3585 * cedet/mode-local.el (describe-mode-local-bindings)
3586 (describe-mode-local-bindings-in-mode):
3587 * cedet/ede/make.el (ede-make-check-version):
3588 * cedet/ede/locate.el (ede-enable-locate-on-project):
3589 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3590 (cedet-idutils-version-check):
3591 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3592 (cedet-gnu-global-version-check):
3593 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3594 (cedet-cscope-version-check): Use called-interactively-p instead
3597 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3598 Use semantic-format-tag-prototype.
3600 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3602 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3603 last-command-char/last-command-event.
3604 (viper-prefix-arg-value): Do correct conversion of event-char for
3607 * emulation/viper-util.el, emulation/viper.el:
3608 Use viper-last-command-char instead of
3609 last-command-char/last-command-event.
3611 * ediff-init.el, ediff-mult.el, ediff-util.el:
3612 Replace last-command-char and last-command-event
3613 with (ediff-last-command-char) everywhere.
3615 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3616 created in fundamental mode.
3618 * ediff.el (ediff-version): Revert the change of interactive-p to
3619 called-interactively-p.
3621 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
3623 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3624 generation from word-movement command names.
3626 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
3628 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3629 (semantic-complete-jump-local, semantic-complete-jump):
3630 Improve prompt string.
3632 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3634 * cus-start.el (all): Add native condition for font-use-system-font.
3636 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
3638 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3639 Correct the patch from 2009-11-18. (Bug#3910)
3641 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
3643 * progmodes/subword.el: Rename from lisp/subword.el.
3645 * subword.el: Rename to progmodes/subword.el.
3647 * Makefile.in (ELCFILES): Adapt to subword.el move.
3649 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3650 Stefan Monnier <monnier@iro.umontreal.ca>
3652 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3653 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3654 (bookmark-bmenu-show-filenames): Use push.
3655 (bookmark-bmenu-hide-filenames): Use local var instead of
3656 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
3657 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3658 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3659 filenames now that the bookmark names are always available.
3661 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3663 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3664 (bookmark-search-pattern): Move and leave unbound.
3665 (bookmark-bmenu-mode-map): Change binding.
3666 (bookmark-read-search-input): Simplify.
3667 Don't use text-char-description. Don't error on non-char events.
3668 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3669 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3670 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3671 Use a local var for the timer.
3672 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3673 (i.e. bookmark-bmenu-search).
3675 2009-11-21 Glenn Morris <rgm@gnu.org>
3677 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
3679 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
3681 * net/browse-url.el (browse-url-default-windows-browser):
3682 Use cygstart for cygwin.
3684 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3686 * bookmark.el: Formatting and doc fixes only:
3687 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3688 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3689 Minor grammar and punctuation fixes in doc string.
3690 (bookmark-read-search-input): Adjust to fit within 80 columns.
3692 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3694 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3695 (c-backward-into-nomenclature): Adapt to subword renaming.
3697 * subword.el (subword-forward, subword-backward, subword-mark)
3698 (subword-kill, subword-backward-kill, subword-transpose)
3699 (subword-downcase, subword-upcase, subword-capitalize)
3700 (subword-forward-internal, subword-backward-internal):
3701 Rename from forward-subword, backward-subword, mark-subword,
3702 kill-subword, backward-kill-subword, transpose-subwords,
3703 downcase-subword, upcase-subword, capitalize-subword,
3704 forward-subword-internal, backward-subword-internal.
3706 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3708 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3710 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3712 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3713 (bookmark-bmenu-filter-alist-by-regexp)
3714 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3715 (bookmark-bmenu-search): New command.
3716 (bookmark-bmenu-mode-map): Bind it.
3718 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3720 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3722 * cedet/semantic/idle.el (define-semantic-idle-service)
3723 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3725 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3727 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3728 backward-subword to quit the byte-compiler.
3730 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3732 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3734 * progmodes/cc-cmds.el (c-update-modeline)
3735 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3736 Refer to subword.el functions instead of cc-subword.el.
3738 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3739 subword.el functions instead of cc-subword.el.
3741 * progmodes/cc-subword.el: Rename to subword.el.
3742 * subword.el: Rename from progmodes/cc-subword.el.
3743 (subword-mode-map): Rename from c-subword-mode-map.
3744 (subword-mode): Rename from c-subword-mode.
3745 (global-subword-mode): New global minor mode.
3746 (forward-subword): Rename from c-forward-subword.
3747 (backward-subword): Rename from c-backward-subword.
3748 (mark-subword): Rename from c-mark-subword.
3749 (kill-subword): Rename from c-kill-subword.
3750 (backward-kill-subword): Rename from c-backward-kill-subword.
3751 (transpose-subwords): Rename from c-tranpose-subword.
3752 (downcase-subword): Rename from c-downcase-subword.
3753 (capitalize-subword): Rename from c-capitalize-subword.
3754 (forward-subword-internal): Rename from c-forward-subword-internal.
3755 (backward-subword-internal): Rename from c-backward-subword-internal.
3757 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3759 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3760 from a dired buffer.
3761 (vc-dired-deduce-fileset): New function.
3762 (vc-root-diff, vc-print-root-log): Use it.
3764 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3765 nil LIMIT argument to vc-print-log-internal.
3767 2009-11-20 Glenn Morris <rgm@gnu.org>
3769 * Makefile.in (ELCFILES): Regenerate.
3771 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3773 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3775 * cedet/semantic.el: Enable idle-mode menu items only if
3776 global-semantic-idle-scheduler-mode is enabled.
3777 (semantic-default-submodes): Doc fix.
3779 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3780 When turning off, disable other idle modes.
3782 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3784 * calc/calc.el (calc-set-mode-line):
3785 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3786 (math-format-number): Rename `math-format-complement-signed' to
3787 `math-format-twos-complement'.
3789 * calc/calc-bin.el (math-format-twos-complement): Rename from
3790 math-format-complement-signed.
3791 (calc-radix): Rename `calc-complement-signed-mode' to
3792 `calc-twos-complement-mode'.
3793 (calc-octal-radix, calc-hex-radix): Add an argument for
3796 * calc/calc-embed.el (calc-embedded-mode-vars):
3797 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3799 * calc/calc-ext.el (calc-init-extensions):
3800 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3801 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3803 * calc/calc-units.el (math-build-units-table-buffer):
3804 Let `calc-twos-complement-mode' be nil.
3806 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3809 * calc/calc-vec.el (calcFunc-vunpack):
3810 * calc/calc-aent.el (calc-do-calc-eval):
3811 * calc/calc-forms.el (math-format-date):
3812 * calc/calc-graph.el (calc-graph-plot):
3813 * calc/calc-math.el (math-use-emacs-fn):
3814 * calc/calccomp.el (math-compose-expr):
3815 Let `calc-twos-complement-mode' be nil.
3817 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3819 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3820 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3821 * minibuffer.el (completion-in-region-functions): New hook.
3822 (completion-in-region): New function.
3823 * emacs-lisp/lisp.el (lisp-complete-symbol):
3824 * pcomplete.el (pcomplete-std-complete): Use it.
3826 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3828 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3829 (latex-complete-alist): New vars.
3830 (latex-string-prefix-p, latex-complete-bibtex-keys)
3831 (latex-complete-envnames, latex-complete-refkeys)
3832 (latex-complete-data): New functions.
3833 (latex-complete, latex-indent-or-complete): New commands.
3835 * window.el (display-buffer-mark-dedicated): New var.
3836 (display-buffer): Obey it.
3837 * minibuffer.el (minibuffer-completion-help): Use it.
3839 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3841 * filecache.el (file-cache-add-file): Use push and cons.
3842 (file-cache-delete-file-regexp): Use push.
3843 (file-cache-complete): Use completion-in-region.
3845 * simple.el (with-wrapper-hook): Fix thinko.
3847 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3848 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3849 Use with-current-buffer and string-to-number.
3850 (hfy-fallback-colour-values): Use assoc-string.
3851 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3852 (hfy-face-at): Remove unused var `found-face'.
3853 (hfy-compile-stylesheet): Remove unused var `css'.
3854 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3856 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3857 Use with-current-buffer.
3858 (hfy-text-p): Use expand-file-name and fewer setq.
3860 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3862 * htmlfontify.el, hfy-cmap.el: New files.
3864 2009-11-19 Juri Linkov <juri@jurta.org>
3866 * minibuffer.el (completions-format): New defcustom.
3867 (completion--insert-strings): Implement vertical format.
3869 * simple.el (switch-to-completions): Move point to the first
3870 completion when point was at the beginning of the buffer.
3872 2009-11-19 Juri Linkov <juri@jurta.org>
3874 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3876 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3878 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3880 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3881 (mail-signature): Change default to t.
3882 (mail-from-style): Deprecate `system-default' value.
3883 (mail-insert-from-field): For default value of mail-from-style,
3884 default to `angles' unless `angles' needs quoting and `parens'
3886 (mail-citation-prefix-regexp): Use citation regexp from
3889 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
3891 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3892 Set variables for computing the prompt for reading password.
3894 2009-11-19 Glenn Morris <rgm@gnu.org>
3896 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3898 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3900 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3901 (newsticker-treeview-listwindow-height): Fix custom type.
3903 2009-11-19 Kenichi Handa <handa@m17n.org>
3905 * descr-text.el (describe-char-padded-string): Compose with TAB
3906 only if there's a font for CH.
3907 (describe-char): Fix the condition for detecting a trivial composition.
3909 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
3911 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3912 more accurate version of the regexp. (Bug#3910)
3914 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
3916 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3918 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
3920 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3921 (font-setting-change-default-font): Fix typo in docstring.
3923 2009-11-18 Alan Mackenzie <acm@muc.de>
3925 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3927 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3929 * font-setting.el (font-use-system-font): Move ...
3931 * cus-start.el (all): ... to here.
3933 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
3935 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3936 Don't set `ad-return-value' if `ad-do-it' doesn't.
3938 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3941 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3943 * menu-bar.el: Put "Use system font" in Option-menu.
3944 (menu-bar-options-save): Add font-use-system-font.
3946 * loadup.el: If feature system-font-setting or font-render-setting is
3947 there, load font-setting.
3949 * Makefile.in (ELCFILES): Add font-settings.el.
3950 * font-setting.el: New file.
3952 2009-11-17 Glenn Morris <rgm@gnu.org>
3954 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3956 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3957 Preserve point in the list buffer. (Bug#4939)
3959 (newsticker--treeview-list-update-highlight)
3960 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3962 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3964 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3967 * calc/calc-ext.el (calc-init-extensions): Remove references to
3970 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3972 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
3973 * calc/calc-help.el (calc-b-prefix-help): Remove references to
3976 2009-11-16 Kevin Ryde <user42@zip.com.au>
3978 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3979 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
3981 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3982 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3983 Ignore trailing spaces by omit-nulls to split-string (fixing
3984 regression from Emacs 21 due to the incompatible split-string
3985 change). (Bug #4928.)
3987 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3989 * vc.el (vc-log-show-limit): Default to 2000.
3990 (vc-print-log-internal): Insert buttons to request more entries
3991 when limiting the output.
3993 * vc-sccs.el (vc-sccs-print-log):
3994 * vc-rcs.el (vc-rcs-print-log):
3995 * vc-cvs.el (vc-cvs-print-log):
3996 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3999 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4001 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4002 error when `tramp-gvfs-dbus-event-vector' is set.
4003 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4005 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4007 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4009 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4011 * net/dbus.el (dbus-unregister-service): New defun.
4012 (dbus-register-property): Register the handlers of
4013 "org.freedesktop.DBus.Properties" for SERVICE.
4014 (dbus-property-handler): Fix docstring.
4016 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4018 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4019 Quote doc string reference in defvaralias as it is not in special form.
4020 (byte-compile-output-docform): Doc fix.
4022 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4024 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4025 (calc-complement-signed-mode): New variables.
4026 (calc-set-mode-line): Add indicator for twos-complements.
4027 (math-format-number): Format twos-complement notation.
4029 * calc/calc-bin.el (calc-word-size): Reset the variables
4030 `math-2-word-size' and `math-half-2-word-size'.
4031 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4032 (calc-symclip): New functions.
4034 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4036 * calc/calc-embed.el (calc-embedded-mode-vars):
4037 Add `calc-complement-signed-mode' to the list of modes.
4039 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4040 (calc-b-oper-keys): Add `calc-symclip' to list.
4042 * calc/calc-ext.el (math-read-number-fancy): Read complement
4044 (calc-init-extensions): Add binding for `calc-symclip'.
4045 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4047 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4049 (calc-modes-menu): Add item for twos complement mode.
4051 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4053 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4055 * register.el (jump-to-register, insert-register): Handle Semantic
4056 tags. From commented-out advice in semantic/senator.el.
4058 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4060 * vc.el (vc-log-show-limit): New variable.
4061 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4062 when using a prefix argument.
4063 (vc-print-log-internal): Add new argument LIMIT.
4065 * vc-svn.el (vc-svn-print-log):
4066 * vc-mtn.el (vc-mtn-print-log):
4067 * vc-hg.el (vc-hg-print-log):
4068 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4069 pass it to the log command when set. Make the BUFFER argument
4072 * vc-sccs.el (vc-sccs-print-log):
4073 * vc-rcs.el (vc-rcs-print-log):
4074 * vc-git.el (vc-git-print-log):
4075 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4076 ignore it. Make the BUFFER argument non-optional
4078 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4080 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4082 * dired.el (dired-mode-map): Move encryption items to "Operate"
4085 * strokes.el (strokes-update-window-configuration): Make strokes
4086 buffer current before erasing (Bug#4906).
4088 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4089 (semantic-idle-summary-mode): Define using define-minor-mode
4090 instead of define-semantic-idle-service.
4091 (semantic-idle-summary-mode): New function.
4092 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4093 that mouse motion does not reset the echo area.
4095 2009-11-15 Juri Linkov <juri@jurta.org>
4097 * simple.el (set-mark-default-inactive): Add :type, :group
4098 and :version. (Bug#4876)
4100 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4102 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4103 (archive-unique-fname): ... here. (Bug#4929)
4105 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4107 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4110 * novice.el (disabled-command-function): Add useful args.
4111 Setup the help buffer so that [back] works.
4112 Remove redundant call to help-mode.
4113 (disabled-command-function): Use `case'.
4114 (en/disable-command): New function extracted from enable-command.
4115 (enable-command, disable-command): Use it.
4117 2009-11-14 Glenn Morris <rgm@gnu.org>
4119 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4120 constants. (Bug#4913)
4122 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4124 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4126 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4127 defined in C that have no doc-strings. (Bug#1063)
4129 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4131 * cus-edit.el (data, files):
4132 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4134 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4136 * simple.el (shell-command): Doc fix (Bug#4891).
4138 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4140 2009-11-14 Glenn Morris <rgm@gnu.org>
4142 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4143 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4144 If they are already loaded, eval-after-load will do the right thing.
4146 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4149 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4151 * simple.el (x-selection-owner-p): Declare.
4152 (read-mail-command): Use custom radio type rather than choice.
4153 (completion-no-auto-exit): Doc fix.
4155 * custom.el (defgroup):
4156 * epg-config.el (epg): Doc fixes.
4158 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4160 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4161 * international/ccl.el (define-ccl-program): Do not purecopy the
4162 docstring, defconst does it anyway.
4164 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4166 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4169 * x-dnd.el (x-dnd-maybe-call-test-function):
4170 * window.el (split-window-vertically):
4171 * whitespace.el (whitespace-help-on):
4172 * vc-rcs.el (vc-rcs-consult-headers):
4173 * userlock.el (ask-user-about-lock-help)
4174 (ask-user-about-supersession-help):
4175 * type-break.el (type-break-force-mode-line-update):
4176 * time-stamp.el (time-stamp-conv-warn):
4177 * terminal.el (te-set-output-log, te-more-break, te-filter)
4178 (te-sentinel, terminal-emulator):
4179 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4180 (term-write-input-ring, term-check-source, term-start-output-log):
4181 (term-display-buffer-line, term-dynamic-list-completions):
4182 (term-ansi-make-term, serial-term):
4183 * subr.el (selective-display):
4184 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4185 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4186 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4187 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4188 (speedbar-remove-localized-speedbar-support)
4189 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4190 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4191 (speedbar-buffers-line-directory):
4192 * simple.el (shell-command-on-region, append-to-buffer)
4193 (prepend-to-buffer):
4194 * shadowfile.el (shadow-save-todo-file):
4195 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4196 (scroll-bar-maybe-set-window-start):
4197 * sb-image.el (speedbar-image-dump):
4198 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4199 (load-save-place-alist-from-file):
4200 * ps-samp.el (ps-print-message-from-summary):
4201 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4202 (ps-background-image, ps-begin-job, ps-do-despool):
4203 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4204 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4205 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4206 (pr-call-process, pr-file-list, pr-interface-save):
4207 * novice.el (disabled-command-function)
4208 (enable-command, disable-command):
4209 * mouse.el (mouse-buffer-menu-alist):
4210 * mouse-copy.el (mouse-kill-preserving-secondary):
4211 * macros.el (kbd-macro-query):
4212 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4213 * informat.el (batch-info-validate):
4214 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4215 * hippie-exp.el (try-expand-dabbrev-visible):
4216 * help-mode.el (help-make-xrefs):
4217 * help-fns.el (describe-variable):
4218 * generic-x.el (bat-generic-mode-run-as-comint):
4219 * finder.el (finder-mouse-select):
4220 * find-dired.el (find-dired-sentinel):
4221 * filesets.el (filesets-file-close):
4222 * files.el (list-directory):
4223 * faces.el (list-faces-display, describe-face):
4224 * facemenu.el (list-colors-display):
4225 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4226 * epg.el (epg--process-filter, epg-cancel):
4227 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4228 (epa--read-signature-type):
4229 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4230 (emerge-file-names):
4231 * ehelp.el (electric-helpify):
4232 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4233 * ediff-vers.el (rcs-ediff-view-revision):
4234 * ediff-util.el (ediff-setup):
4235 * ediff-mult.el (ediff-append-custom-diff):
4236 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4238 * echistory.el (Electric-command-history-redo-expression):
4239 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4240 * disp-table.el (describe-display-table):
4241 * dired.el (dired-find-buffer-nocreate):
4242 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4243 * dabbrev.el (dabbrev--same-major-mode-p):
4244 * chistory.el (list-command-history):
4245 * apropos.el (apropos-documentation):
4246 * allout.el (allout-obtain-passphrase):
4247 (allout-copy-exposed-to-buffer):
4248 (allout-verify-passphrase): Use with-current-buffer.
4250 2009-11-13 Glenn Morris <rgm@gnu.org>
4252 * Makefile.in (ELCFILES): Regenerate.
4254 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4256 * net/dbus.el (dbus-registered-objects-table): Rename from
4257 `dbus-registered-functions-table', because it contains also properties.
4258 (dbus-unregister-object): Unregister also properties.
4259 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4260 Use a timeout of 500 msec, in order to not block.
4261 (dbus-register-property, dbus-property-handler): New defuns.
4263 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4265 * simple.el (minibuffer-default-add-completions): Drop deprecated
4268 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4270 * textmodes/artist.el (artist-mouse-choose-operation):
4271 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4272 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4273 (artist-compute-up-event-key): New function.
4274 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4276 2009-11-13 Kenichi Handa <handa@m17n.org>
4278 * language/japan-util.el: Make sure that the value of jisx0208
4279 property is jisx0208 character.
4281 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4283 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4284 car or each item, not the whole list.
4286 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4288 * minibuffer.el (minibuffer-completion-help):
4289 Use minibuffer-hide-completions.
4291 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4293 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4294 (dired-revert): Use them (bug#4880).
4296 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4298 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4300 2009-11-12 Juri Linkov <juri@jurta.org>
4302 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4304 (find-file-literally-at-point): Alias of `ffap-literally'.
4306 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4308 * textmodes/ispell.el (ispell-skip-region-alist):
4309 * textmodes/css-mode.el (auto-mode-alist):
4310 * progmodes/compile.el (auto-mode-alist):
4311 * international/mule.el (ctext-non-standard-encodings-alist)
4312 (ctext-non-standard-encodings-regexp):
4313 * simple.el (shell-command-switch, text-read-only):
4314 * replace.el (occur-mode-map):
4315 * paths.el (rmail-file-name):
4316 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4317 * find-file.el (ff-special-constructs):
4318 * files.el (file-name-handler-alist):
4319 * composite.el: Purecopy strings.
4321 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4323 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4325 * widget.el (define-widget): Purecopy the docstring.
4326 * international/mule-cmds.el (charset): Do not purecopy the
4327 docstring here, define-widget does it.
4329 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4330 * textmodes/bibtex-style.el (auto-mode-alist):
4331 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4332 * progmodes/compile.el (compile-command):
4333 * language/korea-util.el (default-korean-keyboard):
4334 * international/mule-conf.el (file-coding-system-alist):
4335 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4336 * tooltip.el (tooltip-frame-parameters):
4337 * newcomment.el (comment-end, comment-padding):
4338 * dired.el (dired-trivial-filenames):
4339 * comint.el (comint-file-name-prefix): Purecopy initial values.
4341 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4343 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4344 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4346 (tramp-advice-make-auto-save-file-name)
4347 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4348 after removing the advice.
4350 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4352 * progmodes/grep.el (grep-regexp-alist):
4353 * international/mule-cmds.el (iso-2022-control-alist):
4354 * emacs-lisp/timer.el (timer-duration-words):
4355 * subr.el (version-separator, version-regexp-alist):
4356 * minibuffer.el (completion-styles-alist):
4357 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4358 Change defvars to defconsts.
4360 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4361 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4362 * international/mule-conf.el: Allow to be byte compiled.
4364 * international/mule.el (define-charset): Purecopy props.
4365 (load-with-code-conversion): Purecopy doc string and file name.
4366 (put-charset-property): Purecopy strings.
4367 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4369 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4370 (define-char-code-property): Correctly purecopy the table.
4372 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4374 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4376 * subr.el (add-hook): Purecopy strings.
4377 (eval-after-load): Purecopy load-history-regexp and the form.
4379 * custom.el (custom-declare-group): Purecopy load-file-name.
4381 * subr.el (menu-bar-separator): New defconst.
4382 * net/eudc.el (eudc-tools-menu):
4383 * international/mule-cmds.el (set-coding-system-map)
4385 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4386 * vc-hooks.el (vc-menu-map):
4387 * replace.el (occur-mode-map):
4388 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4389 (menu-bar-edit-menu, menu-bar-goto-menu)
4390 (menu-bar-custom-menu, menu-bar-showhide-menu)
4391 (menu-bar-options-menu, menu-bar-tools-menu)
4392 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4393 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4394 (menu-bar-help-menu):
4395 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4396 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4398 * term/x-win.el (x-gtk-stock-map):
4399 * progmodes/vera-mode.el (auto-mode-alist):
4400 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4401 (inferior-lisp-program, inferior-lisp-load-command):
4402 * progmodes/hideshow.el (hs-special-modes-alist):
4403 * progmodes/gud.el (same-window-regexps):
4404 * progmodes/grep.el (grep-program, find-program, xargs-program):
4405 * net/telnet.el (same-window-regexps):
4406 * net/rlogin.el (same-window-regexps):
4407 * language/ethiopic.el (font-ccl-encoder-alist):
4408 * vc-sccs.el (vc-sccs-master-templates):
4409 * vc-rcs.el (vc-rcs-master-templates):
4410 * subr.el (cl-assertion-failed):
4411 * simple.el (next-error-overlay-arrow-position):
4412 * lpr.el (lpr-command):
4413 * locate.el (locate-ls-subdir-switches):
4414 * info.el (same-window-regexps, info)
4415 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4416 * image-mode.el (image-mode, auto-mode-alist):
4417 * hippie-exp.el (hippie-expand-ignore-buffers):
4418 * format.el (format-alist):
4419 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4421 * facemenu.el (facemenu-keybindings):
4422 * dired.el (dired-listing-switches, dired-chown-program):
4423 * diff.el (diff-switches, diff-command):
4424 * cus-edit.el (same-window-regexps):
4425 * bindings.el (mode-line-mule-info)
4426 (mode-line-buffer-identification): Purecopy strings.
4428 2009-11-11 Juri Linkov <juri@jurta.org>
4430 * simple.el (dired-get-filename) <declare-function>:
4431 Tell the byte-compiler about dired-get-filename.
4432 (shell-command): In Dired mode, get filename from the current line
4433 as the default value.
4435 2009-11-10 Glenn Morris <rgm@gnu.org>
4437 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4438 * calendar/holidays.el, progmodes/cperl-mode.el:
4439 Update x-popup-menu declarations.
4441 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4442 (list-load-path-shadows): Use dolist.
4443 (list-load-path-shadows): Use with-current-buffer.
4445 2009-11-10 Juri Linkov <juri@jurta.org>
4447 * minibuffer.el (read-file-name): Support a list of default values
4448 in `default-filename'. Use the first file name where only one
4449 element is required. Doc fix.
4451 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4453 * net/dbus.el (dbus-unregister-object): Release service, if no
4454 other method is registered for it.
4456 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4458 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4459 bookmark-sort-flag is non-nil (Bug#4653).
4461 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4463 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4464 the progress reporter entirely.
4466 * emulation/cua-base.el: Add CUA property to some CC mode commands
4469 2009-11-08 Kevin Ryde <user42@zip.com.au>
4471 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4472 at end of sentence (Bug#4818).
4474 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4476 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4477 Handle "see declaration of" MSFT statements (Bug#4100).
4479 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4481 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4482 (tramp-advice-file-expand-wildcards): Unload via
4485 * net/trampver.el: Update release number.
4487 2009-11-08 Kevin Ryde <user42@zip.com.au>
4489 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4492 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4494 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4495 in order to keep context in SELinux.
4497 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4499 * dired-aux.el (dired-query): Place cursor in echo area and allow
4502 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4503 menu item if not on a directory (Bug#4701).
4505 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4507 Sync with Tramp 2.1.17.
4509 * net/tramp.el (tramp-handle-copy-directory): Don't use
4510 `file-remote-p' (due to compatibility).
4512 * net/tramp-compat.el (tramp-compat-copy-directory)
4513 (tramp-compat-delete-directory): New defuns.
4515 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4516 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4517 `tramp-compat-delete-directory'.
4519 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4520 (tramp-smb-handle-delete-directory): Use
4521 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4523 * net/trampver.el: Update release number.
4525 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4527 * tar-mode.el (tar-copy): Call write-region on the right buffer
4530 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4531 by hand, if necessary (Bug#4878).
4533 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4535 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4536 align size column (Bug#4839).
4538 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4541 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4543 * progmodes/ld-script.el (auto-mode-alist):
4544 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4546 * cus-face.el (custom-declare-face): Purecopy face spec.
4548 2009-11-06 Kenichi Handa <handa@m17n.org>
4550 * international/uni-bidi.el: Re-generated.
4551 * international/uni-category.el: Re-generated.
4552 * international/uni-combining.el: Re-generated.
4553 * international/uni-mirrored.el: Re-generated.
4555 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4557 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4558 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4559 (tex-start-options, slitex-run-command, latex-run-command)
4560 (tex-run-command, tex-directory):
4561 * textmodes/ispell.el (ispell-html-skip-alists)
4562 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4563 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4564 (adaptive-fill-regexp):
4565 * textmodes/dns-mode.el (auto-mode-alist):
4566 * progmodes/python.el (interpreter-mode-alist):
4567 * progmodes/etags.el (tags-compression-info-list):
4568 * progmodes/etags.el (tags-file-name):
4569 * net/browse-url.el (browse-url-galeon-program)
4570 (browse-url-firefox-program):
4571 * mail/sendmail.el (mail-signature-file)
4572 (mail-citation-prefix-regexp):
4573 * international/mule-conf.el (eight-bit):
4574 * international/latexenc.el (latex-inputenc-coding-alist):
4575 * international/fontset.el (x-pixel-size-width-font-regexp):
4576 * emacs-lisp/warnings.el (warning-type-format):
4577 * emacs-lisp/trace.el (trace-buffer):
4578 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4579 (emacs-lisp-mode-map):
4580 * calendar/holidays.el (holiday-solar-holidays)
4581 (holiday-bahai-holidays, holiday-islamic-holidays)
4582 (holiday-christian-holidays, holiday-hebrew-holidays)
4583 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4584 (hebrew-holidays-1, holiday-oriental-holidays)
4585 (holiday-general-holidays):
4586 * x-dnd.el (x-dnd-known-types):
4587 * tool-bar.el (tool-bar):
4588 * startup.el (site-run-file):
4589 * shell.el (shell-dumb-shell-regexp):
4590 * rfn-eshadow.el (file-name-shadow-tty-properties)
4591 (file-name-shadow-properties):
4592 * paths.el (remote-shell-program, news-directory):
4593 * mouse.el ([C-down-mouse-3]):
4594 * menu-bar.el (menu-bar-tools-menu):
4595 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4596 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4597 (jka-compr-compression-info-list):
4598 * isearch.el (search-whitespace-regexp):
4599 * image-file.el (image-file-name-extensions):
4600 * find-dired.el (find-ls-option):
4601 * files.el (directory-listing-before-filename-regexp)
4602 (directory-free-space-args, insert-directory-program)
4603 (list-directory-brief-switches, magic-fallback-mode-alist)
4604 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4605 (automount-dir-prefix):
4606 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4607 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4608 (face-font-registry-alternatives, face-font-registry-alternatives)
4609 (face-font-family-alternatives):
4610 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4611 (facemenu-foreground-menu, facemenu-face-menu):
4612 * epa-hook.el (epa-file-name-regexp):
4613 * dnd.el (dnd-protocol-alist):
4614 * textmodes/rst.el (auto-mode-alist):
4615 * button.el (default-button): Purecopy strings.
4617 2009-11-06 Glenn Morris <rgm@gnu.org>
4619 * Makefile.in (ELCFILES): Update.
4621 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4623 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4624 * emacs-lisp/levents.el: Move to obsolete/levents.el.
4626 * nxml/xsd-regexp.el (xsdre-gen-categories):
4627 * nxml/xmltok.el (xmltok-parse-entity):
4628 * nxml/rng-parse.el (rng-parse-validate-file):
4629 * nxml/rng-maint.el (rng-format-manual)
4630 (rng-manual-output-force-new-line):
4631 * nxml/rng-loc.el (rng-save-schema-location-1):
4632 * nxml/rng-cmpct.el (rng-c-parse-file):
4633 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4634 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4636 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
4638 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4639 Remove extra save-excursions and make-variable-buffer-local's.
4640 Suggested by Stefan Monnier.
4642 (verilog-getopt-file, verilog-module-inside-filename-p)
4643 (verilog-set-define): Merge GNU 1.35 and repair changes from
4644 switching to using with-current-buffer.
4646 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4647 being treated as a number and confusing AUTORESET.
4648 Reported by Dan Dever.
4650 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4651 Add verilog-auto-ignore-concat to fix backward compatibility with
4652 older verilog-modes. Reported by Dan Katz.
4654 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4655 containing closing anchors "...$".
4657 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4658 Reported by Wade Smith.
4660 (verilog-batch-execute-func): Comment on function usage.
4662 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
4664 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4667 (verilog-label-re, verilog-calc-1): Support proper indent of named
4670 (verilog-backward-token, verilog-basic-complete-re)
4671 (verilog-beg-of-statement, verilog-indent-re): Support proper
4672 indent of the assert statement at the beginning of a block of text.
4674 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4675 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4678 2009-11-05 Glenn Morris <rgm@gnu.org>
4680 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4681 Emacs 19. (Bug#1531)
4682 (byte-compile-fix-header): Update for the above change.
4683 Drop test for epoch::version.
4685 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4686 * cus-dep.el (custom-make-dependencies):
4687 * finder.el (finder-compile-keywords):
4688 Use autoload-rubric's feature argument.
4690 * calendar/diary-lib.el (top-level): Make load behave more like require.
4692 * vc-git.el (vc-git-stash-map): Move definition before use.
4694 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4696 * custom.el (custom-declare-group): Purecopy standard-value.
4697 (custom-declare-group): Purecopy custom-prefix.
4699 * international/mule.el (load-with-code-conversion):
4700 Call do-after-load-evaluation unconditionally.
4702 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4704 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4706 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4708 2009-11-04 Glenn Morris <rgm@gnu.org>
4710 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4711 (byte-compile-compatibility): Remove option.
4712 (byte-compile-close-variables, byte-compile-fix-header)
4713 (byte-compile-insert-header, byte-compile-output-docform)
4714 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4715 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4716 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4717 (byte-compile-insert, byte-compile-defun):
4718 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
4719 (byte-defop-compiler19): Remove.
4720 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4721 used by anything. Replace all calls with byte-defop-compiler.
4723 2009-11-04 Juri Linkov <juri@jurta.org>
4725 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4726 (menu-bar-options-menu): Don't quote the `prop' arg of
4727 `menu-bar-make-mm-toggle'.
4729 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
4731 * calendar/calendar.el (cal-loaddefs):
4732 * calendar/diary-lib.el (diary-loaddefs):
4733 * calendar/holidays.el (hol-loaddefs):
4734 * eshell/esh-module.el (esh-groups): Load rather than require.
4736 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4738 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4740 (todo-top-priorities): Only display-buffer when called interactively.
4741 (todo-item-start): Don't save excursion point.
4742 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4743 (todo-insert-item-here, todo-file-item, todo-remove-item):
4744 Adjust uses of todo-item-start and todo-item-end.
4746 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4747 (autoload-rubric): Don't use any more.
4748 * cedet/semantic/fw.el (semantic/loaddefs):
4749 * cedet/srecode.el (srecode/loaddefs):
4750 * cedet/ede.el (ede/loaddefs): Load rather than require.
4751 * cedet/ede/cpp-root.el:
4752 * cedet/ede/emacs.el:
4753 * cedet/ede/files.el:
4754 * cedet/ede/linux.el:
4755 * cedet/ede/locate.el:
4756 * cedet/ede/make.el:
4757 * cedet/ede/shell.el:
4758 * cedet/ede/speedbar.el:
4759 * cedet/ede/system.el:
4760 * cedet/ede/util.el:
4761 * cedet/semantic/analyze.el:
4762 * cedet/semantic/bovine.el:
4763 * cedet/semantic/complete.el:
4764 * cedet/semantic/ctxt.el:
4765 * cedet/semantic/db-file.el:
4766 * cedet/semantic/db-find.el:
4767 * cedet/semantic/db-global.el:
4768 * cedet/semantic/db-mode.el:
4769 * cedet/semantic/db-typecache.el:
4770 * cedet/semantic/db.el:
4771 * cedet/semantic/debug.el:
4772 * cedet/semantic/dep.el:
4773 * cedet/semantic/doc.el:
4774 * cedet/semantic/edit.el:
4775 * cedet/semantic/find.el:
4776 * cedet/semantic/format.el:
4777 * cedet/semantic/html.el:
4778 * cedet/semantic/ia-sb.el:
4779 * cedet/semantic/ia.el:
4780 * cedet/semantic/idle.el:
4781 * cedet/semantic/lex-spp.el:
4782 * cedet/semantic/lex.el:
4783 * cedet/semantic/mru-bookmark.el:
4784 * cedet/semantic/scope.el:
4785 * cedet/semantic/senator.el:
4786 * cedet/semantic/sort.el:
4787 * cedet/semantic/symref.el:
4788 * cedet/semantic/tag-file.el:
4789 * cedet/semantic/tag-ls.el:
4790 * cedet/semantic/tag-write.el:
4791 * cedet/semantic/tag.el:
4792 * cedet/semantic/util-modes.el:
4793 * cedet/semantic/analyze/complete.el:
4794 * cedet/semantic/analyze/refs.el:
4795 * cedet/semantic/bovine/c.el:
4796 * cedet/semantic/bovine/gcc.el:
4797 * cedet/semantic/bovine/make.el:
4798 * cedet/semantic/bovine/scm.el:
4799 * cedet/semantic/decorate/include.el:
4800 * cedet/semantic/decorate/mode.el:
4801 * cedet/semantic/symref/cscope.el:
4802 * cedet/semantic/symref/global.el:
4803 * cedet/semantic/symref/grep.el:
4804 * cedet/semantic/symref/idutils.el:
4805 * cedet/semantic/symref/list.el:
4806 * cedet/semantic/wisent/java-tags.el:
4807 * cedet/semantic/wisent/javascript.el:
4808 * cedet/srecode/compile.el:
4809 * cedet/srecode/cpp.el:
4810 * cedet/srecode/document.el:
4811 * cedet/srecode/el.el:
4812 * cedet/srecode/expandproto.el:
4813 * cedet/srecode/getset.el:
4814 * cedet/srecode/insert.el:
4815 * cedet/srecode/java.el:
4816 * cedet/srecode/map.el:
4817 * cedet/srecode/mode.el:
4818 * cedet/srecode/template.el:
4819 * cedet/srecode/texi.el: Remove the file-local setting of
4820 generated-autoload-feature.
4822 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4823 and only put a prop if it is non-nil.
4825 2009-11-03 Juri Linkov <juri@jurta.org>
4827 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4828 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4830 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4831 and "Menu" to make top-level menu item visually one unit (like
4832 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4833 multi-word menu items). Fix :help string for quit-window.
4835 2009-11-03 Glenn Morris <rgm@gnu.org>
4837 * cedet/mode-local.el (with-mode-local): Doc fix.
4839 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4840 (byte-compile-file-form-define-abbrev-table)
4841 (byte-compile-file-form-custom-declare-variable)
4842 (byte-compile-variable-ref, byte-compile-defvar):
4843 Whether or not a warning is enabled should only affect whether we issue
4844 the warning, not whether or not we collect the relevant data.
4845 Eg warnings can be turned on and off throughout the course of a file.
4847 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4848 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4850 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4852 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4853 * play/mpuz.el (mpuz-create-buffer):
4854 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4855 (lm-print-y,s,noise, lm-print-w0, lm-init):
4856 * play/gomoku.el (gomoku-prompt-for-move):
4857 * play/fortune.el (fortune-in-buffer):
4858 * play/dissociate.el (dissociated-press):
4859 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4860 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4861 * mail/supercite.el (sc-eref-show):
4862 * mail/smtpmail.el (smtpmail-send-it):
4863 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4864 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4865 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4866 (rmail-summary-goto-msg, rmail-summary-expunge)
4867 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4868 (rmail-summary-add-label, rmail-summary-output-menu)
4869 (rmail-summary-output-body):
4870 * mail/rfc822.el (rfc822-addresses):
4871 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4872 * mail/mailpost.el (post-mail-send-it):
4873 * mail/hashcash.el (hashcash-generate-payment):
4874 * mail/feedmail.el (feedmail-run-the-queue)
4875 (feedmail-queue-send-edit-prompt-help-first)
4876 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4877 (feedmail-deduce-address-list):
4878 * eshell/esh-ext.el (eshell-remote-command):
4879 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4880 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4881 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4882 (viper-save-string-in-file, viper-valid-marker):
4883 * emulation/viper-keym.el (viper-toggle-key):
4884 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4885 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4886 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4887 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4888 (viper-exec-form-in-emacs, viper-brac-function):
4889 * emulation/viper.el (viper-delocalize-var):
4890 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4891 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4892 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4893 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4894 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4895 * emulation/edt.el (edt-electric-helpify):
4896 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4897 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4898 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4899 (cua-indent-to-global-mark-column):
4900 * calendar/diary-lib.el (calendar-mark-1):
4901 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4902 Use with-current-buffer.
4903 * emulation/viper.el (viper-delocalize-var): Use dolist.
4905 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
4907 * comint.el (comint-replace-by-expanded-history-before-point):
4908 Replace !! with the previous input string literally (Bug#1795).
4910 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4912 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4913 to be made up of whitespace.
4915 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4917 * minibuffer.el (read-file-name): Don't use file dialogs for
4918 remote directories (Bug#99).
4920 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
4922 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4924 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4926 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4927 instead of deleting the window or frame.
4929 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4931 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4932 Support face colors.
4934 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4935 New function. Support face colors (Bug#1168).
4936 (tex-common-initialization): Use it.
4938 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4939 mode allows it (Bug#1168).
4941 2009-10-31 Juri Linkov <juri@jurta.org>
4943 * facemenu.el (list-colors-display): Don't mark buffer as
4944 modified (Bug#3948).
4946 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
4948 * international/mule-diag.el (list-character-sets-1): Minor
4949 message fix (Bug#3526).
4951 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4952 face property (Bug#4834).
4953 (etags-list-tags, etags-tags-apropos-additional)
4954 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4957 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4960 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4963 * cedet/ede.el (ede-minor-mode):
4964 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4966 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4968 * textmodes/two-column.el (2C-split):
4969 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4970 * textmodes/tex-mode.el (tex-set-buffer-directory):
4971 * textmodes/spell.el (spell-region, spell-string):
4972 * textmodes/reftex.el (reftex-erase-buffer):
4973 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4974 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4975 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4976 (reftex-select-item):
4977 * textmodes/reftex-ref.el (reftex-label-info-update)
4978 (reftex-offer-label-menu):
4979 * textmodes/reftex-index.el (reftex-index-change-entry)
4980 (reftex-index-phrases-info):
4981 * textmodes/reftex-global.el (reftex-create-tags-file)
4982 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4983 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4984 (reftex-view-crossref-from-bibtex):
4985 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4986 (reftex-extract-bib-entries-from-thebibliography)
4987 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4988 * textmodes/refbib.el (r2b-capitalize-title):
4989 (r2b-convert-buffer, r2b-help):
4990 * textmodes/page-ext.el (pages-directory)
4991 (pages-directory-goto-with-mouse):
4992 * textmodes/bibtex.el (bibtex-validate-globally):
4993 * textmodes/bib-mode.el (bib-capitalize-title):
4994 * textmodes/artist.el (artist-clear-buffer, artist-system):
4995 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4996 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4997 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4998 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4999 (xscheme-send-control-g-interrupt, xscheme-start-process)
5000 (xscheme-process-sentinel, xscheme-cd):
5001 * progmodes/verilog-mode.el (verilog-read-always-signals)
5002 (verilog-set-define, verilog-getopt-file)
5003 (verilog-module-inside-filename-p):
5004 * progmodes/sh-script.el:
5005 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5006 (python-pdbtrack-grub-for-buffer, python-execute-file):
5007 * progmodes/octave-inf.el (inferior-octave):
5008 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5009 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5010 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5011 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5012 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5013 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5014 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5015 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5016 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5017 (idlwave-shell-examine-display, idlwave-shell-run-region)
5018 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5019 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5020 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5021 (idlwave-help-get-help-buffer):
5022 * progmodes/gud.el (gud-basic-call, gud-find-class)
5023 (gud-tooltip-activate-mouse-motions-if-enabled):
5024 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5025 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5026 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5027 (ebrowse-tags-next-file):
5028 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5029 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5030 (ebnf-eps-finish-and-write):
5031 * progmodes/cpp.el (cpp-edit-save):
5032 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5033 * progmodes/cc-defs.el (c-emacs-features):
5034 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5035 (antlr-directory-dependencies):
5036 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5037 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5038 (ada-find-any-references, ada-make-filename-from-adaname)
5039 (ada-make-body-gnatstub):
5040 * obsolete/rnews.el (news-list-news-groups):
5041 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5042 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5043 * net/rcirc.el (rcirc-debug):
5044 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5045 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5046 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5047 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5048 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5049 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5050 (newsticker--treeview-list-clear-highlight)
5051 (newsticker--treeview-list-update-highlight)
5052 (newsticker--treeview-list-highlight-start)
5053 (newsticker--treeview-tree-update-highlight)
5054 (newsticker--treeview-get-selected-item)
5055 (newsticker-treeview-mark-list-items-old)
5056 (newsticker--treeview-set-current-node):
5057 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5058 * net/newst-backend.el (newsticker--get-news-by-funcall)
5059 (newsticker--get-news-by-wget, newsticker--image-get)
5060 (newsticker--image-sentinel):
5061 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5062 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5063 (eudc-ph-close-session):
5064 * net/eudc.el (eudc-save-options):
5065 * language/thai-word.el (thai-update-word-table):
5066 * language/japan-util.el (japanese-string-conversion):
5067 * international/titdic-cnv.el (tsang-quick-converter)
5068 (ziranma-converter, ctlau-converter):
5069 * international/mule-cmds.el (describe-language-environment):
5070 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5071 (skkdic-convert-postfix, skkdic-convert-prefix):
5072 (skkdic-convert-okuri-nasi, skkdic-convert):
5073 * emacs-lisp/re-builder.el (reb-update-overlays):
5074 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5075 * emacs-lisp/gulp.el (gulp-send-requests):
5076 * emacs-lisp/find-gc.el (trace-call-tree):
5077 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5078 (eieio-describe-generic):
5079 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5080 * emacs-lisp/edebug.el (edebug-outside-excursion):
5081 * emacs-lisp/debug.el (debugger-make-xrefs):
5082 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5083 * emacs-lisp/chart.el (chart-new-buffer):
5084 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5085 Use with-current-buffer.
5086 * textmodes/artist.el (artist-system): Don't call
5087 copy-sequence on a fresh string.
5088 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5090 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5092 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5093 is no item to edit. (Bug#4820)
5094 (todo-top-priorities): Restore point and restore narrowing in Todo
5097 2009-10-31 Glenn Morris <rgm@gnu.org>
5099 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5100 (comint-last-output-start, comint-last-input-start)
5101 (comint-last-input-end): Don't defvar when compiling.
5102 (ange-ftp-process-file): Use bound-and-true-p.
5104 * pcmpl-rpm.el (top-level): Move provide statement to end.
5105 (pcmpl-rpm): Remove unused custom group.
5107 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5109 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5111 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5112 (byte-compile-warnings): Add `constants' as an option.
5113 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5114 (display-call-tree): Update for byte-compile-fdefinition possibly
5115 returning `(macro lambda ...)'. (Bug#4778)
5116 (byte-compile-variable-ref, byte-compile-setq-default):
5117 Respect `constants' member of byte-compile-warnings.
5119 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5120 Use mapc rather than mapcar because the return value is never used.
5122 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5123 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5124 * cedet/semantic/html.el:
5125 Suppress harmless warnings about setting up semantic-imenu (not
5126 part of Emacs) variables.
5128 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5130 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5131 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5134 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5135 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5136 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5137 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5138 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5139 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5140 (semantic-analyzer-debug-global-symbol)
5141 (semantic-analyzer-debug-missing-innertype)
5142 (semantic-analyzer-debug-insert-include-summary):
5143 * cedet/semantic/util.el (semantic-file-tag-table):
5144 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5145 (semantic-recursive-find-nonterminal-by-name):
5146 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5147 * cedet/semantic/tag-file.el (semantic-prototype-file):
5148 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5149 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5150 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5151 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5152 (semantic-idle-summary-maybe-highlight):
5153 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5154 (semantic-ia-sb-tag-info):
5155 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5156 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5157 * cedet/semantic/ede-grammar.el (project-compile-target):
5158 (ede-proj-makefile-insert-variables):
5159 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5160 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5161 (semantic-debug-mode, semantic-debug):
5162 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5163 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5164 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5165 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5166 (semanticdb-find-translate-path-includes--internal)
5167 (semanticdb-reset-log, semanticdb-find-log-activity):
5168 * cedet/semantic/db-file.el (object-write):
5169 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5170 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5171 (semanticdb-create-ebrowse-database):
5172 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5173 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5174 (semantic-collector-calculate-completions-raw)
5175 (semantic-complete-read-tag-analyzer):
5176 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5177 * cedet/ede/util.el (ede-update-version-in-source):
5178 * cedet/ede/proj.el (project-delete-target):
5179 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5180 (ede-proj-flush-autoconf):
5181 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5182 (ede-proj-configure-synchronize):
5183 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5184 * cedet/ede/linux.el (ede-linux-version):
5185 * cedet/ede/emacs.el (ede-emacs-version):
5186 * cedet/ede/dired.el (ede-dired-add-to-target):
5187 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5188 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5189 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5190 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5191 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5192 (cedet-idutils-version-check):
5193 * cedet/cedet-global.el (cedet-gnu-global-call):
5194 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5195 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5196 * cedet/cedet-cscope.el (cedet-cscope-call)
5197 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5198 Use with-current-buffer.
5199 * cedet/ede.el (ede-make-project-local-variable)
5200 (ede-set-project-variables, ede-set): Use dolist.
5202 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5204 * textmodes/ispell.el (ispell-skip-region-alist):
5205 * international/mule-conf.el (eight-bit):
5206 * international/fontset.el (font-encoding-alist):
5207 * startup.el (pure-space-overflow-message):
5208 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5209 * paths.el (gnus-nntp-service, rmail-spool-directory)
5211 * files.el (save-some-buffers-action-alist):
5212 * cmuscheme.el (same-window-buffer-names):
5213 * ielm.el (same-window-buffer-names):
5214 * shell.el (same-window-buffer-names):
5215 * mail/sendmail.el (same-window-buffer-names):
5216 * progmodes/inf-lisp.el (same-window-buffer-names):
5217 * bindings.el (mode-line-client)
5218 (mode-line-column-line-number-mode-map):
5219 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5220 (tibetan-precomposed-regexp): Purecopy string arguments.
5222 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5224 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5225 (calcDigit-nondigit):
5226 * calc/calc-yank.el (calc-copy-to-buffer):
5227 * calc/calc-units.el (calc-invalidate-units-table):
5228 * calc/calc-trail.el (calc-trail-yank):
5229 * calc/calc-store.el (calc-insert-variables):
5230 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5231 * calc/calc-prog.el (calc-read-parse-table):
5232 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5233 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5234 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5235 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5236 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5237 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5238 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5239 * calc/calc-ext.el (calc-realign):
5240 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5241 (calc-embedded-finish-edit, calc-embedded-make-info)
5242 (calc-embedded-finish-command, calc-embedded-stack-change):
5243 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5245 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5246 (overload-docstring-extension): Use that info.
5247 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5248 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5249 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5250 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5251 (semantic-nonterminal-full-name): Add the new `when' info.
5252 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5255 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5256 shell-dynamic-complete-filename in preference to
5257 comint-dynamic-complete-filename.
5259 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5260 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5261 Don't consider whether the display supports colors.
5262 (bookmark-import-new-list): Use dolist.
5263 (bookmark-bmenu-mode-map): Move initialization into declaration.
5264 (bookmark-bmenu-list): Use dolist, simplify.
5265 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5266 (menu-bar-final-items): Use push.
5268 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5270 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5271 it works on remote files.
5272 (vc-hg-diff): Don't pass any `--cwd' argument.
5274 2009-10-27 Kevin Ryde <user42@zip.com.au>
5276 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5277 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5278 (Further to Bug#3921).
5280 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5282 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5283 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5284 calling `tramp-imap-put-file'. Add file size to the call.
5285 (tramp-imap-get-file-entries): Compute also user name, file size,
5287 (tramp-imap-handle-insert-directory): Insert uid and gid.
5288 (tramp-imap-handle-file-attributes): Transform uid and gid
5289 according to `id-format'.
5290 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5291 size in header X-Size.
5293 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5295 * simple.el (transpose-subr): Give clearer error when the mark
5296 is not set. (Bug#4807)
5298 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5300 * net/tramp.el (tramp-perl-file-truename): New defconst.
5301 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5302 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5303 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5304 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5306 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5307 Ignore `dired-call-process'.
5308 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5310 2009-10-26 Julian Scheid <julians37@gmail.com>
5312 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5313 (tramp-get-remote-readlink): New defun.
5314 (tramp-handle-file-truename): Use it.
5315 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5316 file exists if cache value present.
5317 (tramp-check-cached-permissions): New defun.
5318 (tramp-handle-file-readable-p): Use it.
5319 (tramp-handle-file-writable-p): Likewise.
5320 (tramp-handle-file-executable-p): Likewise.
5321 (tramp-handle-file-name-all-completions): Try using Perl to get
5322 partial completions. When perl not available, combine `cd' and
5323 `ls' into single remote operation and use shell expansion to get
5324 partial remote directory contents. Set `file-exists-p' cache for
5325 directory and any files returned by ls. Change cache handling to
5326 support partial directory contents. Use error message emitted by
5327 remote `cd' or Perl code for local tramp-error.
5328 (tramp-do-copy-or-rename-file-directly): Avoid separate
5329 tramp-send-command-and-check call.
5330 (tramp-handle-process-file): Merge three remote ops into one.
5331 Do not flush all caches when `process-file-side-effects' is set.
5332 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5333 file-attributes shows uid/gid to be set already.
5335 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5337 * textmodes/tex-mode.el (tex-dvi-view-command)
5338 (tex-show-queue-command, tex-open-quote):
5339 * progmodes/ruby-mode.el (auto-mode-alist)
5340 (interpreter-mode-alist): Purecopy strings.
5342 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5344 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5345 string for the hook, keymap and abbrev table.
5347 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5349 * x-dnd.el (x-dnd-xdnd-to-action):
5350 * startup.el (fancy-startup-text, fancy-about-text): Change to
5351 defconst from defvar.
5353 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5355 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5356 Purecopy initialization strings.
5358 * mail/sendmail.el (mail-header-separator)
5359 (mail-personal-alias-file):
5360 * mail/rmail.el (rmail-default-dont-reply-to-names)
5361 (rmail-ignored-headers, rmail-retry-ignored-headers)
5362 (rmail-highlighted-headers, rmail-secondary-file-directory)
5363 (rmail-secondary-file-regexp):
5364 * files.el (null-device, file-name-invalid-regexp)
5365 (locate-dominating-stop-dir-regexp)
5366 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5367 (interpreter-mode-alist): Use mapcar instead of mapc.
5369 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5371 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5372 (completion-ignored-extensions):
5373 (debug-ignored-errors): Purecopy strings.
5375 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5377 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5378 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5379 (pcomplete--here): Use push.
5381 * subr.el (all-completions): Declare the 4th arg obsolete.
5383 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5385 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5386 (pcomplete-unquote-argument): New function.
5387 (pcomplete--common-suffix): Always pay attention to case.
5388 (pcomplete--table-subvert): Quote and unquote the text.
5389 (pcomplete--common-quoted-suffix): New function.
5390 (pcomplete-std-complete): Use it and pcomplete-begin.
5392 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5393 we're inside a dedicated or minibuffer window.
5395 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5397 * cedet/semantic/fw.el (semantic-alias-obsolete)
5398 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5399 (define-mode-overload-implementation):
5400 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5401 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5402 * cedet/semantic/util.el (semantic-file-token-stream)
5403 (semantic-something-to-stream):
5404 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5405 (semantic-expand-nonterminal):
5406 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5407 (semantic-find-dependency, semantic-find-nonterminal)
5408 (semantic-find-dependency):
5409 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5410 (semantic-flex-text, semantic-flex-make-keyword-table)
5411 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5412 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5413 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5414 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5415 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5416 (semantic-after-idle-scheduler-reparse-hooks):
5417 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5418 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5419 * cedet/semantic.el (semantic-toplevel-bovine-table)
5420 (semantic-toplevel-bovine-cache)
5421 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5422 (semantic-init-mode-hooks, semantic-init-db-hooks)
5423 (semantic-bovination-working-type): Provide the `when' arg.
5425 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5427 * bookmark.el: Update documentation, especially documentation
5428 of `bookmark-alist' and of the bookmark file format.
5429 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5431 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5433 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5434 keybindings apply to the mail buffer (Bug#4003). Shrink help
5437 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5438 (global-whitespace-mode, global-whitespace-newline-mode)
5439 (whitespace-toggle-options, global-whitespace-toggle-options):
5442 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5443 of xmltok-start before the end tag was inserted (Bug#2840).
5445 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5446 patterns that are preceded by an open-paren (Bug#1320).
5448 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5450 * files.el (delete-directory): Delete symlinks to directories with
5451 delete-file (Bug#4739).
5453 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5455 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5456 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5457 argument to make-obsolete.
5459 * cedet/semantic/fw.el (semantic-alias-obsolete)
5460 (semantic-varalias-obsolete): Add optional WHEN argument.
5462 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5464 * vc.el (vc-backend-for-registration): Rename from
5465 vc-get-backend-for-registration. Update callers.
5467 * international/mule-cmds.el (set-language-info-alist):
5469 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5470 (charset): Purecopy the name.
5471 (define-char-code-property): Purecopy string arguments.
5473 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5474 Purecopy string arguments.
5476 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5477 * ediff-hook.el (menu-bar-ediff-menu):
5478 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5479 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5481 2009-10-24 Glenn Morris <rgm@gnu.org>
5483 * comint.el (comint-dynamic-list-completions):
5484 * term.el (term-dynamic-list-completions): Use choose-completion rather
5485 than obsolete alias mouse-choose-completion.
5487 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5488 file-cache-choose-completion.
5489 (file-cache-choose-completion): Handle an optional event argument.
5490 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5492 * progmodes/octave-mod.el (octave-complete-symbol):
5493 Use choose-completion if mouse-choose-completion is ever removed.
5495 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5498 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5501 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5503 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5505 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5506 Ignore `pred' now that we receive one.
5507 Handle test-completion specially.
5509 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5511 * vc.el (vc-responsible-backend): Throw an error if not backend is
5512 found. Remove the REGISTER argument. Move the code dealing with
5514 (vc-get-backend-for-registration): ... here. New function.
5515 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5516 of vc-responsible-backend, pass the file name instead of the
5519 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5521 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5523 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5524 (pcomplete-comint-setup): Don't modify a global var via
5525 accidental side-effects.
5526 (pcomplete-shell-setup): Adjust call accordingly.
5527 (pcomplete-parse-comint-arguments): Use push.
5529 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5531 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5532 Allow uncapitalized info node names (Bug#3921).
5534 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5535 to the DEBUG file (Bug#3781).
5537 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5539 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5540 dictionary entry (Bug#4579).
5542 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5544 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5545 from `rfn-eshadow-update-overlay-hook' when unloading.
5546 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5547 "rsyncc". Adjust doc string.
5548 (tramp-temp-buffer-file-name): New buffer-local defvar.
5549 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5550 Keep temporary file when indicated by method ("rsync" and
5552 (tramp-handle-write-region): Handle APPEND.
5553 (tramp-delete-temp-file-function): New defun. Added to
5556 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5558 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5560 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5562 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5563 (color-name-rgb-alist, tty-standard-colors)
5564 (tty-color-mode-alist): Change to defconst.
5566 * simple.el (mark-inactive): Purecopy message.
5568 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5569 (global-map, yank-menu):
5570 * textmodes/ispell.el (ispell-menu-map):
5571 * net/eudc.el (eudc-tools-menu):
5572 * international/mule-cmds.el (describe-language-environment-map)
5573 (setup-language-environment-map, set-coding-system-map)
5575 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5576 * replace.el (occur-mode-map):
5577 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5579 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5581 * calc/calc.el (math-read-number, math-read-number-simple): Use
5584 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5586 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5587 rather than fiddling with global-map bindings, since it should only
5588 affect per-terminal settings.
5589 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5591 * minibuffer.el (completion-table-with-terminator): Allow to specify
5592 the terminator-regexp.
5594 * simple.el (switch-to-completions): Look for *Completions* in other
5597 * pcomplete.el: Allow the use of completion-tables.
5598 (pcomplete-std-complete): New command.
5599 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5600 (pcomplete--here): Use a function for `form' rather than an expression,
5601 so it can be byte-compiled.
5602 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5603 Add edebug declaration.
5604 (pcomplete-show-completions): Remove unused var `curbuf'.
5605 (pcomplete-do-complete, pcomplete-stub):
5606 Don't assume `completions' is a list of strings any more.
5608 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5610 * find-dired.el (find-name-arg): Fix typo in docstring.
5612 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5614 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5615 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5617 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5620 * comint.el (comint-read-input-ring, comint-write-input-ring)
5621 (comint-substitute-in-file-name)
5622 (comint-dynamic-complete-as-filename)
5623 (comint-dynamic-simple-complete)
5624 (comint-dynamic-list-filename-completions)
5625 (comint-dynamic-list-completions)
5626 (comint-redirect-results-list-from-process): Minor simplifications.
5628 2009-10-21 Kevin Ryde <user42@zip.com.au>
5630 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5631 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5632 the first form. And insert a blank line after ";;; Code" since
5633 that's usual style. (Bug#4612)
5635 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5637 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5639 * minibuffer.el (completion-table-with-terminator): Properly implement
5640 boundaries, in case `terminator' appears in the suffix.
5641 (completion--embedded-envvar-table): Don't return boundaries if
5642 there's no valid completion. Simplify.
5643 (completion-file-name-table): New completion table extracted from
5644 completion--file-name-table.
5645 (completion--file-name-table): Use it.
5646 (read-file-name-predicate): Declare obsolete.
5647 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5648 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5649 completion-file-name-table, and use the `pred' argument.
5650 * files.el (locate-file-completion-table): Use the `pred' arg rather
5651 than read-file-name-predicate.
5652 (abbreviate-file-name): Use \` rather than ^ for BOS.
5654 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5656 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5657 vc-responsible-backend to register, it causes problems.
5659 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5661 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5663 2009-10-21 Eric Ludlam <zappo@gnu.org>
5665 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5666 (semantic-c-debug-mode-init-pch): New functions.
5667 (semantic-c-debug-mode-init-last-mode): New var.
5668 (semantic-c-parse-lexical-token): Use them.
5670 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5671 When extracting the argument list, limit only by point-max.
5673 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
5675 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5676 (tramp-smb-handle-file-attributes): Use it.
5677 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5678 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5679 `mapcar'. Use `tramp-smb-get-stat-capability'.
5680 Add `dired-filename' text properties.
5681 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5682 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5685 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5687 * subr.el (read-key-delay): Reduce to 0.01.
5688 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5691 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5693 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5695 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5696 (Info-menu): Remove unused vars `last' and `completions'.
5697 (Info-index-nodes): Remove unused var `node'.
5699 * info.el (Info-complete-menu-item): Use complete-with-action.
5701 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5703 Make vc-annotate work through copies and renames.
5704 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5705 Return the file name too.
5706 (vc-annotate-revision-at-line)
5707 (vc-annotate-find-revision-at-line)
5708 (vc-annotate-revision-previous-to-line)
5709 (vc-annotate-show-log-revision-at-line): Update to get the file
5710 name from vc-annotate-extract-revision-at-line.
5711 (vc-annotate-show-diff-revision-at-line-internal): Change the
5712 argument to mean whether to show a file diff or not. Get the file
5713 name from vc-annotate-extract-revision-at-line.
5714 (vc-annotate-show-diff-revision-at-line):
5715 Update vc-annotate-show-diff-revision-at-line call.
5716 (vc-annotate-warp-revision): Add an optional file argument.
5718 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5719 (vc-git-annotate-extract-revision-at-line): Also return the file
5722 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5723 command. Remove unused code.
5724 (vc-hg-annotate-re): Update to match --follow output.
5725 (vc-hg-annotate-extract-revision-at-line): Also return the file
5728 * vc.el: Update annotate-extract-revision-at-line documentation.
5730 2009-10-18 Kevin Ryde <user42@zip.com.au>
5732 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5733 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5735 * net/browse-url.el (browse-url): Identify alist with "consp and
5736 not functionp" and let all other things go down the `apply' leg,
5737 as suggested by Stefan. (Further to bug#4531.)
5739 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
5741 * minibuffer.el (read-file-name): Check for repeat before putting
5742 a default argument in file-name-history (Bug#4657).
5744 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5745 read syntax (Bug#4737).
5747 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5749 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5751 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5752 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5753 entries and make note of obsolete tags.
5755 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5757 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5759 2009-10-18 Glenn Morris <rgm@gnu.org>
5761 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5762 grep, so that binary files (eg international/uni-bidi.el) can match.
5763 Remove test for "UnicodeData" files, since it is hopefully unnecessary
5764 now, and in any case the file header format has changed.
5766 2009-10-17 Glenn Morris <rgm@gnu.org>
5768 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5769 (flyspell-get-word, flyspell-large-region)
5770 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5772 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5774 * Makefile.in (ELCFILES): Add ede/shell.
5776 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5778 * term/common-win.el (x-colors): Purecopy it.
5780 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5782 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5783 permissive for when the buffer is empty.
5784 (tar-header-block-tokenize): Decode the username and groupname.
5785 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5787 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
5789 * cedet/srecode/srt.el:
5790 * cedet/srecode/compile.el:
5791 * cedet/semantic/mru-bookmark.el:
5792 * cedet/semantic/debug.el:
5793 * cedet/semantic/complete.el:
5794 * cedet/semantic/analyze.el: Require CL when compiling.
5796 2009-10-17 Eric Ludlam <zappo@gnu.org>
5798 * cedet/semantic/scope.el
5799 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5800 tmpscope so that the regular scope will continue to work.
5802 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5803 Use semantic-idle-summary-highlight-face as the highlighting.
5805 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5806 contains multibyte characters, choose first applicable coding
5807 system automatically.
5809 * cedet/ede/project-am.el (project-run-target): New method.
5810 (project-run-target): New method.
5812 * cedet/ede.el (ede-target): Add run target menu item.
5813 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5814 (ede-run-target): New function.
5815 (ede-target::project-run-target): New method.
5817 * cedet/ede/proj.el (project-run-target): New method.
5819 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5820 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5822 (ede-proj-target-makefile-shared-object): Only libtool compilers
5823 now available. Add linkers for libtool.
5824 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5825 (ede-proj-makefile-target-name): Always use .la extension.
5827 * cedet/ede/proj-prog.el (project-run-target): New method.
5829 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5830 (ede-g++-linker): Change Change link lines.
5832 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5833 When searching for old variables, go to the end of the buffer and
5834 search backward from there.
5835 (ede-proj-makefile-automake-insert-subdirs)
5836 (ede-proj-makefile-automake-insert-extradist): New methods.
5837 (ede-proj-makefile-create): Use them.
5839 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5840 Force FILE to expand to the current target. Use file-exists-p to
5841 check that it exists.
5843 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5844 (ede-linux-load): Wrap dir in file-name-as-directory.
5847 * cedet/ede/files.el (ede-get-locator-object): When enabling
5848 locate, do so on "top".
5850 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5851 file-name-as-directory during compare.
5852 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5853 Get version number from different places. Don't call egrep.
5854 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5855 to set the directory.
5857 * cedet/ede/shell.el: New file.
5859 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5860 alpha/beta variants.
5862 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5864 * international/mule-cmds.el (select-safe-coding-system): If the file
5865 has a coding cookie, use it regardless of any other setting (bug#4712).
5867 2009-10-17 Glenn Morris <rgm@gnu.org>
5869 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5870 All errors should have messages.
5872 * foldout.el (foldout-mouse-swallow-events):
5873 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5875 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5876 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5877 (dired-keep-marker-symlink, dired-dwim-target)
5878 (dired-copy-preserve-time): Do not autoload these defcustoms.
5880 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5881 messages from messing up the file coding. (Bug#4623)
5883 2009-10-17 Jari Aalto <jari.aalto@cante.net>
5885 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5886 if no match is found for the current dictionary. (Bug#4578)
5888 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5889 optional, since that is how it is documented, and this is often called
5890 with a nil argument. (Bug#4577)
5891 (flyspell-external-point-words, flyspell-auto-correct-word)
5892 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5893 (flyspell-word-search-backward): Remove nil argument in calls to
5894 flyspell-get-word, since it is not needed now.
5896 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
5898 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
5900 2009-10-16 Glenn Morris <rgm@gnu.org>
5902 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5904 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5906 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5907 (ange-ftp-file-size): New function.
5908 (ange-ftp-file-attributes): Use it.
5910 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
5912 * net/tramp-smb.el (tramp-smb-version): New defvar.
5913 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5916 2009-10-16 Glenn Morris <rgm@gnu.org>
5918 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5919 Maybe copy some custom properties from old to new name. (Bug#4706)
5921 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
5923 * subr.el (error, sit-for, start-process-shell-command)
5924 (start-file-process-shell-command): Set the calling convention
5925 after the function definition.
5927 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5929 * subr.el (error, sit-for, start-process-shell-command)
5930 (start-file-process-shell-command): Use the new
5931 set-advertised-calling-convention feature.
5933 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5935 * international/ucs-normalize.el (ucs-normalize-version):
5937 (check-range): Adjust for Unicode 5.2.
5939 2009-10-15 Juri Linkov <juri@jurta.org>
5941 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5942 to the `menu-item' format.
5944 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
5946 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5947 if the environment variable does not exist.
5949 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5950 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5952 (tramp-smb-handle-add-name-to-file)
5953 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5954 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5955 (tramp-smb-handle-file-attributes)
5956 (tramp-smb-do-file-attributes-with-stat)
5957 (tramp-smb-handle-file-local-copy)
5958 (tramp-smb-handle-insert-directory)
5959 (tramp-smb-handle-make-directory)
5960 (tramp-smb-handle-make-directory-internal)
5961 (tramp-smb-handle-make-symbolic-link)
5962 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5963 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5964 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5965 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5966 Handle long file names.
5967 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5969 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5970 Read share names with "-g" option.
5972 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
5974 * net/rcirc.el (rcirc-view-log-file): New command.
5975 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5976 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5979 2009-10-15 Glenn Morris <rgm@gnu.org>
5981 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5982 from the second command-line argument.
5983 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5984 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5985 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5986 w32-batch-update-autoloads.
5987 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5988 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5990 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5991 the headers cannot be located. Simplify, subtracting superflous
5994 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5996 Replace completion-base-size by completion-base-position to fix bugs
5998 * simple.el (completion-base-position): New var.
5999 (completion-base-size): Mark as obsolete.
6000 (choose-completion): Make it work for mouse events as well.
6001 Pass the new base-position to choose-completion-string.
6002 (choose-completion-guess-base-position): New function, extracted from
6003 choose-completion-delete-max-match.
6004 (choose-completion-delete-max-match): Use it. Make obsolete.
6005 (choose-completion-string): Use the new base-position info.
6006 (completion-root-regexp): Delete.
6007 (completion-setup-function): Preserve completion-base-position.
6008 Eliminate obsolete base-size manipulation.
6009 * minibuffer.el (display-completion-list): Don't mess with base-size.
6010 (minibuffer-completion-help): Set completion-base-position instead.
6011 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6013 * textmodes/bibtex.el (bibtex-complete):
6014 * emacs-lisp/crm.el (crm--choose-completion-string):
6015 Adjust to new calling convention.
6016 * complete.el (partial-completion-mode): Use minibufferp to avoid
6017 bumping into incompatible change to choose-completion-string-functions.
6018 * ido.el (ido-choose-completion-string): Make its calling convention
6020 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6021 base-size manipulation.
6022 (comint-dynamic-list-input-ring): Use dotimes and push.
6023 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6024 fundamental-mode. Use `or'.
6026 2009-10-14 Juri Linkov <juri@jurta.org>
6028 * misearch.el (multi-isearch-next-buffer-from-list)
6029 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6031 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6033 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6036 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6037 string we return is all made up of text from the completions rather
6038 than part from the completions and part from the input (bug#4219).
6040 * ido.el (ido-everywhere): Use define-minor-mode.
6042 * buff-menu.el (list-buffers, ctl-x-map):
6043 Mark the entry points with ;;;###autoload cookies.
6045 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6047 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6048 correctly in the detached head case.
6049 (vc-git-print-log): Remove unused binding.
6051 * vc.el (vc-responsible-backend): When a directory is passed for
6052 for registration create a VC repository if no backend is
6053 responsible for the directory argument.
6054 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6056 * vc.el: Move comments about RCS and SCCS ...
6058 * vc-sccs.el: ... here, respectively.
6060 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6062 * minibuffer.el (completion--file-name-table): Return nil if there's
6063 no file completion, even if substitute-in-file-name changed
6064 the string (bug#4708).
6066 2009-10-13 Juri Linkov <juri@jurta.org>
6068 * files-x.el (read-file-local-variable-value): Don't filter out
6069 minor modes from mode name completion (bug#4664).
6071 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6073 * international/mule-cmds.el (ucs-names): Remove exclusion of
6074 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6076 2009-10-13 Kenichi Handa <handa@m17n.org>
6078 * international/uni-name.el: Regenerated.
6080 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6082 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6083 should be automatically buffer-local, but isn't.)
6085 2009-10-12 Sam Steingold <sds@gnu.org>
6087 * progmodes/compile.el (compilation-next-error-function): Fix the
6088 timestamps if the buffer has been visited before.
6089 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6090 non-anchored patterns, like the perl one (bug#3928).
6092 2009-10-12 Glenn Morris <rgm@gnu.org>
6094 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6097 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6099 * proced.el (proced-unload-function): New function.
6101 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6102 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6105 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6107 2009-10-11 Juri Linkov <juri@jurta.org>
6109 * files-x.el (read-file-local-variable-value):
6110 Provide default value only for bound variables (bug#4664).
6112 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6114 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6115 connection methods like smb.
6117 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6120 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6121 (tramp-smb-file-name-handler-alist): Add handlers for
6122 `add-name-to-file', `make-symbolic-link'.
6123 (tramp-smb-handle-add-name-to-file)
6124 (tramp-smb-do-file-attributes-with-stat)
6125 (tramp-smb-handle-make-symbolic-link)
6126 (tramp-smb-get-cifs-capabilities): New defuns.
6127 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6128 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6129 (tramp-smb-handle-file-local-copy)
6130 (tramp-smb-handle-make-directory-internal)
6131 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6132 The file name syntax depends on cifs capabilities.
6133 (tramp-smb-handle-file-attributes):
6134 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6135 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6136 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6138 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6140 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6141 (eieio-defclass): Apply deftype handler and setf-method properties
6143 (eieio-add-new-slot): Avoid union function from cl library.
6144 (eieio--typep): New function.
6145 (eieio-perform-slot-validation): Use it.
6147 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6149 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6150 Update documentation to refer to the variables documented in r1.135.
6153 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6155 * bookmark.el (Info-suffix-list): Remove this unused variable.
6156 (bookmark-current-point): Remove this obsolete variable.
6157 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6158 Adjust for removal of bookmark-current-point.
6160 (bookmarks-already-loaded, bookmark-current-buffer)
6161 (bookmark-yank-point): Document. (Bug#4188)
6163 2009-10-10 Glenn Morris <rgm@gnu.org>
6165 * frame.el (frame-height): Doc fix.
6167 * calendar/calendar.el (calendar-split-width-threshold): New option.
6168 (calendar-basic-setup): Use calendar-split-width-threshold.
6170 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6172 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6173 Use .la for Automake.
6175 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6177 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6178 Use "autoreconf -i". Suggested by Andreas Schwab.
6180 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6182 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6183 Ideographic Supplement" range (U+1F200..U+1F2FF).
6185 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6187 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6188 since the list will have been rebuilt anyway. (Bug#4349)
6190 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6192 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6193 (bookmark-bmenu-execute-deletions): Don't save here, as
6194 bookmark-delete will now do so if necessary.
6195 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6198 2009-10-09 Glenn Morris <rgm@gnu.org>
6200 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6202 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6204 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6205 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6206 argument now, so the two function's behaviors will match. (Bug#3645)
6208 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6210 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6212 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6213 to expand file names.
6215 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6217 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6218 (tramp-file-name-real-host, tramp-file-name-port):
6219 Apply `save-match-data'.
6221 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6222 case both directories are remote.
6223 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6224 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6226 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6228 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6229 (ede-proj-target-makefile-objectcode): Use it.
6231 * cedet/ede/source.el (ede-want-any-source-files-p)
6232 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6233 Return search result. This error was introduced while merging.
6235 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6237 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6239 2009-10-07 Glenn Morris <rgm@gnu.org>
6241 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6244 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6246 * files-x.el (read-file-local-variable): Include some
6247 non-user-variables in the completion table (bug#4664).
6249 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6251 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6254 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6255 (tramp-smb-file-name-handler-alist): Add handler for
6256 `copy-directory', `expand-file-name', `set-file-modes'.
6257 (tramp-smb-handle-copy-directory)
6258 (tramp-smb-handle-expand-file-name)
6259 (tramp-smb-handle-set-file-modes): New defuns.
6260 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6261 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6263 (tramp-smb-handle-insert-directory): Don't flush the cache.
6264 (tramp-smb-maybe-open-connection): Check for samba client and
6267 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6269 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6270 to not error out of search for "^lisp=" fails.
6272 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6274 * makefile.w32-in (WINS_UPDATES): New macro.
6275 (custom-deps, finder-data, autoloads): Use it.
6277 2009-10-07 Glenn Morris <rgm@gnu.org>
6279 * Makefile.in (autoloads): Revert previous change.
6280 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6281 the list of preloaded files passed on the command-line, get
6282 it from src/Makefile.
6284 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6285 show the original buffer rather than a random one.
6287 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6289 * help.el (describe-no-warranty): Place point in a slightly better
6290 position in the GPLv3 text.
6292 2009-10-06 Sam Steingold <sds@gnu.org>
6294 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6295 the comm attribute is present before calling regexp-quote.
6297 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6299 * play/animate.el (animate-string): For good effect, make sure
6300 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6302 * play/animate.el (animate-sequence, animate-birthday-present):
6303 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6305 2009-10-06 Glenn Morris <rgm@gnu.org>
6307 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6309 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6310 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6311 (batch-update-autoloads): Process a string value of autoload-excludes,
6312 set during the build process.
6313 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6315 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6316 inside with-parsed... macro so that `v' is defined.
6318 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6319 * progmodes/fortran.el (fortran-end-of-block)
6320 (fortran-beginning-of-block):
6321 Also push mark in the macro case.
6323 * emerge.el (emerge-show-file-name):
6324 * calc/calc.el (calc-quit):
6325 * calc/calc-misc.el (calc-big-or-small):
6326 * calc/calc-graph.el (calc-graph-view):
6327 * calc/calc-ext.el (calc-reset):
6328 * calendar/calendar.el (calendar-basic-setup):
6329 Use window-full-height-p.
6331 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6332 header we don't understand, don't insert another. (Bug#4624)
6333 If changing mime charset, insert the new one in the right place.
6335 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6337 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6338 (cal-tex-cursor-month): Correctly increment the end date for diary and
6339 holiday listing. (Bug#4626)
6341 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6343 * help-fns.el (describe-function-1): Don't burp if the function is not
6346 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6348 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6349 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6350 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6351 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6353 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6354 (eieio-default-superclass): Reflow docstrings.
6355 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6356 (eieio-unbind-method-implementations, defmethod)
6357 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6358 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6359 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6360 (eieio-slot-originating-class-p, eieio-slot-name-index)
6361 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6362 (constructor, initialize-instance, no-next-method, object-print)
6363 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6364 Fix typos in docstrings.
6365 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6366 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6367 (next-method-p): Doc fixes.
6368 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6369 Fix typos in error messages.
6370 (eieio-defmethod): Fix typo in description of generic method.
6372 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6373 (eieio-persistent-save-interactive, slot-missing):
6374 Fix typos in docstrings.
6375 (eieio-instance-inheritor-slot-boundp): Doc fix.
6377 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6378 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6380 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6381 (eieio-custom-object-apply-reset):
6382 Fix typos in docstrings and error messages.
6384 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6385 Fix typo in docstring.
6387 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6388 (eieio-browse-tree): Doc fix.
6389 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6390 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6391 Fix typos in docstrings.
6393 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6394 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6395 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6396 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6399 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6401 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6402 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6403 Set log-view-vc-backend so that diff can work.
6405 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6407 (vc-diff-internal): Autoload this instead of vc-version-diff.
6409 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6411 * simple.el (eval-expression): Doc fix.
6413 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6415 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6417 * files.el (directory-files-no-dot-files-regexp): New defconst.
6418 (delete-directory): Use it.
6419 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6421 * net/tramp.el (tramp-verbose): Fix docstring.
6422 (tramp-methods): Add recursive option to `tramp-copy-args'.
6423 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6424 "scp1_old", "scp2_old", "rsync", "rsyncc".
6425 (tramp-default-method): Check also for `auth-source-user-or-password'.
6426 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6427 Add handler for `copy-directory'.
6428 (tramp-handle-copy-directory): New defun.
6429 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6430 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6431 Optimize sent command.
6433 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6435 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6436 window if necessary.
6438 * calendar/calendar.el (calendar-basic-setup): Don't call
6439 switch-to-buffer in a dedicated window.
6441 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6443 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6444 don't do anything related to relocating, just return nil.
6445 (bookmark-error-no-filename): New error.
6446 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6447 bookmark has no file. Don't even attempt to handle things that
6448 are not files; the whole point of custom handlers is to keep that
6449 knowledge elsewhere anyway. Tighten some comments.
6450 (bookmark-file-or-variation-thereof): Remove now-unused function.
6451 (bookmark-location): Doc string fix.
6454 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6456 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6457 don't use a file dialog, because they usually don't know how to read
6458 a directory target from the user. (Bug#4230)
6459 Also, make sure the prompt can display directories as well as files.
6461 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6463 * bookmark.el (bookmark-set, bookmark-buffer-name):
6464 Improve doc strings. (Bug#1193)
6466 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6468 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6469 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6470 (bookmark-get-annotation, bookmark-set-annotation)
6471 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6472 (bookmark-set-position, bookmark-get-front-context-string)
6473 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6474 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6475 (bookmark-jump-other-window, bookmark-handle-bookmark)
6476 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6477 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6478 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6479 Improve doc strings to say whether bookmark can be a string or
6480 a record or both, and make other consistency and clarity fixes.
6481 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6482 (bookmark-default-annotation-text, bookmark-yank-word)
6483 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6484 (bookmark-import-new-list, bookmark-maybe-rename)
6485 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6486 (bookmark-bmenu-bookmark): Give these doc strings.
6487 (bookmark-bmenu-check-position): Give this a doc string, but also
6488 add a FIXME comment about how the function may be pointless.
6489 (bookmark-default-handler): Rework doc string and change a
6490 parameter name, to clarify that this takes a bookmark record
6491 not a bookmark name.
6492 (bookmark-set): Change a parameter name to indicate its meaning,
6493 and improve the doc string a bit.
6496 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6498 * bookmark.el (bookmark-alist): Document the new `handler' element
6500 (bookmark-make-record-function): Adjust documentation for above.
6503 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6505 * info.el (Info-bookmark-make-record): Document this function.
6506 (Info-bookmark-jump): Document with a doc string, not just a comment.
6509 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6511 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6512 (semantic-new-buffer-fcn): Call parser setup functions here.
6513 (semantic-mode): Don't call parser setup functions here, it's done
6514 in semantic-new-buffer-fcn now.
6515 (semantic-mode): Parse all existing buffers when enabled.
6517 * cedet/srecode/compile.el (srecode-compile-file):
6518 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6520 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6522 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6524 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6525 (proj-comp-insert-variable-once): New macro, renamed from
6526 ede-pmake-insert-variable-once in ede/pmake.edl.
6527 (ede-proj-makefile-insert-variables): Use it.
6529 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6531 * files.el (copy-directory): New defun.
6533 * dired-aux.el (dired-copy-file-recursive): Use it.
6535 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6537 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6538 (makefile-end-of-command):
6539 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6540 (semantic-end-of-context): Fix previous change. Doc fixes.
6542 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6544 * files-x.el (modify-dir-local-variable)
6545 (copy-dir-locals-to-file-locals-prop-line):
6546 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6547 (makefile-end-of-command):
6548 * cedet/semantic/lex.el (semantic-lex-token):
6549 * cedet/semantic/analyze/fcn.el
6550 (semantic-analyze-dereference-metatype-1):
6551 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6552 (semantic-lex-cpp-undef):
6553 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6554 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6555 (semantic-end-of-context): Fix typos in docstrings.
6557 * recentf.el (recentf-unload-function): New function.
6559 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6561 * cedet/ede.el (ede-project-placeholder-cache-file):
6562 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6563 * cedet/srecode/map.el (srecode-map-save-file):
6564 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6566 2009-10-04 Glenn Morris <rgm@gnu.org>
6568 * window.el (window-full-height-p): Add doc string.
6570 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6572 * window.el (window-full-height-p): New function. (Bug#4543)
6574 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6576 * cedet/srecode/insert.el: Require srecode/args.
6578 * cedet/srecode/args.el: Require srecode/dictionary instead of
6581 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6583 * files.el (auto-mode-alist): Add .srt and Project.ede.
6585 * cedet/semantic.el (semantic-mode):
6586 Handle srecode-template-mode-hook as well.
6587 (semantic-mode): Use js-mode-hook for Javascript hook.
6589 * cedet/srecode/template.el: Remove hook variable.
6591 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6593 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6595 (ede-project-placeholder-cache-file): Default to a file in
6596 user-emacs-directory.
6598 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6599 templates in data-directory.
6600 (srecode-map-save-file): Default to a file in user-emacs-directory.
6602 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6605 2009-09-30 Eric Ludlam <zappo@gnu.org>
6607 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6610 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6611 Only insert each variable once.
6613 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6614 (ede-pmake-insert-variable-shared): Use it.
6616 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6617 for lexical table iff table is nil.
6619 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6621 * vc.el: Remove commented out code.
6622 (vc-derived-from-dir-mode): Remove, unused.
6623 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6625 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6627 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6628 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6629 there could be recursive loading when `default-directory' is a
6630 remote file name. (Bug#4614)
6632 2009-10-03 Glenn Morris <rgm@gnu.org>
6634 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6636 (calendar-generate-window): Test for shrinkability rather than width.
6638 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6639 declaration, currently false.
6641 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6642 reusing existing buffers, in case we happen to visit two files with the
6643 same basename. (Bug#4593)
6645 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6647 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6648 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6649 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6650 subdirs of cedet as well.
6651 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6653 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6655 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6656 Obey advertised-signature-table.
6658 * help-fns.el (help-function-arglist): Don't check
6659 advertised-signature-table.
6660 (describe-function-1): Do it here instead so it also applies to subrs.
6662 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6664 * simple.el (start-file-process): Say in the doc-string, that file
6665 handlers might not support pty association, if PROGRAM is nil.
6667 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6668 HOST and USER are strings. They are nil, when there are
6669 incomplete entries in ~/.netrc, for example.
6670 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6671 root directory ("device busy" error otherwise).
6673 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6674 Flush file properties of created directory.
6676 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6678 * makefile.w32-in (WINS_BASIC): Remove cedet.
6679 (WINS_CEDET): Add cedet.
6680 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6682 2009-10-02 Kevin Ryde <user42@zip.com.au>
6684 * net/browse-url.el (browse-url): Pass any symbol in
6685 browse-url-browser-function to `apply', since if you've mistakenly put
6686 an unbound symbol then the error is clearer. (Bug#4531)
6688 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6690 * allout.el (allout-init, allout-back-to-current-heading)
6691 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6692 (allout-ascend, allout-up-current-level, allout-end-of-level)
6693 (allout-previous-visible-heading, allout-forward-current-level)
6694 (allout-backward-current-level, allout-show-children):
6695 * apropos.el (apropos-describe-plist):
6696 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6697 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6698 * completion.el (add-completion, add-permanent-completion):
6699 * descr-text.el (describe-text-category, describe-char):
6700 * desktop.el (desktop-lazy-abort):
6701 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6702 * dired.el (dired-build-subdir-alist):
6703 * ediff.el (ediff-version):
6704 * elide-head.el (elide-head, elide-head-show):
6705 * emerge.el (emerge-version):
6707 * face-remap.el (variable-pitch-mode):
6708 * faces.el (describe-face):
6709 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6711 * files.el (find-file-existing, auto-save-mode):
6712 * font-lock.el (font-lock-fontify-buffer):
6713 * help-fns.el (describe-function, describe-variable)
6714 (describe-syntax, describe-categories):
6715 * help.el (view-lossage, describe-bindings, describe-key)
6717 * hexl.el (hexl-current-address):
6718 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6719 * info.el (Info-goto-emacs-key-command-node):
6720 * log-edit.el (log-edit-insert-cvs-template)
6721 (log-edit-insert-cvs-rcstemplate):
6722 * menu-bar.el (menu-bar-mode):
6723 * mouse.el (mouse-appearance-menu):
6724 * newcomment.el (comment-indent-new-line):
6725 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6726 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6727 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6728 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6729 * recentf.el (recentf-mode):
6730 * savehist.el (savehist-mode, savehist-save):
6731 * shadowfile.el (shadow-copy-files):
6732 * simple.el (kill-ring-save, next-line, previous-line)
6733 (normal-erase-is-backspace-mode):
6734 * strokes.el (strokes-update-window-configuration)
6735 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6736 (strokes-xpm-for-stroke):
6737 * time.el (emacs-uptime, emacs-init-time):
6738 * tutorial.el (tutorial--describe-nonstandard-key)
6739 (tutorial--detailed-help):
6740 * type-break.el (type-break-mode)
6741 (type-break-mode-line-message-mode, type-break-query-mode)
6742 (type-break-guesstimate-keystroke-threshold):
6743 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6744 * version.el (emacs-version):
6745 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6746 * winner.el (winner-mode):
6747 * calendar/timeclock.el (timeclock-in, timeclock-out)
6748 (timeclock-status-string, timeclock-change)
6749 (timeclock-workday-remaining-string)
6750 (timeclock-workday-elapsed-string)
6751 (timeclock-when-to-leave-string):
6752 * calendar/todo-mode.el (todo-add-category):
6753 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6754 * emacs-lisp/autoload.el (update-file-autoloads):
6755 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6756 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6757 (checkdoc-message-text, checkdoc-defun):
6758 * emacs-lisp/debug.el (debugger-list-functions):
6759 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6760 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6761 (eieio-describe-generic):
6762 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6763 * emacs-lisp/shadow.el (list-load-path-shadows):
6764 * emulation/cua-base.el (cua-mode):
6765 * emulation/edt.el (edt-set-scroll-margins):
6766 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6767 (tpu-toggle-regexp, tpu-toggle-search-direction)
6768 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6769 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6770 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6771 (viper-set-parsing-style-toggling-macro)
6772 (viper-set-emacs-state-searchstyle-macros):
6773 * emulation/viper.el (viper-set-hooks):
6774 * eshell/esh-mode.el (eshell-truncate-buffer):
6775 * international/mule-cmds.el (prefer-coding-system)
6776 (describe-input-method, describe-language-environment):
6777 * international/mule-diag.el (list-character-sets)
6778 (describe-character-set, describe-coding-system)
6779 (describe-fontset, list-fontsets, list-input-methods):
6780 * mail/sendmail.el (mail-signature):
6781 * net/ange-ftp.el (ange-ftp-copy-file):
6782 * net/browse-url.el (browse-url):
6783 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6784 * net/quickurl.el (quickurl-add-url):
6785 * net/rcirc.el (names, topic):
6786 * net/xesam.el (xesam-mode):
6787 * play/5x5.el (5x5-new-game):
6788 * play/yow.el (apropos-zippy):
6789 * progmodes/ada-mode.el (ada-mode-version):
6790 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6792 (f90-beginning-of-block):
6793 * progmodes/fortran.el (fortran-end-of-block)
6794 (fortran-beginning-of-block):
6795 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6796 * progmodes/python.el (python-describe-symbol, python-shell):
6797 * term/ns-win.el (ns-print-buffer):
6798 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6799 * textmodes/flyspell.el (flyspell-mode-on):
6800 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6801 (pages-directory-for-addresses):
6802 * textmodes/table.el (table-recognize-cell)
6803 (table-query-dimension, table-generate-source)
6804 (table-insert-sequence, table--warn-incompatibility):
6805 * textmodes/tex-mode.el (tex-validate-buffer):
6806 * textmodes/texinfmt.el (texinfmt-version)
6807 (texinfo-format-buffer):
6808 Use `called-interactively-p' instead of `interactive-p'.
6810 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6812 * image-mode.el (image-toggle-display):
6813 * emacs-lisp/elp.el (elp-instrument-function):
6814 * emacs-lisp/advice.el (ad-make-advised-definition):
6815 * emacs-lisp/easy-mmode.el (define-minor-mode):
6816 * net/browse-url.el (browse-url-maybe-new-window):
6817 * progmodes/sh-script.el (sh-learn-buffer-indent):
6818 Pass new argument 'any to `called-interactively-p'.
6820 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6822 * international/uni-bidi.el:
6823 * international/uni-category.el:
6824 * international/uni-combining.el:
6825 * international/uni-comment.el:
6826 * international/uni-decimal.el:
6827 * international/uni-decomposition.el:
6828 * international/uni-digit.el:
6829 * international/uni-lowercase.el:
6830 * international/uni-mirrored.el:
6831 * international/uni-name.el:
6832 * international/uni-numeric.el:
6833 * international/uni-old-name.el:
6834 * international/uni-titlecase.el:
6835 * international/uni-uppercase.el:
6836 Regenerate from Unicode 5.2.0 data.
6838 2009-10-01 Glenn Morris <rgm@gnu.org>
6840 * Makefile.in (ELCFILES): Regenerate.
6842 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6844 * subr.el (interactive-p): Mark obsolete.
6845 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6846 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6847 advertised-signature-table for subroutines as well.
6849 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6850 (set-advertised-calling-convention): New function.
6851 (make-obsolete, define-obsolete-function-alias)
6852 (make-obsolete-variable, define-obsolete-variable-alias):
6853 Make the optional-ness of `when' obsolete.
6854 (define-obsolete-face-alias): Make `when' non-optional.
6855 * help-fns.el (help-function-arglist):
6856 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6857 Use advertised-signature-table.
6859 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
6861 * files.el (delete-directory): New defun. The original function
6862 in fileio.c has been renamed to `delete-directory-internal'.
6864 * dired.el (dired-delete-file): Call `delete-directory' with
6865 RECURSIVE parameter.
6867 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6868 parameter RECURSIVE. Implementation is missing.
6870 * net/tramp.el (tramp-handle-make-directory): Flush upper
6871 directory's file properties.
6872 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6873 (tramp-handle-dired-recursive-delete-directory): Flush directory
6874 properties after the remove command only.
6876 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6877 Handle optional parameter RECURSIVE.
6879 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6880 Handle optional parameter RECURSIVE.
6882 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6884 (tramp-smb-handle-delete-directory): Handle optional parameter
6887 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6889 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6890 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6891 (byte-compile-defmacro): Use backquotes.
6893 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6895 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6896 has no associated file.
6897 (vc-resynch-buffer): Use vc-dir-buffers.
6899 2009-10-01 Glenn Morris <rgm@gnu.org>
6901 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6903 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6904 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6905 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6906 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6907 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6908 (eieio-copy-parents-into-subclass, make-instance, class-children)
6909 (eieio-generic-form):
6910 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6911 * cedet/cedet-idutils.el (cedet-idutils-search)
6912 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6913 (cedet-idutils-version-check):
6914 * cedet/cedet.el (cedet-version):
6915 * cedet/data-debug.el (data-debug-insert-overlay-button)
6916 (data-debug-insert-overlay-list-button)
6917 (data-debug-insert-buffer-button)
6918 (data-debug-insert-buffer-list-button)
6919 (data-debug-insert-process-button, data-debug-insert-ring-button)
6920 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6921 (data-debug-insert-stuff-vector-button)
6922 (data-debug-insert-symbol-button, data-debug-insert-string)
6923 (data-debug-insert-number, data-debug-insert-lambda-expression)
6924 (data-debug-insert-nil, data-debug-insert-simple-thing)
6925 (data-debug-insert-custom, data-debug-edebug-expr):
6926 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6927 (global-ede-mode-map, ede-new, ede-debug-target)
6928 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6929 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6930 (semantic-fetch-tags, semantic-submode-list)
6931 (semantic-default-submodes):
6932 * cedet/ede/source.el (ede-source-match):
6933 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6934 (project-am-package-info):
6935 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6936 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6937 * cedet/ede/proj-comp.el (ede-current-build-list):
6938 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6939 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6940 * cedet/ede/cpp-root.el (initialize-instance):
6941 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6942 (autoconf-parameter-strip, autoconf-insert-new-macro):
6943 * cedet/semantic/wisent.el (wisent-lex-eoi):
6944 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6945 (semantic-show-parser-state-mode):
6946 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6947 * cedet/semantic/tag.el (semantic-tag-new-variable)
6948 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6949 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6950 (semantic--tag-deep-copy-tag-list)
6951 (semantic-tag-components-with-overlays-default):
6952 * cedet/semantic/symref.el (semantic-symref-find-text):
6953 * cedet/semantic/senator.el (senator-yank-tag)
6954 (senator-transpose-tags-up):
6955 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6956 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6957 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6958 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6959 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6960 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6961 * cedet/semantic/lex-spp.el
6962 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6963 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6964 * cedet/semantic/idle.el
6965 (semantic-idle-summary-current-symbol-info-brutish)
6966 (semantic-idle-summary-current-symbol-info-default):
6967 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6968 (semantic--grammar-macro-compl-dict):
6969 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6970 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6971 (semantic-format-tag-canonical-name-default):
6972 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6973 (semantic-find-tags-for-completion)
6974 (semantic-find-tags-by-scope-protection-default)
6975 (semantic-deep-find-tags-for-completion):
6976 * cedet/semantic/edit.el
6977 (semantic-edits-incremental-reparse-failed-hook)
6978 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6979 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6980 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6981 * cedet/semantic/dep.el (semantic-dependency-include-path):
6982 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6983 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6984 (semanticdb-project-roots):
6985 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6986 (semanticdb-find-adebug-insert-scanned-tag-cons)
6987 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6988 (semanticdb-brute-deep-find-tags-for-completion):
6989 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6990 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6991 (semantic-end-of-context-default)
6992 (semantic-ctxt-current-function-default)
6993 (semantic-ctxt-scoped-types-default):
6994 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6995 (semantic-complete-inline-tag-engine)
6996 (semantic-complete-inline-custom-type)
6997 (semantic-complete-read-tag-analyzer):
6998 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6999 (semantic-chart-database-size):
7000 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7001 (semantic-analyze-current-context):
7002 * cedet/semantic/symref/list.el (semantic-symref)
7003 (semantic-symref-hide-buffer, semantic-symref-symbol):
7004 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7005 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7006 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7007 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7008 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7009 (semantic-c-dereference-template):
7010 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7011 (semantic--analyze-refs-full-lookup-with-parents)
7012 (semantic--analyze-refs-full-lookup-simple):
7013 * cedet/semantic/analyze/complete.el
7014 (semantic-analyze-possible-completions):
7015 * cedet/srecode/table.el (srecode-mode-table-new):
7016 * cedet/srecode/srt.el (srecode-read-variable-name):
7017 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7018 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7019 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7020 * cedet/srecode/map.el (srecode-current-map):
7021 * cedet/srecode/insert.el (srecode-insert)
7022 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7023 (srecode-template-inserter-point-override)
7024 (srecode-insert-include-lookup):
7025 * cedet/srecode/getset.el (srecode-auto-choose-class):
7026 * cedet/srecode/extract.el (srecode-inserter-extract):
7027 * cedet/srecode/document.el
7028 (srecode-document-autocomment-return-last-alist)
7029 (srecode-document-autocomment-param-type-alist)
7030 (srecode-document-insert-function-comment)
7031 (srecode-document-insert-variable-one-line-comment)
7032 (srecode-document-function-name-comment):
7033 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7034 (srecode-compound-toString):
7035 * cedet/srecode/compile.el (srecode-flush-active-templates):
7036 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7039 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7040 match-data. (Bug#4555).
7042 * cedet/semantic/bovine/gcc.el
7043 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7044 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7046 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7047 rather than parsing it as a regexp. This relaxes the layout
7048 requirements and makes errors easier to detect.
7049 (check-declare-verify): Check file is regular.
7050 (check-declare-directory): Doc fix.
7051 * subr.el (declare-function): Doc fix.
7053 * ibuffer.el (ibuffer-format-qualifier):
7054 * isearch.el (hi-lock-regexp-okay):
7055 * calc/calc.el (math-zerop):
7056 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7057 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7058 Remove unused declarations.
7060 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7062 * cedet/semantic/wisent/javat-wy.el
7063 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7065 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7067 * cedet/srecode/expandproto.el: Fix provide statement.
7069 2009-09-30 Eric Ludlam <zappo@gnu.org>
7071 * emacs-lisp/eieio.el (boolean-p): Delete.
7073 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7075 * cedet/ede/srecode.el: Fix provide statement.
7077 2009-09-30 Glenn Morris <rgm@gnu.org>
7079 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7080 * cedet/ede/proj-aux.el (ede-aux-source):
7081 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7083 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7084 (semantic-mrub-switch-tags): Fix doc typos.
7086 * cedet/semantic/db-global.el (data-debug-new-buffer)
7087 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7088 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7090 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7092 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7093 use of CL function `remove-if-not'.
7095 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7097 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7098 filename is not a string.
7100 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7102 * files.el (safe-local-eval-forms): Fix typo.
7104 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7106 * vc-hooks.el (vc-dir-buffers): New var.
7107 (vc-state-refresh): New function.
7109 (vc-after-save): Always ask the backend to recompute the new state.
7110 Always call vc-dir if necessary, using vc-dir-buffers.
7111 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7113 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7114 (vc-dir-prepare-status-buffer, vc-dir-update)
7115 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7116 Don't call expand-file-name on default-directory.
7118 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7120 * speedbar.el (speedbar-item-delete):
7121 * calc/calc-prog.el (calc-kbd-if):
7122 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7124 * epa.el (epa-key-list-mode-map):
7125 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7127 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7128 (hs-show-hook): Fix typo in docstring.
7130 2009-09-29 Glenn Morris <rgm@gnu.org>
7132 * cedet/semantic/symref/idutils.el:
7133 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7135 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7137 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7138 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7139 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7140 Mark declarations not understood by check-declare.
7142 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7143 file-name-nondirectory call preventing location of cedet files.
7144 (check-declare-verify): Use literal search rather than re-search.
7145 Add basic defmethod and defclass, and define-overloadable-function.
7147 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7148 Use tramp-compat-file-attributes rather than nonexistent
7149 tramp-compat-handle-file-attributes.
7151 * Makefile.in (lisptagsfiles4): New.
7152 (AUTOGENEL): Add cedet loaddefs files.
7153 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7154 (update-elclist, compile-always, backup-compiled-files)
7155 (bootstrap-clean): Add yet another directory level.
7156 (update-elclist): Use LC_COLLATE rather than COLLATE.
7157 (ELCFILES): Update, via `make update-elclist'.
7159 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7161 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7162 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7163 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7165 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7167 * Makefile.in (lisptagsfiles3): Define.
7168 (TAGS, TAGS-LISP): Use it.
7169 (update-elclist): Add third directory level to look for elc files.
7170 (compile-always): Likewise.
7171 (backup-compiled-files): Likewise.
7172 (bootstrap-clean): Likewise.
7175 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7177 * Makefile.in (ELCFILES): Add CEDET files.
7179 2009-09-28 Eric Ludlam <zappo@gnu.org>
7181 CEDET (development tools) package merged.
7185 * cedet/semantic/*.el:
7186 * cedet/srecode/*.el: New files.
7188 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7190 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7192 * net/tramp.el (top): Require tramp-imap.
7194 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7195 Use `tramp-compat-handle-file-attributes'.
7197 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7199 * net/tramp-imap.el: New package.
7201 2009-09-28 Eric Ludlam <zappo@gnu.org>
7203 * emacs-lisp/chart.el:
7204 * emacs-lisp/eieio-base.el:
7205 * emacs-lisp/eieio-comp.el:
7206 * emacs-lisp/eieio-custom.el:
7207 * emacs-lisp/eieio-datadebug.el:
7208 * emacs-lisp/eieio-opt.el:
7209 * emacs-lisp/eieio-speedbar.el:
7210 * emacs-lisp/eieio.el: New files.
7212 * cedet/cedet-cscope.el:
7213 * cedet/cedet-files.el:
7214 * cedet/cedet-global.el:
7215 * cedet/cedet-idutils.el:
7216 * cedet/data-debug.el:
7217 * cedet/inversion.el:
7218 * cedet/mode-local.el:
7219 * cedet/pulse.el: New files.
7221 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7223 * whitespace.el (whitespace-trailing-regexp)
7224 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7227 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7229 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7232 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7233 menu-bar-ediff-menu.
7235 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7236 define-overloadable-function.
7238 * progmodes/autoconf.el: Provide autoconf as well, so that this
7239 file can be `require'd.
7241 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7243 * emacs-lisp/autoload.el (generated-autoload-feature)
7244 (generated-autoload-load-name): New vars.
7245 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7246 (make-autoload): Recognize define-overloadable-function and
7247 defclass forms (for EIEIO).
7249 * Makefile.in (update-subdirs): Exclude cedet directory.
7251 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7253 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7255 * faces.el: Default light-background background for region face to
7256 ns_selection_color under NS.
7258 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7260 * net/imap-hash.el: New library, see NEWS.
7262 * Makefile.in (ELCFILES): Add imap-hash.el.
7264 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7266 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7267 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7268 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7269 definition where the docstring could be taken for the return value.
7271 2009-09-26 Glenn Morris <rgm@gnu.org>
7273 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7274 Add option to only show images below a certain size.
7275 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7276 save-excursion calls.
7278 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7280 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7281 subdirectories) and eieio.
7283 2009-09-26 Alan Mackenzie <acm@muc.de>
7285 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7286 buggy bracketing. (Bug#4289)
7288 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7289 character constants (as case labels). (Bug#4289)
7291 2009-09-25 Juri Linkov <juri@jurta.org>
7293 * files.el (safe-local-eval-forms): Allow time-stamp in
7294 before-save-hook (Bug#4554).
7296 2009-09-25 Drew Adams <drew.adams@oracle.com>
7298 * menu-bar.el (list-buffers-directory): Doc fix.
7300 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7302 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7303 Try and avoid copying twice the same paragraph.
7304 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7305 Remove save-excursion.
7306 (log-edit-changelog-entry): Do it here instead.
7308 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7310 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7311 when available, instead of hardcoding mode names. Doc fix.
7313 * menu-bar.el (list-buffers-directory): Add docstring.
7314 Make automatically buffer-local.
7316 * dired.el (dired-mode):
7317 * files.el (cd-absolute):
7318 * pcvs.el (cvs-temp-buffer):
7319 * pcvs-util.el (cvs-get-buffer-create):
7320 * shell.el (shell-mode):
7321 * vc-dir.el (vc-dir-mode):
7322 Don't make `list-buffers-directory' buffer local.
7324 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7326 * comint.el (comint-exec, comint-run, make-comint):
7327 Doc fixes (Bug#4542).
7329 2009-09-25 Glenn Morris <rgm@gnu.org>
7331 * mail/rmailmm.el (rmail-mime): New custom group.
7332 Move all defcustoms in this file into this group.
7333 (rmail-mime-media-type-handlers-alist): Revert previous change.
7334 (rmail-mime-show-images): New option.
7335 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7336 references to it, since it wasn't actually used for anything.
7337 (rmail-mime-insert-image): New function.
7338 (rmail-mime-image): Use rmail-mime-insert-image.
7339 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7340 obey the value of `rmail-mime-show-images' option. Print the size of
7343 2009-09-25 David Engster <deng@randomsample.de>
7345 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7347 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7349 * whitespace.el: Does not highlight trailing spaces While point is
7350 at end of line. Does not highligt spaces at beginning of buffer
7351 while point is at beginning of buffer. Does not highlight spaces
7352 at end of buffer while point is at end of buffer. (Bug#4177)
7354 (whitespace-display-mappings): Adjust initialization.
7355 (whitespace-point, whitespace-font-lock-refontify): New vars.
7356 (whitespace-color-on, whitespace-color-off): Adjust code.
7357 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7358 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7359 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7361 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7363 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7365 * textmodes/sgml-mode.el: Remove xml-mode alias.
7367 * files.el (auto-mode-alist, conf-mode-maybe)
7368 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7370 2009-09-24 Alan Mackenzie <acm@muc.de>
7372 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7373 c-forward-conditionals, but it doesn't move point and doesn't set
7375 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7376 (c-down-conditional-with-else, c-backward-conditional)
7377 (c-forward-conditional): Refactor to use c-scan-conditionals.
7379 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7381 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7382 (help-default-arg-highlight): Remove.
7383 (help-highlight-arg): New function.
7384 (help-do-arg-highlight): Use it.
7385 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7387 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7389 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7390 Undo last change, which didn't fix the problem and introduced others.
7392 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7394 * progmodes/gdb-mi.el: Don't require speedbar.
7395 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7397 2009-09-24 Glenn Morris <rgm@gnu.org>
7399 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7401 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7403 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7404 there is no newline after the final mime boundary. (Bug#4539)
7405 Move markers on insertion so that any buttons inserted don't end up in
7406 the next part of a multipart message.
7407 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7408 (rmail-mime-bulk-handler): Optionally handle images.
7409 (rmail-mime-image): New button action.
7410 (rmail-mime-image-handler): New function.
7411 (rmail-mime-mode): New mode.
7412 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7414 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7416 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7417 than just dropping elements from it (bug#4504).
7419 * term.el (term-set-scroll-region): Don't move cursor any more.
7420 (term-handle-ansi-escape): Call term-goto here instead.
7421 Suggested by Ivan Kanis <apple@kanis.eu>.
7423 * term.el: Require CL.
7424 (term-ansi-reset): New function.
7425 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7426 (term-handle-colors-array): Simplify.
7428 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7430 * allout.el (allout-overlay-interior-modification-handler)
7431 (allout-obtain-passphrase):
7432 * epa-file.el (epa-file-write-region):
7433 * ps-print.el (ps-begin-job):
7434 * vc-hooks.el (vc-toggle-read-only):
7435 * vc-rcs.el (vc-rcs-rollback):
7436 * vc-sccs.el (vc-sccs-rollback):
7437 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7438 (vc-version-diff, vc-revert, vc-rollback):
7439 * wdired.el (wdired-check-kill-buffer):
7440 * emacs-lisp/authors.el (authors):
7441 * net/socks.el (socks-open-connection):
7442 * net/zeroconf.el (zeroconf-service-add-hook):
7443 * obsolete/vc-mcvs.el (vc-mcvs-register):
7444 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7446 * progmodes/grep.el (lgrep, rgrep):
7447 * progmodes/idlw-help.el (idlwave-help-check-locations)
7448 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7449 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7450 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7451 (reftex-toc-rename-label): Fix typos in error messages.
7453 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7454 (dired-copy-how-to-fn): Doc fix.
7455 (dired-files-attributes, dired-read-shell-command):
7456 Fix typos in docstrings.
7458 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7459 (dired-x-find-file-other-window): Reflow docstrings.
7460 (dired-omit-marker-char, dired-read-shell-command)
7461 (dired-x-submit-report): Fix typos in docstrings.
7463 * shell.el (shell-mode-hook):
7464 * view.el (View-scroll-line-forward):
7465 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7466 Fix typos in docstrings.
7468 * net/dig.el (dig-invoke): Fix typo in docstring.
7469 (query-dig): Reflow docstring.
7471 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7472 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7473 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7474 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7475 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7476 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7477 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7478 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7479 (idlwave-completion-map, idlwave-current-indent)
7480 (idlwave-custom-ampersand-surround, idlwave-customize)
7481 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7482 (idlwave-define-abbrev, idlwave-determine-class-special)
7483 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7484 (idlwave-end-block-reg, idlwave-end-of-statement)
7485 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7486 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7487 (idlwave-explicit-class-listed, idlwave-file-header)
7488 (idlwave-fill-paragraph, idlwave-find-class-definition)
7489 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7490 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7491 (idlwave-in-quote, idlwave-indent-action-table)
7492 (idlwave-indent-expand-table, idlwave-indent-line)
7493 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7494 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7495 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7496 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7497 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7498 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7499 (idlwave-outlawed-buffers, idlwave-popup-select)
7500 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7501 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7502 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7503 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7504 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7505 (idlwave-statement-type, idlwave-struct-skip)
7506 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7507 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7508 (idlwave-what-module-find-class): Fix typos in docstrings.
7509 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7510 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7511 (idlwave-find-module, idlwave-find-structure-definition)
7512 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7513 (idlwave-list-load-path-shadows, idlwave-next-statement)
7514 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7515 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7516 (idlwave-template): Reflow docstrings.
7518 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7519 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7520 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7521 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7522 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7523 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7524 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7525 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7526 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7527 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7528 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7529 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7530 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7531 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7532 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7533 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7534 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7535 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7536 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7537 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7538 Fix typos in docstrings.
7539 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7540 (idlwave-shell-hide-output, idlwave-shell-mode)
7541 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7544 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7546 2009-09-24 Ivan Kanis <apple@kanis.eu>
7548 * term.el (term-bold-attribute): New var.
7549 (term-handle-colors-array): Use it.
7551 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7553 * progmodes/gdb-mi.el (gdb-version): New variable.
7554 (gdb-non-stop-handler): Set gdb-version.
7555 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7556 Condition "--thread" option on gdb-version.
7557 (gdb-invalidate-threads): Remove unused argument.
7559 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7561 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7562 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7564 2009-09-23 Glenn Morris <rgm@gnu.org>
7566 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7567 replying to mail without References or Message-Id. (Bug#4525)
7569 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7571 * term/ns-win.el (ns-reg-to-script): New variable.
7573 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7575 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7577 2009-09-22 Sam Steingold <sds@gnu.org>
7579 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7580 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7581 to 1 because hg returns status 1 when nothing is found.
7582 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7584 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7586 * textmodes/fill.el: Convert to utf-8 encoding.
7587 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7590 * add-log.el (change-log-fill-forward-paragraph): New function.
7591 (change-log-mode): Use it so fill-region DTRT.
7592 Set fill-indent-according-to-mode here rather than in
7593 change-log-fill-paragraph.
7594 (change-log-fill-paragraph): Remove.
7596 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7598 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7599 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7601 2009-09-22 Glenn Morris <rgm@gnu.org>
7603 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7604 the scroll-bar scroll the calendar window rather than the buffer.
7606 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7607 commands that move point (as opposed to scrolling).
7609 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7611 * emacs-lisp/elint.el (elint): New custom group.
7612 (elint-log-buffer): Make it a defcustom.
7613 (elint-scan-preloaded, elint-ignored-warnings)
7614 (elint-directory-skip-re): New options.
7615 (elint-builtin-variables): Doc fix.
7616 (elint-preloaded-env): New variable.
7617 (elint-unknown-builtin-args): Add an entry for encode-time.
7618 (elint-extra-errors): Make it a variable rather than a constant.
7619 (elint-preloaded-skip-re): New constant.
7620 (elint-directory): Skip files matching elint-directory-skip-re.
7621 (elint-features): New variable, local to linted buffers.
7622 (elint-update-env): Initialize elint-features. Possibly add
7623 elint-preloaded-env to the buffer's environment.
7624 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7626 (elint-init-form): New function, extracted from elint-init-env.
7627 Make non-list forms a warning rather than an error.
7628 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7629 easy-menu-define, put that adds an error-condition, and provide.
7630 When requiring cl, also require cl-macs. Really require cl, to handle
7631 some cl macros. Store required libraries in the list elint-features,
7632 so as not to re-load them. Treat cc-require like require.
7633 (elint-init-env): Call elint-init-form to do the work.
7634 Handle eval-and-compile and such like.
7635 (elint-add-required-env): Do not clear messages.
7636 (elint-special-forms): Add handlers for function, defalias, if, when,
7638 (elint-form): Add optional argument to ignore elint-special-forms,
7639 useful to prevent recursive calls from handlers. Doc fix.
7640 Respect elint-ignored-warnings.
7641 (elint-form): Respect elint-ignored-warnings.
7642 (elint-bound-variable, elint-bound-function): New variables.
7643 (elint-unbound-variable): Respect elint-bound-variable.
7644 (elint-get-args): Respect elint-bound-function.
7645 (elint-check-cond-form): Add some simple handling for (f)boundp and
7647 (elint-check-defalias-form): New handler.
7648 (elint-check-let-form): Make an empty let a warning rather than an
7650 (elint-check-setq-form): Make an empty setq a warning rather than an
7651 error. Respect elint-ignored-warnings.
7652 (elint-check-defvar-form): Accept null doc-strings.
7653 (elint-check-conditional-form): New handler. Does some simple-minded
7654 checking of featurep and (f)boundp tests.
7655 (elint-put-function-args): New function.
7656 (elint-initialize): Use elint-scan-doc-file rather than
7657 elint-find-builtin-variables. Use elint-put-function-args.
7658 Possibly scan preloaded-file-list.
7659 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7660 extend to handle functions as well.
7662 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7664 * linum.el (linum-delete-overlays, linum-update-window):
7665 Do not modify the right margin. (Bug#3971)
7667 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7669 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7670 nxml-mode instead of xml-mode.
7672 2009-09-21 Kevin Ryde <user42@zip.com.au>
7674 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7676 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7678 * net/dig.el (dig-mode): Use define-derived-mode.
7680 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7682 * vc-dispatcher.el (vc-do-command): Return the process object in
7683 the asynchronous case. Use when instead of if. Do not run
7684 vc-exec-after to display a message if not enabled. (Bug#4463)
7686 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7687 properties to the stash strings.
7688 (vc-git-stash-list): Return a list of strings.
7689 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7690 (vc-git-stash-show-at-point): New functions.
7691 (vc-git-stash-map): New keymap.
7693 * register.el (ctl-x-r-map): Define the keys here instead of
7696 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7698 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7699 list, to workaround performance problem (bug#4485).
7701 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7703 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7705 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7707 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7708 Document that this option is not recommended to use.
7710 2009-09-19 Glenn Morris <rgm@gnu.org>
7712 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7715 * calc/calc-alg.el (var):
7716 * calc/calcalg2.el (var): Define for compiler.
7718 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7720 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7723 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7725 * time-stamp.el (time-stamp-month-dd-yyyy)
7726 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7727 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7728 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7729 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7730 Remove functions that have been obsolete since 1995 (Bug#4436).
7732 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7733 indent buffer only if called interactively (Bug#4452).
7735 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7736 Eli Zaretskii <eliz@gnu.org>
7738 This fixes bug#4197 (merged to bug#865, though not identical).
7739 * server.el (server-auth-dir): Add docstring note about FAT32.
7740 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7741 but warn against using them.
7743 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7745 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7746 older GDB where there is no has_more field.
7748 2009-09-19 Glenn Morris <rgm@gnu.org>
7750 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7752 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7754 * files.el (auto-mode-alist): Change default for XML files to nXML
7757 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7759 * server.el (server-ensure-safe-dir): Pass 'integer
7760 to `file-attributes', as suggested.
7762 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7764 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7765 (dired-query): Use read-key.
7767 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7769 * cus-start.el (ns-use-qd-smoothing): Remove.
7771 2009-09-18 Glenn Morris <rgm@gnu.org>
7773 * allout.el (top-level): Remove unnecessary progn.
7775 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7777 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7778 definition of abbrev table.
7780 * speedbar.el (speedbar-track-mouse):
7781 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7782 * net/eudc.el (eudc-expand-inline):
7783 * net/newst-backend.el (newsticker--cache-read-feed):
7784 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7785 condition-case handlers.
7787 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7789 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7790 (gdb-var-list): Add an element for has_more field.
7791 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7792 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7793 (gdb-var-update-handler-1): Parse output of dynamic variable
7794 objects (STL containers).
7795 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7796 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7798 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7800 (gud-speedbar-buttons): Make node expandable if expression "has more"
7803 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7805 * startup.el (emacs-quick-startup): Remove variable and all uses.
7806 (command-line): Set `inhibit-x-resources' instead.
7807 (command-line-1): Use `inhibit-x-resources' instead.
7809 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7811 * subr.el: Fix last change to avoid using the `unless' macro,
7812 which breaks bootstrapping.
7814 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7816 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7817 extended definitions, in case we reload subr.el after having
7819 (eval-next-after-load): Mark as obsolete.
7821 2009-09-17 Juri Linkov <juri@jurta.org>
7823 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7824 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7825 (menu-bar-showhide-menu, menu-bar-tools-menu)
7826 (menu-bar-describe-menu, menu-bar-help-menu)
7827 (minibuffer-local-completion-map, minibuffer-local-map):
7830 2009-09-17 Glenn Morris <rgm@gnu.org>
7832 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7833 arguments, whether or not it has a handler.
7835 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7837 * simple.el (hard-newline): Give it a doc-string.
7839 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7840 (lisp-mode-syntax-table): Give them doc-strings.
7842 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7844 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7845 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7846 (menu-bar-options-menu, menu-bar-showhide-menu)
7847 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7848 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7849 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7850 (menu-bar-options-menu, menu-bar-tools-menu)
7851 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7852 (menu-bar-help-menu):
7853 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7856 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7857 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7858 calls for the menu names and :help.
7860 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7862 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7863 to :minor-mode-function (bug#4455).
7865 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7867 * startup.el (command-line): Initialize the window-system after
7868 processing the command-line.
7870 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7871 page-delimiter matches the empty string.
7873 2009-09-16 Glenn Morris <rgm@gnu.org>
7875 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7876 byte-compile-not-obsolete-var. It's a list now.
7877 (byte-compile-not-obsolete-funcs): New variable.
7878 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7879 byte-compile-not-obsolete-funcs.
7880 (byte-compile-variable-ref, byte-compile-defvar): Update for
7881 byte-compile-not-obsolete-vars name-change and list nature.
7882 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7883 and variables behind (f)boundp tests.
7884 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7886 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7888 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7890 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7892 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7893 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7896 2009-09-15 Stephen Eglen <stephen@gnu.org>
7898 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7899 the virtual-buffers, use the name of the buffer specified by
7900 find-file-noselect, as the match may be a symlink. (This was a
7901 problem if the target and the symlink had different names.)
7903 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7905 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7907 * desktop.el (desktop-path): Check user-emacs-directory.
7909 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7911 * loadup.el: Use after-load-functions to GC after loading each file.
7912 Remove the explicit GC calls that used to be sprinkled around.
7914 * subr.el (after-load-functions): New hook.
7915 (do-after-load-evaluation): Run it. Use string-match-p to detect
7916 `obsolete' packages, rather than painfully extracting the relevant
7919 2009-09-15 Glenn Morris <rgm@gnu.org>
7921 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7922 free variable `doc'.
7924 * dired.el (dired-mode-map): Add menu entry for async shell command.
7926 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7927 variables, also consider the .elc files, since the .el files are
7928 normally gzipped (subsequent code locates the .el.gz from the .elc).
7930 * calc/calc-prog.el (arglist): Define for compiler.
7932 * calendar/diary-lib.el (diary-display-function): Change the default to
7934 (body): Define for compiler.
7936 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7937 (byte-compile-file-form, byte-compile-lambda)
7938 (byte-compile-top-level-body, byte-compile-form)
7939 (byte-compile-variable-ref, byte-compile-setq)
7940 (byte-compile-setq-default, byte-compile-body)
7941 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7942 (batch-byte-compile): Give some more local variables with common names
7943 a "bytecomp-" prefix to avoid masking warnings about free variables.
7945 * startup.el (command-line-1): Give local variables with common names a
7946 distinguishing prefix, so as not to hide free variable warnings during
7949 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7950 clever and add a suffix to make a unique name, just let the user decide
7951 whether or not to overwrite it. If the input is a directory, write the
7952 default filename to that directory. (Bug#4388)
7953 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7954 is a filename-as-a-directory.
7956 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7958 * textmodes/page.el (what-page): Don't move to beginning of line.
7959 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7961 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7963 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7965 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7967 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7968 * help.el (help-for-help-internal): Add purecopy calls for text.
7970 * vc.el (top): print-log method now takes an optional SHORTLOG
7971 argument. Add a new method: root.
7972 (vc-root-diff, vc-print-root-log): New functions.
7973 (vc-log-short-style): New variable.
7974 (vc-print-log-internal): Add support for showing short logs.
7976 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7977 vc-print-root-log and vc-print-root-diff.
7979 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7980 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7981 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7984 * vc-cvs.el (vc-cvs-print-log):
7985 * vc-mtn.el (vc-mtn-print-log):
7986 * vc-rcs.el (vc-rcs-print-log):
7987 * vc-sccs.el (vc-sccs-print-log):
7988 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7989 that is ignored for now.
7991 * vc-mtn.el (vc-mtn-annotate-command):
7992 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7994 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7996 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7997 to function-key-map, and give them ascii-character property.
7998 * term/x-win.el (x-alternatives-map):
7999 * term/ns-win.el (ns-alternatives-map):
8000 * term/internal.el (msdos-key-remapping-map):
8001 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8003 2009-09-14 Glenn Morris <rgm@gnu.org>
8005 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8006 temp-buffers (2009-09-12).
8008 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8010 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8011 the new read-key function.
8013 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8015 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8016 is defined (Bug#4405).
8018 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8020 * recentf.el (recentf-cleanup): Use a hash table to find
8021 duplicates (Bug#4407).
8023 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8025 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8026 kp-0 to ascii equivalents (Bug#4325).
8028 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8030 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8032 * eshell/em-hist.el:
8033 * eshell/em-dirs.el (eshell-complete-user-reference):
8034 Declare pcomplete functions and variables to avoid compiler warnings.
8036 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8038 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8039 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8040 * eshell/em-alias.el (eshell-aliases-file):
8041 * eshell/em-hist.el (eshell-history-file-name):
8042 Use expand-file-name instead of concat to make file names (Bug#4308).
8044 2009-09-13 Glenn Morris <rgm@gnu.org>
8046 * ediff-merg.el (ediff-do-merge):
8047 * filesets.el (filesets-run-cmd):
8048 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8049 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8050 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8051 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8052 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8053 Replace empty `let's with `progn'.
8055 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8057 * mail/sendmail.el (send-mail-function):
8058 * tooltip.el (tooltip-mode):
8059 * simple.el (transient-mark-mode):
8060 * rfn-eshadow.el (file-name-shadow-mode):
8061 * frame.el (blink-cursor-mode):
8062 * font-core.el (global-font-lock-mode):
8063 * files.el (temporary-file-directory)
8064 (small-temporary-file-directory, auto-save-file-name-transforms):
8065 * epa-hook.el (auto-encryption-mode):
8066 * composite.el (global-auto-composition-mode):
8067 Use custom-initialize-delay.
8068 * startup.el (command-line): Don't explicitly call
8069 custom-reevaluate-setting for all the above vars.
8070 * custom.el (custom-initialize-safe-set)
8071 (custom-initialize-safe-default): Delete.
8073 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8075 * term/x-win.el (x-initialize-window-system):
8076 * term/w32-win.el (w32-initialize-window-system):
8077 * term/ns-win.el (ns-initialize-window-system): Don't call
8078 mouse-wheel-mode since it's enabled globally by default already.
8080 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8081 actually define the variable, but only silences the byte-compiler.
8082 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8083 before looking it up.
8084 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8087 2009-09-12 Glenn Morris <rgm@gnu.org>
8089 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8091 (elint-add-required-env): Don't beep on error.
8092 (elint-forms): In case of error, return ENV unchanged.
8093 (elint-init-env): Skip non-list forms.
8094 (elint-log): Handle unknown file positions.
8096 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8098 * epg.el (epg-make-context): Add autoload cookie.
8099 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8100 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8101 (epg-verify-string, epg-start-sign, epg-sign-file)
8102 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8103 (epg-encrypt-string, epg-start-export-keys)
8104 (epg-export-keys-to-file, epg-export-keys-to-string)
8105 (epg-start-import-keys, epg-import-keys-from-file)
8106 (epg-import-keys-from-string, epg-start-receive-keys)
8107 (epg-receive-keys, epg-import-keys-from-server)
8108 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8109 (epg-sign-keys, epg-start-generate-key)
8110 (epg-generate-key-from-file, epg-generate-key-from-string):
8111 Remove autoload cookie.
8113 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8115 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8116 reevaluation of trash-directory.
8118 * mwheel.el: Fix last change.
8119 (mouse-wheel-mode): New defvar.
8120 (mouse-wheel-mode): Remove autoload cookie.
8122 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8124 * mwheel.el (mwheel-installed-bindings): New var.
8125 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8126 the bindings we set last time. Use custom-initialize-delay.
8127 * loadup.el: Load mwheel after term/*-win.el.
8128 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8129 and mouse-wheel-up-event now that their first evaluation is done
8130 sufficiently late to be correct.
8132 * startup.el (tutorial-directory): Make it a defcustom.
8133 Use custom-initialize-delay rather than eval-at-startup to set it.
8134 * image.el (image-load-path): Make it a defcustom.
8135 Use custom-initialize-delay rather than eval-at-startup to set it.
8136 * subr.el (eval-at-startup): Remove.
8137 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8139 * subr.el (do-after-load-evaluation): Warn the user after loading an
8142 2009-09-12 Glenn Morris <rgm@gnu.org>
8144 * proced.el (proced-mark-alt): Remove alias.
8145 (proced-mode-map): Remove proced-mark-alt.
8147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8148 Elint file and directory. Remove initialization entry.
8150 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8152 (elint-current-buffer): Set mode-line-process.
8153 (elint-init-env): Handle define-derived-mode.
8154 Fix declare-function with unspecified arglist. Guard against odd
8155 defalias statements (eg iso-insert's 8859-1-map).
8156 (elint-add-required-env): Use a temp buffer.
8157 (elint-form): Just print the function/macro name, not the whole form.
8158 Return env unchanged if we fail to parse a macro.
8159 (elint-forms): Guard against parse errors.
8160 (elint-output): New function, to handle batch mode.
8161 (elint-log-message): Add optional argument. Use elint-output.
8162 (elint-set-mode-line): New function.
8164 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8166 * emacs-lisp/elp.el (elp-not-profilable): Add more
8167 functions (Bug#4233).
8169 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8171 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8172 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8174 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8176 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8177 (gdb-var-list-children): Use json parsing.
8179 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8181 * progmodes/js.el (js--proper-indentation): Handle the case where
8182 char-before is null. Reported by Deniz Dogan.
8184 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8186 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8188 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8190 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8191 (epg-digest-algorithm-alist): Add SHA224.
8192 (epg-context-set-passphrase-callback)
8193 (epg-context-set-progress-callback): Add description about
8196 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8198 * custom.el (custom-delayed-init-variables): New var.
8199 (custom-initialize-delay): New function.
8200 * startup.el (command-line): "Re"evaluate all vars in
8201 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8202 explicitly any more.
8203 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8204 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8206 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8208 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8210 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8211 (gdb-var-update-handler): Use json parsing.
8213 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8215 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8216 decode annotated text, regardless of language environment. (Bug#2741)
8218 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8220 * Makefile.in (autoloads): Make rmail.el writable as well.
8222 2009-09-11 Glenn Morris <rgm@gnu.org>
8224 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8226 * dired.el: Regenerate with extracted autoloads.
8227 * Makefile.in (autoloads): Make dired.el writable.
8229 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8230 * ibuffer.el: Regenerate with extracted autoloads.
8231 * Makefile.in (autoloads): Make ibuffer.el writable.
8233 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8234 * version.el (emacs-copyright, emacs-major-version)
8235 (emacs-minor-version): Reformat doc-strings for make-docfile.
8237 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8238 functions and variables, since they must be stuff specific to some other
8240 (apropos-print): Make mouse-click message less specific about button.
8242 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8243 that records where a macro was defined.
8244 * help-fns.el (describe-function-1): Mention if a function has a
8246 * help-mode.el (help-function-cmacro): New button.
8248 * locate.el (top-level): Always require dired.
8249 (locate-mode-map): Initialize inside the defvar.
8251 * net/ange-ftp.el (dired-compress-file): Declare.
8252 (ange-ftp-dired-compress-file): Add doc string.
8254 * term/ns-win.el (x-display-name, x-setup-function-keys):
8255 Unify doc-strings with X versions.
8257 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8259 * emulation/crisp.el (crisp-mode-map): Move initialization
8261 (crisp-mode): Use define-minor-mode.
8263 * progmodes/xscheme.el (xscheme-evaluation-commands):
8264 Put a :advertised-binding property rather than using
8265 advertised-xscheme-send-previous-expression.
8266 (advertised-xscheme-send-previous-expression): Declare obsolete.
8267 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8269 (crisp-mode): Add corresponding bindings to
8270 undo's :advertised-binding instead.
8271 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8272 than using dired-advertised-find-file.
8273 (dired-advertised-find-file):
8274 * simple.el (advertised-undo):
8275 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8276 (widget-keymap): Put a :advertised-binding property rather
8277 than using advertised-widget-backward.
8278 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8279 than using advertised-undo.
8280 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8282 2009-09-10 Simon South <ssouth@slowcomputing.org>
8284 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8285 Mark mode is enabled and region is active; otherwise indent or
8286 insert TAB as usual.
8287 (delphi-mode): Update description of TAB-key binding.
8289 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8291 * subr.el (define-key-rebound-commands): Mark obsolete.
8292 * startup.el (precompute-menubar-bindings): Remove.
8293 (normal-top-level): Remove obsolete code that tried to precompute
8295 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8296 define-key-rebound-commands and precompute-menubar-bindings.
8298 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8300 * net/imap.el (imap-interactive-login): Better messages.
8301 (imap-open): Fix bug with renamed buffer on reconnect.
8302 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8303 for easier debugging and cleaner code. On successful (guessed based on
8304 server capabilities) secondary authentication, set imap-state
8306 (imap-last-authenticator): Define imap-last-authenticator as a variable
8309 2009-09-10 Glenn Morris <rgm@gnu.org>
8311 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8313 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8314 (byte-compile-file-form-autoload): Don't warn about unknown functions
8315 where the autoload statement comes after the use.
8316 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8317 that any handlers inside the body (eg require) are in turn respected.
8319 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8322 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8323 and syntax and abbrev tables basic docs, if they don't have any.
8325 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8327 * international/mule-cmds.el (top-level): Require cl when compiling.
8328 (view-hello-file): Use default-value rather than
8329 default-enable-multibyte-characters.
8331 * progmodes/fortran.el: Move all safe and risky properties into the
8334 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8335 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8337 Put autoloads in rmail.el rather than loaddefs.el.
8338 * mail/rmail.el: Regenerate with extracted autoloads.
8340 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8341 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8343 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8345 Reported in thread for Bug#4375.
8346 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8347 "-data-evaluate-expression" instead of print.
8348 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8349 (gdb-tooltip-print): Parse output from above MI command.
8350 (gdb): Revert 2009-08-11 change. User should detach inferior
8353 Remove the word "separate" from IO functions as inferior
8354 output is now never displayed in the GUD buffer.
8356 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8358 * startup.el (command-line-normalize-file-name): On Windows and
8359 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8361 2009-09-10 Juri Linkov <juri@jurta.org>
8363 * isearch.el (isearch-text-char-description): Propertize escape
8364 character sequences with the `escape-glyph' face. (Bug#4344)
8366 * simple.el (shell-command): Set asynchronous process filter to
8367 `comint-output-filter'. (Bug#4343)
8369 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8370 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8371 the list. Move "asm" to the bottom.
8372 (grep-find-ignored-directories): Add `choice' with nil value
8373 to empty the list easily.
8374 (grep-find-ignored-files): New option.
8375 (grep-files-history): Set to nil by default instead of '("ch" "el").
8376 (grep-compute-defaults): Add "<X>" to `grep-template'.
8377 (grep-read-files): Bind new local variables `default-alias' and
8378 `default-extension'. Use a list of default values for the file prompt.
8379 (lgrep): Add `--exclude=' command line options composed from
8380 `grep-find-ignored-files'.
8381 (rgrep): Add `-name' command line options composed from
8382 `grep-find-ignored-files'. (Bug#4301)
8384 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8386 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8389 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8391 * calendar/time-date.el (autoload):
8392 Expand define-obsolete-function-alias into defalias and make-obsolete
8393 for old Emacsen that Gnus supports.
8394 (with-no-warnings): Define it for old Emacsen.
8395 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8397 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8398 float-time is available; suppress compile warning for time-to-seconds.
8400 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8402 * net/imap.el (imap-message-map): Docstring fix.
8404 2009-09-09 Glenn Morris <rgm@gnu.org>
8406 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8407 line numbers too. (Bug#4374)
8409 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8411 * smerge-mode.el (smerge-remove-props, smerge-refine):
8412 Use with-silent-modifications (bug#4342).
8414 * subr.el (with-silent-modifications): New macro.
8416 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8418 * files.el (top-level): Require `cl' when compiling.
8420 2009-09-07 Glenn Morris <rgm@gnu.org>
8422 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8424 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8425 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8427 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8429 * vc-git.el (vc-git-annotate-command): Use separator to parse
8430 arguments correctly.
8432 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8434 * proced.el (proced-mode): Doc fix.
8436 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8438 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8440 (tramp-do-file-attributes-with-ls): Check for file existence at
8442 (tramp-do-file-attributes-with-stat): Likewise.
8443 (tramp-convert-file-attributes): Return nil when attr is nil.
8445 2009-09-05 Glenn Morris <rgm@gnu.org>
8447 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8448 properties to this button.
8449 (diary-fancy-display): Don't extend the button to the final newline.
8450 (diary-fancy-display-mode): Continue to define "q" as a local key.
8452 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8455 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8457 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8458 (byte-compile-dest-file-function): New option.
8459 (byte-compile-dest-file): Doc fix.
8460 Obey byte-compile-dest-file-function.
8461 (byte-compile-cl-file-p): New function.
8462 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8463 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8464 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8465 than for file being previously loaded.
8466 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8467 (byte-compile-file-form-require): Handle the case where requiring a file
8468 indirectly causes CL to be loaded.
8470 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8472 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8473 before killing the old buffer, since by the time `kill-buffer' is
8474 run so many buffer variables have been set to nil that it may not
8475 behave as expected. (Bug#4061)
8477 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8479 * files.el (find-alternate-file): If the old buffer is modified
8480 and visiting a file, behave similarly to `kill-buffer' when
8481 killing it, thus reverting to the pre-1.878 behavior; see
8482 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8483 for discussion. Also, consult `buffer-file-name' as a variable
8484 not as a function, for consistency with the rest of the code.
8486 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8488 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8489 also when adding a new directory.
8491 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8494 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8496 * files.el (locate-file-completion-table): Make it provide boundary
8497 information, so partial-completion works better.
8499 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8501 * mail/footnote.el (Footnote-text-under-cursor):
8502 Check footnote-text-marker-alist before using it (bug#4324).
8504 2009-09-04 Glenn Morris <rgm@gnu.org>
8506 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8507 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8508 * play/solitaire.el, play/tetris.el:
8509 Remove leading * from defcustom and defface docs.
8511 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8513 (diary-fancy-overriding-map): New variable.
8514 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8517 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8520 2009-09-03 Glenn Morris <rgm@gnu.org>
8522 * arc-mode.el (archive-mode):
8523 * dos-fns.el (set-default-process-coding-system):
8524 * man.el (Man-getpage-in-background):
8525 * menu-bar.el (menu-bar-describe-menu):
8526 * server.el (server-process-filter):
8527 * startup.el (command-line):
8528 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8529 * w32-fns.el (set-default-process-coding-system):
8530 * x-dnd.el (x-dnd-handle-file-name):
8531 * international/mule-cmds.el (mule-menu-keymap)
8532 (set-default-coding-systems, language-info-alist, set-language-info)
8533 (set-language-environment, standard-display-european-internal)
8534 (set-locale-environment):
8535 * international/mule-diag.el (mule-diag):
8536 * mail/emacsbug.el (report-emacs-bug):
8537 * mail/rmail.el (rmail-mode):
8538 * mail/sendmail.el (mail-setup):
8539 Use default-value rather than default-enable-multibyte-characters.
8541 * progmodes/f90.el: Move all safe properties into the defcustoms.
8542 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8544 * calendar/appt.el (appt-check):
8545 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8546 (diary-check-diary-file, diary-list-entries)
8547 (diary-include-other-diary-files, diary-simple-display)
8548 (diary-fancy-display, diary-print-entries)
8549 (diary-mark-included-diary-files, diary-make-entry):
8550 Don't call substitute-in-file-name on diary-file.
8552 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8553 Stefan Monnier <monnier@iro.umontreal.ca>
8555 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8556 (footnote-mode-map): Move initialization into the declaration.
8557 (footnote-minor-mode-map): Define it rather than changing global-map.
8558 (footnote-mode): Use define-minor-mode.
8560 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8562 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8563 (tramp-do-file-attributes-with-perl)
8564 (tramp-do-file-attributes-with-stat): Rename from
8565 `tramp-handle-file-attributes-with-*'.
8566 (tramp-handle-file-attributes): Use them.
8567 (tramp-do-directory-files-and-attributes-with-perl)
8568 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8569 `tramp-handle-directory-files-and-attributes-with-*'.
8570 (tramp-handle-directory-files-and-attributes): Use them.
8571 (tramp-method-out-of-band-p): Additional parameter SIZE.
8572 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8573 (tramp-handle-write-region): Use it.
8574 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8575 (tramp-handle-vc-registered): Check, whether the first run did
8576 return files to be tested.
8577 (tramp-advice-make-auto-save-file-name): Do not call directly
8578 `tramp-handle-make-auto-save-file-name', because this would bypass
8579 the locking mechanism.
8581 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8582 (file-remote-p, process-file, start-file-process, set-file-times)
8583 (tramp-compat-file-attributes): Compatibility functions shall not
8584 call directly `tramp-handle-*', because this would bypass the
8586 (tramp-compat-number-sequence): New defun.
8588 2009-09-02 Glenn Morris <rgm@gnu.org>
8590 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8591 alias for float-time.
8592 (time-to-number-of-days): In Emacs, use float-time.
8593 * net/newst-backend.el (time-add): Suppress warnings from compat
8595 * time.el (emacs-uptime, emacs-init-time):
8596 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8597 Use float-time rather than time-to-seconds.
8599 * minibuffer.el (completion-initials-expand): Fix typo.
8601 * faces.el (modeline, modeline-inactive, modeline-highlight)
8602 (modeline-buffer-id):
8603 * info.el (info-menu-5): Mark these face aliases as obsolete.
8605 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8607 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8609 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8610 no "--thread" option.
8611 (gdb-stopped): Don't print "Switched to thread" message when it is
8614 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8616 * minibuffer.el (completion-try-completion)
8617 (completion-all-completions): Remove ill-defined (and
8618 mistakenly installed and luckily never used nor documented)
8619 `completion-styles' property.
8620 (completion-initials-expand, completion-initials-all-completions)
8621 (completion-initials-try-completion): New functions.
8622 (completion-styles-alist): Add doc to each entry.
8623 Add new `initials' entry.
8625 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8627 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8628 MI command -var-evaluate-expression.
8629 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8630 and tweak for case of string child.
8631 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8633 2009-09-01 Glenn Morris <rgm@gnu.org>
8635 * add-log.el (change-log-date-face, change-log-name-face)
8636 (change-log-email-face, change-log-file-face, change-log-list-face)
8637 (change-log-conditionals-face, change-log-function-face)
8638 (change-log-acknowledgement-face):
8639 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8640 (custom-modified-face, custom-set-face, custom-changed-face)
8641 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8642 (custom-documentation-face, custom-state-face, custom-comment-face)
8643 (custom-comment-tag-face, custom-variable-tag-face)
8644 (custom-variable-button-face, custom-face-tag-face)
8645 (custom-group-tag-face-1, custom-group-tag-face):
8646 * diff-mode.el (diff-header-face, diff-file-header-face)
8647 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8648 (diff-added-face, diff-changed-face, diff-function-face)
8649 (diff-context-face, diff-nonexistent-face):
8650 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8651 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8652 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8653 (Info-title-4-face):
8654 * isearch.el (isearch-lazy-highlight-face):
8655 * log-view.el (log-view-file-face, log-view-message-face):
8656 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8657 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8658 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8660 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8661 (smerge-base-face, smerge-markers-face):
8662 * wid-edit.el (widget-documentation-face, widget-button-face)
8663 (widget-field-face, widget-single-line-field-face)
8664 (widget-inactive-face, widget-button-pressed-face):
8665 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8666 (woman-addition-face):
8667 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8668 (eshell-ls-executable-face, eshell-ls-readonly-face)
8669 (eshell-ls-unreadable-face, eshell-ls-special-face)
8670 (eshell-ls-missing-face, eshell-ls-archive-face)
8671 (eshell-ls-backup-face, eshell-ls-product-face)
8672 (eshell-ls-clutter-face):
8673 * eshell/em-prompt.el (eshell-prompt-face):
8674 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8675 * obsolete/old-whitespace.el (whitespace-highlight-face):
8676 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8677 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8678 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8679 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8680 (antlr-font-lock-literal-face):
8681 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8682 (ebrowse-root-class-face, ebrowse-file-name-face)
8683 (ebrowse-default-face, ebrowse-member-attribute-face)
8684 (ebrowse-member-class-face, ebrowse-progress-face):
8685 * progmodes/make-mode.el (makefile-space-face):
8686 * progmodes/sh-script.el (sh-heredoc-face):
8687 * textmodes/flyspell.el (flyspell-incorrect-face)
8688 (flyspell-duplicate-face):
8689 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8690 * textmodes/texinfo.el (texinfo-heading-face):
8691 Mark face aliases with "-face" suffix as obsolete.
8693 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8696 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8697 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8698 easy-menu-define wants to modify these.
8700 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8702 * net/browse-url.el (browse-url-file-url):
8703 * term/internal.el (dos-codepage-setup):
8704 Use default-value rather than default-enable-multibyte-characters.
8706 * progmodes/etags.el (etags-goto-tag-location):
8707 * progmodes/flymake.el (flymake-highlight-line)
8708 (flymake-goto-file-and-line, flymake-goto-line):
8709 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8710 (gdb-goto-breakpoint):
8711 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8712 * progmodes/python.el (python-find-function)
8713 (python-pdbtrack-track-stack-file):
8714 * progmodes/verilog-mode.el (verilog-surelint-off):
8715 * term/ns-win.el (ns-open-file-select-line):
8716 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8717 Use forward-line rather than goto-line.
8719 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8720 * textmodes/reftex-index.el (reftex-display-index):
8721 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8722 * textmodes/reftex-toc.el (reftex-toc):
8723 Remove unnecessary bindings of default-major-mode (all are followed by
8724 major-mode check and possible mode switch).
8726 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8728 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8729 Handle watchpoints (bug#4282).
8730 (def-gdb-thread-buffer-command): Enable thread to be selected by
8731 clicking without selecting threads buffer first.
8732 (gdb-current-context-command): Use selected frame so that "up",
8733 "down" etc work in the GUD buffer.
8734 (gdb-update): Find selected frame before rendering stack buffer.
8735 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8737 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8739 * progmodes/sym-comp.el (displayed-completions): Remove.
8740 (symbol-complete): Use minibuffer-complete.
8742 2009-08-31 Glenn Morris <rgm@gnu.org>
8744 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8746 * apropos.el (apropos-symbols-internal):
8747 Handle (obsolete) face aliases.
8749 * faces.el (describe-face): Adjust the output format to be more like
8750 describe-variable, and to mention (obsolete) face aliases.
8751 Adjust the whitespace so that help-setup-xref works.
8753 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8754 * calendar/diary-lib.el (diary-button-face):
8755 Mark these face aliases as obsolete.
8757 * calendar/calendar.el (calendar-today): Doc fix.
8759 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8761 * progmodes/gdb-mi.el (gdb-control-all-threads)
8762 (gdb-control-current-thread): Force tool bar update.
8763 (gdb-non-stop-handler): New function.
8764 (gdb-init-1): Use it to test if non-stop mode is supported.
8765 Remove unused gdbmi buffer type.
8767 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8769 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8770 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8772 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8774 * comint.el (comint-exec-1): Check command is non-null first.
8775 Part of gdb-mi.el change (2009-08-28).
8777 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8779 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8781 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8783 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8784 instead of `dolist' to avoid a recursive require when bootstrapping.
8786 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8788 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8790 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8792 * net/imap.el (imap-send-command): Simplify.
8793 (imap-wait-for-tag): point-max -> buffer-size.
8795 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8797 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8798 with constant argument.
8800 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8802 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8804 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8805 Change default, since most of our files don't have a history.
8806 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8809 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8812 * calc/calc.el: Improve commenting convention.
8813 (calc-digit-map, toplevel): Simplify.
8815 * comint.el (comint-insert-input): Be careful to only set point if we
8816 don't delegate to some other command.
8818 * proced.el (proced-signal-list): Make it an alist.
8819 (proced-grammar-alist): Capitalize names.
8820 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8821 Disable undo manually and make it read-only.
8822 Use completion-annotate-function.
8824 * minibuffer.el (minibuffer-message): If the current buffer is not
8825 a minibuffer, insert the message in the echo area rather than at the
8827 (completion-annotate-function): New variable.
8828 (minibuffer-completion-help): Use it.
8829 (completion--embedded-envvar-table): Environment vars are
8830 always case-sensitive.
8832 2009-08-30 Glenn Morris <rgm@gnu.org>
8834 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8835 from fortran-current-defun.
8836 (fortran-beginning-of-subprogram): Be more precise about finding the
8837 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8838 (fortran-end-of-subprogram): Simplify.
8839 (fortran-current-defun): Use fortran-start-prog-re.
8841 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8843 * subr.el (do-after-load-evaluation): Simplify.
8845 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8847 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8849 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8850 (vc-rcs-print-log): Use it.
8852 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8854 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8856 * paths.el (abbrev-file-name): Move to abbrev.el.
8857 * abbrev.el (abbrev-file-name): Move from paths.el.
8858 Obey user-emacs-directory.
8859 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8860 user-emacs-directory.
8861 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8862 abbrev-file-name and calc-settings-file any more.
8863 * startup.el (command-line): Recompute abbrev-file-name and
8864 abbreviated-home-dir.
8865 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8866 of the special code for when C-h bindings haven't been changed.
8867 (display-startup-echo-area-message): Use with-current-buffer.
8868 (command-line-1): Use a list of strings, rather than a list of lists
8869 of strings for longopts.
8871 * files.el (get-free-disk-space): Use / for default-directory.
8873 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8874 Use with-current-buffer.
8876 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8877 Recognize immutable variables like most-positive-fixnum.
8878 (byte-compile-setq-default): Check and warn if trying to assign
8879 to an immutable variable, or a non-variable.
8881 * progmodes/cc-vars.el (c-comment-continuation-stars):
8882 * progmodes/cc-engine.el (c-looking-at-bos):
8883 * progmodes/cc-cmds.el (c-toggle-auto-state)
8884 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8885 (c-comment-line-break-function): Add version of obsolescence.
8887 2009-08-28 Juri Linkov <juri@jurta.org>
8889 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8890 associated with `archive-mode'.
8892 * image.el (image-type-header-regexps): Use only JPEG magic number
8893 to determine JPEG images, and don't use `image-jpeg-p' because
8894 Emacs can display non-JFIF non-Exif JPEG images.
8896 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8898 * arc-mode.el (archive-mode):
8899 * emacs-lisp/re-builder.el (re-builder-unload-function):
8900 Protect against the default value of `major-mode' being nil.
8902 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8904 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8905 Fix typos in docstrings.
8907 * progmodes/js.el (js--macro-decl-re): Doc fix.
8908 (js--plain-method-re, js--split-name): Refloc docstring.
8909 (js--class-styles, js--make-merged-item, js--splice-into-items):
8910 Fix typos in docstrings; reflow docstrings.
8911 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8912 (js--variable-decl-matcher, js--inside-pitem-p)
8913 (js--parse-state-at-point, js--get-all-known-symbols)
8914 (js--symbol-history, js-find-symbol, js--js-references)
8915 (js--moz-interactor, js--js-encode-value, js--read-tab):
8916 Fix typos in docstrings.
8918 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8920 * textmodes/reftex.el (reftex-get-file-buffer-force):
8921 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8922 * emulation/viper.el (viper-go-away, viper-set-hooks):
8923 * emacs-lisp/re-builder.el (re-builder-unload-function):
8924 * emacs-lisp/bytecomp.el (byte-compile-file):
8925 * ses.el (ses-unload-function):
8926 * hexl.el (hexl-find-file):
8927 * files.el (normal-mode):
8928 * ehelp.el (with-electric-help):
8929 * autoinsert.el (auto-insert-alist):
8930 * arc-mode.el (archive-mode):
8931 Use (default-value 'major-mode) instead of default-major-mode.
8933 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8934 * international/mule.el (load-with-code-conversion):
8935 * emacs-lisp/debug.el (debug):
8936 * ediff-vers.el (ediff-rcs-get-output-buffer):
8937 * dired.el (dired-internal-noselect): Don't let-bind
8938 default-major-mode around code that doesn't use it.
8939 E.g. buffer creation via get-buffer-create doesn't use it.
8941 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8943 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8944 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8945 when writing the temp file. Otherwise, epa-file gets confused.
8946 (tramp-register-file-name-handlers): Make it a defun. Move also
8947 `epa-file-handler' to the front of `file-name-handler-alist'.
8949 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8951 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8952 start right after a ^M.
8953 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8954 (tramp-completion-file-name-regexp-separate)
8955 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8956 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8957 Don't modify last-coding-system-used by accident.
8958 (tramp-completion-file-name-handler): Apply the checks here,
8959 instead during registration.
8960 (tramp-register-file-name-handlers): Renamed from
8961 `tramp-register-file-name-handler'. Register both
8962 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8963 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8965 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8967 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8969 (gdb-init-1, gdb-display-separate-io-buffer)
8970 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8972 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8973 (gdb-inferior-filter): Use comint-output-filter to stop
8974 echoing and remove ^M characters.
8976 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8978 * emulation/viper-init.el (viper-restore-cursor-type):
8979 * emulation/cua-base.el (cua--update-indications):
8980 Replace default-cursor-type with (default-value 'cursor-type).
8982 * mail/sendmail.el (mail-recover-1):
8983 * international/mule-diag.el (describe-current-coding-system-briefly)
8984 (describe-current-coding-system):
8985 * international/mule-cmds.el (select-safe-coding-system)
8986 (select-message-coding-system)
8987 (set-language-environment-coding-systems, set-locale-environment):
8988 * hexl.el (hexl-insert-multibyte-char):
8989 * dos-w32.el (find-buffer-file-type-coding-system):
8990 * simple.el (what-cursor-position):
8991 Replace uses of default-buffer-file-coding-system
8992 with (default-value 'buffer-file-coding-system).
8994 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8995 Replace uses of default-cursor-in-non-selected-windows
8996 with (default-value 'cursor-in-non-selected-windows).
8997 Use with-current-buffer.
8999 * mail/feedmail.el: Use CL macros.
9000 (feedmail-run-the-queue, feedmail-send-it-immediately):
9001 * dos-w32.el (find-buffer-file-type): Replace uses of
9002 default-buffer-file-type with (default-value 'buffer-file-type).
9004 2009-08-28 Glenn Morris <rgm@gnu.org>
9006 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9007 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9008 Use default-value of major-mode rather than default-major-mode.
9010 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9012 * Makefile.in (update-elcfiles): Report left over elc files.
9014 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9015 expand-file-name and with-current-buffer.
9016 (mail-get-names, mail-directory): Use with-current-buffer.
9018 * vc.el (vc-read-revision): New function.
9019 (vc-version-diff, vc-merge): Use it.
9021 2009-08-27 Sam Steingold <sds@gnu.org>
9023 * simple.el (kill-do-not-save-duplicates): New user option.
9024 (kill-new): When it is non-nil, and the new string is the same as
9025 the latest kill, set replace to t to avoid duplicates in kill-ring.
9027 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9029 * net/tramp.el (tramp-handle-process-file): Do not flush all
9030 caches when `process-file-side-effects' is set.
9031 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9032 instead of `tramp-find-file-exists-command'.
9033 Unset `process-file-side-effects'.
9035 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9037 * net/tramp.el (tramp-methods): New method "rsyncc".
9038 (top): Add completion function for "rsyncc".
9039 (tramp-message-show-message): New defvar.
9040 (tramp-message, tramp-error): Use it.
9041 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9043 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9044 `tramp-methods' entry `copy-env' of "rsyncc".
9045 (tramp-vc-registered-read-file-names): New defconst.
9046 (tramp-vc-registered-file-names): New defvar.
9047 (tramp-handle-vc-registered): Implement optimization strategy.
9048 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9049 (tramp-vc-file-name-handler): New defun.
9050 (tramp-get-ls-command, tramp-get-test-command)
9051 (tramp-get-file-exists-command, tramp-get-remote-ln)
9052 (tramp-get-remote-perl, tramp-get-remote-stat)
9053 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9055 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9056 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9058 (tramp-get-file-property): Check for timestamps in
9059 `tramp-cache-inhibit-cache'.
9060 (tramp-set-file-property): Write timestamp.
9062 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9064 * language/japan-util.el (japanese-symbol-table): Add entries for
9067 * international/characters.el: Add category `j' to cp932-2-byte.
9069 2009-08-27 Kenichi Handa <handa@m17n.org>
9071 * international/fontset.el (build-default-fontset-data): New macro.
9072 (setup-default-fontset): Use build-default-fontset-data for CJK,
9073 tibetan, ethiopic, and ipa.
9075 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9077 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9078 (enable-multibyte-characters): Not customizable any more.
9080 * subr.el (default-mode-line-format, default-header-line-format)
9081 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9082 (default-direction-reversed, default-truncate-lines)
9083 (default-left-margin, default-tab-width, default-case-fold-search)
9084 (default-left-margin-width, default-right-margin-width)
9085 (default-left-fringe-width, default-right-fringe-width)
9086 (default-fringes-outside-margins, default-scroll-bar-width)
9087 (default-vertical-scroll-bar, default-indicate-empty-lines)
9088 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9089 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9090 (default-scroll-down-aggressively, default-fill-column)
9091 (default-cursor-type, default-buffer-file-type)
9092 (default-cursor-in-non-selected-windows)
9093 (default-buffer-file-coding-system, default-major-mode)
9094 (default-enable-multibyte-characters): Mark as obsolete.
9096 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9098 * vc-dir.el (vc-dir-update): Remove debug helper.
9100 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9102 2009-08-26 Sam Steingold <sds@gnu.org>
9104 * simple.el (save-interprogram-paste-before-kill): New user option.
9105 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9106 save the interprogram-paste into kill-ring before overriding it
9107 with the Emacs kill.
9109 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9111 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9112 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9113 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9114 and move to vc-rcs.el.
9115 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9117 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9118 (vc-rcs-update-changelog): Remove.
9119 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9120 and move to vc-rcs.el.
9122 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9123 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9125 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9126 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9127 vc.el, renamed to be RCS specific.
9129 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9131 (vc-cvs-update-changelog): Move here from vc.el.
9133 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9136 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9138 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9140 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9142 * vc-git.el (vc-git-register): Use "git add" for directories.
9143 (vc-git-stash, vc-git-stash-show): New functions.
9144 (vc-git-extra-menu-map): Bind them.
9146 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9147 directory correctly in case the item is a directory itself.
9149 * vc.el: Document the desired behavior for reverted files in the
9151 (vc-default-prettify-state-info): Remove function, unused.
9153 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9155 2009-08-26 Glenn Morris <rgm@gnu.org>
9157 * bindings.el (standard-mode-line-format): Reposition dashes in
9158 which-func entry. (Bug#4217)
9160 * files.el (enable-local-variables, enable-local-eval)
9161 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9163 (auto-mode-alist, ignored-local-variables)
9164 (save-some-buffers-action-alist): Move risky declarations to the
9166 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9167 (font-lock-defaults, format-alist, imenu--index-alist)
9168 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9169 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9170 (mode-line-modified, mode-line-mule-info, mode-line-position)
9171 (mode-line-process, mode-line-remote, outline-level)
9172 (parse-time-rules, rmail-output-file-alist)
9173 (special-display-buffer-names, vc-mode):
9174 Move risky declarations to the relevant files.
9175 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9176 (mode-line-modified, mode-line-process, mode-line-position)
9177 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9178 * font-core.el (font-lock-defaults):
9179 * format.el (format-alist):
9180 * vc-hooks.el (vc-mode):
9181 * window.el (special-display-buffer-names):
9182 * international/mule-cmds.el (input-method-alist):
9183 Define riskiness here (dumped file) rather than in files.el.
9184 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9185 * imenu.el (imenu-generic-expression, imenu--index-alist):
9186 * outline.el (outline-level):
9187 * time.el (display-time-string):
9188 * calendar/parse-time.el (parse-time-rules):
9189 * mail/rmailout.el (rmail-output-file-alist):
9190 Autoload riskiness here, rather than placing in files.el.
9192 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9194 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9196 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9198 * simple.el (process-file-side-effects): New defvar.
9200 * dired-aux.el (dired-show-file-type):
9201 * vc.el (vc-diff-internal):
9202 * vc-arch.el (vc-arch-diff):
9203 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9204 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9205 * vc-git.el (vc-git-registered, vc-git-working-revision)
9206 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9207 (vc-git--empty-db-p):
9208 * vc-hooks.el (vc-user-login-name):
9209 * vc-svn.el (vc-svn-registered, vc-svn-state)
9210 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9211 * progmodes/grep.el (grep-probe): Let-bind
9212 `process-file-side-effects' with nil.
9214 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9216 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9217 daemon. Replace ping by checking for running service for bluez
9218 and zeroconf. (Bug#4239)
9220 2009-08-25 Kevin Ryde <user42@zip.com.au>
9222 * net/dig.el (dig): Add autoload cookie.
9224 2009-08-25 Glenn Morris <rgm@gnu.org>
9226 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9227 load-history for absolute file-names.
9228 (byte-compile-file-form-require): Warn about use of the cl package.
9230 * format.el (format-alist): Doc fix.
9232 * play/bubbles.el (top-level): Don't require cl at run-time.
9234 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9237 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9239 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9241 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9243 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9245 * calc/calc-alg.el (math-trig-rewrite)
9246 (math-hyperbolic-trig-rewrite): New functions.
9247 (calc-simplify): Simplify trig functions when asked.
9249 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9251 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9253 2009-08-24 Kenichi Handa <handa@m17n.org>
9255 * language/ind-util.el (mapthread): Delete it.
9256 (combinatorial): New function.
9257 (indian--puthash-cv): Use combinatorial instead of mapthread.
9259 2009-08-22 Kevin Ryde <user42@zip.com.au>
9261 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9262 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9263 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9264 Clarify docstring that the value is strings not symbols.
9265 (checkdoc-list-of-strings-p): New function.
9267 2009-08-22 Glenn Morris <rgm@gnu.org>
9269 * files.el (auto-mode-alist):
9270 * hippie-exp.el (he-concat-directory-file-name):
9271 * lpr.el (lpr-windows-system, printer-name):
9272 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9273 * ps-print.el (ps-windows-system):
9274 * startup.el (command-line):
9275 * emulation/viper-ex.el (viper-glob-function):
9276 * international/mule-cmds.el (set-language-environment-coding-systems):
9277 * net/ange-ftp.el (ange-ftp-write-region):
9278 * obsolete/fast-lock.el (fast-lock-cache-name):
9279 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9280 unisoft-unix, vax-vms, win32, w32.
9282 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9283 given name if the pattern is not more specific.
9285 * calendar/lunar.el (lunar-phase-names): New option.
9286 (lunar-phase): Doc fix.
9287 (lunar-cycles-per-year): New constant.
9288 (lunar-index): New function.
9289 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9290 (lunar-phase-name): Use lunar-phase-names.
9291 (calendar-lunar-phases): Use format.
9292 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9294 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9295 Copy imenu-example--name-and-position function here for own use.
9296 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9298 * bs.el (bs--redisplay):
9299 * cus-edit.el (custom-redraw):
9300 * ibuffer.el (ibuffer-bury-buffer):
9301 * server.el (server-goto-line-column):
9302 * startup.el (command-line-1):
9303 * strokes.el (strokes-xpm-for-stroke):
9304 * term.el (term-display-buffer-line):
9305 * view.el (View-goto-line):
9306 * calc/calc.el (calc-do, calc-trail-buffer):
9307 * play/gamegrid.el (gamegrid-add-score-insecure):
9308 * progmodes/ada-mode.el (ada-compile-goto-error):
9309 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9310 (ebrowse-select-1st-to-9nth):
9311 * progmodes/cperl-mode.el (cperl-time-fontification):
9312 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9313 * progmodes/gud.el (gud-display-line):
9314 (idlwave-shell-display-line):
9315 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9316 * progmodes/make-mode.el (makefile-browser-toggle):
9317 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9318 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9319 * textmodes/picture.el (picture-draw-rectangle):
9320 * textmodes/reftex-index.el (reftex-index-goto-letter):
9321 (reftex-select-jump-to-previous):
9322 * textmodes/reftex-sel.el (reftex-find-start-point)
9323 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9324 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9325 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9326 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9327 * textmodes/two-column.el (2C-associated-buffer):
9328 Use forward-line rather than goto-line.
9330 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9333 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9334 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9335 (quick-check-list-to-regexp): Declare.
9337 * progmodes/make-mode.el (makefile-browser-insert-selection):
9338 Use goto-char rather than goto-line.
9340 * progmodes/prolog.el (compilation-error-regexp-alist)
9341 (compilation-forget-errors): Declare.
9343 2009-08-22 Juri Linkov <juri@jurta.org>
9345 * progmodes/grep.el (lgrep, rgrep): At the beginning
9346 set `dir' to `default-directory' unless `dir' is a non-nil
9347 readable directory. (Bug#4052)
9348 (lgrep, rgrep): Change a weird way to report an error
9349 from using `read-string' to using `error'.
9350 Instead of using interactive arguments in the function body,
9351 add new argument `confirm'.
9353 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9355 * textmodes/remember.el (remember-buffer):
9356 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9357 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9358 (icalendar-extract-ical-from-buffer):
9359 * net/newst-treeview.el (newsticker-groups-filename):
9360 * net/newst-backend.el (newsticker-cache-filename):
9361 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9362 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9363 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9364 (speedbar-buffers-line-path, speedbar-path-line)
9365 (speedbar-buffers-line-path):
9366 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9368 * epa.el (epa-display-verify-result):
9369 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9371 2009-08-21 Glenn Morris <rgm@gnu.org>
9373 * progmodes/js.el (inferior-moz-process): Fix declaration.
9375 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9377 * obsolete/rnewspost.el (news-mail-reply):
9378 Use goto-char rather than goto-line.
9380 * term/ns-win.el (ns-open-file-select-line):
9381 Use line-beginning-position rather than goto-line.
9383 * apropos.el (apropos-command):
9384 * ehelp.el (electric-helpify):
9385 * printing.el (pr-show-setup):
9386 * strokes.el (strokes-help):
9387 * tutorial.el (tutorial--describe-nonstandard-key)
9388 (tutorial--detailed-help):
9389 * woman.el (woman-mini-help, woman-display-extended-fonts):
9390 * calc/calc-help.el (calc-describe-key):
9391 * emulation/edt.el (edt-electric-helpify):
9392 * international/mule-diag.el (mule-diag):
9393 * play/yow.el (apropos-zippy):
9394 * progmodes/python.el (python-describe-symbol):
9395 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9396 * textmodes/table.el (*table--cell-describe-mode)
9397 (*table--cell-describe-bindings):
9398 Use help-print-return-message rather than the now obsolete alias.
9400 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9401 (calendar-cursor-to-visible-date):
9402 * play/5x5.el (5x5-position-cursor):
9403 * play/decipher.el (decipher):
9404 * play/gomoku.el (gomoku-goto-xy):
9405 * play/landmark.el (lm-goto-xy):
9406 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9408 Use forward-line, not goto-line.
9410 * mail/rmail.el (rmail-obsolete): Delete custom group.
9411 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9412 (rmail-remote-password, rmail-remote-password-required):
9413 Remove unneeded :set-after and :set properties.
9415 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9417 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9419 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9421 * loadup.el: Remove leftover macos code.
9423 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9424 Explicitly pass the date format to git blame so that user local
9425 so that the output format can be parsed.
9427 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9429 * net/dbus.el (top): Don't check for (getenv
9430 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9432 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9434 * log-edit.el (log-edit-strip-single-file-name): New var.
9435 (log-edit-insert-changelog): Use it. Bug#3571
9437 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9439 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9442 * help.el (help-print-return-message): Rename from
9443 print-help-return-message.
9445 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9446 cvs-mode-map parent hack.
9447 (log-view-mode): Derive from special-mode.
9449 * linum.el (linum-mode): window-size-change-functions is redundant.
9450 Adapt to new window-configuration-change-hook behavior.
9451 (linum-after-size, linum-after-config): Remove.
9453 * imenu.el (imenu-example--name-and-position)
9454 (imenu-example--lisp-extract-index-name)
9455 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9458 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9459 (inferior-prolog-mode): Use it.
9460 (inferior-prolog-load-file): Reset list of errors.
9462 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9464 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9466 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9468 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9470 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9473 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9475 * subr.el (listify-key-sequence-1): Use normal syntax since those
9476 integers are nowadays always represented by the same (positive) number
9478 (read-key-empty-map): New const.
9479 (read-key-delay): New var.
9480 (read-key): New function.
9481 (force-mode-line-update): Use with-current-buffer.
9482 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9483 (start-process-shell-command, start-file-process-shell-command):
9484 Discourage the use of command-args.
9486 2009-08-19 Glenn Morris <rgm@gnu.org>
9488 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9490 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9492 * simple.el (choose-completion-string): Don't rely on
9493 minibuffer-completing-file-name and ad-hoc checks to decide whether
9494 to continue completion or not.
9496 * minibuffer.el (minibuffer-hide-completions): New function.
9497 (completion--do-completion): Use it.
9498 (completions-annotations): New face.
9499 (completion--insert-strings): Use it.
9500 (completion-pcm--delim-wild-regex): Add docstring.
9501 (completion-pcm--string->pattern): Add support for 0-width delimiters
9502 in completion-pcm--delim-wild-regex.
9504 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9506 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9507 Remove unused var `buffer-modified-p'.
9509 * minibuffer.el (completion--do-completion): Move point for the #b001
9510 case as well (bug#4176).
9511 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9513 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9515 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9518 2009-08-18 Kenichi Handa <handa@m17n.org>
9520 * international/ucs-normalize.el (ucs-normalize-version):
9522 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9523 (utf-8-hfs): Make it perform normalization on encoding too.
9525 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9526 (sentence-end-without-space): Delete duplicated chars.
9527 (sentence-end-base): Likewise.
9529 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9530 (html-mode): Delete duplicated chars from sentence-end-base.
9532 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9533 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9535 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9537 * files.el (hack-one-local-variable): If the mode function is for
9538 a minor mode, pass it an argument (Bug#4148).
9540 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9542 * net/tramp.el (tramp-register-completion-file-name-handler):
9543 Check also for (member 'partial-completion completion-styles).
9545 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9547 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9550 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9552 * progmodes/cperl-mode.el: Merge upstream 6.2.
9553 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9554 (cperl-forward-re): Check cperl-brace-recursing.
9555 (cperl-highlight-charclass): New function.
9556 (cperl-find-pods-heres): Use it.
9557 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9558 (cperl-beautify-regexp-piece): Fix column calculation.
9559 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9560 (cperl-beautify-level): Don't process entire regexp.
9561 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9563 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9564 (cperl-init-faces): Build a list in the normal way.
9566 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9568 * calendar/parse-time.el (parse-time-string-chars): Save match
9571 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9573 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9574 (sql-product): Use it.
9575 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9576 (sql-set-product): Add completion.
9577 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9578 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9579 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9580 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9581 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9582 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9583 (sql-highlight-db2-keywords): Remove.
9584 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9585 (sql-highlight-product): Use derived-mode-p.
9586 (sql-set-sqli-buffer): Use with-current-buffer.
9587 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9590 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9592 * term.el: Fix commenting convention, turn comments into docstrings.
9594 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9596 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9598 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9600 * calendar/parse-time.el (parse-time-string-chars): Compute using
9601 character classes, to handle non-ascii characters (Bug#3190).
9603 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9605 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9606 another heredoc if the user adds another < (Bug#3226).
9608 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9609 Don't initialize based on window-system (Bug#4124).
9611 * facemenu.el (facemenu-read-color): Use a completion function
9612 that accepts any defined color, such as RGB triplets (Bug#3677).
9614 * files.el (get-free-disk-space): Change fallback default
9615 directory to /. Expand DIR argument before switching to fallback.
9616 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9618 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9620 * files.el (load-library): Doc fix.
9622 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9624 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9625 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9626 incremental search string.
9628 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9631 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9632 (ediff-merge-region-is-non-clash)
9633 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9634 Also check if the job is really a merge job.
9636 * ediff.el (ediff-current-file): New function.
9638 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9640 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9642 (js-insert-and-indent): Delete function.
9643 (js-mode-map): Don't bind keys to js-insert-and-indent.
9644 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9645 (js-end-of-defun): Rename from js--end-of-defun.
9646 (js-auto-indent-flag): Delete variable.
9648 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9650 * progmodes/js.el: Remove proclaim statement.
9651 Defvar which-func-imenu-joiner-function to silence compiler.
9653 * files.el (auto-mode-alist): Use js-mode for .js files.
9655 * progmodes/js2-mode.el: Remove file.
9657 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9659 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9661 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9663 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9664 Karl Landstrom <karl.landstrom@brgeight.se>
9666 * progmodes/js.el: New file.
9668 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9670 * timezone.el (timezone-parse-date): Add ability to understand ISO
9671 basic format (minimal separators) dates in addition to the
9672 already-supported extended format dates.
9674 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9676 * international/ucs-normalize.el: Add a `coding' file variable.
9678 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9680 2009-08-14 Sam Steingold <sds@gnu.org>
9682 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9684 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9686 * faces.el (help-argument-name): Define it here instead of
9687 help-fns.el, because in daemon mode help-fns.el may be loaded when
9688 faces are still uninitialized (Bug#1078).
9690 * help-fns.el (help-argument-name): Move defface to faces.el.
9692 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9694 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9695 create buffer with a pty but no process so that GDB can make the
9696 inferior the controlling process.
9698 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9700 * international/ucs-normalize.el: New file.
9702 2009-08-13 Richard Stallman <rms@gnu.org>
9704 * mail/rmail.el (rmail-get-attr-names):
9705 Accept an attribute header that is too short.
9707 * mail/rmail.el (rmail-forget-messages):
9708 Ignore nil elt in rmail-message-vector. Use dotimes.
9710 * progmodes/compile.el (compilation-goto-locus):
9711 Use next-error-move-function.
9713 * simple.el (next-error-move-function): New variable.
9715 2009-08-12 Juri Linkov <juri@jurta.org>
9717 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9718 always non-nil. (Bug#4052)
9720 * replace.el (read-regexp): Return empty string when
9721 `default-value' is nil.
9722 (keep-lines-read-args): Don't use empty string as the
9723 default value for `read-regexp'. (Bug#2495)
9725 2009-08-12 Juri Linkov <juri@jurta.org>
9727 * international/mule-cmds.el (ucs-insert): Change arguments
9728 from `arg' to `character', `count', `inherit' to be the same
9729 as in `insert-char'. Doc fix. (Bug#4039)
9731 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9733 2009-08-12 Juri Linkov <juri@jurta.org>
9735 * files-x.el: New file.
9737 * files.el: Move code that deals with adding/deleting
9738 file/directory-local variables to files-x.el.
9740 * Makefile.in (ELCFILES): Add files-x.elc.
9742 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9744 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9746 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9748 (gdb-invalidate-disassembly): Do not refresh upon receiving
9749 'update signal. Instead, update all disassembly buffers only after
9751 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9752 (gdb-starting): Moved -data-list-register-names...
9753 (gdb-stopped): ...here so it's sent when first thread stops.
9754 (gdb-registers-handler-custom): Do nothing if register names are
9757 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9758 from `gdb-mi.el' to avoid extra tangling.
9760 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9761 change which breaks `gud-def' definitions used in `gdb'.
9762 (gdb-update-gud-running): No extra fuss for updating frame number.
9764 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9766 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9767 (describe-language-environment-map, setup-language-environment-map)
9768 (set-coding-system-map): Move initialization into declaration.
9769 (set-language-info-alist): Last arg to define-key-after can be skipped.
9771 * international/quail.el (quail-completion-1): Simplify.
9772 (quail-define-rules): Use slightly more compact code.
9773 (quail-insert-decode-map): Propertize keys, compact columns.
9775 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9778 2009-08-10 Miles Bader <miles@gnu.org>
9780 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9781 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9782 (js2-instance-member, js2-private-member, js2-private-function-call)
9783 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9784 (js2-magic-paren, js2-external-variable):
9785 Remove "-face" suffix from face names.
9786 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9787 (js2-highlight-undeclared-vars, js2-peek-token)
9788 (js2-parse-function-params, js2-mode-show-errors)
9789 (js2-mode-show-warnings, js2-make-magic-delimiter)
9790 (js2-mode-highlight-magic-parens): Update to use new face names.
9792 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9794 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9795 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9797 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9799 * subr.el: Provide hashtable-print-readable.
9801 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9802 hs-c-like-adjust-block-beginning.
9803 (hs-hide-block-at-point): Stop hiding at the beginning of
9804 hs-block-end-regexp (Bug#700).
9806 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9808 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9810 (gdb-registers-handler-custom): Do not fail when register names
9813 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9815 * progmodes/gdb-mi.el (gdb-control-all-threads)
9816 (gdb-control-current-thread): Interactive setters for
9817 `gdb-gud-control-all-threads' to use in menu.
9818 (gdb-show-run-p): Show «Go» when process is not active.
9819 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9820 gud/thread.xpm and gud/all.xpm.
9822 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9824 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9825 (nslookup-font-lock-keywords): Make it a variable.
9826 (net-utils-mode): New mode for viewing diagnostic network output.
9827 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9828 (net-utils-run-simple): New function.
9829 (ifconfig, iwconfig, netstat, arp, route): Use it.
9831 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9833 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9834 (gdb-memory-set-address, def-gdb-set-positive-number)
9835 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9836 after changing settings.
9837 (gdb-invalidate-disassembly): Update when first shown.
9838 (gdb-edit-locals-value): Fixed.
9839 (gdb-registers-handler-custom): Print registers in right order and
9840 allow changing register values (only for current thread yet).
9841 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9842 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9843 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9844 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9846 (gdb-registers-mode-map): TAB to switch to locals.
9848 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9850 * mail/rmail.el (rmail-add-mbox-headers)
9851 (rmail-set-message-counters-counter): Search for
9852 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9854 2009-08-08 Glenn Morris <rgm@gnu.org>
9856 * Makefile.in (ELCFILES): Update.
9858 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9860 * mail/sendmail.el (mail-yank-original): Set
9861 buffer-file-coding-system from the one used by the message whose
9864 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9865 to "windows" when "pgnuplot" is used.
9866 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9867 call accept-process-output if "pgnuplot" is used.
9868 (calc-graph-init): Don't send -display and -geometry to
9869 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9870 running "pgnuplot -V" with shell-command-to-string.
9872 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9875 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9877 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9880 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9882 * vc-dispatcher.el (vc-resynch-window): Update comment.
9884 * term.el (term-handle-ansi-escape): Add comments with the
9885 terminfo capabilities implemented.
9887 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9889 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9890 (gdb-var-create-handler): Rewritten using JSON parser.
9891 (gdb-propertize-header): Moved earlier.
9892 (gdb-set-header): Removed to avoid duplication.
9893 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9894 Refresh disassembly buffers only after threads list have been
9896 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9899 2009-08-04 Juri Linkov <juri@jurta.org>
9901 * files.el: Commands to add/delete file/directory-local variables.
9902 (read-file-local-variable, read-file-local-variable-value)
9903 (read-file-local-variable-mode, modify-file-local-variable)
9904 (modify-file-local-variable-prop-line)
9905 (modify-dir-local-variable): New functions.
9906 (add-file-local-variable, delete-file-local-variable)
9907 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9908 (add-dir-local-variable, delete-dir-local-variable)
9909 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9910 (copy-dir-locals-to-file-locals-prop-line): New commands.
9912 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9914 * abbrev.el (insert-abbrev-table-description): Prettify output.
9915 Suggested by Karl Chen.
9917 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9919 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9920 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9921 (gdb-overlay-arrow-position, gdb-thread-position)
9922 (gdb-disassembly-position): Declare variables.
9923 (gdb-wait-for-pending): Function now.
9924 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9925 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9926 compilation goes smoothly.
9927 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9928 (gdb-non-stop-setting): New customization setting which replaces
9929 `gdb-non-stop' so changing it doesn't break active GDB session.
9930 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9931 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9932 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9933 (gdb-show-threads-by-default): New customization options.
9934 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9936 (gdb-get-buffer-create): Send buffers update signal when they are
9938 (gdb-invalidate-locals, gdb-invalidate-registers)
9939 (gdb-invalidate-breakpoints)
9940 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9941 (gdb-invalidate-memory): Accept update signal.
9942 (gdb-current-context-command): Use --frame option.
9943 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9944 Implement `gdb-frame-number' selection logic.
9945 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9946 whether to show GUD toolbar buttons.
9947 (gdb-thread-exited): Unselect current thread when it exits.
9948 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9949 (gdb-mark-line): Routine which sets overlay arrow or inverses
9950 video on fringeless displays.
9951 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9952 to build aligned columns of data in GDB buffers and set text
9953 properties line-by-line.
9954 (gdb-invalidate-breakpoints)
9955 (gdb-breakpoints-list-handler-custom)
9956 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9957 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9958 (gdb-registers-handler-custom): Align data columns.
9959 (gdb-locals-handler-custom): Now prints data like in variable
9961 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9962 Removed confusing buttons.
9963 (gdb-invalidate-threads): Append --frame.
9964 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9965 between breakpoints/threads buffers.
9966 (gdb-set-window-buffer): Now can ignore dedicated windows.
9967 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9968 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9969 (def-gdb-thread-buffer-gud-command): Replaces
9970 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9971 for fine thread control.
9972 (gdb-preempt-existing-or-display-buffer): New function used to
9973 display bound buffers without breaking window layout.
9974 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9975 (gdb-select-frame): New version of `gdb-frames-select' which now
9976 sets `gdb-frame-number' so commands may use --frame option instead
9977 of inner debugger state.
9978 (gdb-frame-handler): Do not set `gdb-frame-number'.
9979 (gdb-threads-mode-map): Select threads with mouse.
9981 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9982 avoid compilation warning.
9983 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9986 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9987 Argument `key' renamed to `buffer-type'.
9988 (gdb-current-context-buffer-name): Do not add thread info to
9989 buffer name when no thread is selected.
9990 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9992 (gdb-thread-selected): Handle `=thread-selected' notification.
9993 (gdb-wait-for-pending): New macro to deal with congestion problems.
9994 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9996 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9997 This fixes problem similar to one described in bug 3947.
9998 (gud-menu-map): More menu items.
9999 (gdb-init-1): Reset `gdb-thread-number' to nil.
10001 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10004 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10005 (gdb-current-context-command): Do not append --thread if
10006 `gdb-thread-number' is nil.
10007 (gdb-running-threads-count, gdb-stopped-threads-count): New
10009 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10010 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10011 customization options.
10012 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10014 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10015 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10016 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10017 set `gdb-thread-number' and update `gud-running' properly.
10018 (gdb-running): Update threads list when new threads appear.
10019 (gdb-stopped): Support non-stop operation and new thread switching
10021 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10022 (gdb-json-partial-output): New set of JSON routines.
10023 (def-gdb-auto-update-trigger): New `signal-list' optional
10025 (gdb-thread-list-handler-custom): Update `gud-running',
10026 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10027 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10028 (gdb-continue-thread, gdb-step-thread): New commands for fine
10029 thread execution control.
10030 (gud-menu-map): New menu items to switch non-stop options.
10031 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10032 (gdb-send): Mimic RET properly (bug 3794).
10034 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10035 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10037 (def-gdb-auto-update-handler): New nopreserve optional argument.
10038 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10040 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10041 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10042 (gdb-parent-mode): New mode to derive other GDB modes from.
10043 (gdb-display-disassembly-for-thread)
10044 (gdb-frame-disassembly-for-thread): New commands for threads
10047 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10048 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10049 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10050 (gdb-update): We now store all GDB buffers in a list so that they
10051 can be updated by traversing a list instead of calling invalidate
10052 triggers explicitly.
10053 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10054 pair for GDB buffer.
10055 (gdb-stack-buffer-name): Add thread information.
10056 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10057 handle pending triggers.
10058 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10059 (def-gdb-thread-buffer-simple-command)
10060 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10061 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10062 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10063 New commands which show buffers bound to thread.
10064 (gdb-stack-list-locals-regexp): Removed unused regexp.
10066 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10067 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10068 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10069 to (gud-comint-buffer) in *-buffer-name functions
10070 because (gdb-get-target-string) already does that.
10071 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10072 (gdb-changed-registers-handler): Rewritten without regexps.
10074 * progmodes/gdb-mi.el: Basic thread selection support.
10075 (gdb-thread-number): New variable.
10076 (gdb-current-context-command): New macro which adds --thread
10078 (gdb-threads-mode-map): Select thread with SPC.
10079 (gdb-thread-list-handler-custom): Mark current thread with overlay
10080 arrow. Synchronize GDB thread and Emacs thread.
10081 (gdb-select-thread): New command which selects current thread.
10082 (gdb-invalidate-frames, gdb-invalidate-locals)
10083 (gdb-invalidate-registers): Use --thread option.
10085 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10087 * net/tramp.el (top): Make check for tramp-gvfs loading more
10089 (tramp-handle-insert-file-contents): `unwind-protect' must be
10090 inside `with-parsed-tramp-file-name'.
10092 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10095 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10097 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10098 directory if CLASSPATH is not set.
10100 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10102 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10104 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10106 2009-08-02 Kevin Ryde <user42@zip.com.au>
10108 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10109 Update freshmeat link. Delete newsforge.com as it seems gone.
10111 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10113 * select.el (x-set-selection): Doc fix (Bug#4021).
10115 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10117 * help-fns.el (describe-variable): Treat list return values from
10118 dir-locals-find-file properly (Bug#4005).
10120 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10122 * net/tramp.el (tramp-debug-message): Print also microseconds.
10124 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10126 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10128 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10129 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10132 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10133 (tramp-get-file-property): Use it.
10135 * autorevert.el (auto-revert-handler): Allow
10136 `auto-revert-tail-mode' for remote files.
10138 2009-08-02 Jason Rumney <jasonr@gnu.org>
10140 * minibuffer.el (read-file-name): Treat confirm options to
10141 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10143 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10145 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10146 (font-lock-variable-name-face, font-lock-constant-face): Darken
10147 the colors for light backgrounds.
10149 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10151 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10152 month names. (Bug#3987)
10154 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10156 * simple.el (line-move-finish): Pass whole number to
10157 line-move-to-column.
10158 (line-move-visual): Perform hscroll to the recorded position.
10160 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10162 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10164 2009-07-29 Alan Mackenzie <acm@muc.de>
10166 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10168 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10170 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10171 (gdb-place-breakpoints): Use full path when setting breakpoints.
10173 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10175 * calc/calc.el (calc-mode-map): Add keybinding for
10176 `calc-transpose-lines'.
10178 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10180 * calc/calc-misc.el (calc-transpose-lines): New function.
10182 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10184 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10185 Simplify check for out-of-band methods.
10186 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10187 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10189 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10191 * vc-git.el (vc-git-checkin): Fix typo.
10193 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10195 * progmodes/js2-mode.el: New file.
10197 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10199 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10200 (gud-menu-map): Adjust tooltip accordingly.
10202 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10204 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10205 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10207 * add-log.el (change-log-mode-map): Add a menu.
10209 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10211 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10212 function returns nil.
10213 (dbus-handle-event): Handle special return value :ignore.
10214 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10216 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10218 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10221 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10225 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10227 * term/pc-win.el (x-display-name, x-colors)
10228 (x-select-enable-clipboard, x-select-text): Doc fix.
10230 * term/common-win.el (x-display-name, x-colors): Doc fix.
10232 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10233 (xw-defined-colors): Doc fix.
10235 * w32-fns.el (x-select-text, x-setup-function-keys)
10236 (x-get-selection, x-set-selection): Doc fix.
10238 * term/x-win.el (x-select-text, x-setup-function-keys)
10239 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10241 * select.el (x-set-selection): Doc fix.
10243 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10245 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10246 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10247 "IsNSSSupportAvailable" method is not available. Reported by
10248 Steve Youngs <steve@sxemacs.org>.
10250 2009-07-24 Kenichi Handa <handa@m17n.org>
10252 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10253 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10254 (build-unicode-category-table): Fix range checks.
10256 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10258 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10259 the buffer we try to sync is current when calling
10262 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10263 not show up to date files.
10265 2009-07-24 Glenn Morris <rgm@gnu.org>
10267 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10268 Add autoload cookies. If necessary, initialize.
10269 (elint-log): Handle non-file buffers.
10270 (elint-initialize): Add optional argument to reinitialize.
10271 (elint-find-builtin-variables): Save excursion.
10273 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10275 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10278 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10280 * vc.el (vc-print-log-internal): New function, split out from ...
10281 (vc-print-log): ... here.
10282 (vc-dir-move-to-goal-column): Declare.
10284 * vc-git.el (vc-git-add-signoff): New variable.
10285 (vc-git-checkin): Use it.
10286 (vc-git-toggle-signoff): New function.
10287 (vc-git-extra-menu-map): Bind it to menu.
10288 (vc-git--run-command-string): Accept a nil FILE argument.
10289 (vc-git-stash-list): New function.
10290 (vc-git-dir-extra-headers): Use it.
10292 2009-07-23 Glenn Morris <rgm@gnu.org>
10294 * help-fns.el (describe-variable): Describe ignored and risky local
10295 variables in a similar way to that in which we describe safe ones.
10297 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10298 (byte-compile-output-file-form, byte-compile-output-docform)
10299 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10300 Give some more local variables with common names a "bytecomp-" prefix,
10301 so as not to shadow things during compilation.
10302 * emacs-lisp/cl-macs.el (load-time-value)
10303 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10304 `outbuffer' to `bytecomp-outbuffer'.
10306 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10307 since the next two variables cover them automatically now.
10308 (elint-builtin-variables, elint-autoloaded-variables): New.
10309 (elint-unknown-builtin-args): Remove all members, since they can be
10310 parsed automatically now.
10311 (elint-extra-errors): New.
10312 (elint-env-add-env, elint-env-add-macro): Use cadr.
10313 (elint-current-buffer): Use or. Change final message.
10314 (elint-get-top-forms): Use line-end-position.
10315 (elint-init-env): Use cadr. Handle autoload, declare-function,
10317 (elint-add-required-env): Doc fix. Use or. Standardize error.
10318 (regexp-assoc): Remove unused function.
10319 (elint-top-form): Set elint-current-pos, to record the start of the
10320 top-level form, for compilation-mode.
10321 (elint-form): Trap errors in macro expansion. Use dolist.
10322 (elint-unbound-variable): Use elint-builtin-variables and
10323 elint-autoloaded-variables.
10324 (elint-get-args): Use cadr, or.
10325 (elint-check-cond-form): Use dolist, cadr.
10326 (elint-check-condition-case-form): Doc fix. Use cadr.
10327 Use elint-extra-errors.
10328 (elint-log): New function.
10329 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10330 Distinguish errors and warnings.
10331 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10332 Use a bytecomp-style format.
10333 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10334 (elint-get-log-buffer): Use compilation mode. Disable undo.
10335 Don't truncate lines.
10336 (elint-initialize): Set builtin and autoloaded variable lists.
10337 Only process elint-unknown-builtin-args if non-nil.
10338 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10340 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10342 2009-07-22 Kevin Ryde <user42@zip.com.au>
10344 * net/newst-backend.el (newsticker--parse-atom-1.0)
10345 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10346 (newsticker--parse-rss-1.0):
10347 * progmodes/idlwave.el (idlwave-mode):
10348 * progmodes/idlw-shell.el (idlwave-shell-mode):
10349 * progmodes/vera-mode.el (vera-mode):
10350 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10351 * progmodes/vhdl-mode.el (vhdl-mode):
10352 * textmodes/table.el (table-generate-source)
10353 (table--warn-incompatibility):
10354 Hyperlink urls in docstrings with URL `...'.
10356 2009-07-22 Glenn Morris <rgm@gnu.org>
10358 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10359 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10360 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10361 Remove leading * from defcustom docs.
10363 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10365 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10367 (list-load-path-shadows): Optionally, just return shadows as a string.
10369 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10371 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10373 * mail/rmailedit.el (rmail-edit-mode): Use
10374 auto-save-include-big-deletions.
10376 * mail/rmail.el (rmail-variables): Use
10377 auto-save-include-big-deletions.
10379 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10382 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10384 * calc/calc.el (calc-undo-length): New variable.
10385 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10387 2009-07-21 Richard Stallman <rms@gnu.org>
10389 * files.el (auto-save-mode): Handle buffer-save-size = -2
10392 2009-07-21 Glenn Morris <rgm@gnu.org>
10394 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10396 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10398 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10399 silence compiler. Instead...
10400 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10401 (ps-print-ensure-fontified): Update for above function name changes.
10403 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10404 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10405 silence compiler. Instead...
10406 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10407 (mh-show-buffer): Only define for compiler.
10408 (pr-mh-current-message): Update for above function name changes.
10410 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10412 (find-file-noselect, insert-file-1): Update for above change.
10414 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10416 * mail/mailclient.el (mailclient-send-it): Fix message.
10418 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10419 (edebug-eval): Check cl-debug-env is bound.
10420 (print-level, print-circle): Don't redefine built-in variables.
10422 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10423 (custom-print-vectors): Remove old comments from doc.
10425 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10426 (emerge-version): Make the variable an obsolete alias for the
10427 emacs-version variable. Make the function obsolete.
10428 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10429 Emerge options, rather than merging in into the main Options menu.
10430 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10431 and auto advance modes. Disable edit/fast items when not relevant.
10433 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10435 * term/vt420.el (terminal-init-vt420): Fix typo.
10437 2009-07-20 Sam Steingold <sds@gnu.org>
10439 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10440 variable (removed from compile.el on 2004-03-11).
10442 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10444 * files.el (hack-local-variables-filter): Fix last change.
10446 2009-07-19 Juri Linkov <juri@jurta.org>
10448 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10449 (dir-local-variables-alist): New buffer-local variable.
10450 (hack-local-variables-filter): If variable is not dir-local,
10451 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10452 because file-local overrides dir-local.
10453 (c-postprocess-file-styles) <declare-function>:
10454 Remove obsolete declaration.
10455 (hack-dir-local-variables): Add dir-local variable/value pair to
10456 `dir-local-variables-alist' and remove duplicates. Doc fix.
10458 * help-fns.el (describe-variable): Add information about
10459 file-local and dir-local variables.
10461 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10463 * files.el (hack-local-variables-filter): Rewrite.
10465 2009-07-19 Glenn Morris <rgm@gnu.org>
10467 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10468 Silence compiler by only defining on XEmacs.
10470 * international/mule.el (auto-coding-regexp-alist): Only match
10471 BABYL... at the start of buffer, not of lines. (Bug#3790)
10473 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10474 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10475 (cal-menu-context-mouse-menu): Doc fix.
10477 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10479 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10481 2009-07-18 Juri Linkov <juri@jurta.org>
10483 * info.el: Virtual Info keyword finder.
10484 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10485 (Info-finder-file): New variable.
10486 (Info-finder-find-file): New function.
10487 (finder-known-keywords, finder-package-info)
10488 (find-library-name, lm-commentary): Use defvar and
10489 declare-function to silence compiler warnings.
10490 (Info-finder-find-node): New function.
10491 (info-finder): New command.
10493 * subr.el (process-kill-buffer-query-function): New function.
10494 (add-hook)<kill-buffer-query-functions>: Add hook
10495 `process-kill-buffer-query-function'.
10497 2009-07-18 Alan Mackenzie <acm@muc.de>
10499 * progmodes/cc-mode.el (c-before-hack-hook)
10500 (c-postprocess-file-styles): Give invocation of `c-set-style'
10501 DONT-OVERRIDE parameter of t. Already set style variables will
10502 thus not be overridden by style settings given by `c-file-syle'.
10504 * files.el (hack-local-variables-filter): Remove entries with
10505 duplicate keys from `file-local-variables-alist'.
10507 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10509 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10510 x-set-selection if display-selections-p returns nil for the
10513 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10515 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10517 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10519 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10520 Accept nil in addition to a regexp.
10521 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10522 Accept nil in addition to a regexp.
10523 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10524 buffers that have an associated file. Handle nil values of
10525 desktop-buffers-not-to-save and desktop-files-not-to-save.
10528 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10529 (x-disown-selection-internal): New functions.
10531 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10533 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10535 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10536 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10538 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10540 * simple.el (set-mark): Revert last change.
10542 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10544 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10545 rendering of pngs is not possible instead of messaging a long
10548 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10550 * w32-fns.el (x-selection-owner-p): New function.
10552 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10553 (mouse-yank-at-click, mouse-yank-primary): If
10554 select-active-regions is non-nil, deactivate the mark before
10557 * simple.el (deactivate-mark, set-mark): Only save selection if we
10560 2009-07-17 Kenichi Handa <handa@m17n.org>
10562 * case-table.el (describe-buffer-case-table): Fix for the case
10563 that KEY is a cons.
10565 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10567 * vc-rcs.el (vc-rcs-find-file-hook):
10568 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10570 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10572 * net/tramp.el (tramp-wait-for-output): Handle the case when
10573 commands do not return a newline but a null byte before the shell
10576 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10578 * term/ns-win.el (ns-set-alpha): Don't declare.
10579 (ns-set-background-alpha): Remove function.
10581 2009-07-16 Kevin Ryde <user42@zip.com.au>
10583 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10584 y-or-n-p, for safety.
10586 2009-07-16 Richard Stallman <rms@gnu.org>
10588 * files.el (auto-save-mode): If buffer-saved-size is -2,
10591 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10592 (rmail-retry-ignored-headers): Add more uninteresting fields.
10594 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10596 * net/rcirc.el (rcirc): Use history variables.
10597 (rcirc-server-name-history, rcirc-nick-name-history)
10598 (rcirc-server-port-history): New variables.
10600 2009-07-15 Kenichi Handa <handa@m17n.org>
10602 * international/mule-cmds.el (set-language-environment-charset):
10603 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10606 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10607 Delete unibyte-display.
10609 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10611 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10613 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10615 * simple.el (deactivate-mark): Optional argument FORCE.
10616 (set-mark): Use deactivate-mark.
10618 * info.el (Info-search): No need to check transient-mark-mode
10619 before calling deactivate-mark.
10621 * select.el (x-set-selection): Doc fix.
10622 (x-valid-simple-selection-p): Allow buffer values.
10623 (xselect--selection-bounds): Handle buffer values. Suggested by
10624 David De La Harpe Golden.
10626 * mouse.el (mouse-set-region, mouse-drag-track): Call
10627 copy-region-as-kill before setting the mark, to let
10628 select-active-regions work.
10630 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10632 * simple.el (deactivate-mark): If select-active-regions is
10633 non-nil, copy the selection data into a string.
10634 (activate-mark): If select-active-regions is non-nil, set the
10635 selection to the current buffer.
10636 (set-mark): Update selection if select-active-regions is non-nil.
10638 * select.el (x-valid-simple-selection-p): Allow buffer values.
10640 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10642 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10643 and more featureful message-mode.
10645 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10647 * select.el (x-set-selection): Doc fix.
10648 (x-valid-simple-selection-p): Disallow selection data consisting
10649 of a list or cons of integers, since that is not used.
10650 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10651 (xselect-convert-to-string, xselect-convert-to-length)
10652 (xselect-convert-to-filename, xselect-convert-to-charpos)
10653 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10655 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10657 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10658 output in -break-info command (Emacs bug #3794).
10660 2009-07-14 Glenn Morris <rgm@gnu.org>
10662 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10663 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10664 (edebug-print-length, edebug-print-level, edebug-print-circle)
10665 (edebug-sit-for-seconds, edebug-view-outside)
10666 (edebug-bounce-point, edebug-set-global-break-condition)
10667 (edebug-Go-nonstop-mode, edebug-trace-mode)
10668 (edebug-Trace-fast-mode, edebug-continue-mode)
10669 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10670 (edebug-visit-eval-list): Doc fixes.
10672 * subr.el (def-edebug-spec): Doc fix.
10674 2009-07-14 Kenichi Handa <handa@m17n.org>
10676 * international/characters.el: Fix setting of category ?C.
10678 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10680 * term/ns-win.el (x-select-font): defalias x-select-font to
10681 ns-popup-font-panel instead of generate-fontset-menu.
10683 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10685 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10687 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10689 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10690 the PK\003\004 header (Bug#3770).
10692 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10694 * pcomplete.el (pcomplete-comint-setup): Check for
10695 shell-dynamic-complete-filename too.
10697 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10699 * simple.el (temporary-goal-column): Change the value for
10700 line-move-visual to a cons cell.
10701 (line-move-visual): Record or set the window hscroll, if
10702 necessary (Bug#3494).
10703 (line-move-1): Handle cons value of temporary-goal-column.
10705 2009-07-11 Kenichi Handa <handa@m17n.org>
10707 * international/mule-diag.el (describe-character-set): Don't show
10710 2009-07-10 Sam Steingold <sds@gnu.org>
10712 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10713 Omake sometimes indents the errors it prints, so allow all
10714 regexps to start with spaces.
10716 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10718 * cus-edit.el (customize-changed-options-previous-release):
10719 Bump value to 22.1. (Bug#3804)
10721 2009-07-08 Sam Steingold <sds@gnu.org>
10723 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10724 to be a cons cell (test . ignored-directory) to selectively ignore
10725 some directories depending on the location of the search.
10727 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10729 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10730 remote user is root, on the local host.
10731 (tramp-local-host-p): Either the local user or the remote user
10732 must be root. (Bug#3771)
10734 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10736 * progmodes/gdb-mi.el (gdb): Remove description of
10737 gdb-use-separate-io-buffer.
10738 (menu): Don't allow toggling of or enable
10739 gdb-use-separate-io-buffer from menubar.
10741 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10743 * mail/unrmail.el (unrmail): Make sure the message ends with two
10744 newlines (Bug#3769).
10746 2009-07-08 Glenn Morris <rgm@gnu.org>
10748 * calendar/calendar.el (calendar-current-date): Rework previous change.
10750 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10752 * calendar/calendar.el (calendar-current-date):
10753 Add an optional argument giving an offset from today.
10755 2009-07-08 Glenn Morris <rgm@gnu.org>
10757 * tutorial.el (tutorial--describe-nonstandard-key):
10758 Adjust the message for when a key has been unbound.
10759 (help-with-tutorial): Hide the arch-tag.
10761 2009-07-08 Kenichi Handa <handa@m17n.org>
10763 * international/fontset.el (setup-default-fontset): For each
10764 script, append (not set) font-specs.
10766 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10769 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10771 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10772 -data-list-register-names to ...
10773 (gdb-starting): ... here because GDB 7.0 requires execution to
10774 have started when using this MI command.
10775 (gdb-set-header): New function to distinguish select and
10776 unselected tabs in gdb buffers.
10777 (gdb-propertize-header): New macro that uses gdb-set-header.
10778 (gdb-breakpoints-header, gdb-locals-header): Use it.
10779 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10781 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10783 * Makefile.in (ELCFILES): Remove fadr.elc.
10785 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10787 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10788 may contain frame information, so `string-match' should be used.
10789 (gdb-update): Disassembly is invalidated through
10790 `gdb-get-selected-frame'.
10791 (gdb-pad-string): New function to pad string with spaces.
10792 (gdb-invalidate-disassembly): Invalidate only if the buffer
10794 (gdb-disassembly-handler-custom): Column alignment.
10795 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10797 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10799 (gdb-frame-handler): Match convention to for disassembly buffer
10801 (gdb-stack-list-frames-handler): Rewritten without regexps.
10802 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10803 not highlight breakpoints without line information.
10804 (gdb-input): Add trailing newline to command.
10806 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10808 (gdb-breakpoints-list-handler-custom): Replacement for
10809 `gdb-break-list-handler'. Using real parser instead of regexps
10811 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10812 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10813 to place breakpoints.
10814 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10816 (gdb-disassembly-handler-custom): Show overlay arrow.
10817 (gdb-disassembly-place-breakpoints): Show breakpoints in
10818 disassembly buffer.
10819 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10820 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10821 instead of parsing breakpoints buffer. Fixed old menu references
10826 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10827 (gdb-memory-address): New variable which holds top address of
10828 memory page shown in memory buffer.
10829 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10830 customization variables.
10832 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10833 display the memory buffer.
10834 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10835 buffer display parameters.
10836 (def-gdb-memory-format, gdb-memory-format-binary)
10837 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10838 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10839 Functions for setting memory buffer format.
10840 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10841 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10842 unit size used in memory buffer.
10843 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10844 to next/previous page of memory buffer.
10845 Now using (bindat-get-field) instead of fadr functions.
10847 2009-07-07 Sam Steingold <sds@gnu.org>
10849 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10850 non-top-level files.
10852 2009-07-07 Kenichi Handa <handa@m17n.org>
10854 * international/mule-cmds.el (reset-language-environment): Put
10855 the highset priority to the charset iso-8859-1.
10857 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10859 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10860 to the end of the line when locating the block (Bug#700).
10862 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10864 * net/tramp.el (tramp-handle-write-region): Flush file properties
10865 in case of short track.
10867 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10869 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10870 Coded custom representation of verilog error regular expressions
10871 to work with Emacs-22's new format.
10872 (verilog-error-regexp-xemacs-alist): Coded custom representation
10873 of verilog error regular expressions to work with XEmacs format.
10874 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10875 error recognition into XEmacs.
10876 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10877 error recognition into Emacs-22.
10879 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10881 * woman.el: Remove stand-alone closing parentheses.
10882 (woman-file-name, woman2-format-paragraphs)
10883 (woman-leave-blank-lines): Code cleanup.
10884 (woman-use-own-frame): Change default to nil.
10885 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10886 defaults to inherit from default faces.
10887 (woman2-process-escapes): Consume the newline after a stand-alone
10888 filler character (Bug#3651).
10890 2009-07-06 Glenn Morris <rgm@gnu.org>
10892 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10893 (top-level): Move provide to the end.
10894 (ffap): Remove defunct URL from custom group.
10896 * subr.el (eval-after-load): Doc fix.
10898 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10900 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10901 `calc-embedded-word' is called twice.
10903 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10905 * files.el (find-alternate-file-other-window, find-alternate-file):
10906 Obey confirm-nonexistent-file-or-buffer.
10908 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10910 * dired-aux.el (dired-show-file-type): Handle remote files.
10912 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10914 * desktop.el (desktop-globals-to-save):
10915 Add file-name-history (Bug#2750).
10917 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10919 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10921 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10923 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10924 property on entire argument since this is what eshell-lisp-command
10927 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10929 * net/tramp-gvfs.el (tramp-gvfs-methods)
10930 (tramp-gvfs-zeroconf-domain)
10931 (tramp-bluez-discover-devices-timeout): Add version flag.
10932 (tramp-gvfs-handler-mounted-unmounted)
10933 (tramp-gvfs-connection-mounted-p): Polish handling of
10934 incompatibilities between GVFS 0.2 and 1.0.
10936 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10938 * cus-start.el (all): Add make-pointer-invisible.
10940 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10942 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10943 formatted correctly.
10945 2009-07-02 Juri Linkov <juri@jurta.org>
10947 * info.el: Virtual Info files and nodes.
10948 (Info-virtual-files, Info-virtual-nodes): New variables.
10949 (Info-current-node-virtual): New variable.
10950 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10952 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10953 to check for a virtual file instead of checking a fixed list
10955 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10956 instead of ad-hoc processing of "dir" and (apropos history toc).
10957 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10958 instead of ad-hoc processing of "dir" and (apropos history toc).
10959 Reread a file when moving from a virtual node.
10960 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10961 (Info-directory-toc-nodes, Info-directory-find-file)
10962 (Info-directory-find-node): New functions.
10963 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10964 (Info-history): Move part of code to
10965 `Info-history-find-node'.
10966 (Info-history-toc-nodes, Info-history-find-file)
10967 (Info-history-find-node): New functions.
10968 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10969 (Info-toc): Move part of code to `Info-toc-find-node'.
10970 (Info-toc-find-node): New function.
10971 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10972 the current Info file name to references because now the node
10973 "*TOC*" belongs to the same Info manual.
10974 (Info-toc-build): Rename from `Info-build-toc'.
10975 (Info-toc-nodes): Rename input argument `file' to `filename'.
10976 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10977 instead of ad-hoc processing of ("dir" apropos history toc).
10978 (Info-index-nodes): Use Info-virtual-file-p
10979 to check for a virtual file instead of checking a fixed list
10981 (Info-index-node): Add check for `Info-current-node-virtual'.
10982 Raise `save-match-data' higher up the tree to contain
10983 `search-forward' too (bug fix).
10984 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10985 (Info-virtual-index-nodes): New variable.
10986 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10987 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10988 (Info-apropos-file, Info-apropos-nodes): New variables.
10989 (Info-apropos-toc-nodes, Info-apropos-find-file)
10990 (Info-apropos-find-node, Info-apropos-matches): New functions.
10991 (info-apropos): Move part of code to `Info-apropos-find-node' and
10992 `Info-apropos-matches'.
10993 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10994 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10995 for a virtual file instead of checking a fixed list of node names.
10997 * simple.el (async-shell-command): New command.
10999 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11001 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11002 instead of `mount-info'.
11004 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11006 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11007 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11009 2009-07-02 Kenichi Handa <handa@m17n.org>
11011 * international/mule.el (set-keyboard-coding-system): Force *-unix
11012 coding-system to avoid eol conversion.
11014 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11016 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11017 Add handler for `process-file', `shell-command' and
11018 `start-file-process'.
11019 (tramp-gvfs-handle-shell-command)
11020 (tramp-gvfs-handle-start-file-process)
11021 (tramp-gvfs-handle-process-file): New defuns.
11022 (tramp-synce-list-devices): Simplify check for existence of property.
11024 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11026 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11028 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11030 * language/korean.el (set-language-info-alist): Add korean-cp949,
11033 2009-07-01 Kenichi Handa <handa@m17n.org>
11035 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11037 * international/encoded-kb.el: Deleted.
11039 * international/mule.el (set-keyboard-coding-system): Perform the
11040 necessary setup here instead of calling encoded-kbd-setup-display.
11042 2009-07-01 Glenn Morris <rgm@gnu.org>
11044 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11046 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11048 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11050 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11052 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11053 Handle also the 'rename case, when setting file modes. (Bug#3712)
11054 (tramp-default-file-modes): Remove execute permissions.
11056 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11057 (top): Add a default for "synce" in `tramp-default-user-alist'.
11058 Add completion function for "synce" method.
11059 (tramp-hal-service, tramp-hal-path-manager)
11060 (tramp-hal-interface-manager, tramp-hal-interface-device):
11062 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11063 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11066 * net/trampver.el: Update release number.
11068 2009-06-30 Kenichi Handa <handa@m17n.org>
11070 * international/fontset.el (setup-default-fontset): Add CJK fonts
11071 for symbols and the other miscellaneous characters.
11073 * language/korea-util.el (setup-korean-environment-internal):
11074 Make char-width-table suitable for Korean environments.
11075 (exit-korean-environment): Cancel above.
11077 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11078 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11079 setup-function to make char-width-table suitable for respective
11080 environments, and an exit-function to cancel that.
11082 * language/japan-util.el (setup-japanese-environment-internal):
11083 Call use-cjk-char-width-table with arg `ja_JP'.
11085 * international/characters.el (cjk-char-width-table): Delete it.
11086 (cjk-char-width-table-list): New variable.
11087 (use-cjk-char-width-table): New arg local-name.
11088 (use-default-char-width-table): Fix for the case that Emacs is
11089 already using the default char-width-table.
11091 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11093 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11094 modes mandatory. (Bug#3712)
11096 2009-06-29 Alan Mackenzie <acm@muc.de>
11098 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11099 correction between the visible width of TABs and their number of bytes.
11101 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11103 * server.el (server-buffer-done): Prevent kill-buffer from
11104 prompting by clearing the buffer modification flag (Bug#3696).
11106 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11108 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11109 (verilog-endcomment-reason-re): Support unique case and priority case.
11110 (verilog-basic-complete-re): Support localparam lineup.
11111 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11112 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11114 (verilog-leap-to-case-head): Now support *nested* unique &
11115 priority case statements.
11116 (verilog-auto-lineup): Make just declarations the default (as it
11118 (verilog-leap-to-case-head): Support priority/unique case statements.
11119 (verilog-auto-lineup): Rework to give users radio buttons to
11120 select the various styles of automatic lineup.
11121 (verilog-error-regexp-alist): Rework to support the XEmacs style
11122 of error regular expressions from compilers, lint tools &
11123 simulators. Note that GNU Emacs has made it impossible for a mode
11124 to load such things.
11125 (electric-verilog-terminate-line, verilog-indent-declaration)
11126 (verilog-auto-wiure): Rework for radio button selection of
11127 auto-lineup selection of specification of auto lineup.
11128 (verilog-beg-of-statement-1): Redesign to support proper operation
11129 in additional code, based on testing with auto-lineup.
11130 (verilog-calculate-indent, assignments & declarations)
11131 (verilog-backward-token): Enhance to support auto-lineup of
11132 assignments & declarations.
11133 (verilog-in-directive-p, verilog-at-struct-p): New function for
11134 easy test of whether we are.
11135 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11136 to support safe execution at almost anyline.
11137 (verilog-calc-1): Properly support indenting deep inside generate
11139 (verilog-init-font): Remove definition & use of verilog-init-font,
11140 as it is redundant with font-lock-defaults.
11141 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11142 to avoid circular calls if syntax-ppss is a function (as is the
11143 case now in 22.x GNU Emacs) as that function would sometimes call
11144 itself, leading to (nearly) infinite recursion.
11145 (verilog-ovm-begin-re, verilog-ovm-end-re)
11146 (verilog-ovm-statement-re, verilog-leap-to-head)
11147 (verilog-backward-token): Add support for OVM macros. Some are
11148 complete statements, and others open and close scopes like begin
11150 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11151 (verilog-defun-level-generate-only-re): Really fix the defun-list
11153 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11154 coverpoint, constraint and cross statements.
11155 (verilog-defun-level-list, verilog-generate-defun-level-list)
11156 (verilog-all-defun-level-list): Redo these specifications - it is
11157 too hard to support eval-when compile aggregation of lists also
11158 built at when-compile time.
11159 (verilog-defun-level-list): Place defconsts of variables used in
11160 building regular expressions which are built in eval-when-compile
11161 bodies in the same eval-when-compile body to facilitate compile
11163 (verilog-beg-block-re-ordered): Support indenting
11164 virtual/protected tasks and functions.
11165 (verilog-defun-level-list, verilog-in-generate-region-p)
11166 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11167 indentation of some module items (generate items).
11168 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11169 across virtual/protected tasks and functions.
11171 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11173 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11174 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11175 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11176 in concatenations. Reported by Yishay Belkind.
11177 (verilog-auto-ascii-enum): Support one-hot state machines in
11178 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11179 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11180 modport in AUTOINST and add vl-modport for users. Reported by
11182 (verilog-auto-inout-module, verilog-auto-inst)
11183 (verilog-decls-get-interfaces, verilog-insert-definition)
11184 (verilog-insert-one-definition, verilog-read-decls)
11185 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11186 (verilog-sig-modport, verilog-signals-combine-bus)
11187 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11188 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11189 Suggested by David Rogoff.
11190 (verilog-repair-open-comma): Fix non-insertion of comma when
11191 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11192 (verilog-make-width-expression): Simplify [A-1:0] expression
11193 widths to just {A{1'b0}}.
11194 (verilog-mode): Cleanup checkdoc warnings.
11195 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11196 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11197 inputs/outputs or data type. Suggested by Vasu Kandadi.
11198 (next-error-last-buffer): Fix byte-compiler warning.
11199 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11200 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11201 or shell command text during AUTO expansion. Suggested by Tad Truex.
11202 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11203 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11204 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11205 in AUTOINOUT. Reported by Matthew Lovell.
11206 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11207 causing use of <= assignments. Reported by Alex Reed.
11208 (verilog-read-decls): Fix triand, trior, wand, wor to be
11209 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11210 (verilog-extended-complete-re): Support import "DPI-C" functions.
11211 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11212 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11213 (verilog-insert-date, verilog-insert-year)
11214 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11215 Windows systems. Reported by Michael Potts.
11216 (verilog-read-module-name): Fix AUTOINST when the child module
11217 declaration's name is a tick define. Reported by Elliot Mednick.
11218 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11219 passed to next parameter's definition. Reported by Bruce T.
11220 (verilog-read-decls): Fix detecting "parameter int" when using
11221 AUTOINSTPARAM. Reported by Bruce T.
11222 (verilog-goto-defun): Fix goto not finding modules unless first
11223 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11224 (verilog-mode): Expand -f flag arguments on entry to mode so
11225 verilog-goto-defun will work. Reported by Lawrence Butcher.
11226 (verilog-getopt): Expand environment variables in -f file
11227 arguments. Suggested by Lawrence Butcher.
11228 (verilog-set-define): Fix "Symbol's value as variable is void"
11229 when reading enumerations.
11230 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11231 Suggested by Stephen Peltan.
11232 (verilog-read-defines): Fix reading of enumerations in include
11233 files. Reported by Steve Peltan.
11235 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11237 * files.el (trash-directory): Fix defcustom type.
11239 2009-06-28 Juri Linkov <juri@jurta.org>
11241 * help-fns.el (describe-function-1): Correctly locate adviced
11242 functions in hyperlink (Bug#2438).
11244 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11246 * files.el (trash-directory): Change default to nil.
11247 (move-file-to-trash): If trash-directory is nil and
11248 system-move-file-to-trash is unbound, perform freedesktop-style
11251 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11253 * files.el (move-file-to-trash): Add freedesktop trash
11256 2009-06-28 Glenn Morris <rgm@gnu.org>
11258 * autorevert.el (global-auto-revert-non-file-buffers)
11259 (global-auto-revert-mode): Doc fixes.
11261 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11263 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11265 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11267 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11268 opened an X connection before calling x-get-resource (Bug#3194).
11270 * play/doctor.el: Remove reference to obsolete website.
11271 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11273 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11275 Remove find-file-not-found-hook VC method. (Bug#2757)
11276 * vc-hooks.el (vc-file-not-found-hook)
11277 (vc-default-find-file-not-found-hook): Remove functions.
11278 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11279 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11282 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11284 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11286 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11287 compatibility function for `looking-back'.
11289 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11290 Use `ispell-looking-back'.
11292 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11294 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11295 rather than `filename'.
11297 2009-06-23 Miles Bader <miles@gnu.org>
11299 * face-remap.el (text-scale-set): New function.
11301 2009-06-23 Glenn Morris <rgm@gnu.org>
11303 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11305 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11307 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11309 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11311 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11312 Simplify Persian conditionals.
11314 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11315 variable `filename'.
11317 * comint.el (comint-insert-input): Doc fix.
11319 * Makefile.in (ELCFILES): Fix typo in previous change.
11321 2009-06-23 Miles Bader <miles@gnu.org>
11323 * cus-start.el: Add entry for `recenter-redisplay'.
11325 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11327 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11328 Add an optional argument for the backend, use it instead of
11329 calling vc-backend.
11330 (vc-mode-line): Add an optional argument for the backend.
11331 Pass the backend to vc-state and vc-working-revision. Move code for
11332 special handling for vc-state being a buffer to ...
11334 * vc-rcs.el (vc-rcs-find-file-hook):
11335 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11337 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11338 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11339 vc-stay-local-p and vc-mode-line calls.
11341 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11342 (vc-cvs-diff, vc-cvs-annotate-command)
11343 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11344 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11345 vc-mode-line calls.
11347 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11349 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11350 backend when calling vc-mode-line.
11351 (vc-register): Do not create a closure for calling the vc register
11352 function, call it directly.
11354 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11356 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11357 to make it obvious item can be clicked.
11359 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11361 2009-06-23 Kenichi Handa <handa@m17n.org>
11363 * language/korea-util.el (korean-key-bindings): Change the binding
11364 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11367 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11369 Sync with Tramp 2.1.16.
11371 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11373 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11374 when a loading of a package fails. Completion function for rsync
11375 is `tramp-completion-function-alist-ssh'.
11376 (all): Replace all calls of `split-string' and
11377 `tramp-split-string' by `tramp-compat-split-string'.
11378 (tramp-default-method): Use `tramp-compat-process-running-p'.
11379 (tramp-default-proxies-alist): Allow also Lisp forms.
11380 (tramp-remote-path): Add choice "Private Directories".
11381 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11382 (tramp-domain-regexp): Allow also "-", "_" and ".".
11383 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11384 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11385 (tramp-debug-message): Insert header line in debug buffer.
11386 (tramp-handle-directory-files-and-attributes-with-stat):
11387 Care about filenames with spaces, or starting with "-".
11388 (tramp-handle-dired-uncache): New defun.
11389 (tramp-handle-insert-directory): Don't flush the directory from
11390 cache, this is handled by `dired-uncache' now.
11391 (tramp-handle-insert-file-contents): Improve error handling.
11392 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11393 Quote `tramp-end-of-output'.
11394 (tramp-action-password): Improve trace message.
11395 (tramp-check-for-regexp): Both echoes must be present, before removing.
11396 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11397 (tramp-compute-multi-hops): Eval cons cells of
11398 `tramp-default-proxies-alist'.
11399 (tramp-maybe-open-connection): Use the same command pattern for
11400 first hop and further hops.
11401 (tramp-wait-for-output): Remove handling of newlines.
11402 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11403 (tramp-split-string): Remove function. It is handled in
11406 * net/tramp-cmds.el (tramp-bug):
11407 Recommend `tramp-cleanup-all-connections' in the bug mail.
11409 * net/tramp-compat.el (tramp-compat-split-string)
11410 (tramp-compat-process-running-p): New defuns.
11412 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11413 for `dired-uncache'.
11415 * net/tramp-gvfs.el: New package.
11417 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11418 Add handler for `dired-uncache'.
11419 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11421 * net/trampver.el: Update release number. Make version check fit
11424 2009-06-22 Jim Meyering <meyering@redhat.com>
11426 Automatically handle .xz suffix (XZ-compressed files), too.
11427 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11428 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11430 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11431 Nick Roberts <nickrob@snap.net.nz>
11433 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11434 repository (http://sphinx.net.ru/hg/gdb-mi/).
11436 2009-06-22 Glenn Morris <rgm@gnu.org>
11438 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11439 `mode' and `eval' entries. (Bug#3430)
11441 * Makefile.in (ELCFILES): Add fadr.elc.
11443 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11444 differing behavior of \n and ^ in strings. (Bug#3385)
11446 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11448 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11450 (lisp-indent-function): Make it a defcustom.
11452 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11454 * progmodes/gdb-ui.el: Replace with ...
11455 * progmodes/gdb-mi.el: ... this file.
11456 * progmodes/gud.el: Modify for gdb-mi.el.
11458 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11460 * fadr.el: New file.
11462 See ChangeLog.14 for earlier changes.
11464 ;; Local Variables:
11468 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11470 This file is part of GNU Emacs.
11472 GNU Emacs is free software: you can redistribute it and/or modify
11473 it under the terms of the GNU General Public License as published by
11474 the Free Software Foundation, either version 3 of the License, or
11475 (at your option) any later version.
11477 GNU Emacs is distributed in the hope that it will be useful,
11478 but WITHOUT ANY WARRANTY; without even the implied warranty of
11479 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11480 GNU General Public License for more details.
11482 You should have received a copy of the GNU General Public License
11483 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11485 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1