Show
Ignore:
Timestamp:
2006年07月29日 07時48分34秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4111 r4131  
     12006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change) 
     2 
     3        * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode): 
     4        Throw error if buffer is not in Dired and Wdired mode, respectively. 
     5 
     62006-07-28  Chong Yidong  <cyd@stupidchicken.com> 
     7 
     8        * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that 
     9        self-insert-command keys don't activate buttons. 
     10        (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'. 
     11 
     122006-07-29  Nick Roberts  <nickrob@snap.net.nz> 
     13 
     14        * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different 
     15        faces for enable character. 
     16 
     172006-07-28  Nick Roberts  <nickrob@snap.net.nz> 
     18 
     19        * Makefile.in (recompile): Update comment to reflect change 
     20        on 2004-04-21. 
     21 
     222006-07-27  Richard Stallman  <rms@gnu.org> 
     23 
     24        * cus-edit.el (customize-package-emacs-version-alist): Doc fix. 
     25        (customize-package-emacs-version): Change msg when pkg has no entry. 
     26        (custom-no-edit): On a button, do like widget-button-press. 
     27 
     282006-07-27  Dan Nicolaescu  <dann@ics.uci.edu> 
     29 
     30        * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab, 
     31        S-tab and C-S-tab. 
     32 
     332006-07-28  Nick Roberts  <nickrob@snap.net.nz> 
     34 
     35        * progmodes/which-func.el (which-function): Fix documentation/ 
     36        comment typo. 
     37 
     382006-07-26  Richard Stallman  <rms@gnu.org> 
     39 
     40        * textmodes/ispell.el (ispell-word): If we replace the word, 
     41        move point to the end.  Insert before deleting. 
     42 
     432006-07-26  Chong Yidong  <cyd@stupidchicken.com> 
     44 
     45        * subr.el (sit-for): Use new SECONDS arg of read-event instead of 
     46        a timer. 
     47 
     482006-07-26  Mathias Dahl  <mathias.dahl@gmail.com> 
     49 
     50        * tumme.el (tumme-backward-image): Add prefix argument. Add error 
     51        when at first image. 
     52        (tumme-forward-image): Add prefix argument. Add error when at last 
     53        image. 
     54 
     552006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca> 
     56 
     57        * tabify.el (tabify-regexp): Use more specific regexps. 
     58        (tabify): Avoid modifying the buffer unnecessarily. 
     59 
     602006-07-25  Mathias Dahl  <mathias.dahl@gmail.com> 
     61 
     62        * tumme.el (tumme-track-original-file): Add `buffer-live-p' check. 
     63        (tumme-format-properties-string): Handle empty `buf'. 
     64        (tumme-get-comment): Change variable names inside `let'.  Add 
     65        missing `let' variable that cause font-lock problems. 
     66        (tumme-write-comments): Change variable names inside `let'.  Add 
     67        missing `let' variable that cause font-lock problems. 
     68        (tumme-forward-image): Rename from `tumme-forward-char'. 
     69        (tumme-backward-image): Rename from `tumme-backward-char'. 
     70 
     712006-07-25  Masatake YAMATO  <jet@gyve.org> 
     72 
     73        * progmodes/ld-script.el (ld-script-keywords) 
     74        (ld-script-font-lock-keywords, ld-script-builtins): Update keywords 
     75        and add comments. 
     76 
     772006-07-25  Nick Roberts  <nickrob@snap.net.nz> 
     78 
     79        * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers) 
     80        (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped) 
     81        (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces 
     82        for status indicator. 
     83 
     842006-07-24  Richard Stallman  <rms@gnu.org> 
     85 
     86        * xml.el (xml-parse-file): Clean up, and use with-temp-buffer. 
     87 
     88        * subr.el (dolist, dotimes): Use interned symbols for locals. 
     89        (--dotimes-limit--, --dolist-tail--): New defvars. 
     90        (looking-back): Doc fix. 
     91 
     92        * replace.el (replace-match-string-symbols): Handle dotted lists. 
     93 
     942006-07-24  mathias  <mathias@mattis> 
     95 
     96        * tumme.el (tumme-write-tags): Add. 
     97        (tumme-write-comments): Add. 
     98        (tumme-tag-files): Change to use `tumme-write-tags'. 
     99        (tumme-tag-thumbnail): Change to use `tumme-write-tags'. 
     100        (tumme-dired-comment-files): Change to use `tumme-write-comments'. 
     101        (tumme-save-information-from-widgets): Change to use 
     102        `tumme-write-comments' and `tumme-write-tags'. 
     103        (tumme-comment-thumbnail): Change to use `tumme-write-comments'. 
     104        (tumme-write-tag): Remove. 
     105        (tumme-write-comment): Remove. 
     106        (tumme-display-previous-thumbnail-original): Remove empty line. 
     107        (tumme-widget-list): Add punctuation. 
     108 
     1092006-07-24  mathias  <mathias.dahl@gmail.com> 
     110 
     111        * tumme.el (tumme-line-up): Add an extra check for end of buffer. 
     112 
     1132006-07-24  Daiki Ueno  <ueno@unixuser.org> 
     114 
     115        * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8 
     116        letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and 
     117        andreas@altroot.de (Andreas V,Av(Bgele) 
     118 
     1192006-07-23  Thien-Thi Nguyen  <ttn@gnu.org> 
     120 
     121        * mouse.el (mouse-on-link-p): Doc fix. 
     122 
     1232006-07-23  Nick Roberts  <nickrob@snap.net.nz> 
     124 
     125        * emacs-lisp/find-func.el (find-function-search-for-symbol): 
     126        Handle "C-h f `". 
     127 
     1282006-07-22  Dan Nicolaescu  <dann@ics.uci.edu> 
     129 
     130        * ibuffer.el (ibuffer-formats): Use left alignment for the mode 
     131        column. 
     132 
     1332006-07-22  Matt Hodges  <MPHodges@member.fsf.org> 
     134 
     135        * textmodes/table.el: Add move-beginning-of-line and 
     136        move-end-of-line to Point Motion Only Group. 
     137 
     1382006-07-22  Eric Hanchrow  <offby1@blarg.net> 
     139 
     140        * progmodes/delphi.el (delphi-fill-comment): Use save-restriction. 
     141 
     1422006-07-22  Micha,Ak(Bl Cadilhac  <michael.cadilhac@lrde.org> 
     143 
     144        * startup.el (user-mail-address): Initialize from the `EMAIL' 
     145        environment variable first.  Document this. 
     146        (command-line): Ditto. 
     147 
     1482006-07-22  Nick Roberts  <nickrob@snap.net.nz> 
     149 
     150        * help-mode.el (help-function-def, help-variable-def) 
     151        (help-face-def): Print a message in the minibuffer. 
     152 
     1532006-07-21  Dan Nicolaescu  <dann@ics.uci.edu> 
     154 
     155        * term/xterm.el (terminal-init-xterm): Fix key bindings 
     156        syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB. 
     157 
     1582006-07-21  Eli Zaretskii  <eliz@gnu.org> 
     159 
     160        * dos-w32.el (find-buffer-file-type-coding-system): Support calls 
     161        where `(nth 1 command)' is a cons cell.  Doc fix. 
     162 
     163        * textmodes/po.el (po-find-charset): Doc fix. 
     164 
     1652006-07-21  Ken Manheimer  <ken.manheimer@gmail.com> 
     166 
     167        * allout.el (allout-unprotected, allout-e-o-prefix-p) 
     168        (allout-beginning-of-current-line, allout-end-of-current-line) 
     169        (allout-next-visible-heading, allout-open-topic) 
     170        (allout-kill-topic, allout-yank-processing, allout-resolve-xref) 
     171        (allout-flag-current-subtree, allout-show-to-offshoot) 
     172        (allout-hide-current-entry, allout-show-current-branches) 
     173        (allout-hide-region-body, allout-old-expose-topic) 
     174        (allout-listify-exposed, allout-latex-verbatim-quote-curr-line) 
     175        (allout-mark-topic, allout-adjust-file-variable): Enclose scopes 
     176        containing `beginning-of-line' and `end-of-line' with 
     177        `inhibit-field-text-motion' t. 
     178 
     1792006-07-21  Eli Zaretskii  <eliz@gnu.org> 
     180 
     181        * frame.el (focus-follows-mouse): Document that it doesn't have 
     182        any effect on MS-Windows. 
     183 
     1842006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca> 
     185 
     186        * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change. 
     187 
     1882006-07-20  Jay Belanger  <belanger@truman.edu> 
     189 
     190        * calc.el (calc-previous-alg-entry):  Remove variable. 
     191 
     192        * calc-aent.el  (calc-alg-entry-history, calc-quick-calc-history): 
     193        New variables. 
     194        (calc-alg-entry): Use `calc-alg-entry-history'. 
     195        (calc-do-quick-calc): Use `calc-quick-calc-history'. 
     196        Remove reference to `calc-previous-alg-entry'. 
     197        (calcAlg-edit, calcAlg-enter): Remove reference to 
     198        `calc-previous-alg-entry'. 
     199        (calcAlg-previous): Use `previous-history-element' instead of 
     200        `calc-previous-alg-entry'. 
     201        (calc-do-alg-entry): Use history when calling `read-from-minibuffer'. 
     202        Change keybinding for `calcAlg-plus-minus', add keybindings for 
     203        `previous-history-element' and `next-history-element'. 
     204 
     205        * calc-rewr.el (calc-match): Remove reference to 
     206        `calc-previous-alg-entry'. 
     207 
     208        * calc-sel.el (calc-selection-history): New variable. 
     209        (calc-enter-selection, calc-sel-mult-both-sides) 
     210        (calc-sel-add-both-sides): Use `calc-selection-history'. 
     211 
     212        * calc-map.el (calc-get-operator-history): New variable. 
     213        (calc-get-operator): Use `calc-get-operator-history'. 
     214 
     215        * calcalg3.el (calc-curve-fit-history): New variable. 
     216        (calc-curve-fit): Use `calc-curve-fit-history'. 
     217 
     2182006-07-20  Kenichi Handa  <handa@m17n.org> 
     219 
     220        * international/mule-cmds.el (select-safe-coding-system): Fix the 
     221        way of deciding eol-type of the coding system. 
     222 
     2232006-07-20  Alan Mackenzie  <acm@muc.de> 
     224 
     225        * progmodes/cc-langs.el (c-emacs-variable-inits): New variable. 
     226        (c-lang-setvar): New macro. 
     227        (c-make-init-lang-vars-fun): Use the initialization forms in 
     228        c-emacs-variable-inits in addition to those in c-lang-variable-inits. 
     229        (comment-start, comment-end, comment-start-skip): Change these from 
     230        c-lang-defvar's to c-lang-setvar's. 
     231 
     232        * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro, 
     233        which calls make-local-variable on the elements of 
     234        c-emacs-variable-inits. 
     235        (c-init-language-vars-for): Call this new macro. 
     236 
     2372006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca> 
     238 
     239        * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: 
     240        Try to rule out false positives due to time stamps. 
     241        (compilation-mode-font-lock-keywords): Remove rules made redundant 
     242        because of the above change.  Add `segmentation fault' to the known and 
     243        highlighted compilation termination messages. 
     244 
     2452006-07-19  Kim F. Storm  <storm@cua.dk> 
     246 
     247        * progmodes/grep.el (grep-find-ignored-directories): 
     248        Add .svn and _darcs to list. 
     249 
     2502006-07-19  Mathias Dahl  <mathias.dahl@gmail.com> 
     251 
     252        * dired.el (dired-mode-map): Add key binding `C-te' for 
     253        `tumme-dired-edit-comment-and-tags'. 
     254 
     255        * tumme.el (tumme-display-thumbnail-original-image): Make sure 
     256        image display buffer is displayed before call to 
     257        `tumme-display-image. 
     258        (tumme-dired-display-image): Make sure image display buffer is 
     259        displayed before call to `tumme-display-image. 
     260        (tumme-mouse-display-image): Make sure image display buffer is 
     261        displayed before call to `tumme-display-image. 
     262        (tumme-widget-list): Add. 
     263        (tumme-dired-edit-comment-and-tags): Add. 
     264        (tumme-save-information-from-widgets): Add. 
     265 
     2662006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca> 
     267 
     268        * progmodes/sh-script.el (sh-quoted-subshell): Fix last change. 
     269 
     2702006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca> 
     271 
     272        * progmodes/sh-script.el (sh-font-lock-keywords-1): 
     273        Revert inadvertently installed patch hunk. 
     274 
     275        * progmodes/compile.el (compilation-find-file): Handle the 
     276        cases where the user selects a non-existent file. 
     277 
     2782006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca> 
     279 
     280        * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t. 
     281 
     2822006-07-17  Chong Yidong  <cyd@stupidchicken.com> 
     283 
     284        * subr.el (sit-for): Just sleep-for if noninteractive. 
     285 
     2862006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca> 
     287 
     288        * emacs-lisp/autoload.el (make-autoload): Use new arg. 
     289 
     290        * custom.el (custom-autoload): Add `noset' argument. 
     291        (custom-push-theme): Don't autoload the variable, let callers do it. 
     292        (custom-theme-set-variables): Autoload the variable if necessary. 
     293 
     294        * cus-edit.el (custom-variable-state-set): If the variable was 
     295        originally set outside custom, but to the same value as the default, 
     296        consider it to be standard. 
     297 
     298        * Makefile.in (mh-loaddefs.el): Finish setting up the default empty 
     299        file *before* telling Emacs to add the autoloads, in case it fails. 
     300 
     301        * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `. 
     302        Use `cond', push', and `dolist'. 
     303 
     3042006-07-17  Richard Stallman  <rms@gnu.org> 
     305 
     306        * image-mode.el (tar-superior-buffer, archive-superior-buffer): 
     307        Add defvars to silence warnings. 
     308 
     3092006-07-17  Chong Yidong  <cyd@stupidchicken.com> 
     310 
     311        * progmodes/compile.el (compilation-mode-font-lock-keywords): 
     312        Don't highlight "Compiling file" messages as error. 
     313 
     314        * dired-aux.el (dired-compress-file): Confirm again if gzipped 
     315        file already exists. 
     316 
     3172006-07-16  Thien-Thi Nguyen  <ttn@gnu.org> 
     318 
     319        * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++ 
     320        entry, don't assign to free var; simply return the extracted filename. 
     321        (ff-treat-as-special): Incorporate common preamble from callers. 
     322        (ff-other-file-name, ff-find-the-other-file): 
     323        Update call to ff-treat-as-special. 
     324 
     325        * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init. 
     326 
     3272006-07-16  Mathias Dahl  <mathias.dahl@gmail.com> 
     328 
     329        * tumme.el (tumme-get-comment): Fix bug. 
     330 
     3312006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca> 
     332 
     333        * files.el: Remove spurious * in docstrings. 
     334 
     3352006-07-14  Ken Manheimer  <ken.manheimer@gmail.com> 
     336 
     337        * allout.el (allout-run-unit-tests-on-load): Rectify docstring 
     338        grammar. 
     339        (allout-beginning-of-current-line): Beware beginning of buffer. 
     340        Also, a comment is simplified. 
     341        (allout-hotspot-key-handler): Only set allout-post-goto-bullet 
     342        when appropriate.  (This fix enables use for other than 
     343        bullet-hotspot operation.) 
     344        (allout-hide-current-subtree): While escalating to sibling-close, 
     345        make sure to situate on a topic. 
     346 
    13472006-07-14  Kim F. Storm  <storm@cua.dk> 
    2348 
     
    14360        * allout.el: Require 'cl during byte-compilation/interactive load, 
    15361        for the `assert' macro. 
    16         (allout-mode-deactivate-hook): New hook, is run when allout mode 
     362        (allout-mode-deactivate-hook): New hook, run when allout mode 
    17363        deactivates. 
    18364        (allout-developer): New allout customization subgroup. 
     
    22368        (allout-inhibit-auto-fill): Disable auto-fill activity even during 
    23369        auto-fill-mode. 
    24         (allout-resumptions): Removed, to be replaced by... 
     370        (allout-resumptions): Remove, to be replaced by... 
    25371        (allout-add-resumptions): Register variable settings to be 
    26372        reinstated by `allout-do-resumptions'.  The settings are made 
     
    43389        related fill-function settings are all made in either case, so 
    44390        that activating auto-fill-mode activity will have the custom 
    45         allout-mode behaviors (hanging indent on topics, if configured for 
    46         it).  Also, remove all allout-exposure-category overlays on mode 
    47         deactivation. 
     391        allout-mode behaviors (hanging indent on topics, if configured for it). 
     392        Remove all allout-exposure-category overlays on mode deactivation. 
    48393        (allout-hotspot-key-handler): New function extracted from 
    49394        `allout-pre-command-business', so the functionality can be used 
     
    21472492        (ispell-internal-change-dictionary): Check for a change in 
    21482493        personal dictionary use too. 
    2149         Cosmetic changes from Agustin Martin 
    2150         <agustin.martin@hispalinux.es>. 
    21512494 
    215224952006-05-05  Eli Zaretskii  <eliz@gnu.org>