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: Wed, 15 Sep 2004 20:33:06 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.74 emacs/lisp/ChangeLog:1.3986.2.75
*** emacs/lisp/ChangeLog:1.3986.2.74    Thu Sep 16 00:12:20 2004
--- emacs/lisp/ChangeLog        Thu Sep 16 00:14:57 2004
***************
*** 1,4 ****
! 2004-09-08  Stefan  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
  
--- 1,154 ----
! 2004-09-15  Miles Bader  <address@hidden>
! 
!       * generic.el (generic-make-keywords-list): Use symbol rather than
!       word anchors in regexp.
! 
! 2004-09-14  Sean O'Rourke  <address@hidden>
! 
!       * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
!       no file name consider `dired-directory'.
! 
! 2004-09-14  Kim F. Storm  <address@hidden>
! 
!       * faces.el (cursor): Add face-no-inherit property.  Doc fix.
! 
! 2004-09-14  Simon Josefsson  <address@hidden>
! 
!       * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
! 
!       * textmodes/dns-mode.el: Add.
! 
! 2004-09-13  Stefan Monnier  <address@hidden>
! 
!       * novice.el (disabled-command-hook): Use shorthand for obsolescence.
!       (disabled-command-function): Make the ?\  char more obvious.
! 
!       * vc-arch.el (vc-arch-root, vc-arch-registered):
!       * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
! 
! 2004-09-13  Hovav Shacham  <address@hidden>
! 
!       * windmove.el (windmove-frame-edges): Report coordinates of
!       outside edges of frame, not inside edges.
!       (windmove-coordinates-of-position): Convert into wrapper to new
!       function `windmove-coordinates-of-window-position';
!       `compute-motion' always applies to selected window.
!       (windmove-coordinates-of-position): Update documentation to refer
!       to Emacs 21 Lisp Reference Manual.
!       (windmove-find-other-window): Fix off-by-one errors for max x,y.
! 
! 2004-09-13  Kim F. Storm  <address@hidden>
! 
!       * isearch.el (isearch-resume-in-command-history): Rename from
!       isearch-resume-enabled and change default to nil.
! 
! 2004-09-12  Stefan Monnier  <address@hidden>
! 
!       * vc-hooks.el (vc-ignore-dir-regexp): New var.
!       (vc-registered): Use it.
!       (vc-find-root): New fun.
! 
!       * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
!       Don't tell to use \\{...} when it's already done.
! 
!       * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
!       Provide a sample complex default.
!       (bibtex-url, bibtex-font-lock-url): Adapt to new format.
!       (bibtex-entry): Use mapc.
! 
! 2004-09-12  Kim F. Storm  <address@hidden>
! 
!       * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
! 
!       * emulation/cua-rect.el (cua--rectangle-operation): Let bind
!       inhibit-field-text-motion to t so rectangles work in comint buffers.
! 
!       * simple.el (choose-completion-string): Set buffer before running
!       choose-completion-string-functions hook so it can be buffer-local.
! 
! 2004-09-12  Daniel Pfeiffer  <address@hidden>
! 
!       * progmodes/compile.el (compilation-start): Parse command to see
!       if it starts with a cd, and if so perform it for the *compilation*
!       buffer.  Change the header to reflect this.
! 
! 2004-09-11  Kim F. Storm  <address@hidden>
! 
!       * ido.el (ido-enable-dot-prefix): Doc fix.
!       (ido-enable-dot-prefix): New defcustom.
!       (ido-set-matches1): Use it.
! 
! 2004-09-10  Stefan Monnier  <address@hidden>
! 
!       * textmodes/bibtex.el (bibtex-mark-active)
!       (bibtex-run-with-idle-timer): Move the `if' inside the defun.
! 
! 2004-09-10  Roland Winkler  <address@hidden>
! 
!       * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
!       used in a case insensitive environment.
!       (bibtex-mode-map): Rearrange order of menus.
!       (bibtex-quoted-string-re): Obsolete.
!       (bibtex-complete-key-cleanup): Variable replaced by new function.
!       (bibtex-font-lock-keywords): Use backquotes.
!       (bibtex-font-lock-url-regexp): New internal variable.
!       (bibtex-name-in-field): New optional arg remove-opt-alt to remove
!       "OPT" and "ALT".
!       (bibtex-insert-current-kill, bibtex-make-field)
!       (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
!       (bibtex-parse-field-text): Simplify.
!       (bibtex-string=): New helper function.
!       (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
!       (bibtex-map-entries): Use bibtex-string=.
!       (bibtex-search-entry): Use not.
!       (bibtex-enclosing-field): Fix docstring.
!       (bibtex-assoc-regexp): Obsolete.
!       (bibtex-format-entry): Use assoc-string and bibtex-string=.
!       (bibtex-autokey-get-names): Handle empty name field.
!       (bibtex-parse-strings): Use assoc-string and unless.
!       (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
!       Use assoc-string.
!       (bibtex-pop): Simplify.
!       (bibtex-mode): Set font-lock-extra-managed-props.
!       (bibtex-entry-update): Use assoc-string.
!       (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
!       (bibtex-autofill-entry): Use bibtex-string=.
!       (bibtex-print-help-message): Simplify.
!       (bibtex-find-entry): New optional arg START.
!       (bibtex-validate): Use bibtex-string= and assoc-string.
!       Do not call obsolete function compilation-parse-errors.
!       (bibtex-remove-delimiters): Only remove delimiters if present.
!       (bibtex-copy-entry-as-kill): Add docstring.
!       (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
!       Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
!       (bibtex-complete): Use bibtex-predefined-month-strings,
!       bibtex-string=, and new function bibtex-complete-key-cleanup.
!       (bibtex-generate-url-list): New variable.
!       (bibtex-url): New command bound to C-c C-l and mouse-2.
!       (bibtex-url-map): New local keymap for bibtex-url-mouse.
!       (bibtex-font-lock-url): New function.
! 
! 2004-09-09  Stefan Monnier  <address@hidden>
! 
!       * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
! 
! 2004-09-09  Kim F. Storm  <address@hidden>
! 
!       * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
!       counter and format with binding.
!       (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
!       the declared macro uses own macro counter and format.  Give symbol
!       kmacro property.
!       (kmacro-keymap): Bind kmacro-name-last-macro to n.
!       (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
!       (kmacro-end-and-call-macro): Doc fix.
! 
! 2004-09-09  Lars Hansen  <address@hidden>
! 
!       * desktop.el (desktop-clear-preserve-buffers):
!       Remove make-obsolete-variable.
! 
! 2004-09-08  Stefan Monnier  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
  
***************
*** 85,91 ****
        window system if overflow-newline-into-fringe is enabled.
        (term-mode): Don't disable overflow-newline-into-fringe.
  
! 2004-09-07  Stefan  <address@hidden>
  
        * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
        motion as seen on my Mac OS X xterms.
--- 235,241 ----
        window system if overflow-newline-into-fringe is enabled.
        (term-mode): Don't disable overflow-newline-into-fringe.
  
! 2004-09-07  Stefan Monnier  <address@hidden>
  
        * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
        motion as seen on my Mac OS X xterms.
***************
*** 342,349 ****
  
  2004-08-29  Kim F. Storm  <address@hidden>
  
!       * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
!       automatic rectangle padding feature; replace by non-destructive
        virtual rectangle edges feature.
        (cua-virtual-rectangle-edges): New defcustom.
        (cua-auto-tabify-rectangles): New defcustom.
--- 492,499 ----
  
  2004-08-29  Kim F. Storm  <address@hidden>
  
!       * emulation/cua-base.el (cua-auto-expand-rectangles):
!       Remove automatic rectangle padding feature; replace by non-destructive
        virtual rectangle edges feature.
        (cua-virtual-rectangle-edges): New defcustom.
        (cua-auto-tabify-rectangles): New defcustom.
***************
*** 826,833 ****
        key-translation-map.
        (encoded-kbd-setup-keymap): Setup key-translation-map.
        (saved-key-translation-map): New variable.
!       (encoded-kbd-mode): Save/restore key-translation-map.  Adjusted
!       for the change of encoded-kbd-setup-keymap.
  
  2004-08-02  Kim F. Storm  <address@hidden>
  
--- 976,983 ----
        key-translation-map.
        (encoded-kbd-setup-keymap): Setup key-translation-map.
        (saved-key-translation-map): New variable.
!       (encoded-kbd-mode): Save/restore key-translation-map.
!       Adjust for the change of encoded-kbd-setup-keymap.
  
  2004-08-02  Kim F. Storm  <address@hidden>
  
***************
*** 990,1001 ****
  
        Sync with Tramp 2.0.43.
  
!       * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
!       outdated comment.
        (tramp-locked, tramp-locker): New variables for implementing a
        global lock.
!       (tramp-sh-file-name-handler): Use them to implement the global
!       lock.
  
  2004-07-13  Michael Albinus  <address@hidden>
  
--- 1140,1150 ----
  
        Sync with Tramp 2.0.43.
  
!       * net/tramp.el (tramp-handle-verify-visited-file-modtime):
!       Remove outdated comment.
        (tramp-locked, tramp-locker): New variables for implementing a
        global lock.
!       (tramp-sh-file-name-handler): Use them to implement the global lock.
  
  2004-07-13  Michael Albinus  <address@hidden>
  
***************
*** 1030,1043 ****
        * emacs-lisp/testcover.el: New category "potentially-1valued" for
        functions that are not erroneous if either 1-valued or
        multi-valued.  Detect functions in this class.
!       (testcover-1value-functions, testcover-compose-functions,
!       testcover-progn-functions) Added some additional functions to lists.
        (testcover-mark): Bugfix when marking up the definition for an
        empty function.
  
  2004-07-17  Richard M. Stallman  <address@hidden>
  
!       * replace.el (occur-read-primary-args): Pass default to 
read-from-minibuffer.
  
        * mail/footnote.el (footnote-section-tag): Use defcustom.
  
--- 1179,1193 ----
        * emacs-lisp/testcover.el: New category "potentially-1valued" for
        functions that are not erroneous if either 1-valued or
        multi-valued.  Detect functions in this class.
!       (testcover-1value-functions, testcover-compose-functions)
!       (testcover-progn-functions) Added some additional functions to lists.
        (testcover-mark): Bugfix when marking up the definition for an
        empty function.
  
  2004-07-17  Richard M. Stallman  <address@hidden>
  
!       * replace.el (occur-read-primary-args): Pass default to
!       read-from-minibuffer.
  
        * mail/footnote.el (footnote-section-tag): Use defcustom.
  
***************
*** 1146,1153 ****
  
  2004-07-09  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
!       between one and several matches in message.
  
  2004-07-09  Richard M. Stallman  <address@hidden>
  
--- 1296,1303 ----
  
  2004-07-09  John Paul Wallington  <address@hidden>
  
!       * emacs-lisp/re-builder.el (reb-update-overlays):
!       Distinguish between one and several matches in message.
  
  2004-07-09  Richard M. Stallman  <address@hidden>
  
***************
*** 1185,1195 ****
        Do not treat double clicks and triple clicks specially in the
        scroll bar (preventing strange repositioning problems)
  
! 2004-07-06  Stefan  <address@hidden>
  
        * replace.el (query-replace-regexp-eval): Fix last change.
  
! 2004-07-05  Stefan  <address@hidden>
  
        * replace.el (query-replace-descr): New fun.
        (query-replace-read-from, query-replace-read-args): Default to the
--- 1335,1345 ----
        Do not treat double clicks and triple clicks specially in the
        scroll bar (preventing strange repositioning problems)
  
! 2004-07-06  Stefan Monnier  <address@hidden>
  
        * replace.el (query-replace-regexp-eval): Fix last change.
  
! 2004-07-05  Stefan Monnier  <address@hidden>
  
        * replace.el (query-replace-descr): New fun.
        (query-replace-read-from, query-replace-read-args): Default to the




reply via email to

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