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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 20 Oct 2003 18:44:29 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5470 emacs/lisp/ChangeLog:1.5471
*** emacs/lisp/ChangeLog:1.5470 Mon Oct 20 17:32:25 2003
--- emacs/lisp/ChangeLog        Mon Oct 20 18:44:28 2003
***************
*** 1,3 ****
--- 1,8 ----
+ 2003-10-20  Stefan Monnier  <address@hidden>
+ 
+       * complete.el (PC-do-completion): Do not forget to use `pred' as the
+       default-directory when completing file names.
+ 
  2003-10-20  Luc Teirlinck  <address@hidden>
  
        * help-mode.el (help-make-xrefs): Make sure that if a symbol is
***************
*** 6,13 ****
  
  2003-10-20  Dave Love  <address@hidden>
  
!       * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):  Avoid
!       incf in macro expansion.
  
  2003-10-20  John Paul Wallington  <address@hidden>
  
--- 11,18 ----
  
  2003-10-20  Dave Love  <address@hidden>
  
!       * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
!       Avoid incf in macro expansion.
  
  2003-10-20  John Paul Wallington  <address@hidden>
  
***************
*** 16,23 ****
  
  2003-10-18  Luc Teirlinck  <address@hidden>
  
!       * help-mode.el (help-xref-symbol-regexp): Treat newlines as
!       whitespace.
        (help-make-xrefs): Only make cross-references for faces if
        preceded or followed by the word `face'.  Do not make a
        cross-reference for variables without variable documentation,
--- 21,27 ----
  
  2003-10-18  Luc Teirlinck  <address@hidden>
  
!       * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
        (help-make-xrefs): Only make cross-references for faces if
        preceded or followed by the word `face'.  Do not make a
        cross-reference for variables without variable documentation,
***************
*** 70,89 ****
  
  2003-10-12  Michael Kifer  <address@hidden>
  
!       * ediff-mult.el (ediff-filegroup-action): Use
!       ediff-default-filtering-regexp.
  
        * ediff-util.el (ediff-recenter): Don't call
        ediff-restore-highlighting twice.
        (ediff-select-difference): Set current difference.
!       (ediff-unselect-and-select-difference): Added comment.
  
        * ediff.el (ediff-directories,ediff-directory-revisions)
        (ediff-directories3,ediff-merge-directories)
        (ediff-merge-directories-with-ancestor)
        (ediff-merge-directory-revisions)
!       (ediff-merge-directory-revisions-with-ancestor): Use
!       ediff-default-filtering-regexp.
  
  2003-10-12  Andreas Schwab  <address@hidden>
  
--- 74,93 ----
  
  2003-10-12  Michael Kifer  <address@hidden>
  
!       * ediff-mult.el (ediff-filegroup-action):
!       Use ediff-default-filtering-regexp.
  
        * ediff-util.el (ediff-recenter): Don't call
        ediff-restore-highlighting twice.
        (ediff-select-difference): Set current difference.
!       (ediff-unselect-and-select-difference): Add comment.
  
        * ediff.el (ediff-directories,ediff-directory-revisions)
        (ediff-directories3,ediff-merge-directories)
        (ediff-merge-directories-with-ancestor)
        (ediff-merge-directory-revisions)
!       (ediff-merge-directory-revisions-with-ancestor):
!       Use ediff-default-filtering-regexp.
  
  2003-10-12  Andreas Schwab  <address@hidden>
  
***************
*** 133,139 ****
        * info.el (Info-following-node-name): New function.
  
        * loadhist.el (unload-feature-special-hooks):
!       Renamed from loadhist-hook-functions.
        (loadhist-hook-functions): Now an alias.
  
  2003-10-04  Eli Zaretskii  <address@hidden>
--- 137,143 ----
        * info.el (Info-following-node-name): New function.
  
        * loadhist.el (unload-feature-special-hooks):
!       Rename from loadhist-hook-functions.
        (loadhist-hook-functions): Now an alias.
  
  2003-10-04  Eli Zaretskii  <address@hidden>
***************
*** 141,148 ****
        * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
        file-name clashes on 8+3 filesystems.
  
!       * Makefile.in (DONTCOMPILE, bootstrap-clean): Rename
!       loaddefs-boot.el to ldefs-boot.el
  
        * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
        (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
--- 145,152 ----
        * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
        file-name clashes on 8+3 filesystems.
  
!       * Makefile.in (DONTCOMPILE, bootstrap-clean):
!       Rename loaddefs-boot.el to ldefs-boot.el
  
        * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
        (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
***************
*** 165,177 ****
  
  2003-10-02  Kenichi Handa  <address@hidden>
  
!       * international/utf-8.el (ccl-decode-mule-utf-8): Lookup
!       utf-subst-table-for-decode even for U+E000..U+FFFF.
  
!       * international/subst-jis.el: Include U+FF00..U+FFEF in decode
!       table.
        * international/subst-big5.el: Likewise.
!       * international/subst-gb2312.el: Likewise
        * international/subst-ksc.el: Likewise.
  
  2003-10-01  Glenn Morris  <address@hidden>
--- 169,180 ----
  
  2003-10-02  Kenichi Handa  <address@hidden>
  
!       * international/utf-8.el (ccl-decode-mule-utf-8):
!       Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
  
!       * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
        * international/subst-big5.el: Likewise.
!       * international/subst-gb2312.el: Likewise.
        * international/subst-ksc.el: Likewise.
  
  2003-10-01  Glenn Morris  <address@hidden>
***************
*** 180,187 ****
        (calendar-leap-year-p, calendar-absolute-from-gregorian)
        (generate-calendar, calendar-read-date, calendar-interval)
        (calendar-day-of-week): Handle years BC.
!       (generate-calendar-month, calendar-gregorian-from-absolute): Doc
!       fix.
  
  2003-10-01  Dave Love  <address@hidden>
  
--- 183,189 ----
        (calendar-leap-year-p, calendar-absolute-from-gregorian)
        (generate-calendar, calendar-read-date, calendar-interval)
        (calendar-day-of-week): Handle years BC.
!       (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
  
  2003-10-01  Dave Love  <address@hidden>
  
***************
*** 205,212 ****
  
        * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
  
!       * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Replace
!       gud-display with gud-watch.
        (gud-speedbar-buttons): Add stuff for watching expressions
        in the speedbar when using M-x gdba. Use dolist on old part
        of this function.
--- 207,214 ----
  
        * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
  
!       * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
!       Replace gud-display with gud-watch.
        (gud-speedbar-buttons): Add stuff for watching expressions
        in the speedbar when using M-x gdba. Use dolist on old part
        of this function.
***************
*** 219,227 ****
        (gdb-var-list-children, gdb-var-list-children-handler)
        (gdb-var-create-regexp, gdb-var-update-regexp)
        (gdb-var-list-children-regexp): New constants.
!       (gud-gdba-command-name): Don't specify -noasync so that GDB/MI
!       works.
!       (gdb-annotation-rules): Reduced annotation set (level 3).
        (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
        (gdb-post-prompt): Don't update GDB buffers every time speedbar
        updates.
--- 221,228 ----
        (gdb-var-list-children, gdb-var-list-children-handler)
        (gdb-var-create-regexp, gdb-var-update-regexp)
        (gdb-var-list-children-regexp): New constants.
!       (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
!       (gdb-annotation-rules): Reduce annotation set (level 3).
        (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
        (gdb-post-prompt): Don't update GDB buffers every time speedbar
        updates.
***************
*** 287,300 ****
  
        * desktop.el: A lot of comments updated.
        (desktop-save-mode): Minor mode introduced.
!       (desktop-enable, desktop-clear-preserve-buffers): Variables made
!       obsolete.
        (desktop-load-default): Function made obsolete.
        (desktop-locals-to-save): Variable made customizable.
        (desktop-read): Optional parameter `dirname' added.
        (desktop-change-dir, desktop-revert): Parameter `dirname' in
        `desktop-read' used.
