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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 01 Jun 2005 19:07:44 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7656 emacs/lisp/ChangeLog:1.7657
*** emacs/lisp/ChangeLog:1.7656 Wed Jun  1 20:50:06 2005
--- emacs/lisp/ChangeLog        Wed Jun  1 23:07:44 2005
***************
*** 172,184 ****
        * progmodes/which-func.el (which-func-update-1): Turn the mode
        off in case of error by setting which-func-mode.
  
! 2005-05-29   Peter Heslin  <address@hidden>  (tiny change)
  
        * flyspell.el (flyspell-auto-correct-previous-word):
        Narrow down to what's on the screen, and recenter overlays
        at the end of the next word.
  
! 2005-05-29   Manuel Serrano  <address@hidden>
  
        * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
        (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
--- 172,184 ----
        * progmodes/which-func.el (which-func-update-1): Turn the mode
        off in case of error by setting which-func-mode.
  
! 2005-05-29  Peter Heslin  <address@hidden>  (tiny change)
  
        * flyspell.el (flyspell-auto-correct-previous-word):
        Narrow down to what's on the screen, and recenter overlays
        at the end of the next word.
  
! 2005-05-29  Manuel Serrano  <address@hidden>
  
        * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
        (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
***************
*** 683,689 ****
  
        * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
        already deleted variables: auto-fill-hook, blink-paren-hook,
!       lisp-indent-hook, inhibit-local-variables, unread-command-event
        suspend-hooks, comment-indent-hook, meta-flag,
        before-change-function, after-change-function,
        font-lock-doc-string-face.
--- 683,689 ----
  
        * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
        already deleted variables: auto-fill-hook, blink-paren-hook,
!       lisp-indent-hook, inhibit-local-variables, unread-command-event,
        suspend-hooks, comment-indent-hook, meta-flag,
        before-change-function, after-change-function,
        font-lock-doc-string-face.
***************
*** 1195,1202 ****
  
        * progmodes/compile.el (compilation-setup): Set local value of
        overlay-arrow-string to "" always.
!       (compilation-set-window): Left fringe then don't scroll. No left
!       fringe then no arrow and scroll message to top.
        (compilation-context-lines): Adjust doc string accordingly.
  
  2005-05-16  Kim F. Storm  <address@hidden>
--- 1195,1202 ----
  
        * progmodes/compile.el (compilation-setup): Set local value of
        overlay-arrow-string to "" always.
!       (compilation-set-window): Left fringe then don't scroll.
!       No left fringe then no arrow and scroll message to top.
        (compilation-context-lines): Adjust doc string accordingly.
  
  2005-05-16  Kim F. Storm  <address@hidden>
***************
*** 1455,1461 ****
  
  2005-05-11  Stefan Monnier  <address@hidden>
  
!       * files.el (executable-find): Move from executable.el. Use locate-file.
        * progmodes/executable.el (executable-find): Move to files.el.
  
        * font-lock.el (font-lock-fontify-keywords-region): Use a marker
--- 1455,1461 ----
  
  2005-05-11  Stefan Monnier  <address@hidden>
  
!       * files.el (executable-find): Move from executable.el.  Use locate-file.
        * progmodes/executable.el (executable-find): Move to files.el.
  
        * font-lock.el (font-lock-fontify-keywords-region): Use a marker
***************
*** 1505,1514 ****
  
        * progmodes/gdb-ui.el (gdb-macro-info): New variable.
        (gdb-source-info): Check for preprocessor info.
!       (gdb-tooltip-print-1): New function. Don't print tooltip if it is
        a macro for a function.
-       found (user might have used GDB dir command).
        (gdb-info-breakpoints-custom): Try to find file again if not already
        (gdb-get-location): Update gdb-location-alist correctly for change
        to gdb-info-breakpoints-custom.
  
--- 1505,1514 ----
  
        * progmodes/gdb-ui.el (gdb-macro-info): New variable.
        (gdb-source-info): Check for preprocessor info.
!       (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
        a macro for a function.
        (gdb-info-breakpoints-custom): Try to find file again if not already
+       found (user might have used GDB dir command).
        (gdb-get-location): Update gdb-location-alist correctly for change
        to gdb-info-breakpoints-custom.
  
***************
*** 1604,1610 ****
        * tooltip.el: Move code for GUD tooltips into gud.el.
        (require): CL no longer needed to compile case.
        (tooltip-mode): Do not toggle functions for GUD tooltips.
!       (tooltip-gud-tips-p): Remove. Replace with minor mode
        gud-tooltip-mode in gud.el.
        (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
        (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
--- 1604,1610 ----
        * tooltip.el: Move code for GUD tooltips into gud.el.
        (require): CL no longer needed to compile case.
        (tooltip-mode): Do not toggle functions for GUD tooltips.
!       (tooltip-gud-tips-p): Remove.  Replace with minor mode
        gud-tooltip-mode in gud.el.
        (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
        (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
***************
*** 1616,1629 ****
        (tooltip-gud-original-filter, tooltip-gud-dereference)
        (tooltip-gud-event, tooltip-toggle-gud-tips)
        (tooltip-gud-process-output, tooltip-gud-print-command)
!       (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
        gud.el by replacing tooltip-gud prefix with gud-tooltip.
        (gdb-tooltip-print): Move to gdb-ui.el.
  
        * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
        (require): CL needed to compile case.
        (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
!       tooltip-gud-tips-p. Make it a minor-mode.
        (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
        (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
        (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
--- 1616,1629 ----
        (tooltip-gud-original-filter, tooltip-gud-dereference)
        (tooltip-gud-event, tooltip-toggle-gud-tips)
        (tooltip-gud-process-output, tooltip-gud-print-command)
!       (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
        gud.el by replacing tooltip-gud prefix with gud-tooltip.
        (gdb-tooltip-print): Move to gdb-ui.el.
  
        * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
        (require): CL needed to compile case.
        (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
!       tooltip-gud-tips-p.  Make it a minor-mode.
        (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
        (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
        (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
***************
*** 1719,1725 ****
        * ido.el (ido-setup-hook): New hook.
        (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
        (ido-input-stack): New var.
!       (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
        ido-next-work-file binding to M-O.
        Bind M-f to ido-wide-find-file-or-pop-dir.
        (ido-define-mode-map): Don't run ido-define-mode-map-hook.
--- 1719,1725 ----
        * ido.el (ido-setup-hook): New hook.
        (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
        (ido-input-stack): New var.
!       (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
        ido-next-work-file binding to M-O.
        Bind M-f to ido-wide-find-file-or-pop-dir.
        (ido-define-mode-map): Don't run ido-define-mode-map-hook.
***************
*** 1812,1818 ****
        (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
        (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
        with string-to-number.
!       (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
  
        * progmodes/gud.el: Replace string-to-int with string-to-number.
        (gud-find-file): Handle gdb-define-alist.
--- 1812,1818 ----
        (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
        (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
        with string-to-number.
!       (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
  
        * progmodes/gud.el: Replace string-to-int with string-to-number.
        (gud-find-file): Handle gdb-define-alist.
***************
*** 1858,1864 ****
        move to cc-vars.el.
  
        * progmodes/cc-vars.el (cc-define-list-program):
!       Change to "gcc -E -dM -". Make customizable.
  
  2005-05-02  Kim F. Storm  <address@hidden>
  
--- 1858,1864 ----
        move to cc-vars.el.
  
        * progmodes/cc-vars.el (cc-define-list-program):
!       Change to "gcc -E -dM -".  Make customizable.
  
  2005-05-02  Kim F. Storm  <address@hidden>
  
***************
*** 1909,1915 ****
        * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
        (compiled-function-p, focus-frame, unfocus-frame):
        Remove aliases and obsolete declarations.
!       Back out inadvertant changes from previous commit.
  
  2005-05-01  Luc Teirlinck  <address@hidden>
  
--- 1909,1915 ----
        * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
        (compiled-function-p, focus-frame, unfocus-frame):
        Remove aliases and obsolete declarations.
!       Back out inadvertent changes from previous commit.
  
  2005-05-01  Luc Teirlinck  <address@hidden>
  
***************
*** 1964,1970 ****
  2005-04-30  Nick Roberts  <address@hidden>
  
        * progmodes/cc-mode.el (cc-create-define-alist): Check that file
!       exists. Initialise cc-define-alist.
        (c-mode): Add cc-create-define-alist locally to after-save-hook.
        If there is no file (Macroexpansion) don't create an alist.
  
--- 1964,1970 ----
  2005-04-30  Nick Roberts  <address@hidden>
  
        * progmodes/cc-mode.el (cc-create-define-alist): Check that file
!       exists.  Initialise cc-define-alist.
        (c-mode): Add cc-create-define-alist locally to after-save-hook.
        If there is no file (Macroexpansion) don't create an alist.
  
***************
*** 2054,2060 ****
  
  2005-04-28  Nick Roberts  <address@hidden>
  
!       * progmodes/cc-mode.el: (cc-create-define-alist): New function.
        (cc-define-alist): New variable.
        (c-mode): Make it local and initialise it.
  
--- 2054,2060 ----
  
  2005-04-28  Nick Roberts  <address@hidden>
  
!       * progmodes/cc-mode.el (cc-create-define-alist): New function.
        (cc-define-alist): New variable.
        (c-mode): Make it local and initialise it.
  
***************
*** 2183,2189 ****
  2005-04-25  Dan Nicolaescu  <address@hidden>
  
        * term.el (ansi-term-color-vector): Use the xterm colors.
!       (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
  
  2005-04-25  Lute Kamstra  <address@hidden>
  
--- 2183,2189 ----
  2005-04-25  Dan Nicolaescu  <address@hidden>
  
        * term.el (ansi-term-color-vector): Use the xterm colors.
!       (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
  
  2005-04-25  Lute Kamstra  <address@hidden>
  
***************
*** 3205,3217 ****
        * add-log.el (change-log-font-lock-keywords): The manual
        describing a Change Log entry, says: (...) "Aside from these
        header lines, every line in the change log starts with a space or
!       a tab.". The font-lock was not highlighting lines started with
        spaces, added support for it.
  
  2005-04-03  Roland Winkler  <address@hidden>
  
        * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
!       (bibtex-generate-url-list): Update docstring accordingly. Put the
        complex example in the docstring.
        (bibtex-font-lock-url): Use pop.
  
--- 3205,3217 ----
        * add-log.el (change-log-font-lock-keywords): The manual
        describing a Change Log entry, says: (...) "Aside from these
        header lines, every line in the change log starts with a space or
!       a tab.".  The font-lock was not highlighting lines started with
        spaces, added support for it.
  
  2005-04-03  Roland Winkler  <address@hidden>
  
        * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
!       (bibtex-generate-url-list): Update docstring accordingly.  Put the
        complex example in the docstring.
        (bibtex-font-lock-url): Use pop.
  
***************
*** 3244,3250 ****
  
  2005-04-02  Sergey Poznyakoff  <address@hidden>  (tiny change)
  
!       * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
        mailbox specifications as well as URLs.
        (rmail-insert-inbox-text): Remove unused conditional branches.
  
--- 3244,3250 ----
  
  2005-04-02  Sergey Poznyakoff  <address@hidden>  (tiny change)
  
!       * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
        mailbox specifications as well as URLs.
        (rmail-insert-inbox-text): Remove unused conditional branches.
  
***************
*** 3346,3352 ****
        (fill-newline): Use fill-text-properties-at instead of
        text-properties-at.
  
! 2005-03-31  Olive Lin  <address@hidden> (tiny change)
  
        * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
        not comint-quote-filename.
--- 3346,3352 ----
        (fill-newline): Use fill-text-properties-at instead of
        text-properties-at.
  
! 2005-03-31  Olive Lin  <address@hidden>  (tiny change)
  
        * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
        not comint-quote-filename.
***************
*** 3485,3496 ****
        (hs-special-modes-alist): Add a Fortran entry.
        (fortran-mode-map): Bind fortran-end-of-block,
        fortran-beginning-of-block to \M-\C-n, \M-\C-p.
!       (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
        (fortran-looking-at-if-then, fortran-end-of-block)
        (fortran-beginning-of-block): New functions, for hideshow.
  
!       * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
!       fix. Tweak regexp.
        (f90-beginning-of-block): Push mark first.
  
  2005-03-29  Jay Belanger  <address@hidden>
--- 3485,3496 ----
        (hs-special-modes-alist): Add a Fortran entry.
        (fortran-mode-map): Bind fortran-end-of-block,
        fortran-beginning-of-block to \M-\C-n, \M-\C-p.
!       (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
        (fortran-looking-at-if-then, fortran-end-of-block)
        (fortran-beginning-of-block): New functions, for hideshow.
  
!       * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
!       Doc fix.  Tweak regexp.
        (f90-beginning-of-block): Push mark first.
  
  2005-03-29  Jay Belanger  <address@hidden>
***************
*** 3508,3514 ****
        * vc.el (vc-do-command): Use a pipe for async processes, so password
        prompts don't show up at places where the user can't reply.
  
! 2005-03-29  Olive Lin  <address@hidden> (tiny change)
  
        * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
        on the file name we pass to the inferior shell.
--- 3508,3514 ----
        * vc.el (vc-do-command): Use a pipe for async processes, so password
        prompts don't show up at places where the user can't reply.
  
! 2005-03-29  Olive Lin  <address@hidden>  (tiny change)
  
        * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
        on the file name we pass to the inferior shell.
***************
*** 3881,3891 ****
        (recentf-include-p): More robust.
        (recentf-keep-p): New function.
        (recentf-remove-if-non-kept): Rename from
!       `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
        All callers updated.
        (recentf-menu-items-for-commands): Fix help string.
!       (recentf-track-closed-file): Update. Doc fix.
!       (recentf-cleanup): Update. Count removed files. Doc fix.
  
  2005-03-23  Kim F. Storm  <address@hidden>
  
--- 3881,3891 ----
        (recentf-include-p): More robust.
        (recentf-keep-p): New function.
        (recentf-remove-if-non-kept): Rename from
!       `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
        All callers updated.
        (recentf-menu-items-for-commands): Fix help string.
!       (recentf-track-closed-file): Update.  Doc fix.
!       (recentf-cleanup): Update.  Count removed files.  Doc fix.
  
  2005-03-23  Kim F. Storm  <address@hidden>
  
***************
*** 4601,4607 ****
  
        * files.el (mode-require-final-newline): Doc fix.
  
! 2005-03-03  Stephan Stahl  <address@hidden> (tiny change)
  
        * progmodes/which-func.el (which-function):
        Specify NOERROR when calling imenu--make-index-alist.
--- 4601,4607 ----
  
        * files.el (mode-require-final-newline): Doc fix.
  
! 2005-03-03  Stephan Stahl  <address@hidden>  (tiny change)
  
        * progmodes/which-func.el (which-function):
        Specify NOERROR when calling imenu--make-index-alist.
***************
*** 5196,5202 ****
        * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
        (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
        (gdb-set-gud-minor-mode-existing-buffers): New functions.
!       (gdb-find-file-hook): New hook. Add it to find-file-hook.
        (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
  
  2005-02-14  Luc Teirlinck  <address@hidden>
--- 5196,5202 ----
        * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
        (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
        (gdb-set-gud-minor-mode-existing-buffers): New functions.
!       (gdb-find-file-hook): New hook.  Add it to find-file-hook.
        (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
  
  2005-02-14  Luc Teirlinck  <address@hidden>
***************
*** 5360,5372 ****
  
  2005-02-05  Nick Roberts  <address@hidden>
  
!       * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
        GDB-Windows on the menu-bar as this works better.
  
  2005-02-04  Jay Belanger  <address@hidden>
  
        * calc/calc-embed.el (calc-embedded-update): Don't put in
!       unnecessary newlines. Adjust the end of formula marker.
  
        * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
        (math-latex-parse-two-args): New function.
--- 5360,5372 ----
  
  2005-02-05  Nick Roberts  <address@hidden>
  
!       * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
        GDB-Windows on the menu-bar as this works better.
  
  2005-02-04  Jay Belanger  <address@hidden>
  
        * calc/calc-embed.el (calc-embedded-update): Don't put in
!       unnecessary newlines.  Adjust the end of formula marker.
  
        * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
        (math-latex-parse-two-args): New function.
***************
*** 5428,5434 ****
  
  2005-02-02  Nick Roberts  <address@hidden>
  
!       * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
  
        * progmodes/gud.el (gud-goto-info): New function.
        (gud-tool-bar-map): Use correct icon.
--- 5428,5434 ----
  
  2005-02-02  Nick Roberts  <address@hidden>
  
!       * progmodes/gdb-ui.el (gdb-goto-info): Delete.
  
        * progmodes/gud.el (gud-goto-info): New function.
        (gud-tool-bar-map): Use correct icon.
***************
*** 6861,6867 ****
  
  2004-12-21  Eli Barzilay  <address@hidden>
  
!       * calculator.el: (calculator-radix-grouping-mode)
        (calculator-radix-grouping-digits)
        (calculator-radix-grouping-separator):
        New defcustoms for the new radix grouping mode functionality.
--- 6861,6867 ----
  
  2004-12-21  Eli Barzilay  <address@hidden>
  
!       * calculator.el (calculator-radix-grouping-mode)
        (calculator-radix-grouping-digits)
        (calculator-radix-grouping-separator):
        New defcustoms for the new radix grouping mode functionality.
***************
*** 7062,7072 ****
        (zone-replace-char): New defsubst.
        (zone-park/sit-for): Likewise.
        (zone-fret): Take window-start arg.
!       Update callers. Use `zone-park/sit-for'.
        (zone-fill-out-screen): Rewrite.
!       (zone-fall-through-ws): Likewise. Update callers.
        (zone-pgm-drip): Use `zone-replace-char'.
!       Move var inits before while-loop. Use `zone-park/sit-for'.
        (zone-pgm-random-life): Handle empty initial field.
        Use `zone-replace-char' and `zone-park/sit-for'.
  
--- 7062,7072 ----
        (zone-replace-char): New defsubst.
        (zone-park/sit-for): Likewise.
        (zone-fret): Take window-start arg.
!       Update callers.  Use `zone-park/sit-for'.
        (zone-fill-out-screen): Rewrite.
!       (zone-fall-through-ws): Likewise.  Update callers.
        (zone-pgm-drip): Use `zone-replace-char'.
!       Move var inits before while-loop.  Use `zone-park/sit-for'.
        (zone-pgm-random-life): Handle empty initial field.
        Use `zone-replace-char' and `zone-park/sit-for'.
  
***************
*** 7907,7922 ****
        (tramp-file-name-handler-alist): Delete file-directory-files, add
        directory-files-and-attributes.
        (tramp-perl-file-attributes): Surround uid and gid by double
!       quotes. Change parameter id-format from nonnumeric.
        (tramp-convert-file-attributes): New function.
        (tramp-handle-file-attributes): Use it.
        (tramp-maybe-send-perl-script): New function.
!       (tramp-handle-file-attributes-with-perl): Use it. Don't convert
!       file mode. Change parameter id-format from nonnumeric.
        (tramp-handle-file-attributes-with-ls): Change parameter id-format
        from nonnumeric.
        (tramp-post-connection): Don't send tramp-perl-file-attributes
!       script. Reset connection property "perl-scripts".
        (tramp-handle-insert-directory): Run real handler when ls-lisp is
        in use.
  
--- 7907,7922 ----
        (tramp-file-name-handler-alist): Delete file-directory-files, add
        directory-files-and-attributes.
        (tramp-perl-file-attributes): Surround uid and gid by double
!       quotes.  Change parameter id-format from nonnumeric.
        (tramp-convert-file-attributes): New function.
        (tramp-handle-file-attributes): Use it.
        (tramp-maybe-send-perl-script): New function.
!       (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
!       file mode.  Change parameter id-format from nonnumeric.
        (tramp-handle-file-attributes-with-ls): Change parameter id-format
        from nonnumeric.
        (tramp-post-connection): Don't send tramp-perl-file-attributes
!       script.  Reset connection property "perl-scripts".
        (tramp-handle-insert-directory): Run real handler when ls-lisp is
        in use.
  
***************
*** 7939,7945 ****
        (gdb-view-source-function, gdb-view-assembler): Delete functions.
        (menu): Delete menu bindings for viewing source/assembler.
        (gdb-setup-windows, gdb-restore-windows):
!       Don't dedicate GUD. No assembler now.
        (gdb-reset): No need to undedicate source buffers now.
        (gdb-source-info): No assembler now.
  
--- 7939,7945 ----
        (gdb-view-source-function, gdb-view-assembler): Delete functions.
        (menu): Delete menu bindings for viewing source/assembler.
        (gdb-setup-windows, gdb-restore-windows):
!       Don't dedicate GUD.  No assembler now.
        (gdb-reset): No need to undedicate source buffers now.
        (gdb-source-info): No assembler now.
  
***************
*** 8066,8072 ****
        (gdb-var-evaluate-expression-handler, gdb-put-string):
        Remove unused variable bindings.
        (gdb-setup-windows, gdb-display-buffer):
!       Simplify. Use pop-to-buffer.
        (gdb-view-source-function): Simplify.
        (gdb-frame-breakpoints-buffer):
        Use pop-to-buffer, special-display-regexps.
--- 8066,8072 ----
        (gdb-var-evaluate-expression-handler, gdb-put-string):
        Remove unused variable bindings.
        (gdb-setup-windows, gdb-display-buffer):
!       Simplify.  Use pop-to-buffer.
        (gdb-view-source-function): Simplify.
        (gdb-frame-breakpoints-buffer):
        Use pop-to-buffer, special-display-regexps.
***************
*** 8150,8157 ****
        * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
        (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
        Dedicate gdb-related windows.
!       (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
!       other frames.
        (gdb-reset): Remove dedicated property after debugging.
  
  2004-11-24  Jay Belanger  <address@hidden>
--- 8150,8157 ----
        * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
        (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
        Dedicate gdb-related windows.
!       (gdb-display-buffer): Dedicate gdb-related windows.
!       Don't grab other frames.
        (gdb-reset): Remove dedicated property after debugging.
  
  2004-11-24  Jay Belanger  <address@hidden>
***************
*** 9017,9024 ****
  
  2004-11-10  Nick Roberts  <address@hidden>
  
!       * tooltip.el: Don't require cl, comint, gud, gdb-ui for
!       compilation. The resulting compiler warnings appear to be harmless.
  
  2004-11-10  Daniel Pfeiffer  <address@hidden>
  
--- 9017,9024 ----
  
  2004-11-10  Nick Roberts  <address@hidden>
  
!       * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
!       The resulting compiler warnings appear to be harmless.
  
  2004-11-10  Daniel Pfeiffer  <address@hidden>
  
***************
*** 10246,10252 ****
        * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
        reset kmacro-initial-counter-value if set.
        (kmacro-set-counter): Only set kmacro-counter if defining or executing
!       macro.  Set kmacro-initial-counter-value otherwise. Never set both.
        (kmacro-display): Show macro counter if non-zero.
  
        * subr.el (substitute-key-definition): Mention command remapping
--- 10246,10252 ----
        * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
        reset kmacro-initial-counter-value if set.
        (kmacro-set-counter): Only set kmacro-counter if defining or executing
!       macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
        (kmacro-display): Show macro counter if non-zero.
  
        * subr.el (substitute-key-definition): Mention command remapping
***************
*** 10433,10440 ****
  
        * term.el (term-adjust-current-row-cache): Don't allow the current
        row to become negative.
!       (term-emulate-terminal): Fix insert mode. Handle tab insertion at
!       the end of the line. Fix scroll down. Add comments.
        (term-handle-ansi-escape): Don't exceed terminal width when moving
        right.
        (term-scroll-region): Move the cursor after setting the scroll region.
--- 10433,10440 ----
  
        * term.el (term-adjust-current-row-cache): Don't allow the current
        row to become negative.
!       (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
!       the end of the line.  Fix scroll down.  Add comments.
        (term-handle-ansi-escape): Don't exceed terminal width when moving
        right.
        (term-scroll-region): Move the cursor after setting the scroll region.
***************
*** 10589,10595 ****
        * calendar/holidays.el (holiday-advent): Report on a specified day
        offset from advent, not just advent.
        (holiday-easter-etc): Report on one specified day offset from
!       easter, not all easter holidays. Various Easter holidays moved to
        `christian-holidays' variable in calendar.el.
        * calendar/calendar.el (christian-holidays): Adapt for new
        behaviour of `holiday-advent' and `holiday-easter-etc' functions.
--- 10589,10595 ----
        * calendar/holidays.el (holiday-advent): Report on a specified day
        offset from advent, not just advent.
        (holiday-easter-etc): Report on one specified day offset from
!       easter, not all easter holidays.  Various Easter holidays moved to
        `christian-holidays' variable in calendar.el.
        * calendar/calendar.el (christian-holidays): Adapt for new
        behaviour of `holiday-advent' and `holiday-easter-etc' functions.
***************
*** 10604,10610 ****
        (ido-read-internal): Handle new `list' context.
        Handle insert-buffer and insert-file ido-exit values.
        (ido-buffer-internal): New arg switch-cmd.  Use it to setup
!       ido-context-switch-command. Handle insert-file ido-exit value.
        (ido-read-buffer): Set ido-context-switch-command to 'ignore
        unless it is already bound by caller.
        (ido-file-internal): New arg switch-cmd.  Use it to setup
--- 10604,10610 ----
        (ido-read-internal): Handle new `list' context.
        Handle insert-buffer and insert-file ido-exit values.
        (ido-buffer-internal): New arg switch-cmd.  Use it to setup
!       ido-context-switch-command.  Handle insert-file ido-exit value.
        (ido-read-buffer): Set ido-context-switch-command to 'ignore
        unless it is already bound by caller.
        (ido-file-internal): New arg switch-cmd.  Use it to setup
***************
*** 10934,10940 ****
        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.
--- 10934,10940 ----
        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.
***************
*** 11620,11627 ****
        when `c-opt-type-concat-key' is used (i.e. in Pike).
  
        * progmodes/cc-engine.el (c-looking-at-special-brace-list):
!       Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
!       >)".
  
        * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
        whitespace safe.
--- 11620,11627 ----
        when `c-opt-type-concat-key' is used (i.e. in Pike).
  
        * progmodes/cc-engine.el (c-looking-at-special-brace-list):
!       Fix bug when the inner char pair doesn't have paren syntax,
!       i.e. "(<>)".
  
        * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
        whitespace safe.
***************
*** 11701,11707 ****
        string.  (2) Check that settings to `c-offsets-alist' are not
        spuriously quoted.
  
!       * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
        which precedes the newly inserted `{'.
  
  2004-08-10  Michael Albinus  <address@hidden>
--- 11701,11707 ----
        string.  (2) Check that settings to `c-offsets-alist' are not
        spuriously quoted.
  
!       * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
        which precedes the newly inserted `{'.
  
  2004-08-10  Michael Albinus  <address@hidden>
***************
*** 12354,12360 ****
  
  2004-06-23  Nick Roberts  <address@hidden>
  
!       * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
        Remove.
        (comint-insert-input, comint-mouse-insert-input): New functions
        based on comint-insert-clicked-input for two bindings but just
--- 12354,12360 ----
  
  2004-06-23  Nick Roberts  <address@hidden>
  
!       * comint.el (comint-insert-clicked-input, comint-copy-old-input):
        Remove.
        (comint-insert-input, comint-mouse-insert-input): New functions
        based on comint-insert-clicked-input for two bindings but just
***************
*** 12865,12871 ****
  
  2004-06-04  Karl Fogel  <address@hidden>
  
!       * 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.
--- 12865,12871 ----
  
  2004-06-04  Karl Fogel  <address@hidden>
  
!       * 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.
***************
*** 14631,14637 ****
        * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
        (rx-bracket, rx-check-any, rx-any): Clean up name space.
  
!       * wdired.el: (wdired-mode-map): Move init into declaration.
        Fix `return' binding.
        (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
        Use force-mode-line-update.
--- 14631,14637 ----
        * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
        (rx-bracket, rx-check-any, rx-any): Clean up name space.
  
!       * wdired.el (wdired-mode-map): Move init into declaration.
        Fix `return' binding.
        (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
        Use force-mode-line-update.
***************
*** 16174,16180 ****
  
  2004-03-15  David Ponce  <address@hidden>
  
!       * ruler-mode.el: (ruler-mode-left-fringe-cols)
        (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
        (ruler-mode-right-scroll-bar-cols): Remove.
        (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
--- 16174,16180 ----
  
  2004-03-15  David Ponce  <address@hidden>
  
!       * ruler-mode.el (ruler-mode-left-fringe-cols)
        (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
        (ruler-mode-right-scroll-bar-cols): Remove.
        (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
***************
*** 16921,16927 ****
  
  2004-02-16  Eli Tziperman  <address@hidden>
  
!       * rmail-spam-filter.el: (vm-use-spam-filter)
        (rsf-min-region-length-added-to-spam-list): New variables.
        (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
        rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
--- 16921,16927 ----
  
  2004-02-16  Eli Tziperman  <address@hidden>
  
!       * rmail-spam-filter.el (vm-use-spam-filter)
        (rsf-min-region-length-added-to-spam-list): New variables.
        (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
        rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
***************
*** 17579,17585 ****
  
        * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
  
! 2004-01-18   David Ponce  <address@hidden>  (tiny change)
  
        * progmodes/which-func.el (which-function-mode): Don't cancel
        which-func-update-timer if not set.
--- 17579,17585 ----
  
        * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
  
! 2004-01-18  David Ponce  <address@hidden>  (tiny change)
  
        * progmodes/which-func.el (which-function-mode): Don't cancel
        which-func-update-timer if not set.




reply via email to

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