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: Mon, 25 Oct 2004 00:41:57 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.78 emacs/lisp/ChangeLog:1.3986.2.79
*** emacs/lisp/ChangeLog:1.3986.2.78    Mon Oct 25 04:19:39 2004
--- emacs/lisp/ChangeLog        Mon Oct 25 04:22:22 2004
***************
*** 1,13 ****
! 2004-10-13  Daniel Pfeiffer  <address@hidden>
  
!       * button.el (button-activate): Allow a marker to display as an
!       action.
  
!       * help-fns.el (describe-variable): Use it to make "below" a
!       hyperlink.
  
!       * help.el (describe-mode): Use it to make minor mode list into
!       hyperlinks.
  
  2004-10-14  Masatake YAMATO  <address@hidden>
  
--- 1,332 ----
! 2004-10-24  Luc Teirlinck  <address@hidden>
  
!       * indent.el (set-left-margin, set-right-margin): Delete redundant
!       code.
!       (increase-right-margin): Remove erroneous call to `interactive-p'.
  
! 2004-10-24  Kim F. Storm  <address@hidden>
  
!       * help.el (describe-mode): Fix 2004-10-13 change.
!       Copy pure "Auto Fill" string so it can be propertized later
!       without causing a read-only error.
! 
! 2004-10-24  Luc Teirlinck  <address@hidden>
! 
!       * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
!       style indexes.
! 
! 2004-10-24  Kai Grossjohann  <address@hidden>
! 
!       * simple.el (process-file): Accept nil for INFILE.  Reported by
!       Luc Teirlinck.
! 
! 2004-10-24  Masatake YAMATO  <address@hidden>
! 
!       * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
!       periods and underscores in a function name.
!       Remove the address fontification.
! 
! 2004-10-24 Masatake YAMATO <address@hidden>
! 
!       * progmodes/asm-mode.el (asm-font-lock-keywords): Use
!       font-lock-variable-name-face for registers.
! 
! 2004-10-24  Nick Roberts  <address@hidden>
! 
!       * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
!       kill-all-local-variables.
!       (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
!       (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use
!       kill-all-local-variables and provide mode-hooks.
!       (gdb-assembler-font-lock-keywords): New font lock keywords
!       definition.
!       (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
!       Suggested by Masatake YAMATO <address@hidden>.
! 
! 2004-10-23  Kai Grossjohann  <address@hidden>
! 
!       * simple.el (process-file): New function, similar to call-process
!       but supports file handlers.
!       * vc.el (vc-do-command): Use it, instead of call-process.
!       * net/tramp-vc.el (vc-do-command): Do not advise it if
!       process-file is fboundp.
!       * net/tramp.el (tramp-file-name-handler-alist): Add entry for
!       process-file.
!       (tramp-handle-process-file): New function.
!       (tramp-file-name-for-operation): Support process-file.
! 
! 2004-10-23  Ulf Jasper  <address@hidden>
! 
!       * calendar/icalendar.el (icalendar--weekday-array): New constant.
!       (icalendar-weekdayabbrev-table)
!       (icalendar-monthnumber-table): Delete.
!       (icalendar--get-month-number): Use calendar-month-name-array.
!       (icalendar--get-weekday-number): New function.
!       (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
!       (icalendar-export-region): Handle multi-line entries.
!       (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
! 
! 2004-10-23  John Paul Wallington  <address@hidden>
! 
!       * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
!       `wildcards' set to t in interactive spec.
! 
!       * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
!       interactive spec rather than use `interactive-p'.
!       (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
!       rather than use function `interactive-p'.
! 
! 2004-10-22  Kenichi Handa  <address@hidden>
! 
!       * international/mule.el (translate-region): Implement it in Lisp
!       as a front end of translate-region-internal.
! 
! 2004-10-21  Jay Belanger  <address@hidden>
! 
!       * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
!       Declared these variables with defvar.
! 
!       * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
!       is bound, only check to see if it is bound.
! 
! 2004-10-21  Stefan Monnier  <address@hidden>
! 
!       * calc/calc-help.el (calc-describe-bindings): Fix last change.
! 
! 2004-10-21  John Paul Wallington  <address@hidden>
! 
!       * calc/calc-graph.el (calc-graph-init):
!       Use `set-process-query-on-exit-flag'.
! 
! 2004-10-21  Daniel Pfeiffer  <address@hidden>
! 
!       * progmodes/compile.el (compilation-start): Rely on `cd' to get
!       dir right and also allow argumentless cd.
! 
! 2004-10-19  Richard M. Stallman  <address@hidden>
! 
!       * textmodes/flyspell.el (flyspell-mode): Doc fix.
! 
!       * eshell/em-unix.el (eshell-grep):
!       Don't bind compilation-process-setup-function.
! 
!       * comint.el (comint-insert-input): Use @ in `interactive'.
!       (comint-input-filter-functions): Doc fix.
!       (comint-kill-whole-line, comint-get-source): Doc fix.
! 
!       * progmodes/compile.el (compilation-setup):
!       Don't set buffer-read-only if MINOR is non-nil.
! 
! 2004-10-19  Jay Belanger  <address@hidden>
! 
!       * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
!       (calc-emacs-type-gnu19): Remove.
!       (calc-digit-map, calc-read-key-sequence, calc-read-key):
!       Remove check for old emacs versions.
! 
!       * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
!       (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
!       for current Emacs.
! 
!       * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
!       the end of the minibuffer.
!       (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
!       copy `esc-map'.
! 
!       * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
! 
!       * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
!       call that would be given when the current emacs was used.
! 
! 2004-10-19  Ulf Jasper  <address@hidden>
! 
!       * calendar/icalendar.el: Set coding to utf-8.
!       (icalendar-version): Increase to 0.07.
!       (icalendar-monthnumber-table): Change March pattern.
!       (icalendar-get-all-event-properties)
!       (icalendar-set-event-property): Delete.
!       (icalendar-all-events): No longer interactive.
!       (icalendar-convert-diary-to-ical)
!       (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
!       their replacements.
!       (icalendar-export-file, icalendar-export-region): New functions;
!       essentially old `icalendar-convert-diary-to-ical' but appending to
!       target rather than overwriting.
!       (icalendar-import-file): Append to target file rather than
!       overwriting.  Fourth arg deleted.
!       (icalendar-import-buffer): New name for old
!       `icalendar-extract-ical-from-buffer'.
!       (icalendar--convert-string-for-import): New name for
!       old `icalendar-convert-for-import'.
!       (include-icalendar-files): Delete.
!       Prefix for all internal functions changed from `icalendar-'
!       to `icalendar--'.
! 
! 2004-10-19  Richard M. Stallman  <address@hidden>
! 
!       * paths.el (news-path): Fix previous change.
! 
! 2004-10-18 Jay Belanger  <address@hidden>
! 
!       * calc/calc-help.el (calc-describe-bindings):
!       Set `buffer-read-only' to nil while working in the keybindings buffer;
!       remove some extra information from the keybindings buffer.
! 
! 2004-10-18  David Ponce  <address@hidden>
! 
!       * mouse.el (mouse-drag-move-window-top): New function.
!       (mouse-drag-mode-line-1): Use it.
! 
! 2004-10-18  Thien-Thi Nguyen  <address@hidden>
! 
!       * info.el (Info-fontify-node): For multiline refs,
!       arrange to unfontify newline and surrounding whitespace.
! 
! 2004-10-17  Stefan Monnier  <address@hidden>
! 
!       * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
!       directory is missing.
! 
! 2004-10-17  John Paul Wallington  <address@hidden>
! 
!       * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
!       New customizable variable; whether to display buffers that match
!       `ibuffer-maybe-show-predicates' by default.
!       (ibuffer-maybe-show-predicates): Mention it in docstring.
!       (ibuffer-display-maybe-show-predicates): New variable.
!       (ibuffer-update): Prefix arg now toggles whether buffers that
!       match `ibuffer-maybe-show-predicates' should be displayed.
!       (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
!       locally to heed `ibuffer-default-display-maybe-show-predicates'.
!       (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
! 
! 2004-10-17  Michael Albinus  <address@hidden>
! 
!       * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
!       work correctly.
! 
! 2004-10-17  Daniel Pfeiffer  <address@hidden>
! 
!       * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
!       (Buffer-menu-beginning): New helper function.
!       (Buffer-menu-execute): Use it.
!       (Buffer-menu-select): Use it.
!       (Buffer-menu-sort): Use it and also keep markers.
! 
! 2004-10-17  Richard M. Stallman  <address@hidden>
! 
!       * paths.el (news-directory): Rename from news-path.  Old name alias.
!       (rmail-spool-directory): Use defvar.
!       (sendmail-program): Use defcustom.
!       (remote-shell-program): Use defcustom.
!       (term-file-prefix): Use defvar.
!       (abbrev-file-name): Use defvar.
! 
!       * term.el: Add maintainer.
! 
!       * subr.el (with-local-quit): Return nil if there's a quit.
!       (read-passwd): Use with-local-quit.  Doc fix.
! 
!       * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
!       (strokes-unload-hook): Set as a variable with add-hook.
! 
!       * startup.el (fancy-splash-tail, normal-splash-screen):
!       Update copyright year.
! 
!       * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
! 
!       * server.el (server-unload-hook): Set as a variable with add-hook.
! 
!       * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
! 
!       * frame.el (special-display-popup-frame):
!       Make the buffer current as its frame is created.
! 
!       * delsel.el (delsel-unload-hook): Set as a variable.
! 
!       * comint.el (comint-output-filter-functions):
!       Add comint-watch-for-password-prompt.
!       (comint-read-noecho): Function deleted.
!       (send-invisible): Use read-passwd.
! 
!       * fringe.el (fringe-mode-initialize): New function.
!       (fringe-mode): Use fringe-mode-initialize as :initialize.
! 
! 2004-10-17  Kim F. Storm  <address@hidden>
! 
!       * language/indian.el (indian-script-language-alist): Swap value and doc.
!       (indian-font-char-index-table): Doc fix.
! 
! 2004-10-16  Stefan Monnier  <address@hidden>
! 
!       * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
! 
! 2004-10-16  Juri Linkov  <address@hidden>
! 
!       * progmodes/compile.el (compilation-start): Move let-binding of
!       `process-environment' into `with-current-buffer' body.
!       Reported by Matt Hodges <address@hidden>.
! 
! 2004-10-16  Richard M. Stallman  <address@hidden>
! 
!       * pcvs-util.el (cvs-bury-buffer):
!       Don't call get-buffer-window for effect.
! 
!       * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
! 
!       * newcomment.el (comment-auto-fill-only-comments): Add autoload.
! 
!       * msb.el (msb-unload-hook): Set the variable.
! 
!       * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
!       Use * to err if buffer is readonly.
! 
!       * subr.el (looking-back): Return only t or nil.
! 
!       * whitespace.el (whitespace-unload-hook): Set the variable.
! 
!       * view.el (view-mode-enable): Set view-page-size and
!       view-half-page-size to nil.
!       (view-set-half-page-size-default): view-half-page-size = nil
!       means the default.
!       (View-scroll-page-forward): Use view-page-size-default.
!       (View-scroll-page-backward): Likewise.
!       (view-page-size, view-half-page-size): Doc fixes.
! 
!       * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
! 
!       * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
! 
!       * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
!       "cl" like other files.  Instead, call byte-compile-find-cl-functions.
!       (byte-compile-log-1): Bind inhibit-read-only.
!       (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
!       (byte-compile-log-warning): Likewise.
!       (byte-compile-file-form-require): Detect "cl" from the arg value.
! 
!       * progmodes/compile.el (compilation-start): Assume compilation-mode
!       will make the buffer read-only.
!       (compilation-mode): Take arg name-of-mode.
!       (compilation-setup): Make buffer read-only.
!       (compilation-handle-exit): Bind inhibit-read-only.
! 
!       * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
!       (ispell-message): Likewise.
!       (ispell-show-choices): Don't call get-buffer-window uselessly.
!       (ispell-init-process): Use set-process-query-on-exit-flag.
! 
! 2004-10-16  Kim F. Storm  <address@hidden>
! 
!       * fringe.el (fringe-bitmaps): Only initialize when defined.
! 
!       * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
!       (cvs-mode-find-file): Add optional `view' arg to enter view mode.
! 
!       * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
! 
! 2004-10-15  Simon Josefsson  <address@hidden>
! 
!       * net/password.el: Add.
  
  2004-10-14  Masatake YAMATO  <address@hidden>
  
***************
*** 16,21 ****
--- 335,349 ----
        (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
        `gdb-script-end-of-defun' as *-of-defun-function.
  
+ 2004-10-13  Daniel Pfeiffer  <address@hidden>
+ 
+       * button.el (button-activate): Allow a marker to display as an action.
+ 
+       * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
+ 
+       * help.el (describe-mode): Use it to make minor mode list into
+       hyperlinks.
+ 
  2004-10-13  Stefan Monnier  <address@hidden>
  
        * vc.el (vc-annotate-display-select): Fix typo.
***************
*** 25,30 ****
--- 353,377 ----
        (event-modifiers): Use push.
        (mouse-movement-p, with-temp-buffer): Simplify.
  
+ 2004-10-12  Jay Belanger  <address@hidden>
+ 
+       * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
+       New variables.
+       (calc-help-index-entries): New function.
+       (calc-describe-function): Use `calc-help-function-list' instead of
+       obarray for completion.
+       (calc-describe-variable): Use `calc-help-variable-list' instead
+       of obarray for completion.
+ 
+ 2004-10-12  Richard M. Stallman  <address@hidden>
+ 
+       * info-look.el (info-lookup-file): Add info-file property.
+       (info-lookup-symbol): Likewise.
+ 
+       * info.el (info-xref): Add underlining.
+       (info): Add info-file property.
+       (Info-find-emacs-command-nodes): Specify case-sensitive search.
+ 
  2004-10-12  Michael Albinus  <address@hidden>
  
        Sync with Tramp 2.0.45.
***************
*** 78,83 ****
--- 425,439 ----
        * subr.el (substitute-key-definition): Mention command remapping
        in doc string.
  
+ 2004-10-11  Jay Belanger  <address@hidden>
+ 
+       * calc/calc-misc.el (calc-info-goto-node): New function.
+       (calc-tutorial, calc-info-summary): Go to appropriate Calc info
+       node in one step.
+       (calc-describe-copying, calc-describe-distribution)
+       (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
+       Go to appropriate info node in one step.
+ 
  2004-10-11  Stefan Monnier  <address@hidden>
  
        * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
***************
*** 201,207 ****
  2004-10-05  Juri Linkov  <address@hidden>
  
        * isearch.el (isearch-done): Set mark after running hook.
!       Suggested by Drew Adams <address@hidden>.
  
        * info.el (Info-history, Info-toc): Fix Info headers.
        (Info-toc): Narrow buffer before Info-fontify-node.
--- 557,563 ----
  2004-10-05  Juri Linkov  <address@hidden>
  
        * isearch.el (isearch-done): Set mark after running hook.
!       Reported by Drew Adams <address@hidden>.
  
        * info.el (Info-history, Info-toc): Fix Info headers.
        (Info-toc): Narrow buffer before Info-fontify-node.
***************
*** 291,305 ****
        * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
        (diff-fixup-modifs): Catch unified-diff file-headers.
  
- 2004-09-28  Stefan Monnier  <address@hidden>
- 
-       * dired.el (dired-view-command-alist): Use more efficient regexps.
-       Remove dubious arguments.
-       (dired-align-file): New function.
-       (dired-insert-directory): Use it.
-       (dired-move-to-end-of-filename): Make the " -> " search more specific.
-       (dired-buffers-for-dir): Remove unused var `pattern'.
- 
  2004-09-29  Kim F. Storm  <address@hidden>
  
        * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
--- 647,652 ----
***************
*** 309,314 ****
--- 656,670 ----
        * fringe.el (fringe-bitmap-p): New macro.
        (fringe-bitmaps): Add standard fringe bitmaps on load.
  
+ 2004-09-28  Stefan Monnier  <address@hidden>
+ 
+       * dired.el (dired-view-command-alist): Use more efficient regexps.
+       Remove dubious arguments.
+       (dired-align-file): New function.
+       (dired-insert-directory): Use it.
+       (dired-move-to-end-of-filename): Make the " -> " search more specific.
+       (dired-buffers-for-dir): Remove unused var `pattern'.
+ 
  2004-09-28  Matthew Mundell  <address@hidden>  (tiny change)
  
        * calendar/diary-lib.el (list-diary-entries): Save diary buffer
***************
*** 443,448 ****
--- 799,810 ----
  
        * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
  
+ 2004-09-21  Jay Belanger  <address@hidden>
+ 
+       * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
+       `calc-graph-set-styles' so the gnuplot buffer will appear in a
+       separate window.
+ 
  2004-09-21  Luc Teirlinck  <address@hidden>
  
        * subr.el (after-change-major-mode-hook): Doc fix.
***************
*** 457,462 ****
--- 819,828 ----
        * descr-text.el (describe-char): Checking of quail activation
        fixed.
  
+ 2004-09-21  Jay Belanger  <address@hidden>
+ 
+       * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
+ 
  2004-09-20  Luc Teirlinck  <address@hidden>
  
        * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
***************
*** 542,547 ****
--- 908,918 ----
        * calc/calc-units.el (calc-quick-units): Fix overzealous
        s/or/unless/.
  
+ 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>
  
        * ibuf-ext.el (define-ibuffer-filter filename):
***************
*** 573,578 ****
--- 944,987 ----
        (term-protocol-version): Increment.
        (term-current-face): Set to default.
  
+ 2004-09-15  Jay Belanger  <address@hidden>
+ 
+       * calc/calc.el (calc-mode-var-list): Define this variable.
+       (calc-always-load-extensions, calc-line-numbering)
+       (calc-line-breaking, calc-display-just, calc-display-origin)
+       (calc-number-radix, calc-leading-zeros, calc-group-digits)
+       (calc-group-char, calc-point-char, calc-frac-format)
+       (calc-prefer-frac, calc-hms-format, calc-date-format)
+       (calc-float-format, calc-full-float-format, calc-complex-format)
+       (calc-complex-mode, calc-infinite-mode, calc-display-strings)
+       (calc-matrix-just, calc-break-vectors, calc-full-vectors)
+       (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
+       (calc-matrix-brackets, calc-language, calc-language-option)
+       (calc-left-label, calc-right-label, calc-word-size)
+       (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
+       (calc-display-raw, calc-internal-prec, calc-angle-mode)
+       (calc-algebraic-mode, calc-incomplete-algebraic-mode)
+       (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
+       (calc-window-height, calc-display-trail, calc-show-selections)
+       (calc-use-selections, calc-assoc-selections)
+       (calc-display-working-message, calc-auto-why, calc-timing)
+       (calc-mode-save-mode, calc-standard-date-formats)
+       (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
+       (calc-user-parse-tables, calc-gnuplot-default-device)
+       (calc-gnuplot-default-output, calc-gnuplot-print-device)
+       (calc-gnuplot-print-output, calc-gnuplot-geometry)
+       (calc-graph-default-resolution, calc-graph-default-resolution-3d)
+       (calc-invocation-macro, calc-show-banner): Give these values as
+       part of `calc-mode-var-list's initialization after the variables
+       are declared with defvar.
+       (calc-bug-address):  Changed email address to send bug
+       reports to. Also changed the maintainer address at the top.
+       (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
+       than "\\.emacs" to determine if it is the user-init-file.
+ 
+       * calc/calc-embed.el (calc-embedded-set-modes): Use
+       `calc-mode-var-list' correctly.
+ 
  2004-09-15  Thien-Thi Nguyen  <address@hidden>
  
        * vc.el (annotate-time): Document point handling.




reply via email to

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