!       (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'.
  
  2003-09-29  Rajesh Vaidheeswarran  <address@hidden>
  
--- 288,300 ----
  
        * desktop.el: A lot of comments updated.
        (desktop-save-mode): Minor mode introduced.
!       (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
        (desktop-load-default): Function made obsolete.
        (desktop-locals-to-save): Variable made customizable.
        (desktop-read): Optional parameter `dirname' added.
        (desktop-change-dir, desktop-revert): Parameter `dirname' in
        `desktop-read' used.
!       (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
  
  2003-09-29  Rajesh Vaidheeswarran  <address@hidden>
  
***************
*** 329,336 ****
        (describe-char): Pay attention to display table on describing how
        a character is displayed.
  
!       * international/mule-cmds.el (encoded-string-description): Prepend
!       "0x" to each encoded byte.
  
  2003-09-28  Andreas Schwab  <address@hidden>
  
--- 329,336 ----
        (describe-char): Pay attention to display table on describing how
        a character is displayed.
  
!       * international/mule-cmds.el (encoded-string-description):
!       Prepend "0x" to each encoded byte.
  
  2003-09-28  Andreas Schwab  <address@hidden>
  
***************
*** 359,366 ****
  
  2003-09-28  David Ponce  <address@hidden>
  
!       * recentf.el (recentf-initialize-file-name-history): New
!       defcustom.
        (recentf-load-list): When `recentf-initialize-file-name-history'
        is non-nil, initialize an empty `file-name-history' with the
        recent list.
--- 359,365 ----
  
  2003-09-28  David Ponce  <address@hidden>
  
!       * recentf.el (recentf-initialize-file-name-history): New defcustom.
        (recentf-load-list): When `recentf-initialize-file-name-history'
        is non-nil, initialize an empty `file-name-history' with the
        recent list.
***************
*** 444,451 ****
  2003-09-24  Rajesh Vaidheeswarran  <address@hidden>
  
        * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
!       common shell prompts that are not common filename or URL
!       characters.
        (ffap-file-at-point): Use the new regexp to strip the prompts from
        the file names. This is an issue mostly for user prompts that
        don't have a trailing space and find-file-at-point is invoked from
--- 443,449 ----
  2003-09-24  Rajesh Vaidheeswarran  <address@hidden>
  
        * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
!       common shell prompts that are not common filename or URL characters.
        (ffap-file-at-point): Use the new regexp to strip the prompts from
        the file names. This is an issue mostly for user prompts that
        don't have a trailing space and find-file-at-point is invoked from




reply via email to

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