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

Diff of /emacs/lisp/ChangeLog

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

revision 1.2776.2.262 by lektu, Wed Jan 22 16:56:20 2003 UTC revision 1.2776.2.263 by lektu, Thu Jan 23 09:19:12 2003 UTC
# Line 1  Line 1 
1    2003-01-23  Masatake YAMATO  <jet@gyve.org>
2    
3            * progmodes/asm-mode.el (asm-mode): Added syntax table entries for
4            /* */ comments.
5    
6  2003-01-22  Juanma Barranquero  <lektu@terra.es>  2003-01-22  Juanma Barranquero  <lektu@terra.es>
7    
8          * calculator.el (calculator-displayers, calculator-mode-map): Fix typos.          * calculator.el (calculator-displayers, calculator-mode-map): Fix typos.
# Line 70  Line 75 
75          * language/cyrillic.el (ccl-encode-koi8)          * language/cyrillic.el (ccl-encode-koi8)
76          (ccl-encode-alternativnyj): Deal with unencodable characters.          (ccl-encode-alternativnyj): Deal with unencodable characters.
77    
78  2002-11-18  Dhruva Krishnamurthy <seagull@fastmail.fm>  (tiny change)  2002-11-18  Dhruva Krishnamurthy  <seagull@fastmail.fm>  (tiny change)
79    
80          * progmodes/cc-styles.el (cc-align): Required by c-set-style.          * progmodes/cc-styles.el (cc-align): Required by c-set-style.
81    
# Line 83  Line 88 
88          * calendar/diary-lib.el (make-diary-entry): Allow for local variables          * calendar/diary-lib.el (make-diary-entry): Allow for local variables
89          at end of diary file.          at end of diary file.
90    
91  2002-11-16  Ivan Zakharyaschev <imz@altlinux.org>  (tiny change)  2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
92    
93          * international/codepage.el (cp866-decode-table): Fix the          * international/codepage.el (cp866-decode-table): Fix the
94          translation table.          translation table.
# Line 650  Line 655 
655          Deal better with invalid utf-8.          Deal better with invalid utf-8.
656          (mule-utf-8): Doc fix.          (mule-utf-8): Doc fix.
657    
658  2002-06-17  Eli Zaretskii <eliz@is.elta.co.il>  2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
659    
660          * international/mule.el (ctext-pre-write-conversion): If FROM is a          * international/mule.el (ctext-pre-write-conversion): If FROM is a
661          string, or if the current buffer is not already a scratch buffer,          string, or if the current buffer is not already a scratch buffer,
# Line 1529  Line 1534 
1534          there are some non-trivial functions here, and src/Makefile.in now          there are some non-trivial functions here, and src/Makefile.in now
1535          wants bindings.elc.          wants bindings.elc.
1536    
1537  2001-10-12  Eli Barzilay <eli@barzilay.org>  2001-10-12  Eli Barzilay  <eli@barzilay.org>
1538    
1539          * calculator.el (calculator-eng-display): Don't call concat          * calculator.el (calculator-eng-display): Don't call concat
1540          with an integer argument.          with an integer argument.
# Line 1984  Line 1989 
1989          (quail-activate): Mention the hooks these functions run in their          (quail-activate): Mention the hooks these functions run in their
1990          doc strings.          doc strings.
1991    
1992  2001-09-05  Edward M. Reingold <reingold@iit.edu>  2001-09-05  Edward M. Reingold  <reingold@iit.edu>
1993    
1994          * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name          * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1995          of file in header of menu.          of file in header of menu.
# Line 2371  Line 2376 
2376          window-scroll-functions are run with a window start that's          window-scroll-functions are run with a window start that's
2377          temporarily outside of the restriction.          temporarily outside of the restriction.
2378    
2379  2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>  2001-08-16  Robert J. Chassell  <bug-texinfo@gnu.org>
2380    
2381          * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.          * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
2382          (texinfo-find-lower-level-node, texinfo-find-higher-level-node)          (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
# Line 4577  Line 4582 
4582          final computational form, which was unnecessary; corrected a          final computational form, which was unnecessary; corrected a
4583          parsing problem when timeclock-relative was nil.          parsing problem when timeclock-relative was nil.
4584    
4585  2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>  2001-04-23  Kahlil Hodgson  <kahlil@discus.anu.edu.au>
4586    
4587          * calendar/timeclock.el (timeclock-modeline-display): Check if          * calendar/timeclock.el (timeclock-modeline-display): Check if
4588          `list-entry' is null.          `list-entry' is null.
# Line 4802  Line 4807 
4807          (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)
4808          (ps-skip-newline): Replace defun by defsubst.          (ps-skip-newline): Replace defun by defsubst.
4809    
4810  2001-04-10  Colin Walters <walters@cis.ohio-state.edu>  2001-04-10  Colin Walters  <walters@cis.ohio-state.edu>
4811    
4812          * eshell/eshell.el (eshell-command): Needed a "%s" format          * eshell/eshell.el (eshell-command): Needed a "%s" format
4813          specifier, in case the buffer contains percent characters.          specifier, in case the buffer contains percent characters.
# Line 6280  Line 6285 
6285    
6286          * international/mule-cmds.el (set-input-method): Another doc fix.          * international/mule-cmds.el (set-input-method): Another doc fix.
6287    
6288  2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>  2001-02-13  David M. Koppelman  <koppel@ee.lsu.edu>
6289    
6290          * 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.
6291    
# Line 6444  Line 6449 
6449          * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path          * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
6450          absolute.          absolute.
6451    
6452  2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>  2001-02-06  David M. Koppelman  <koppel@ee.lsu.edu>
6453    
6454          * 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
6455          buffers.  When hi-lock turned on rather than only checking current          buffers.  When hi-lock turned on rather than only checking current
# Line 6995  Line 7000 
7000    
7001          * ediff-vers.el: Fix for 8+3 DOS file systems.          * ediff-vers.el: Fix for 8+3 DOS file systems.
7002    
7003  2001-01-19  Colin Walters <walters@cis.ohio-state.edu>  2001-01-19  Colin Walters  <walters@cis.ohio-state.edu>
7004    
7005          * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in          * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7006          diff mode, if available.          diff mode, if available.
# Line 8850  Line 8855 
8855    
8856          * select.el (x-get-selection): Docstring fix.          * select.el (x-get-selection): Docstring fix.
8857    
8858  2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>  2000-11-27  Dave Pearson  <davep@hagbard.demon.co.uk>
8859    
8860          * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.          * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
8861    
# Line 8993  Line 8998 
8998          (iswitchb-entryfn-p): If minibuffer-depth returns the same value          (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8999          as recorded in iswitchb-minibuf-depth, return non-nil.          as recorded in iswitchb-minibuf-depth, return non-nil.
9000    
9001  2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>  2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
9002    
9003          * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)          * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9004          (hscroll-window-maybe): Docstring fix.          (hscroll-window-maybe): Docstring fix.
# Line 9255  Line 9260 
9260    
9261          * Makefile.in (DONTCOMPILE): Omit bindings.el.          * Makefile.in (DONTCOMPILE): Omit bindings.el.
9262    
9263  2000-11-20  Eli Barzilay <eli@www.barzilay.org>  2000-11-20  Eli Barzilay  <eli@www.barzilay.org>
9264    
9265          * calculator.el (calculator-paste): Use `if' instead of `and'          * calculator.el (calculator-paste): Use `if' instead of `and'
9266          and `or'.          and `or'.
# Line 9296  Line 9301 
9301          (mode-line-toggle-modified, mode-line-widen)          (mode-line-toggle-modified, mode-line-widen)
9302          (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.          (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
9303    
9304  2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>  2000-11-17  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9305    
9306          * ps-print.el (toplevel): Test for find-coding-system being          * ps-print.el (toplevel): Test for find-coding-system being
9307          fboundp before calling ps-x-find-coding-system.          fboundp before calling ps-x-find-coding-system.
# Line 15121  Line 15126 
15126          * progmodes/icon.el (icon-indent-line)          * progmodes/icon.el (icon-indent-line)
15127          (icon-is-continuation-line): Handle comments specially.          (icon-is-continuation-line): Handle comments specially.
15128    
15129  2000-08-17  Ken Stevens <k.stevens@ieee.org>  2000-08-17  Ken Stevens  <k.stevens@ieee.org>
15130    
15131          * ispell.el: Set to standard author/maintainer/keyword fields.          * ispell.el: Set to standard author/maintainer/keyword fields.
15132          Fine tuning to menu map appearance and operation, and added help.          Fine tuning to menu map appearance and operation, and added help.
# Line 16511  Line 16516 
16516    
16517          * gnus/parse-time.el: Correct author's mail address.          * gnus/parse-time.el: Correct author's mail address.
16518    
16519  2000-07-19  Colin Walters <walters@cis.ohio-state.edu>  2000-07-19  Colin Walters  <walters@cis.ohio-state.edu>
16520    
16521          * comint.el (comint-highlight-input, comint-highlight-face):          * comint.el (comint-highlight-input, comint-highlight-face):
16522          New user options.          New user options.
# Line 17370  Line 17375 
17375          * info.el Doc fixes.          * info.el Doc fixes.
17376          (Info-build-node-completions): Match Ref tags.          (Info-build-node-completions): Match Ref tags.
17377    
17378  2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>  2000-06-13  Eli Zaretskii  <eliz@is.elta.co.il>
17379    
17380          * frame.el (display-multi-frame-p, display-multi-font-p): New          * frame.el (display-multi-frame-p, display-multi-font-p): New
17381          defaliases for display-graphic-p.          defaliases for display-graphic-p.
# Line 17917  Line 17922 
17922          * simple.el (newline): Don't bind before-change-function,          * simple.el (newline): Don't bind before-change-function,
17923          after-change-function.          after-change-function.
17924    
17925  2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>  2000-05-31  Rajesh Vaidheeswarran  <rv@gnu.org>
17926    
17927          * whitespace.el (whitespace-rescan-timer-time): Update interval          * whitespace.el (whitespace-rescan-timer-time): Update interval
17928          set to 600 seconds (10 minutes) instead of 60 seconds since          set to 600 seconds (10 minutes) instead of 60 seconds since
# Line 18960  Line 18965 
18965          * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN          * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18966          argument.          argument.
18967    
18968  2000-04-27  Sen Nagata <sen@eccosys.com>  2000-04-27  Sen Nagata  <sen@eccosys.com>
18969    
18970          * emacs-lisp/crm.el (crm-completion-table): New variable.          * emacs-lisp/crm.el (crm-completion-table): New variable.
18971          (crm-collection-fn, crm-test-completion)          (crm-collection-fn, crm-test-completion)
# Line 19933  Line 19938 
19938    
19939          * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.          * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19940    
19941  2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>  2000-03-12  Detlev Zundel  <detlev.zundel@stud.uni-karlsruhe.de>
19942    
19943          * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.          * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19944          Fix comment.          Fix comment.

Legend:
Removed from v.1.2776.2.262  
changed lines
  Added in v.1.2776.2.263

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