emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 14 May 2002 11:39:09 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3880 emacs/lisp/ChangeLog:1.3881
*** emacs/lisp/ChangeLog:1.3880 Tue May 14 05:51:03 2002
--- emacs/lisp/ChangeLog        Tue May 14 10:22:41 2002
***************
*** 1,7 ****
  2002-05-14  Mike Williams  <address@hidden>
  
!       * textmodes/sgml-mode.el (sgml-tag): Default
!       skeleton-transformation to `identity'.
  
  2002-05-14  Francesco Potorti`  <address@hidden>
  
--- 1,15 ----
+ 2002-05-14  Stefan Monnier  <address@hidden>
+ 
+       * skeleton.el (skeleton-transformation): Default to `identity'.
+       (skeleton-insert): Use `move-after' markers and `insert' rather
+       than rely on insert-before-markers.
+       (skeleton-internal-1): Handle `> \n' specially so that the newline
+       is inserted before the first line is indented.
+ 
  2002-05-14  Mike Williams  <address@hidden>
  
!       * textmodes/sgml-mode.el (sgml-tag):
!       Default skeleton-transformation to `identity'.
  
  2002-05-14  Francesco Potorti`  <address@hidden>
  
***************
*** 119,126 ****
  2002-05-10  Eli Zaretskii  <address@hidden>
  
        * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
!       (menu-bar-showhide-menu): Use display-graphic-p, not
!       widnow-system.
        (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
        Run a named function.
        (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
--- 127,133 ----
  2002-05-10  Eli Zaretskii  <address@hidden>
  
        * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
!       (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
        (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
        Run a named function.
        (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
***************
*** 188,200 ****
        `loaddefs.el', look for the real source.  This is necessary only
        for defaliases.
  
!       * emacs-lisp/find-func.el (find-function-search-for-symbol): Add
!       autoload cookie.
        (find-function-regexp):  Include
        "\(quote " to match the defaliases in loaddefs.el.
  
