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

Diff of /emacs/lisp/ChangeLog.9

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

revision 1.1 by eliz, Sat Mar 9 09:26:56 2002 UTC revision 1.1.2.1 by miles, Fri Apr 4 06:19:59 2003 UTC
# Line 294  Line 294 
294          that &rest VAR is the last element, and that variables aren't doubled.          that &rest VAR is the last element, and that variables aren't doubled.
295          (byte-compile-lambda): Use it.          (byte-compile-lambda): Use it.
296    
297  2001-10-12  Eli Barzilay <eli@barzilay.org>  2001-10-12  Eli Barzilay  <eli@barzilay.org>
298    
299          * calculator.el (calculator-eng-display): Don't call concat          * calculator.el (calculator-eng-display): Don't call concat
300          with an integer argument.          with an integer argument.
# Line 1242  Line 1242 
1242          (quail-activate): Mention the hooks these functions run in their          (quail-activate): Mention the hooks these functions run in their
1243          doc strings.          doc strings.
1244    
1245  2001-09-05  Edward M. Reingold <reingold@iit.edu>  2001-09-05  Edward M. Reingold  <reingold@iit.edu>
1246    
1247          * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name          * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1248          of file in header of menu.          of file in header of menu.
# Line 1629  Line 1629 
1629          window-scroll-functions are run with a window start that's          window-scroll-functions are run with a window start that's
1630          temporarily outside of the restriction.          temporarily outside of the restriction.
1631    
1632  2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>  2001-08-16  Robert J. Chassell  <bug-texinfo@gnu.org>
1633    
1634          * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.          * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
1635          (texinfo-find-lower-level-node, texinfo-find-higher-level-node)          (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
# Line 2093  Line 2093 
2093    
2094          * ediff.el: Date of last update, copyright years.          * ediff.el: Date of last update, copyright years.
2095    
2096          * ediff-wind (ediff-setup-control-frame): Nill->nil.          * ediff-wind.el (ediff-setup-control-frame): Nill->nil.
2097    
2098          * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy          * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2099          of Scott Bronson.          of Scott Bronson.
# Line 3835  Line 3835 
3835          final computational form, which was unnecessary; corrected a          final computational form, which was unnecessary; corrected a
3836          parsing problem when timeclock-relative was nil.          parsing problem when timeclock-relative was nil.
3837    
3838  2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>  2001-04-23  Kahlil Hodgson  <kahlil@discus.anu.edu.au>
3839    
3840          * calendar/timeclock.el (timeclock-modeline-display): Check if          * calendar/timeclock.el (timeclock-modeline-display): Check if
3841          `list-entry' is null.          `list-entry' is null.
# Line 3904  Line 3904 
3904          * saveplace.el (save-place-alist-to-file): Removed no-effect code          * saveplace.el (save-place-alist-to-file): Removed no-effect code
3905          that inserted file content only to delete it immediately.          that inserted file content only to delete it immediately.
3906          Probably a cut-and-paste bug.  Thanks to Juanma Barranquero          Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
3907          <lektu@uol.com.br> for the patch.          <lektu@terra.es> for the patch.
3908    
3909  2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>  2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
3910    
# Line 4060  Line 4060 
4060          (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)          (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
4061          (ps-skip-newline): Replace defun by defsubst.          (ps-skip-newline): Replace defun by defsubst.
4062    
4063  2001-04-10  Colin Walters <walters@cis.ohio-state.edu>  2001-04-10  Colin Walters  <walters@cis.ohio-state.edu>
4064    
4065          * eshell/eshell.el (eshell-command): Needed a "%s" format          * eshell/eshell.el (eshell-command): Needed a "%s" format
4066          specifier, in case the buffer contains percent characters.          specifier, in case the buffer contains percent characters.
# Line 4451  Line 4451 
4451    
4452          * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of          * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4453          bs-cycle-configuration-name.  From Juanma Barranquero          bs-cycle-configuration-name.  From Juanma Barranquero
4454          <lektu@uol.com.br>.          <lektu@terra.es>.
4455    
4456          * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el          * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4457          and cc-vars.el.          and cc-vars.el.
# Line 5017  Line 5017 
5017          (vc-print-log): Don't switch to the *vc* buffer before the          (vc-print-log): Don't switch to the *vc* buffer before the
5018          command, so that local variable bindings are preserved.          command, so that local variable bindings are preserved.
5019    
5020          * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,          * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-print-log): Output to
5021          not the current buffer.          buffer *vc*, not the current buffer.
5022          (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.          (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
5023    
5024          * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,          * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
# Line 5538  Line 5538 
5538    
5539          * international/mule-cmds.el (set-input-method): Another doc fix.          * international/mule-cmds.el (set-input-method): Another doc fix.
5540    
5541  2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>  2001-02-13  David M. Koppelman  <koppel@ee.lsu.edu>
5542    
5543          * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.          * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5544    
# Line 5615  Line 5615 
5615          * imenu.el (imenu-generic-expression): Doc fix.          * imenu.el (imenu-generic-expression): Doc fix.
5616    
5617          * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.          * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5618          From Juanma Barranquero.          From Juanma Barranquero <lektu@terra.es>.
5619    
5620          * emacs-lisp/authors.el (authors): Expand `root' before running find.          * emacs-lisp/authors.el (authors): Expand `root' before running find.
5621    
# Line 5627  Line 5627 
5627  2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>  2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
5628    
5629          * which-func.el (which-func-mode): Invert which-func-mode-global.          * which-func.el (which-func-mode): Invert which-func-mode-global.
5630          From Juanma Barranquero <lektu@uol.com.br>.          From Juanma Barranquero <lektu@terra.es>.
5631    
5632  2001-02-08  Dave Love  <fx@gnu.org>  2001-02-08  Dave Love  <fx@gnu.org>
5633    
# Line 5702  Line 5702 
5702          * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path          * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5703          absolute.          absolute.
5704    
5705  2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>  2001-02-06  David M. Koppelman  <koppel@ee.lsu.edu>
5706    
5707          * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all          * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5708          buffers.  When hi-lock turned on rather than only checking current          buffers.  When hi-lock turned on rather than only checking current
# Line 5862  Line 5862 
5862          * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.          * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5863    
5864          * emacs-lisp/re-builder.el (reb-update-modestring): Don't use          * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5865          concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.          concat for integers.  From Juanma Barranquero <lektu@terra.es>.
5866    
5867          * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate          * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5868          display problems.          display problems.
# Line 6253  Line 6253 
6253    
6254          * ediff-vers.el: Fix for 8+3 DOS file systems.          * ediff-vers.el: Fix for 8+3 DOS file systems.
6255    
6256  2001-01-19  Colin Walters <walters@cis.ohio-state.edu>  2001-01-19  Colin Walters  <walters@cis.ohio-state.edu>
6257    
6258          * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in          * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
6259          diff mode, if available.          diff mode, if available.
# Line 6999  Line 6999 
6999    
7000  2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>  2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
7001    
7002          * viper-init (viper-restore-cursor-type): Added condition-case guard.          * viper-init.el (viper-restore-cursor-type): Added condition-case guard.
7003    
7004          * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):          * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
7005          Changed initialization; use add-hook.          Changed initialization; use add-hook.
# Line 8108  Line 8108 
8108    
8109          * select.el (x-get-selection): Docstring fix.          * select.el (x-get-selection): Docstring fix.
8110    
8111  2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>  2000-11-27  Dave Pearson  <davep@hagbard.demon.co.uk>
8112    
8113          * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.          * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8114    
# Line 8251  Line 8251 
8251          (iswitchb-entryfn-p): If minibuffer-depth returns the same value          (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8252          as recorded in iswitchb-minibuf-depth, return non-nil.          as recorded in iswitchb-minibuf-depth, return non-nil.
8253    
8254  2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>  2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
8255    
8256          * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)          * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8257          (hscroll-window-maybe): Docstring fix.          (hscroll-window-maybe): Docstring fix.
# Line 8513  Line 8513 
8513    
8514          * Makefile.in (DONTCOMPILE): Omit bindings.el.          * Makefile.in (DONTCOMPILE): Omit bindings.el.
8515    
8516  2000-11-20  Eli Barzilay <eli@www.barzilay.org>  2000-11-20  Eli Barzilay  <eli@www.barzilay.org>
8517    
8518          * calculator.el (calculator-paste): Use `if' instead of `and'          * calculator.el (calculator-paste): Use `if' instead of `and'
8519          and `or'.          and `or'.
# Line 8554  Line 8554 
8554          (mode-line-toggle-modified, mode-line-widen)          (mode-line-toggle-modified, mode-line-widen)
8555          (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.          (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8556    
8557  2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>  2000-11-17  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8558    
8559          * ps-print.el (toplevel): Test for find-coding-system being          * ps-print.el (toplevel): Test for find-coding-system being
8560          fboundp before calling ps-x-find-coding-system.          fboundp before calling ps-x-find-coding-system.
# Line 14379  Line 14379 
14379          * progmodes/icon.el (icon-indent-line)          * progmodes/icon.el (icon-indent-line)
14380          (icon-is-continuation-line): Handle comments specially.          (icon-is-continuation-line): Handle comments specially.
14381    
14382  2000-08-17  Ken Stevens <k.stevens@ieee.org>  2000-08-17  Ken Stevens  <k.stevens@ieee.org>
14383    
14384          * ispell.el: Set to standard author/maintainer/keyword fields.          * ispell.el: Set to standard author/maintainer/keyword fields.
14385          Fine tuning to menu map appearance and operation, and added help.          Fine tuning to menu map appearance and operation, and added help.
# Line 15499  Line 15499 
15499    
15500  2000-07-17  Emmanuel Briot  <briot@act-europe.fr>  2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
15501    
15502          * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load          * ada-mode.el: Got rid of all byte-compiler warnings on Emacs Load
15503          ada-xref.el before ada-prj.el, so that the Project menu is created          ada-xref.el before ada-prj.el, so that the Project menu is created
15504          when ada-prj tries to add to it.          when ada-prj tries to add to it.
15505          (ada-activate-keys-for-case): Suppress the characters that are not          (ada-activate-keys-for-case): Suppress the characters that are not
# Line 15769  Line 15769 
15769    
15770          * gnus/parse-time.el: Correct author's mail address.          * gnus/parse-time.el: Correct author's mail address.
15771    
15772  2000-07-19  Colin Walters <walters@cis.ohio-state.edu>  2000-07-19  Colin Walters  <walters@cis.ohio-state.edu>
15773    
15774          * comint.el (comint-highlight-input, comint-highlight-face):          * comint.el (comint-highlight-input, comint-highlight-face):
15775          New user options.          New user options.
# Line 16625  Line 16625 
16625    
16626          * image.el (insert-image): Default STRING to a space.          * image.el (insert-image): Default STRING to a space.
16627    
16628          * info.el Doc fixes.          * info.el: Doc fixes.
16629          (Info-build-node-completions): Match Ref tags.          (Info-build-node-completions): Match Ref tags.
16630    
16631  2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>  2000-06-13  Eli Zaretskii  <eliz@is.elta.co.il>
16632    
16633          * frame.el (display-multi-frame-p, display-multi-font-p): New          * frame.el (display-multi-frame-p, display-multi-font-p): New
16634          defaliases for display-graphic-p.          defaliases for display-graphic-p.
# Line 17175  Line 17175 
17175          * simple.el (newline): Don't bind before-change-function,          * simple.el (newline): Don't bind before-change-function,
17176          after-change-function.          after-change-function.
17177    
17178  2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>  2000-05-31  Rajesh Vaidheeswarran  <rv@gnu.org>
17179    
17180          * whitespace.el (whitespace-rescan-timer-time): Update interval          * whitespace.el (whitespace-rescan-timer-time): Update interval
17181          set to 600 seconds (10 minutes) instead of 60 seconds since          set to 600 seconds (10 minutes) instead of 60 seconds since
# Line 17846  Line 17846 
17846    
17847          * faces.el: Declare more functions obsolete.          * faces.el: Declare more functions obsolete.
17848    
17849          * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el          * viet-util.el, thai-util.el, tibet-util.el, slovak.el
17850          * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el          * misc-lang.el, romanian.el, korea-util.el, lao-util.el
17851          * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el          * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17852          * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:          * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17853          Remove all the setup-...-environment functions.          Remove all the setup-...-environment functions.
# Line 18218  Line 18218 
18218          * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN          * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18219          argument.          argument.
18220    
18221  2000-04-27  Sen Nagata <sen@eccosys.com>  2000-04-27  Sen Nagata  <sen@eccosys.com>
18222    
18223          * emacs-lisp/crm.el (crm-completion-table): New variable.          * emacs-lisp/crm.el (crm-completion-table): New variable.
18224          (crm-collection-fn, crm-test-completion)          (crm-collection-fn, crm-test-completion)
# Line 18887  Line 18887 
18887    
18888  2000-03-23  Dave Pearson  <davep@davep.org>  2000-03-23  Dave Pearson  <davep@davep.org>
18889    
18890          * net/quickurl.el Changed the type of parameter passed to the          * net/quickurl.el: Changed the type of parameter passed to the
18891          function defined by `quickurl-format-function'. Before only the          function defined by `quickurl-format-function'. Before only the
18892          text of the URL was passed. Now the whole URL structure is passed          text of the URL was passed. Now the whole URL structure is passed
18893          and the function is responsible for extracting the parts it requires.          and the function is responsible for extracting the parts it requires.
# Line 19191  Line 19191 
19191    
19192          * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.          * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19193    
19194  2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>  2000-03-12  Detlev Zundel  <detlev.zundel@stud.uni-karlsruhe.de>
19195    
19196          * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.          * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19197          Fix comment.          Fix comment.
# Line 19204  Line 19204 
19204          (font-lock-fontify-anchored-keywords): Properly handle the case when          (font-lock-fontify-anchored-keywords): Properly handle the case when
19205          the matcher goes past the limit.          the matcher goes past the limit.
19206    
19207          * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,          * cvs-status.el, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19208          pcvs-parse.el, pcvs-util.el, pcvs.el: New files.          pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19209    
19210          * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,          * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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