X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/456f0b95dcc090084cdb537049f5608c691333d3..85d457c69cb4f9021d33e06196a520c6279af1a2:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d7de5c685..fd69cbf6e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,102 @@ +2002-11-18 Kenichi Handa + + * 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 + + * bookmark.el (bookmark-menu-length): Fix typo in group name. + +2002-11-17 Markus Rost + + * 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 + + * emacs-lisp/autoload.el (update-autoloads-from-directories): + Sort the list of files with no autoloads. + +2002-08-23 Alan Shutko + + * 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 (tiny change) + + * international/codepage.el (cp866-decode-table): Fix the + translation table. + +2002-11-16 Martin Stjernholm + + * 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 + + * 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 + + * international/mule.el (set-buffer-file-coding-system): Redo prev chg. + +2002-11-15 John Paul Wallington + + * 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 * mail/rmailedit.el: Add provide call. @@ -14,7 +113,7 @@ * 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 @@ -43,6 +142,10 @@ 2002-11-14 Kenichi Handa + * 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 @@ -57,7 +160,7 @@ paragraph with `fill-nobreak-invisible' let-bound to t. Don't use `display' property; insert "see" directly in buffer. -2002/11/14 Nick Roberts +2002-11-14 Nick Roberts * gdb-ui.el: New file, User Interface for running GDB