From: Miles Bader Date: Sat, 9 Jun 2007 03:19:04 +0000 (+0000) Subject: Merge from emacs--rel--22 X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/0114082988eafdb8f7630dce0a1551c55c7b6c07 Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790 --- 0114082988eafdb8f7630dce0a1551c55c7b6c07 diff --cc ChangeLog index a86ba8e647,c53ed83f06..73ff53b8a7 --- a/ChangeLog +++ b/ChangeLog @@@ -1,42 -1,7 +1,46 @@@ +2007-06-08 Glenn Morris + + * configure.in: Make gtk the default toolkit. + +2007-06-07 Glenn Morris + + * configure.in (NON_GNU_CPP): On Solaris, set using a proper check + for a Sun C compiler. + + * Makefile.in (install-arch-indep): Install only the DOC- file + specific to the build, if possible, rather than DOC-*. + + 2007-06-02 Chong Yidong + + * Version 22.1 released. + +2007-05-25 Chong Yidong + + * mkinstalldirs: Sync to version in automake CVS. + +2007-05-22 Andreas Schwab + + * configure.in: Prefer build_alias over host when host_alias is + not set. + * configure: Regenerate. + +2007-05-20 Andreas Schwab + + * configure.in: Remove empty AC_SUBST. + * configure: Regenerate. + +2007-05-20 Nick Roberts + + * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement + it like others. + * configure: Regenerate. + +2007-05-20 Nick Roberts + + * configure.in (AC_CHECK_HEADERS) Add gpm.h. + (AC_CHECK_LIB): Add -lgpm. + * configure: Regenerate. + 2007-05-03 Glenn Morris * configure: Tweak message about the absence of shell functions. diff --cc admin/ChangeLog index 52c9bfb81b,0b316a8364..7349efb172 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@@ -1,11 -1,7 +1,15 @@@ +2007-06-07 Glenn Morris + + * admin.el (set-copyright): New function. + +2007-04-25 Nick Roberts + + * make-tarball.txt: Add note about cutting the branch. + + 2007-06-02 Chong Yidong + + * Version 22.1 released. + 2007-02-03 Eli Zaretskii * nt/makedist.bat: Change EOL format to DOS. Don't use diff --cc admin/FOR-RELEASE index f70781f434,2fceaee33c..d8e273c034 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@@ -12,10 -12,10 +12,10 @@@ make sure all the pages really look ok Requests to have been sent out on 2006-05-23 (Reiner Steib). LANG Translator Status --cs Pavel Janík Can't work on it now. ++cs Pavel Janík Can't work on it now. de Sven Joachim Done fr Eric Jacoboni Done --pl WÅ‚odek Bzyl Done ++pl Włodek Bzyl Done pt-br Rodrigo Real Done ru Alex Ott Done sk Miroslav VaÅ¡ko No response @@@ -76,7 -62,7 +76,7 @@@ SECTION READER etc/TUTORIAL rms etc/TUTORIAL.bg Ognyan Kulev etc/TUTORIAL.cn --etc/TUTORIAL.cs Pavel Janík ++etc/TUTORIAL.cs Pavel Janík etc/TUTORIAL.de Werner LEMBERG etc/TUTORIAL.eo etc/TUTORIAL.es Marcelo Toledo @@@ -89,7 -75,7 +89,7 @@@ etc/TUTORIAL.pl Slawomir Nowac etc/TUTORIAL.pt_BR Marcelo Toledo etc/TUTORIAL.ro etc/TUTORIAL.ru Alex Ott --etc/TUTORIAL.sk Pavel Janík ++etc/TUTORIAL.sk Pavel Janík etc/TUTORIAL.sl Primoz PETERLIN etc/TUTORIAL.sv Mats Lidell etc/TUTORIAL.th Virach Sornlertlamvanich diff --cc etc/ChangeLog index 50de2b2d85,a14e58d9f7..5c9dfb6a19 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@@ -6,20 -13,15 +6,29 @@@ * MORE.STUFF: Update eshell URL. +2007-06-06 Carsten Dominik + + * orgcard.tex: Version 4.77. + +2007-06-05 Michael Albinus + + * NEWS: Add socks.el as new package. + +2007-06-02 Thien-Thi Nguyen + + * MORE.STUFF (Hideshow): Delete. + (EDB, Go in a buffer): Update urls. + Suggested by CHENG Gao . + + 2007-06-02 Chong Yidong + + * Version 22.1 released. + + 2007-06-02 CHENG Gao + + * MORE.STUFF: Remove dead URL for Fortune, and update URLs for + Hideshow, Org, EDB, and Remember. + 2007-05-29 Robert J. Chassell * NEWS: Fix instances of `allow' without object. diff --cc etc/NEWS.22 index a6e430ee81,192025606f..ed9babda50 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@@ -33,6 -33,20 +33,24 @@@ Some specific packages that are known t ** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version. ** cua.el, cua-mode.el: remove old versions. + + * Installation Changes in Emacs 22.2 + + * Changes in Emacs 22.2 + + ** The values of `dired-recursive-deletes' and `dired-recursive-copies' + have been changed to `top'. This means that the user is asked once, + before deleting/copying the indicated directory recursively. + ++** In Image mode, whenever the displayed image is wider and/or higher ++than the window, the usual keys for moving the cursor cause the image ++to be scrolled horizontally or vertically instead. ++ + * New Modes and Packages in Emacs 22.2 + + ** The new package css-mode.el provides a major mode for editing CSS files. + + ** The new package socks.el implements the SOCKS v5 protocol. * Installation Changes in Emacs 22.1 diff --cc lib-src/ChangeLog index 51b3cf38b9,262baf252a..597d203ba4 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@@ -1,20 -1,7 +1,24 @@@ +2007-06-07 Glenn Morris + + * etags.c (print_version): Add `emacs_copyright' string, for + easier automatic updating. + +2007-05-18 Francesco Potort,Al(B + + * etags.c: Extern definitions of some more pointer functions for + standalone compilation, especially important for 64bit platforms. + (main, print_help): --members is now the default for etags. + (C_entries): Parse start of C comment as a space == end of token. + This is not necessary for C++ comment, already parsed as newline. + +2007-04-26 Glenn Morris + + * makefile.w32-in (VERSION): Increase to 22.1.50. + + 2007-06-02 Chong Yidong + + * Version 22.1 released. + 2007-02-26 Francesco Potort,Al(B * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs". diff --cc lisp/ChangeLog index 17e2d77825,79fb349d94..c96aa47407 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -28,158 -45,61 +28,168 @@@ * progmodes/mixal-mode.el (mixal-operation-codes-alist): * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring. -2007-06-07 Alfred M. Szmidt (tiny change) +2007-06-07 Carsten Dominik - * mail/rmailsum.el (rmail-summary-save-buffer): New command. - (rmail-summary-mode-map): Add rmail-summary-save-buffer. + * textmodes/org.el: Version number fixed. -2007-06-07 Juanma Barranquero +2007-06-07 Glenn Morris - * progmodes/ebrowse.el (ebrowse-member-table): - * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings. + * version.el (emacs-copyright): New constant. + * startup.el (fancy-splash-tail): Use emacs-copyright. + * calc/calc-help.el (calc-full-help): Use emacs-copyright. -2007-06-06 Juanma Barranquero + * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option + `make-local'. + (byte-compile-warnings-safe-p): Add `make-local'. + (byte-compile-make-variable-buffer-local): + Allow byte-compile-warnings to suppress this warning. - * pgg.el (pgg-sign-region, pgg-sign): - * ses.el (ses-call-printer): - * calendar/icalendar.el (icalendar--diarytime-to-isotime): - * textmodes/org.el (org-cycle): Fix typos in docstrings. + * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new + format of "menu" description. + (tutorial--find-changed-keys): Describe the specific menu a + command is in. -2007-06-06 Eli Zaretskii + * dframe.el (dframe-frame-parameter, dframe-mouse-event-p): + Rewrite compatibility functions to silence byte-compiler. - * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer) - (tar-get-descriptor): Handle type 55, an extended pax header. +2007-06-07 Alfred M. Szmidt (tiny change) -2007-06-06 Stefan Monnier + * mail/rmailsum.el (rmail-summary-save-buffer): New command. + (rmail-summary-mode-map): Add rmail-summary-save-buffer. - * textmodes/css-mode.el: New file. +2007-06-07 Eric M. Ludlam -2007-06-06 Michael Albinus + * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff". - * net/socks.el: New file, taken from w3 repository. - (top): Update Copyright. Don't load cl.el. - (all): Replace `case' by `cond', `string-to-int' by - `string-to-number', and `process-kill-without-query' by - `set-process-query-on-exit-flag'. - (socks-char-int): Remove defalias and all occurrences. +2007-06-07 Juanma Barranquero + + * progmodes/ebrowse.el (ebrowse-member-table): + * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda) + (org-batch-agenda-csv): Fix typos in docstrings. + 2007-06-06 Juanma Barranquero + + * international/mule-cmds.el (toggle-enable-multibyte-characters) + (sort-coding-systems, search-unencodable-char): Doc fixes. + (coding-system-change-eol-conversion, set-default-coding-systems) + (prefer-coding-system, find-multibyte-characters, princ-list) + (leim-list-entry-regexp, set-input-method, locale-language-names) + (input-method-exit-on-first-char, exit-language-environment-hook) + (locale-charset-language-names): Fix typos in docstrings. + -2007-06-05 Juanma Barranquero - - * bs.el (bs-cycle-previous): Don't modify the cycle list until - `switch-to-buffer' has returned succesfully. - (bs-cycle-next): Ditto. Also, don't bury the buffer when the - window is dedicated (it could iconify the frame). +2007-06-06 Juanma Barranquero -2007-06-05 Glenn Morris + * pgg.el (pgg-sign-region, pgg-sign): + * ses.el (ses-call-printer): + * calendar/icalendar.el (icalendar--diarytime-to-isotime): + * textmodes/org.el (org-cycle): Fix typos in docstrings. - * files.el (auto-mode-alist): Open `.asd' files in lisp-mode. +2007-06-06 Carsten Dominik + + * textmodes/org.el + (org-export-region-as-html, org-replace-region-by-html) + (org-number-to-letters, org-table-fedit-finish) + (org-normalize-color, org-table-fedit-ref-right) + (org-date-to-gregorian, org-table-fedit-move) + (org-table-convert-refs-to-rc, org-calendar-holiday) + (org-table-fedit-toggle-ref-type, org-write-agenda) + (org-colgroup-info-to-vline-list, org-agenda-todo-previousset) + (org-defkey, org-encode-for-stdout) + (org-indent-line-function, org-export-as-html-to-buffer) + (org-store-agenda-views, org-update-mode-line) + (org-find-if, org-delete-all) + (org-table-fedit-convert-buffer, org-emphasize) + (org-uniquify, org-table-fedit-lisp-indent) + (org-table-fedit-scroll, org-get-todo-sequence-head) + (org-table-fedit-scroll-down, org-table-fedit-line-down) + (org-table-fedit-ref-left, org-agenda-export-csv-mapper) + (org-table-fedit-toggle-coordinates, org-dvipng-color) + (org-table-fedit-line-up, org-table-fedit-ref-down) + (org-table-formula-from-user, org-mode-flyspell-verify) + (org-cycle-show-empty-lines, org-ctrl-c-ret) + (org-table-formula-to-user, org-diary-to-ical-string) + (orgtbl-export, org-table-fedit-post-command) + (org-closed-in-range, org-shiftcontrolright) + (org-table-convert-refs-to-an, org-table-hline-and-move) + (org-table-formula-less-p, org-format-table-ascii) + (org-agenda-get-sexps, org-shift-refpart) + (org-diary-sexp-entry, org-time-string-to-absolute) + (org-table-show-reference, org-letters-to-number) + (org-fix-agenda-info, org-table-fedit-ref-up) + (org-table-fedit-shift-reference, org-table-fedit-abort) + (org-closest-date, org-shiftcontrolleft) + (org-at-heading-or-item-p, org-rematch-and-replace) + (org-agenda-todo-nextset, org-export-grab-title-from-buffer): + New functions. + (org-table-edit-scroll-down, org-finish-edit-formulas) + (org-table-edit-next-field, org-abort-edit-formulas) + (org-font-lock-level, org-export-find-first-heading-line) + (org-table-edit-line-down, org-table-edit-backward-field) + (org-edit-formula-lisp-indent, org-table-edit-move) + (org-check-log-option, org-this-word) + (org-table-edit-line-up, org-table-edit-formulas-post-command) + (org-agenda-file-to-end, org-expand-file-name) + (org-fake-empty-table-line, org-table-edit-scroll) + (org-toggle-log-option, org-show-reference): Function removed. + (org-inhibit-invisibility, org-table-formula-make-cmp-string): + New defsubsts. + (org-unmodified, org-batch-store-agenda-views) + (org-batch-agenda-csv): New macro. + (org-agenda-export): New customization group. + (org-agenda-skip-deadline-if-done, org-agenda-remove-tags) + (org-highest-priority, org-agenda-exporter-settings) + (org-log-done-with-time, org-replace-disputed-keys) + (org-format-latex-header, org-export-table-header-tags) + (org-cycle-separator-lines, org-export-table-data-tags) + (org-icalendar-include-sexps) + (org-empty-line-terminates-plain-lists) + (org-log-repeat, org-special-ctrl-a) + (org-table-use-standard-references, org-disputed-keys) + (org-export-skip-text-before-1st-heading, org-agenda-with-colors) + (org-agenda-export-html-style): New option. + (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix) + (org-CUA-compatible): Option removed. + (org-agenda-structure, org-sexp-date): New face. + (org-todo-keywords-for-agenda, org-not-done-keywords) + (org-planning-or-clock-line-re, org-agenda-name) + (org-table-colgroup-info, org-todo-sets) + (constants-unit-system, org-clock-mode-line-entry) + (org-mode-line-timer, org-table-current-begin-pos) + (org-todo-keywords-1, org-mode-line-string) + (org-table-clean-did-remove-column, org-table-fedit-map) + (org-clock-heading, org-table-buffer-is-an) + (org-agenda-info, org-done-keywords) + (org-done-keywords-for-agenda, org-todo-heads) + (org-todo-kwd-alist, org-clock-start-time): New variable. + (org-todo-kwd-priority-p, org-edit-formulas-map) + (org-repeat-re, org-todo-kwd-max-priority) + (org-version, org-done-string) + (org-table-clean-did-remove-column-1, org-disputed-keys): + Remove Variables. + (org-table-translate-regexp, org-repeat-re, org-version): New consts. + (org-ts-lengths): Constant removed. + (org-follow-gnus-link): Don't ask how many articles to read. + (org-export-find-first-export-line): Rename from + `org-export-find-first-heading'. + Use `org-export-skip-text-before-1st-heading'. + (org-table-fedit-post-command): Rename from + `org-table-edit-formulas-post-command'. + (org-table-fedit-finish): Rename from `org-finish-edit-formulas'. + (org-table-fedit-abort): Rename from `org-abort-edit-formulas'. + (org-table-fedit-lisp-indent): Rename from + `org-edit-formula-lisp-indent'. + (org-table-show-reference): Rename from `org-show-reference'. + (org-table-store-formulas): Use `org-table-formula-less-p'. + (org-table-edit-formulas): Position cursor to current field equation. + (org-update-checkbox-count, org-hide-archived-subtrees) + (org-timestamp-up-day, org-timestamp-down-day) + (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup) + (org-shiftmetadown, org-metaleft, org-metaright, org-metaup) + (org-metadown, org-shiftup, org-shiftdown, org-shiftright) + (org-shiftleft, org-ctrl-c-ctrl-c, org-context): + Let `org-on-heading-p' also check for invisible heading. + (org-read-date): Match am/pm times. + (org-eval-in-calendar): Fix default date in prompt. 2007-06-05 Chong Yidong @@@ -421,50 -251,9 +431,54 @@@ (rcirc-print): Handle `window-width'. (rcirc-buffer-maximum-lines): Doc fix. +2007-05-21 Chong Yidong + + * image-mode.el (image-toggle-display): Don't clear image cache. + Only use filename in image spec if the file is readable. + Call image-refresh. + + * image.el (image-type-from-file-name, image-type): Simplify. + (image-type-auto-detected-p): Don't scan auto-mode-alist. + + * files.el (magic-mode-alist): Remove image-type-auto-detected-p. + (magic-fallback-mode-alist): Add image-type-auto-detected-p. + +2007-05-20 Nick Roberts + + * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there + is an error. + + * term/linux.el (terminal-init-linux): Don't signal an error + if gpm isn't running. + +2007-05-20 Nick Roberts + + * t-mouse.el: Reduce to a minor-mode macro call. + (t-mouse-mode): Remove the lighter. + + * term/linux.el (terminal-init-linux): Enable t-mouse by default. + +2007-05-19 Dan Nicolaescu + + * files.el (auto-mode-alist): Change the regexp so that + ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode. + ++2007-06-02 Chong Yidong ++ ++ * Version 22.1 released. ++ +2007-05-19 Chong Yidong + + * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20 + changes. + 2007-05-19 Kevin Ryde - * info.el (Info-fontify-node): Match https also. + * info.el (Info-fontify-node): Fontify https as well as http and ftp. + +2007-05-18 Thien-Thi Nguyen + + * textmodes/sgml-mode.el: Revert last change. 2007-05-18 Richard Stallman diff --cc lispref/ChangeLog index d5b76f2623,0e446feb71..7802c74f05 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@@ -1,14 -1,20 +1,31 @@@ +2007-06-03 Nick Roberts + + * commands.texi (Click Events): Describe width and height when + object is nil. + +2007-05-30 Nick Roberts + + * commands.texi (Click Events): Layout more logically. Describe + width and height. + (Drag Events, Motion Events): Update to new format for position. + + 2007-06-02 Richard Stallman + + * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces. + + 2007-06-02 Chong Yidong + + * Version 22.1 released. + + 2007-06-01 Stefan Monnier + + * text.texi (Special Properties): Correct meaning of fontified + face. + + 2007-05-30 Richard Stallman + + * text.texi (Special Properties): Add link to Adjusting Point. + 2007-05-12 Richard Stallman * text.texi (Margins): indent-to-left-margin is not the default. diff --cc man/ChangeLog index 36d52c76b1,98faf2482b..944c36bd0f --- a/man/ChangeLog +++ b/man/ChangeLog @@@ -1,4 -1,11 +1,4 @@@ - 2007-06-08 Alan Mackenzie -2007-06-07 Michael Albinus - - Sync with Tramp 2.0.56. - - * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc - settings. Reported by Ted Zlatanov . - + 2007-06-07 Alan Mackenzie * display.texi (Optional Mode Line): Document the new form of line+column numbers, "(561,2)". @@@ -12,13 -19,10 +12,17 @@@ * message.texi (Message Headers): * mh-e.texi (HTML): Fix typos. - 2007-05-28 Michael Albinus ++2007-06-07 Michael Albinus + + Sync with Tramp 2.0.56. + + * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc + settings. Reported by Ted Zlatanov . + + 2007-06-02 Chong Yidong + + * Version 22.1 released. + 2007-05-26 Michael Olson * erc.texi (Modules): Fix references to completion modules. diff --cc src/ChangeLog index 82eeaf3ad2,5e53763932..993a889293 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -179,30 -28,26 +179,42 @@@ * window.c (Fshrink_window): Reflow docstring. + 2007-06-02 Chong Yidong + + * Version 22.1 released. + - * xfns.c (x_set_name_internal): Undo last change. - + 2007-06-01 Richard Stallman + + * xfns.c (x_encode_text): Add GCPRO. - (x_set_name_internal): Separate USE_GTK and non-USE_GTK cases. + 2007-06-01 YAMAMOTO Mitsuharu * xfns.c (x_set_name_internal): Save encoded name before x_encode_text in case string data is relocated. + 2007-05-31 Richard Stallman + + * buffer.c (syms_of_buffer): Doc fix. + +2007-05-30 Nick Roberts + + * sysdep.c (init_sys_modes): Add rather than replace with + O_NONBLOCK. + + * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to + term_mouse_moveto. + + * termhooks.h (term_mouse_moveto): New extern. + + * term.c (mouse_face_window): Rename... + (Qmouse_face_window): ...to this. + (term_show_mouse_face, term_clear_mouse_face) + (term_mouse_highlight): Use Qmouse_face_window. + (term_mouse_moveto): New function. + (term_mouse_position): Make it work. + (syms_of_term): Uncomment assignment to mouse_position_hook. + Staticpro Qmouse_face_window. + 2007-05-28 YAMAMOTO Mitsuharu * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t