Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4196 r4200  
     12007-04-07  Chong Yidong  <cyd@stupidchicken.com> 
     2 
     3        * net/tls.el (open-tls-stream): Properly handle case where there 
     4        is no associated buffer. 
     5 
     62007-04-07  Glenn Morris  <rgm@gnu.org> 
     7 
     8        * ffap.el (ffap-file-at-point): Lower the priority of the 
     9        ffap-ftp-sans-slash-regexp check. 
     10 
     112007-04-06  Alan Mackenzie  <acm@muc.de> 
     12 
     13        Fix fontification of labels, and other things with ":". 
     14        * progmodes/cc-engine.el (c-forward-label): The function now 
     15        returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as 
     16        the former t. 
     17 
     18        * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the 
     19        new return code from c-forward-label, fontifying tokens properly. 
     20        Add some general comments throughout the file. 
     21 
     222007-04-06  Chong Yidong  <cyd@stupidchicken.com> 
     23 
     24        * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect): 
     25        Revert 2006-01-27 change. 
     26 
     27        * diff-mode.el (diff-mode): Revert 2007-03-04 change. 
     28 
     29        * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change. 
     30 
     31        * desktop.el (desktop-create-buffer, desktop-save): Revert 
     32        2004-11-12 change. 
     33 
     34        * dired-x.el (dired-guess-shell-case-fold-search): Delete var. 
     35        (dired-guess-default): Respect case. 
     36 
     37        * isearch.el (isearch-forward): Revert 1998-08-26 doc change. 
     38 
     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). 
     42 
     43        * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of 
     44        1995-05-19 doc changes. 
     45 
     462007-04-06  Kim F. Storm  <storm@cua.dk> 
     47 
     48        * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P. 
     49        (unload-feature): Update interactive spec accordingly. 
     50 
     51        * progmodes/grep.el (grep-program): Remove commentary about zgrep. 
     52 
     532007-04-06  John Paul Wallington  <jpw@pobox.com> 
     54 
     55        * subr.el (with-case-table): Use `make-symbol' to avoid variable 
     56        capture.  Restore the table in the same buffer. 
     57 
     58        * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'. 
     59 
     602007-04-05  Chong Yidong  <cyd@stupidchicken.com> 
     61 
     62        * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Print 
     63        entire form. 
     64 
     652007-04-05  Nick Roberts  <nickrob@snap.net.nz> 
     66 
     67        * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again) 
     68        for low-color displays. 
     69 
     702007-04-05  Glenn Morris  <rgm@gnu.org> 
     71 
     72        * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el, 
     73        * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el: 
     74        Seed RNG on loading. 
     75 
     76        * emacs-lisp/authors.el (top-level): Provide self. 
     77        * play/animate.el (top-level): Provide self. 
     78 
     792007-04-04  Alan Mackenzie  <acm@muc.de> 
     80 
     81        * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string 
     82        to mention c-syntactic-indentation. 
     83 
     842007-04-04  Chong Yidong  <cyd@stupidchicken.com> 
     85 
     86        * subr.el (with-case-table): New macro. 
     87 
     88        * international/mule.el (ascii-case-table): New var. 
     89 
     90        * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when 
     91        downcasing. 
     92 
     932007-04-03  Nick Roberts  <nickrob@snap.net.nz> 
     94 
     95        * progmodes/gud.el (gud-minor-mode-map): Simplify. 
     96 
     97        * t-mouse.el (t-mouse-make-event-element): Don't use the left edge 
     98        of the window if we're outside it e.g menu-bar. 
     99 
     100        * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the 
     101        window if we're outside it e.g menu-bar. 
     102 
     1032007-04-03  Eli Zaretskii  <eliz@gnu.org> 
     104 
     105        * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to 
     106        decode base-64 encoded body if its content-type is something other 
     107        than text/* or message/*. 
     108 
     1092007-04-03  Juanma Barranquero  <lekktu@gmail.com> 
     110 
     111        * simple.el (activate-mark-hook): Fix typo in docstring. 
     112 
     1132007-04-03  Nick Roberts  <nickrob@snap.net.nz> 
     114 
     115        * tmm.el (tmm-c-prompt): Initialize. 
     116        (tmm-menubar): Deal with extended menu-items at top level. 
     117        (tmm-get-keybind): Handle bindings that are redefined/undefined 
     118        locally. 
     119        (tmm-prompt): Handle visibility of top level menu-items. 
     120 
     121        * progmodes/gud.el (gud-menu-map): Simplify. 
     122        (gud-minor-mode-map): Add tool-bar like bindings to the text mode 
     123        menubar. 
     124 
     1252007-04-02  Chong Yidong  <cyd@stupidchicken.com> 
     126 
     127        * mail/smtpmail.el (smtpmail-via-smtp): Revert last change. 
     128 
     129        * comint.el (comint-send-input): Widen the buffer first. 
     130 
     131        * info.el (Info-fontify-maximum-menu-size): Revert to 100000. 
     132 
     1332007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca> 
     134 
     135        * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey 
     136        emacs-lisp-docstring-fill-column in emacs-lisp-mode. 
     137 
     138        * newcomment.el (comment-search-forward): Discard comment starters 
     139        before point. 
     140 
     1412007-04-01  Guanpeng Xu  <herberteuler@hotmail.com> 
     142 
     143        * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay. 
     144 
     1452007-04-01  Chong Yidong  <cyd@stupidchicken.com> 
     146 
     147        * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table 
     148        when downcasing. 
     149 
     150        * button.el (previous-button): Rewrite to account for adjacent buttons. 
     151 
     1522007-04-01  J.D. Smith  <jdsmith@as.arizona.edu> 
     153 
     154        * progmodes/idlwave.el (idlwave-auto-fill): 
     155        Revert paragraph-separate change. 
     156 
     157        * progmodes/idlw-shell.el (idlwave-shell-break-in): 
     158        Simplify module calc. 
     159        (idlwave-shell-set-bp-in-module): Compute module. 
     160 
     1612007-03-31  Glenn Morris  <rgm@gnu.org> 
     162 
     163        * emacs-lisp/timer.el (run-at-time): Doc fix. 
     164 
     165        * emacs-lisp/warnings.el (display-warning): If we create the 
     166        buffer displaying the warning, disable undo there. 
     167 
     1682007-03-31  Michael Albinus  <michael.albinus@gmx.de> 
     169 
     170        * net/tramp.el (tramp-register-file-name-handler) 
     171        (tramp-register-completion-file-name-handler): New defsubst, 
     172        derived from `tramp-register-file-name-handlers'.  The split is 
     173        necessary because Tramp's file name handlers must be registered at 
     174        different startup places. 
     175 
     1762007-03-31  Chong Yidong  <cyd@stupidchicken.com> 
     177 
     178        * progmodes/hideshow.el (turn-off-hideshow): New function. 
     179        (hs-minor-mode): Use it instead of a lambda expression in 
     180        change-major-mode-hook. 
     181 
     1822007-03-31  David Kastrup  <dak@gnu.org> 
     183 
     184        * woman.el (woman-Cyg-to-Win): Don't convert cons cells 
     185        corresponding to MANPATH_MAP entries. 
     186        (woman-man.conf-path, woman-parse-man.conf): Doc fix. 
     187        (woman-parse-man.conf): Use more discriminating man.conf name. 
     188        (woman-parse-man.conf): Parse MANPATH_MAP entries. 
     189        (woman-manpath): Doc fix and type fix. 
     190        (woman-cached-data): Check for MANPATH_MAP entries. 
     191        (woman-expand-directory-path): Treat MANPATH_MAP entries. 
     192 
     1932007-03-31  Stuart Herring  <herring@lanl.gov> 
     194 
     195        * emacs-lisp/sregex.el (sregexq): Doc fix. 
     196 
     1972007-03-31  Markus Triska  <markus.triska@gmx.at> 
     198 
     199        * flymake.el (flymake-err-line-patterns): Doc fix. 
     200 
     2012007-03-30  Reiner Steib  <Reiner.Steib@gmx.de> 
     202 
     203        * info.el (info-tool-bar-map): Use "exit" for Info-exit. 
     204        Move to the right. 
     205 
     2062007-03-30  Alan Mackenzie  <acm@muc.de> 
     207 
     208        * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug. 
     209 
     2102007-03-30  Thien-Thi Nguyen  <ttn@gnu.org> 
     211 
     212        * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL. 
     213        Use it, passed in explicitly, instead of from the dynamic binding. 
     214        (ewoc-create, ewoc-enter-before): Update to use new call sequence. 
     215 
     2162007-03-30  Juanma Barranquero  <lekktu@gmail.com> 
     217 
     218        * simple.el (blink-matching-open): When in minibuffer, don't 
     219        search for a match inside the prompt. 
     220 
     2212007-03-30  Nick Roberts  <nickrob@snap.net.nz> 
     222 
     223        * tmm.el (tmm-menubar): Select the right menu item with the mouse. 
     224        (tmm-prompt): Don't make the mouse user select the first menu 
     225        item twice. 
     226 
     2272007-03-30  Chong Yidong  <cyd@stupidchicken.com> 
     228 
     229        * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize 
     230        SIGUSR1 and SIGUSR2. 
     231 
     2322007-03-29  Kim F. Storm  <storm@cua.dk> 
     233 
     234        * ido.el (ido-read-internal): When reading file or dir, only override 
     235        minibuffer-local-filename-completion-map, otherwise only override 
     236        minibuffer-local-completion-map. 
     237 
     2382007-03-29  Glenn Morris  <rgm@gnu.org> 
     239 
     240        * complete.el (partial-completion-mode): Set PC-do-completion-end 
     241        to nil after use. 
     242        (PC-lisp-complete-symbol): Create and use a marker at `end', 
     243        rather than using point-marker. 
     244 
     2452007-03-28  Chong Yidong  <cyd@stupidchicken.com> 
     246 
     247        * simple.el (next-error-highlight): Doc fix. 
     248        (compose-mail): Revert 2007-03-19 change. 
     249 
     2502007-03-28  Richard Stallman  <rms@gnu.org> 
     251 
     252        * emacs-lisp/edebug.el (edebug-display): Don't go to 
     253        edebug-outside-buffer if it is dead. 
     254 
     2552007-03-28  Juanma Barranquero  <lekktu@gmail.com> 
     256 
     257        * view.el (view-mode): Fix typos in docstring. 
     258 
     2592007-03-28  Stephen Berman  <Stephen.Berman@gmx.net> 
     260 
     261        * recentf.el (recentf-save-file): Add a custom :set function. 
     262 
     2632007-03-28  Glenn Morris  <rgm@gnu.org> 
     264 
     265        * complete.el (PC-do-completion-end): New variable. 
     266        (partial-completion-mode) <choose-completion-string-functions>: 
     267        Use PC-do-completion-end in the non-minibuffer case to replace the 
     268        correct amount of text. 
     269        (PC-do-completion): Set PC-do-completion-end for c-c-s-f. 
     270        (PC-lisp-complete-symbol): Give marker the after-insertion type, 
     271        to deal with improvements inserted after point. 
     272 
     2732007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca> 
     274 
     275        * button.el (make-text-button): Add explicit `button' property. 
     276        (default-button): Don't put a `button' property on it. 
     277 
     278        * progmodes/python.el (python-mode): Skip comments when parsing. 
     279 
     280        * vc-arch.el (vc-with-current-file-buffer): New macro. 
     281        (vc-arch-file-source-p): Use it to avoid infloop. 
     282 
     2832007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change) 
     284 
     285        * emacs-lisp/lisp.el (lisp-complete-symbol): 
     286        Fix call to get-buffer-window to find windows in other frames. 
     287 
     2882007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca> 
     289 
     290        * comint.el (comint-proc-query, comint-dynamic-list-completions): 
     291        Fix calls to get-buffer-window to find windows in other frames. 
     292        Reported by David Hansen <david.hansen@gmx.net>. 
     293 
     2942007-03-27   Kevin Ryde  <user42@zip.com.au> 
     295 
     296        * info.el (Info-display-images-node): On a text-only terminal, 
     297        show the "text" or "alt" parts of the image blobs. 
     298 
     2992007-03-27  Glenn Morris  <rgm@gnu.org> 
     300 
     301        * complete.el (PC-do-completion): Compute completion-base-size in 
     302        the non-filename case, rather than setting to nil. 
     303        (PC-lisp-complete-end): New variable. 
     304        (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the 
     305        original end in a series of consecutive invocations. 
     306 
     307        * calendar/calendar.el (calendar-mode-hook): Declare it. 
     308 
     309        * calendar/diary-lib.el (diary-live-p): Do not check for 
     310        diary-selective-display. 
     311 
     3122007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca> 
     313 
     314        * replace.el (occur-next-error): *Occur* might not be displayed in the 
     315        selected frame.  Reported by David Hansen <david.hansen@gmx.net>. 
     316 
     3172007-03-26  Richard Stallman  <rms@gnu.org> 
     318 
     319        * textmodes/flyspell.el (flyspell-large-region): 
     320        Use ispell-call-process-region. 
     321 
     3222007-03-26  Johan Bockg,Ae(Brd  <bojohan+sf@dd.chalmers.se> 
     323 
     324        * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): 
     325        Use prin1 instead of princ. 
     326 
     3272007-03-25  Chong Yidong  <cyd@stupidchicken.com> 
     328 
     329        * faces.el (face-set-after-frame-default): Revert 2007-03-10 change. 
     330        Merge in X resources before global face. 
     331 
     332        * progmodes/compile.el (compilation-start): Save compilation-directory 
     333        rather than default-directory as local var. 
     334        (compilation-directory): Mark as safe local var. 
     335 
     336        * files.el: Don't mark default-directory as a safe local var. 
     337 
     3382007-03-25  Alan Mackenzie  <acm@muc.de> 
     339 
     340        * progmodes/cc-mode.el (c-before-change): Fix BOB bug. 
     341        * progmodes/cc-engine.el: Fix typo. 
     342 
     3432007-03-25  Juri Linkov  <juri@jurta.org> 
     344 
     345        * compare-w.el (compare-windows): Rename customization group 
     346        `compare-w' to `compare-windows'. 
     347        (compare-windows-whitespace, compare-ignore-whitespace) 
     348        (compare-ignore-case, compare-windows-sync) 
     349        (compare-windows-sync-string-size, compare-windows-recenter) 
     350        (compare-windows-highlight, compare-windows): Change group name in 
     351        the `group' tag from `compare-w' to `compare-windows'. 
     352        (compare-windows-sync): Add option `nil' for no sync.  Doc fix. 
     353 
     3542007-03-24  Markus Triska  <markus.triska@gmx.at> 
     355 
     356        * expand.el: Change example to always enable abbrev-mode, 
     357        and remove redundant `function'. 
     358        (expand-abbrev-hook): Add autoload cookie. 
     359 
     3602007-03-24  Ryan Yeske  <rcyeske@gmail.com> 
     361 
     362        * emacs-lisp/testcover.el (testcover-start, testcover-end) 
     363        (testcover-mark-all, testcover-unmark-all): Add prompts to 
     364        interactive specs. 
     365 
     3662007-03-24  Jason Rumney  <jasonr@gnu.org> 
     367 
     368        * autorevert.el (find-file-hook, auto-revert-tail-mode): 
     369        Use file size in bytes for auto-revert-tail-pos not characters. 
     370 
     3712007-03-24  Thien-Thi Nguyen  <ttn@gnu.org> 
     372 
     373        * vc-rcs.el (vc-rcs-annotate-command): 
     374        Set text property :vc-annotate-prefix on the annotation text. 
     375        (vc-rcs-annotate-time): Instead of searching for ": ", 
     376        search for end of text propertized with :vc-annotate-prefix. 
     377 
     3782007-03-24  Martin Rudalics  <rudalics@gmx.at> 
     379 
     380        * whitespace.el (top level): Remove calls putting 
     381        permanent-local nil property since these are no-ops. 
     382 
     383        * man.el (Man-support-local-filenames): Assure that 
     384        default-directory exists when doing call-process. 
     385 
     3862007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change) 
     387 
     388        * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region): 
     389        Fix omission bug: Use m4-program-options to construct shell command. 
     390 
     3912007-03-23  David Kastrup  <dak@gnu.org> 
     392 
     393        * progmodes/cc-mode.el (c-make-emacs-variables-local): 
     394        Use `mapcar' rather than `mapcan' to silence compiler warning. 
     395 
     3962007-03-22  Ralf Angeli  <angeli@caeruleus.net> 
     397 
     398        * textmodes/reftex.el, textmodes/reftex-vars.el, 
     399        * textmodes/reftex-toc.el, textmodes/reftex-sel.el, 
     400        * textmodes/reftex-ref.el, textmodes/reftex-parse.el, 
     401        * textmodes/reftex-index.el, textmodes/reftex-global.el, 
     402        * textmodes/reftex-dcr.el, textmodes/reftex-cite.el, 
     403        * textmodes/reftex-auc.el: Add maintainer address. 
     404 
     4052007-03-22  Carsten Dominik  <dominik@science.uva.nl> 
     406 
     407        * textmodes/org.el (org-agenda-mode, org-table-edit-formulas): 
     408        Make sure that `global-font-lock-mode' does not turn on font-lock 
     409        in these buffers. 
     410 
     4112007-03-21  Kim F. Storm  <storm@cua.dk> 
     412 
     413        * xt-mouse.el (xt-mouse-epoch): New variable. 
     414        (xterm-mouse-event): Use float-time. 
     415 
     4162007-03-21  Nick Roberts  <nickrob@snap.net.nz> 
     417 
     418        * xt-mouse.el (xterm-mouse-event): Compute a timestamp using 
     419        current-time. 
     420 
     4212007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca> 
     422 
     423        * complete.el (read-file-name-internal): Don't add the final > if the 
     424        completion is not finished (re-application of this patch, which was 
     425        accidentally undone by Eli). 
     426 
     4272007-03-21  Chong Yidong  <cyd@stupidchicken.com> 
     428 
     429        * emulation/viper.el (viper-non-hook-settings): Handle mouse 
     430        clicks in describe-key and describe-key-briefly advice a little better. 
     431 
     4322007-03-21  Juanma Barranquero  <lekktu@gmail.com> 
     433 
     434        * server.el (server-process-filter): Cancel any pending isearch. 
     435 
     4362007-03-21  Ulf Jasper  <ulf.jasper@web.de> 
     437 
     438        * calendar/icalendar.el (icalendar-version): Increase to 0.15. 
     439        (icalendar--get-unfolded-buffer): Define actual arguments rather 
     440        than just using &rest.  Check replace-in-string is fbound. 
     441        (icalendar-import-buffer): Doc fix. 
     442        (icalendar--convert-ical-to-diary): Set diary-file. 
     443        Check diary-file before inserting final newline. 
     444        (icalendar--add-diary-entry): Return diary-file. 
     445 
     4462007-03-21  Glenn Morris  <rgm@gnu.org> 
     447 
     448        * calendar/calendar.el (diary-set-maybe-redraw): Autoload it. 
     449        (diary-display-hook): Add custom :set function. 
     450 
     451        * calendar/diary-lib.el (diary-header-line-flag): Doc fix. 
     452        Add custom :set function. 
     453        (diary-header-line-format): Doc fix. 
     454        (diary-set-maybe-redraw): New function. 
     455        (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. 
     456        (diary-list-entries): Always run diary-mode. 
     457 
    14582007-03-20  David Kastrup  <dak@gnu.org> 
    2459 
     
    41498        2007-01-04 changes by Kevin Rodgers. 
    42499 
    43         * mouse.el (mouse-drag-track): Remove spurious input-pending-p 
    44         test.  Suggested by Johan Bockg,Ae(Brd. 
     500        * mouse.el (mouse-drag-track): Remove spurious input-pending-p test. 
     501        Suggested by Johan Bockg,Ae(Brd. 
    45502 
    465032007-03-19  Martin Rudalics  <rudalics@gmx.at> 
    47504 
    48         * font-lock.el (lisp-font-lock-keywords-1): Highlight 
    49         define-globalized-minor-mode as a keyword. 
     505        * font-lock.el (lisp-font-lock-keywords-1): 
     506        Highlight define-globalized-minor-mode as a keyword. 
    50507 
    515082007-03-19  Kim F. Storm  <storm@cua.dk> 
     
    85542 
    86543        * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark 
    87         zero-width regexps as invalid but rather at least count them 
    88         correctly. 
     544        zero-width regexps as invalid but rather at least count them correctly. 
    89545 
    905462007-03-18  Thien-Thi Nguyen  <ttn@gnu.org> 
     
    1185742007-03-17  Chong Yidong  <cyd@stupidchicken.com> 
    119575 
    120         * simple.el (line-move-1): Respect 
    121         `inhibit-line-move-field-capture' property. 
     576        * simple.el (line-move-1): 
     577        Respect `inhibit-line-move-field-capture' property. 
    122578 
    1235792007-03-13  Chong Yidong  <cyd@stupidchicken.com> 
     
    132588 
    133589        * tempo.el (tempo-insert): Deal with 'r> if it appears 
    134       specified with a prompt argument. 
     590      specified with a prompt argument. 
    135591 
    1365922007-03-12  Carsten Dominik  <dominik@science.uva.nl> 
     
    378834        Redo previous change. 
    379835 
    380 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com> (tiny change) 
     8362007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com> (tiny change) 
    381837 
    382838        * diff-mode.el (diff-mode): Doc fix. 
     
    468924        (ps-setup): Print which Emacsen is running ps-print package. 
    469925 
    470 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change) 
     9262007-03-01  Stuart Herring  <herring@lanl.gov> 
    471927 
    472928        * files.el (set-auto-mode-0): Use `indirect-function'. 
     
    512968        * help.el (where-is): Fail gracefully when not passed a command. 
    513969 
    514 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change) 
     9702007-02-28  Stuart Herring  <herring@lanl.gov> 
    515971 
    516972        * find-lisp.el (find-lisp-default-directory-predicate): 
     
    14121868 
    14131869        * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for 
    1414         enum/union/struct/class definition. 
     1870       enum/union/struct/class definition. 
    14151871        Revert change to call `forward-sexp' multiple times. 
    14161872 
     
    20192475        Fix message. 
    20202476 
    2021 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com> (tiny change) 
     24772006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com> (tiny change) 
    20222478 
    20232479        * files.el (backup-buffer): Show entire backup file name in msg. 
     
    24762932 
    24772933        * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit) 
    2478         (wdired-search-and-rename): Simplify code. 
     2934       (wdired-search-and-rename): Simplify code. 
    24792935        (wdired-preprocess-files, wdired-preprocess-perms): Make 
    2480         read-only property of preceding character rear-nonsticky to 
    2481         avoid that it can be modified.  Put old-name and old-link 
    2482         properties on character preceding name and replace 
    2483         put-text-property by add-text-properties. 
    2484         (wdired-get-filename, wdired-get-previous-link): Get old-name 
    2485         and old-link properties from character preceding name and 
    2486         simplify code. 
     2936       read-only property of preceding character rear-nonsticky to 
     2937       avoid that it can be modified.  Put old-name and old-link 
     2938       properties on character preceding name and replace 
     2939       put-text-property by add-text-properties. 
     2940       (wdired-get-filename, wdired-get-previous-link): Get old-name 
     2941       and old-link properties from character preceding name and 
     2942       simplify code. 
    24872943        (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit) 
    2488         (wdired-perms-to-number): Make local-map property 
    2489         rear-nonsticky to avoid that text following permissions may be 
    2490         modified.  Use add-text-properties instead of put-text-property 
    2491         when changing a permission bit. 
     2944       (wdired-perms-to-number): Make local-map property 
     2945       rear-nonsticky to avoid that text following permissions may be 
     2946       modified.  Use add-text-properties instead of put-text-property 
     2947       when changing a permission bit. 
    24922948        (wdired-change-to-dired-mode): Remove stickiness properties. 
    24932949 
     
    1262513081        ispell-dictionary-alist-1. 
    1262613082 
    12627 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com> (tiny change) 
     130832006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com> (tiny change) 
    1262813084 
    1262913085        * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): 
     
    1464715103        Replace hi-lock-buffer-mode with hi-lock-mode. 
    1464815104 
    14649 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com> (tiny change) 
     151052005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com> (tiny change) 
    1465015106 
    1465115107        * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the