Mercurial > emacs
comparison lisp/ChangeLog @ 45359:6dbb4ce89a70
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 19 May 2002 02:11:24 +0000 |
parents | 5abb0a0fed81 |
children | 1aab2ca0465e |
comparison
equal
deleted
inserted
replaced
45358:f57a87acf8bf | 45359:6dbb4ce89a70 |
---|---|
1 2002-05-18 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * uniquify.el (uniquify-rationalize-file-buffer-names): | |
4 Always strip the trailing / even if the file is not a directory. | |
5 | |
1 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk> | 6 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk> |
2 | 7 |
3 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the | 8 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the |
4 initialization in the defvar. | 9 initialization in the defvar. |
5 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property. | 10 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property. |
6 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3) | 11 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3) |
7 (f90-font-lock-4): Move the doc strings. | 12 (f90-font-lock-4): Move the doc strings. |
8 (f90-menu-bar-menu): New internal variable to hold the top-level menu. | 13 (f90-menu-bar-menu): New internal variable to hold the top-level menu. |
9 (f90-change-case-menu, f90-font-lock-menu): Minor code changes. | 14 (f90-change-case-menu, f90-font-lock-menu): Minor code changes. |
10 (f90-mode-abbrev-table): Initialize in the defvar, with | 15 (f90-mode-abbrev-table): Initialize in the defvar, with |
11 define-abbrev-table. | 16 define-abbrev-table. |
12 | 17 |
13 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il> | 18 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il> |
14 | 19 |
15 * tar-mode.el (tar-octal-time): Fix last change. | 20 * tar-mode.el (tar-octal-time): Fix last change. |
16 | 21 |
38 (ps-mule-font-info-database-ps-bdf): Doc fix. | 43 (ps-mule-font-info-database-ps-bdf): Doc fix. |
39 (ps-mule-encode-ucs2): New function for encoding Unicode characters. | 44 (ps-mule-encode-ucs2): New function for encoding Unicode characters. |
40 | 45 |
41 * tar-mode.el (tar-octal-time): Fix the last argument of logior. | 46 * tar-mode.el (tar-octal-time): Fix the last argument of logior. |
42 | 47 |
48 2002-05-16 Stefan Monnier <monnier@cs.yale.edu> | |
49 | |
50 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
51 Find funs defined with defun-cvs-mode. | |
52 (find-function-space-re): New const. Skips comments as well. | |
53 (find-function-regexp, find-variable-regexp): Use it. | |
54 | |
55 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs. | |
56 (cvs-mode-add-change-log-entry-other-window): Work on multiple files. | |
57 (cvs-mode-set-flags): Don't cons unnecessarily. | |
58 | |
43 2002-05-16 Colin Walters <walters@debian.org> | 59 2002-05-16 Colin Walters <walters@debian.org> |
44 | 60 |
45 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to | 61 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to |
46 "Simple Calculator". | 62 "Simple Calculator". |
47 (menu-bar-tools-menu) <calc>: New. | 63 (menu-bar-tools-menu) <calc>: New. |
48 | 64 |
49 2002-05-16 Juanma Barranquero <lektu@terra.es> | 65 2002-05-16 Juanma Barranquero <lektu@terra.es> |
50 | 66 |
51 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo. | 67 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo. |