comparison lisp/ChangeLog @ 47065:bdd10e97fa76

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 Aug 2002 18:54:46 +0000
parents 40da307fae0a
children d87784183b26
comparison
equal deleted inserted replaced
47064:3fc21f1b20f0 47065:bdd10e97fa76
4 4
5 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl> 5 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
6 6
7 * textfile/reftex-ref.el (reftex-goto-label): New command. 7 * textfile/reftex-ref.el (reftex-goto-label): New command.
8 8
9 * textfile/reftex-vars.el (reftex-part-resets-chapter): New 9 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
10 option.
11 10
12 * textfile/reftex-parse.el (reftex-roman-number): New function. 11 * textfile/reftex-parse.el (reftex-roman-number): New function.
13 (reftex-section-number): Better handling of parts: No chapter 12 (reftex-section-number): Better handling of parts: No chapter
14 counter resets. 13 counter resets.
15 14
16 * textfile/reftex.el (reftex-highlight-overlays): Added a third 15 * textfile/reftex.el (reftex-highlight-overlays): Added a third
17 overlay. 16 overlay.
18 (reftex-mode-menu): Added entry for `reftex-toc-recenter. Also 17 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
19 moved `reftex-reset-mode' to top level. 18 Also moved `reftex-reset-mode' to top level.
20 19
21 * textfile/reftex-toc.el (reftex-toc-recenter): New command. 20 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
22 (reftex-toc-pre-command-hook): Don't remove highlight overlay. 21 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
23 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting. 22 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
24 23
25 * textfile/reftex-sel.el (reftex-get-offset): get offset of 24 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
26 document pointer *before* position, not after. 25 document pointer *before* position, not after.
27 (reftex-insert-docstruct): get offset of document pointer *before* 26 (reftex-insert-docstruct): Get offset of document pointer *before*
28 position, not after. 27 position, not after.
29 28
30 * textfiles/reftex-parse.el (reftex-where-am-I): prefer marker 29 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
31 match over section title match. 30 match over section title match.
32 31
33 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function 32 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
34 which determines on a per-file-basis if BibTeX is being used 33 which determines on a per-file-basis if BibTeX is being used
35 locally for citations. 34 locally for citations.
36 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better 35 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
37 cooperation with chapterbib. 36 cooperation with chapterbib.
38 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for 37 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
39 better cooperation with chapterbib. 38 better cooperation with chapterbib.
40 39
41 * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use 40 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
42 `reftex-bib-or-thebib' for better cooperation with chapterbib. 41 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
43 42
44 2002-08-26 Kim F. Storm <storm@cua.dk> 43 2002-08-26 Kim F. Storm <storm@cua.dk>
45 44
46 * subr.el (suppress-keymap): Use command remapping instead of 45 * subr.el (suppress-keymap): Use command remapping instead of
47 substitute-key-definition to undefine self-inserting keys. 46 substitute-key-definition to undefine self-inserting keys.
48 47
49 2002-08-26 Juanma Barranquero <lektu@terra.es> 48 2002-08-26 Juanma Barranquero <lektu@terra.es>
50 49
51 * makefile.w32-in (WINS): Add calc and obsolete. 50 * makefile.w32-in (WINS): Add calc and obsolete.
51
52 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
53
54 * emacs-lisp/easy-mmode.el (define-minor-mode):
55 Use customize-mark-as-set for global minor modes.
52 56
53 2002-08-25 Miles Bader <miles@gnu.org> 57 2002-08-25 Miles Bader <miles@gnu.org>
54 58
55 * rfn-eshadow.el (file-name-shadow-properties-custom-type): 59 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
56 Renamed from `read-file-name-electric-shadow-properties-custom-type'. 60 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
77 *scratch* buffer. 81 *scratch* buffer.
78 82
79 * progmodes/simula.el (simula-abbrev-keyword-default) 83 * progmodes/simula.el (simula-abbrev-keyword-default)
80 (simula-abbrev-keyword, simula-abbrev-stdproc-default) 84 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
81 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. 85 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
82 86
83 * apropos.el (command-apropos): Use `defalias' instead of `fset'. 87 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
84 88
85 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix. 89 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
86 90
87 2002-08-23 Richard M. Stallman <rms@gnu.org> 91 2002-08-23 Richard M. Stallman <rms@gnu.org>
104 108
105 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk> 109 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
106 110
107 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu) 111 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
108 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on) 112 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
109 (f90-font-lock-off, f90-font-lock-menu): Deleted. Use 113 (f90-font-lock-off, f90-font-lock-menu): Delete.
110 easy-menu-define instead. 114 Use easy-menu-define instead.
111 (f90-mode): Use easy-menu-add. 115 (f90-mode): Use easy-menu-add.
112 No longer (require 'imenu) when compiling. 116 No longer (require 'imenu) when compiling.
113 (f90-mark-subprogram, f90-indent-region, f90-fill-region) 117 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
114 (f90-abbrev-start): Use fboundp. 118 (f90-abbrev-start): Use fboundp.
115 (f90-imenu-flag): Deleted - use imenu--index-alist instead. 119 (f90-imenu-flag): Delete - use imenu--index-alist instead.
116 120
117 2002-08-23 Andre Spiegel <spiegel@gnu.org> 121 2002-08-23 Andre Spiegel <spiegel@gnu.org>
118 122
119 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again. 123 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
120 124
127 (tramp-open-connection-setup-interactive-shell): Use it. 131 (tramp-open-connection-setup-interactive-shell): Use it.
128 (tramp-open-connection-telnet, tramp-open-connection-rsh) 132 (tramp-open-connection-telnet, tramp-open-connection-rsh)
129 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern' 133 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
130 in the docstring. 134 in the docstring.
131 (tramp-bug): Report `tramp-shell-prompt-pattern'. 135 (tramp-bug): Report `tramp-shell-prompt-pattern'.
132 (tramp-process-one-multi-action, tramp-process-one-action): Make 136 (tramp-process-one-multi-action, tramp-process-one-action):
133 message clearer so people don't confuse it with Emacs asking them 137 Make message clearer so people don't confuse it with Emacs asking
134 a question if the regexp happens to end with "?". 138 them a question if the regexp happens to end with "?".
135 (tramp-verbose): Change default value from 10 to 9. Also change 139 (tramp-verbose): Change default value from 10 to 9. Also change
136 some logging levels so that 10 is reserved for stuff which is 140 some logging levels so that 10 is reserved for stuff which is
137 needed for debugging only, but 9 catches everything that people 141 needed for debugging only, but 9 catches everything that people
138 might like to see in order to see that Tramp is actually working. 142 might like to see in order to see that Tramp is actually working.
139 143
145 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk> 149 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
146 150
147 * progmodes/f90.el: eval-when-compile a few defvars. 151 * progmodes/f90.el: eval-when-compile a few defvars.
148 (f90-xemacs-flag): Wrap in eval-and-compile. 152 (f90-xemacs-flag): Wrap in eval-and-compile.
149 (f90-font-lock-keywords): Doc fix. 153 (f90-font-lock-keywords): Doc fix.
150 (f90-mode-abbrev-table): Work with or without 6th arg of 154 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
151 define-abbrev.
152 (f90-mark-subprogram-overlay): Variable deleted. 155 (f90-mark-subprogram-overlay): Variable deleted.
153 (f90-mark-subprogram): Remove overlay bit. Don't be silent about 156 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
154 pushing mark. 157 pushing mark.
155 (f90-abbrev-start): unread-command-event is obsolete in XEmacs. 158 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
156 159
205 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better 208 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
206 cooperation with chapterbib. 209 cooperation with chapterbib.
207 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for 210 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
208 better cooperation with chapterbib. 211 better cooperation with chapterbib.
209 212
210 * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use 213 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
211 `reftex-bib-or-thebib' for better cooperation with chapterbib. 214 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
212 215
213 2002-08-20 Kim F. Storm <storm@cua.dk> 216 2002-08-20 Kim F. Storm <storm@cua.dk>
214 217
215 * kmacro.el: Major rework based on discussions with RMS. 218 * kmacro.el: Major rework based on discussions with RMS.
216 Most important change is that C-x C-k is now bound to a keymap 219 Most important change is that C-x C-k is now bound to a keymap
219 222
220 * binding.el: Remove macro related bindings (now in kmacro.el). 223 * binding.el: Remove macro related bindings (now in kmacro.el).
221 224
222 * edmacro.el: Remove C-x C-k binding (now in kmacro.el). 225 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
223 226
227 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
228
229 * help-fns.el (help-split-fundoc): Replace the function name
230 from the docstring with the one that should be displayed.
231 (help-make-usage): Understand CL style arglists.
232 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
233 (describe-variable): Use delete-region.
234
224 2002-08-19 Kenichi Handa <handa@etl.go.jp> 235 2002-08-19 Kenichi Handa <handa@etl.go.jp>
225 236
226 * international/mule.el (sgml-xml-auto-coding-function): Call 237 * international/mule.el (sgml-xml-auto-coding-function):
227 re-search-forward with NOERROR t. 238 Call re-search-forward with NOERROR t.
228 239
229 2002-08-19 Miles Bader <miles@gnu.org> 240 2002-08-19 Miles Bader <miles@gnu.org>
230 241
231 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>] 242 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
232 * comint.el (comint-inhibit-carriage-motion): New variable. 243 * comint.el (comint-inhibit-carriage-motion): New variable.
233 (comint-carriage-motion): Argument STRING removed. New arguments 244 (comint-carriage-motion): Argument STRING removed. New arguments
234 START and END; interpret characters between START and END rather 245 START and END; interpret characters between START and END rather
235 than using special comint state. 246 than using special comint state.
236 (comint-output-filter): Call `comint-carriage-motion'. 247 (comint-output-filter): Call `comint-carriage-motion'.
237 (comint-output-filter-functions): Don't add `comint-carriage-motion'. 248 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
238 * ielm.el (inferior-emacs-lisp-mode): Give 249 * ielm.el (inferior-emacs-lisp-mode):
239 `comint-inhibit-carriage-motion' a local value of t. 250 Give `comint-inhibit-carriage-motion' a local value of t.
240 251
241 2002-08-18 Richard M. Stallman <rms@gnu.org> 252 2002-08-18 Richard M. Stallman <rms@gnu.org>
242 253
243 * table.el: New file. 254 * table.el: New file.
244 255
256 (reftex-syntax-table-for-bib): Set a default in case this is being 267 (reftex-syntax-table-for-bib): Set a default in case this is being
257 used outside a LaTeX file. 268 used outside a LaTeX file.
258 269
259 2002-08-17 Richard M. Stallman <rms@gnu.org> 270 2002-08-17 Richard M. Stallman <rms@gnu.org>
260 271
261 * tar-mode.el (tar-subfile-mode): Use add-hook and 272 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
262 remove-hook, and use write-file-functions instead of 273 and use write-file-functions instead of local-write-file-hooks.
263 local-write-file-hooks.
264 (tar-untar-buffer): Don't try to extract directories. 274 (tar-untar-buffer): Don't try to extract directories.
265 275
266 * menu-bar.el (fringe-mode): Set to nil. 276 * menu-bar.el (fringe-mode): Set to nil.
267 277
268 * mail/rmail.el (rmail-search-mime-header-function): Doc fix. 278 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
276 286
277 * server.el (server-process-filter): Simplify code. 287 * server.el (server-process-filter): Simplify code.
278 (server-goto-line-column): New function. 288 (server-goto-line-column): New function.
279 (server-visit-files): Use server-goto-line-column. 289 (server-visit-files): Use server-goto-line-column.
280 Offer to revert only if file has changed. 290 Offer to revert only if file has changed.
281 291
282 2002-08-15 Richard M. Stallman <rms@gnu.org> 292 2002-08-15 Richard M. Stallman <rms@gnu.org>
283 293
284 * files.el (recover-this-file): New function. 294 * files.el (recover-this-file): New function.
285 (after-find-file): Recommend recover-this-file. 295 (after-find-file): Recommend recover-this-file.
286 296