Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4131 r4140  
     12006-08-09  John Wiegley  <johnw@newartisans.com> 
     2 
     3        * calendar/timeclock.el (timeclock-use-elapsed): Added a new 
     4        variable, which causes timeclock to report elapsed time worked, 
     5        instead of just work remaining. 
     6 
     72006-08-09  Kenichi Handa  <handa@m17n.org> 
     8 
     9        * international/latexenc.el (latexenc-find-file-coding-system): 
     10        Fix for the case that the 2nd element of arg-list is a cons. 
     11 
     122006-08-08  Chong Yidong  <cyd@stupidchicken.com> 
     13 
     14        * info.el (Info-fontify-node): Handle preceding `in' for note 
     15        reference hiding rules. 
     16 
     172006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca> 
     18 
     19        * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't 
     20        mistake a closing " for an opening one. 
     21 
     222006-08-07  Dan Nicolaescu  <dann@ics.uci.edu> 
     23 
     24        * term/xterm.el (terminal-init-xterm): Add more key bindings. 
     25 
     262006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca> 
     27 
     28        * complete.el (PC-do-completion): Filter out completions matching 
     29        completion-ignored-extensions before checking whether there are 
     30        multiple completions. 
     31        Don't use `list' unnecessarily when building completion tables. 
     32 
     332006-08-06  Richard Stallman  <rms@gnu.org> 
     34 
     35        * help.el (describe-mode): Make minor mode list more concise. 
     36 
     372006-08-05  Chong Yidong  <cyd@stupidchicken.com> 
     38 
     39        * bindings.el: Give mode-line-format, mode-line-modes, and 
     40        mode-line-position `standard-value' properties. 
     41 
     422006-08-05  Eli Zaretskii  <eliz@gnu.org> 
     43 
     44        * buff-menu.el (list-buffers-noselect): For Info buffers, use 
     45        "(file)node" instead of the file name. 
     46 
     472006-08-05  Richard Stallman  <rms@gnu.org> 
     48 
     49        * faces.el (escape-glyph): Doc fix. 
     50 
     512006-08-04  Kenichi Handa  <handa@m17n.org> 
     52 
     53        * international/mule-diag.el (describe-font): Improve docstring 
     54        and error message.  Use frame-parameter (not frame-parameters). 
     55 
     562006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca> 
     57 
     58        * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords): 
     59        Correctly mark the end-of-docstring char. 
     60 
     612006-08-03  Chong Yidong  <cyd@stupidchicken.com> 
     62 
     63        * simple.el (line-move-to-column): Constrain move-to-column to 
     64        current field. 
     65 
     662006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca> 
     67 
     68        * font-lock.el (font-lock-beg, font-lock-end) 
     69        (font-lock-extend-region-functions): New vars. 
     70        (font-lock-extend-region-multiline) 
     71        (font-lock-extend-region-wholelines): New functions. 
     72        (font-lock-default-fontify-region): Use them. 
     73        (font-lock-extend-jit-lock-region-after-change): Only round up 
     74        if font-lock-default-fontify-region will do it as well. 
     75 
     76        * font-lock.el (font-lock-extend-after-change-region-function): 
     77        Rename from font-lock-extend-region-function. 
     78        (font-lock-extend-region): Remove by inlining at call sites. 
     79        (font-lock-after-change-function): Don't needlessly round up to a whole 
     80        number of lines. 
     81        (font-lock-extend-jit-lock-region-after-change): Be more careful about 
     82        the boundary conditions and the interactions between the various ways 
     83        to extend the region. 
     84 
     852006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca> 
     86 
     87        * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's 
     88        modification status when forcing the second redisplay. 
     89 
     902006-08-03  Kim F. Storm  <storm@cua.dk> 
     91 
     92        * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame. 
     93 
     942006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca> 
     95 
     96        * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name' 
     97        doesn't look like a file name. 
     98 
     99        * complete.el (PC-expand-many-files): Avoid signalling an error when 
     100        the current directory doesn't exist.  Reported by Micha,Ak(Bl Cadilhac. 
     101 
     1022006-08-02  Andreas Schwab  <schwab@suse.de> 
     103 
     104        * bindings.el (mode-line-format): Simplify reference to vc-mode. 
     105 
     1062006-08-02  Nick Roberts  <nickrob@snap.net.nz> 
     107 
     108        * bindings.el (map): Make mode-line-buffer-identification-keymap 
     109        before defining propertized-buffer-identification. 
     110 
     1112006-08-01  Richard Stallman  <rms@gnu.org> 
     112 
     113        * bindings.el (mode-line-format): Adjust spacing around vc-mode. 
     114 
     1152006-08-02  Nick Roberts  <nickrob@snap.net.nz> 
     116 
     117        * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the 
     118        default value. 
     119        (gdb-find-source-frame): New function. 
     120        (menu): Add to menu bar. 
     121 
     1222006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca> 
     123 
     124        * font-core.el (font-lock-extend-region-function) 
     125        (font-lock-extend-region): Move to font-lock.el. 
     126 
     127        * font-lock.el (font-lock-extend-region-function) 
     128        (font-lock-extend-region): Move from font-core.el.  Simplify. 
     129 
     130        * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay 
     131        if needed. 
     132        (jit-lock-start, jit-lock-end): New dynamic scoped vars. 
     133        (jit-lock-after-change-extend-region-functions): New hook. 
     134        (jit-lock-after-change): Use it instead of hard-coding font-lock code. 
     135 
     136        * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun. 
     137        (font-lock-turn-on-thing-lock): Use it. 
     138 
     139        * longlines.el (longlines-show-region): Make it work on read-only 
     140        buffers as well. 
     141 
     1422006-08-01  Nick Roberts  <nickrob@snap.net.nz> 
     143 
     144        * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame. 
     145 
     1462006-07-31  Richard Stallman  <rms@gnu.org> 
     147 
     148        * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory) 
     149        (vhdl-speedbar-display-projects): Update old obsolete 
     150        speedbar variable names. 
     151 
     1522006-07-31  Nick Roberts  <nickrob@snap.net.nz> 
     153 
     154        * progmodes/gdb-ui.el (gdb-find-source-frame): New option. 
     155        (gdb-stopped): Use it. 
     156 
     157        * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag. 
     158 
     1592006-07-29  Chong Yidong  <cyd@stupidchicken.com> 
     160 
     161        * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format 
     162        for load-history elements. 
     163 
     1642006-07-29  Eli Zaretskii  <eliz@gnu.org> 
     165 
     166        * files.el (convert-standard-filename): For Cygwin, replace 
     167        characters not allowed in Windows file names. 
     168        (make-auto-save-file-name): Add Cygwin to the list of systems 
     169        where the auto-save file name needs to be run through 
     170        convert-standard-filename. 
     171 
     1722006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se> 
     173 
     174        * window.el (bw-get-tree): Don't integerp subtree if it's nil. 
     175 
     1762006-07-28  Richard Stallman  <rms@gnu.org> 
     177 
     178        * bindings.el (mode-line-frame-identification) 
     179        (propertized-buffer-identification): Centralize the code 
     180        to initialize the variable. 
     181 
     182        * progmodes/grep.el (grep-default-command): Catch errors from 
     183        wildcard-to-regexp. 
     184 
     1852006-07-29  Kim F. Storm  <storm@cua.dk> 
     186 
     187        * progmodes/grep.el (grep-tag-default): New function. 
     188        (grep-default-command, grep-read-regexp): Use it. 
     189        (grep-read-files): Use car of grep-files-history or grep-files-aliases 
     190        as default if nothing else applies. 
     191 
    11922006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change) 
    2193 
     
    482392006-07-26  Mathias Dahl  <mathias.dahl@gmail.com> 
    49240 
    50         * tumme.el (tumme-backward-image): Add prefix argument. Add error 
     241        * tumme.el (tumme-backward-image): Add prefix argument. Add error 
    51242        when at first image. 
    52         (tumme-forward-image): Add prefix argument. Add error when at last 
     243        (tumme-forward-image): Add prefix argument. Add error when at last 
    53244        image. 
    54245 
     
    62253        * tumme.el (tumme-track-original-file): Add `buffer-live-p' check. 
    63254        (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. 
     255        (tumme-get-comment): Change variable names inside `let'. 
     256        Add missing `let' variable that cause font-lock problems. 
     257        (tumme-write-comments): Change variable names inside `let'. 
     258        Add missing `let' variable that cause font-lock problems. 
    68259        (tumme-forward-image): Rename from `tumme-forward-char'. 
    69260        (tumme-backward-image): Rename from `tumme-backward-char'. 
     
    114305 
    115306        * 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) 
     307        letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> 
     308        and andreas@altroot.de (Andreas V,Av(Bgele). 
    118309 
    1193102006-07-23  Thien-Thi Nguyen  <ttn@gnu.org> 
     
    154345 
    155346        * term/xterm.el (terminal-init-xterm): Fix key bindings 
    156         syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB. 
     347        syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB. 
    157348 
    1583492006-07-21  Eli Zaretskii  <eliz@gnu.org> 
     
    190381        * calc.el (calc-previous-alg-entry):  Remove variable. 
    191382 
    192         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history): 
     383        * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history): 
    193384        New variables. 
    194385        (calc-alg-entry): Use `calc-alg-entry-history'. 
     
    5147052006-07-10  Chong Yidong  <cyd@stupidchicken.com> 
    515706 
    516         * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid 
    517         compilation error. 
     707        * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to 
     708        avoid compilation error. 
    518709 
    519710        * subr.el (sit-for): New function.