aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2002-04-12 09:43:20 +0000
committerGerd Moellmann2002-04-12 09:43:20 +0000
commite9f8a3abf3230e0141b4ab934a77708408770ae8 (patch)
tree41566f7b14572b9599df0b66fbfacfd653ac873b
parentf03b7c7d8a8328bc36e19958616dc78f28fe2bac (diff)
downloademacs-e9f8a3abf3230e0141b4ab934a77708408770ae8.tar.gz
emacs-e9f8a3abf3230e0141b4ab934a77708408770ae8.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog72
-rw-r--r--src/ChangeLog19
2 files changed, 60 insertions, 31 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 03ca84f622c..29516086522 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-04-12 Dave Love <fx@gnu.org>
2
3 * help.el (string-key-binding): Deal with margin events.
4
12002-04-12 Francesco Potorti` <pot@gnu.org> 52002-04-12 Francesco Potorti` <pot@gnu.org>
2 6
3 * comint.el (comint-password-prompt-regexp): Match" SMB password". 7 * comint.el (comint-password-prompt-regexp): Match" SMB password".
@@ -97,34 +101,37 @@
97 101
982002-04-09 Emmanuel Briot <briot@act-europe.fr> 1022002-04-09 Emmanuel Briot <briot@act-europe.fr>
99 103
100 * progmodes/ada-prj.el: Add support for the new project file fields: 104 * progmodes/ada-prj.el: Add support for the new project file
101 gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix widget handling 105 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix
102 for Emacs 21. ada-mode now only supports a single active project file, 106 widget handling for Emacs 21. ada-mode now only supports a single
103 instead of one per buffer. This is far less confusing. 107 active project file, instead of one per buffer. This is far less
108 confusing.
104 109
105 * progmodes/ada-stmt.el: Menu changed from Statements to Templates. 110 * progmodes/ada-stmt.el: Menu changed from Statements to
111 Templates.
106 (ada-func-or-proc-name): Get real subprogram name, after change in 112 (ada-func-or-proc-name): Get real subprogram name, after change in
107 ada-mode.el. 113 ada-mode.el.
108 114
109 * progmodes/ada-xref.el: ada-mode no longer supports a different 115 * progmodes/ada-xref.el: Ada-mode no longer supports a different
110 project file per buffer. This was too complex. Instead, there is now 116 project file per buffer. This was too complex. Instead, there is
111 a single active project file at any given time, and the user can switch 117 now a single active project file at any given time, and the user
112 the active one through the Ada menu. This revision also provides 118 can switch the active one through the Ada menu. This revision
113 better handling of the Windows command line, and the various available 119 also provides better handling of the Windows command line, and the
114 shells on that platform. ada-mode is now fully integrated with the GNU 120 various available shells on that platform. ada-mode is now fully
115 visual debugger gvd, see http://libre.act-europe.fr. 121 integrated with the GNU visual debugger gvd, see
116 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ. This is only 122 http://libre.act-europe.fr.
117 available with GNAT 3.14. 123 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ. This
124 is only available with GNAT 3.14.
118 (ada-prj-gnatfind-switches, ada-cd-command): New variable. 125 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
119 (ada-quote-cmd): New function. 126 (ada-quote-cmd): New function.
120 (ada-initialize-runtime-library): Get the location of the actual 127 (ada-initialize-runtime-library): Get the location of the actual
121 runtime the compiler will be using, including support for 128 runtime the compiler will be using, including support for
122 cross-platform environments. 129 cross-platform environments.
123 (ada-treat-cmd-string): Add support for the new variable 130 (ada-treat-cmd-string): Add support for the new variable
124 ${full_current} add support for debug-pre-cmd and debug-post-cmd, two 131 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
125 commands to run just prior to running the debugger, and just after 132 two commands to run just prior to running the debugger, and just
126 starting it. This provide better support for cross-platform and 133 after starting it. This provide better support for cross-platform
127 remote debugging. 134 and remote debugging.
128 (ada-get-absolute-dir): Remove, replace with expand-file-name. 135 (ada-get-absolute-dir): Remove, replace with expand-file-name.
129 (ada-gdb-application): New parameter executable-name. 136 (ada-gdb-application): New parameter executable-name.
130 (ada-get-ali-file-name): Better handling of separate packages. 137 (ada-get-ali-file-name): Better handling of separate packages.
@@ -132,23 +139,26 @@
132 139
133 * progmodes/ada-mode.el (ada-case-exception-file) 140 * progmodes/ada-mode.el (ada-case-exception-file)
134 (ada-indent-handle-comment-special): New variables. 141 (ada-indent-handle-comment-special): New variables.
135 (ada-case-exception-substring): New variable. Casing exceptions can 142 (ada-case-exception-substring): New variable. Casing exceptions
136 now also be defined for substrings, in addition to full identifier 143 can now also be defined for substrings, in addition to full
137 names. This provides more flexibility. 144 identifier names. This provides more flexibility.
138 (ada-align-list): New function, provide support for align.el in ada-mode. 145 (ada-align-list): New function, provide support for align.el in
139 (ada-procedure-start-regexp): Add support for operators and generic formal 146 ada-mode.
140 subprograms and packages. 147 (ada-procedure-start-regexp): Add support for operators and
148 generic formal subprograms and packages.
141 (ada-imenu-comment-re): New variable. 149 (ada-imenu-comment-re): New variable.
142 (ada-imenu-generic-expression): Add support for protected types. 150 (ada-imenu-generic-expression): Add support for protected types.
143 (ada-mode): Set comment-start only after running ada-mode-hook, so that the 151 (ada-mode): Set comment-start only after running ada-mode-hook, so
144 user can change ada-comment-start in the hook. 152 that the user can change ada-comment-start in the hook. Add
145 Add support for ispell in comments. Add support for align.el. 153 support for ispell in comments. Add support for align.el.
146 (ada-save-exception-file, ada-create-case-exception-substring) 154 (ada-save-exception-file, ada-create-case-exception-substring)
147 (ada-adjust-case-substring): New functions. 155 (ada-adjust-case-substring): New functions.
148 (ada-get-current-indent): Properly handles keywords with uppercases. 156 (ada-get-current-indent): Properly handles keywords with
149 (ada-goto-matching-end): Rewritten, fixes problems in the handling of 157 uppercases.
150 nested blocks. 158 (ada-goto-matching-end): Rewritten, fixes problems in the handling
151 (ada-untab-hard): Do not touch the contents of comments and strings. 159 of nested blocks.
160 (ada-untab-hard): Do not touch the contents of comments and
161 strings.
152 162
1532002-04-09 Mike Williams <mdub@bigfoot.com> 1632002-04-09 Mike Williams <mdub@bigfoot.com>
154 164
diff --git a/src/ChangeLog b/src/ChangeLog
index 8448a1cb0f9..235ebd2ee6a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12002-04-12 Gerd Moellmann <gerd@gnu.org>
2
3 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
4
52002-04-12 Dave Love <fx@gnu.org>
6
7 * dispnew.c (marginal_area_string): New.
8
9 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
10 (Qleft_margin, Qright_margin): Declare.
11 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with
12 margins.
13
14 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
15 note_mode_line_highlight and extended.
16
17 * keyboard.c (Qleft_margin, Qright_margin): Declare.
18 (make_lispy_event): Deal with mouse events in margins.
19
12002-04-12 Stefan Monnier <monnier@cs.yale.edu> 202002-04-12 Stefan Monnier <monnier@cs.yale.edu>
2 21
3 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT. 22 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.