Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4098 r4111  
     12006-07-14  Kim F. Storm  <storm@cua.dk> 
     2 
     3        * emulation/cua-base.el (cua-delete-selection) 
     4        (cua-toggle-set-mark): New defcustoms. 
     5        (cua-rectangle-modifier-key): Add `alt' modifier. 
     6        (cua-replace-region): Don't delete if cua-delete-selection is nil. 
     7        (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil. 
     8        Suggested by Klaus Zeitler <kzeitler@lucent.com>. 
     9 
     10        * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier. 
     11 
     122006-07-14  Ken Manheimer  <ken.manheimer@gmail.com> 
     13 
     14        * allout.el: Require 'cl during byte-compilation/interactive load, 
     15        for the `assert' macro. 
     16        (allout-mode-deactivate-hook): New hook, is run when allout mode 
     17        deactivates. 
     18        (allout-developer): New allout customization subgroup. 
     19        (allout-run-unit-tests-on-load): New allout-developer 
     20        customization variable, when true allout unit tests are run towards 
     21        end of file load/eval. 
     22        (allout-inhibit-auto-fill): Disable auto-fill activity even during 
     23        auto-fill-mode. 
     24        (allout-resumptions): Removed, to be replaced by... 
     25        (allout-add-resumptions): Register variable settings to be 
     26        reinstated by `allout-do-resumptions'.  The settings are made 
     27        buffer-local, but the locality/globality of the suspended setting 
     28        is restored on resumption. 
     29        (allout-do-resumptions): Reinstate all settings suspended using 
     30        `allout-add-resumptions'. 
     31        (allout-test-resumptions): Unit tests (and intermediate variables) 
     32        for resumptions. 
     33        (allout-tests-globally-unbound, allout-tests-globally-true) 
     34        (allout-tests-locally-true): Intermediate variables for 
     35        resumptions unit tests. 
     36        (allout-overlay-preparations): Replaces `allout-set-overlay-category'. 
     37        (allout-exposure-category): Replaces 'allout-overlay-category variable. 
     38        (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions' 
     39        instead of retired `allout-resumptions'.  For hook functions, use 
     40        `local' parameter so hook settings are created and removed as 
     41        buffer-local settings.  Revise (resumptions) setting 
     42        auto-fill-function so it is set only if already active.  (The 
     43        related fill-function settings are all made in either case, so 
     44        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. 
     48        (allout-hotspot-key-handler): New function extracted from 
     49        `allout-pre-command-business', so the functionality can be used 
     50        for other purposes, eg as a binding in an overlay. 
     51        (allout-pre-command-business): Use new `allout-hotspot-key-handler'. 
     52        (allout-auto-fill): Respect new `allout-inhibit-auto-fill' 
     53        customization variable. 
     54        (allout-run-unit-tests): Run the (currently quite small) 
     55        repertoire of unit tests.  Called just before the provide iff user 
     56        has customized `allout-run-unit-tests-on-load' non-nil. 
     57 
     582006-07-14  K,Aa(Broly L,Bu(Brentey  <lorentey@elte.hu> 
     59 
     60        * emacs-lisp/authors.el (authors-aliases): Update. 
     61 
     622006-07-14  Nick Roberts  <nickrob@snap.net.nz> 
     63 
     64        * progmodes/gdb-ui.el (gdb-display-buffer): Check for 
     65        gdb-source-window.  Add dedicated argument. 
     66        (gdb-display-separate-io-buffer, gdb-append-to-inferior-io) 
     67        (gdb-display-breakpoints-buffer, gdb-display-stack-buffer) 
     68        (gdb-display-threads-buffer, gdb-display-memory-buffer) 
     69        (gdb-display-locals-buffer): Use it. 
     70 
     71        * progmodes/gud.el (gud-display-line): Use gdb-display-buffer. 
     72        Set gdb-source-window. 
     73 
     742006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca> 
     75 
     76        * emacs-lisp/autoload.el (make-autoload): Remove special handling of 
     77        minor modes, redundant with the custom-autoload line above. 
     78 
     792006-07-12  Chong Yidong  <cyd@stupidchicken.com> 
     80 
     81        * longlines.el (longlines-post-command-function): Handle open-line too. 
     82 
     832006-07-12  Richard Stallman  <rms@gnu.org> 
     84 
     85        * progmodes/grep.el (grep-last-buffer): Doc fix. 
     86 
     87        * info.el (Info-try-follow-nearest-node): Doc fix. 
     88 
     89        * emacs-lisp/edebug.el (edebug-instrument-function): 
     90        Err if find-function-noselect gives no position. 
     91 
     92        * emacs-lisp/find-func.el (find-function-search-for-symbol): 
     93        If can't find definition, return nil for position. 
     94        (find-function-do-it): Handle new return value 
     95        of find-definition-noselect. 
     96        (find-definition-noselect, find-variable-noselect): Doc fix. 
     97        (find-function-noselect): Doc fix. 
     98 
     99        * help-mode.el (help-variable-def): Handle find-variable-noselect 
     100        returning no position. 
     101        (help-function-def): Likewise for find-function-search-for-symbol. 
     102        (help-face-def): Likewise. 
     103 
     104        * help-fns.el (describe-variable): Handle find-variable-noselect 
     105        returning no position. 
     106 
     107        * files.el (locate-file-completion): Avoid duplicates in result. 
     108 
     109        * cus-edit.el (custom-no-edit): New command. 
     110        (custom-mode-map): Remap to custom-no-edit instead of 
     111        using suppress-keymap. 
     112 
     1132006-07-12  Nick Roberts  <nickrob@snap.net.nz> 
     114 
     115        * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external) 
     116        (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original) 
     117        (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch. 
     118 
     119        * thumbs.el (thumbs-call-convert): Use shell-command-switch. 
     120 
     1212006-07-11  Kim F. Storm  <storm@cua.dk> 
     122 
     123        * ido.el (ido-copy-current-file-name): Use buffer-name if 
     124        buffer-file-name is nil. 
     125 
     1262006-07-11  Chong Yidong  <cyd@stupidchicken.com> 
     127 
     128        * simple.el (undo-ask-before-discard): Set to nil. 
     129 
     130        * vc.el (vc-exec-after): Don't delete process manually. 
     131        (vc-print-log): Run log-view-mode in process sentinel inside 
     132        inhibit-read-only.  Don't shrink window due to timing issues. 
     133 
     134        * progmodes/ebrowse.el (ebrowse-display-member-buffer): 
     135        Avoid using with-output-to-temp-buffer, which clobbers local vars. 
     136 
     1372006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca> 
     138 
     139        * progmodes/compile.el (compilation-error-regexp-alist-alist): 
     140        Fix ambiguity introduced by last change. 
     141        (compilation-find-file): Move save-excursion to where it may 
     142        make sense.  Fix a left over `find-file'. 
     143 
     1442006-07-11  Robert J. Chassell  <bob@rattlesnake.com> 
     145 
     146        * textmodes/texinfmt.el (texinfo-format-separate-node): 
     147        Insert a string before point, which fits documentation, not after. 
     148        (texinfo-multitable-item): In a multitable row, insert any 
     149        additional needed @tabs and spaces. 
     150 
     1512006-07-11  Nick Roberts  <nickrob@snap.net.nz> 
     152 
     153        * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external) 
     154        (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original) 
     155        (tumme-set-exif-data, tumme-get-exif-data): Use call-process 
     156        instead of shell-command. 
     157        (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer) 
     158        (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file) 
     159        (tumme-display-image, tumme-get-exif-data): Use with-current-buffer. 
     160        (tumme-display-properties-format, tumme-dired-insert-marked-thumbs) 
     161        (tumme-thumbnail-set-image-description, tumme-gallery-generate) 
     162        (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns. 
     163 
     1642006-07-11  Kim F. Storm  <storm@cua.dk> 
     165 
     166        * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form. 
     167        Remove special case for seconds < 0.  Use (redisplay t) instead. 
     168 
     1692006-07-10  Chong Yidong  <cyd@stupidchicken.com> 
     170 
     171        * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid 
     172        compilation error. 
     173 
     174        * subr.el (sit-for): New function. 
     175 
     176        * play/hanoi.el (hanoi-sit-for): Check sit-for return value. 
     177 
     1782006-07-10  Richard Stallman  <rms@gnu.org> 
     179 
     180        * ldefs-boot.el (edebug): Update page. 
     181 
     1822006-07-10  Kim F. Storm  <storm@cua.dk> 
     183 
     184        * emacs-lisp/authors.el (authors-ignored-files): Ignore changes 
     185        to FOR-RELEASE and TODO. 
     186 
     1872006-07-10  Romain Francoise  <romain@orebokech.com> 
     188 
     189        * emacs-lisp/authors.el (authors-aliases): Update. 
     190 
     1912006-07-10  Alan Mackenzie  <acm@muc.de> 
     192 
     193        * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el: 
     194        * cc-mode.el: Changes to eradicate eval-after-load. 
     195 
     1962006-07-09  Chong Yidong  <cyd@stupidchicken.com> 
     197 
     198        * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error 
     199        on non-char events. 
     200 
     2012006-07-09  Romain Francoise  <romain@orebokech.com> 
     202 
     203        * progmodes/compile.el (compilation-mode-font-lock-keywords): 
     204        Don't highlight start/end markers as compilation messages. 
     205 
     206        * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion' 
     207        to t. 
     208 
     2092006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca> 
     210 
     211        * textmodes/fill.el (fill-region-as-paragraph): Refine last change. 
     212 
     2132006-07-08  Richard Stallman  <rms@gnu.org> 
     214 
     215        * term/x-win.el (x-handle-display): Add doc string. 
     216 
     217        * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. 
     218 
     219        * subr.el (def-edebug-spec): Move here. 
     220        * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el. 
     221 
     222        * imenu.el (imenu-choose-buffer-index): Doc fix. 
     223 
     2242006-07-08  Romain Francoise  <romain@orebokech.com> 
     225 
     226        * term/x-win.el (x-display-name): Fix typo. 
     227 
     2282006-07-08  Eli Zaretskii  <eliz@gnu.org> 
     229 
     230        * hexl.el (hexl-find-file): Doc fix. 
     231 
     232        * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. 
     233 
     2342006-07-07  Chong Yidong  <cyd@stupidchicken.com> 
     235 
     236        * term/x-win.el (x-display-name): Doc fix. 
     237 
     2382006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca> 
     239 
     240        * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively 
     241        long prefixes. 
     242        (fill-region-as-paragraph): Don't round up to a whole line. 
     243        (fill-comment-paragraph): Don't include the code-before-the-comment 
     244        when calling fill-region-as-paragraph. 
     245 
     246        * international/mule.el (make-char): Remove redundancy. 
     247 
     248        * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile' 
     249        property may contain an anonymous function rather than a symbol. 
     250 
     251        * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness. 
     252 
     253        * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: 
     254        Use shy regexp.  Fix incorrect backref to potentially unmatched group. 
     255 
     256        * dirtrack.el (dirtrack-default-directory-function): Remove. 
     257        (dirtrack-directory-function): Use file-name-as-directory. 
     258        (dirtrack-windows-directory-function): Simplify. 
     259        (dirtrack-forward-slash, dirtrack-backward-slash) 
     260        (dirtrack-replace-slash): Remove. 
     261        (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well. 
     262        (dirtrack): Fix wrong parenthesizing; use match-string. 
     263 
     264        * progmodes/octave-inf.el: Remove spurious * in docstrings. 
     265        (inferior-octave-mode): Only change the buffer-local value of 
     266        comint-dynamic-complete-functions. 
     267        (inferior-octave-mode-map, inferior-octave-mode-syntax-table): 
     268        Move the initialization to the declaration. 
     269        (inferior-octave-complete): Remove unused var `filter'. 
     270 
     271        * shell.el (shell-mode): Only change the buffer-local value of 
     272        comint-dynamic-complete-functions. 
     273 
     2742006-07-07  Carsten Dominik  <dominik@science.uva.nl> 
     275 
     276        * textmodes/org.el (org-agenda-get-todos): Skip subtree also if 
     277        entry is skipped because it has been scheduled. 
     278        (org-prepare-agenda-buffers): Don't mark buffers as modified when 
     279        changing `:org-archived' and `:org-comment' properties. 
     280 
     2812006-07-06  Chong Yidong  <cyd@stupidchicken.com> 
     282 
     283        * server.el (server-select-display): Don't make the temp frame 
     284        minibuffer-only, in case it's not a temp frame. 
     285        (server-process-filter): Don't delete the temp frame if it's the 
     286        only one we have on that display. 
     287 
     288        * files.el (find-alternate-file): Doc fix. 
     289 
     2902006-07-05  Richard Stallman  <rms@gnu.org> 
     291 
     292        * files.el (abbreviate-file-name): Add save-match-data. 
     293 
     2942006-07-03  Richard Stallman  <rms@gnu.org> 
     295 
     296        * faces.el (read-face-name): Doc fix. 
     297 
     2982006-07-05  Chong Yidong  <cyd@stupidchicken.com> 
     299 
     300        * net/goto-addr.el (goto-address): Mark as safe for local evals. 
     301 
     3022006-07-05  Andre Spiegel  <spiegel@gnu.org> 
     303 
     304        * vc.el (vc-diff-internal): Fix prev change. 
     305 
     3062006-07-05  Thien-Thi Nguyen  <ttn@gnu.org> 
     307 
     308        * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer. 
     309        * play/dunnet.el (dun-load-d, dun-eval): Likewise. 
     310 
     3112006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca> 
     312 
     313        * thingatpt.el (symbol-at-point): Don't use `form-at-point' which 
     314        fails if the symbol contains chars like ( or '. 
     315        (bounds-of-thing-at-point): Remove unused vars `end' and `beg'. 
     316        (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and 
     317        `short'. 
     318 
     3192006-07-04  Kenichi Handa  <handa@m17n.org> 
     320 
     321        * international/mule-cmds.el (set-language-info): If LANG-ENV is 
     322        the current one, don't call set-language-environment, but call one 
     323        of set-language-environment-XXX to make INFO effective now. 
     324        (set-language-environment): Call set-language-environment-XXX 
     325        functions instead of doing the various setups directly. 
     326        (set-language-environment-coding-systems): Delete argument eol-type. 
     327        (set-language-environment-input-method) 
     328        (set-language-environment-nonascii-translation) 
     329        (set-language-environment-charset) 
     330        (set-language-environment-fontset) 
     331        (set-language-environment-unibyte): New functions. 
     332 
     3332006-07-03  Luc Teirlinck  <teirllm@auburn.edu> 
     334 
     335        * locate.el (locate-update-when-revert): New option. 
     336        (locate-update-path): New option (suggested by Michael Albinus). 
     337        (locate-prompt-for-command): Whitespace change. 
     338        (locate-update): No longer offer to update the locate database by 
     339        default.  Implement the two new options. 
     340 
     3412006-07-04  Nick Roberts  <nickrob@snap.net.nz> 
     342 
     343        * tooltip.el: Move comment about track-mouse... 
     344 
     345        * progmodes/gud.el: ...to here. 
     346 
     3472006-07-03  Chong Yidong  <cyd@stupidchicken.com> 
     348 
     349        * facemenu.el (facemenu-listed-faces): New var. 
     350        (facemenu-unlisted-faces): Variable deleted. 
     351        (facemenu-add-new-face): Use facemenu-listed-faces. 
     352 
     353        * emulation/viper-init.el, calendar/calendar.el: 
     354        * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces. 
     355 
     3562006-07-03  Carsten Dominik  <dominik@science.uva.nl> 
     357 
     358        * textmodes/org.el (org-mode): Remove no invalid settings for 
     359        calc embedded mode. 
     360        (org-mode-p): New defsubst. 
     361        (org-save-all-org-buffers): New function. 
     362        (org-first-headline-recenter): Enclose outline-regexp in group 
     363        delimiters. 
     364        (org-set-tags): Keep single space after stars. 
     365 
     3662006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca> 
     367 
     368        * window.el (set-window-text-height): Only set window-min-height to 
     369        1 if that's the requested size. 
     370 
     371        * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re. 
     372        (diff-unified->context, diff-context->unified) 
     373        (diff-reverse-direction): Make sure the end marker stays at the end. 
     374        (diff-mode): Add the keymap table at the end of docstring. 
     375        Use lexical-let rather than constructing a closure manually. 
     376 
     377        * files.el (find-file-noselect-1): Remove unused var assignment. 
     378        (hack-local-variables-confirm): Print lists of strings as lists of 
     379        strings rather than lists of symbols. 
     380        (abbreviate-file-name, hack-local-variables-prop-line): 
     381        Use match-string. 
     382        (hack-one-local-variable): Move `make-local-variable' nearer its use. 
     383        (recover-session-finish): Use line-end-position. 
     384 
     3852006-07-02  Michael Albinus  <michael.albinus@gmx.de> 
     386 
     387        * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer. 
     388 
     3892006-07-02  Daniel Pfeiffer  <occitan@esperanto.org> 
     390 
     391        * progmodes/make-mode.el (makefile-macroassign-regex): 
     392        Accept preceding keyword. 
     393        (makefile-gmake-statements): Reorganize, now that makepp has 
     394        "override" and also handle forgotten "override define". 
     395        (makefile-makepp-statements): Add new "global", "override export" 
     396        and "override global". 
     397 
    13982006-06-30  Juanma Barranquero  <lekktu@gmail.com> 
    2399 
     
    124092006-06-29  Carsten Dominik  <dominik@science.uva.nl> 
    13410 
    14         * textmodes/org.el (org-prepare-agenda-buffers): Use 
    15         `invisible-OK' argument for `org-end-of-subtree'. 
    16         (org-export-cleanup-toc-line): Renamed from 
    17         `org-html-cleanup-toc-line'. 
    18         (org-beginning-of-item): Fixed bug in regular expression for white 
    19         line. 
    20         (org-export-as-html): Enforce space after bullet in plain list 
    21         items. 
     411        * textmodes/org.el (org-prepare-agenda-buffers): 
     412        Use `invisible-OK' argument for `org-end-of-subtree'. 
     413        (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'. 
     414        (org-beginning-of-item): Fix bug in regular expression for white line. 
     415        (org-export-as-html): Enforce space after bullet in plain list items. 
    22416        (org-set-autofill-regexps): Require space after plain list bullet 
    23417        for paragraph-start. 
     
    53447        * textmodes/org.el (org-context): New contexts :item-bullet, 
    54448        :latex-fragment, :latex-preview. 
    55         (org-overlays-at, org-overlay-start, org-overlay-end): New 
    56         compatibility functions. 
     449        (org-overlays-at, org-overlay-start, org-overlay-end): 
     450        New compatibility functions. 
    57451        (org-inside-LaTeX-fragment-p): More accurate matching, using the 
    58452        exact regexp that will be used during export. 
    59453        (org-latex-regexps): New variable. 
    60         (org-cdlatex-mode): Improved advice for `texmathp'. 
     454        (org-cdlatex-mode): Improve advice for `texmathp'. 
    61455        (turn-on-org-cdlatex): New function. 
    62456 
     
    67461        (mac-ts-caret-position): Use also when cursor-type is nil. 
    68462        (mac-ts-update-active-input-area): Add Mac OS Classic support. 
    69         Relax condition for using overlay strings.  Use 
    70         mac-ts-caret-position face when cursor-type is nil. 
     463        Relax condition for using overlay strings. 
     464        Use mac-ts-caret-position face when cursor-type is nil. 
    71465 
    724662006-06-26  Kim F. Storm  <storm@cua.dk> 
     
    77471 
    78472        * net/rcompile.el (remote-compile): Replace ange-ftp based 
    79         implementation by Tramp functions.  Based on a patch published by 
    80         Marc Abramowitz <msabramo@gmail.com>. 
     473        implementation by Tramp functions. 
     474        Suggested by Marc Abramowitz <msabramo@gmail.com>. 
    81475 
    82476        * net/tramp.el (tramp-unload-tramp): Provide a doc string. 
     
    106500        (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands. 
    107501        (org-export-with-archived-trees): New option. 
    108         (org-open-file): Removed the call to `convert-standard-filename'. 
     502        (org-open-file): Remove the call to `convert-standard-filename'. 
    109503        (org-archive-tag, org-agenda-skip-archived-trees) 
    110504        (org-cycle-open-archived-trees) 
     
    228622        (org-collect-clock-time-entries): New function. 
    229623        (org-html-handle-time-stamps): Never export CLOCK timeranges. 
    230         (org-fixup-indentation): Modified to deal correctly with lines 
     624        (org-fixup-indentation): Modify to deal correctly with lines 
    231625        starting with TAB.  Only one argument DIFF now. 
    232626        (org-demote, org-promote): Call `org-fixup-indentation' with just 
     
    235629        (org-clock-sum): Don't mark buffer modified when adding time sum 
    236630        properties. 
    237         (org-export-as-html): Added support for a link validation function. 
     631        (org-export-as-html): Add support for a link validation function. 
    238632        (org-archive-all-done): New function. 
    239633        (org-archive-subtree): New prefix argument.  When set, archive all 
     
    2866802006-06-18  Ralf Angeli  <angeli@caeruleus.net> 
    287681 
    288         * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove 
    289         superfluous part of regexp for brace matching which is handled by 
    290         `scan-lists' call. 
     682        * textmodes/tex-mode.el (tex-font-lock-match-suscript): 
     683        Remove superfluous part of regexp for brace matching which is handled 
     684        by `scan-lists' call. 
    291685 
    2926862006-06-16  Richard Stallman  <rms@gnu.org> 
     
    438832 
    439833        * diff-mode.el (diff-mode): Set buffer-read-only to t when 
    440         diff-default-read-only is non-nill
     834        diff-default-read-only is non-nil
    441835        (diff-hunk-kill, diff-file-kill, diff-split-hunk) 
    442836        (diff-refine-hunk): Set inhibit-read-only to t. 
     
    515909 
    516910        * help.el (view-emacs-news): Rewrite to support new NEWS, 
    517         NEWS.major, and NEWS.1-17 file naming.  Add more intelligense, 
     911        NEWS.major, and NEWS.1-17 file naming.  Add more intelligence, 
    518912        e.g. version 10 matches 1.10, and don't be confused by version 1.1 
    519         begin a prefix of 1.12 (etc).  A numeric prefix arg also works. 
     913        being a prefix of 1.12 (etc).  A numeric prefix arg also works. 
    520914 
    5219152006-06-03  Vivek Dasmohapatra  <vivek@etla.org> 
     
    6561050        (org-par-open): New variable. 
    6571051        (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions. 
    658         (org-html-do-expand, org-section-number): Fixedcase in `replace-match'. 
     1052        (org-html-do-expand, org-section-number): Fix case in `replace-match'. 
    6591053        (org-timeline): Pass `org-timeline-show-empty-dates' to 
    6601054        `org-get-all-dates'.  Interpret empty dates returned by