comparison lisp/ChangeLog @ 30208:e0e295d641ba

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 Jul 2000 08:39:48 +0000
parents 1980037bbd8f
children 4db35f1e2e7a
comparison
equal deleted inserted replaced
30207:584fa6f665f1 30208:e0e295d641ba
1 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
4
1 2000-07-13 Dave Love <fx@gnu.org> 5 2000-07-13 Dave Love <fx@gnu.org>
2 6
3 * emacs-lisp/easymenu.el: Doc fixes. 7 * emacs-lisp/easymenu.el: Doc fixes.
4 (easy-menu-remove): Defalias to ignore. 8 (easy-menu-remove): Defalias to ignore.
5 9
13 * simple.el (eval-expression-print-length): Change custom type to 17 * simple.el (eval-expression-print-length): Change custom type to
14 allow entering nil as value. 18 allow entering nil as value.
15 19
16 2000-07-13 Dave Love <fx@gnu.org> 20 2000-07-13 Dave Love <fx@gnu.org>
17 21
18 * progmodes/fortran.el (fortran-imenu-generic-expression): Change 22 * progmodes/fortran.el (fortran-imenu-generic-expression):
19 definition layout. 23 Change definition layout.
20 (fortran-mode-menu): Reinstate customize entries. 24 (fortran-mode-menu): Reinstate customize entries.
21 25
22 * cus-edit.el (custom-group-menu-create, customize-menu-create): 26 * cus-edit.el (custom-group-menu-create, customize-menu-create):
23 Use :filter, per old XEmacs code. 27 Use :filter, per old XEmacs code.
24 28
33 use it for several things new in v21. Remove load-path. Fix type 37 use it for several things new in v21. Remove load-path. Fix type
34 of line-number-display-limit. 38 of line-number-display-limit.
35 39
36 2000-07-11 Dave Love <fx@gnu.org> 40 2000-07-11 Dave Love <fx@gnu.org>
37 41
38 * progmodes/fortran.el: Don't require easymenu. Use repeat counts 42 * progmodes/fortran.el: Don't require easymenu.
39 in various regexps. 43 Use repeat counts in various regexps.
40 (fortran-mode-syntax-table): Defvar directly. 44 (fortran-mode-syntax-table): Defvar directly.
41 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2) 45 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
42 (fortran-font-lock-keywords-3, 46 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
43 fortran-font-lock-syntactic-keywords): Use defvar, not defconst. 47 Use defvar, not defconst.
44 (fortran-mode-map): Change locals in `let'. Use 48 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
45 `fortran-auto-fill'.
46 (fortran-mode): Set fortran-comment-line-start-skip, 49 (fortran-mode): Set fortran-comment-line-start-skip,
47 fortran-comment-line-start-skip, dabbrev-case-fold-search. 50 fortran-comment-line-start-skip, dabbrev-case-fold-search.
48 (fortran-comment-indent): Use defsubst. 51 (fortran-comment-indent): Use defsubst.
49 (fortran-indent-comment, fortran-indent-to-column, 52 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
50 fortran-break-line): Use fortran-comment-indent, not 53 Use fortran-comment-indent, not fortran-comment-indent-function.
51 fortran-comment-indent-function.
52 (fortran-comment-region, fortran-electric-line-number): Simplify. 54 (fortran-comment-region, fortran-electric-line-number): Simplify.
53 (fortran-auto-fill): New function. 55 (fortran-auto-fill): New function.
54 (fortran-do-auto-fill): Deleted. 56 (fortran-do-auto-fill): Deleted.
55 (fortran-find-comment-start-skip): Check for non-null 57 (fortran-find-comment-start-skip):
56 comment-start-skip. 58 Check for non-null comment-start-skip.
57 (fortran-auto-fill-mode, fortran-fill-statement): Use 59 (fortran-auto-fill-mode, fortran-fill-statement):
58 fortran-auto-fill. 60 Use fortran-auto-fill.
59 (fortran-fill): Use fortran-auto-fill. Check for null 61 (fortran-fill): Use fortran-auto-fill. Check for null
60 comment-start-skip. Simplify final clause and use end-of-line 62 comment-start-skip. Simplify final clause and use end-of-line finally.
61 finally.
62 63
63 * widget.el (widget-plist-member): New alias. 64 * widget.el (widget-plist-member): New alias.
64 65
65 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> 66 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
66 67
78 (dired-show-file-type): Add autoload. 79 (dired-show-file-type): Add autoload.
79 80
80 2000-07-10 Kenichi Handa <handa@etl.go.jp> 81 2000-07-10 Kenichi Handa <handa@etl.go.jp>
81 82
82 * international/mule-diag.el (describe-font): Adjusted for the 83 * international/mule-diag.el (describe-font): Adjusted for the
83 chnage of fontset-info. 84 change of fontset-info.
84 (print-fontset): Likewise. 85 (print-fontset): Likewise.
85 86
86 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> 87 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
87 88
88 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. 89 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
203 (Info-default-directory-list): Rewritten to more methodically 204 (Info-default-directory-list): Rewritten to more methodically
204 enumerate a big list of possible info directories (based on the 205 enumerate a big list of possible info directories (based on the
205 list used by the standalone info reader). 206 list used by the standalone info reader).
206 207
207 * info.el (info-initialize): Use prune-directory-list to remove 208 * info.el (info-initialize): Use prune-directory-list to remove
208 non-existant directories from Info-directory-list. 209 non-existent directories from Info-directory-list.
209 210
210 * paths.el (Info-default-directory-list): Try a list of possible 211 * paths.el (Info-default-directory-list): Try a list of possible
211 info-directories instead of a single one. Add the possible 212 info-directories instead of a single one. Add the possible
212 info directory "/usr/share/info". 213 info directory "/usr/share/info".
213 214
256 cycling through windows with next-window. 257 cycling through windows with next-window.
257 258
258 * window.el (some-window): New function. 259 * window.el (some-window): New function.
259 (walk-windows): Remove reference to walk-windows-start. 260 (walk-windows): Remove reference to walk-windows-start.
260 261
261 * hilit19.el (hilit-lookup-face-create): Don't set face colors 262 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
262 to nil.
263 263
264 2000-07-03 Richard Stallman <rms@caffeine.ai.mit.edu> 264 2000-07-03 Richard Stallman <rms@caffeine.ai.mit.edu>
265 265
266 * window.el (walk-windows): Guarantee termination by keeping a list 266 * window.el (walk-windows): Guarantee termination by keeping a list
267 of all the windows already handled. 267 of all the windows already handled.
285 285
286 * replace.el (query-replace-map): Bind `e' like `E'. 286 * replace.el (query-replace-map): Bind `e' like `E'.
287 287
288 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> 288 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
289 289
290 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change 290 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
291 name to "Select All". 291 Change name to "Select All".
292 292
293 * dos-fns.el (convert-standard-filename): Fix last change. 293 * dos-fns.el (convert-standard-filename): Fix last change.
294 294
295 2000-06-27 Gerd Moellmann <gerd@gnu.org> 295 2000-06-27 Gerd Moellmann <gerd@gnu.org>
296 296
351 (sql-informix): Added command line parameter "-" to force 351 (sql-informix): Added command line parameter "-" to force
352 sql-informix-program to use stdout. 352 sql-informix-program to use stdout.
353 353
354 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> 354 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
355 355
356 * international/codepage.el (cp-coding-system-for-codepage-1): Doc 356 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
357 fix.
358 (cp864-decode-table): Doc fix. 357 (cp864-decode-table): Doc fix.
359 (cp720-decode-table): New variable, supports the Arabic OEM 358 (cp720-decode-table): New variable, supports the Arabic OEM
360 codepage used by Windows. 359 codepage used by Windows.
361 (cp737-decode-table): New, Greek OEM codepage used by Windows. 360 (cp737-decode-table): New, Greek OEM codepage used by Windows.
362 361