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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Tue, 06 Jul 2004 06:58:33 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.60 emacs/lisp/ChangeLog:1.3986.2.61
*** emacs/lisp/ChangeLog:1.3986.2.60    Tue Jul  6 10:23:33 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 10:26:52 2004
***************
*** 230,235 ****
--- 230,337 ----
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
+ 2004-07-05  Stefan  <address@hidden>
+ 
+       * replace.el (query-replace-descr): New fun.
+       (query-replace-read-from, query-replace-read-args): Default to the
+       previous from&to.
+       (query-replace-read-to): Quote the `from' string when displaying it.
+       (query-replace-regexp-eval): Immediately check read-only status.
+       Use query-replace-read-from to get the \n checking.
+       Quote the `from' string when displaying it.
+       (map-query-replace-regexp, occur-read-primary-args):
+       Quote the `from' string when displaying it.
+ 
+       * isearch.el (isearch-query-replace): Pass the regexp-ness and
+       delimited-ness of the search to query-replace.
+ 
+       * replace.el (query-replace-read-from, query-replace-read-to):
+       New funs extracted from query-replace-read-args.
+       (query-replace-read-args): Use them.
+ 
+       * replace.el (query-replace-interactive, query-replace-read-args):
+       Remove the `initial' special value.
+       (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
+       (occur-engine): Remove unused var `matchend'.
+ 
+       * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
+       Use the search string without prompting.
+ 
+ 2004-07-05  Kenichi Handa  <address@hidden>
+ 
+       * international/mule.el (decode-coding-inserted-region):
+       Set last-coding-system-used only when coding is nil.
+ 
+ 2004-07-03  Eli Zaretskii  <address@hidden>
+ 
+       * progmodes/grep.el (grep-compute-defaults, grep-command)
+       (grep-program, find-program, grep-find-use-xargs, grep-history)
+       (grep-find-history, grep-tag-default, grep-find-command)
+       (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
+       Add autoload cookies, for unbundled packages that load `compile'
+       and expect all grep-related symbols to become defined.
+ 
+ 2004-07-03  KOSEKI Yoshinori  <address@hidden>
+ 
+       * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
+       (iimage-mode-image-search-path): New user option to search the
+       image file.
+       (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
+       have locate-file.
+       (iimage-mode-buffer): Use it.
+ 
+ 2004-07-03  Nick Roberts  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
+       carefully.
+       (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
+ 
+ 2004-07-03  Juri Linkov  <address@hidden>
+ 
+       * replace.el (query-replace-read-args): Swallow space after 'foo,
+       not after (quote foo).  Match space only immediately after symbol,
+       not anywhere in the whole string.
+ 
+ 2004-07-02  Richard M. Stallman  <address@hidden>
+ 
+       * replace.el (query-replace-read-args): Swallow space after
+       symbols, not after closeparens.  But avoid error if string ends there.
+ 
+       * progmodes/python.el (python-beginning-of-statement):
+       Exit the loop if backward-up-list gets error.
+ 
+       * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
+ 
+ 2004-07-02  Andre Spiegel  <address@hidden>
+ 
+       * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
+       only if vc-consult-headers is non-nil.
+ 
+ 2004-07-02  Juri Linkov  <address@hidden>
+ 
+       * pcvs.el (cvs-mode-diff-repository): New command.
+ 
+       * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
+ 
+ 2004-07-01  Juri Linkov  <address@hidden>
+ 
+       * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
+       C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
+       C-M-% to isearch-query-replace-regexp.
+       (minibuffer-local-isearch-map): Add arrow key bindings.
+       Bind C-f to isearch-yank-char-in-minibuffer.
+       (isearch-forward): Doc fix.
+       (isearch-edit-string): Doc fix.
+       (isearch-query-replace, isearch-query-replace-regexp): New funs.
+       (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
+       (isearch-yank-char): Add optional arg.
+       (isearch-yank-char-in-minibuffer): New fun.
+ 
+       * replace.el (query-replace-interactive): Change type from boolean
+       to choice.  Add value `initial'.
+       (query-replace-read-args): Handle value `initial' of
+       query-replace-interactive.
+ 
  2004-06-29  Kim F. Storm  <address@hidden>
  
        * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
***************
*** 247,252 ****
--- 349,359 ----
  
        * emacs-lisp/pp.el (pp-buffer): Add autoload.
  
+ 2004-06-28  Richard M. Stallman  <address@hidden>
+ 
+       * font-lock.el (font-lock-fontify-syntactic-keywords-region):
+       More changes to go with previous change in font-lock.el.
+ 
  2004-06-26  David Kastrup  <address@hidden>
  
        * replace.el (perform-replace): Highlight the match even in
***************
*** 304,315 ****
        (replace-regexp): Explain `\,', `\#' and `\?'.
        (replace-match-data): New function for thorough reuse/destruction
        of old match-data.
!       (replace-match-maybe-edit): Function for implementing `\?'
!       editing.
        (perform-replace): Fix maintaining of the match stack including
        already matched regions, implement `\?', fix various problems
        with regions while editing and other stuff.
!       (replace-highlight): Simplified.
  
  2004-06-24  Daniel Pfeiffer  <address@hidden>
  
--- 411,421 ----
        (replace-regexp): Explain `\,', `\#' and `\?'.
        (replace-match-data): New function for thorough reuse/destruction
        of old match-data.
!       (replace-match-maybe-edit): Function for implementing `\?' editing.
        (perform-replace): Fix maintaining of the match stack including
        already matched regions, implement `\?', fix various problems
        with regions while editing and other stuff.
!       (replace-highlight): Simplify.
  
  2004-06-24  Daniel Pfeiffer  <address@hidden>
  
***************
*** 336,343 ****
  
  2004-06-21  Juanma Barranquero  <address@hidden>
  
!       * image.el (image-library-alist): Rewrite docstring in active
!       voice.
  
  2004-06-20  Richard M. Stallman  <address@hidden>
  
--- 442,448 ----
  
  2004-06-21  Juanma Barranquero  <address@hidden>
  
!       * image.el (image-library-alist): Rewrite docstring in active voice.
  
  2004-06-20  Richard M. Stallman  <address@hidden>
  
***************
*** 364,371 ****
  
  2004-06-18  Luc Teirlinck  <address@hidden>
  
!       * autorevert.el (global-auto-revert-non-file-buffers): Update
!       docstring.
  
  2004-06-19  Daniel Pfeiffer  <address@hidden>
  
--- 469,476 ----
  
  2004-06-18  Luc Teirlinck  <address@hidden>
  
!       * autorevert.el (global-auto-revert-non-file-buffers):
!       Update docstring.
  
  2004-06-19  Daniel Pfeiffer  <address@hidden>
  
***************
*** 386,392 ****
        escaped character is n or t.
        (query-replace-regexp): Add \, and \# interpretation to
        interactive call and document it.
!       (query-replace-regexp-eval, replace-match-string-symbols): add \#
        as shortkey for replace-count.
        (replace-quote): New function for doubling backslashes.
  
--- 491,497 ----
        escaped character is n or t.
        (query-replace-regexp): Add \, and \# interpretation to
        interactive call and document it.
!       (query-replace-regexp-eval, replace-match-string-symbols): Add \#
        as shortkey for replace-count.
        (replace-quote): New function for doubling backslashes.
  
***************
*** 416,423 ****
        * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
        Add hyperlink to emacs-xtra manual to docstring.
  
!       * autorevert.el (global-auto-revert-non-file-buffers): Add
!       hyperlink to emacs-xtra manual to docstring, as well as an
        info-link.
  
  2004-06-14  Juanma Barranquero  <address@hidden>
--- 521,528 ----
        * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
        Add hyperlink to emacs-xtra manual to docstring.
  
!       * autorevert.el (global-auto-revert-non-file-buffers):
!       Add hyperlink to emacs-xtra manual to docstring, as well as an
        info-link.
  
  2004-06-14  Juanma Barranquero  <address@hidden>
***************
*** 436,443 ****
        * international/code-pages.el (windows-1256, cp1125): Fix tables
        for several characters.
  
!       * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous
!       change.
  
  2004-06-13  Richard M. Stallman  <address@hidden>
  
--- 541,547 ----
        * international/code-pages.el (windows-1256, cp1125): Fix tables
        for several characters.
  
!       * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
  
  2004-06-13  Richard M. Stallman  <address@hidden>
  
***************
*** 483,496 ****
  
  2004-06-13  Kenichi Handa  <address@hidden>
  
!       * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous
!       change.
        (ccl-untranslated-to-ucs): Fix typo.
  
  2004-06-12  Karl Chen  <address@hidden>  (tiny change)
  
!       * progmodes/python.el (python-open-block-statement-p): Fix
!       indentation after a block opening that contains a comment.
  
  2004-06-12  J,Ai(Br,At(Bme Marant  <address@hidden>  (tiny change)
  
--- 587,599 ----
  
  2004-06-13  Kenichi Handa  <address@hidden>
  
!       * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
        (ccl-untranslated-to-ucs): Fix typo.
  
  2004-06-12  Karl Chen  <address@hidden>  (tiny change)
  
!       * progmodes/python.el (python-open-block-statement-p):
!       Fix indentation after a block opening that contains a comment.
  
  2004-06-12  J,Ai(Br,At(Bme Marant  <address@hidden>  (tiny change)
  
***************
*** 506,516 ****
  
  2004-06-12  Kenichi Handa  <address@hidden>
  
!       * international/mule-cmds.el (set-language-environment): Load
!       subst tables if necessary.
  
!       * international/mule.el (decode-char): Load subst tables if
!       necessary.
        (encode-char): Likewise.
  
        * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
--- 609,618 ----
  
  2004-06-12  Kenichi Handa  <address@hidden>
  
!       * international/mule-cmds.el (set-language-environment):
!       Load subst tables if necessary.
  
!       * international/mule.el (decode-char): Load subst tables if necessary.
        (encode-char): Likewise.
  
        * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
***************
*** 526,543 ****
        (utf-16-decode-to-ucs): Handle pre-read character.
        (utf-16le-encode-loop): Handle surrogate pair.
        (utf-16be-encode-loop): Likewise.
!       (ccl-encode-mule-utf-16le-with-signature): Adjusted for the change
        of utf-16le-encode-loop.
!       (ccl-encode-mule-utf-16be-with-signature): Adjusted for the change
        of utf-16be-encode-loop.
!       (mule-utf-16-post-read-conversion): Call
!       utf-8-post-read-conversion at first.
!       (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature): Include
!       CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
        Add post-read-conversion and pre-write-conversion.
  
!       * international/utf-8.el (utf-translate-cjk-charsets): New
!       variable.
        (utf-translate-cjk-unicode-range): New variable.
        (utf-translate-cjk-load-tables): New function.
        (utf-lookup-subst-table-for-decode): New function.
--- 628,644 ----
        (utf-16-decode-to-ucs): Handle pre-read character.
        (utf-16le-encode-loop): Handle surrogate pair.
        (utf-16be-encode-loop): Likewise.
!       (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
        of utf-16le-encode-loop.
!       (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
        of utf-16be-encode-loop.
!       (mule-utf-16-post-read-conversion):
!       Call utf-8-post-read-conversion at first.
!       (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
!       Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
        Add post-read-conversion and pre-write-conversion.
  
!       * international/utf-8.el (utf-translate-cjk-charsets): New variable.
        (utf-translate-cjk-unicode-range): New variable.
        (utf-translate-cjk-load-tables): New function.
        (utf-lookup-subst-table-for-decode): New function.
***************
*** 552,561 ****
        (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
        length of encoding.  Don't return r0.
        (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
!       (utf-8-post-read-conversion): Narrow to region properly.  If
!       utf-translate-cjk-mode is on, load tables if necessary.  Call
!       utf-8-compose with hash-table arg if necessary.  Call
!       XXX-compose-region instead of XXX-post-read-convesion.
        (utf-8-pre-write-conversion): New function.
        (mule-utf-8): Include CJK charsets in safe-charsets if
        utf-translate-cjk-mode is on.  Add pre-write-conversion.
--- 653,662 ----
        (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
        length of encoding.  Don't return r0.
        (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
!       (utf-8-post-read-conversion): Narrow to region properly.
!       If utf-translate-cjk-mode is on, load tables if necessary.
!       Call utf-8-compose with hash-table arg if necessary.
!       Call XXX-compose-region instead of XXX-post-read-convesion.
        (utf-8-pre-write-conversion): New function.
        (mule-utf-8): Include CJK charsets in safe-charsets if
        utf-translate-cjk-mode is on.  Add pre-write-conversion.
***************
*** 563,570 ****
        * international/characters.el: Temporarily set
        utf-translate-cjk-mode to nil.
  
!       * language/devan-util.el (devanagari-compose-region): Add
!       autoload cookie.
  
        * international/ccl.el (ccl-dump-call): Fix printing the
        subroutine name.
--- 664,671 ----
        * international/characters.el: Temporarily set
        utf-translate-cjk-mode to nil.
  
!       * language/devan-util.el (devanagari-compose-region):
!       Add autoload cookie.
  
        * international/ccl.el (ccl-dump-call): Fix printing the
        subroutine name.
***************
*** 574,586 ****
        * dired.el (dired-revert): If buffer is marked unmodified before
        reverting, keep it marked unmodified.
        Adapt to new conventions for commenting out code.
!       (dired-make-relative): Adapt to new conventions for commenting out
!       code.
  
  2004-06-10  Miles Bader  <address@hidden>
  
!       * eshell/esh-module.el (eshell-load-defgroups): Bind
!       `vc-handled-backends' to nil when opening files.
  
  2004-06-11  Juanma Barranquero  <address@hidden>
  
--- 675,686 ----
        * dired.el (dired-revert): If buffer is marked unmodified before
        reverting, keep it marked unmodified.
        Adapt to new conventions for commenting out code.
!       (dired-make-relative): Adapt to new conventions for commenting out code.
  
  2004-06-10  Miles Bader  <address@hidden>
  
!       * eshell/esh-module.el (eshell-load-defgroups):
!       Bind `vc-handled-backends' to nil when opening files.
  
  2004-06-11  Juanma Barranquero  <address@hidden>
  
***************
*** 663,677 ****
        or incorrect, autoloads.
  
        * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
!       does not end in a slash.  Add optional argument KILL-ROOT.  Update
!       docstring.
        (dired-do-touch, dired-clean-directory, dired-run-shell-command)
        (dired-query): Add autoloads.
  
  2004-06-08  Daniel Pfeiffer  <address@hidden>
  
!       * progmodes/compile.el (compilation-set-window-height): Rearrange
!       the save-* functions because a buffer can have several current
        point in different windows.
        (compilation-error-regexp-alist-alist): Recognize {standard input}
        GNU messages (for gcc --pipe) and more kinds of Oracle messages.
--- 763,777 ----
        or incorrect, autoloads.
  
        * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
!       does not end in a slash.  Add optional argument KILL-ROOT.
!       Update docstring.
        (dired-do-touch, dired-clean-directory, dired-run-shell-command)
        (dired-query): Add autoloads.
  
  2004-06-08  Daniel Pfeiffer  <address@hidden>
  
!       * progmodes/compile.el (compilation-set-window-height):
!       Rearrange the save-* functions because a buffer can have several current
        point in different windows.
        (compilation-error-regexp-alist-alist): Recognize {standard input}
        GNU messages (for gcc --pipe) and more kinds of Oracle messages.
***************
*** 711,718 ****
  
        * format.el (format-insert-annotations)
        (format-annotate-location): Doc fixes.
!       (format-subtract-regions): Make arguments match their use in
!       docstring.
  
        * simple.el (kill-region): Doc fix.
  
--- 811,817 ----
  
        * format.el (format-insert-annotations)
        (format-annotate-location): Doc fixes.
!       (format-subtract-regions): Make arguments match their use in docstring.
  
        * simple.el (kill-region): Doc fix.
  
***************
*** 798,805 ****
        Handle `dired-subdir-switches'.
        (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
  
!       * dired.el (dired-subdir-switches, dired-switches-alist):
!       New vars.
        (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
        subdirs if -R switch is used for a subdir.
        (dired-mode): Set `dired-switches-alist'.
--- 897,903 ----
        Handle `dired-subdir-switches'.
        (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
  
!       * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
        (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
        subdirs if -R switch is used for a subdir.
        (dired-mode): Set `dired-switches-alist'.
***************
*** 832,838 ****
  
  2004-06-04  Mario Lang  <address@hidden>
  
!       * battery.el (battery-linux-proc-acpi): mA was hardcored, but some
        systems appear to use mW, make the code handle this.  Fix a
        division-by-zero bug while at it, and handle kernels with
        a slightly different layout in /proc/acpi.
--- 930,936 ----
  
  2004-06-04  Mario Lang  <address@hidden>
  
!       * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
        systems appear to use mW, make the code handle this.  Fix a
        division-by-zero bug while at it, and handle kernels with
        a slightly different layout in /proc/acpi.
***************
*** 842,848 ****
        * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
        because the latter is a CL-ism.  This fixes the bug reported by
        Shawn Boyette <address@hidden> in
!         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
  
  2004-06-04  Miles Bader  <address@hidden>
  
--- 940,946 ----
        * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
        because the latter is a CL-ism.  This fixes the bug reported by
        Shawn Boyette <address@hidden> in
!       http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
  
  2004-06-04  Miles Bader  <address@hidden>
  
***************
*** 879,886 ****
  
        * subr.el (read-number): Use canonical format for default in prompt.
  
!       * minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
!       regexp for " [...]" style defaults.
  
  2004-06-02  Romain Francoise  <address@hidden>
  
--- 977,984 ----
  
        * subr.el (read-number): Use canonical format for default in prompt.
  
!       * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
!       Add regexp for " [...]" style defaults.
  
  2004-06-02  Romain Francoise  <address@hidden>
  
***************
*** 903,916 ****
        empty docstring.
  
        * international/mule.el (register-char-codings): Make alias for
!       `ignore'.  Move docstring to obsolescence info and remove
!       redundancy.
  
  2004-06-02  Kim F. Storm  <address@hidden>
  
        * frame.el (blink-cursor-start): Turn cursor off initially so blink
        starts after blink-cursor-delay rather than 2*blink-cursor-delay.
  
  2004-05-31  Stefan Monnier  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Don't assume the file exists.
--- 1001,1028 ----
        empty docstring.
  
        * international/mule.el (register-char-codings): Make alias for
!       `ignore'.  Move docstring to obsolescence info and remove redundancy.
  
  2004-06-02  Kim F. Storm  <address@hidden>
  
        * frame.el (blink-cursor-start): Turn cursor off initially so blink
        starts after blink-cursor-delay rather than 2*blink-cursor-delay.
  
+ 2004-06-01  Stefan Monnier  <address@hidden>
+ 
+       * comint.el (comint-replace-by-expanded-history-before-point):
+       Obey `start' as the docstring says.
+       (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
+       (comint-update-fence): Prevent font-lock from running unnecessarily.
+       (comint-dynamic-list-completions): Use with-current-buffer.
+ 
+ 2004-06-01  Roland Winkler  <address@hidden>
+ 
+       * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
+       (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
+       (bibtex-entry-update): Handle alternatives and optional fields.
+       (bibtex-parse-entry): Bugfix, handle empty key.
+ 
  2004-05-31  Stefan Monnier  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Don't assume the file exists.
***************
*** 2995,3020 ****
  
  2004-04-16  Stefan Monnier  <address@hidden>
  
-       * url/url-util.el (url-debug): Use with-current-buffer.
- 
-       * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
-       (url-nfs-create-wrapper): Use new backquote syntax.
- 
-       * url/url-https.el (url-https-file-attributes): Add id-format param.
- 
-       * url/url-http.el (url-http-head-file-attributes)
-       (url-http-file-attributes): Add id-format parameter.
- 
-       * url/url-handlers.el: Use new find-file-hook.
-       (url-file-attributes): Add id-format parameter.
- 
-       * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
-       (url-file-file-attributes): Add id-format parameter.
- 
-       * url/url-dav.el: Use with-current-buffer.
-       (url-dav-process-response): Fix regexps and spurious quote.
-       (url-dav-file-attributes): Add id-format param.
- 
        * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
  
  2004-04-16  Andre Spiegel  <address@hidden>
--- 3107,3112 ----
***************
*** 3187,3200 ****
        * progmodes/compile.el (compile-goto-error): Select the buffer/window
        corresponding to the event.
  
-       * url/url.el (url-retrieve): Use with-current-buffer.
- 
-       * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
-       Remove unused var `version'.
- 
-       * url/url-handlers.el (url-handler-mode): New minor mode.
-       (url-setup-file-name-handlers): Remove.
- 
  2004-04-12  Joe Buehler  <address@hidden>
  
        * loadup.el: Add cygwin to system-type list, for unexec() support.
--- 3279,3284 ----
***************
*** 3211,3219 ****
  
        * help.el (describe-mode): Doc fix.
  
-       * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
-       to obsolete `assoc-ignore-case' with calls to `assoc-string'.
- 
  2004-04-12  Stefan Monnier  <address@hidden>
  
        * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
--- 3295,3300 ----
***************
*** 3233,3274 ****
  
  2004-04-11  Dave Love  <address@hidden>
  
-       * url/url-mailto.el (url-mailto):
-       * url/url-history.el (url-history-setup-save-timer):
-       * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
- 
-       * url/url-file.el (url-file-build-filename): Don't use
-       directory-sep-char.
- 
-       * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
- 
-       * url/url-about.el (url-scheme-registry): Defvar.
-       (url-about): Use text/plain.
- 
-       * url/url-vars.el (cl): Don't require.
-       (url): Add :version.
-       (url-bug-address): Use bug-gnu-emacs.
- 
-       * url/url-util.el (url-hexify-string): Don't give multibyte error
-       for char <16.
-       (mail-header-extract): Autoload.
- 
-       * url/url-parse.el: Doc fixes.
- 
-       * url/url-ldap.el (ldap): Require.
-       (url-ldap): Fix `format' call.
-       (url-ldap-certificate-formatter): Avoid warning.
- 
-       * url/url-https.el (url-https-create-secure-wrapper): Use modern
-       backquotes.
- 
-       * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
-       (url-intersection): New.
-       (url-dav-supported-p): Use it.
-       (url-dav-save-resource): Declare url-http-response-status special.
- 
-       * url/url-cache.el (url-util): Require.
- 
        * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
  
        * progmodes/python.el: New file.
--- 3314,3319 ----
***************
*** 3315,3323 ****
  
        * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
        (byte-compile-insert-header): Don't use `byte-compile-version'.
-       * url/url-vars.el (url-version): Use the constant string "Emacs"
-       instead of calculating something from the RCS `State' keyword
-       [the latter is almost entirely useless anyway].
        * forms.el (forms-version): Variable removed.
        (forms-mode): Don't use `forms-version'.
        * recentf.el (recentf-version): Variable removed.
--- 3360,3365 ----
***************
*** 3567,3576 ****
  
  2004-04-03  Stefan Monnier  <address@hidden>
  
!       * url: Import the URL package from its repository.
! 
!       * url/url-methods.el:
!       * url/url-parse.el: Don't require url-auto.
  
  2004-04-03  Andreas Schwab  <address@hidden>
  
--- 3609,3615 ----
  
  2004-04-03  Stefan Monnier  <address@hidden>
  
!       * url/: New dir.  Import the URL package from its repository.
  
  2004-04-03  Andreas Schwab  <address@hidden>
  




reply via email to

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