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: Thu, 04 Nov 2004 08:33:22 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.80 emacs/lisp/ChangeLog:1.3986.2.81
*** emacs/lisp/ChangeLog:1.3986.2.80    Fri Oct 29 02:05:08 2004
--- emacs/lisp/ChangeLog        Thu Nov  4 13:12:37 2004
***************
*** 1,4 ****
! 2004-10-28  Stefan  <address@hidden>
  
        * mouse.el (mouse-show-mark): Adjust to new name and don't assume
        x-lost-selection-functions is bound.
--- 1,306 ----
! 2004-11-03  Daniel Pfeiffer  <address@hidden>
! 
!       * files.el (xml-based-modes): Delete var.
!       (magic-mode-alist): New more general var.
!       (set-auto-mode): Use it.
! 
!       * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
!       when clicking from another window.
! 
! 2004-11-03  Thien-Thi Nguyen  <address@hidden>
! 
!       * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
!       (vc-cvs-annotate-time): Incorporate value of deleted var.
!       Remove special-case handling of beginning-of-buffer cruft.
!       Cache ending position (point) and return value in text property
!       `vc-cvs-annotate-time', and consult it on subsequent invocations.
! 
!       * vc-cvs.el (vc-cvs-annotate-command):
!       Delete extraneous lines from beginning of buffer.
!       * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
! 
!       * progmodes/grep.el (grep-default-command): Take empty string
!       for tag if all other methods yield nil.  Shell-quote the tag.
! 
!       * vc.el (vc-annotate-display-autoscale): Add prefix-arg
!       spec in `interactive' form, and mention it in the docstring.
!       Also, make sure point is at bol after calling `annotate-time'.
! 
! 2004-11-02  Richard M. Stallman  <address@hidden>
! 
!       * emacs-lisp/elp.el (elp-instrument-function):
!       Use called-interactively-p.
! 
!       * emacs-lisp/easymenu.el (easy-menu-intern):
!       Don't downcase; rather, case-flip the first letter of each word.
! 
!       * emacs-lisp/easy-mmode.el (define-minor-mode):
!       Use called-interactively-p.
! 
!       * emacs-lisp/bytecomp.el (byte-compile-warning-types):
!       Add interactive-only.
!       (byte-compile-warnings): Add interactive-only as option.
!       (byte-compile-interactive-only-functions): New variable.
!       (byte-compile-form): Warn about calls to functions
!       in byte-compile-interactive-only-functions.
! 
!       * emacs-lisp/autoload.el (update-file-autoloads):
!       Don't use interactive-p; take new arg SAVE-AFTER.
! 
!       * emacs-lisp/advice.el (ad-make-advised-definition):
!       Use called-interactively-p.
! 
! 2004-11-02  Jan Dj,Ad(Brv  <address@hidden>
! 
!       * files.el (find-file-existing): New function.
! 
!       * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
!       find-file-existing.  Add "New File..." that calls find-file.
! 
!       * diropen.pbm diropen.xpm: New files.
! 
!       * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
!       icon diropen.  New tool bar item find-file-existing uses icon open.
! 
!       * dired.el (dired-read-dir-and-switches): Call read-driectory-name
!       instead of read-file-name.
! 
! 2004-11-02  Ulf Jasper  <address@hidden>
! 
!       * calendar/icalendar.el (icalendar-version): Increase to 0.08.
!       (icalendar--split-value): Change name of work buffer.
!       (icalendar--get-weekday-abbrev): Return nil on error.
!       (icalendar--date-to-isodate): New function.
!       (icalendar-convert-diary-to-ical)
!       (icalendar-extract-ical-from-buffer): Use only two args for
!       make-obsolete (XEmacs compatibility).
!       (icalendar-export-file, icalendar-import-file): Blank at end of
!       prompt.
!       (icalendar-export-region): Doc fix.
!       If error, return non-nil and write errors to a buffer.
!       Use correct weekday for weekly recurring events.
!       Check whether date has been parsed for ordinary events.
!       Make weekly events start in the year 2000.
!       DTEND is non-inclusive, shift end date by one day if
!       necessary (not for entries that have date and time).
!       Rename local let variables: oops -> found-error, datestring ->
!       startdatestring.
! 
! 2004-11-02  Kim F. Storm  <address@hidden>
! 
!       * files.el (set-auto-mode-0): Don't rely on dynamic binding of
!       keep-mode-if-same variable.  Add it as optional arg instead.
!       (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
! 
!       * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
!       substitute-command-keys will select lower-case bindings like those
!       used in the static help texts.
! 
!       * descr-text.el (describe-text-properties): Don't err if called in
!       the *Help* buffer; output to *Help-2* buffer instead.
! 
!       * kmacro.el (group kmacro): Add :version.
!       (kmacro-keyboard-quit): New function to cleanup on C-g.
!       (kmacro-start-macro): Set defining-kbd-macro to append when
!       appending to last macro.
! 
!       * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
! 
! 2004-11-02  Nick Roberts  <address@hidden>
! 
!       * progmodes/gdb-ui.el (gdb-enable-debug-log)
!       (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
!       (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
!       Add :version keyword.
! 
! 2004-11-02  Pavel Kobiakov <address@hidden>
! 
!       * progmodes/flymake.el (flymake-err-line-patterns): Use
!       `flymake-reformat-err-line-patterns-from-compile-el' to convert
!       `compilation-error-regexp-alist-alist' to internal Flymake format.
! 
!       * progmodes/flymake.el: eliminated byte-compiler warnings.
! 
! 2004-11-01  Jay Belanger  <address@hidden>
! 
!       * calc/calc-frac.el (calc-over-notation): Replaced
!       `completing-read' with `interactive "s"'.
! 
! 2004-11-01  Jan Dj,Ad(Brv  <address@hidden>
! 
!       * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
!       Revert change from 2004-10-16.  '*' checks the current buffer, but the
!       mouse click may be in another buffer.
! 
! 2004-11-01  John Paul Wallington  <address@hidden>
! 
!       * files.el (large-file-warning-threshold): Add :version keyword.
!       (kill-some-buffers): Doc fix.
! 
!       * thumbs.el (group thumbs): Add :version keyword.
! 
!       * textmodes/bibtex.el (bibtex-make-field): Fix typo.
! 
! 2004-11-01  Richard M. Stallman  <address@hidden>
! 
!       * textmodes/ispell.el (ispell-word): Don't use interactive-p.
! 
!       * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
! 
!       * allout.el (allout group): Add :version.
!       (allout-init): Don't use interactive-p.
!       (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
!       (allout-forward-current-level, allout-backward-current-level):
!       Don't use interactive-p.
! 
!       * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
!       (bibtex-find-text): Likewise.
! 
!       * progmodes/vhdl-mode.el (vhdl-fill-region)
!       (vhdl-beginning-of-statement): Don't use interactive-p.
! 
!       * progmodes/idlwave.el (idlwave-update-routine-info):
!       Don't use interactive-p.
! 
!       * progmodes/idlw-shell.el (idlwave-shell-send-char):
!       Don't use interactive-p.
! 
!       * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
!       Don't use interactive-p.
! 
!       * progmodes/ada-xref.el (ada-make-body-gnatstub):
!       Don't use interactive-p.
! 
!       * play/fortune.el (fortune-to-signature): Don't use interactive-p.
!       (fortune-in-buffer): Doc fix.
! 
!       * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
! 
!       * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
!       don't select the temporary buffer.
!       (eudc-get-email): New optional arg ERROR; don't use interactive-p.
!       (eudc-get-phone): Likewise.
! 
! 2004-11-01  Kim F. Storm  <address@hidden>
! 
!       * man.el (Man-xref-normal-file): Fix help-echo.
! 
! 2004-10-31  Stefan Monnier  <address@hidden>
! 
!       * reveal.el (reveal-last-tick): New var.
!       (reveal-post-command): Use it to avoid closing overlays when we're
!       appending text to them.
! 
! 2004-10-31  Roland Winkler  <address@hidden>
! 
!       * textmodes/bibtex.el: Require button.
!       (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
!       (bibtex-reference-keys): Distinguish between header keys and
!       crossref keys.
!       (bibtex-beginning-of-field): New function.
!       (bibtex-url-map): Remove.
!       (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
!       (bibtex-font-lock-url-regexp): Assume that field names begin at
!       the beginning of a line.
!       (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
!       Remove field delimiters.  Use bibtex-beginning-of-field.
!       Bugfix, point can be inside a field with a url.
!       (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
!       New functions.
!       (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
!       (bibtex-key-in-head): Simplify.
!       (bibtex-current-line): Use bolp.
!       (bibtex-parse-keys): Remove unused arg `add'.
!       Use bibtex-type-in-head and bibtex-key-in-head.
!       (bibtex-parse-entry, bibtex-autofill-entry):
!       Use bibtex-type-in-head and bibtex-key-in-head.
!       (bibtex-autokey-get-field): Do not alter case of replacement text.
!       (bibtex-autokey-get-names): Do all processing of name list.
!       (bibtex-autokey-get-year): New function.
!       (bibtex-autokey-get-title): Do all processing of title words.
!       (bibtex-generate-autokey): Simplify.
!       (bibtex-string-files-init): Use default-directory.
!       Allow for absolute file names in bibtex-string-files.
!       (bibtex-files, bibtex-file-path): New variables.
!       (bibtex-files-expand): New function.
!       (bibtex-find-entry-globally): New command.
!       (bibtex-summary-function): New variable.
!       (bibtex-summary): Default value of bibtex-summary-function.
!       (bibtex-find-crossref): New optional args pnt and split.
!       (bibtex-complete-key-cleanup): Call bibtex-summary-function.
!       (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
!       (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
!       Fix handling of required and alternative fields.
!       Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
!       Use cons and display-buffer.
!       (bibtex-validate-globally): New command.
!       (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
!       bibtex-parse-keys and bibtex-parse-strings for updating
!       bibtex-reference-keys and bibtex-strings.
!       (bibtex-realign): Remove blank lines past the last entry.
!       (bibtex-reformat): Use bibtex-entry-format as default.
!       (bibtex-choose-completion-string): Remove.
!       (bibtex-complete): Do not use bibtex-choose-completion-string.
!       (bibtex-url): Simplify.
! 
! 2004-10-31  Jan Dj,Ad(Brv  <address@hidden>
! 
!       * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
!       (x-dnd-types-alist, x-dnd-open-file-other-window)
!       (x-dnd-known-types): Add :version.
! 
! 2004-10-31  John Paul Wallington  <address@hidden>
! 
!       * ibuffer.el (group ibuffer): Add :version keyword.
! 
! 2004-10-31  Kim F. Storm  <address@hidden>
! 
!       * ido.el (group ido): Add :version keyword.
!       (ido-mode): Remove :version keyword.
! 
!       * emulation/cua-base.el (group cua): Add :version keyword.
!       (cua-mode): Remove :version keyword.
! 
! 2004-10-30  Luc Teirlinck  <address@hidden>
! 
!       * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
! 
!       * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
!       compiler warning.
!       (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
!       function.
!       (help-at-pt-display-when-idle): Remove autoload.
! 
! 2004-10-30  Stefan Monnier  <address@hidden>
! 
!       * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
! 
! 2004-10-30  Juri Linkov  <address@hidden>
! 
!       * help.el (function-called-at-point):
!       * help-fns.el (variable-at-point): Read -> intern.
! 
! 2004-10-30  Simon Josefsson  <address@hidden>
! 
!       * progmodes/autoconf.el (autoconf-font-lock-keywords):
!       Recognize AS_* too.
! 
! 2004-10-29  Simon Josefsson  <address@hidden>
! 
!       * subr.el (read-passwd): Move back from password.el.
! 
!       * password.el: Remove, not ready yet.
! 
! 2004-10-29  Andreas Schwab  <address@hidden>
! 
!       * speedbar.el (speedbar-frame-parameters): Improve customize type.
! 
! 2004-10-29  Sam Steingold  <address@hidden>
! 
!       * mouse.el (mouse-show-mark): Replace the last occurrence of
!       x-lost-selection-hooks with x-lost-selection-functions.
! 
! 2004-10-28  Stefan Monnier  <address@hidden>
  
        * mouse.el (mouse-show-mark): Adjust to new name and don't assume
        x-lost-selection-functions is bound.
***************
*** 50,57 ****
  
  2004-10-28  Kenichi Handa  <address@hidden>
  
!       * international/utf-8.el (utf-translate-cjk-charsets): Add
!       katakana-jisx0201.
  
        * international/subst-jis.el: Add data for JISX0201.
  
--- 352,359 ----
  
  2004-10-28  Kenichi Handa  <address@hidden>
  
!       * international/utf-8.el (utf-translate-cjk-charsets):
!       Add katakana-jisx0201.
  
        * international/subst-jis.el: Add data for JISX0201.
  
***************
*** 1106,1112 ****
  
  2004-09-17  Jay Belanger  <address@hidden>
  
!       * calc/calc.el (calc-mode-var-list): Fixed the value of
        `calc-matrix-brackets'.
  
  2004-09-17  Romain Francoise  <address@hidden>
--- 1408,1414 ----
  
  2004-09-17  Jay Belanger  <address@hidden>
  
!       * calc/calc.el (calc-mode-var-list): Fix the value of
        `calc-matrix-brackets'.
  
  2004-09-17  Romain Francoise  <address@hidden>




reply via email to

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