comparison lisp/ChangeLog @ 34083:d5109115f8cc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 01 Dec 2000 14:13:31 +0000
parents 7bd387e83c67
children 72b6d537203d
comparison
equal deleted inserted replaced
34082:9ae4dc035d4a 34083:d5109115f8cc
1 2000-12-01 Gerd Moellmann <gerd@gnu.org>
2
3 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4
5 * play/5x5.el (5x5-play-solution):
6
1 2000-12-01 Miles Bader <miles@gnu.org> 7 2000-12-01 Miles Bader <miles@gnu.org>
2 8
3 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'. 9 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4 10
5 2000-12-01 Kenichi Handa <handa@etl.go.jp> 11 2000-12-01 Kenichi Handa <handa@etl.go.jp>
212 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name 218 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
213 should not contain `\n'. 219 should not contain `\n'.
214 220
215 2000-11-28 Gerd Moellmann <gerd@gnu.org> 221 2000-11-28 Gerd Moellmann <gerd@gnu.org>
216 222
217 * hi-lock.el: Update from author. 223 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
218 224
219 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings. 225 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
220 226
221 * dired-aux.el (dired-do-create-files): Construct default file 227 * dired-aux.el (dired-do-create-files): Construct default file
222 name for dired-mark-read-file-name so that when the user enters 228 name for dired-mark-read-file-name so that when the user enters
247 253
248 2000-11-28 Gerd Moellmann <gerd@gnu.org> 254 2000-11-28 Gerd Moellmann <gerd@gnu.org>
249 255
250 * play/5x5.el: Remove RCS keyword. 256 * play/5x5.el: Remove RCS keyword.
251 257
252 * bs.el: Update from author. 258 * bs.el: Mistaken commit, undone 2000-11-30.
253 259
254 2000-11-28 Milan Zamazal <pdm@freesoft.cz> 260 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
255 261
256 * textmodes/tildify.el (tildify-string-alist): Add 262 * textmodes/tildify.el (tildify-string-alist): Add
257 `plain-tex-mode' here. 263 `plain-tex-mode' here.
294 300
295 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il> 301 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
296 302
297 * select.el (x-get-selection): Docstring fix. 303 * select.el (x-get-selection): Docstring fix.
298 304
299 2000-11-27 Gerd Moellmann <gerd@gnu.org> 305 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
300 306
301 * play/5x5.el: Update from author. 307 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
302 308
303 2000-11-27 Andrew Innes <andrewi@gnu.org> 309 2000-11-27 Andrew Innes <andrewi@gnu.org>
304 310
305 * makefile.nt (.SUFFIXES): Add .SUFFIXES. 311 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
306 312
9014 9020
9015 * whitespace.el (defgroup whitespace): Comment out `:version'. 9021 * whitespace.el (defgroup whitespace): Comment out `:version'.
9016 XEmacs 20.4 has problems defining the group with this present. 9022 XEmacs 20.4 has problems defining the group with this present.
9017 We'll have this commented out till get resolve the problem. 9023 We'll have this commented out till get resolve the problem.
9018 9024
9019 2000-06-07 Gerd Moellmann <gerd@gnu.org> 9025 2000-06-07 John Wiegley <johnw@gnu.org>
9020 9026
9021 * align.el: Update from author. 9027 * align.el (align-dq-string-modes, align-sq-string-modes)
9028 (align-open-comment-modes): Add pyhton-mode.
9029 (align-rules-list): Use get-text-property instead of
9030 text-properties-at.
9031 (align-rules-list): Add python-assignment.
9032 (align-rules-list): Change perl-comma-delimiter to
9033 basic-comma-delimiter. Use if for Perl modes and python-mode.
9034 (align-rules-list): Add python-chain-logic and
9035 basic-line-continuation.
9022 9036
9023 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> 9037 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9024 9038
9025 * apropos.el (apropos-mode-hook): New user variable. 9039 * apropos.el (apropos-mode-hook): New user variable.
9026 (apropos-mode): Run apropos-mode-hook. 9040 (apropos-mode): Run apropos-mode-hook.