comparison lisp/ChangeLog @ 38979:72325d07bc49

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 27 Aug 2001 19:39:25 +0000
parents 2db4503e9503
children 89251bf024b5
comparison
equal deleted inserted replaced
38978:2db4503e9503 38979:72325d07bc49
28 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel 28 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
29 Jan,Bm(Bk <Pavel@Janik.cz>. 29 Jan,Bm(Bk <Pavel@Janik.cz>.
30 30
31 * emacs-lisp/lselect.el: Ditto. 31 * emacs-lisp/lselect.el: Ditto.
32 32
33 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove 33 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
34 periods from the end of error message strings. From Pavel 34 Remove periods from the end of error message strings.
35 Jan,Bm(Bk <Pavel@Janik.cz>. 35 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
36 36
37 * progmodes/antlr-mode.el: Add Keywords header. From Pavel 37 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
38 Jan,Bm(Bk <Pavel@Janik.cz>. 38 Jan,Bm(Bk <Pavel@Janik.cz>.
39 39
40 * net/telnet.el: Ditto. 40 * net/telnet.el: Ditto.
48 48
49 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>: 49 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
50 Replace some of the undefined characters with emulations of bidi 50 Replace some of the undefined characters with emulations of bidi
51 formatting characters and Niqud as per SI 1311-1. 51 formatting characters and Niqud as per SI 1311-1.
52 (IT-unicode-translations): Ditto. 52 (IT-unicode-translations): Ditto.
53 (IT-display-table-setup, IT-setup-unicode-display): Fill 53 (IT-display-table-setup, IT-setup-unicode-display):
54 characters without translations with dos-unsupported-char-glyph. 54 Fill characters without translations with dos-unsupported-char-glyph.
55 55
56 2001-08-24 Simon Josefsson <jas@extundo.com> 56 2001-08-24 Simon Josefsson <jas@extundo.com>
57 57
58 * hl-line.el (hl-line-mode): Don't be a global mode. 58 * hl-line.el (hl-line-mode): Don't be a global mode.
59 (global-hl-line-mode): New function. 59 (global-hl-line-mode): New function.
65 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de. 65 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
66 66
67 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk> 67 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
68 68
69 * term/mac-win.el: Require scroll-bar. 69 * term/mac-win.el: Require scroll-bar.
70
71 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
72
73 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
70 74
71 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il> 75 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
72 76
73 * hexl.el (hexl-insert-multibyte-char) New function. 77 * hexl.el (hexl-insert-multibyte-char) New function.
74 (hexl-quoted-insert, hexl-self-insert-command) 78 (hexl-quoted-insert, hexl-self-insert-command)
80 (hexl-mode-map): Copy the global keymap instead of creating a 84 (hexl-mode-map): Copy the global keymap instead of creating a
81 sparse keymap, and bind all self-inserting characters to 85 sparse keymap, and bind all self-inserting characters to
82 hexl-self-insert-command. 86 hexl-self-insert-command.
83 87
84 2001-08-22 Stefan Monnier <monnier@cs.yale.edu> 88 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
89
90 * wid-edit.el (text): Re-order docstring correctly.
85 91
86 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp. 92 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
87 93
88 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well. 94 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
89 95