/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7656 by teirllm, Wed Jun 1 20:50:06 2005 UTC revision 1.7657 by lektu, Wed Jun 1 23:07:44 2005 UTC
# Line 172  Line 172 
172          * progmodes/which-func.el (which-func-update-1): Turn the mode          * progmodes/which-func.el (which-func-update-1): Turn the mode
173          off in case of error by setting which-func-mode.          off in case of error by setting which-func-mode.
174    
175  2005-05-29   Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)  2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
176    
177          * flyspell.el (flyspell-auto-correct-previous-word):          * flyspell.el (flyspell-auto-correct-previous-word):
178          Narrow down to what's on the screen, and recenter overlays          Narrow down to what's on the screen, and recenter overlays
179          at the end of the next word.          at the end of the next word.
180    
181  2005-05-29   Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>  2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
182    
183          * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.          * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
184          (flyspell-default-delayed-commands): Add backward-delete-char-untabify.          (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
# Line 683  Line 683 
683    
684          * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for          * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
685          already deleted variables: auto-fill-hook, blink-paren-hook,          already deleted variables: auto-fill-hook, blink-paren-hook,
686          lisp-indent-hook, inhibit-local-variables, unread-command-event          lisp-indent-hook, inhibit-local-variables, unread-command-event,
687          suspend-hooks, comment-indent-hook, meta-flag,          suspend-hooks, comment-indent-hook, meta-flag,
688          before-change-function, after-change-function,          before-change-function, after-change-function,
689          font-lock-doc-string-face.          font-lock-doc-string-face.
# Line 1195  Line 1195 
1195    
1196          * progmodes/compile.el (compilation-setup): Set local value of          * progmodes/compile.el (compilation-setup): Set local value of
1197          overlay-arrow-string to "" always.          overlay-arrow-string to "" always.
1198          (compilation-set-window): Left fringe then don't scroll. No left          (compilation-set-window): Left fringe then don't scroll.
1199          fringe then no arrow and scroll message to top.          No left fringe then no arrow and scroll message to top.
1200          (compilation-context-lines): Adjust doc string accordingly.          (compilation-context-lines): Adjust doc string accordingly.
1201    
1202  2005-05-16  Kim F. Storm  <storm@cua.dk>  2005-05-16  Kim F. Storm  <storm@cua.dk>
# Line 1455  Line 1455 
1455    
1456  2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>  2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1457    
1458          * files.el (executable-find): Move from executable.el. Use locate-file.          * files.el (executable-find): Move from executable.el.  Use locate-file.
1459          * progmodes/executable.el (executable-find): Move to files.el.          * progmodes/executable.el (executable-find): Move to files.el.
1460    
1461          * font-lock.el (font-lock-fontify-keywords-region): Use a marker          * font-lock.el (font-lock-fontify-keywords-region): Use a marker
# Line 1505  Line 1505 
1505    
1506          * progmodes/gdb-ui.el (gdb-macro-info): New variable.          * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1507          (gdb-source-info): Check for preprocessor info.          (gdb-source-info): Check for preprocessor info.
1508          (gdb-tooltip-print-1): New function. Don't print tooltip if it is          (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
1509          a macro for a function.          a macro for a function.
         found (user might have used GDB dir command).  
1510          (gdb-info-breakpoints-custom): Try to find file again if not already          (gdb-info-breakpoints-custom): Try to find file again if not already
1511            found (user might have used GDB dir command).
1512          (gdb-get-location): Update gdb-location-alist correctly for change          (gdb-get-location): Update gdb-location-alist correctly for change
1513          to gdb-info-breakpoints-custom.          to gdb-info-breakpoints-custom.
1514    
# Line 1604  Line 1604 
1604          * tooltip.el: Move code for GUD tooltips into gud.el.          * tooltip.el: Move code for GUD tooltips into gud.el.
1605          (require): CL no longer needed to compile case.          (require): CL no longer needed to compile case.
1606          (tooltip-mode): Do not toggle functions for GUD tooltips.          (tooltip-mode): Do not toggle functions for GUD tooltips.
1607          (tooltip-gud-tips-p): Remove. Replace with minor mode          (tooltip-gud-tips-p): Remove.  Replace with minor mode
1608          gud-tooltip-mode in gud.el.          gud-tooltip-mode in gud.el.
1609          (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)          (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
1610          (tooltip-gud-toggle-dereference): Rename in gud.el by replacing          (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
# Line 1616  Line 1616 
1616          (tooltip-gud-original-filter, tooltip-gud-dereference)          (tooltip-gud-original-filter, tooltip-gud-dereference)
1617          (tooltip-gud-event, tooltip-toggle-gud-tips)          (tooltip-gud-event, tooltip-toggle-gud-tips)
1618          (tooltip-gud-process-output, tooltip-gud-print-command)          (tooltip-gud-process-output, tooltip-gud-print-command)
1619          (tooltip-gud-tips): GUD tooltip functions/variables. Rename in          (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
1620          gud.el by replacing tooltip-gud prefix with gud-tooltip.          gud.el by replacing tooltip-gud prefix with gud-tooltip.
1621          (gdb-tooltip-print): Move to gdb-ui.el.          (gdb-tooltip-print): Move to gdb-ui.el.
1622    
1623          * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.          * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
1624          (require): CL needed to compile case.          (require): CL needed to compile case.
1625          (gud-tooltip-mode): Use to toggle GUD tooltips unstead of          (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
1626          tooltip-gud-tips-p. Make it a minor-mode.          tooltip-gud-tips-p.  Make it a minor-mode.
1627          (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.          (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
1628          (gud-menu-map): GUD tooltips use gud-tooltip-mode now.          (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
1629          (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)          (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
# Line 1719  Line 1719 
1719          * ido.el (ido-setup-hook): New hook.          * ido.el (ido-setup-hook): New hook.
1720          (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.          (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
1721          (ido-input-stack): New var.          (ido-input-stack): New var.
1722          (ido-define-mode-map): Bind M-b to ido-push-dir. Move old          (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
1723          ido-next-work-file binding to M-O.          ido-next-work-file binding to M-O.
1724          Bind M-f to ido-wide-find-file-or-pop-dir.          Bind M-f to ido-wide-find-file-or-pop-dir.
1725          (ido-define-mode-map): Don't run ido-define-mode-map-hook.          (ido-define-mode-map): Don't run ido-define-mode-map-hook.
# Line 1812  Line 1812 
1812          (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.          (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
1813          (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int          (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
1814          with string-to-number.          with string-to-number.
1815          (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.          (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
1816    
1817          * progmodes/gud.el: Replace string-to-int with string-to-number.          * progmodes/gud.el: Replace string-to-int with string-to-number.
1818          (gud-find-file): Handle gdb-define-alist.          (gud-find-file): Handle gdb-define-alist.
# Line 1858  Line 1858 
1858          move to cc-vars.el.          move to cc-vars.el.
1859    
1860          * progmodes/cc-vars.el (cc-define-list-program):          * progmodes/cc-vars.el (cc-define-list-program):
1861          Change to "gcc -E -dM -". Make customizable.          Change to "gcc -E -dM -".  Make customizable.
1862    
1863  2005-05-02  Kim F. Storm  <storm@cua.dk>  2005-05-02  Kim F. Storm  <storm@cua.dk>
1864    
# Line 1909  Line 1909 
1909          * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)          * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
1910          (compiled-function-p, focus-frame, unfocus-frame):          (compiled-function-p, focus-frame, unfocus-frame):
1911          Remove aliases and obsolete declarations.          Remove aliases and obsolete declarations.
1912          Back out inadvertant changes from previous commit.          Back out inadvertent changes from previous commit.
1913    
1914  2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>  2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1915    
# Line 1964  Line 1964 
1964  2005-04-30  Nick Roberts  <nickrob@snap.net.nz>  2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
1965    
1966          * progmodes/cc-mode.el (cc-create-define-alist): Check that file          * progmodes/cc-mode.el (cc-create-define-alist): Check that file
1967          exists. Initialise cc-define-alist.          exists.  Initialise cc-define-alist.
1968          (c-mode): Add cc-create-define-alist locally to after-save-hook.          (c-mode): Add cc-create-define-alist locally to after-save-hook.
1969          If there is no file (Macroexpansion) don't create an alist.          If there is no file (Macroexpansion) don't create an alist.
1970    
# Line 2054  Line 2054 
2054    
2055  2005-04-28  Nick Roberts  <nickrob@snap.net.nz>  2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
2056    
2057          * progmodes/cc-mode.el: (cc-create-define-alist): New function.          * progmodes/cc-mode.el (cc-create-define-alist): New function.
2058          (cc-define-alist): New variable.          (cc-define-alist): New variable.
2059          (c-mode): Make it local and initialise it.          (c-mode): Make it local and initialise it.
2060    
# Line 2183  Line 2183 
2183  2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>  2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
2184    
2185          * term.el (ansi-term-color-vector): Use the xterm colors.          * term.el (ansi-term-color-vector): Use the xterm colors.
2186          (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.          (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
2187    
2188  2005-04-25  Lute Kamstra  <lute@gnu.org>  2005-04-25  Lute Kamstra  <lute@gnu.org>
2189    
# Line 3205  Line 3205 
3205          * add-log.el (change-log-font-lock-keywords): The manual          * add-log.el (change-log-font-lock-keywords): The manual
3206          describing a Change Log entry, says: (...) "Aside from these          describing a Change Log entry, says: (...) "Aside from these
3207          header lines, every line in the change log starts with a space or          header lines, every line in the change log starts with a space or
3208          a tab.". The font-lock was not highlighting lines started with          a tab.".  The font-lock was not highlighting lines started with
3209          spaces, added support for it.          spaces, added support for it.
3210    
3211  2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>  2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3212    
3213          * textmodes/bibtex.el (bibtex-url): Use format to generate the url.          * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3214          (bibtex-generate-url-list): Update docstring accordingly. Put the          (bibtex-generate-url-list): Update docstring accordingly.  Put the
3215          complex example in the docstring.          complex example in the docstring.
3216          (bibtex-font-lock-url): Use pop.          (bibtex-font-lock-url): Use pop.
3217    
# Line 3244  Line 3244 
3244    
3245  2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)  2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
3246    
3247          * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional          * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
3248          mailbox specifications as well as URLs.          mailbox specifications as well as URLs.
3249          (rmail-insert-inbox-text): Remove unused conditional branches.          (rmail-insert-inbox-text): Remove unused conditional branches.
3250    
# Line 3346  Line 3346 
3346          (fill-newline): Use fill-text-properties-at instead of          (fill-newline): Use fill-text-properties-at instead of
3347          text-properties-at.          text-properties-at.
3348    
3349  2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)  2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3350    
3351          * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,          * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3352          not comint-quote-filename.          not comint-quote-filename.
# Line 3485  Line 3485 
3485          (hs-special-modes-alist): Add a Fortran entry.          (hs-special-modes-alist): Add a Fortran entry.
3486          (fortran-mode-map): Bind fortran-end-of-block,          (fortran-mode-map): Bind fortran-end-of-block,
3487          fortran-beginning-of-block to \M-\C-n, \M-\C-p.          fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3488          (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.          (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
3489          (fortran-looking-at-if-then, fortran-end-of-block)          (fortran-looking-at-if-then, fortran-end-of-block)
3490          (fortran-beginning-of-block): New functions, for hideshow.          (fortran-beginning-of-block): New functions, for hideshow.
3491    
3492          * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc          * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3493          fix. Tweak regexp.          Doc fix.  Tweak regexp.
3494          (f90-beginning-of-block): Push mark first.          (f90-beginning-of-block): Push mark first.
3495    
3496  2005-03-29  Jay Belanger  <belanger@truman.edu>  2005-03-29  Jay Belanger  <belanger@truman.edu>
# Line 3508  Line 3508 
3508          * vc.el (vc-do-command): Use a pipe for async processes, so password          * vc.el (vc-do-command): Use a pipe for async processes, so password
3509          prompts don't show up at places where the user can't reply.          prompts don't show up at places where the user can't reply.
3510    
3511  2005-03-29  Olive Lin  <olive.lin@versateladsl.be> (tiny change)  2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3512    
3513          * textmodes/tex-mode.el (tex-send-command): shell-quote-argument          * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3514          on the file name we pass to the inferior shell.          on the file name we pass to the inferior shell.
# Line 3881  Line 3881 
3881          (recentf-include-p): More robust.          (recentf-include-p): More robust.
3882          (recentf-keep-p): New function.          (recentf-keep-p): New function.
3883          (recentf-remove-if-non-kept): Rename from          (recentf-remove-if-non-kept): Rename from
3884          `recentf-remove-if-non-readable'. Use `recentf-keep-p'.          `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
3885          All callers updated.          All callers updated.
3886          (recentf-menu-items-for-commands): Fix help string.          (recentf-menu-items-for-commands): Fix help string.
3887          (recentf-track-closed-file): Update. Doc fix.          (recentf-track-closed-file): Update.  Doc fix.
3888          (recentf-cleanup): Update. Count removed files. Doc fix.          (recentf-cleanup): Update.  Count removed files.  Doc fix.
3889    
3890  2005-03-23  Kim F. Storm  <storm@cua.dk>  2005-03-23  Kim F. Storm  <storm@cua.dk>
3891    
# Line 4601  Line 4601 
4601    
4602          * files.el (mode-require-final-newline): Doc fix.          * files.el (mode-require-final-newline): Doc fix.
4603    
4604  2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)  2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4605    
4606          * progmodes/which-func.el (which-function):          * progmodes/which-func.el (which-function):
4607          Specify NOERROR when calling imenu--make-index-alist.          Specify NOERROR when calling imenu--make-index-alist.
# Line 5196  Line 5196 
5196          * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.          * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5197          (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)          (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5198          (gdb-set-gud-minor-mode-existing-buffers): New functions.          (gdb-set-gud-minor-mode-existing-buffers): New functions.
5199          (gdb-find-file-hook): New hook. Add it to find-file-hook.          (gdb-find-file-hook): New hook.  Add it to find-file-hook.
5200          (gdb-info-breakpoints-custom, gdb-source-info): Simplify.          (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5201    
5202  2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>  2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
# Line 5360  Line 5360 
5360    
5361  2005-02-05  Nick Roberts  <nickrob@snap.net.nz>  2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
5362    
5363          * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before          * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
5364          GDB-Windows on the menu-bar as this works better.          GDB-Windows on the menu-bar as this works better.
5365    
5366  2005-02-04  Jay Belanger  <belanger@truman.edu>  2005-02-04  Jay Belanger  <belanger@truman.edu>
5367    
5368          * calc/calc-embed.el (calc-embedded-update): Don't put in          * calc/calc-embed.el (calc-embedded-update): Don't put in
5369          unnecessary newlines. Adjust the end of formula marker.          unnecessary newlines.  Adjust the end of formula marker.
5370    
5371          * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.          * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5372          (math-latex-parse-two-args): New function.          (math-latex-parse-two-args): New function.
# Line 5428  Line 5428 
5428    
5429  2005-02-02  Nick Roberts  <nickrob@snap.net.nz>  2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
5430    
5431          * progmodes/gdb-ui.el: (gdb-goto-info): Delete.          * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5432    
5433          * progmodes/gud.el (gud-goto-info): New function.          * progmodes/gud.el (gud-goto-info): New function.
5434          (gud-tool-bar-map): Use correct icon.          (gud-tool-bar-map): Use correct icon.
# Line 6861  Line 6861 
6861    
6862  2004-12-21  Eli Barzilay  <eli@barzilay.org>  2004-12-21  Eli Barzilay  <eli@barzilay.org>
6863    
6864          * calculator.el: (calculator-radix-grouping-mode)          * calculator.el (calculator-radix-grouping-mode)
6865          (calculator-radix-grouping-digits)          (calculator-radix-grouping-digits)
6866          (calculator-radix-grouping-separator):          (calculator-radix-grouping-separator):
6867          New defcustoms for the new radix grouping mode functionality.          New defcustoms for the new radix grouping mode functionality.
# Line 7062  Line 7062 
7062          (zone-replace-char): New defsubst.          (zone-replace-char): New defsubst.
7063          (zone-park/sit-for): Likewise.          (zone-park/sit-for): Likewise.
7064          (zone-fret): Take window-start arg.          (zone-fret): Take window-start arg.
7065          Update callers. Use `zone-park/sit-for'.          Update callers.  Use `zone-park/sit-for'.
7066          (zone-fill-out-screen): Rewrite.          (zone-fill-out-screen): Rewrite.
7067          (zone-fall-through-ws): Likewise. Update callers.          (zone-fall-through-ws): Likewise.  Update callers.
7068          (zone-pgm-drip): Use `zone-replace-char'.          (zone-pgm-drip): Use `zone-replace-char'.
7069          Move var inits before while-loop. Use `zone-park/sit-for'.          Move var inits before while-loop.  Use `zone-park/sit-for'.
7070          (zone-pgm-random-life): Handle empty initial field.          (zone-pgm-random-life): Handle empty initial field.
7071          Use `zone-replace-char' and `zone-park/sit-for'.          Use `zone-replace-char' and `zone-park/sit-for'.
7072    
# Line 7907  Line 7907 
7907          (tramp-file-name-handler-alist): Delete file-directory-files, add          (tramp-file-name-handler-alist): Delete file-directory-files, add
7908          directory-files-and-attributes.          directory-files-and-attributes.
7909          (tramp-perl-file-attributes): Surround uid and gid by double          (tramp-perl-file-attributes): Surround uid and gid by double
7910          quotes. Change parameter id-format from nonnumeric.          quotes.  Change parameter id-format from nonnumeric.
7911          (tramp-convert-file-attributes): New function.          (tramp-convert-file-attributes): New function.
7912          (tramp-handle-file-attributes): Use it.          (tramp-handle-file-attributes): Use it.
7913          (tramp-maybe-send-perl-script): New function.          (tramp-maybe-send-perl-script): New function.
7914          (tramp-handle-file-attributes-with-perl): Use it. Don't convert          (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
7915          file mode. Change parameter id-format from nonnumeric.          file mode.  Change parameter id-format from nonnumeric.
7916          (tramp-handle-file-attributes-with-ls): Change parameter id-format          (tramp-handle-file-attributes-with-ls): Change parameter id-format
7917          from nonnumeric.          from nonnumeric.
7918          (tramp-post-connection): Don't send tramp-perl-file-attributes          (tramp-post-connection): Don't send tramp-perl-file-attributes
7919          script. Reset connection property "perl-scripts".          script.  Reset connection property "perl-scripts".
7920          (tramp-handle-insert-directory): Run real handler when ls-lisp is          (tramp-handle-insert-directory): Run real handler when ls-lisp is
7921          in use.          in use.
7922    
# Line 7939  Line 7939 
7939          (gdb-view-source-function, gdb-view-assembler): Delete functions.          (gdb-view-source-function, gdb-view-assembler): Delete functions.
7940          (menu): Delete menu bindings for viewing source/assembler.          (menu): Delete menu bindings for viewing source/assembler.
7941          (gdb-setup-windows, gdb-restore-windows):          (gdb-setup-windows, gdb-restore-windows):
7942          Don't dedicate GUD. No assembler now.          Don't dedicate GUD.  No assembler now.
7943          (gdb-reset): No need to undedicate source buffers now.          (gdb-reset): No need to undedicate source buffers now.
7944          (gdb-source-info): No assembler now.          (gdb-source-info): No assembler now.
7945    
# Line 8066  Line 8066 
8066          (gdb-var-evaluate-expression-handler, gdb-put-string):          (gdb-var-evaluate-expression-handler, gdb-put-string):
8067          Remove unused variable bindings.          Remove unused variable bindings.
8068          (gdb-setup-windows, gdb-display-buffer):          (gdb-setup-windows, gdb-display-buffer):
8069          Simplify. Use pop-to-buffer.          Simplify.  Use pop-to-buffer.
8070          (gdb-view-source-function): Simplify.          (gdb-view-source-function): Simplify.
8071          (gdb-frame-breakpoints-buffer):          (gdb-frame-breakpoints-buffer):
8072          Use pop-to-buffer, special-display-regexps.          Use pop-to-buffer, special-display-regexps.
# Line 8150  Line 8150 
8150          * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.          * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8151          (gdb-ann3, gdb-setup-windows, gdb-restore-windows):          (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8152          Dedicate gdb-related windows.          Dedicate gdb-related windows.
8153          (gdb-display-buffer): Dedicate gdb-related windows. Don't grab          (gdb-display-buffer): Dedicate gdb-related windows.
8154          other frames.          Don't grab other frames.
8155          (gdb-reset): Remove dedicated property after debugging.          (gdb-reset): Remove dedicated property after debugging.
8156    
8157  2004-11-24  Jay Belanger  <belanger@truman.edu>  2004-11-24  Jay Belanger  <belanger@truman.edu>
# Line 9017  Line 9017 
9017    
9018  2004-11-10  Nick Roberts  <nickrob@snap.net.nz>  2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
9019    
9020          * tooltip.el: Don't require cl, comint, gud, gdb-ui for          * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9021          compilation. The resulting compiler warnings appear to be harmless.          The resulting compiler warnings appear to be harmless.
9022    
9023  2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>  2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
9024    
# Line 10246  Line 10246 
10246          * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and          * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10247          reset kmacro-initial-counter-value if set.          reset kmacro-initial-counter-value if set.
10248          (kmacro-set-counter): Only set kmacro-counter if defining or executing          (kmacro-set-counter): Only set kmacro-counter if defining or executing
10249          macro.  Set kmacro-initial-counter-value otherwise. Never set both.          macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
10250          (kmacro-display): Show macro counter if non-zero.          (kmacro-display): Show macro counter if non-zero.
10251    
10252          * subr.el (substitute-key-definition): Mention command remapping          * subr.el (substitute-key-definition): Mention command remapping
# Line 10433  Line 10433 
10433    
10434          * term.el (term-adjust-current-row-cache): Don't allow the current          * term.el (term-adjust-current-row-cache): Don't allow the current
10435          row to become negative.          row to become negative.
10436          (term-emulate-terminal): Fix insert mode. Handle tab insertion at          (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
10437          the end of the line. Fix scroll down. Add comments.          the end of the line.  Fix scroll down.  Add comments.
10438          (term-handle-ansi-escape): Don't exceed terminal width when moving          (term-handle-ansi-escape): Don't exceed terminal width when moving
10439          right.          right.
10440          (term-scroll-region): Move the cursor after setting the scroll region.          (term-scroll-region): Move the cursor after setting the scroll region.
# Line 10589  Line 10589 
10589          * calendar/holidays.el (holiday-advent): Report on a specified day          * calendar/holidays.el (holiday-advent): Report on a specified day
10590          offset from advent, not just advent.          offset from advent, not just advent.
10591          (holiday-easter-etc): Report on one specified day offset from          (holiday-easter-etc): Report on one specified day offset from
10592          easter, not all easter holidays. Various Easter holidays moved to          easter, not all easter holidays.  Various Easter holidays moved to
10593          `christian-holidays' variable in calendar.el.          `christian-holidays' variable in calendar.el.
10594          * calendar/calendar.el (christian-holidays): Adapt for new          * calendar/calendar.el (christian-holidays): Adapt for new
10595          behaviour of `holiday-advent' and `holiday-easter-etc' functions.          behaviour of `holiday-advent' and `holiday-easter-etc' functions.
# Line 10604  Line 10604 
10604          (ido-read-internal): Handle new `list' context.          (ido-read-internal): Handle new `list' context.
10605          Handle insert-buffer and insert-file ido-exit values.          Handle insert-buffer and insert-file ido-exit values.
10606          (ido-buffer-internal): New arg switch-cmd.  Use it to setup          (ido-buffer-internal): New arg switch-cmd.  Use it to setup
10607          ido-context-switch-command. Handle insert-file ido-exit value.          ido-context-switch-command.  Handle insert-file ido-exit value.
10608          (ido-read-buffer): Set ido-context-switch-command to 'ignore          (ido-read-buffer): Set ido-context-switch-command to 'ignore
10609          unless it is already bound by caller.          unless it is already bound by caller.
10610          (ido-file-internal): New arg switch-cmd.  Use it to setup          (ido-file-internal): New arg switch-cmd.  Use it to setup
# Line 10934  Line 10934 
10934          Do not call obsolete function compilation-parse-errors.          Do not call obsolete function compilation-parse-errors.
10935          (bibtex-remove-delimiters): Only remove delimiters if present.          (bibtex-remove-delimiters): Only remove delimiters if present.
10936          (bibtex-copy-entry-as-kill): Add docstring.          (bibtex-copy-entry-as-kill): Add docstring.
10937          (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.          (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
10938          Detect duplicate keys if bibtex-maintain-sorted-entries is nil.          Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
10939          (bibtex-complete): Use bibtex-predefined-month-strings,          (bibtex-complete): Use bibtex-predefined-month-strings,
10940          bibtex-string=, and new function bibtex-complete-key-cleanup.          bibtex-string=, and new function bibtex-complete-key-cleanup.
# Line 11620  Line 11620 
11620          when `c-opt-type-concat-key' is used (i.e. in Pike).          when `c-opt-type-concat-key' is used (i.e. in Pike).
11621    
11622          * progmodes/cc-engine.el (c-looking-at-special-brace-list):          * progmodes/cc-engine.el (c-looking-at-special-brace-list):
11623          Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<          Fix bug when the inner char pair doesn't have paren syntax,
11624          >)".          i.e. "(<>)".
11625    
11626          * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic          * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
11627          whitespace safe.          whitespace safe.
# Line 11701  Line 11701 
11701          string.  (2) Check that settings to `c-offsets-alist' are not          string.  (2) Check that settings to `c-offsets-alist' are not
11702          spuriously quoted.          spuriously quoted.
11703    
11704          * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment          * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11705          which precedes the newly inserted `{'.          which precedes the newly inserted `{'.
11706    
11707  2004-08-10  Michael Albinus  <michael.albinus@gmx.de>  2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
# Line 12354  Line 12354 
12354    
12355  2004-06-23  Nick Roberts  <nickrob@gnu.org>  2004-06-23  Nick Roberts  <nickrob@gnu.org>
12356    
12357          * comint.el: (comint-insert-clicked-input, comint-copy-old-input):          * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12358          Remove.          Remove.
12359          (comint-insert-input, comint-mouse-insert-input): New functions          (comint-insert-input, comint-mouse-insert-input): New functions
12360          based on comint-insert-clicked-input for two bindings but just          based on comint-insert-clicked-input for two bindings but just
# Line 12865  Line 12865 
12865    
12866  2004-06-04  Karl Fogel  <kfogel@red-bean.com>  2004-06-04  Karl Fogel  <kfogel@red-bean.com>
12867    
12868          * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',          * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
12869          because the latter is a CL-ism.  This fixes the bug reported by          because the latter is a CL-ism.  This fixes the bug reported by
12870          Shawn Boyette <mdxi@collapsar.net> in          Shawn Boyette <mdxi@collapsar.net> in
12871          http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.          http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
# Line 14631  Line 14631 
14631          * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.          * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14632          (rx-bracket, rx-check-any, rx-any): Clean up name space.          (rx-bracket, rx-check-any, rx-any): Clean up name space.
14633    
14634          * wdired.el: (wdired-mode-map): Move init into declaration.          * wdired.el (wdired-mode-map): Move init into declaration.
14635          Fix `return' binding.          Fix `return' binding.
14636          (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):          (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
14637          Use force-mode-line-update.          Use force-mode-line-update.
# Line 16174  Line 16174 
16174    
16175  2004-03-15  David Ponce  <david@dponce.com>  2004-03-15  David Ponce  <david@dponce.com>
16176    
16177          * ruler-mode.el: (ruler-mode-left-fringe-cols)          * ruler-mode.el (ruler-mode-left-fringe-cols)
16178          (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)          (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16179          (ruler-mode-right-scroll-bar-cols): Remove.          (ruler-mode-right-scroll-bar-cols): Remove.
16180          (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)          (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
# Line 16921  Line 16921 
16921    
16922  2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>  2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
16923    
16924          * rmail-spam-filter.el: (vm-use-spam-filter)          * rmail-spam-filter.el (vm-use-spam-filter)
16925          (rsf-min-region-length-added-to-spam-list): New variables.          (rsf-min-region-length-added-to-spam-list): New variables.
16926          (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from          (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
16927          rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for          rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
# Line 17579  Line 17579 
17579    
17580          * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.          * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
17581    
17582  2004-01-18   David Ponce  <david@dponce.com>  (tiny change)  2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
17583    
17584          * progmodes/which-func.el (which-function-mode): Don't cancel          * progmodes/which-func.el (which-function-mode): Don't cancel
17585          which-func-update-timer if not set.          which-func-update-timer if not set.

Legend:
Removed from v.1.7656  
changed lines
  Added in v.1.7657

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26