Show
Ignore:
Timestamp:
05/01/07 18:04:59 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

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

    r4200 r4204  
     12007-04-30  Nick Roberts  <nickrob@snap.net.nz> 
     2 
     3        * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so 
     4        don't put stop on toolbar. 
     5 
     62007-04-29  Stephen Berman  <Stephen.Berman@gmx.net> 
     7 
     8        * find-dired.el (find-dired-filter): Propertize all text down to eob. 
     9 
     102007-04-29  Richard Stallman  <rms@gnu.org> 
     11 
     12        * international/mule.el (auto-coding-alist): Add pdf => no-conversion. 
     13 
     142007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca> 
     15 
     16        * progmodes/cc-mode.el (c-before-change): Use point-min rather 
     17        than 1. 
     18 
     192007-04-28  Richard Stallman  <rms@gnu.org> 
     20 
     21        * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style. 
     22 
     232007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca> 
     24 
     25        * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. 
     26 
     272007-04-28  Eli Zaretskii  <eliz@gnu.org> 
     28 
     29        * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e 
     30        instead of $(lisp)/mh-e. 
     31 
     32        * textmodes/fill.el (fill-paragraph): Doc fix. 
     33 
     342007-04-28  Glenn Morris  <rgm@gnu.org> 
     35 
     36        * image-dired.el (image-dired-cmd-create-thumbnail-options) 
     37        (image-dired-cmd-create-temp-image-options): Replace option 
     38        +profile "*" with -strip. 
     39 
     402007-04-27  Chong Yidong  <cyd@stupidchicken.com> 
     41 
     42        * textmodes/flyspell.el (flyspell-auto-correct-previous-word): 
     43        Use window-start and window-end. 
     44 
     452007-04-26  Glenn Morris  <rgm@gnu.org> 
     46 
     47        * progmodes/python.el: Restore file pending consideration of legal 
     48        status. 
     49 
     502007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu> 
     51 
     52        * locate.el (locate-in-alternate-database): Doc fix. 
     53 
     542007-04-26  Glenn Morris  <rgm@gnu.org> 
     55 
     56        * button.el (button): Use underline if supported, else fall back 
     57        to color. 
     58 
     592007-04-25  Richard Stallman  <rms@gnu.org> 
     60 
     61        * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'. 
     62 
     632007-04-25  J.D. Smith  <jdsmith@as.arizona.edu> 
     64 
     65        * progmodes/idlwave.el (idlwave-beginning-of-subprogram) 
     66        (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent 
     67        pushing mark. 
     68        (idlwave-current-routine): Don't push mark. 
     69 
     702007-04-25  Mathias Dahl  <mathias.dahl@gmail.com> 
     71 
     72        * image-dired.el (image-dired-display-image): Derive image-type from 
     73        filename rather than assuming jpeg, in case no resizing was needed. 
     74 
     752007-04-25  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se> 
     76 
     77        * custom.el (defface): Doc fix. 
     78 
     792007-04-24  Chong Yidong  <cyd@stupidchicken.com> 
     80 
     81        * progmodes/python.el: Remove due to unclear legal issues. 
     82 
     832007-04-24  J.D. Smith  <jdsmith@as.arizona.edu> 
     84 
     85        * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): 
     86        Don't re-query for each cleared BP. 
     87        (idlwave-shell-clear-bp): Optionally skip BP query. 
     88        (idlwave-shell-update-bp-overlays): Use set-window-margins instead 
     89        of set-window-buffer, which incorrectly moves displayed region. 
     90 
     912007-04-23  Jay Belanger  <jay.p.belanger@gmail.com> 
     92 
     93        * calc/calc.el (calc-bug-address): Update maintainer's address. 
     94        * calc/*: Update maintainer's address. 
     95 
     962007-04-23  Richard Stallman  <rms@gnu.org> 
     97 
     98        * simple.el (set-mark-command-repeat-pop): Doc fix. 
     99        Put in `editing-basics' group. 
     100 
     1012007-04-23  Chong Yidong  <cyd@stupidchicken.com> 
     102 
     103        * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): 
     104        New functions. 
     105        (Info-mode-line-node-keymap): Bind mouse commands to 
     106        Info-mouse-scroll-up/down instead of Info-scroll-up/down. 
     107 
     1082007-04-23  Luc Teirlinck  <teirllm@auburn.edu> 
     109 
     110        * locate.el (locate-local-prompt): New var. 
     111        (locate-prompt-for-command): Doc fix. 
     112        (locate-prompt-for-search-string): New function. 
     113        (locate): New optional arg.  Make locate-local-prompt 
     114        buffer-local.  Use locate-prompt-for-search-string. 
     115        (locate-with-filter): New optional arg. 
     116        Use locate-prompt-for-search-string. 
     117        (locate-update): Bind locate-prompt-for-command. 
     118 
     1192007-04-23  Glenn Morris  <rgm@gnu.org> 
     120 
     121        * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode. 
     122 
     1232007-04-23  Nick Roberts  <nickrob@snap.net.nz> 
     124 
     125        * button.el (button): Inherit from link face on a tty. 
     126 
     1272007-04-23  Glenn Morris  <rgm@gnu.org> 
     128 
     129        * button.el (button): Use color for this face on a tty. 
     130 
     131        * files.el (magic-mode-alist): Allow for carriage-returns in 
     132        html-mode and sgml-mode entries. 
     133 
     1342007-04-22  Richard Stallman  <rms@gnu.org> 
     135 
     136        * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): 
     137        Improve doc string of generated command. 
     138 
     139        * subr.el (read-number): Catch errors. 
     140 
     141        * hi-lock.el (hi-lock-file-patterns-policy): Doc fix. 
     142 
     1432007-04-22  Chong Yidong  <cyd@stupidchicken.com> 
     144 
     145        * image-dired.el: Rename from thumbnails.el.  All instances of 
     146        "thumbnails" replaced with "image-dired". 
     147 
     148        * dired.el (dired-mode-map): Rename "thumbnails" again, to 
     149        "image-dired". 
     150 
     1512007-04-22  Kim F. Storm  <storm@cua.dk> 
     152 
     153        * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head): 
     154        Don't use kill-line. 
     155 
     1562007-04-22  Nick Roberts  <nickrob@snap.net.nz> 
     157 
     158        * t-mouse.el (t-mouse-make-event): Pass on mev's more informative 
     159        error message. 
     160 
     1612007-04-22  Chong Yidong  <cyd@stupidchicken.com> 
     162 
     163        * dired.el: Rename "tumme" to "thumbnails". 
     164 
     165        * thumbnails.el: Rename from tumme.el.  All instances of "tumme" 
     166        replaced with "thumbnails". 
     167 
     1682007-04-22  Glenn Morris  <rgm@gnu.org> 
     169 
     170        * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom, 
     171        and give it the risky-local-variable property. 
     172 
     173        * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev 
     174        before defining it. 
     175 
     1762007-04-21  Martin Rudalics  <rudalics@gmx.at> 
     177 
     178        * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables): 
     179        Use delete-region instead of kill-line. 
     180 
     1812007-04-21  Alan Mackenzie  <acm@muc.de> 
     182 
     183        * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of 
     184        `kill-region' by `delete-region'. 
     185 
     1862007-04-21  Chong Yidong  <cyd@stupidchicken.com> 
     187 
     188        * progmodes/perl-mode.el (perl-indent-command): Use delete-region 
     189        instead of kill-region. 
     190 
     191        * progmodes/mantemp.el (mantemp-make-mantemps-region) 
     192        (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines) 
     193        (mantemp-remove-memfuncs): Use delete-region instead of kill-word 
     194        and kill-line. 
     195 
     196        * progmodes/vhdl-mode.el (vhdl-template-type) 
     197        (vhdl-template-record, vhdl-template-nature) 
     198        (vhdl-template-configuration-spec, vhdl-template-component-inst) 
     199        (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): 
     200        Use delete-region instead of kill-word and kill-line. 
     201 
     2022007-04-21  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se> 
     203 
     204        * dired-x.el (dired-virtual-mode): Doc fix. 
     205 
     2062007-04-21  Richard Stallman  <rms@gnu.org> 
     207 
     208        * font-lock.el (font-lock-keywords-alist): Mark as risky. 
     209 
     210        * subr.el (read-number): Doc fix. 
     211 
     212        * simple.el (pop-to-mark-command): Display message "mark popped" 
     213        if point does not move. 
     214        (set-mark-command): Doc fix. 
     215 
     2162007-04-21  Luc Teirlinck  <teirllm@auburn.edu> 
     217 
     218        * locate.el: Revert 2006-09-09 and 2007-04-20 changes. 
     219        (locate-local-filter, locate-local-search): New vars. 
     220        (locate): Make variables local. 
     221        (locate-update): Bind locate-buffer-name.  Call locate using 
     222        locate-local-filter and locate-local-search. 
     223 
     2242007-04-20  David Koppelman  <koppel@ece.lsu.edu> 
     225 
     226        * hi-lock.el (hi-lock-file-patterns-policy): New var. 
     227        (hi-lock-find-patterns): Use hi-lock-file-patterns-policy. 
     228        (hi-lock-mode): Update docstring. 
     229 
     2302007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca> 
     231 
     232        * textmodes/fill.el (fill-move-to-break-point): Don't inhibit 
     233        fill-nobreak-predicate when the break is past fill-column. 
     234 
     2352007-04-20  Francesco Potort,Al(B  <pot@gnu.org> 
     236 
     237        * locate.el (locate): Output from shell-command should go in the 
     238        current buffer rather than *Shell Command Output*. 
     239 
     2402007-04-20  Chong Yidong  <cyd@stupidchicken.com> 
     241 
     242        * paren.el (show-paren-function): Fix last fix. 
     243 
     2442007-04-19  Kevin Ryde  <user42@zip.com.au> 
     245 
     246        * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe. 
     247        (archive-lzh-summarize): Add optional start arg for where to start 
     248        looking at the archive. 
     249        (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions. 
     250 
     251        * international/mule.el (auto-coding-alist): no-conversion for .exe 
     252        and .EXE. 
     253 
     2542007-04-19  Alan Mackenzie  <acm@muc.de> 
     255 
     256        * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a 
     257        function return type contains "struct", "union", etc. 
     258        c-end-of-defun goes too far forward. 
     259 
     2602007-04-19  Chong Yidong  <cyd@stupidchicken.com> 
     261 
     262        * paren.el (show-paren-function): Reset window-start to avoid 
     263        recentering. 
     264 
     2652007-04-19  Glenn Morris  <rgm@gnu.org> 
     266 
     267        * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold". 
     268 
     2692007-04-18  Glenn Morris  <rgm@gnu.org> 
     270 
     271        * calendar/diary-lib.el (diary-header-line-format): Add a custom 
     272        :set function. 
     273        (diary-list-entries): Only switch to diary-mode from 
     274        default-major-mode (reverts 2007-03-21 change).  Otherwise, if in 
     275        diary-mode set header-line-format, in case of any customization. 
     276 
     2772007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change) 
     278 
     279        * calendar/parse-time.el (parse-time-string-chars): Check if CHAR 
     280        is less than the length of parse-time-syntax. 
     281 
     2822007-04-17  David Kastrup  <dak@gnu.org> 
     283 
     284        * replace.el (query-replace-regexp-eval): Deprecate. 
     285 
     2862007-04-17  Alan Mackenzie  <acm@muc.de> 
     287 
     288        * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and 
     289        point too close to EOB, leave point at EOB rather than last `}'. 
     290 
     2912007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de> 
     292 
     293        * textmodes/bibtex.el (bibtex-include-OPTkey) 
     294        (bibtex-user-optional-fields, bibtex-entry-field-alist): 
     295        Fix defcustom. 
     296 
     2972007-04-17  Glenn Morris  <rgm@gnu.org> 
     298 
     299        * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot 
     300        be encoded, fall back to current year. 
     301 
     3022007-04-14  Kevin Ryde  <user42@zip.com.au> 
     303 
     304        * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if 
     305        all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID 
     306        M "MSDOS". 
     307 
     3082007-04-16  Chong Yidong  <cyd@stupidchicken.com> 
     309 
     310        * progmodes/python.el (python-end-of-block): Avoid looping forever 
     311        if python-next-statement fails. 
     312 
     3132007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de> 
     314 
     315        * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom. 
     316 
     3172007-04-16  Dan Nicolaescu  <dann@ics.uci.edu> 
     318 
     319        * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var. 
     320        * progmodes/cperl-mode.el (cperl-indent-level): Likewise. 
     321 
     3222007-04-15  Jay Belanger  <belanger@truman.edu> 
     323 
     324        * calc/calc.el (calc-version): New function. 
     325        (calc-trail-mode): Shorten the title. 
     326 
     3272007-04-15  Chong Yidong  <cyd@stupidchicken.com> 
     328 
     329        * mail/footnote.el (footnote-style): Clarify docstring to state 
     330        that customizing this only applies to future footnotes. 
     331 
     3322007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de> 
     333 
     334        * textmodes/bibtex.el (bibtex-field-list): Use functionp. 
     335        (bibtex-make-field): Check that INIT is a string. Use functionp. 
     336 
     3372007-04-14  Glenn Morris  <rgm@gnu.org> 
     338 
     339        * complete.el (PC-goto-end): New buffer-local variable. 
     340        (PC-do-completion-end): Make buffer-local. 
     341        (partial-completion-mode) <choose-completion-string-functions>: 
     342        Do not go to the end of the minibuffer if PC-goto-end is non-nil. 
     343        (PC-do-completion): New optional fourth argument GOTO-END.  Add a 
     344        doc string.  Set PC-goto-end for choose-completion. 
     345        (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to 
     346        PC-do-completion. 
     347 
     348        * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM 
     349        arg to bibtex-make-field. 
     350        (bibtex-make-field): Add optional fourth arg NODELIM. 
     351        Insert delimiters around INIT unless this arg is non-nil. 
     352 
     3532007-04-14  Nick Roberts  <nickrob@snap.net.nz> 
     354 
     355        * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the 
     356        global map isn't modified 
     357 
     3582007-04-14  Glenn Morris  <rgm@gnu.org> 
     359 
     360        * calendar/appt.el (appt-disp-window): Do not split small windows. 
     361        Suggested by Jeff Miller <jmiller@cablespeed.com>. 
     362 
     3632007-04-13  Chong Yidong  <cyd@stupidchicken.com> 
     364 
     365        * progmodes/compile.el (compilation-start): Revert 2007-03-25 change. 
     366 
     367        * files.el: Ditto. 
     368 
     3692007-04-13  Juanma Barranquero  <lekktu@gmail.com> 
     370 
     371        * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings. 
     372 
     373        * term.el (term-buffer-maximum-size, term-exec, term-escape-char) 
     374        (term-set-escape-char, term-termcap-format, term-get-old-input-default) 
     375        (term-skip-prompt, term-send-string, term-send-region, term-pager-page) 
     376        (term-pager-help): Fix typos in docstrings. 
     377 
     378        * wid-edit.el (widget-documentation): Fix typo in docstring. 
     379 
     380        * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style): 
     381        Fix typos in error messages. 
     382 
     3832007-04-13  Martin Rudalics  <rudalics@gmx.at> 
     384 
     385        * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select 
     386        window marked as dedicated. 
     387 
     388        * mail/footnote.el (footnote-latin-string): New variable. 
     389        (footnote-latin-regexp): Redefine as regexp alternative. 
     390        (Footnote-latin): Use footnote-latin-string instead of 
     391        footnote-latin-regexp. 
     392 
     3932007-04-13  Glenn Morris  <rgm@gnu.org> 
     394 
     395        * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with 
     396        inherited keymaps. 
     397 
     3982007-04-12  Chong Yidong  <cyd@stupidchicken.com> 
     399 
     400        * outline.el (outline-get-next-sibling): Clarify docstring. 
     401        (outline-get-last-sibling): Handle case where we are at the first 
     402        heading.  Clarify docstring. 
     403 
     4042007-04-12  Nick Roberts  <nickrob@snap.net.nz> 
     405 
     406        * progmodes/gud.el (gud-minor-mode-map): Make go button same 
     407        length as stop button to lessen flicker. 
     408        (jdb): Add gud-print. 
     409        (gud-find-expr): Jdb prints the expression with the value, so 
     410        don't insert it in the output. 
     411 
     4122007-04-11  Jason Rumney  <jasonr@gnu.org> 
     413 
     414        * dnd.el (dnd-get-local-file-name): Decode both upper and lower 
     415        case hex.  Do not try to decode non-hex letters. 
     416 
     4172007-04-11  Markus Triska  <markus.triska@gmx.at> 
     418 
     419        * emacs-lisp/byte-opt.el (byte-optimize-backward-char) 
     420        (byte-optimize-backward-word): Remove (move to bytecomp.el). 
     421        (byte-optimize-form-code-walker): Evaluate pure function calls if 
     422        possible. 
     423        (byte-optimize-all-constp): New function. 
     424 
     425        * emacs-lisp/bytecomp.el (byte-compile-char-before): 
     426        Improve numeric argument case. 
     427        (byte-compile-backward-char, byte-compile-backward-word): 
     428        New functions, performing rewriting previously done in byte-opt.el. 
     429        Fix their "Fixme" item (restriction to numeric arguments). 
     430 
     4312007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca> 
     432 
     433        * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar 
     434        with dolist. 
     435        (after-init-hook): Don't quote lambda. 
     436        (desktop-first-buffer): Don't wrap it in eval-when-compile. 
     437        (desktop-internal-v2s): Remove unused var `el'. 
     438        (desktop-buffer-major-mode, desktop-buffer-locals): Move out of 
     439        desktop-restore-file-buffer. 
     440        (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of 
     441        desktop-create-buffer. 
     442 
     4432007-04-10  Chong Yidong  <cyd@stupidchicken.com> 
     444 
     445        * woman.el (woman-decode-buffer): Postpone macro-set check... 
     446        (woman-decode-region): ...to here. 
     447 
     4482007-04-10  Thien-Thi Nguyen  <ttn@gnu.org> 
     449 
     450        * startup.el (tty-handle-args): Use %S to log ARGS. 
     451 
     4522007-04-10  Glenn Morris  <rgm@gnu.org> 
     453 
     454        * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since 
     455        it is obsolete and has no effect. 
     456 
     457        * dos-w32.el (default-buffer-file-type): Add defvar to quieten 
     458        byte-compiler. 
     459 
     460        * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to 
     461        obsolete function make-local-hook. 
     462 
     463        * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to 
     464        start to quieten byte-compiler. 
     465 
     4662007-04-10  Markus Triska  <markus.triska@gmx.at> 
     467 
     468        * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move 
     469        to bytecomp.el as byte-compile-char-before). 
     470        * emacs-lisp/bytecomp.el (byte-compile-char-before): 
     471        New function (modified replacement for byte-optimize-char-before in 
     472        byte-opt.el). 
     473 
     4742007-04-09  Alan Mackenzie  <acm@muc.de> 
     475 
     476        * startup.el (inhibit-splash-screen): Emphatically state that it 
     477        can't be set in site-start.el. 
     478 
     4792007-04-09  Masatake YAMATO  <jet@gyve.org> 
     480 
     481        * progmodes/cc-subword.el (c-capitalize-subword): More closely 
     482        mimic the behavior of `capitalize-word'.  Do not move point with a 
     483        negative argument.  Based on tiny change by Paul Curry. 
     484 
     4852007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change) 
     486 
     487        * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword): 
     488        Don't move point if ARG is negative. 
     489 
     4902007-04-09  Alan Mackenzie  <acm@muc.de> 
     491 
     492        Changes to make `narrow-to-defun' and `mark-defun' work properly 
     493        in CC Mode: 
     494 
     495        * progmodes/cc-defs.el (c-beginning-of-defun-1): 
     496        * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun): 
     497        Bind beginning/end-of-defun-function to nil around calls to 
     498        beginning/end-of-defun. 
     499 
     500        * progmodes/cc-langs.el (beginning-of-defun-function) 
     501        (end-of-defun-function): New c-lang-setvar's. 
     502 
     503        * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg 
     504        (setq arg 1))" to enable non-interactive call. 
     505 
     5062007-04-09  Eli Zaretskii  <eliz@gnu.org> 
     507 
     508        * simple.el (set-mark-command): Doc fix. 
     509 
     5102007-04-09  Nick Roberts  <nickrob@snap.net.nz> 
     511 
     512        * progmodes/gud.el (gdb): Restore existing session if user 
     513        tries to start a second one in graphical mode. 
     514 
     5152007-04-08  Martin Rudalics  <rudalics@gmx.at> 
     516 
     517        * cus-start.el <scroll-preserve-screen-position>: Add choices. 
     518 
     5192007-04-08  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se> 
     520 
     521        * term/xterm.el (terminal-init-xterm): Fix key definitions. 
     522        Add binding for C-M-SPC. 
     523 
     5242007-04-08  Richard Stallman  <rms@gnu.org> 
     525 
     526        * pcomplete.el (pcomplete-read-event): One single definition, 
     527        and not a defsubst. 
     528 
     5292007-04-08  Chong Yidong  <cyd@stupidchicken.com> 
     530 
     531        * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate 
     532        byte-compiler warning "value unused". 
     533 
     5342007-04-08  Andreas Schwab  <schwab@suse.de> 
     535 
     536        * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys. 
     537 
     5382007-04-07  Glenn Morris  <rgm@gnu.org> 
     539 
     540        * calendar/calendar.el (diary-font-lock-keywords, diary-live-p): 
     541        Autoload these functions. 
     542        (diary-date-forms): Add a custom :set form. 
     543 
     544        * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition 
     545        before first use. 
     546        (diary-font-lock-keywords): New function with old code for 
     547        initialization of variable of same name. 
     548 
     5492007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change) 
     550 
     551        * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall 
     552        clean-up: only insert space when on identifier, etc. 
     553 
    15542007-04-07  Chong Yidong  <cyd@stupidchicken.com> 
     555 
     556        * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring. 
    2557 
    3558        * net/tls.el (open-tls-stream): Properly handle case where there 
     
    12567 
    13568        Fix fontification of labels, and other things with ":". 
     569 
    14570        * progmodes/cc-engine.el (c-forward-label): The function now 
    15571        returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as 
     
    29585        * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change. 
    30586 
    31         * desktop.el (desktop-create-buffer, desktop-save): Revert 
    32         2004-11-12 change
     587        * desktop.el (desktop-create-buffer, desktop-save): 
     588        Revert 2004-11-12 change for lack of copyright papers
    33589 
    34590        * dired-x.el (dired-guess-shell-case-fold-search): Delete var. 
     
    37593        * isearch.el (isearch-forward): Revert 1998-08-26 doc change. 
    38594 
    39         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove 
    40         function (originally checked in as byte-optimize-concat on 
    41         1997-11-02). 
     595        * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function; 
     596        was originally checked in as byte-optimize-concat on 1997-11-02. 
    42597 
    43598        * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of 
     
    606152007-04-05  Chong Yidong  <cyd@stupidchicken.com> 
    61616 
    62         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Print 
    63         entire form. 
     617        * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): 
     618        Print entire form. 
    64619 
    656202007-04-05  Nick Roberts  <nickrob@snap.net.nz> 
     
    72627        * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el, 
    73628        * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el: 
    74         Seed RNG on loading. 
     629        Seed random number generator on loading. 
    75630 
    76631        * emacs-lisp/authors.el (top-level): Provide self. 
     632 
    77633        * play/animate.el (top-level): Provide self. 
    78634 
     
    115671        * tmm.el (tmm-c-prompt): Initialize. 
    116672        (tmm-menubar): Deal with extended menu-items at top level. 
    117         (tmm-get-keybind): Handle bindings that are redefined/undefined 
    118         locally. 
     673        (tmm-get-keybind): Handle bindings redefined/undefined locally. 
    119674        (tmm-prompt): Handle visibility of top level menu-items. 
    120675 
     
    320875        Use ispell-call-process-region. 
    321876 
    322 2007-03-26  Johan Bockg,Ae(Brd  <bojohan+sf@dd.chalmers.se> 
     8772007-03-26  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se> 
    323878 
    324879        * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): 
     
    4551010        (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. 
    4561011        (diary-list-entries): Always run diary-mode. 
     1012 
     10132007-03-20  Kenichi Handa  <handa@m17n.org> 
     1014 
     1015        * international/quail.el (quail-setup-completion-buf): Make the 
     1016        completion buffer read-only. 
     1017        (quail-completion): Adjusted for the above change.  Leave the 
     1018        modified flag nil. 
    4571019 
    45810202007-03-20  David Kastrup  <dak@gnu.org> 
     
    52735835        * dired.el (dired-build-subdir-alist): Fix previous change. 
    52745836 
    5275 2006-10-01  Johan Bockg,Ae(Brd  <bojohan+mail@dd.chalmers.se> 
     58372006-10-01  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se> 
    52765838 
    52775839        * simple.el (undo-elt-crosses-region): Fix the inequalities. 
     
    2097321535        * net/newsticker.el: Get rid of CVS keyword. 
    2097421536 
    20975 2005-09-19  Johan Bockg,Ae(Brd  <bojohan+sf@dd.chalmers.se> 
     215372005-09-19  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se> 
    2097621538 
    2097721539        * dired-aux.el (dired-handle-overwrite): Don't use `format' here. 
     
    3005630618        (mail-names): Doc fix. 
    3005730619 
    30058 2005-03-25  Johan Bockg,Ae(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change) 
     306202005-03-25  Johan Bockg,Ae(Brd  <bojohan@dd.chalmers.se>  (tiny change) 
    3005930621 
    3006030622        * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.