!       * filesets.el (filesets-conditional-sort): Use copy-sequence, not
!       copy-list.
        (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
        Defvar them to nil if running in Emacs.
  
--- 195,207 ----
        `loaddefs.el', look for the real source.  This is necessary only
        for defaliases.
  
!       * emacs-lisp/find-func.el (find-function-search-for-symbol):
!       Add autoload cookie.
        (find-function-regexp):  Include
        "\(quote " to match the defaliases in loaddefs.el.
  
!       * filesets.el (filesets-conditional-sort): Use copy-sequence,
!       not copy-list.
        (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
        Defvar them to nil if running in Emacs.
  
***************
*** 284,291 ****
  
  2002-05-06  Markus Rost  <address@hidden>
  
!       * emacs-lisp/find-func.el (find-function-search-for-symbol): Use
!       with-syntax-table.
  
  2002-05-06  Francesco Potorti`  <address@hidden>
  
--- 291,298 ----
  
  2002-05-06  Markus Rost  <address@hidden>
  
!       * emacs-lisp/find-func.el (find-function-search-for-symbol):
!       Use with-syntax-table.
  
  2002-05-06  Francesco Potorti`  <address@hidden>
  
***************
*** 355,362 ****
  
  2002-05-04  Markus Rost  <address@hidden>
  
!       * emacs-lisp/find-func.el (find-function-search-for-symbol): Bind
!       case-fold-search when searching.
  
  2002-05-04  Eli Zaretskii  <address@hidden>
  
--- 362,369 ----
  
  2002-05-04  Markus Rost  <address@hidden>
  
!       * emacs-lisp/find-func.el (find-function-search-for-symbol):
!       Bind case-fold-search when searching.
  
  2002-05-04  Eli Zaretskii  <address@hidden>
  
***************
*** 386,403 ****
        within any eshell buffer to modify the global Emacs environment.
        It defaults to nil, which means that such commands will only
        modify that Eshell buffer's environment.
!       (eshell-var-initialize): Initialize
!       `eshell-modify-global-environment'.
  
!       * eshell/em-cmpl.el (eshell-command-completions-alist): Improved
!       default completion targets for objdump, nm and readelf.
  
  2002-05-03  Colin Walters  <address@hidden>
  
!       * play/gamegrid.el (gamegrid-user-score-file-directory): New
!       variable.
!       (gamegrid-add-score-with-update-game-score): Use
!       `shared-game-score-directory'.  Correctly handle non-setuid case.
  
  2002-05-02  Colin Walters  <address@hidden>
  
--- 393,408 ----
        within any eshell buffer to modify the global Emacs environment.
        It defaults to nil, which means that such commands will only
        modify that Eshell buffer's environment.
!       (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
  
!       * eshell/em-cmpl.el (eshell-command-completions-alist):
!       Improve default completion targets for objdump, nm and readelf.
  
  2002-05-03  Colin Walters  <address@hidden>
  
!       * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
!       (gamegrid-add-score-with-update-game-score):
!       Use `shared-game-score-directory'.  Correctly handle non-setuid case.
  
  2002-05-02  Colin Walters  <address@hidden>
  
***************
*** 412,419 ****
  
        * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
        (menu-bar-options-save): Added cua-mode.
!       (menu-bar-options-menu): Added toggle for cua-mode.  Disable
!       toggle for transient-mark-mode if cua-mode is enabled.
  
        * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
        variable.
--- 417,424 ----
  
        * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
        (menu-bar-options-save): Added cua-mode.
!       (menu-bar-options-menu): Added toggle for cua-mode.
!       Disable toggle for transient-mark-mode if cua-mode is enabled.
  
        * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
        variable.
***************
*** 429,446 ****
        * progmodes/f90.el: Yet more doc string, commment and whitespace
        changes.
        (f90-imenu-flag): New name for internal variable f90-imenu.
!       (f90-blocks-re, f90-program-block-re, f90-end-if-re,
!       f90-no-break-re): Use regexp-opt.
        (f90-end-type-re): Add closing "\\>".
        (f90-indent-region): Correctly indent comments embedded in
        continued lines.
!       (f90-indent-new-line): Make it indent the current line, as it
!       should.
!       (f90-line-continued, f90-get-present-comment-type,
!       f90-looking-at-if-then, f90-indent-line, f90-indent-new-line,
!       f90-indent-region, f90-indent-subprogram, f90-do-auto-fill,
!       f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end,
!       f90-change-keywords): Minor code tidying.
  
        * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
        typo `fortran-strip-sqeuence-nos'.
--- 434,450 ----
        * progmodes/f90.el: Yet more doc string, commment and whitespace
        changes.
        (f90-imenu-flag): New name for internal variable f90-imenu.
!       (f90-blocks-re, f90-program-block-re, f90-end-if-re)
!       (f90-no-break-re): Use regexp-opt.
        (f90-end-type-re): Add closing "\\>".
        (f90-indent-region): Correctly indent comments embedded in
        continued lines.
!       (f90-indent-new-line): Make it indent the current line, as it should.
!       (f90-line-continued, f90-get-present-comment-type)
!       (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
!       (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
!       (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
!       (f90-change-keywords): Minor code tidying.
  
        * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
        typo `fortran-strip-sqeuence-nos'.
***************
*** 452,459 ****
  
  2002-05-01  Kim F. Storm  <address@hidden>
  
!       * emulation/cua-base.el (cua--pre-command-handler): Only
!       interpret delete-selection property if mark-active.
        (cua-mode): Fixed require in defcustom.
  
  2002-05-01  Pavel Jan,Bm(Bk  <address@hidden>
--- 456,463 ----
  
  2002-05-01  Kim F. Storm  <address@hidden>
  
!       * emulation/cua-base.el (cua--pre-command-handler):
!       Only interpret delete-selection property if mark-active.
        (cua-mode): Fixed require in defcustom.
  
  2002-05-01  Pavel Jan,Bm(Bk  <address@hidden>
***************
*** 463,472 ****
  
  2002-05-01  Colin Walters  <address@hidden>
  
!       * textmodes/tex-mode.el (tex-validate-buffer): Use
!       `occur-revert-arguments' instead of setting `occur-nlines' and
!       `occur-buffer'.  Don't test for `input-pending-p' in loop.  Set
!       text property `occur-target' instead of `occur'.
  
  2002-04-30  John Wiegley  <address@hidden>
  
--- 467,476 ----
  
  2002-05-01  Colin Walters  <address@hidden>
  
!       * textmodes/tex-mode.el (tex-validate-buffer):
!       Use `occur-revert-arguments' instead of setting `occur-nlines' and
!       `occur-buffer'.  Don't test for `input-pending-p' in loop.
!       Set text property `occur-target' instead of `occur'.
  
  2002-04-30  John Wiegley  <address@hidden>
  
***************
*** 514,521 ****
  
  2002-04-29  Markus Rost  <address@hidden>
  
!       * mail/emacsbug.el (report-emacs-bug-hook): Use
!       replace-match only if search was successful.
  
  2002-04-29  Richard M. Stallman  <address@hidden>
  
--- 518,525 ----
  
  2002-04-29  Markus Rost  <address@hidden>
  
!       * mail/emacsbug.el (report-emacs-bug-hook):
!       Use replace-match only if search was successful.
  
  2002-04-29  Richard M. Stallman  <address@hidden>
  
***************
*** 530,540 ****
        on filesets-running-xemacs.
        (filesets-find-file-using): Renamed from fsfind-file-using.
  
  2002-04-29  Colin Walters  <address@hidden>
  
        * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
!       (ibuffer-kill-line): Copy the filter group data structure when
!       killing.
        (ibuffer-yank): Handle case where we're yanking on the default
        group correctly.
        (ibuffer-delete-saved-filter-groups): Doc fix.
--- 534,559 ----
        on filesets-running-xemacs.
        (filesets-find-file-using): Renamed from fsfind-file-using.
  
+ 2002-04-29  Stefan Monnier  <address@hidden>
+ 
+       * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
+       (Info-read-node-name-1): Complete file names.
+       (Info-complete-menu-item): Don't cons unnecessarily.
+ 
+       * files.el (locate-file): New fun.
+       (locate-file-completion): Rename from load-completion and generalize.
+       (load-library): Use it.
+       (make-auto-save-file-name): Expand caddr.
+ 
+       * newcomment.el (comment-fill-column): New var.
+       (comment-indent): Use it.
+       (comment-or-uncomment-region): New fun.
+       (comment-dwim): Use it.
+ 
  2002-04-29  Colin Walters  <address@hidden>
  
        * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
!       (ibuffer-kill-line): Copy the filter group data structure when killing.
        (ibuffer-yank): Handle case where we're yanking on the default
        group correctly.
        (ibuffer-delete-saved-filter-groups): Doc fix.
***************
*** 571,578 ****
  2002-04-29  Triet Hoai Lai  <address@hidden>
  
        * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
!       (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): New
!       Vietnamese coding system.
  
        * language/viet-util.el: Update Commentary section.
  
--- 590,597 ----
  2002-04-29  Triet Hoai Lai  <address@hidden>
  
        * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
!       (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
!       New Vietnamese coding system.
  
        * language/viet-util.el: Update Commentary section.
  
***************
*** 1914,1922 ****
        prefix from scroll commands.  Ignore end-of-buffer errors from
        other windows.
        (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
!       commands.
!       (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New
!       functions.
  
        * files.el: (auto-mode-alist): .f95 files in f90-mode.
  
--- 1933,1941 ----
        prefix from scroll commands.  Ignore end-of-buffer errors from
        other windows.
        (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
!       commands. 
!       (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
!       New functions.
  
        * files.el: (auto-mode-alist): .f95 files in f90-mode.
  
***************
*** 2253,2260 ****
        active project file, instead of one per buffer.  This is far less
        confusing.
  
!       * progmodes/ada-stmt.el: Menu changed from Statements to
!       Templates.
        (ada-func-or-proc-name): Get real subprogram name, after change in
        ada-mode.el.
  
--- 2272,2278 ----
        active project file, instead of one per buffer.  This is far less
        confusing.
  
!       * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
        (ada-func-or-proc-name): Get real subprogram name, after change in
        ada-mode.el.
  
***************
*** 2266,2273 ****
        various available shells on that platform.  ada-mode is now fully
        integrated with the GNU visual debugger gvd, see
        http://libre.act-europe.fr.
!       (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.  This
!       is only available with GNAT 3.14.
        (ada-prj-gnatfind-switches, ada-cd-command): New variable.
        (ada-quote-cmd): New function.
        (ada-initialize-runtime-library): Get the location of the actual
--- 2284,2291 ----
        various available shells on that platform.  ada-mode is now fully
        integrated with the GNU visual debugger gvd, see
        http://libre.act-europe.fr.
!       (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
!       This is only available with GNAT 3.14.
        (ada-prj-gnatfind-switches, ada-cd-command): New variable.
        (ada-quote-cmd): New function.
        (ada-initialize-runtime-library): Get the location of the actual
***************
*** 2288,2310 ****
        (ada-case-exception-substring): New variable.  Casing exceptions
        can now also be defined for substrings, in addition to full
        identifier names.  This provides more flexibility.
!       (ada-align-list): New function, provide support for align.el in
!       ada-mode.
        (ada-procedure-start-regexp): Add support for operators and
        generic formal subprograms and packages.
        (ada-imenu-comment-re): New variable.
        (ada-imenu-generic-expression): Add support for protected types.
        (ada-mode): Set comment-start only after running ada-mode-hook, so
!       that the user can change ada-comment-start in the hook.  Add
!       support for ispell in comments.  Add support for align.el.
        (ada-save-exception-file, ada-create-case-exception-substring)
        (ada-adjust-case-substring): New functions.
!       (ada-get-current-indent): Properly handles keywords with
!       uppercases.
        (ada-goto-matching-end): Rewritten, fixes problems in the handling
        of nested blocks.
!       (ada-untab-hard): Do not touch the contents of comments and
!       strings.
  
  2002-04-09  Mike Williams  <address@hidden>
  
--- 2306,2325 ----
        (ada-case-exception-substring): New variable.  Casing exceptions
        can now also be defined for substrings, in addition to full
        identifier names.  This provides more flexibility.
!       (ada-align-list): New fun, provide support for align.el in ada-mode.
        (ada-procedure-start-regexp): Add support for operators and
        generic formal subprograms and packages.
        (ada-imenu-comment-re): New variable.
        (ada-imenu-generic-expression): Add support for protected types.
        (ada-mode): Set comment-start only after running ada-mode-hook, so
!       that the user can change ada-comment-start in the hook.
!       Add support for ispell in comments.  Add support for align.el.
        (ada-save-exception-file, ada-create-case-exception-substring)
        (ada-adjust-case-substring): New functions.
!       (ada-get-current-indent): Properly handles keywords with uppercases.
        (ada-goto-matching-end): Rewritten, fixes problems in the handling
        of nested blocks.
!       (ada-untab-hard): Do not touch the contents of comments and strings.
  
  2002-04-09  Mike Williams  <address@hidden>
  
***************
*** 3059,3066 ****
        (browse-url-mosaic): Use it.
  
        * net/browse-url.el (browse-url-filename-alist): Don't begin
!       docstring with *, you don't want to set this one with M-x
!       set-variable.
  
        * net/browse-url.el: Put * in user option doc strings.
  
--- 3074,3080 ----
        (browse-url-mosaic): Use it.
  
        * net/browse-url.el (browse-url-filename-alist): Don't begin
!       docstring with *, you don't want to set this one with M-x set-variable.
  
        * net/browse-url.el: Put * in user option doc strings.
  
***************
*** 3530,3537 ****
        * cus-start.el: Rename automatic-hscroll-step and
        automatic-hscroll-margin into hscroll-step and hscroll-margin.
  
!       * frame.el (auto-hscroll-mode): Renamed from
!       automatic-hscrolling.
        (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
  
        * mouse.el (mouse-region-delete-keys): Add deletechar.
--- 3544,3550 ----
        * cus-start.el: Rename automatic-hscroll-step and
        automatic-hscroll-margin into hscroll-step and hscroll-margin.
  
!       * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
        (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
  
        * mouse.el (mouse-region-delete-keys): Add deletechar.
***************
*** 3960,3968 ****
  
  2002-02-17  Kai Gro,A_(Bjohann  <address@hidden>
  
!         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
!         repeated.
!         (mark-defun): Mark more if repeated.
  
  2002-02-17  Colin Walters  <address@hidden>
  
--- 3973,3981 ----
  
  2002-02-17  Kai Gro,A_(Bjohann  <address@hidden>
  
!       * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
!       repeated.
!       (mark-defun): Mark more if repeated.
  
  2002-02-17  Colin Walters  <address@hidden>
  
***************
*** 4837,4844 ****
        without bound.
        (jdb): Set classpath information (if available) as jdb is started.
        Change `gud-break' and `gud-remove'
!       to use new %c ("class") escape in format strings.  Add
!       `gud-finish', `gud-up', `gud-down' command string functions, and
        add them to the local menu map.  Update `comint-prompt-regexp' for
        jdb and oldjdb.  If attaching to an already running java VM and
        configured to use classpath, send command to query for classpath,
--- 4850,4857 ----
        without bound.
        (jdb): Set classpath information (if available) as jdb is started.
        Change `gud-break' and `gud-remove'
!       to use new %c ("class") escape in format strings.
!       Add `gud-finish', `gud-up', `gud-down' command string functions, and
        add them to the local menu map.  Update `comint-prompt-regexp' for
        jdb and oldjdb.  If attaching to an already running java VM and
        configured to use classpath, send command to query for classpath,
***************
*** 4983,4991 ****
  
  2002-01-13  Colin Walters  <address@hidden>
  
!       * emacs-lisp/autoload.el (make-autoload): Handle
!       define-ibuffer-column, define-ibuffer-filter,
!       define-ibuffer-sorter, and define-ibuffer-op.
  
        * emacs-lisp/lisp-mode.el (toplevel): Ditto.
  
--- 4996,5003 ----
  
  2002-01-13  Colin Walters  <address@hidden>
  
!       * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
!       define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
  
        * emacs-lisp/lisp-mode.el (toplevel): Ditto.
  
***************
*** 4996,5006 ****
        * net/browse-url.el (browse-url-grail):
        Use browse-url-maybe-new-window.
  
!       * net/telnet.el (telnet-simple-send): Handle
!       comint-input-sender-no-newline like comint-simple-send.
  
!       * progmodes/sql.el (sql-query-placeholders-and-send): Handle
!       comint-input-sender-no-newline like comint-simple-send.
        (sql-escape-newlines-and-send): Likewise.
  
        * comint.el (comint-input-sender): Doc fix.
--- 5008,5018 ----
        * net/browse-url.el (browse-url-grail):
        Use browse-url-maybe-new-window.
  
!       * net/telnet.el (telnet-simple-send):
!       Handle comint-input-sender-no-newline like comint-simple-send.
  
!       * progmodes/sql.el (sql-query-placeholders-and-send):
!       Handle comint-input-sender-no-newline like comint-simple-send.
        (sql-escape-newlines-and-send): Likewise.
  
        * comint.el (comint-input-sender): Doc fix.
***************
*** 5012,5019 ****
  
  2002-01-12  Pavel Jan,Am(Bk  <address@hidden>
  
!       * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
!       delaying when executing keyboard macros.
  
  2002-01-12  Richard M. Stallman  <address@hidden>
  
--- 5024,5031 ----
  
  2002-01-12  Pavel Jan,Am(Bk  <address@hidden>
  
!       * textmodes/flyspell.el (flyspell-check-pre-word-p):
!       Prevent delaying when executing keyboard macros.
  
  2002-01-12  Richard M. Stallman  <address@hidden>
  
***************
*** 5244,5251 ****
        2002-01-05.
        (enriched-handle-display-prop): Return proper values.
  
!       * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
!       proper attribute name labeledUri instead of deprecated labeledUrl.
  
  2002-01-05  Pavel Jan,Am(Bk  <address@hidden>
  
--- 5256,5263 ----
        2002-01-05.
        (enriched-handle-display-prop): Return proper values.
  
!       * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
!       Use proper attribute name labeledUri instead of deprecated labeledUrl.
  
  2002-01-05  Pavel Jan,Am(Bk  <address@hidden>
  
***************
*** 5253,5260 ****
        editing an empty hotlist.
  
        * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
!       Use buffer-string instead of buffer-substring for the whole
!       buffer.
  
        * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
        not free.
--- 5265,5271 ----
        editing an empty hotlist.
  
        * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
!       Use buffer-string instead of buffer-substring for the whole buffer.
  
        * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
        not free.
***************
*** 5279,5286 ****
  
        * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
        the lock, so that we see expanded headers.
!       (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
!       vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
        available from vc.el.  Updated all callers.
  
  2002-01-05  Richard M. Stallman  <address@hidden>
--- 5290,5297 ----
  
        * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
        the lock, so that we see expanded headers.
!       (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
!       (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
        available from vc.el.  Updated all callers.
  
  2002-01-05  Richard M. Stallman  <address@hidden>
***************
*** 5311,5318 ****
  
  2002-01-04  Pavel Jan,Am(Bk  <address@hidden>
  
!       * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
!       entry.
        (ldap-ignore-attribute-codings): Change the default value to allow
        encoding/decoding of attributes.
        (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
--- 5322,5328 ----
  
  2002-01-04  Pavel Jan,Am(Bk  <address@hidden>
  
!       * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
        (ldap-ignore-attribute-codings): Change the default value to allow
        encoding/decoding of attributes.
        (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
***************
*** 5332,5339 ****
  2002-01-03  Eli Zaretskii  <address@hidden>
  
        * mail/sendmail.el (mail-recover-1): New function.
!       (mail-recover): Switch to the *mail* buffer right away.  Use
!       buffer-auto-save-file-name instead of calling
        make-auto-save-file-name.  Call dired-noselect instead of invoking
        `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
        before reading the auto-save file.  If the buffer's auto-save file
--- 5342,5349 ----
  2002-01-03  Eli Zaretskii  <address@hidden>
  
        * mail/sendmail.el (mail-recover-1): New function.
!       (mail-recover): Switch to the *mail* buffer right away.
!       Use buffer-auto-save-file-name instead of calling
        make-auto-save-file-name.  Call dired-noselect instead of invoking
        `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
        before reading the auto-save file.  If the buffer's auto-save file
***************
*** 5386,5393 ****
        for mode-line vars.
        (xscheme-process-sentinel): Make sure sentinel is run in the
        process buffer so it sees its local vars.
!       (xscheme-process-filter-initialize, xscheme-set-runlight): More
!       elaborate logic to handle multiple-buffer mode lines.
  
        (xscheme-enter-input-wait): Re-enable control-G handler upon
        entering input wait.
--- 5396,5403 ----
        for mode-line vars.
        (xscheme-process-sentinel): Make sure sentinel is run in the
        process buffer so it sees its local vars.
!       (xscheme-process-filter-initialize, xscheme-set-runlight):
!       More elaborate logic to handle multiple-buffer mode lines.
  
        (xscheme-enter-input-wait): Re-enable control-G handler upon
        entering input wait.
***************
*** 5415,5422 ****
        (xscheme-yank-previous-send): Now an alias for xscheme-yank.
        (xscheme-previous-send): Deleted variable.
  
!       (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
!       xscheme-send-control-g-interrupt): Use process-send-string rather
        than send-string.
  
        (xscheme-send-region): Insert a newline after an expression that
--- 5425,5432 ----
        (xscheme-yank-previous-send): Now an alias for xscheme-yank.
        (xscheme-previous-send): Deleted variable.
  
!       (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
!       (xscheme-send-control-g-interrupt): Use process-send-string rather
        than send-string.
  
        (xscheme-send-region): Insert a newline after an expression that
***************
*** 5434,5448 ****
        (xscheme-control-g-message-string): New internal var.
        (xscheme-send-control-g-interrupt): Use new var.
  
!       (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
!       after sending interrupt in order to work around race condition.
  
        (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
        (xscheme-send-char): Use xscheme-send-char rather than send-string
        to send single char.
  
!       (xscheme-process-filter, xscheme-process-filter-alist): Add
!       support for evaluating expressions outside of the call-excursion.
        (xscheme-process-filter:string-action-noexcursion): New func.
  
        (xscheme-write-value): Change output string to match that used by
--- 5444,5458 ----
        (xscheme-control-g-message-string): New internal var.
        (xscheme-send-control-g-interrupt): Use new var.
  
!       (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
!       Delay after sending interrupt in order to work around race condition.
  
        (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
        (xscheme-send-char): Use xscheme-send-char rather than send-string
        to send single char.
  
!       (xscheme-process-filter, xscheme-process-filter-alist):
!       Add support for evaluating expressions outside of the call-excursion.
        (xscheme-process-filter:string-action-noexcursion): New func.
  
        (xscheme-write-value): Change output string to match that used by
***************
*** 5461,5468 ****
  
  2002-01-02  Pavel Jan,Am(Bk  <address@hidden>
  
!       * enriched.el (enriched-handle-display-prop): Remove unused
!       variables.
        (enriched-mode): Doc fix.
  
  2002-01-02  Eli Zaretskii  <address@hidden>
--- 5471,5477 ----
  
  2002-01-02  Pavel Jan,Am(Bk  <address@hidden>
  
!       * enriched.el (enriched-handle-display-prop): Remove unused variables.
        (enriched-mode): Doc fix.
  
  2002-01-02  Eli Zaretskii  <address@hidden>
***************
*** 5628,5635 ****
  
  2001-12-25  Pavel Jan,Am(Bk  <address@hidden>
  
!       * emulation/tpu-edt.el (tpu-reset-screen-size): Use
!       set-frame-height and set-frame-width instead of set-screen-height
        and set-screen-width.
  
        * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
--- 5637,5644 ----
  
  2001-12-25  Pavel Jan,Am(Bk  <address@hidden>
  
!       * emulation/tpu-edt.el (tpu-reset-screen-size):
!       Use set-frame-height and set-frame-width instead of set-screen-height
        and set-screen-width.
  
        * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
***************
*** 5716,5723 ****
  
  2001-12-22  Pavel Jan,Am(Bk  <address@hidden>
  
!       * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
!       mocklisp entries.
  
        * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
        Lisp.  Obsoleted.
--- 5725,5732 ----
  
  2001-12-22  Pavel Jan,Am(Bk  <address@hidden>
  
!       * emacs-lisp/elint.el (elint-unknown-builtin-args):
!       Remove mocklisp entries.
  
        * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
        Lisp.  Obsoleted.
***************
*** 5730,5740 ****
  
        * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
  
!       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
!       mocklisp case.
  
!       * help-fns.el (describe-function-1): Remove mocklisp function
!       case.
  
  2001-12-22  Miles Bader  <address@hidden>
  
--- 5739,5748 ----
  
        * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
  
!       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
!       Remove mocklisp case.
  
!       * help-fns.el (describe-function-1): Remove mocklisp function case.
  
  2001-12-22  Miles Bader  <address@hidden>
  
***************
*** 5773,5782 ****
        * ls-lisp.el (insert-directory): Insert the amount of free disk
        space, like files.el's insert-directory does.
  
!       * files.el (directory-free-space-program): Mention
!       file-system-info in the doc string.
!       (get-free-disk-space): New function; code moved from
!       insert-directory.
        (insert-directory): Call get-free-disk-space to get the amount of
        free space.
  
--- 5781,5789 ----
        * ls-lisp.el (insert-directory): Insert the amount of free disk
        space, like files.el's insert-directory does.
  
!       * files.el (directory-free-space-program):
!       Mention file-system-info in the doc string.
!       (get-free-disk-space): New function; code moved from insert-directory.
        (insert-directory): Call get-free-disk-space to get the amount of
        free space.
  
***************
*** 5874,5888 ****
  
  2001-12-21  Simon Josefsson  <address@hidden>.
  
!       * mail/smtpmail.el (smtpmail-send-queued-mail): Use
!       with-temp-buffer instead of find-file-noselect, and bind
        coding-system-for-read to no-conversion when reading the queued
        messages.  (Simon's code modified slightly by Eli Zaretskii.)
  
  2001-12-20  Werner Lemberg  <address@hidden>
  
!       * international/mule-diag.el (describe-coding-system,
!       print-coding-system-briefly): Make printed output have a similar
        format as describe-character-set.
  
  2001-12-20  Pavel Jan,Am(Bk  <address@hidden>
--- 5881,5895 ----
  
  2001-12-21  Simon Josefsson  <address@hidden>.
  
!       * mail/smtpmail.el (smtpmail-send-queued-mail):
!       Use with-temp-buffer instead of find-file-noselect, and bind
        coding-system-for-read to no-conversion when reading the queued
        messages.  (Simon's code modified slightly by Eli Zaretskii.)
  
  2001-12-20  Werner Lemberg  <address@hidden>
  
!       * international/mule-diag.el (describe-coding-system)
!       (print-coding-system-briefly): Make printed output have a similar
        format as describe-character-set.
  
  2001-12-20  Pavel Jan,Am(Bk  <address@hidden>
***************
*** 5903,5910 ****
  
  2001-12-19  Werner Lemberg  <address@hidden>
  
!       * language/czech.el, language/european.el, language/slovak.el: More
!       fixes for language info doc strings.
  
  2001-12-19  Eli Zaretskii  <address@hidden>
  
--- 5910,5917 ----
  
  2001-12-19  Werner Lemberg  <address@hidden>
  
!       * language/czech.el, language/european.el, language/slovak.el:
!       More fixes for language info doc strings.
  
  2001-12-19  Eli Zaretskii  <address@hidden>
  
***************
*** 5957,5964 ****
  
        Add support for EUC-TW decoding/encoding.
  
!       * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
!       euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
        New auxiliary functions to build `big5-to-cns'.
        (big5-to-cns): New translation alist.
  
--- 5964,5971 ----
  
        Add support for EUC-TW decoding/encoding.
  
!       * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
!       (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
        New auxiliary functions to build `big5-to-cns'.
        (big5-to-cns): New translation alist.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]