]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(bookmark-menu-length): Fix typo in group name.
[gnu-emacs] / lisp / ChangeLog
index 7d7de5c685f1774431b791faec4dbc0cbc6feb95..fd69cbf6e27639c228ae6cfe5fdcb07a327a79ba 100644 (file)
@@ -1,3 +1,102 @@
+2002-11-18  Kenichi Handa  <handa@m17n.org>
+
+       * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
+
+       * language/european.el (iso-latin-1): Make it safe.
+       (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8) 
+       (iso-latin-9): Likewise.
+
+       * language/greek.el (greek-iso-8bit): Make it safe.
+
+       * language/hebrew.el (hebrew-iso-8bit): Make it safe.
+
+       * language/lao.el (lao): Make it safe.
+
+       * language/thai.el (thai-tis620): Make it safe.
+
+2002-11-18   Markus Rost  <rost@math.ohio-state.edu>
+
+       * bookmark.el (bookmark-menu-length): Fix typo in group name.
+
+2002-11-17   Markus Rost  <rost@math.ohio-state.edu>
+
+       * speedbar.el (defgroup speedbar): Use group 'etags instead of
+       nonexisting group 'tags.
+
+       * emacs-lisp/re-builder.el: Add provide call.
+
+       * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
+       (feedmail-fiddle-plex-user-list):  Fix typo in group name.
+
+       * progmodes/make-mode.el (makefile-space-face): Fix typo in group
+       name.
+
+       * textmodes/ispell.el (defgroup ispell): Arrange that definition
+       starts at beginning of line.
+
+       * textmodes/table.el (defgroup table-hooks): New group.
+       (table-cell-map-hook): Fix typo in group name.
+
+       * calendar/diary-lib.el (diary-button-face): Add group and version
+       number.
+
+       * warnings.el (defgroup warnings): New group.
+
+2002-11-16   Markus Rost  <rost@math.ohio-state.edu>
+
+       * emacs-lisp/autoload.el (update-autoloads-from-directories):
+       Sort the list of files with no autoloads.
+
+2002-08-23  Alan Shutko  <ats@acm.org>
+
+       * calendar/diary-lib.el (list-diary-entries): Pass a marker
+       indicating source of entry to add-to-diary-list.
+       (diary-button-face, diary-entry, diary-goto-entry): New, to
+       support click to diary file.
+       (fancy-diary-display): Buttonize diary entries.
+       (list-sexp-diary-entries): Pass a marker indicating source of
+       entry to add-to-diary-list.
+       (diary-date): Return mark as well as entry.
+
+       * calendar/calendar.el (diary-face): New.
+       (european-calendar-display-form, describe-calendar-mode) 
+       (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
+       (calendar-make-alist): New.
+       (calendar-mode): Set up font-lock mode.
+       (generate-calendar-window): Fontify if font-lock-mode is on.
+
+2002-11-16  Ivan Zakharyaschev <imz@altlinux.org>  (tiny change)
+
+       * international/codepage.el (cp866-decode-table): Fix the
+       translation table.
+
+2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
+       caused existing function definitions to be overridden by
+       phonies when the bytecomp environment is restored.
+
+2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
+
+       * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
+       toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm, 
+       toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
+       toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
+       Icons for debugger (pbm files).
+
+2002-11-15  Richard M. Stallman  <rms@gnu.org>
+
+       * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
+
+2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
+       (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
+       (ibuffer-mode-hooks): Remove spurious defvar.
+       (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
+       (ibuffer-mode): Run `ibuffer-mode-hook' instead of
+       `ibuffer-mode-hooks'.
+
 2002-11-15   Markus Rost  <rost@math.ohio-state.edu>
 
        * mail/rmailedit.el:  Add provide call.
 
        * custom.el (custom-declare-group): Remove unnecessary line of
        code.
-       
+
        * cus-dep.el (custom-make-dependencies): Bind load-file-name.
 
 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
 
 2002-11-14  Kenichi Handa  <handa@m17n.org>
 
+       * gud.el: Provide gud, not mygud.
+
+       * gdb-ui.el: Don't require mygud.
+
        * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
 
 2002-11-14  Kim F. Storm  <storm@cua.dk>
        paragraph with `fill-nobreak-invisible' let-bound to t.
        Don't use `display' property; insert "see" directly in buffer.
 
-2002/11/14  Nick Roberts <nick@nick.uklinux.net>
+2002-11-14  Nick Roberts <nick@nick.uklinux.net>
 
        * gdb-ui.el: New file, User Interface for running GDB