Show
Ignore:
Timestamp:
2005年10月02日 09時47分43秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ChangeLog

    r3863 r3894  
    1 2005-09-09  Eli Zaretskii  <eliz@gnu.org> 
    2  
    3         * cus-start.el (all): Don't complain about fringe-related 
    4         built-ins if fringes are not supported.  Ditto about 
    5         selection-related built-ins.  Fix the test for GTK-related 
    6         built-ins. 
    7  
    8         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)") 
    9         ("Postscript Print Buffer", "Print Region", "Save As...") 
    10         ("Save", "Insert File...", "Open Directory...") 
    11         ("Open File...", "Visit New File..."") 
    12         ("Truncate Long Lines in this Buffer"): Don't look at 
    13         menu-updating-frame if this display does not support multiple 
    14         frames. 
    15  
    16 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE> 
    17  
    18         * mail/sendmail.el (default-sendmail-coding-system): Doc fix. 
    19  
    20 2005-09-09  Emilio Lopes  <eclig@gmx.net> 
    21  
    22         * woman.el: Format- and whitespace-related changes. 
    23  
    24 2005-09-09  Eli Zaretskii  <eliz@gnu.org> 
    25  
    26         * woman.el: Fix my email address. 
    27  
    28 2005-09-08  Richard M. Stallman  <rms@gnu.org> 
    29  
    30         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var. 
    31         (sh-mode): Locally set skeleton-pair-default-alist. 
    32  
    33         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result. 
    34  
    35         * progmodes/flymake.el: Require `compile' unconditionally. 
    36  
    37         * mail/sendmail.el (send-mail-function): Add Mailclient alternative. 
    38  
    39         * woman.el (woman-file-name): Provide a default, not initial input. 
    40  
    41         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. 
    42  
    43         * font-lock.el (font-lock-support-mode): Doc fix. 
    44  
    45         * descr-text.el (describe-property-list): Handle non-symbol prop names. 
    46  
    47 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca> 
     12005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de> 
     2 
     3        * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re): 
     4        Do not match newline. 
     5        (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re. 
     6        (bibtex-summary): Remove unnecessary save-excursion. 
     7        (bibtex-fill-field-bounds): Use fill-region-as-paragraph. 
     8 
     92005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp> 
     10 
     11        * term/mac-win.el: Add charset info for "iso10646-1".  Modify 
     12        default fontset to use ATSUI-compatible fonts for some charsets if 
     13        available. 
     14 
     152005-10-01  Chong Yidong  <cyd@stupidchicken.com> 
     16 
     17        * speedbar.el: Re-apply arch tag. 
     18        (speedbar-version): Rename to version 1.0.  Suggested by Eric 
     19        M. Ludlam. 
     20        Reapply two changes from Emacs CVS' version of speedbar lost 
     21        during the merge: 
     22        (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library. 
     23        (speedbar-frame-parameters): Improve customize type. 
     24 
     252005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca> 
     26 
     27        * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer. 
     28        (ange-ftp-file-directory-p): Fix the symlink case. 
     29        (ange-ftp-insert-directory): When listing a single file, get a list of 
     30        the parent buffer and extract the relevant line.  Inspired from a patch 
     31        by Katsumi Yamaoka <yamaoka@jpl.org>. 
     32        (ange-ftp-file-name-sans-versions): Simplify. 
     33 
     342005-09-30  Bill Wohler  <wohler@newt.com> 
     35 
     36        Move MH-E image files from toolbar and mail directories into 
     37        etc/images. 
     38 
     39        * mail/reply2.*: Move to etc/images/mail/reply*. 
     40 
     41        * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm: 
     42        * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to 
     43        etc/images. 
     44 
     45        * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*: 
     46        * toolbar/reply*: Move to etc/images/mail. 
     47 
     48        * toolbar/rescan.*: Move and rename to etc/images/refresh.*. 
     49 
     502005-09-30  Eric M. Ludlam <zappo@gnu.org> 
     51 
     52        * speedbar.el: New version 1.0pre3. 
     53 
     54        * dframe.el, ezimage.el, sb-image.el: New files. 
     55 
     56        * sb-*.xpm: Remove files.  New image files installed into 
     57        etc/images/ezimage. 
     58 
     592005-09-30  Kenichi Handa  <handa@m17n.org> 
     60 
     61        * ps-mule.el (ps-mule-show-warning): If a character is in 
     62        ps-print-translation-table, don't treat it as non-printable. 
     63 
     642005-09-30  David Ponce  <david@dponce.com> 
     65 
     66        * tree-widget.el (tree-widget-themes-load-path): New variable. 
     67        (tree-widget-themes-directory): Doc fix. 
     68        (tree-widget-image-formats) [Emacs]: Doc fix. 
     69        (tree-widget--locate-sub-directory): New function. 
     70        (tree-widget-themes-directory): Use it. 
     71 
     72        * recentf.el (recentf-filename-handlers): Rename from 
     73        `recentf-filename-handler'.  Allow a list of functions. 
     74        (recentf-menu-items-for-commands): Fix :help strings. 
     75        (recentf-apply-filename-handlers): New function. 
     76        (recentf-expand-file-name): Use it. 
     77        (recentf-cleanup): Remove duplicates too. 
     78 
     792005-09-29  Juri Linkov  <juri@jurta.org> 
     80 
     81        * faces.el: Rearrange face definitions to be in the same order as 
     82        their face descriptions in "(emacs)Standard Faces". 
     83 
     84        * isearch.el (isearch, lazy-highlight): Add group `basic-faces'. 
     85 
     86        * tooltip.el (tooltip): Add group `basic-faces'. 
     87 
     88        * buff-menu.el (Buffer-menu-buffer): Remove group 
     89        `font-lock-highlighting-faces'. 
     90 
     91        * progmodes/compile.el (compilation-error, compilation-warning) 
     92        (compilation-info, compilation-line-number, compilation-column-number): 
     93        Change group from `font-lock-highlighting-faces' to `compilation'. 
     94 
     95        * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) 
     96        (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face) 
     97        (vhdl-font-lock-function-face, vhdl-font-lock-directive-face) 
     98        (vhdl-font-lock-reserved-words-face) 
     99        (vhdl-font-lock-translate-off-face, syntax-alist): Remove group 
     100        `font-lock-highlighting-faces'. 
     101 
     102        * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil. 
     103 
     1042005-09-28  Kim F. Storm  <storm@cua.dk> 
     105 
     106        * emulation/cua-base.el: Set CUA move property on additional commands: 
     107        up-list, down-list, backward-up-list, end-of-defun beginning-of-defun, 
     108        forward-sexp backward-sexp, forward-list, backward-list 
     109 
     1102005-09-28  Romain Francoise  <romain@orebokech.com> 
     111 
     112        * comint.el (comint-show-output): Really set point at the 
     113        beginning of the output when not using `comint-use-prompt-regexp'. 
     114 
     1152005-09-27  Jay Belanger  <belanger@truman.edu> 
     116 
     117        * calc/calc-lang.el (math-oper-table): Raise the precedence of "/" 
     118        in TeX mode. 
     119 
     1202005-09-26  Juanma Barranquero  <lekktu@gmail.com> 
     121 
     122        * textmodes/org.el (org-table-sum): Fix format string. 
     123 
     124        * textmodes/tex-mode.el (tex-insert-quote, latex-indent): 
     125        Quote face names. 
     126 
     1272005-09-26  Romain Francoise  <romain@orebokech.com> 
     128 
     129        * isearch.el (isearch-forward-regexp): Close doc string. 
     130 
     1312005-09-25  Richard M. Stallman  <rms@gnu.org> 
     132 
     133        * simple.el (blink-matching-open): Don't no-op when point is BEGV+1. 
     134 
     135        * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes. 
     136 
     137        * progmodes/compile.el (compilation-error-properties): 
     138        When getting the file from the previous error message, 
     139        correctly decode the new data format. 
     140 
     141        * progmodes/cc-cmds.el (c-electric-paren): 
     142        Call old-blink-paren only for close-paren. 
     143 
     1442005-09-24  Andreas Schwab  <schwab@suse.de> 
     145 
     146        * term/rxvt.el (rxvt-register-default-colors): Delete redundant 
     147        condition. 
     148 
     1492005-09-25  Romain Francoise  <romain@orebokech.com> 
     150 
     151        * dired-aux.el (dired-copy-file-recursive): 
     152        * dired.el (dired-delete-file): 
     153        * ediff-mult.el (ediff-dir-diff-copy-file): 
     154        * ediff-util.el (ediff-test-save-region): 
     155        * forms.el (forms-mode): 
     156        * ido.el (ido-file-internal, ido-delete-file-at-head): 
     157        * log-edit.el (log-edit-done): 
     158        * ses.el (ses-yank-resize): 
     159        * play/gomoku.el (gomoku-human-plays, gomoku) 
     160        (gomoku-human-resigns, gomoku-prompt-for-other-game) 
     161        (gomoku-offer-a-draw): 
     162        * play/landmark.el (lm-human-resigns, lm): 
     163        * net/eudcb-ldap.el (eudc-ldap-check-base): 
     164        * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game): 
     165        * progmodes/ebrowse.el (ebrowse-find-pattern): 
     166        * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): 
     167        * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): 
     168        End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space. 
     169 
     170        * vc.el (vc-delete-file): 
     171        * play/gomoku.el (gomoku-terminate-game, gomoku) 
     172        (gomoku-prompt-for-move, gomoku-human-takes-back): 
     173        * play/landmark.el (lm-human-takes-back, lm-prompt-for-move) 
     174        (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages. 
     175 
     1762005-09-24  Dan Nicolaescu  <dann@ics.uci.edu> 
     177 
     178        * term/rxvt.el (rxvt-register-default-colors): Add support for 255 
     179        color rxvt terminals by using the code xterm.el used to use before 
     180        2005-04-09 in order to match the colors used by rxvt. 
     181 
     1822005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) 
     183 
     184        * term/rxvt.el (rxvt-register-default-colors): Add support for 88 
     185        colors rxvt-unicode terminals by using the same code as xterm.el. 
     186 
     1872005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca> 
     188 
     189        * textmodes/tex-mode.el (tex-font-lock-append-prop) 
     190        (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the 
     191        new symbol used for the tex-verbatim face. 
     192 
     1932005-09-24  Emilio C. Lopes  <eclig@gmx.net> 
     194 
     195        * woman.el (woman-file-name): 
     196        * wid-edit.el (widget-file-prompt-value) 
     197        (widget-coding-system-prompt-value): 
     198        * w32-fns.el (set-w32-system-coding-system): 
     199        * vc.el (vc-version-diff, vc-annotate): 
     200        * textmodes/reftex-auc.el (reftex-arg-cite) 
     201        (reftex-arg-index-tag): 
     202        * textmodes/refer.el (refer-get-bib-files): 
     203        * textmodes/artist.el (artist-figlet-choose-font): 
     204        * terminal.el (terminal-emulator): 
     205        * replace.el (occur-read-primary-args): 
     206        * rect.el (string-rectangle, string-insert-rectangle): 
     207        * ps-print.el (ps-print-preprint): 
     208        * progmodes/pascal.el (pascal-goto-defun): 
     209        * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): 
     210        * progmodes/compile.el (compilation-find-file): 
     211        * printing.el (pr-interactive-n-up): 
     212        * play/animate.el (animate-birthday-present): 
     213        * net/rcompile.el (remote-compile): 
     214        * man.el (man, Man-goto-section, Man-follow-manual-reference): 
     215        * mail/rmailsum.el (rmail-summary-search-backward) 
     216        (rmail-summary-search): 
     217        * mail/rmailout.el (rmail-output-read-rmail-file-name) 
     218        (rmail-output-read-file-name): 
     219        * mail/rmail.el (rmail-search, rmail-search-backwards): 
     220        * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): 
     221        * locate.el (locate): 
     222        * international/quail.el (quail-show-keyboard-layout): 
     223        * international/mule.el (set-buffer-file-coding-system) 
     224        (revert-buffer-with-coding-system, set-file-name-coding-system) 
     225        (set-terminal-coding-system, set-keyboard-coding-system) 
     226        (set-next-selection-coding-system): 
     227        * international/mule-diag.el (describe-coding-system) 
     228        (describe-font, describe-fontset): 
     229        * international/mule-cmds.el (universal-coding-system-argument) 
     230        (search-unencodable-char, describe-input-method) 
     231        (set-language-environment, describe-language-environment): 
     232        * international/codepage.el (codepage-setup): 
     233        * international/code-pages.el (codepage-setup): 
     234        * info.el (Info-search, Info-follow-reference) 
     235        (Info-search-backward): 
     236        * emacs-lisp/advice.el (ad-read-advised-function) 
     237        (ad-read-advice-class, ad-clear-cache, ad-activate) 
     238        (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) 
     239        (ad-enable-advice, ad-disable-advice, ad-remove-advice) 
     240        (ad-read-regexp): 
     241        * ediff-util.el (ediff-toggle-regexp-match): 
     242        * ediff-ptch.el (ediff-prompt-for-patch-file): 
     243        * dired-aux.el (dired-diff): 
     244        * diff.el (diff): 
     245        * cus-edit.el (custom-variable-prompt): 
     246        * calendar/timeclock.el (timeclock-ask-for-project): 
     247        * calc/calcalg3.el (calc-get-fit-variables): 
     248        * calc/calc-store.el (calc-edit-variable) 
     249        (calc-permanent-variable): 
     250        * vc-mcvs.el (vc-mcvs-register): 
     251        * shadowfile.el (shadow-define-literal-group): 
     252        * woman.el (woman-file-name): 
     253        * vc.el (vc-version-diff, vc-merge): 
     254        * textmodes/reftex-index.el (reftex-index-complete-tag): 
     255        * format.el (format-decode-buffer, format-decode-region): 
     256        * emulation/viper-cmd.el (viper-read-string-with-history): 
     257        * emacs-lisp/debug.el (cancel-debug-on-entry): 
     258        * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): 
     259        * ediff.el (ediff-merge-revisions) 
     260        (ediff-merge-revisions-with-ancestor, ediff-revision): 
     261        * completion.el (interactive-completion-string-reader): 
     262        * calc/calc-prog.el (calc-user-define-formula): 
     263        Follow convention for reading with the minibuffer. 
     264 
     2652005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change) 
     266 
     267        * progmodes/python.el (python-describe-symbol): Add globals() and 
     268        locals() to the arguments of emacs.ehelp. 
     269 
     2702005-09-24  Magnus Henoch  <mange@freemail.hu> 
     271 
     272        * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries): 
     273        New function, code extracted from ispell-valid-dictionary-list. 
     274        (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs): 
     275        Call it. 
     276 
     2772005-09-24  Eli Zaretskii  <eliz@gnu.org> 
     278 
     279        * subr.el (version-regexp-alist): Extend valid syntax for version 
     280        strings: allow any of the characters -,_,+ to separate the 
     281        alpha/beta/rc part from the version part.  Doc fix. 
     282        (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised. 
     283 
     2842005-09-23  David Reitter  <david.reitter@gmail.com> 
     285 
     286        * mail/mailclient.el: New file. 
     287 
     2882005-09-23  Richard M. Stallman  <rms@gnu.org> 
     289 
     290        * textmodes/flyspell.el (flyspell-highlight-incorrect-region) 
     291        (flyspell-incorrect-hook, flyspell-highlight-duplicate-region): 
     292        Doc fixes. 
     293 
     294        * progmodes/cc-mode.el (c-font-lock-init): 
     295        Specify font-lock-lines-before. 
     296 
     2972005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca> 
     298 
     299        * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the 
     300        whole conflict. 
     301 
     3022005-09-23  Carsten Dominik  <dominik@science.uva.nl> 
     303 
     304        * textmodes/org.el (org-mode-map, orgtbl-mode-map): 
     305        Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use 
     306        of `remap' feature when available.  Additional key bindings for 
     307        better tty support. 
     308        (org-mode-restart, org-force-self-insert): New commands. 
     309        (org-time-stamp-inactive): New command. 
     310        (org-remap): New function. 
     311        (org-table-auto-blank-field, org-level-color-stars-only): New options. 
     312        (org-enable-fixed-width-editor): Move to `org-structure' 
     313        customization group. 
     314        (org-self-insert-command, orgtbl-self-insert-command): Modify to 
     315        blank field after field motion commands. 
     316 
     3172005-09-23  Kenichi Handa  <handa@m17n.org> 
     318 
     319        * international/mule-cmds.el (set-language-environment): 
     320        Don't check utf-translate-cjk-lang-env is nil or not on deciding if we 
     321        have to call utf-translate-cjk-load-tables. 
     322 
     3232005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca> 
     324 
     325        * mouse.el (mouse-move-drag-overlay): Fix last change. 
     326 
     3272005-09-22  David Ponce  <david@dponce.com> 
     328 
     329        * tree-widget.el (tree-widget-value-create): Fix previous change. 
     330 
     3312005-09-21  Dan Nicolaescu  <dann@ics.uci.edu> 
     332 
     333        * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time. 
     334 
     3352005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca> 
     336 
     337        * mouse.el (mouse-move-drag-overlay): New function. 
     338        (mouse-drag-region-1): Use it. 
     339        Try to simplify a bit the state handling.  Handle clicks on links 
     340        inside intangible areas. 
     341        (mouse-save-then-kill): Minor simplification. 
     342        (mouse-secondary-overlay): Make it always non-nil instead of 
     343        recreating it each time. 
     344        (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary) 
     345        (mouse-kill-secondary, mouse-secondary-save-then-kill): 
     346        Simplify accordingly. 
     347 
     3482005-09-21  Dan Nicolaescu  <dann@ics.uci.edu> 
     349 
     350        * term/rxvt.el (rxvt-standard-colors): Fix some colors. 
     351 
     3522005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu> 
     353 
     354        * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt. 
     355        (ediff-file-name-sans-prefix): Treat nil as an empty string. 
     356        (ediff-fixup-patch-map): Better heuristic for intuiting the file names 
     357        to patch. 
     358 
     359        * ediff-util.el: Use insert-buffer-substring. 
     360 
     361        * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix. 
     362 
     363        * emulation/viper-cmd.el (viper-change-state): Don't move over the 
     364        field boundaries in the minibuffer. 
     365        (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook. 
     366        (viper-minibuffer-post-command-hook): New hook. 
     367        (viper-line): Don't move cursor at bolp. 
     368 
     369        * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message. 
     370 
     371        * emulation/viper-init.el: Add alias to make-variable-buffer-local to 
     372        avoid compiler warnings. 
     373 
     374        * emulation/viper-macs.el (ex-map): Better messages. 
     375 
     376        * emulation/viper-utils.el (viper-beginning-of-field): New function. 
     377 
     378        * emulation/viper.el: Replace make-variable-buffer-local with 
     379        viper-make-variable-buffer-local everywhere, to avoid warnings. 
     380 
     3812005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca> 
     382 
     383        * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): 
     384        Delete unused var `old-selected-window'. 
     385        (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'. 
     386        (mouse-drag-secondary): Delete unused var `start-frame'. 
     387 
     3882005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change) 
     389 
     390        * term/rxvt.el (terminal-init-rxvt): Add entry for [end]. 
     391 
     3922005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca> 
     393 
     394        * calendar/calendar.el (mark-visible-calendar-date): Save excursion. 
     395        Re-indent within 80 columns.  Use inhibit-read-only. 
     396 
     3972005-09-19  Romain Francoise  <romain@orebokech.com> 
     398 
     399        * calendar/diary-lib.el (mark-diary-entries): Revert last change. 
     400 
     4012005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca> 
     402 
     403        * font-lock.el (font-lock-default-fontify-region): Don't add a line 
     404        unconditionally, since the after-change-function already did it. 
     405 
     4062005-09-19  Miles Bader  <miles@gnu.org> 
     407 
     408        * net/newsticker.el: Get rid of CVS keyword. 
     409 
     4102005-09-19  Johan Bockg,Ae(Brd  <bojohan+sf@dd.chalmers.se> 
     411 
     412        * dired-aux.el (dired-handle-overwrite): Don't use `format' here. 
     413        The prompt is formatted later. 
     414 
     4152005-09-19  David Ponce  <david@dponce.com> 
     416 
     417        * tree-widget.el (tree-widget-value-create): Save the converted 
     418        tree :node widget. 
     419 
     4202005-09-19  Juanma Barranquero  <lekktu@gmail.com> 
     421 
     422        * progmodes/sh-script.el (sh-blink): Fix spurious reference to 
     423        variable `message'. 
     424 
     4252005-09-18  Michael Albinus  <michael.albinus@gmx.de> 
     426 
     427        * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order 
     428        to cover prompts like "login as:".  Reported by Slawomir Nowaczyk 
     429        <slawomir.nowaczyk.847@student.lu.se>. 
     430 
     4312005-09-18  Chong Yidong  <cyd@stupidchicken.com> 
     432 
     433        * image.el (image-load-path): Use symbol `data-directory' instead 
     434        of its value, for backward compatibility with packages that bind 
     435        it during `find-image'.  Suggested by Katsumi Yamaoka. 
     436        (image-search-load-path): Handle symbols whose values are strings. 
     437 
     4382005-09-18  Romain Francoise  <romain@orebokech.com> 
     439 
     440        * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap 
     441        with-current-buffer form in save-excursion. 
     442 
     4432005-09-18  D Goel  <deego@gnufans.org> 
     444 
     445        * apropos.el (apropos-command): Fix `message' call: first arg 
     446        should be a format spec.  In this and all other cases that appear 
     447        below and elsewhere in the source code, I made a change only when 
     448        two conditions were satisfied: [1] I can think of a possibility 
     449        that the arguments would cause an error, for example, the code in 
     450        question relies on external variables such as filenames.  [2] I 
     451        was sure that the arg to `message' could not have been nil in the code. 
     452 
     453        * textmodes/tildify.el (tildify-region): Ditto. 
     454 
     455        * textmodes/reftex-index.el (reftex-index-change-entry) 
     456        (reftex-index-phrase-selection-or-word, reftex-query-index-phrase): 
     457        * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite): 
     458        * textmodes/org.el (org-complete, org-deadline, org-schedule) 
     459        (org-priority, org-table-sum): 
     460        * textmodes/ispell.el (ispell-check-version, ispell-parse-output): 
     461        * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell) 
     462        (flyspell-word, flyspell-display-next-corrections): 
     463        * textmodes/bibtex.el (bibtex-print-help-message): 
     464        * textmodes/artist.el (artist-key-set-point-poly): 
     465        * term/mac-win.el (mac-services-insert-text): 
     466        * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings) 
     467        (vhdl-hooked-abbrev, vhdl-template-insert-fun) 
     468        (vhdl-port-paste-testbench, vhdl-compose-new-component) 
     469        (vhdl-compose-configuration): 
     470        * progmodes/sh-script.el (sh-blink, sh-show-indent) 
     471        (sh-set-indent, sh-learn-line-indent): 
     472        * progmodes/ps-mode.el (ps-mode-target-column): 
     473        * progmodes/idlwave.el (idlwave-make-tags) 
     474        (idlwave-scan-library-catalogs): 
     475        * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display): 
     476        * progmodes/gud.el (gud-jdb-analyze-source): 
     477        * progmodes/flymake.el (flymake-log): 
     478        * progmodes/ebnf2ps.el (ebnf-generate-region): 
     479        * progmodes/cmacexp.el (c-macro-expansion): 
     480        * progmodes/ada-xref.el (ada-treat-cmd-string): 
     481        * progmodes/ada-mode.el (ada-create-case-exception-substring) 
     482        (ada-justified-indent-current, ada-batch-reformat): 
     483        * play/zone.el (zone): 
     484        * play/landmark.el (lm-move): 
     485        * play/decipher.el (decipher-show-alphabet): 
     486        * net/newsticker.el (newsticker--display-jump) 
     487        (newsticker--display-scroll): 
     488        * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list) 
     489        (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list): 
     490        * mail/feedmail.el (feedmail-dump-message-to-queue): 
     491        * eshell/esh-proc.el (eshell-remove-process-entry): 
     492        * emulation/ws-mode.el (ws-last-error): 
     493        * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args) 
     494        (viper-record-kbd-macro): 
     495        * emulation/viper-ex.el (ex-pwd, viper-info-on-file): 
     496        * emacs-lisp/lisp-mnt.el (lm-report-bug): 
     497        * emacs-lisp/find-func.el (find-function-noselect): 
     498        * calendar/timeclock.el (timeclock-status-string) 
     499        (timeclock-workday-remaining-string, timeclock-workday-elapsed-string) 
     500        (timeclock-when-to-leave-string): 
     501        * calendar/icalendar.el (icalendar--convert-ical-to-diary): 
     502        * calc/calc-units.el (calc-enter-units-table): 
     503        * calc/calc-mode.el (calc-mode-record-mode): 
     504        * woman.el (woman-mini-help): 
     505        * wdired.el (wdired-change-to-wdired-mode): 
     506        * vc.el (vc-retrieve-snapshot): 
     507        * strokes.el (strokes-read-stroke, strokes-read-complex-stroke): 
     508        * startup.el (display-startup-echo-area-message): 
     509        * simple.el (set-goal-column): 
     510        * ses.el (ses-command-hook, ses-recalculate-cell): 
     511        * server.el (server-process-filter): 
     512        * printing.el (pr-interface-txt-print, pr-interface-printify) 
     513        (pr-interface-ps): 
     514        * pcvs.el (cvs-help): 
     515        * log-edit.el (log-edit, log-edit-mode-help): 
     516        * iswitchb.el (iswitchb-possible-new-buffer): 
     517        * isearch.el (isearch-edit-string): 
     518        * image-mode.el (image-mode, image-minor-mode): 
     519        * ibuf-macs.el (define-ibuffer-filter): 
     520        * hi-lock.el (hi-lock-find-patterns): 
     521        * files.el (toggle-read-only): 
     522        * ediff-util.el (ediff-copy-diff) 
     523        (ediff-write-merge-buffer-and-maybe-kill): 
     524        * echistory.el (Electric-history-undefined): 
     525        * dnd.el (dnd-insert-text): 
     526        * dired-aux.el (dired-query): 
     527        * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer): 
     528        * bookmark.el (bookmark-bmenu-locate): 
     529        * obsolete/fast-lock.el (@top-level) <with-temp-message macro>: 
     530        Fix `message' calls to ensure first arg is a format string. 
     531        The change was made only when these two conditions were satisfied: 
     532        [1] when there is a possibility that the arguments would cause an error 
     533        for example, if the code in question relies on external variables 
     534        such as filenames, and 
     535        [2] if the arg to `message' could not have been nil in the code. 
     536 
     537        * pcomplete.el (pcomplete--help): Fix `message' format spec. 
     538        Not having a %s would be weird, though not technically wrong. 
     539 
     5402005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp> 
     541 
     542        * term/mac-win.el (mac-add-charset-info): Doc fix. 
     543 
     5442005-09-17  Romain Francoise  <romain@orebokech.com> 
     545 
     546        * shell.el (shell-resync-dirs): Handle echoing processes more 
     547        reliably.  Don't insert resync command if `comint-process-echoes' 
     548        is non-nil. 
     549 
     5502005-09-17  Magnus Henoch  <mange@freemail.hu> 
     551 
     552        * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable. 
     553        (ispell-check-version): Set ispell-aspell-supports-utf8 to t for 
     554        aspell versions >= 0.60. 
     555        (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries 
     556        only if ispell-aspell-supports-utf8 is non-nil. 
     557 
     5582005-09-17  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se> 
     559 
     560        * progmodes/scheme.el (scheme-mode-variables): Use setq to assign 
     561        buffer-local value to lisp-indent-function. 
     562 
     5632005-09-17  Milan Zamazal  <pdm@zamazal.org> 
     564 
     565        * progmodes/glasses.el (glasses-make-readable): If 
     566        glasses-separator differs from underscore, put appropriate 
     567        overlays over underscore characters. 
     568        (glasses-convert-to-unreadable): If glasses-separator differs from 
     569        underscore, try to convert glasses-separator characters to 
     570        underscores. 
     571 
     5722005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca> 
     573 
     574        * calendar/diary-lib.el (mark-diary-entries): Don't move point. 
     575        Use with-syntax-table and dolist. 
     576 
     5772005-09-16  Carsten Dominik  <dominik@science.uva.nl> 
     578 
     579        * textmodes/reftex-auc.el: 
     580        * textmodes/reftex-cite.el: 
     581        * textmodes/reftex-dcr.el: 
     582        * textmodes/reftex-global.el: 
     583        * textmodes/reftex-parse.el: 
     584        * textmodes/reftex-ref.el: 
     585        * textmodes/reftex-sel.el: 
     586        * textmodes/reftex-toc.el: 
     587        * textmodes/reftex-vars.el: 
     588        * textmodes/reftex.el: Small changes to remove compiler warnings. 
     589 
     590        * textmodes/reftex-index.el: Likewise. 
     591        (reftex-query-index-phrase): More efficient use of markers. 
     592 
     5932005-09-15  Chong Yidong  <cyd@stupidchicken.com> 
     594 
     595        * image.el (image-load-path): New variable. 
     596        (image-search-load-path): New function. 
     597        (find-image): Search for images in `image-load-path'. 
     598 
     5992005-09-15  Richard M. Stallman  <rms@gnu.org> 
     600 
     601        * follow.el: Change Maintainer field. 
     602 
     6032005-09-15  David Ponce  <david@dponce.com> 
     604 
     605        * recentf.el (recentf-save-file-modes): New option. 
     606        (recentf-save-list): Use it. 
     607 
     6082005-09-15  Nick Roberts  <nickrob@snap.net.nz> 
     609 
     610        * bindings.el (mode-line-eol-desc, mode-line-coding-system-map) 
     611        (mode-line-mule-info, mode-line-modified): Move bindings from 
     612        mouse-3 to mouse-1. 
     613 
     6142005-09-15  Chong Yidong  <cyd@stupidchicken.com> 
     615 
     616        * simple.el (sendmail-user-agent-compose): Revert last change. 
     617 
     6182005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca> 
    48619 
    49620        * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$. 
     
    54625        (ange-ftp-file-name-sans-versions): Remove unused var `host-type'. 
    55626 
    56 2005-08-30  Richard M. Stallman  <rms@gnu.org> 
     627        * pcvs-defs.el (cvs-version): Recognize CVSNT version string. 
     628        (cvs-execute-single-dir): Change default: cvs-1.9 is ancient. 
     629 
     630        * calendar/cal-menu.el: Don't require easymenu, since we don't use it. 
     631        (check-calendar-holidays, diary-list-entries): Autoload. 
     632        Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps. 
     633        (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify. 
     634 
     635        * calendar/diary-lib.el (diary-show-all-entries): Fix last change, 
     636        which mistakenly removed a call to display-buffer. 
     637 
     6382005-09-14  Juanma Barranquero  <lekktu@gmail.com> 
     639 
     640        * obsolete/iso-insert.el: Move to obsolete/ from international/. 
     641 
     6422005-09-14  Thien-Thi Nguyen  <ttn@gnu.org> 
     643 
     644        * progmodes/hideshow.el 
     645        (hs-hide-comments-when-hiding-all): Remove autoload cookie. 
     646        (hs-allow-nesting): New user var. 
     647        (hs-discard-overlays): Skip "internal" overlays if nesting allowed. 
     648        (hs-hide-block-at-point): When nesting allowed, 
     649        if there is already an overlay in place, delete it. 
     650        (hs-safety-is-job-n): Delete func; remove call sites. 
     651        (hs-hide-level-recursive): Don't pre-clean if nesting allowed. 
     652        (hs-overlay-at): New func. 
     653        (hs-already-hidden-p, hs-show-block): Use it. 
     654        (hs-hide-all): Don't pre-clean if nesting allowed. 
     655        (hs-show-all): Temporarily disallow 
     656        nesting around call to `hs-discard-overlays'. 
     657 
     6582005-09-14  Chong Yidong  <cyd@stupidchicken.com> 
     659 
     660        * mouse.el (mouse-major-mode-menu): Make `prefix' optional. 
     661        Delete unused local var. 
     662 
     6632005-09-13  Juanma Barranquero  <lekktu@gmail.com> 
     664 
     665        * help-fns.el (describe-categories): "?\ " -> "?\s". 
     666        (help-do-arg-highlight): Recognize also ARG-n, as in 
     667        `move-to-left-margin' (ARG+n is already recognized).  Simplify. 
     668 
     669        * international/codepage.el (dos-unsupported-char-glyph): 
     670        * net/newsticker.el (tool-bar-map, w3-mode-map) 
     671        (w3m-minor-mode-map): 
     672        * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key) 
     673        (ent-alist): 
     674        * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars. 
     675 
     6762005-09-13  Chong Yidong  <cyd@stupidchicken.com> 
     677 
     678        * custom.el (custom-push-theme): Handle the case where a symbol is 
     679        bound but face properties have not yet been assigned. 
     680 
     681        * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'. 
     682        Fix behavior if noerase is `t' and there is no mail buffer. 
     683 
     684        * simple.el (sendmail-user-agent-compose): Use a new mail buffer 
     685        if `continue' is nil, rather than signal an error. 
     686 
     6872005-09-12  Richard M. Stallman  <rms@gnu.org> 
     688 
     689        * font-lock.el (font-lock-keywords): Add autoload. 
     690 
     691        * help-fns.el (describe-variable): Rearrange to put source link 
     692        in a predictable place. 
     693 
     694        * net/newsticker.el: New file. 
     695 
     6962005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca> 
     697 
     698        * calendar/calendar.el (calendar-for-loop): Add edebug info. 
     699        (calendar-basic-setup): Use the new nil arg. 
     700        (number-of-diary-entries): Move to diary-lib.el. 
     701 
     702        * calendar/diary-lib.el: Use with-current-buffer, match-string. 
     703        (diary-list-entries): Use with-syntax-table and dolist. 
     704        Rename from list-diary-entries. 
     705        Use number-of-diary-entries if `number' is nil. 
     706        (diary, diary-view-entries): Use this new name and new nil arg value. 
     707        (number-of-diary-entries): Move from calendar.el. 
     708        (diary-unhide-everything): New function. 
     709        (include-other-diary-files, fancy-diary-display) 
     710        (diary-show-all-entries, make-diary-entry): Use it. 
     711        (diary-mail-entries): Use buffer-string. 
     712        (mark-diary-entries): Fix long standing paren typo. 
     713        (diary-sexp-entry): Use count-lines. 
     714        (make-diary-entry): Avoid `previous-line'. 
     715        (diary-mode-map): New var. 
     716        (diary-mode): Redraw cal after saving.  Setup header-line. 
     717        (fancy-diary-display-mode): Use local-set-key. 
     718 
     719        * startup.el (command-line): Try calling various terminal-init-foo-bar 
     720        functions by stripping hyphenated suffixes from $TERM. 
     721 
     722        * files.el (normal-mode): Check boundness of font-lock-keywords. 
     723 
     7242005-09-12  Richard M. Stallman  <rms@gnu.org> 
     725 
     726        * progmodes/compile.el: Don't decide a file's directory 
     727        until the user actually tries to go there. 
     728        (compilation-next-error-function): 
     729        Pass compilation-find-file the directory from the file-struct. 
     730        (compilation-internal-error-properties): Separate local FILE-STRUCT 
     731        from FILE.  Doc the args better.  Rename arg FMT to FMTS. 
     732        (compilation-find-file): Arg DIR renamed to DIRECTORY. 
     733        Expand it, and if nil, use default-directory. 
     734        (compilation-get-file-structure): Don't mix specified directory 
     735        with default directory.  Put specified directory into 
     736        file-struct.  Don't make the file name absolute. 
     737 
     738        * progmodes/compile.el (compilation-error-regexp-alist): Doc fix. 
     739        (compile-command): Add autoload. 
     740        (compilation-disable-input): Add autoload. 
     741 
     7422005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org> 
     743 
     744        * time-stamp.el: Mention variable `time-stamp-pattern' in doc 
     745        strings of the variables it can override. 
     746        (time-stamp): New (as yet undocumented) time-stamp-format escapes 
     747        %Q and %q, for fully-qualified domain name and unqualified host name. 
     748 
     7492005-09-11  Kim F. Storm  <storm@cua.dk> 
     750 
     751        * emacs-lisp/authors.el (authors-aliases): Update list. 
     752        (authors-fixed-entries): Update mldrag.el entry. 
     753 
     7542005-09-10  Alan Mackenzie  <acm@muc.de> 
     755 
     756        * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter 
     757        from the region narrowed to. 
     758 
     7592005-09-10  Magnus Henoch  <mange@freemail.hu> 
     760 
     761        * textmodes/ispell.el (ispell-check-version): Signal an error if 
     762        aspell version is less than 0.60. 
     763 
     7642005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change) 
     765 
     766        * progmodes/octave-inf.el (inferior-octave-startup): 
     767        Resync current dir at the end. 
     768 
     7692005-09-10  Emilio C. Lopes  <eclig@gmx.net> 
     770 
     771        * woman.el (woman-topic-at-point-default): 
     772        Rename to woman-use-topic-at-point-default. 
     773        (woman-topic-at-point): Rename to woman-use-topic-at-point. 
     774        (woman-file-name): Reflect renames above.  Automatically use the 
     775        word at point as topic if woman-use-topic-at-point is non-nil. 
     776        Otherwise offer it as default but don't insert it in the 
     777        minibuffer.  Also use `test-completion' instead of `assoc' as 
     778        suggested by Stefan Monnier. 
     779 
     7802005-09-10  Andre Spiegel  <spiegel@gnu.org> 
     781 
     782        * vc.el (vc-directory, vc-update-change-log): Throw an error on 
     783        the attempt to do it over Tramp.  This is not yet supported. 
     784 
     7852005-09-10  Eli Zaretskii  <eliz@gnu.org> 
     786 
     787        * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) 
     788        (menu-bar-non-minibuffer-window-p): New functions. 
     789        ("Split Window", "Save As..."): Use them. 
     790        ("Postscript Print Buffer (B+W)", "Postscript Print Buffer") 
     791        ("Print Buffer", "Truncate Long Lines in this Buffer"): 
     792        Use menu-bar-menu-frame-live-and-visible-p. 
     793        ("Save Buffer", "Insert File", "Open Directory...") 
     794        ("Open File...", "Visit New File..."): 
     795        Use menu-bar-non-minibuffer-window-p. 
     796        (kill-this-buffer-enabled-p, dired <menu-enable>): 
     797        Use menu-bar-non-minibuffer-window-p. 
     798 
     7992005-09-09  Eli Zaretskii  <eliz@gnu.org> 
     800 
     801        * cus-start.el (all): Don't complain about fringe-related 
     802        built-ins if fringes are not supported.  Ditto about 
     803        selection-related built-ins.  Fix the test for GTK-related built-ins. 
     804 
     805        * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)") 
     806        ("Postscript Print Buffer", "Print Region", "Save As...") 
     807        ("Save", "Insert File...", "Open Directory...") 
     808        ("Open File...", "Visit New File..."") 
     809        ("Truncate Long Lines in this Buffer"): Don't look at 
     810        menu-updating-frame if this display does not support multiple frames. 
     811 
     8122005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE> 
     813 
     814        * mail/sendmail.el (default-sendmail-coding-system): Doc fix. 
     815 
     8162005-09-09  Emilio Lopes  <eclig@gmx.net> 
     817 
     818        * woman.el: Format- and whitespace-related changes. 
     819 
     8202005-09-09  Eli Zaretskii  <eliz@gnu.org> 
     821 
     822        * woman.el: Fix my email address. 
     823 
     8242005-09-08  Richard M. Stallman  <rms@gnu.org> 
     825 
     826        * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var. 
     827        (sh-mode): Locally set skeleton-pair-default-alist. 
     828 
     829        * progmodes/make-mode.el (makefile-add-log-defun): Trim the result. 
     830 
     831        * progmodes/flymake.el: Require `compile' unconditionally. 
     832 
     833        * mail/sendmail.el (send-mail-function): Add Mailclient alternative. 
     834 
     835        * woman.el (woman-file-name): Provide a default, not initial input. 
     836 
     837        * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. 
     838 
     839        * font-lock.el (font-lock-support-mode): Doc fix. 
     840 
     841        * descr-text.el (describe-property-list): Handle non-symbol prop names. 
     842 
     8432005-09-08  Richard M. Stallman  <rms@gnu.org> 
    57844 
    58845        * simple.el (blink-matching-open): Get rid of text props from 
    59846        the string shown in echo area.  Don't permanently set point. 
    60847        Some rearrangements. 
    61  
    62         * files.el (risky-local-variable-p): 
    63         Match `-predicates' and `-commands. 
    64  
    65         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. 
    66         (custom-save-all): Visit the file if necessary; 
    67         kill the buffer if we created it. 
    68         (custom-save-delete): Don't visit file or kill buffer here. 
    69848 
    708492005-09-08  Reiner Steib  <Reiner.Steib@gmx.de> 
     
    89868        (recentf-open-file-with-key): New command. 
    90869 
     8702005-09-08  Chong Yidong  <cyd@stupidchicken.com> 
     871 
     872        * buff-menu.el (Buffer-menu-sort-by-column): New function. 
     873        Suggested by Kim F. Storm. 
     874        (Buffer-menu-sort-button-map): Global keymap for sort buttons. 
     875        (Buffer-menu-make-sort-button): Use global keymap. 
     876 
    918772005-09-07  Michael Albinus  <michael.albinus@gmx.de> 
    92878 
     
    113899        * calc/calc-poly.el (math-expand-term): Multiply out any powers 
    114900        when in matrix mode. 
    115  
    116 2005-09-08  Chong Yidong  <cyd@stupidchicken.com> 
    117  
    118         * buff-menu.el (Buffer-menu-sort-by-column): New function. 
    119         Suggested by Kim F. Storm. 
    120         (Buffer-menu-sort-button-map): Global keymap for sort buttons. 
    121         (Buffer-menu-make-sort-button): Use global keymap. 
    122901 
    1239022005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca> 
     
    90316822005-08-15  David Ponce  <david@dponce.com> 
    9041683 
    905         * tree-widget.el Update Commentary header. 
     1684        * tree-widget.el: Update Commentary header. 
    9061685        (tree-widget-theme): Doc fix. 
    9071686        (tree-widget-space-width): New option. 
     
    25613340        * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp. 
    25623341 
    2563         * ediff-init: Get rid of -face in face names. 
     3342        * ediff-init.el: Get rid of -face in face names. 
    25643343 
    256533442005-07-10  Richard M. Stallman  <rms@gnu.org> 
     
    878795662005-03-25  Werner Lemberg  <wl@gnu.org> 
    87889567 
    8789         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. 
    8790         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. 
    8791         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. 
    8792         * emulation/vip.el: Replace `illegal' with `invalid'. 
    8793         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with 
    8794         `invalid'. 
    8795         * mail/supercite.el: Replace `illegal' with `invalid'. 
     9568        * calc/calc-forms.el, calc/calc-sel.el: 
     9569        * midnight.el, vc-cvs.el: 
     9570        * emacs-lisp/cl-macs.el: 
     9571        * emulation/vip.el: 
     9572        * eshell/esh-io.el, eshell/esh-var.el: 
     9573        * mail/supercite.el: 
    87969574        * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el 
    87979575        * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el 
    87989576        * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el 
    87999577        * progmodes/sh-script.el, progmodes/xscheme.el: 
    8800         Replace `illegal' with `invalid'. 
    88019578        * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el 
    88029579        * textmodes/reftex-index.el, textmodes/reftex-parse.el 
     
    896397402005-03-22  Jay Belanger  <belanger@truman.edu> 
    89649741 
    8965         * calc/calc-embed (calc-embedded-original-modes): New variable. 
     9742        * calc/calc-embed.el (calc-embedded-original-modes): New variable. 
    89669743        (calc-embedded-save-original-modes) 
    89679744        (calc-embedded-restore-original-modes): New functions. 
     
    18787195642004-05-09  Jason Rumney  <jasonr@gnu.org> 
    1878819565 
    18789         * international/code-pages (cp932, cp936, cp949, c950): Remove. 
     19566        * international/code-pages.el (cp932, cp936, cp949, c950): Remove. 
    1879019567        Only define cp125* if windows-125* is already defined. 
    1879119568