Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 538048ae2ab8 |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
150:8ebb1c0f0f6f | 151:59463afc5666 |
---|---|
1 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com> | |
2 | |
3 * prim/files.el (auto-mode-alist): Reorg. Support | |
4 pre-processed fortran files. *.m4 files now default to autoconf mode. | |
5 | |
6 * prim/about.el: Promote Hrvoje. Picture still needed... | |
7 | |
8 * modes/ksh-mode.el: _ has symbol syntax. | |
9 * modes/m4-mode.el: _ has symbol syntax. | |
10 * modes/pascal.el: _ has symbol syntax. | |
11 * modes/f90.el: _ has symbol syntax. | |
12 * modes/cperl-mode.el: _ has symbol syntax. | |
13 * modes/autoconf-mode.el: _ has symbol syntax. | |
14 | |
15 1997-05-22 Steven L Baur <steve@altair.xemacs.org> | |
16 | |
17 * prim/files.el (save-buffer): From Hrvoje Niksic. Don't clear | |
18 zmacs region. | |
19 | |
20 * packages/func-menu.el: Update for David Hughes' new email | |
21 address. | |
22 | |
23 1997-05-21 Noah Friedman <friedman@prep.ai.mit.edu> | |
24 | |
25 * eldoc.el (eldoc-message-commands): Move docstring into comments, | |
26 since this isn't a user variable. | |
27 (eldoc-message-commands-table-size, eldoc-use-idle-timer-p, | |
28 eldoc-function-argstring-from-docstring-method-table): Use defvar, | |
29 not defconst. | |
30 (eldoc-last-data): Use cons explicitly; don't rely on dotted pair | |
31 read syntax. I'm worried the latter might get compiled as | |
32 read-only data someday. | |
33 (eldoc-docstring-message): If truncating symbol name, show ending | |
34 of name rather than beginning. The former is generally more unique. | |
35 (eldoc-function-argstring-from-docstring-method-table): Handle | |
36 pathological `save-restriction' case. | |
37 [top level]: Add `indent-for-tab-command' to eldoc-message-commands. | |
38 | |
39 1997-05-21 Steven L Baur <steve@altair.xemacs.org> | |
40 | |
41 * x11/x-menubar.el (default-menubar): strokes added to mouse | |
42 menu. | |
43 | |
44 Wed May 21 17:12:28 1997 Per Bothner <bothner@deneb.cygnus.com> | |
45 | |
46 * eterm/term.el (term-send-raw): Better XEmacs character event | |
47 handling. | |
48 * eterm/term.el (term-char-mode): Re-do Meta-handling by temporarily | |
49 setting meta-prefix-char to -1 while building keymaps. | |
50 (term-send-raw-meta): Removed. | |
51 | |
52 Tue Mar 11 20:15:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
53 | |
54 * eterm/term.el (term-completion-addsuffix): Doc fix. | |
55 (term-dynamic-complete-as-filename): Support the case where | |
56 term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons | |
57 pair. | |
58 | |
59 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com> | |
60 | |
61 * eterm/term.el: Add kd, kl, kr, du capabilities. | |
62 * eterm/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities. | |
63 | |
64 Wed May 15 14:38:45 1996 Per Bothner <bothner@deneb.cygnus.com> | |
65 | |
66 * eterm/term.el (term-send-raw-string): send-string -> | |
67 process-send-string. | |
68 * eterm/term.el (term-arguments): Remove unused local 'values'. | |
69 * eterm/term.el (term-handle-deferred-scroll): Fix off-by-one bug, | |
70 | |
71 * eterm/term.el: Merge changes from FSF (mostly typos). | |
72 | |
73 Mon Sep 25 17:19:51 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
74 | |
75 * eterm/term.el (term-emulate-terminal): On CR, set | |
76 term-current-column to term-start-line-column, not 0. | |
77 | |
78 1997-05-21 Steven L Baur <steve@altair.xemacs.org> | |
79 | |
80 * packages/add-log.el (change-log-font-lock-keywords): Tweak | |
81 font-lock-keywords. | |
82 | |
83 1997-05-21 Erik Naggum <erik@naggum.no> | |
84 | |
85 * lisp/add-log.el (add-log-lisp-like-modes, add-log-c-like-modes, | |
86 add-log-tex-like-modes): New variables. | |
87 (add-log-current-defun): Use them instead of constant lists. | |
88 | |
89 1997-05-21 Steven L Baur <steve@altair.xemacs.org> | |
90 | |
91 * packages/add-log.el: Synch to Emacs 20.0. | |
92 | |
93 * prim/obsolete.el (read-minibuffer): Make compatible not obsolete. | |
94 (read-input): Ditto. | |
95 | |
96 Tue May 20 20:32:59 1997 Steven L Baur <steve@altair.xemacs.org> | |
97 | |
98 * prim/subr.el (buffer-substring-no-properties): Clean out extents | |
99 too. | |
100 | |
101 Mon May 19 19:48:35 1997 Steven L Baur <steve@altair.xemacs.org> | |
102 | |
103 * prim/process.el (shell-command-on-region): Remove region active | |
104 test (which played havoc with the hack in call-interactively to | |
105 place explicit calls to region-beginning and region-end in | |
106 interactive specs in the command history). | |
107 | |
108 Mon May 19 18:13:50 1997 Hrvoje Niksic <hniksic@srce.hr> | |
109 | |
110 * utils/easymenu.el (easy-menu-add): Check for existing, before | |
111 entering MENU to `easy-menu-all-popups'. | |
112 | |
113 Sun May 18 09:11:50 1997 Steven L Baur <steve@altair.xemacs.org> | |
114 | |
115 * prim/files.el (revert-buffer): Add optional third parameter to | |
116 preserve buffer modes (from Emacs 19.34.94). | |
117 (after-find-file): Add optional fifth parameter to preserve buffer | |
118 modes (from Emacs 19.34.94). | |
119 | |
120 * packages/vc.el: Synch with Emacs 19.34.94 because our version was | |
121 hopeless. | |
122 (vc-checkout): Autoload. | |
123 (vc-find-binary): Ditto. | |
124 | |
125 * prim/files.el (find-buffer-visiting): Restore because FSF vc.el | |
126 needs it. | |
127 | |
1 Fri Apr 25 13:21:46 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 128 Fri Apr 25 13:21:46 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
2 | 129 |
3 * apropos.el (apropos): Add support for customization groups. | 130 * apropos.el (apropos): Add support for customization groups. |
4 (apropos-print): Ditto. | 131 (apropos-print): Ditto. |
5 | 132 |
1342 | 1469 |
1343 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org> | 1470 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org> |
1344 | 1471 |
1345 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4. | 1472 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4. |
1346 | 1473 |
1347 Sun Jan 12 18:49:30 1997 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> | 1474 Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> |
1348 | 1475 |
1349 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns' | 1476 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns' |
1350 alias | 1477 alias |
1351 Import definition of `truncate-string-to-width' from Emacs/mule-delta. | 1478 Import definition of `truncate-string-to-width' from Emacs/mule-delta. |
1352 | 1479 |
1892 | 2019 |
1893 * packages/man-xref.el: New file from Emacs 19.35. | 2020 * packages/man-xref.el: New file from Emacs 19.35. |
1894 | 2021 |
1895 * utils/smtpmail.el: New file from Emacs 19.34. | 2022 * utils/smtpmail.el: New file from Emacs 19.34. |
1896 | 2023 |
1897 Fri Dec 6 09:28:04 1996 ~~ ~~/MORIOKA Tomohiko <morioka@jaist.ac.jp> | 2024 Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp> |
1898 | 2025 |
1899 * prim/startup.el (set-default-load-path): Set default-load-path | 2026 * prim/startup.el (set-default-load-path): Set default-load-path |
1900 dynamically since file-detect.el is dumped with XEmacs. | 2027 dynamically since file-detect.el is dumped with XEmacs. |
1901 | 2028 |
1902 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org> | 2029 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org> |