(fringe-mode): Autoload so that
[emacs.git] / lisp / ChangeLog
blobfe5dad2423324c3bef9c4eea83d4945056b16f0e
1 2003-03-13  Dave Love  <fx@gnu.org>
3         * international/latin1-disp.el (ucs-tables): Don't require.
4         (latin1-display-face): New.
5         (latin1-display-char): Use it.
7 2003-03-13  Kenichi Handa  <handa@m17n.org>
9         * international/mule-cmds.el (reset-language-environment): Set
10         default-file-name-coding-system to iso-latin-1.
12         * language/european.el (iso-latin-1): Definition of this coding
13         system moved to mule-conf.el.
15         * international/mule-conf.el (iso-latin-1): Moved from
16         european.el.
18         * term/x-win.el (x-select-text): Don't set a text containing
19         eight-bit-control/graphic into the cut buffer.
21 2003-03-12  Kenichi Handa  <handa@m17n.org>
23         * files.el (insert-directory): Decode by what specified.
25         * language/japan-util.el (setup-japanese-environment-internal):
26         By defalt, use japanese-iso-8bit for file names, and prefer
27         japanese-shift-jis on DOS and Windows.
29         * international/quail.el (quail-show-guidance-buf): Make the quail
30         guidance buffer inherit the current value of
31         quail-current-package.
33         * international/utf-8.el (ccl-decode-mule-utf-8): Don't loose
34         bytes on handling an invalid byte sequence.
36 2003-03-11  Jason Rumney  <jasonr@gnu.org>
38         * files.el (auto-mode-alist): Add .xsl for sgml-mode.
40 2003-03-11  Mark A. Hershberger  <mah@everybody.org>
42         * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
44 2003-03-11  John Paul Wallington  <jpw@gnu.org>
46         * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
47         `default-line-spacing', rather than buffer-local `line-spacing'.
49 2003-03-10  Per Abrahamsen  <abraham@dina.kvl.dk>
51         * cus-edit.el (customize-rogue): New command.
53 2003-03-10  Andreas Schwab  <schwab@suse.de>
55         * info.el (Info-extract-menu-node-name)
56         (Info-following-node-name): Revert last change.
58 2003-03-10  Thien-Thi Nguyen  <ttn@gnu.org>
60         * progmodes/scheme.el (scheme-mode-syntax-table): Construct
61         w/o using `with-syntax-table'.
63 2003-03-10  John Paul Wallington  <jpw@gnu.org>
65         * subr.el (posn-col-row): Take into account `line-spacing'.
67         * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
68         if major mode isn't `Electric-buffer-menu-mode'.
70         * term/x-win.el (vendor-specific-keysyms)
71         (x-last-selected-text-primary): Doc fixes.
72         (x-win-suspend-error): Use proper noun in error message.
74 2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
76         * man.el (Man-getpage-in-background): Always use `setenv' for
77         environment variables, instead of modifying process-environment
78         directly.  The previous version let-bound process-environment --
79         the let-binding is skipped for GROFF_NO_SGR because there is
80         already a let-binding in effect in some outer scope.
82         * emulation/crisp.el (top-level): Interoperate with cua.
84 2003-03-08  Kim F. Storm  <storm@cua.dk>
86         * emulation/cua-base.el: Provide `cua' feature.
88 2003-03-08  Juanma Barranquero  <lektu@terra.es>
90         * emulation/cua-base.el (cua--standard-movement-commands):
91         Fix docstring.
93 2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
95         * man.el (Man-getpage-in-background): Only change
96         default-directory if necessary.
98 2003-03-07  Andreas Schwab  <schwab@suse.de>
100         * info.el (Info-following-node-name): Skip trailing period.
101         (Info-extract-menu-node-name): Allow period in node name.
103 2003-03-07  Kevin Rodgers  <kevin.rodgers@ihs.com>
105         * dired-x.el (dired-guess-shell-case-fold-search): New user option.
106         (dired-guess-default): Use it.
108 2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
110         * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
111         (dcl-font-lock-defaults): New var.
112         (dcl-mode): Make and init local var `font-lock-defaults'.
114 2003-03-06  Kevin Rodgers  <kevin.rodgers@ihs.com>
116         * ffap.el (dired-at-point): Check whether the user can create a
117         directory before asking about creating it.
119 2003-03-06  John Paul Wallington  <jpw@gnu.org>
121         * ebuff-menu.el (electric-buffer-list): Respect
122         `Buffer-menu-use-header-line'.
123         (electric-buffer-menu-looper): Likewise.
125         * buff-menu.el (Buffer-menu-mode-map): Add docstring.
126         (Buffer-menu-buffer): Fix indentation.
127         (list-buffers-noselect): Calculate header-line spacing to take
128         into account width of left fringe and left scrollbar.
130 2003-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
132         * ps-print.el (ps-print-version): New version number (6.6).
133         (ps-begin-job): If background and foreground color are the same, give
134         an error.
135         (ps-default-fg, ps-default-bg): Better doc.
136         (ps-rgb-color): Became a defun, check RGB value list.
137         (ps-default-background): New internal var.
138         (ps-begin-file): Code fix.
140 2003-03-05  Richard M. Stallman  <rms@gnu.org>
142         * replace.el (query-replace-read-args): Use save-excursion.
143         (map-query-replace-regexp): Use prefix-numeric-value.
145 2003-03-05  Juanma Barranquero  <lektu@terra.es>
147         * term/w32-win.el (x-handle-geometry): Put sizes on
148         `initial-frame-alist' too.
150         * startup.el (command-line-x-option-alist): Make --border-color set
151         the border-color frame parameter, not border-width.
153         * faces.el (frame-set-background-mode): Fix reference to attribute
154         "backgroundMode".
156 2003-03-05  Reto Zimmermann  <reto@gnu.org>
158         * progmodes/vhdl-mode.el: Version 3.32.12 released.  Modifications
159         for displaying all projects in hierarchy browser and case
160         insensitive hierarchy browsing.  Change Rod's email address.
161         Include `itimer.el' patch for XEmacs.  Backquote fix.  Change some
162         documentation strings.  Add "ERROR: " prefix to all error
163         messages.  Enhanced usage of hideshow.
164         (vhdl-in-literal): Remove unused argument LIM.
165         (vhdl-compiler-alist): Enhanced customization for compilers; add
166         "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
167         "Savant", "ProVHDL" and "VeriBest" compilers.
168         (vhdl-compiler-alist): Add new error message syntax for Modelsim.
169         (vhdl-compiler-alist): Add Synplify, column no in error regexp.
170         (vhdl-compiler-alist): Include library name in library command.
171         (vhdl-compiler-alist): Add unit-to-file name mapping for Savant.
172         (vhdl-compiler-alist): Add library option in Makefile generation
173         command.
174         (vhdl-compiler-alist): Add command to create library directory.
175         (vhdl-compiler-alist): Built-in Makefile generation is always default.
176         (vhdl-create-mode-menu): Split menues for compilers, projects, models.
177         (vhdl-create-mode-menu): Add customization for `global-font-lock-mode'.
178         (vhdl-create-mode-menu): Fix `customize-group' entries for XEmacs and
179         change "Gen." to "Generate".
180         (vhdl-create-mode-menu): Get *Messages* buffer.
181         (vhdl-create-mode-menu): Fix "Auto Load Setup File" menu entry.
182         (vhdl-create-mode-menu): Add faces customization to "Options".
183         (vhdl-create-mode-menu): Include `speedbar-indentation-width'.
184         (vhdl-create-mode-menu): Add "Options" entry.
185         (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
186         (vhdl-template-exit, vhdl-template-next, vhdl-template-return): Fix
187         template abortion.
188         (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
189         in package.
190         (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
191         (vhdl-fixup-whitespace-region): Better treat comments and strings.
192         (vhdl-fixup-whitespace-region): Fix "=> ," alignment.
193         (vhdl-port-paste-testbench): Print file names created.
194         (vhdl-port-paste-testbench): Better handling when file exist/open.
195         (vhdl-port-paste-testbench): Additional comments in code.
196         (vhdl-port-paste-testbench): Replace keywords in testbench entity and
197         architecture file headers.
198         (vhdl-port-paste-testbench): Adjust case in testbench configuration.
199         (vhdl-port-paste-instance): Special case: no number in instance name.
200         (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
201         (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
202         highlight instantiations without map.
203         (vhdl-font-lock-keywords-2): Fix label highlighting for signal asst.
204         (vhdl-font-lock-keywords-2): Highlight formal parameters.
205         (vhdl-font-lock-keywords-2): Highlight quantity declaration names.
206         (vhdl-mode): `comment-padding' for Emacs 21 only.
207         (vhdl-mode): Remove forced `turn-on-font-lock'.
208         (vhdl-mode): Remove `hippie-expand-only-buffers' setting.
209         (vhdl-mode): Update online documentation and web address.
210         (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
211         (vhdl-comment-uncomment-region): Change ARG for uncommenting.
212         (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
213         (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
214         (vhdl-port-list): Add context clause.
215         (vhdl-port-paste-signals): Include direction comments.
216         (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
217         (vhdl-port-*): Include name in status messages.
218         (vhdl-package-alist): Scan for and display subprogram body.
219         (vhdl-package-alist): Change key to lower case, add original case
220         identifier.
221         (vhdl-package-alist): Scan for packages used by package body.
222         (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
223         (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
224         (vhdl-speedbar-insert-hierarchy): Message "No VHDL design units!".
225         (vhdl-compile-init): Allow fourth element (column no) in error regexp.
226         (vhdl-compile-init): Fix `nconc' bug.
227         (vhdl-compile-init): Eliminate redundant regexps.
228         (vhdl-minibuffer-tab): No indentation.
229         (vhdl-minibuffer-tab): Use `hippie-expand-only-buffers' to take
230         expansions from VHDL buffers only; don't overwrite non-nil default of
231         `hippie-expand-only-buffers'; check whether
232         `hippie-expand-only-buffers' is bound.
233         (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
234         `nature_pkg' package.
235         (vhdl-align-alist): Fix "when/else ... =>" case.
236         (vhdl-align-alist): Align declaration keywords only at beg. of line.
237         (vhdl-align-alist): Align <=, := and == among each other.
238         (vhdl-port-copy): Extended identifiers for signal names.
239         (vhdl-port-copy): Fix on empty generic/port clause.
240         (vhdl-port-copy): Fix parsing of comment on first line.
241         (vhdl-port-copy): Allow generic clause begin on first line.
242         (vhdl-port-copy): Add "inout" and "linkage" to direction modes.
243         (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
244         (vhdl-file-header): Insert VHDL language standard string.
245         (vhdl-instance-name): Unique numbers in instance names.
246         (vhdl-compile): Check for existing compile directory.
247         (vhdl-compile): Print out file name if compiler does not; put it in
248         quotes if contains spaces.
249         (vhdl-compile): Check compiler name.
250         (vhdl-compiler): Changed empty value from "" to nil.
251         (vhdl-make): Check for existing compile directory.
252         (vhdl-make): Fix missing options if there is a target.
253         (vhdl-make): Check compiler name.
254         (vhdl-template-field): Fix case on all VHDL words.
255         (vhdl-template-others): Re-electrified "others".
256         (vhdl-speedbar-expand-architecture): Give user control over displayed
257         hierarchy depth.
258         (vhdl-project-alist): Insert library name in Makefile name.
259         (vhdl-project-alist): Sources exclude regexp.
260         (vhdl-project-alist): Add file-specific compile exceptions.
261         (vhdl-project-alist): Enhanced customization of projects.
262         (vhdl-get-hierarchy): Include configurations in hierarchy list.
263         (vhdl-get-hierarchy): Fix bug with configurations.
264         (vhdl-get-hierarchy): Consider configurations; also at lower levels.
265         (vhdl-speedbar-item-info): Enhanced displaying.
266         (vhdl-scan-file-contents): Fix skipping of comments in scanning.
267         (vhdl-scan-file-contents): Sources exclude regexp.
268         (vhdl-scan-file-contents): Allow comment lines in instantiations.
269         (vhdl-scan-file-contents): Fix used packages in package body scanning.
270         (vhdl-scan-file-contents): Allow code before first block configuration.
271         (vhdl-scan-file-contents): Scan also for "is" keyword of design units.
272         (vhdl-scan-file-contents): Scan configuration specification.
273         (vhdl-scan-file-contents): Clear directory alists first.
274         (vhdl-scan-file-contents): Consistency check.
275         (vhdl-scan-file-contents): Check for multiply scanned design units.
276         (vhdl-scan-file-contents): Scan components/subprograms in package.
277         (vhdl-scan-file-contents): Scan library clauses and subconfigurations.
278         (vhdl-scan-file-contents): Limit file size for scanning.
279         (vhdl-entity-alist): Change key to lower case, add original case
280         identifier.
281         (vhdl-electric-tab): Not overwrite non-nil default of
282         `hippie-expand-only-buffers'.
283         (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
284         bound; use it to take expansions from VHDL buffers only.
285         (vhdl-electric-tab): Toggle comment indent.
286         (vhdl-generate-makefile): Check compiler name.
287         (vhdl-generate-makefile): Add library option in Makefile generation
288         command.
289         (vhdl-generate-makefile): Add dependencies for components in package.
290         (vhdl-template-elsif): No expansion in concurrent part (except AMS).
291         (vhdl-insert-string-or-file): Resolve environment variables.
292         (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
293         (vhdl-submit-bug-report): Prompt for summary.
294         (vhdl-resolve-paths): Rearrange environment variable resolution.
295         (vhdl-scan-project-contents): Rearrange environment variable
296         resolution.
297         (vhdl-scan-project-contents): Allow absolute paths.
298         (vhdl-doc-coding-style): Update RMM URL.
299         (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
300         (vhdl-model-insert): Replace header prompts too.
301         (vhdl-template-header): New argument `is-model'.
302         (vhdl-template-generate-body): Remove "begin" for VHDL'93.
303         (vhdl-actual-port-name): Change default value (no "_i" extension).
304         (vhdl-template-modify): Delete date instead of kill.
305         (vhdl-get-source-files): Don't match source files beginning with ".".
306         (vhdl-project-*-alist): Merged with variables `vhdl-*-alist'.
307         (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
308         (vhdl-speedbar-expand-*): Display used packages.
309         (vhdl-sequential-statement-p): Better algorithm.
310         (vhdl-electric-mode, vhdl-stutter-mode): Changed key bindings.
311         (vhdl-electric-...): No stuttering within literals.
312         (vhdl-template-footer): Replace keywords in footer as in header.
313         (vhdl-align-...): Enhance alignment, add progress reporting.
314         (vhdl-beautify-region): Bug fix.
315         (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
316         (vhdl-testbench-configuration-name,
317         vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
318         (vhdl-prepare-search-[12]): Fix search within hidden code.
319         (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
320         (vhdl-template-for): Fix sequential statement part detection.
321         (vhdl-electric-space): Fix wrapping for non-word characters.
322         (vhdl-template-standard-package): Don't insert "std" library.
323         (vhdl-template-architecture): Code optimization.
324         (vhdl-template-package): Search for existing package name.
325         (vhdl-template-component-decl, vhdl-port-paste-declaration): Insert
326         "is" in VHDL'93.
327         (match-string-no-properties, vhdl-forward-comment): New aliases.
328         (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
329         (file-expand-wildcards, regexp-opt, subst-char-in-string)
330         (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
331         (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
332         (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
333         (vhdl-backward-same-indent, vhdl-beginning-of-block)
334         (vhdl-character-to-event, vhdl-compile-directory)
335         (vhdl-compile-print-file-name, vhdl-compose-components-package)
336         (vhdl-compose-insert-generic, vhdl-compose-insert-port)
337         (vhdl-compose-insert-signal, vhdl-compose-new-component)
338         (vhdl-compose-place-component, vhdl-compose-wire-components)
339         (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
340         (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
341         (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
342         (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
343         (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
344         (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
345         (vhdl-forward-same-indent, vhdl-generate-makefile-1)
346         (vhdl-get-compile-options, vhdl-get-components-package-name)
347         (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
348         (vhdl-get-visible-signals, vhdl-goto-marker)
349         (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
350         (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
351         (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
352         (vhdl-parse-group-comment, vhdl-paste-group-comment)
353         (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
354         (vhdl-port-reverse-direction, vhdl-process-command-line-option)
355         (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
356         (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
357         (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
358         (vhdl-save-caches, vhdl-scan-context-clause)
359         (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
360         (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
361         (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
362         (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
363         (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
364         (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
365         (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
366         (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
367         (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
368         (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
369         (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
370         (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
371         (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
372         (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
373         (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
374         (vhdl-subprog-paste-specification, vhdl-template-others-hook)
375         (vhdl-template-replace-header-keywords, vhdl-toggle-project)
376         (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
377         (vhdl-update-progress-info, vhdl-update-sensitivity-list)
378         (vhdl-update-sensitivity-list-buffer)
379         (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
380         (vhdl-warning, vhdl-warning-when-idle)
381         (vhdl-widget-directory-validate, vhdl-work-library)
382         (vhdl-write-file-hooks-init): New functions.
383         (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
384         (vhdl-align-noindent-region, vhdl-create-customize-menu)
385         (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
386         (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
387         (vhdl-speedbar-toggle-hierarchy): Functions deleted.
388         (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
389         functions, not defsubsts.
390         (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p): Defsubsts
391         deleted.
392         (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
393         (vhdl-testbench): New customization groups.
394         (vhdl-electric): Customization group deleted.
395         (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
396         (vhdl-imenu-generic-expression): Define as constants instead of
397         variables.
398         (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
399         (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
400         (vhdl-font-lock-keywords-0): Constants deleted.
401         (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file): New
402         macros.
403         (vhdl-ext-syntax-table): Macro deleted.
404         (vhdl-align-group-separate, vhdl-align-same-indent)
405         (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
406         (vhdl-components-package-name, vhdl-compose-architecture-name)
407         (vhdl-compose-create-files, vhdl-compose-include-header)
408         (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
409         (vhdl-entity-file-name, vhdl-file-name-case)
410         (vhdl-include-group-comments, vhdl-include-type-comments)
411         (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
412         (vhdl-package-file-name, vhdl-project-auto-load)
413         (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
414         (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
415         (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
416         (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
417         (vhdl-testbench-configuration-name)
418         (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
419         (vhdl-testbench-include-library, vhdl-use-components-package)
420         (vhdl-use-direct-instantiation): New options.
421         (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
422         (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
423         (vhdl-testbench-entity-header): Options deleted.
424         (speedbar-indentation-width, vhdl-compile-file-name)
425         (vhdl-config-alist, vhdl-directive-keywords-regexp)
426         (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
427         (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
428         (vhdl-port-flattened, vhdl-port-reversed-direction)
429         (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
430         (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
431         (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
432         (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
433         (vhdl-warnings): New variables.
434         (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
435         (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
436         (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Variables
437         deleted.
439 2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
441         * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region): Remove
442         two comment characters at start of line instead of one.
444 2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
446         * printing.el (pr-get-symbol): Move it to next eval-and-compile.
448 2003-03-03  John Paul Wallington  <jpw@gnu.org>
450         * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
451         `gensym' in case user calls macro at runtime.
452         (ibuffer-save-marks): Likewise.
454 2003-03-03  Kenichi Handa  <handa@m17n.org>
456         * language/japan-util.el (japanese-symbol-table): Add two entries
457         to make it complete.
459 2003-03-03  Andreas Schwab  <schwab@suse.de>
461         * info.el (Info-fontify-node): Don't hide indentation before the
462         reference name.  Don't process a reference twice when a new tag is
463         inserted.
464         (Info-hide-note-references): Fix doc and customize type.
466 2003-03-02  Matt Swift  <swift@alum.mit.edu>
468         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column): New
469         custom variable.
470         (lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
471         that first docstring lines ending with a comma are respected.  Add
472         "`(" to same so that function and macro bodies beginning with a
473         backquote do not get disturbed.  Revise the comments.
475 2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
477         * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
479         * menu-bar.el (menu-bar-mode): Change to define-minor-mode
480         and initialize as for tool-bar-mode.
482 2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
484         * net/tramp.el: Version 2.0.30 released.
485         Replace term "path" with "localname" unless it is used for a
486         search path.
487         (tramp-handle-expand-file-name): Allow ".." to cross host
488         boundaries.
489         (tramp-open-connection-setup-interactive-shell): Unset $ENV in
490         addition to setting $PS1 when starting the Bourne-ish shell.  Some
491         sh implementations (eg, bash when called as sh) read the file
492         named there on startup, which could clobber $PS1.
493         (tramp-do-copy-or-rename-file-one-local): New function.  Not
494         implemented.  Not used.  Should invoke rcp or scp directly to keep
495         the time.
497 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
499         * net/tramp-smb.el: Replace term `path' with `localname'
500         unless it is used for a search path.  In GNU, the word `path' is
501         reserved for search paths.
503         * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
504         (tramp-send-string): New function.  Takes over the role of the
505         functions above, in order to have a unique place handling
506         `tramp-chunksize'.  Same implementation as `tramp-send-region'.
507         (tramp-chunksize): It's now a defcustom.  Set to 500 on systems
508         only known to have a buggy `process-send-string' implementation.
509         First black-listed constellation is GNU Emacs/ hpux.
510         (tramp-send-region): Correct debug message.
511         (tramp-bug): Add `tramp-chunksize'.
513 2003-02-26  Matt Swift  <swift@alum.mit.edu>
515         * startup.el: Streamline code in several functions for efficiency
516         and readability.  Rephrase booleans to avoid `(not noninteractive)'.
517         Clarify several booleans expressions using De Morgan's laws.
519         (command-line): Fix barf when first command-line option handled by
520         `command-line-1' is in the form --OPT=VAL.
521         (command-line-1): Restore intended behavior of the --directory/-L
522         command-line option: "-L a -L b -L c" on the command-line now puts
523         '(a b c) at the front of `load-path'.
525 2003-02-26  Oliver Scholz  <alkibiades@gmx.de>
527         * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
528         (gamegrid-add-score-with-update-game-score-1): New function,
529         factored out of `gamegrid-add-score-with-update-game-score'.
530         (gamegrid-add-score-with-update-game-score): Use it.  Fall back on
531         `gamegrid-add-score-insecure' if the requested file does not exist
532         in $(gamedir), in case the user has installed a game on his own.
533         (gamegrid-add-score-insecure): Accept optional directory argument.
535 2003-02-25  Andreas Schwab  <schwab@suse.de>
537         * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
538         variable references by requireing that $ is not preceded by another $.
540 2003-02-25  Kenichi Handa  <handa@m17n.org>
542         * env.el (setenv): Fix previous change.
544 2003-02-25  Ramakrishnan M  <rama@gnu.org>  (tiny change)
546         * language/mlm-util.el (mlm-char-glyph): Fix more rules.
548 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
550         * progmodes/simula.el: Move abbrev loading to after the fun it uses.
551         (simula-install-standard-abbrevs): Use dolist.
552         Use system-flag when calling define-abbrev.
554 2003-02-24  Dave Love  <fx@gnu.org>
556         * obsolete/cplus-md.el: Delete.  (Requires removed c-mode.el.)
558         * env.el (read-envvar-name): Decode names.
559         (substitute-env-vars): Use eval-when-compile and char class.
560         (setenv): Doc fix.  Encode the data (after checking that's possible).
561         (getenv): Encode the name and decode the result.
563 2003-02-24  Ken Manheimer  <klm@zope.com>
565         * allout.el (allout-pre-command-business): Fix docstring.
567 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
569         * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
571 2003-02-24  Kenichi Handa  <handa@m17n.org>
573         * international/characters.el: Fix syntaxes of gb2312 and big5.
575         * language/japan-util.el (sentence-end-save): Variable deleted.
576         (setup-japanese-environment-internal): Don't setup sentence-end.
577         (exit-japanese-environment): Function deleted.
579         * language/japanese.el ("Japanese"): Delete `exit-function'.
581         * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
582         characters.
584 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
586         * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
587         rakar + halant" and "halant + rrakar + halant".
589 2003-02-23  Richard M. Stallman  <rms@gnu.org>
591         * replace.el (query-replace-read-args): Return just 3 values.
592         (query-replace, query-replace-regexp)
593         (query-replace-regexp-eval, map-query-replace-regexp)
594         (replace-string, replace-regexp): Read the start and end args
595         separately so that the expressions are recorded in command-history.
597         * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
599         * startup.el (inhibit-startup-hooks): New variable.
600         (normal-top-level): Obey that variable.
601         (command-line-1): Run emacs-startup-hook before term-setup-hook.
602         Set inhibit-startup-hooks too.
604         * files.el (revert-buffer): Different error message
605         for reverting a nonexistent file.
607 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
609         * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
610         (toplevel): Require man.
611         Don't autoload tmm-prompt (it's in loaddefs.el).
612         (cperl-electric-backspace-untabify): New var.
613         (cperl-electric-backspace): Use it.
614         (cperl-vc-header-alist): Extract numeric version from the Id.
615         (cperl-build-manpage): New fun.
616         (cperl-menu): Use it.  Add toggle-autohelp.
617         (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
618         (cperl-electric-brace): Use `cperl-after-block-p' for detection.
619         (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
620         '(' after keyword would insert a doubled paren.
621         (cperl-calculate-indent): Update syntaxification before checks.
622         Fix wrong indent of blocks starting with POD.
623         (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
624         of buffer.  This enables recognition of end of HERE-doc "as one types".
625         Require "\n" after trailing tag of HERE-doc.
626         \( made non-quoting outside of string/comment (gdj-contributed).
627         Likewise for \$.  Remove `here-doc-group' text property at start
628         (makes this property reliable).
629         Text property `first-format-line' ==> t.
630         Do not recognize $opt_s and $opt::s as s///.
631         (cperl-after-block-p): Optional arg pre-block to check for a pre-block
632         Recognize `continue' blocks too.
633         (cperl-after-expr-p): Update syntaxification before checks.  Work after
634         here-docs, formats, and PODs too (affects many electric constructs).
635         (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
636         (cperl-perldoc): Use case-sensitive search.
638         * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
639         (cperl-xemacs-p): Move.
640         (cperl-can-font-lock): New var to replace window-system.
641         (cperl-enable-font-lock): Use it.
642         (cperl-use-major-mode): New var.
643         (cperl-mode): Use it.
644         (cperl-calculate-indent): Remove code whose removal was missed
645         in some earlier merge.
646         (cperl-tags-hier-init): Use display-popup-menus-p.
648 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
650         * files.el (abbreviate-file-name): Shorten docstring: variables
651         are now hyperlinks and `C-h v' need not be mentioned explicitly.
653 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
655         * files.el (abbreviate-file-name): Document removal of
656         automounter prefixes.  Reported by Lars Hansen.
658 2003-02-21  Kim F. Storm  <storm@cua.dk>
660         * emulation/cua-base.el: Add run-time check to catch users trying
661         to use older versions of CUA-mode, rather than the version
662         distributed with Emacs.  Use autoload cookies and eval-after-load.
664         * startup.el (command-line): Clarify and tidy up the message
665         printed when there are errors in the user-init-file.
666         Do not encapsulate the error data; it's read by humans here.
667         Do not split windows when displaying the *Message* buffer.
669 2003-02-20  Stefan Monnier  <monnier@cs.yale.edu>
671         * subr.el (with-syntax-table): Don't copy the table any more.
673 2003-02-20  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
675         * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
676         work on cygwin systems too.
678 2003-02-20  Juanma Barranquero  <lektu@terra.es>
680         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
681         Remove useless check.
683 2003-02-20  Andreas Schwab  <schwab@suse.de>
685         * info.el (Info-extract-menu-node-name): Stop if colon is
686         followed by open paren.
688 2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
690         * mail/undigest.el (unforward-rmail-message): Allow nested
691         unforwarding, that is, preserve old Forwarded-From/Date headers.
693 2003-02-20  Kenichi Handa  <handa@m17n.org>
695         * term/w32-win.el: Call set-fontset-font with NAME nil.
697         * international/mule-diag.el (print-fontset): If FONTSET is nil,
698         use the default fontset.
699         (describe-fontset): If the current frame is not using a fontset,
700         call print-fontset with nil.
702 2003-02-19  Andre Spiegel  <spiegel@gnu.org>
704         * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
705         were accidentally left over during the VC redesign in 2000.
707 2003-02-18  Juanma Barranquero  <lektu@terra.es>
709         * help-macro.el (make-help-screen): Fix character constant.
711         * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
713         * calc/calc-graph.el (calc-graph-plot): Likewise.
715         * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
717         * emacs-lisp/edebug.el: Likewise.
719         * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
721         * language/cyril-util.el (standard-display-cyrillic-translit):
722         Likewise.
724         * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
726         * progmodes/cperl-mode.el (cperl-electric-keyword)
727         (cperl-electric-pod, cperl-do-auto-fill): Likewise.
729         * textmodes/reftex-ref.el (reftex-reference): Likewise.
731         * textmodes/table.el (table-generate-source): Use ?\\ instead of
732         space in "work in progress" message.
734         * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
736 2003-02-17  Dave Love  <fx@gnu.org>
738         * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
740 2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
742         * calendar/calendar.el (diary-file-name-prefix-function):
743         Fix custom type.
745 2003-02-17  Andre Spiegel  <spiegel@gnu.org>
747         * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
748         under CVS control.  Suggested by Masanobu UMEDA.
750 2003-02-17  Kenichi Handa  <handa@m17n.org>
752         * files.el (insert-directory): Add workaround for the case that we
753         can't trust ls's output as to byte positions of filenames.
755 2003-02-15  Richard M. Stallman  <rms@gnu.org>
757         * ffap.el: Many doc fixes.
758         (ffap-replace-file-component):
759         Renamed from ffap-replace-path-component.  Callers changed.
760         (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
762         * international/iso-ascii.el (iso-ascii-display-table): New variable.
763         (iso-ascii-standard-display-table): New variable.
764         (iso-ascii-display): Define in iso-ascii-display-table.
765         (iso-ascii-mode): New command.
767         * tar-mode.el (tar-header-block-summarize):
768         Use l for symlink, h for hard link.
770 2003-02-15  David Kastrup  <dak@gnu.org>
772         * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
773         failure returning nil, as documented.
775 2003-02-14  Dave Love  <fx@gnu.org>
777         * international/code-pages.el: Undo `Trailing whitepace deleted.'
778         damage.
779         (cp1125, mik): Nullify mime-charset.
781         * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
782         ("Russian"): New.
783         ("Bulgarian"): Add tutorial.
785         * international/mule-cmds.el (locale-language-names): Use Italian,
786         Russian, Turkish, Chinese-EUC-TW.
787         (set-locale-environment): Set ps-paper-type.
789 2003-02-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
791         * time.el (display-time-string-forms): Add face property to mail
792         string.
794 2003-02-14  Juanma Barranquero  <lektu@terra.es>
796         * international/mule-cmds.el (view-hello-file): Use `view-file'
797         instead of `find-file-read-only'.
799         * dired-aux.el (dired-query-alist): Fix use of character constant.
801         * simple.el (backward-delete-char-untabify): Likewise.
803         * strokes.el (strokes-read-complex-stroke): Likewise.
805         * wid-edit.el (widget-choose): Likewise.
807         * xml.el (xml-parse-elem-type): Likewise.
809         * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
811         * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
813         * progmodes/idlwave.el (idlwave-show-begin): Likewise.
815 2003-02-13  Stefan Monnier  <monnier@cs.yale.edu>
817         * international/mule-cmds.el (sort-coding-systems): Use \'.
818         (select-safe-coding-system): Remove redundant assq check.
819         Remove raw-text, emacs-mule and no-conversion from the list of
820         proposed encodings unless there's nothing else.
822 2003-02-13  Markus Rost  <rost@math.ohio-state.edu>
824         * files.el (find-alternate-file): Undo last change.
826         * dired.el (dired-directory): Add autoload cookie.
828 2003-02-13  Juanma Barranquero  <lektu@terra.es>
830         * international/characters.el: Use new ?\s syntax instead of "? "
831         followed by a comment.
833         * ruler-mode.el (ruler-mode-margins-char): Likewise.
835 2003-02-13  Dave Love  <fx@gnu.org>
837         * newcomment.el (comment-indent): Ensure space before added comment.
839 2003-02-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
841         * ps-print.el: Change the policy of background/foreground default
842         color.
843         (ps-print-version): New version number (6.5.9).
844         (ps-default-fg, ps-default-bg): Adjust default value.
845         (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
846         variables now use `t' to indicate the use of Emacs session
847         background/foreground color.
848         (ps-output-string-prim): If index out of range, insert hexadecimal
849         representation of character.
851 2003-02-13  Kim F. Storm  <storm@cua.dk>
853         * help.el (where-is): Rename remap-command to command-remapping.
854         * help-fns.el (describe-function-1): Likewise.
856 2003-02-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
858         * progmodes/fortran.el (fortran-fill): Fill lines that do not have
859         comments.
861 2003-02-12  Stefan Monnier  <monnier@cs.yale.edu>
863         * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
864         (fortran-fill-paragraph): Use fill-comment-paragraph.
866 2003-02-12  Juanma Barranquero  <lektu@terra.es>
868         * files.el (file-truename): Revert change from 2002-11-27.
870 2003-02-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
872         * help-fns.el (describe-function-1): Change output for keyboard macros.
874 2003-02-12  Andreas Schwab  <schwab@suse.de>
876         * progmodes/sh-script.el (sh-mode-map): Don't remap
877         beginning-of-defun to the non-existing command
878         sh-beginning-of-compound-command.
880 2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
882         * files.el (find-alternate-file): Check whether `dired-directory'
883         is bound.
885 2003-02-12  Simon Marshall  <simon@gnu.org>
887         * progmodes/make-mode.el (makefile-font-lock-keywords):
888         Fontify single character variable references, but protect shell
889         variables references.
890         (makefile-mode): Make `$' be punctuation in font-lock-defaults.
892 2003-02-12  Ami Fischman  <ami@fischman.org>
894         Face markup of calendar and diary displays: Any entry line that
895         ends with [foo:value] where foo is a face attribute (except :box
896         :stipple) or with [face:blah] tags, will have these values applied
897         to the calendar and fancy diary displays. These attributes "stack"
898         on calendar displays.  File-wide attributes can be defined as
899         follows: the first line matching "^# [tag:value]" defines the
900         value for that particular tag.  All of the tags' regexps can be
901         customized.
903         * calendar/calendar.el (diary-face-attrs): New custom.
904         (diary-file-name-prefix-function): New custom.
905         (diary-glob-file-regexp-prefix): New custom.
906         (diary-file-name-prefix): New custom.
907         (generate-calendar-window): Check that font-lock-mode is bound
908         before checking value.
909         (mark-visible-calendar-date): Add the ability to pass face
910         attribute/value pairs in the mark argument.  Handle the mark.
912         * calendar/diary-lib.el (diary-attrtype-convert): Convert an
913         attribute value string to the desired type.
914         (diary-pull-attrs): New function that pulls the attributes off a
915         diary entry, merges with file-global attributes, and returns
916         the (possibly modified) entry and a list of attribute/values using
917         diary-attrtype-convert.
918         (list-diary-entries, fancy-diary-display, show-all-diary-entries)
919         (mark-diary-entries, mark-sexp-diary-entries)
920         (list-sexp-diary-entries): Add handling of file-global attributes;
921         add handling of entry attributes using diary-pull-attrs.
922         (mark-calendar-days-named, mark-calendar-days-named)
923         (mark-calendar-date-pattern, mark-calendar-month)
924         (add-to-diary-list): Add optional paramater `color' for passing
925         face attribute info through the callchain.  Pass this parameter around.
927 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
929         * progmodes/etags.el (find-tag-tag): Move (default foo) to before
930         `:' in the prompt.
931         (find-tag): Make sure we move point in the proper window.
933         * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
934         (meta-common-initialization): Don't set fill-paragraph-function
935         now that fill-paragraph takes care of comments.
937         * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
938         the current buffer's syntax-table.
940         * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
941         (simula-font-lock-keywords-1): Simplify.
942         (simula-font-lock-keywords-2): Use regexp-opt.
943         (simula-emacs-features): Remove.
944         (simula-mode-syntax-table): Setup %...\n as comment style b.
945         (simula-mode-map): Remove compatibility cruft.
946         (simula-keep-region-active): Remove.
947         (simula-popup-menu): Simplify.
948         (simula-mode): Move abbrev-table setup to top-level.
949         (simula-match-string-or-comment): Remove.
951         * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
952         like `proc foo {a {b c} d} {'.
953         (tcl-mode): Make comment-start-skip more selective.
955         * info-xref.el (info-xref-check): Use line-beginning-position.
956         (info-xref-all-info-files): Cons a bit less.
957         (info-xref-check-buffer): Use push and replace-regexp-in-string.
958         (info-xref-output): Call insert only once.
959         (info-xref-whitespace): Remove.
961 2003-02-11  John Paul Wallington  <jpw@gnu.org>
963         * ibuffer.el (toplevel): Don't require `font-lock';
964         require `font-core' instead, even though it is dumped.
966         * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
967         (ibuffer-add-to-tmp-show): Doc fixes.
969         * language/tamil.el ("Tamil"): Doc fix.
971 2003-02-11  Juanma Barranquero  <lektu@terra.es>
973         * language/vietnamese.el ("Vietnamese"): Fix typos.
975         * info-xref.el (info-xref-check-buffer): Fix typo.
977         * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
979 2003-02-11  Kenichi Handa  <handa@m17n.org>
981         * loadup.el: Load "language/malayalam" and "language/tamil".
983 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
985         * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
987         * language/devan-util.el: Maintainer's mail address changed.
988         (devanagari-composable-pattern): Add DANDA character.
989         (dev-char-glyph): Add an entry for DANDA.
991         * language/devanagari.el: Maintainer's mail address changed.
993         * language/indian.el: Maintainer's mail address changed.
995         * language/ind-util.el (indian-dev-base-table): Table fixed.
996         (indian-pnj-base-table): Table contents defined.
997         (indian-gjr-base-table): Likewise.
998         (indian-ori-base-table): Likewise.
999         (indian-bng-base-table): Likewise.
1000         (indian-asm-base-table): Likewise.
1001         (indian-tlg-base-table): Likewise.
1002         (indian-knd-base-table): Likewise.
1003         (indian-mlm-base-table): Likewise.
1004         (indian-tml-base-table): Likewise.
1005         (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
1006         (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
1007         (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
1008         (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
1009         (indian-tml-itrans-v5-hash): New variables.
1011         * language/malayalam.el: New file.
1012         * language/mlm-util.el: New file.
1013         * language/tamil.el: New file.
1014         * language/tml-util.el: New file.
1016 2003-02-11  Kevin Ryde  <user42@zip.com.au>
1018         * info-xref.el: New file.
1020 2003-02-10  Stefan Monnier  <monnier@cs.yale.edu>
1022         * textmodes/page-ext.el (pages-directory-mode-map): New.
1023         (pages-directory-map): Redefine as an varalias.
1024         (pages-directory-mode): Use new map var and run mode hook.
1025         (pages-directory-address-mode): Use define-derived-mode.
1027         * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
1028         (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
1029         (texinfo-format-ifnotinfo, texinfo-format-titlepage)
1030         (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
1031         (texinfo-if-clear): Use re-search-forward's return value.
1032         (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
1033         (texinfo-format-region): Use line-{end,beginning}-position.
1034         (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
1036         * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
1037         (eldoc-use-idle-timer-p): Remove.
1038         (timer): Never require.  It only works in current Emacs anyway.
1039         (eldoc-mode, eldoc-message, eldoc-display-message-p)
1040         (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
1042         * ffap.el (ffap-complete-as-file-p):
1043         Use minibuffer-completing-file-name.
1045         * international/mule.el (load-with-code-conversion): Use push.
1047         * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
1049         * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
1050         Use with-current-buffer and simplify.
1052         * help-mode.el (help-xref-on-pp): Only add xref if the text
1053         is less than 5K.
1055         * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
1056         make the file dead if we used the -n arg.
1058         * emacs-lisp/cl-macs.el (process-get): Add setf method.
1060         * server.el (server-previous-strings): Remove.
1061         (server-process-filter): Use (process-get 'previous-string) instead.
1062         (server-sentinel): Remove code made superfluous.
1064 2003-02-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
1066         * info.el (Info-follow-nearest-node): Implement new behavior.
1068 2003-02-10  Juanma Barranquero  <lektu@terra.es>
1070         * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
1072         * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
1073         (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
1074         (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
1075         (ebnf-terminal-regexp, ebnf-case-fold-search)
1076         (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
1077         (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
1078         "ebnf-syntatic".
1079         (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
1080         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
1081         (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
1082         (ebnf-generate-region): Fix typo.
1084 2003-02-10  KAWABATA, Taichi  <kawabata@m17n.org>
1086         * language/ind-util.el (indian-itrans-v5-table): Add entries for
1087         "E" and "O".
1089 2003-02-10  Martin Stjernholm  <mast@lysator.liu.se>
1091         * progmodes/cc-styles.el (c-set-offset): Don't find a default
1092         syntactic element through syntactic analysis if called outside
1093         a CC Mode buffer.
1095 2003-02-09  Martin Stjernholm  <mast@lysator.liu.se>
1097         * progmodes/cc-mode.el (c-basic-common-init):
1098         Install `c-fill-paragraph' on `fill-paragraph-function'.
1099         Although it's not the normal way to call it in a CC Mode buffer it
1100         makes a direct call to `fill-paragraph' work better.
1102 2003-02-08  Kim F. Storm  <storm@cua.dk>
1104         * printing.el (pr-get-symbol): Define during compile.
1106 2003-02-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1108         * printing.el: New file.
1110 2003-02-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1112         * language/european.el ("French", "Slovenian"): Fix doc strings.
1114 2003-02-06  John Paul Wallington  <jpw@gnu.org>
1116         * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
1117         (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
1118         (rmail-summary-next-labeled-message, rmail-summary-resend)
1119         (rmail-summary-override-mail-send-and-exit): Doc fixes.
1121 2003-02-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1123         * language/european.el ("Italian"): New.
1125 2003-02-06  Matthew Swift  <swift@alum.mit.edu>
1127         * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
1128         "ls -alh" output.
1130 2003-02-05  Juanma Barranquero  <lektu@terra.es>
1132         * font-lock.el (font-lock-reference-face): Add obsolescence
1133         declaration and remove redundant info from docstring.
1135         * log-edit.el (cvs-commit-buffer-require-final-newline)
1136         (cvs-changelog-full-paragraphs): Likewise.
1138         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
1139         (mouse-wheel-click-button): Likewise.
1141         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
1143         * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
1145         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1146         (vc-header-alist): Likewise.
1148         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
1150         * textmodes/outline.el (outline-visible): Likewise.
1152 2003-02-05  Kim F. Storm  <storm@cua.dk>
1154         * ido.el (ido-define-mode-map):
1155         Undo last change (duplicates part of 2003-02-04 change).
1156         Remap `viper' delete commands only in file or dir mode.
1158 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1160         * ido.el (ido-define-mode-map): Interact with Viper.
1162 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1164         * net/tramp.el: Version 2.0.29 released.
1165         (tramp-send-region): Protect against tramp-chunksize being nil.
1166         (tramp-chunksize): Set default to 500 as workaround for some ssh
1167         connections.
1168         (tramp-handle-directory-file-name): New implementation.  Not sure
1169         if it works.
1170         (tramp-md5-function): Require md5 before checking function md5.
1171         If using md5-encode, put wrapper around it that converts vector of
1172         bytes to ascii text.
1173         (top-level): Avoid byte-compiler warnings of unused variables if
1174         the byte-compiler supports this.  This is for the
1175         with-parsed-tramp-file-name macro which is wont to produce such stuff.
1177 2003-02-05  Michael Albinus  <Michael.Albinus@alcatel.de>
1179         * net/tramp.el (tramp-handle-directory-file-name): Handle the case
1180         PATH is "".
1181         (tramp-completion-handle-file-name-all-completions):
1182         Define `tramp-current-user' locally.  See `tramp-parse-passwd'.
1183         (tramp-parse-passwd): For su-alike methods it would be desirable
1184         to return "root@localhost" as default.  Unfortunately, we have no
1185         information whether any user name has been typed already.  So we
1186         (mis-)use tramp-current-user as indication, assuming it is set in
1187         `tramp-completion-handle-file-name-all-completions'.
1188         (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
1189         I did it accidently.  Infinite loop ...
1190         (tramp-get-device): `tramp-make-tramp-file-name' must not be
1191         called with NIL path.  It fails in case of multi-method.
1192         (tramp-file-name-for-operation):  Apply `expand-file-name' for
1193         relative file names only.  Otherwise there might be problems if
1194         the default directory is another Tramp directory as the directory
1195         the file is based on.
1196         (tramp-find-foreign-file-name-handler): Check whether FILENAME is
1197         a Tramp file name.  It isn't if it comes from an expanded file
1198         name (like "/xx:yy//zz").
1199         (tramp-devices): New variable.  Keeps virtual device numbers.
1200         Devices must distinguish physical file systems.  The device
1201         numbers provided by "lstat" aren't unique, because we operate on
1202         different hosts.  So we use virtual device numbers, generated by
1203         `tramp-get-device'.  Both Ange-FTP and EFS use device number -1.
1204         In order to be different, we use device number (-1 x), whereby "x"
1205         is unique for a given (multi-method method user host).
1206         Suggested by Kai.
1207         (tramp-perl-file-attributes): Always return device number -1.
1208         There will be a virtual device number set in
1209         `tramp-handle-file-attributes', which replaces this one.
1210         (tramp-handle-file-attributes): Set virtual device number.
1211         (tramp-get-device): New function.  Returns the virtual device
1212         number.  If it doesn't exist, generate a new one.
1213         (tramp-handle-file-regular-p): Use Emacs file name primitives
1214         instead of calling tramp-handle-* equivalents directly.
1215         Needed for tramp-smb.
1216         (tramp-completion-function-alist-ssh): Add parsing of
1217         "/etc/ssh_config" and "~/.ssh/config".  Suggested by Kai.
1218         (tramp-completion-function-alist, tramp-set-completion-function):
1219         Doc string update.
1220         (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
1221         Provide parsing of "~/.ssh/config" style files.
1222         (tramp-completion-handle-expand-file-name):
1223         Apply `tramp-drop-volume-letter'.  Otherwise, there are problems
1224         on W32 systems.
1225         (tramp-completion-mode): Perform check (integerp last-input-event)
1226         before (event-modifiers last-input-event) -- there might be
1227         problems if `last-input-event' is a mouse event.
1228         (tramp-parse-rhosts, tramp-parse-shosts)
1229         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
1230         Use `file-readable-p' instead of `file-exists-p'.  Otherwise these
1231         functions might block.  Reported by <kin@neoscale.com>.
1233         * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
1234         '(tramp-disable-ange-ftp).  Suggested by Kai.
1235         (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
1236         any longer.
1237         (top-level): Defaults for `tramp-default-method-alist' must be a list.
1239         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1240         Apply `tramp-handle-directory-file-name'.
1241         (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
1242         ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
1243         (tramp-smb-handle-make-directory): Use Emacs file name primitives
1244         instead of calling tramp-smb-handle-* equivalents directly.
1245         (tramp-smb-read-file-entry): Return size as a number, not a string.
1246         (top-level): Defaults for `tramp-default-method-alist' must be a list.
1248 2003-02-05  Stefan Monnier  <monnier@cs.yale.edu>
1250         * completion.el (eval-when-compile-load-eval, completion-eval-when)
1251         (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
1252         (completion-min-length, completion-max-length)
1253         (completion-prefix-min-length): Don't hard-code the default value
1254         when byte-compiling.
1255         (complete): Inline minibuffer-window-selected-p.
1257 2003-02-04  Richard M. Stallman  <rms@gnu.org>
1259         * term.el (term-raw-map): Set it up at load time.
1260         (term-char-mode): Don't set up term-raw-map here.
1261         (term-set-escape-char): Don't set up C-x subcommand.
1262         (term-ansi-face-already-done): Renamed from
1263         term-ansi-face-alredy-done.
1264         (term-command-hook): Avoid error if STRING is empty.
1265         (term, term-mode): Doc fixes.
1267         * term.el: Redesign handling of colors and faces.
1268         Delete all the faces that this mode used to make.
1269         (ansi-term-color-vector): New variable.
1270         (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
1271         (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
1272         Variables deleted.
1273         (term-default-fg-color, term-default-bg-color): Use defcustom.
1274         (term-handle-colors-array): Use ansi-term-color-vector,
1275         and specify face attributes rather than faces in `face' property.
1277         * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
1278         (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
1279         (term-ansi-reverse-faces-vector): Delete unused variables.
1280         (term-ignore-error): Delete macro.
1282         * simple.el (back-to-indentation): Skip all whitespace
1283         except for newlines.
1285         * files.el (find-alternate-file): Handle dired-directory
1286         like buffer-file-name.
1288         * dired.el (dired-find-buffer-nocreate): Avoid error if
1289         dired-directory is nil.
1291 2003-02-04  Juanma Barranquero  <lektu@terra.es>
1293         * image.el (image-type-regexps): Fix typo.
1295         * international/characters.el: Restore missing space and put a
1296         comment to protect it from being deleted as trailing whitespace.
1298         * ruler-mode.el (ruler-mode-margins-char): Likewise.
1300 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1302         * mail/rmailout.el (rmail-output): If preserving MIME-version,
1303         preserve Content-type too.
1305 2003-02-04  Kim F. Storm  <storm@cua.dk>
1307         * ido.el (ido-define-mode-map): Remap viper delete char/word
1308         commands to their ido specific equivalents.  Disable ESC in
1309         viper mode (to avoid exiting insert mode), since ido doesn't
1310         work in viper command mode.
1311         (ido-delete-backward-updir, ido-delete-backward-word-updir):
1312         Handle remapped viper commands.
1314 2003-02-03  Juanma Barranquero  <lektu@terra.es>
1316         * calculator.el (calculator): Don't use the minibuffer even in
1317         electric mode; use a private buffer and display it in the minibuffer
1318         window using `set-window-buffer'.
1320 2003-02-03  Dave Love  <fx@gnu.org>
1322         * emacs-lisp/benchmark.el: New.
1324 2003-02-02  Andreas Schwab  <schwab@suse.de>
1326         * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
1327         words separated by dots.  Match optional parenthesized word at
1328         start of line.
1330         * font-lock.el
1331         (font-lock-match-c-style-declaration-item-and-skip-to-next):
1332         Don't require underscore in word before double open-paren.
1334 2003-02-02  John Paul Wallington  <jpw@gnu.org>
1336         * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
1338 2003-02-01  Stephen Gildea  <gildea@stop.mail-abuse.org>
1340         * time-stamp.el: Tweak doc strings and preamble commentary.
1341         (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
1342         regexp subpattern 5)
1343         (time-stamp-pattern): Initialize to nil to avoid regexp work in
1344         default case.
1345         (time-stamp-string): Call set-time-zone-rule instead of setenv
1346         (time-stamp-hhmmss): Remove (not needed after all).
1347         (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
1348         (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1349         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
1350         (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
1352 2003-01-31  Stefan Monnier  <monnier@cs.yale.edu>
1354         * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
1355         (custom-save-variables): Use dolist, simplify.
1356         Output a message if a `requests' entry looks suspicious.
1357         (custom-save-faces): Use dolist, simplify.
1359 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
1361         * antlr-mode.el: Bug fixes, miscellaneous.
1362         (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
1363         make it more rubust against changes in cc-mode's style variables
1364         by using `boundp' and function `c-init-language-vars' if defined.
1365         (antlr-c++-mode-extra): Only ask if language is not "Cpp".
1366         (antlr-read-value): With completion, ignore case.
1367         (antlr-run-tool-interactive): New function.
1368         (antlr-run-tool): Use it for `interactive' specification.
1370         * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
1371         (cond-emacs-xemacs): New compile-time macro.
1372         (defunx): New compile-time macro.
1373         (ignore-errors-x): New compile-time macro.
1374         (save-buffer-state-x): New compile-time macro.
1376         (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
1377         (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
1378         (antlr-simple-default-directory): Deletia.
1379         (antlr-default-directory): Define directly.
1380         (antlr-simple-read-shell-command): Deletia.
1381         (antlr-read-shell-command): Define directly.
1382         (antlr-simple-with-displaying-help-buffer): Deletia.
1383         (antlr-with-displaying-help-buffer): Define directly.
1384         (antlr-fast-invalidate-context-cache): Deletia.
1385         (antlr-slow-invalidate-context-cache): Deletia.
1386         (antlr-invalidate-context-cache): Define directly.
1387         (antlr-fast-syntactic-context): Deletia.
1388         (antlr-slow-syntactic-context): Deletia.
1389         (antlr-syntactic-context): Define directly.
1391         (antlr-mode-menu): Use new macros.
1392         (antlr-font-lock-additional-keywords): Ditto.
1393         (antlr-skip-sexps): Ditto.
1394         (antlr-end-of-rule): Ditto.
1395         (antlr-beginning-of-rule): Ditto.
1396         (antlr-end-of-body): Ditto.
1397         (antlr-beginning-of-body): Ditto.
1398         (antlr-hide-actions): Ditto.
1399         (antlr-option-kind): Ditto.
1401         * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
1402         (antlr-font-lock-keyword-face): Use new macros.
1403         (antlr-font-lock-syntax-face): Ditto.
1404         (antlr-font-lock-ruledef-face): Ditto.
1405         (antlr-font-lock-tokendef-face): Ditto.
1406         (antlr-font-lock-literal-face): Ditto.
1408         Changes from 2002-05-24:
1410         * antlr-mode.el: Version 2.2a.
1412         Changes from 2002-05-03:
1414         * antlr-mode.el: Make context parsing faster on Emacs, for faster
1415         syntax highlighting, indentation and imenu support.
1416         Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
1417         (antlr-slow-context-cache): New variable.
1418         (antlr-slow-syntactic-context): Use cache.
1419         (antlr-slow-cache-enabling-symbol): New internal variable.
1420         (antlr-slow-cache-diff-threshold): New variable.
1421         (antlr-fast-invalidate-context-cache): Renamed from
1422         antlr-xemacs-bug-workaround.
1423         (antlr-imenu-create-index-function): Search from beginning.
1425         * antlr-mode.el: More sophisticated indentation, i.e., use the
1426         indentation engine of cc-mode for most actions.
1427         (antlr-c-common-init): Allow nil for `antlr-indent-style'.
1428         (antlr-indent-line): Use indentation engine of cc-mode more often.
1429         (antlr-indent-at-bol-alist): Only used for header actions.
1430         (antlr-disabling-cc-syntactic-symbols): New variable.
1431         (antlr-indent-item-regexp): Delete stuff for actions.
1432         (antlr-indent-at-bol-alist): With language "Java", indent
1433         "package" and "import" at column 0 in header part.
1435         * antlr-mode.el (antlr-simple-default-directory): Define.
1436         (antlr-simple-read-shell-command): Define.
1437         (antlr-simple-with-displaying-help-buffer): Define.
1438         (antlr-simple-scan-sexps, antlr-simple-scan-lists):
1439         Renamed from antlr-scan-{sexps,lists}-internal.
1441         Changes from 2002-02-28:
1443         * antlr-mode: Version 2.2 is released.
1445         * antlr-mode.el (antlr): Moved to SourceForge.net
1447         * antlr-mode.el: Minor bug fixes: insert options and indentation.
1448         (antlr-option-location): Don't use point as position where to
1449         insert options if point is in comment.
1450         (antlr-mode): Don't set style here.
1451         (antlr-c-common-init): Set style here.  If boundp, set
1452         `c-current-comment-prefix' to not break indentation in comments.
1453         Hm, I should probably split `c-common-init' from cc-mode into two
1454         parts, one of which I could use for antlr-mode.el.
1456         Changes from 2002-01-31:
1458         * antlr-mode.el (antlr-font-lock-additional-keywords):
1459         Also hightlight `~' with `antlr-font-lock-syntax-face'.
1460         Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
1462 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1464         * comint.el:
1465         * dired-aux.el:
1466         * dired.el:
1467         * dirtrack.el:
1468         * dos-w32.el:
1469         * fast-lock.el:
1470         * filecache.el:
1471         * files.el:
1472         * hippie-exp.el:
1473         * international/mule.el:
1474         * net/browse-url.el:
1475         * pcomplete.el:
1476         * recentf.el:
1477         * shell.el:
1478         * woman.el: Added cygwin to system-type comparisons.
1480 2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1482         * mail/undigest.el (rmail-forward-separator-regex): New custom
1483         variable.
1484         (unforward-rmail-message): Use it.
1486 2003-01-30  Dave Love  <fx@gnu.org>
1488         * textmodes/ispell.el (lookup-words): Fix last change.
1490 2003-01-29  John Paul Wallington  <jpw@gnu.org>
1492         * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
1494         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
1495         `deftheme'.  Fix docstring offsets for `define-ibuffer-filter' and
1496         `define-ibuffer-sorter'.
1497         (lisp-imenu-generic-expression): Add `deftheme' to types.
1499         * custom.el (customize-mark-to-save, customize-mark-as-set)
1500         (custom-remove-theme): Doc fixes.
1502 2003-01-29  Didier Verna  <didier@xemacs.org>
1504         * cus-edit.el (custom-save-variables): Also save non theme'd ones.
1505         * cus-edit.el (custom-save-faces): Ditto.
1507 2003-01-29  Juanma Barranquero  <lektu@terra.es>
1509         * composite.el (decompose-composite-char): Fix docstring.
1511         * select.el (x-set-cut-buffer): Fix docstring.  Check type with
1512         `stringp' instead of `substring'.
1514         * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
1515         file name if no other master file is located.
1517         * progmodes/cperl-mode.el (cperl-beautify-level)
1518         (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
1519         (cperl-calculate-indent): Fix typo.
1521 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
1523         * arc-mode.el (archive-lzh-summarize): Fix previous change.
1525 2003-01-29  Kim F. Storm  <storm@cua.dk>
1527         * emacs-lisp/authors.el: New format of AUTHORS file; list each
1528         author name once followed by contributed and changed files.
1529         Improve selection of entries to include in list, and generate list
1530         of unrecognized entries indicating syntax errors in ChangeLog files.
1531         (authors-coding-system): New variable.
1532         (authors-many-files): Update doc string.
1533         (authors-aliases): Change format. Now one entry with multiple
1534         aliases per author.
1535         (authors-valid-file-names, authors-renamed-files-alist)
1536         (authors-renamed-files-regexps): New variables.
1537         (authors-canonical-file-name): New function.  Validates that file
1538         exists or occurs in one of the above lists.  Record unrecognized
1539         file names in global authors-invalid-file-names list.
1540         (authors-add): Change to record per-change counts.
1541         (authors-canonical-author-name): Handle new format of
1542         authors-aliases list.
1543         (authors-scan-change-log): Rename FILE arg to LOG-FILE.
1544         Change doc string to describe new entry format.
1545         Only add author entries for valid file names.
1546         (authors-print): Replace by authors-add-to-author-list.
1547         (authors-add-to-author-list): New function which reorders
1548         per-file entries and adds them to global authors-author-list.
1549         (authors): Instead of authors-print to insert in *Authors* buffer,
1550         use authors-add-to-author-list to reorder the list and then
1551         insert result in *Authors* buffer with new format.
1552         Generate *Authors Errors* compilation-mode buffer listing
1553         unrecognized ChangeLog entries.
1555 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
1557         * term/mac-win.el: Add entries in function-key-map for
1558         [tab], [backspace], [escape].
1560 2003-01-28  Kim F. Storm  <storm@cua.dk>
1562         * info.el (Info-extract-menu-node-name): Another fix for
1563         2003-01-24 change.  Also stop search if : is followed by TAB.
1565 2003-01-28  John Paul Wallington  <jpw@gnu.org>
1567         * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
1568         `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
1570 2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
1572         * progmodes/cc-vars.el, progmodes/cc-mode.el
1573         (c-require-final-newline): Made this variable an alist to
1574         specify a value for each language.  The default value causes
1575         `require-final-newline' to be set to t only in languages where
1576         the standard requires a final newline.
1578 2003-01-27  Kim F. Storm  <storm@cua.dk>
1580         * simple.el (kill-new): Improve doc string for yank-handler.
1581         Signal args-out-of-range error if yank-handler is specified for
1582         an empty string.
1584         * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
1586 2003-01-27  Dave Love  <fx@gnu.org>
1588         * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
1590         * thingatpt.el (thing-at-point-file-name-chars):
1591         Include non-ASCII again and re-write the filename ops.
1593 2003-01-27  David Ponce  <david@dponce.com>
1595         * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
1597 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1599         * filesets.el (filesets-file-open): Fix typo.
1601         * vcursor.el (vcursor-disable): Likewise.
1603         * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
1605         * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
1607         * progmodes/cc-vars.el (c-offsets-alist): Likewise.
1609         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
1611 2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1613         * progmodes/cc-vars.el, progmodes/cc-mode.el
1614         (c-require-final-newline): Add a variable to make the
1615         initialization of `require-final-newline' more configurable.
1617 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1619         * emacs-lisp/authors.el (authors-aliases): Add Jan D.
1620         Set iso-2022-7bit coding: cookie.
1622 2003-01-26  Kim F. Storm  <storm@cua.dk>
1624         * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
1625         Don't search for next colon if current colon is followed by
1626         one of ".", ",", ";", or ")".
1627         (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
1628         (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
1630 2003-01-26  Richard M. Stallman  <rms@gnu.org>
1632         * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
1634 2003-01-25  Bill Wohler  <wohler@newt.com>
1636         * mh-e: Created directory. ChangeLog will appear in a week when we
1637         release version 7.2.
1639         * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
1640         mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
1641         mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
1642         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1643         mail/mh-xemacs-compat.el: Moved to mh-e directory.
1644         Note that reply2.pbm and reply2.xpm, which were created by the
1645         MH-E package, were left in mail since they can probably be used by
1646         other mail packages.
1648         * makefile.w32-in (WINS): Add mh-e.
1650         * makefile.nt (WINS): Add mh-e.
1652 2003-01-25  Richard M. Stallman  <rms@gnu.org>
1654         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1655         Compile any lambda-expressions among the args.
1657         * view.el (view-mode): Doc fix.
1659         * ido.el: Many doc fixes.
1660         (ido-complete): Fix message.
1662 2003-01-25  Taro Kawagishi  <tarok@transpulse.org>
1664         * arc-mode.el (archive-unixdate): Correct the date field string.
1665         (archive-lzh-summarize): Extend it to allow the LZH level 2 header
1666         type (which is most prevalent now), in addition to the already
1667         supported level 0 and 1 header types.
1669 2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
1671         * international/mule-cmds.el (set-language-info)
1672         (current-language-environment): Simplify setting the type of
1673         current-language-environment.
1675 2003-01-25  Kim F. Storm  <storm@cua.dk>
1677         * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
1678         bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
1679         only needed when the region is active.  This also makes the output
1680         from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
1682 2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
1684         * ediff.el (ediff-revision): Better defaults.
1686         * ediff-vers.el (ediff-vc-latest-version): New function.
1687         (ediff-vc-internal): Use latest version instead of working version.
1689 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
1691         * info.el (Info-extract-menu-node-name): When looking for end of menu
1692         item, don't stop at first ":"; instead, continue until trailing
1693         context is either a space or newline.
1694         (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
1695         (Info-menu): Likewise, for regexp used in backwards search.
1696         (Info-try-follow-nearest-node): Remove case added in previous edit.
1697         Change regexp in the following case to allow ":" in menu item.
1698         (Info-fontify-node): Fix bug: Handle `next-property-change' returning
1699         point-max as "hasn't already been done".
1701 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
1703         * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
1704         terminated by ": " as an index entry.
1706 2003-01-24  Juanma Barranquero  <lektu@terra.es>
1708         * isearch.el (isearch-forward): Fix typo.
1710 2003-01-24  Kenichi Handa  <handa@m17n.org>
1712         * international/mule.el (decode-coding-inserted-region):
1713         Rename from decode-coding-region-as-inserted-from-file to make it fit
1714         well in the Lisp manual.
1716         * jka-compr.el (jka-compr-insert-file-contents):
1717         Call docode-coding-inserted-region.
1719 2003-01-24  John Paul Wallington  <jpw@gnu.org>
1721         * ibuffer.el (ibuffer-window-list): Remove.
1722         (ibuffer-confirm-operation-on): Use `window-list' instead.
1723         (ibuffer-load-hook): New customizable variable.
1724         (toplevel): Run it.
1725         (ibuffer-customize): New command.
1726         (ibuffer-mode-map): Bind it.
1727         (ibuffer-mode-map): Add menu seperator in View>Sort menu.
1728         (ibuffer-mode): Tidy.
1729         (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
1730         (ibuffer-default-directory, ibuffer-default-sorting-mode)
1731         (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
1732         (ibuffer-map-lines): Doc fixes.
1734         * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
1735         filenames.  Use `kill-new'.
1737 2003-01-23  Dave Love  <fx@gnu.org>
1739         * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
1740         in the file.
1742 2003-01-23  Masatake YAMATO  <jet@gyve.org>
1744         * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
1745         /* */ comments.
1747 2003-01-23  Kenichi Handa  <handa@m17n.org>
1749         * files.el (insert-directory): Read the output of "ls" by
1750         no-conversion, and decode it later while preserving
1751         `dired-filename' property.
1753 2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
1755         * descr-text.el (describe-text-mode-hook): Add a group.
1757 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
1759         * term/mac-win.el (interprogram-paste-function): Handle empty
1760         clipboard.
1762 2003-01-22  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
1764         * info.el (Info-index): Change pattern so that index entries with
1765         colons can be read properly; also, require at least one space
1766         after the colons, which makeinfo puts in.
1768 2003-01-22  Andreas Schwab  <schwab@suse.de>
1770         * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
1771         change.
1773 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
1775         * Makefile.in (bootstrap-after): New target.
1776         (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1778 2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1780         * info.el (Info-index-next): Use "(`,' tries to find next)" for
1781         more matches for consistency with standalone info browser.
1783 2003-01-22  Kenichi Handa  <handa@m17n.org>
1785         * international/mule.el
1786         (decode-coding-region-as-inserted-from-file): New function.
1788         * jka-compr.el (jka-compr-insert-file-contents): Read a process
1789         output without decoding.  Decode the result by
1790         decode-coding-region-as-inserted-from-file.
1792 2003-01-22  Kim F. Storm  <storm@cua.dk>
1794         * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
1795         visited directories to end of list; it's the wrong thing to do if
1796         we want to find a file or directory in such directories.
1798         * simple.el: Doc fixes.
1799         * subr.el: Doc fixes.
1801 2003-01-20  Nick Roberts  <nick@nick.uklinux.net>
1803         * gud.el (gud-display-line): If the current file is newer than its
1804         buffer, offer to reread the file.
1805         (gud-keep-buffer): New buffer local variable. Ensures offer to
1806         reread file is made just once.
1808 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
1810         * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
1811         Fix the docstring instead.
1813 2003-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
1815         * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
1817 2003-01-20  Richard M. Stallman  <rms@gnu.org>
1819         * simple.el (completion-setup-function): Set default-directory
1820         in the minibuffer, so it'll be copied into the completion list buffer.
1822         * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
1824         * loadup.el (load-path): Rename `path' local var.
1826         * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
1827         to C-c C-i.  Duplicate its bindings with last char a ctl char.
1828         Also change C-c f to C-c C-f.
1830 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
1832         * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
1833         value system dependent.
1834         (ls-lisp-support-shell-wildcards): Add autoload cookie.
1836 2003-01-19  Kim F. Storm  <storm@cua.dk>
1838         * msb.el: Use `dir' instead of `path' everywhere.
1840 2003-01-18  Kim F. Storm  <storm@cua.dk>
1842         * simple.el (kill-new, kill-append, kill-region):
1843         New optional parameter yank-handler.
1844         (yank-excluded-properties): Add yank-handler to list.
1845         (yank-undo-function): New variable.
1846         (yank): Use it to undo previous yank or yank-pop command.
1847         Allow insert-for-yank to override this-command.
1849         * subr.el (insert-for-yank): Arg list changed; now only accepts one
1850         string rather than any number of strings; no callers needed change.
1851         Use yank-handler text property on the arg string.
1852         Set yank-undo-function variable appropriately for yank-pop.
1854 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
1856         * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
1857         regexp-concatenation.
1859         * add-log.el (add-change-log-entry): Don't leave space at eol.
1860         (add-log-current-defun): Perl functions names can't have (or {.
1862         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
1863         (sh-non-closing-paren): New const.
1864         (sh-case, sh-while-getopts): Use it to make props non-sticky.
1865         (sh-add-completer): Use test-completion.
1867 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
1869         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
1871 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
1873         * cus-edit.el (customize-changed-options): Undo last doc change.
1875 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
1877         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1878         Don't treat \n specially in sub-skeletons.
1880 2003-01-17  Dave Love  <fx@gnu.org>
1882         * international/ucs-tables.el: Redo 8859-6 change in the right place.
1884 2003-01-17  Kenichi Handa  <handa@m17n.org>
1886         * international/fontset.el: Don't setup the default fontset and
1887         font-encoding-alist at the top level.
1888         (setup-default-fontset): New function.
1889         (create-fontset-from-fontset-spec): Delete autoload cookie.
1891         * term/x-win.el: Require fontset unconditionally again.
1892         Call setup-default-fontset at the top level.
1894         * term/w32-win.el: Call setup-default-fontset.
1896         * term/mac-win.el: Require fontset and call setup-default-fontset.
1898 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
1900         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
1901         property until end-of-paragraph.
1903 2003-01-16  Kenichi Handa  <handa@m17n.org>
1905         * international/ucs-tables.el: Undo the last change.
1907 2003-01-15  Dave Love  <fx@gnu.org>
1909         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
1910         and use documented treatment of -.
1912         * dired-x.el (dired-filename-at-point): Fix filename-chars.
1914         * international/ucs-tables.el: Set up tables for 8859-6.
1916         * server.el (server-window): Customize.
1917         (server-mode): New.
1918         (server-unload-hook): Call server-start.
1920 2003-01-15  John Wiegley  <johnw@gnu.org>
1922         * eshell/em-hist.el (eshell-save-history-on-exit):
1923         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
1924         because the former name is somewhat unrelated to the variables'
1925         possible values.
1927 2003-01-15  Deepak Goel  <deego@gnufans.org>
1929         * calc/README: Add new maintainer.
1931         * calc/*: Ditto.
1933         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
1935 2003-01-15  Andrew Innes  <andrewi@gnu.org>
1937         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
1938         using appropriate rule for build environment.
1939         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
1940         of autoloads and defvars, sufficient to dump bootstrap emacs.
1941         (update-subdirs-SH): Use hard-coded list of top-level lisp
1942         subdirs, because find program on Windows is not compatible with
1943         Unix find.
1944         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
1945         Explicitly load loaddefs.el so that bootstrap emacs can compile
1946         properly.
1947         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
1948         minimal stub sufficient for dumping bootstrap emacs is available.
1950         * loadup.el: Include lisp/textmodes in load-path for bootstrap
1951         emacs, to resolve ispell menu reference.
1953 2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
1955         * international/mule.el (optimize-char-coding-system-table):
1956         Optimize it.
1958         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
1960 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
1962         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
1963         occasional use of "05" rather than " 5" for day-of-month.
1965         * log-view.el (log-view-message-re): The rev might be locked.
1967 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
1969         * gdb-ui.el: Improve commentary.
1970         (gdb-window-height, gdb-window-width, gdb-display-number-end):
1971         Customize the dimensions of frames for displayed expressions.
1972         (gdb-error-begin): Comment out because it is not used because of
1973         bug/quirk in annotations.
1974         (gdb-reset): Use with-current-buffer.
1976 2003-01-14  Kim F. Storm  <storm@cua.dk>
1978         * ido.el (ido-read-internal, ido-file-internal)
1979         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
1980         Don't use `path' as name of local variables holding a file name.
1982         * arc-mode.el (archive-arc-rename-entry): Fix error message.
1983         (archive-lzh-summarize): Rename local var `path' to `dir'.
1984         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
1986         * dired.el: Doc fixes.
1987         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
1988         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
1989         * dired-x.el: Doc fixes.
1991         * fast-lock.el (fast-lock-cache-name): Doc fix.
1993         * net/browse-url.el (browse-url-filename-alist): Doc fix.
1995 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
1997         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
1998         "error retrieving function documentation" output.
2000 2003-01-14  Kim F. Storm  <storm@cua.dk>
2002         * subr.el (process-put, process-get): New functions.
2004         * simple.el (clone-process): Copy process' plist to new process.
2006 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
2008         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
2009         and version numbers for variables.  Handle faces.
2011         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
2012         version deps earlier.  Use other tests for groups and variables.
2013         Handle faces.
2015 2003-01-14  Kim F. Storm  <storm@cua.dk>
2017         * ido.el: Doc fixes.
2018         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
2019         (ido-rewrite-file-prompt-functions): Rename from
2020         ido-make-file-prompt-hook.  Directory name is now in dynamic
2021         variable `dirname' (instead of `path').
2022         (ido-rewrite-file-prompt-rules): Rename from
2023         ido-rewrite-prompt-path-rules.
2024         (ido-make-prompt): Directory name now in `dirname' var.
2025         (ido-complete): Fix error message.
2027 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
2029         * server.el (server-process-filter): Use `minibufferp' to test
2030         whether we are inside a minibuffer.
2031         (server-process, server-kill-new-buffers): Doc fixes.
2033 2003-01-13  Dave Love  <fx@gnu.org>
2035         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
2036         Remove pre-write-conversion.
2038 2003-01-13  Kim F. Storm  <storm@cua.dk>
2040         * hexl.el (hexl-mode-map): Don't quote remapped command names.
2042 2003-01-13  David Ponce  <david@dponce.com>
2044         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
2045         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
2047 2003-01-13  Masatake YAMATO  <jet@gyve.org>
2049         * ruler-mode.el (ruler-mode-comment-column-char)
2050         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
2051         (ruler-mode-mouse-current-grab-object): New variables.
2052         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
2053         New faces.
2054         (ruler-mode-mouse-set-fill-column): Removed.
2055         (ruler-mode-mouse-grab-any-column)
2056         (ruler-mode-mouse-drag-any-column-iteration)
2057         (ruler-mode-mouse-drag-any-column): New functions.
2058         (ruler-mode-map): [header-line down-mouse-2] Bound to
2059         `ruler-mode-mouse-grab-any-column' instead of
2060         `ruler-mode-mouse-set-fill-column'.
2061         (ruler-mode-ruler-help-echo): Update its value.
2062         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
2063         when goal-column is already set.
2064         (ruler-mode-ruler-help-echo-tab): Rename to...
2065         (ruler-mode-ruler-help-echo-when-tab-stops): New.
2066         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
2067         (ruler-mode-goal-column-help-echo): New help strings.
2068         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
2069         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
2070         Show `comment-column' and `goal-column'.  Echo the different help
2071         string for each *-column characters on the ruler.
2073 2003-01-13  Richard M. Stallman  <rms@gnu.org>
2075         * apropos.el (apropos-documentation-property): New function.
2076         (apropos): Use apropos-documentation-property.
2078         * files.el (mode-line-process): Mark as risky.
2080         * help.el (where-is): Catch errors in indirect-function.
2082         * server.el (server-process-filter): Comment out -eval.
2083         Don't switch buffers if inside isearch or minibuffer.
2085         * progmodes/compile.el (compilation-revert-buffer):
2086         If buffer has a file, revert it in the normal way.
2088         * term/x-win.el: Require fontset conditionally again.
2090 2003-01-13  Kim F. Storm  <storm@cua.dk>
2092         * ido.el (ido-enable-tramp-completion): New defcustom.
2093         (ido-enter-single-matching-directory): Change default to 'slash.
2094         (ido-is-tramp-root): New defun.
2095         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
2096         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
2097         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
2098         Handle tramp completion.
2099         (ido-file-name-all-completions1): New defun for tramp completion.
2100         (ido-file-name-all-completions): Use it.
2101         (ido-set-matches1): Relax matching of text with trailing slash.
2102         (ido-exhibit): Handle tramp completion.
2103         Simplified code using nested cond forms using new `refresh' var.
2104         Fixed handling of /~user/ paths.
2106 2003-01-12  Andreas Schwab  <schwab@suse.de>
2108         * arc-mode.el (archive-mode-map): Use command remapping instead of
2109         substitute-key-definition.
2110         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
2111         * msb.el (msb-mode-map): Likewise.
2112         * forms.el (forms--change-commands): Likewise.
2113         * hexl.el (hexl-mode-map): Likewise.
2114         * mail/mailabbrev.el (Commentary): Likewise.
2115         * play/decipher.el (decipher-mode-map): Likewise.
2116         * play/gomoku.el (gomoku-mode-map): Likewise.
2117         * play/landmark.el (lm-mode-map): Likewise.
2118         * play/solitaire.el (solitaire-mode-map): Likewise.
2119         * progmodes/sh-script.el (sh-mode-map): Likewise.
2120         * textmodes/picture.el (picture-substitute): Likewise.
2122         * ielm.el (inferior-emacs-lisp-mode):
2123         Bind comint-dynamic-complete-functions locally.
2125         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
2127 2003-01-11  Andreas Schwab  <schwab@suse.de>
2129         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
2130         merge with existing fontification.
2132 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
2134         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
2135         (gud-reset): New function. Reset environment at end of debugging.
2136         (gud-sentinel): Call gud-reset or gdb-reset.
2137         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
2139         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
2140         to find out if variable shuld be dereferenced.
2141         (gud-display1): Exit if there is `No symbol'.
2142         (gdb-expressions-mode-map): Correction to key-binding.
2143         (gdb-reset): New function. Reset environment at end of debugging.
2144         (gdb-quit): Remove.
2146 2003-01-10  Dave Love  <fx@gnu.org>
2148         * international/code-pages.el (cp-make-coding-system): Fix last change.
2150 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2152         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
2153         use regexp-opt for readability.
2155 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
2157         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
2158         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
2159         empty elements.
2161 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
2163         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
2164         shell.
2166 2003-01-09  John Wiegley  <johnw@gnu.org>
2168         * pcomplete.el (pcomplete-termination-string): Add a variable
2169         for modifying the string which is inserted after a completion or
2170         expansion using pcomplete.
2172 2003-01-09  Karl Berry  <karl@gnu.org>
2174         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
2175         so that we don't fail if no records match record-regexp.
2177 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
2179         * cus-edit.el (customize-group, customize-group-other-window):
2180         Remove unnecessary calls to custom-load-symbol.
2181         (custom-group-value-create):
2182         Load widget deps if state is not hidden.  If widget deps are
2183         loaded, load them in advance.
2184         (custom-menu-create): If widget deps are loaded, load them earlier.
2186 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
2188         * language/ethio-util.el (ethio-gemination)
2189         (exit-ethiopic-environment): Doc fixes.
2191         * language/viet-util.el (viet-encode-viqr-region)
2192         (viet-decode-viqr-region, viet-encode-viqr-buffer)
2193         (viet-decode-viqr-buffer): Doc fixes.
2195 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2197         * paths.el: Remove gnus-startup-file.
2199 2003-01-08  Bill Wohler  <wohler@newt.com>
2201         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
2202         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
2204         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2205         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
2206         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
2207         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
2209 2003-01-08  Kim F. Storm  <storm@cua.dk>
2211         * mail/undigest.el (unforward-rmail-message): Don't use global
2212         variable `n'.
2214 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2216         * mail/undigest.el (unforward-rmail-message): Simplified.
2217         No functional change.
2219 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
2221         * custom.el (custom-autoload, custom-variable-p): New functions.
2223         * emacs-lisp/autoload.el (make-autoload):
2224         Generate custom-autoload for autoloaded defcustoms.
2226         * help-fns.el (describe-variable): Use custom-variable-p.
2228         * simple.el (set-variable): Load deps of custom variables without type.
2230         * cus-edit.el (custom-variable-prompt): Doc change.
2231         Use custom-variable-p.
2232         (customize-option): Remove search in loaddefs.el.
2233         (customize-apropos):  Use custom-variable-p.
2234         (custom-save-variables): Use custom-variable-p to detect
2235         non-rogue variables.
2237 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2239         * mail/undigest.el (unforward-rmail-message): Skip all newlines
2240         after the initial separator.
2241         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
2242         instead of Forwarded-from: and Forwarded-date:.
2244 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2246         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
2247         produced by TeX.
2249 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
2251         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
2252         branch.
2254 2003-01-06  Dave Love  <fx@gnu.org>
2256         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
2258         * language/chinese.el ("Chinese-EUC-TW"): New.
2260 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
2262         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
2264 2003-01-05  Richard M. Stallman  <rms@gnu.org>
2266         * obsolete/uncompress.el: Display message that this pkg is obsolete.
2268         * isearch.el (isearch-repeat): Error if try to repeat search and
2269         there was no previous search.
2271         * dired.el (dired-recursive-deletes): Fix custom type.
2273         * dabbrev.el (dabbrev--substitute-expansion):
2274         Convert all whitespace to single spaces,
2275         except when it's carried over from the existing text.
2277         * simple.el (split-line): Clean up implementation.
2279         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
2280         both cases.
2281         (rmail-variables): Specify case-insensitive matching for font-lock.
2283 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2285         * mail/sendmail.el (mail-font-lock-keywords):
2286         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
2287         In-Reply-To and X-*.
2289 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
2291         * xml.el (xml-substitute-special): Check for &amp last.
2293 2003-01-05  Dave Love  <fx@gnu.org>
2295         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
2297 2003-01-05  Dave Love  <fx@gnu.org>
2299         * international/mule-diag.el (non-iso-charset-alist):
2300         Add vietnamese-tcvn.
2302         * international/mule-cmds.el (locale-language-names):
2303         Use Croatian, Swedish.
2305 2003-01-05  Andreas Schwab  <schwab@suse.de>
2307         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
2309 2003-01-05  Dave Love  <fx@gnu.org>
2311         * language/european.el ("Latin-6", "Croatian"): New.
2312         ("Latin-7"): Fix nonascii-translation.  Add input method.
2313         ("Lithuanian", "Latvian"): Add nonascii-translation.
2314         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
2315         Fix nonascii-translation.
2317         * language/georgian.el ("Georgian"): Fix nonascii-translation.
2319         * international/mule-cmds.el (set-locale-environment):
2320         Ignore empty values of environment variables.
2322         * emacs-lisp/byte-opt.el (byte-optimize-nth)
2323         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
2325 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
2327         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
2328         Use let construction to bind buffer-read-only to nil.
2329         (gdba): 'set height 0' in GDB.
2330         (gdb-display-end, gdb-frame-handler): Corrections to forming
2331         full expression name for header-line in display frame.
2332         (gdb-info-breakpoints-custom): Highlight breakpoints since
2333         they may be clicked on with mouse-2.
2334         (gdb-quit): Delete frames of displayed expressions when quitting.
2335         (gdb-delete-frames): New function.
2336         (gdb-source-info): Don't create stack buffer automatically.
2338 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
2340         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
2342 2003-01-04  Kim F. Storm  <storm@cua.dk>
2344         * simple.el (split-line): If present, copy fill-prefix from
2345         current line to new line.  Don't copy if prefix arg.
2346         From Lisp, arg may be an alternative prefix string to copy.
2347         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
2349         * mail/sendmail.el (mail-split-line): New function.
2350         (mail-mode-map): Remap split-line to mail-split-line.
2352 2003-01-03  Dave Love  <fx@gnu.org>
2354         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
2355         with new load-history format.
2357         * international/mule-cmds.el (sort-coding-systems):
2358         Adjust priority of utf-16 and x-ctext.
2360         * international/utf-8.el (utf-translate-cjk):
2361         Call optimize-char-coding-system-table.
2363         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
2364         Call optimize-char-coding-system-table.
2366         * international/mule.el (register-char-codings): Don't call
2367         optimize-char-coding-system-table here.
2368         (keyboard-coding-system): Doc fix.  Update :version.
2370         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
2371         (nroff-imenu-expression): New.
2372         (nroff-mode): Use it.
2374         * autoinsert.el (auto-insert-alist): Add man page skeleton.
2376 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
2378         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
2379         the lock.
2381 2003-01-03  Kim F. Storm  <storm@cua.dk>
2383         * emulation/cua-base.el (cua--pre-command-handler):
2384         Corrected handling of delete-selection properties.
2386 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
2388         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
2389         documentation string when `sym' is non-nil.
2391 2003-01-02  Steven Tamm  <steventamm@mac.com>
2393         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
2394         Have scroll bars correctly default to being on the right for Mac
2395         Carbon port by testing "mac-carbon" feature, not window-system.
2397 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
2399         * cus-edit.el (customize-group, customize-group-other-window):
2400         Call custom-load-symbol unconditionally.
2401         (customize-face, customize-face-other-window): Fix format arg.
2403 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
2405         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
2406         to `left'.
2408 2003-01-01  Richard M. Stallman  <rms@gnu.org>
2410         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
2412         * files.el (backup-buffer): Cope if file-modes returns nil.
2414 2002-12-30  Steven Tamm  <steventamm@mac.com>
2416         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
2417         Have scroll bars correctly default to being on the right for Mac
2418         Carbon port
2420 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
2422         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
2423         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
2424         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
2425         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
2426         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
2427         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
2428         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
2429         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
2430         (gdb-frames-mouse-select): Simplify.
2431         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
2432         consistent with other modes in emacs.
2433         (gdb-display-source-buffer): Return window of source buffer
2434         for (gud-display-line).
2436 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
2438         * button.el (defface button): Add group.
2440         * cus-edit.el (customize-browse): Call `widget-setup'.
2442 2002-12-29  Andreas Schwab  <schwab@suse.de>
2444         * Makefile.in: Generate cus-load.el and finder-inf.el in the
2445         source directory.  Change dependencies on lisp files to explicitly
2446         use $(lisp).
2447         (compile-calc): Fix command substitution.
2448         * cus-dep.el (generated-custom-dependencies-file): New variable.
2449         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
2450         * finder.el (generated-finder-keywords-file): New variable.
2451         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
2453 2002-12-28  Richard M. Stallman  <rms@gnu.org>
2455         * info-look.el (info-lookup): Fix error message typo.
2457         * comint.el (comint-mode): Locally set scroll-conservatively.
2458         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
2459         is active only when point is at end.
2461         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
2462         Fix error message.
2464         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
2466         * simple.el (repeat-complex-command): Signal real error on failure.
2468 2002-12-28  Andreas Schwab  <schwab@suse.de>
2470         * progmodes/make-mode.el (makefile-font-lock-keywords):
2471         Highlight automatic variable references enclosed in parens and
2472         optionally suffixed by F or D.
2474 2002-12-27  Miles Bader  <miles@gnu.org>
2476         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
2477         buffer-local variable.
2479 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
2481         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
2482         the same way as `custom-buffer-create-other-window'.
2483         (customize-variable-other-window, customize-option-other-window):
2484         Definitions moved up.
2486 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2488         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
2489         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
2490         tramp.el.  From Michael Albinus.
2491         * net/tramp-smb.el: New file for using smbclient to access
2492         Windows shares with Tramp.  From Michael Albinus.
2494 2002-12-26  Andreas Schwab  <schwab@suse.de>
2496         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
2498 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
2500         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
2501         order to get the latest version on the current branch.
2502         Update documentation of vc-BACKEND-checkout to explain this.
2504         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
2505         (vc-rcs-checkin): By default, specify the current workfile
2506         branch as the check-in revision.
2508         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
2510         * vc-sccs.el (vc-sccs-checkout): Likewise.
2512 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
2514         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
2515         of displayed expressions are deleted when the displayed expressions
2516         are deleted.
2517         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
2518         deletion is handled by gdb-info-display-custom now.
2519         (gdb-source-info): Undo earlier change (do create display buffer
2520         automatically).
2522 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
2524         * cus-edit.el (custom-save-faces): Fix typo.
2526 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2528         * mail/undigest.el (unforward-rmail-message): Do not assume that
2529         the forwarded message's Date: header comes after From:.  Use a
2530         Forwarded-from: rather than a Forwarded-by: header.  Add a
2531         Forwarded-date: header.
2533 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
2535         * gdb-ui.el (gdb-display-number-end): Make auto-display of
2536         expressions in GDB work on text-only terminals.
2537         (gdb-post-prompt): Compute current frame properly.
2538         (gdb-get-current-frame, gdb-frame-handler): New functions.
2539         (gdb-source-info): Move last statement into if clause.
2540         Tidy, improve documentation.
2542 2002-12-23  Richard M. Stallman  <rms@gnu.org>
2544         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
2546         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
2547         (easy-menu-define): Doc fix, say SYMBOL can be nil.
2549         * window.el (save-selected-window): Save and restore
2550         selected windows of all frames.
2552         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
2553         Update custom types.
2555 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
2557         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
2558         Alex Schroeder's adaptation of Jan Vroonhof
2559         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
2561         * cus-edit.el (customize-save-variable): Take themes into account.
2562         (custom-variable-save): Take themes into account.
2563         (custom-variable-reset-saved): Add comment-widget.
2564         (custom-variable-reset-standard): Add comment-widget.
2565         (custom-variable-reset-standard): Take themes into account.
2566         (custom-face-save): Take themes into account.
2567         (custom-face-reset-standard): Take themes into account.
2568         (custom-save-variables): Take themes into account.
2569         (custom-save-faces): Take themes into account.
2570         (custom-save-resets): New function.
2571         (custom-save-loaded-themes): New function.
2572         (customize-save-customized): Take themes into account.
2574         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
2575         (custom-theme-set-faces): New function.
2576         (custom-theme-face-value): New function.
2577         (custom-theme-reset-internal-face): New function.
2578         (custom-theme-reset-faces): New function.
2579         (custom-reset-faces): New function.
2581         * custom.el (custom-known-themes): New variable.
2582         (custom-declare-theme): New function.
2583         (deftheme): New macro.
2584         (custom-make-theme-feature): New function.
2585         (custom-theme-p): New function.
2586         (custom-check-theme): New function.
2587         (custom-push-theme): New function.
2588         (custom-theme-set-variables): Take themes into account.
2589         (custom-loaded-themes): New variable.
2590         (custom-theme-loaded-p): New function.
2591         (provide-theme): New function.
2592         (require-theme): New function.
2593         (custom-remove-theme): New function.
2594         (custom-do-theme-reset): New function.
2595         (custom-theme-load-themes): New function.
2596         (custom-load-themes): New function.
2597         (custom-theme-value): New function.
2598         (custom-theme-variable-value): New function.
2599         (custom-theme-reset-internal): New function.
2600         (custom-theme-reset-variables): New function.
2601         (custom-reset-variables): New function.
2603         * cus-theme.el: New file.
2605 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
2607         * emacs-lisp/rx.el (rx-and): Generate a shy group.
2608         Specify `no-group' when calling rx-to-string.
2609         (rx-submatch): Specify `no-group' when calling rx-to-string.
2610         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
2611         (rx-atomic-p): New function.
2613 2002-12-23  Kevin Ryde  <user42@zip.com.au>
2615         * info-look.el (info-lookup): For ease of use try item
2616         case-insensitive if not found case-sensitive.
2617         Do case sensitive search in index nodes, so items differing only in
2618         case go correctly to their respective nodes.
2620 2002-12-22  Richard M. Stallman  <rms@gnu.org>
2622         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
2624         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
2625         Add defvars.
2627         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
2628         on the file name.
2630         * textmodes/outline.el (outline-next-visible-heading):
2631         When going forward, test outline-invisible-p at start of header.
2633 2002-12-22  Kevin Ryde  <user42@zip.com.au>
2635         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
2636         Info-mode.
2637         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
2638         New functions.
2639         (makeinfo-compile): Add a sentinel parameter.
2640         (makeinfo-compilation-sentinel-region): Renamed from
2641         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
2642         (makeinfo-region): Use this.
2643         * info.el (Info-revert-find-node): New function.
2645 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
2647         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
2648         process filter (gdba in gdb-ui.el only).
2649         (gdb-tooltip-print): New function.
2650         (tooltip-gud-process-output): Undo previous change.
2651         (tooltip-strip-annotations): Remove.
2653 2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
2655         * gud.el (gud-menu-map): Add jdb support for "run".
2656         (gud-jdb-find-source-using-classpath): Use 'identity.
2657         (gud-jdb-marker-filter): Marker regexp and filename filtering
2658         change to support a backwards-incompatible change in Sun's jdb
2659         line number display in SDK versions 1.4.
2660         (gud-format-command): gud-find-class now requires two
2661         parameters (file and linenumber).
2662         (gud-find-class): Bulk of the change related to using c-syntactic
2663         symbols to locate nested class declarations in java sources
2664         visited by java-mode (cc-mode).
2666 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
2668         * gdb-ui.el: Remove the concept of an instance. This means that
2669         a lot of functions have been renamed. Accessors are prefixed with
2670         gdb-get, setters with gdb-set and the word instance has been
2671         removed from many function and variable names.
2672         (gdb-display-buffer): Protect source buffer as well
2673         as GUD buffer when requesting new buffers.
2674         (gdb-source-info): Two changes : Don't create display buffer
2675         automatically, compute source window correctly.
2677 2002-12-21  Richard M. Stallman  <rms@gnu.org>
2679         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
2681         * ls-lisp.el (original-insert-directory): Make this a variable,
2682         don't set its function definition.
2683         (insert-directory): Use funcall to call that function.
2685         * bindings.el (help-echo): Change tooltip string.
2687         * chistory.el (command-history-map): Move definition up.
2689         * faces.el (help-xref-stack): Add defvar to avoid warning.
2691 2002-12-21  Andreas Schwab  <schwab@suse.de>
2693         * dired.el (dired-insert-directory): Preserve text properties
2694         when quoting.
2696 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2698         * mail/undigest.el (rmail-mail-separator): Renamed from
2699         rmail-digest-mail-separator.  All users changed.
2700         (unforward-rmail-message): Rewritten to be more robust and to
2701         additionally account for the common style of forwarding messages
2702         by citing them entirely with headers.
2704 2002-12-18  Dave Love  <fx@gnu.org>
2706         * international/utf-8-subst.el: Deleted.
2708         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
2709         char-coding-system-table elements destructively.
2710         Use optimize-char-coding-system-table.
2712         * international/mule.el (optimize-char-coding-system-table): New.
2713         (register-char-codings): Use it.
2715         * international/utf-8.el (ucs-mule-cjk-to-unicode)
2716         (ucs-unicode-to-mule-cjk): Revert last change.
2717         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
2718         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
2719         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
2720         char-coding-system-table elements destructively.
2721         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
2722         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
2724 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
2726         * info.el (Info-dir-remove-duplicates): Avoid infloop when
2727         deleting last entry.
2729 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
2731         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
2732         rename gud-gdba-marker-filter.
2733         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
2734         (gdb-make-instance): Remove (put into gdba).
2735         Use gdb-instance-enqueue-input instead of
2736         gdb-instance-enqueue-idle-input for user functions.
2737         (gdb-instance-target-string): Simplify.
2738         (in-gdb-instance-context): Remove.
2739         Expand Commentary.
2741 2002-12-17  Kenichi Handa  <handa@m17n.org>
2743         * international/mule.el (set-file-name-coding-system): New function.
2745         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
2746         Add bindings for set-file-name-coding-system.
2748 2002-12-17  Kenichi Handa  <handa@m17n.org>
2750         * international/mule-cmds.el (universal-coding-system-argument):
2751         Bind coding-system-require-warning to t.
2752         (select-safe-coding-system): Handle t in the arg
2753         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
2754         coding-system to allow users to specify unsafe coding system on
2755         their risk.
2757 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2759         * mail/undigest.el (rmail-digest-methods)
2760         (rmail-digest-mail-separator): New variables.
2761         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
2762         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
2763         (rmail-digest-parse-rfc934): New functions.
2764         (undigestify-rmail-message): Completely rewritten.
2766 2002-12-16  Kim F. Storm  <storm@cua.dk>
2768         * ido.el (ido-read-file-name): Remove debug message.
2770 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
2772         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
2773         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
2774         (Buffer-menu-mode-width): New customization.
2775         (Buffer-menu-sort-column): New var.
2776         (Buffer-menu-no-header): New function for not changing header line and
2777         recognizing swapped M&R columns, used by modifying commands in Buffer
2778         Menu.
2779         (Buffer-menu-buffer+size): New function for variable width buffer name.
2780         (list-buffers-noselect): Rewritten for nicer menu.
2782 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
2784         * filesets.el (filesets-build-menu-now): Don't clear messages.
2786         * allout.el: Avoid name conflicts with outline.el.
2787         Replace globally string "outline-" with string "allout-".
2788         Replaced 1446 occurrences; there was no string "allout-" before the
2789         change and there seems to be no dependency on outline.el.
2790         Put `quotes' around many function and variable names.
2791         Doc changes to adjust to the change to prefix "allout-".
2792         Don't provide `outline'.  Use " Allout" as mode line string,
2793         not " Outl".  Put group `allout' in group `editing'.
2794         Update Copyright notice.  Autoload `allout-init'.
2795         (allout-init): Give report also in case auto-activation was inhibited.
2796         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
2798 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
2800         * xml.el (xml-parse-tag): Allow spaces between / and >.
2802 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
2804         * emacs-lisp/autoload.el (autoload-ensure-default-file):
2805         Insert missing space in file end comment.
2807 2002-12-15  Simon Josefsson  <jas@extundo.com>
2809         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
2810         user-mail-address as sender.
2812 2002-12-15  Dave Love  <fx@gnu.org>
2814         * international/mule-cmds.el (standard-keyboard-coding-systems):
2815         Delete.
2816         (set-locale-environment): Don't use it.
2818         * international/utf-8.el (ucs-mule-cjk-to-unicode)
2819         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
2820         (utf-subst-table-for-decode): Specify :size, :rehash-size.
2821         (utf-translate-cjk): :set rewritten to load subst-... files.
2822         Add :set-after.
2823         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2825 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
2827         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2828         buffer as modified unless it really is.
2830 2002-12-14  Andreas Schwab  <schwab@suse.de>
2832         * wid-edit.el (widget-move): Don't loop infinitely when there is
2833         no field or button.
2835 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
2837         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
2838         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
2839         Undo 2002/09/27 change because kill-buffer-hook is not
2840         permanent-local.
2842         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2843         Optimize the remaining part of for-effect and/or expressions.
2845 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
2847         * emacs-lisp/easy-mmode.el (define-minor-mode):
2848         Use `custom-current-group'. Pass all groups to the hook.
2849         (easy-mmode-define-global-mode): Use `custom-current-group'.
2851         * international/mule-cmds.el (current-language-environment):
2852         Set type according to `language-info-alist' also here.
2854         * progmodes/compile.el (compilation-menu-map):
2855         Use `kill-compilation' to stop compilation.
2857 2002-12-13  Kenichi Handa  <handa@m17n.org>
2859         * language/european.el (encode-mac-roman): Fix last change.
2861         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2862         (ccl-encode-alternativnyj): Fix last change.
2864 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
2866         * gdb-ui.el: Improve documentation strings.
2867         (gdb-many-windows): Set default value to nil.
2869 2002-12-12  Dave Love  <fx@gnu.org>
2871         * international/subst-big5.el, international/subst-gb2312.el:
2872         * international/subst-jis.el, international/subst-ksc.el: New.
2874         * custom.el (defcustom, custom-set-variables): Doc fix.
2876         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
2877         things protected by `(if (fboundp ...' or `(if (boundp ...'.
2879         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
2881 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
2883         * progmodes/fortran.el (fortran-mode-abbrev-table):
2884         Handle `define-abbrev' with either 5 or 6 arguments.
2886 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
2888         * international/mule-cmds.el (set-language-info):
2889         Update custom-type of `current-language-environment'.
2890         (current-language-environment): Fix custom type.
2892 2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2894         * progmodes/antlr-mode.el (antlr): New URL.
2896 2002-12-10  R. Bernstein  <rocky@panix.com>
2898         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
2899         Fix erroneous print expression command, and fix typos.
2900         (perldb): Undo previous change in prompt regexp.
2902 2002-12-10  Steven Tamm  <steventamm@mac.com>
2904         * generic-x.el (javascript-generic-mode): Added C style block
2905         comments as used in ECMA-262 standard.
2907 2002-12-10  Kenichi Handa  <handa@m17n.org>
2909         * language/european.el ("Swedish"): Change tutorial file name to
2910         TUTORIAL.sv in this langauge environment..
2912 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
2914         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
2915         disable it buffer-locally.
2916         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
2917         `eventpt' and point.
2919         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
2920         (ibuffer-set-filter-groups-by-mode): Use it instead of
2921         `delete-duplicates' so we don't require cl library at runtime.
2922         (ibuffer-insert-filter-group-before): Don't use `position' so we
2923         don't require cl library at runtime.
2925         * chistory.el (command-history-mode): Add interactive spec.
2926         Improve doc string.
2928 2002-12-09  Richard M. Stallman  <rms@gnu.org>
2930         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
2932 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
2934         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
2935         customize type 'float is now defined.
2937 2002-12-09  Dave Love  <fx@gnu.org>
2939         * international/code-pages.el (mik, pt154): New coding systems.
2941         * international/ucs-tables.el: Fix properly.
2943 2002-12-09  Andreas Schwab  <schwab@suse.de>
2945         * international/ucs-tables.el: Fix last change.
2947 2002-12-09  Kenichi Handa  <handa@m17n.org>
2949         * international/titdic-cnv.el (titdic-convert): Process the
2950         header part in multibyte mode.
2952 2002-12-08  Dave Love  <fx@gnu.org>
2954         * international/code-pages.el (mule-diag): Move where it's required.
2956         * international/ucs-tables.el: Add latin-jisx0201 characters.
2957         Fix translation-table-for-input for lao, thai, tibetan.
2959 2002-12-08  Andreas Schwab  <schwab@suse.de>
2961         * files.el (insert-directory): Insert free space only when
2962         listing a full directory.
2964 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
2966         * gdb-ui.el : Remove inappropriate key-bindings.
2967         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
2968         Parse correctly when breakpoint has no line number.
2969         (def-gdb-auto-update-handler, gdb-info-locals-handler),
2970         (gdb-display-end): Avoid using insert-buffer.
2971         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
2973 2002-12-07  Richard M. Stallman  <rms@gnu.org>
2975         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
2976         (compilation-leave-directory-regexp-alist): Match byte compiler output.
2978         * emacs-lisp/cl-macs.el: Add local variable list
2979         to turn off cl-function warnings.
2981         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
2982         elements in load-history.
2983         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
2984         and cl-struct-setf-expander.
2986         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
2987         New variable.
2988         (autoload-print-form): Use autoload-print-form-outbuf.
2989         (generate-file-autoloads): Bind autoload-print-form-outbuf.
2991         * calendar/calendar.el (calendar-day-name): Move defn down.
2993         * speedbar.el (speedbar-directory-buttons-follow):
2994         Don't use directory-sep-char.
2996 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
2998         * register.el (describe-register-1): Use window-width
2999         to truncate string in a register.  Check whether the string
3000         in a register is an empty string or a sequence of white spaces.
3002 2002-12-07  Andreas Schwab  <schwab@suse.de>
3004         * faces.el (face-font-selection-order)
3005         (face-font-family-alternatives, face-font-registry-alternatives):
3006         Remove period from :tag value.
3008         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
3009         to :inverse-video.
3011 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
3013         * wid-edit.el (define-widget number): Clarify doc and error message.
3014         (define-widget float): New widget.
3016 2002-12-07  Andreas Schwab  <schwab@suse.de>
3018         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
3020         * files.el (find-file-read-args): Reenable wildcard processing
3021         unconditionally.
3023 2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
3025         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
3026         functions for copyright notice and copying permissions.
3027         (texinfo-copying, texinfo-insertcopying): New functions.
3029 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3031         * textmodes/texinfmt.el (texinfo-format-ifxml)
3032         (texinfo-format-xml): New function.
3033         (ifxml, ifnotxml): New aliases.
3035 2002-12-06  Dave Love  <fx@gnu.org>
3037         * international/utf-8-subst.el: Revert last change.
3039 2002-12-06  Miles Bader  <miles@gnu.org>
3041         * info.el (Info-insert-dir): Make dir-node-cache variables
3042         buffer-local, so that killing the *info* buffer forces the
3043         dir-node to be rebuilt.
3045 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
3047         * finder.el (finder-compile-keywords): Don't insert a keyword to
3048         the generated file.
3050 2002-12-05  Andreas Schwab  <schwab@suse.de>
3052         * speedbar.el (speedbar-highlight-face): Fix face spec.
3054 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
3056         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
3057         gdb-proc with gud-comint-buffer instead.
3058         (gdb-proc): Remove.
3059         (def-gdb-var): Simplify.
3060         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
3061         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
3062         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
3063         (gdb-info-locals-handler): Avoid replace-regexp.
3065         * calendar/calendar.el (facemenu-unlisted-faces): Only update
3066         after facemenu is loaded.
3067         (calendar-font-lock-keywords): Accept non-ASCII month names.
3068         Use regexp-opt.
3070         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
3071         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
3072         (gdba): Call `gdb' and then make modifications.
3073         Always call gdb-clear-inferior-io rather than just "the first time".
3074         (gud-break, gud-remove): Definitions moved to inside gdba.
3075         (gdb-target-name): Remove.  Use gud-target-name instead.
3076         (gdba-complete-filter, gdba-common-init): Remove.
3077         The changes were integrated into the generic code.
3079         * gud.el: Use match-string.
3080         (gud-menu-map): Re-fix gdb-running to gud-running.
3081         Activate up/down and finish for pdb.
3082         (gud-def): Use backquotes.
3083         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
3084         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
3085         (gud-gdb-complete-break, gud-gdb-complete-list):
3086         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
3087         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
3088         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
3089         Add a `filter' argument and run it on `string'.
3090         (gud-gdb-run-command-fetch-lines): Use it instead of
3091         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
3092         Return the fetched lines.
3093         (gud-gdb-complete-command): Use it instead of cooking up
3094         something by hand using gud-gdb-complete-filter.
3095         (gud-gdb-get-stackframe): Use the new calling convention of
3096         gud-gdb-run-command-fetch-lines.
3097         (gud-gdb-fetched-stack-frame-list): Remove.
3098         (gud-gdb-speedbar-stack-filter): Remove.
3099         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
3100         (gud-bashdb-command-name): Add "--debugger" argument here.
3101         (bashdb): Use default gud-find-file and don't bother with
3102         a massage-args function now that --debugger is make explicit.
3103         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
3104         (bashdb): Don't provide.
3105         (gud-target-name): New var.
3106         (gud-common-init): Set it.
3107         Also reset gud-running and gud-last-last-frame.
3109 2002-12-05  Dave Love  <fx@gnu.org>
3111         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
3112         mule-utf-16-le, mule-utf-16-be.
3114 2002-12-05  Richard M. Stallman  <rms@gnu.org>
3116         * textmodes/outline.el (outline-mode): Doc fix.
3118 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3120         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
3122 2002-12-05  Kenichi Handa  <handa@m17n.org>
3124         * international/titdic-cnv.el (quail-misc-package-ext-info):
3125         Remove duplicate entry for chinese-b5-quick.
3126         (batch-miscdic-convert): Don't try to call miscdic-convert on
3127         files in the directory just following the arg "-dir".
3129 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
3131         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
3132         corresponding defvar.
3133         (gdb-inferior-io-mode-map): New var.
3134         Add bindings to it rather than to comint-mode-map.
3135         (gdb-display-number-end): Use dolist.  Remove always-true test.
3136         (gdb-delete-line): Move and simplify.
3137         (gdb-display-end): Don't bother going to beg-of-line since we're there.
3138         (gdb-array-format1): Use dolist.
3139         (gdb-make-windows-menu, gdb-make-frames-menu):
3140         Move to top-level code.  Move the menus to within the GUD menu.
3141         Make the menus only appear in gdba mode.
3143         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
3144         (gdb-inferior-io-mode): Use define-minor-mode.
3145         (gdb-source-info): Don't burp if there's no source file.
3146         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
3147         (gdb-inferior-io-stop, gdb-inferior-io-eof)
3148         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
3149         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
3150         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
3151         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
3152         (gdb-display-display-buffer, gdb-frame-display-buffer)
3153         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
3154         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3155         Remove the spurious left over arg from the "big reorg".
3157 2002-12-04  Richard M. Stallman  <rms@gnu.org>
3159         * gud.el (gud-menu-map): Update for bashdb.
3160         (perldb): Change prompt regexp.
3161         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
3162         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
3164         * progmodes/cc-vars.el: Simply require wid-edit and custom
3165         in eval-when-compile.
3167         * progmodes/cc-menus.el: Don't require imenu.
3169         * progmodes/cc-langs.el: Don't require cl.
3170         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
3172         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
3173         Add an else-clause to the if to avoid confused compiler warning.
3175         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
3177 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3179         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
3181         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
3182         Update gdb-running -> gud-running.
3183         (gdba): Use the default for gud-find-file.
3184         (def-gdb-variable): Remove: fold into def-gdb-var.
3185         (def-gdb-var): Use buffer-local-value and with-current-buffer.
3187         * gud.el (gud-running): Rename from gdb-running.  Update uses.
3188         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
3189         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
3190         which fails if tool-bar.el is loaded in the mean time.
3191         (gud-file-name): New fun.
3192         (gud-find-file): Use it as default value for gud-find-file.
3193         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
3194         on gud-find-file.
3195         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
3196         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
3197         (gud-pdb-find-file, gud-jdb-find-file): Remove.
3198         (gud-query-cmdline): Don't stuff the whole cwd in the command.
3199         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
3200         (gud-mipsdbx-massage-args): Remove.
3201         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
3202         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
3203         (gud-jdb-command-name): New var.
3204         (gud-common-init): Re-instate RMS code of 11/13.
3206 2002-12-03  Dave Love  <fx@gnu.org>
3208         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
3209         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
3210         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
3212 2002-12-03  Andreas Schwab  <schwab@suse.de>
3214         * cus-edit.el (custom-display): Add checkbox for type mac.
3216         * whitespace.el (whitespace-highlight-face): Fix face spec.
3218 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3220         * simple.el (completion-setup-function): Fix last change to use
3221         minibuffer-completing-file-name instead.
3223         * add-log.el (change-log-mode): Set indent-line-function explicitly
3224         to what it was before indent-line-function's default was changed.
3226 2002-12-02  Richard M. Stallman  <rms@gnu.org>
3228         * textmodes/ispell.el (ispell-dict-map): Move specific
3229         dictionary selection into a submenu.
3231         * textmodes/fill.el (fill-indent-to-left-margin): New function.
3232         (fill-newline, fill-region-as-paragraph): Use that.
3234         * simple.el (completion-setup-function):
3235         Handle ffap-read-file-or-url-internal specially like
3236         read-file-name-internal.
3238 2002-12-02  Simon Marshall  <marshals@perth>
3240         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
3242 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
3244         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
3245         more make keywords:  defined, endef, override, export, unexport
3246         and vpath.
3248 2002-12-02  Dave Love  <fx@gnu.org>
3250         * autoarg.el (autoarg-kp-mode): Give it a :group.
3252 2002-12-02  Noah Friedman  <friedman@splode.com>
3254         * complete.el (PC-do-completion): Do not add wildcards to pattern
3255         unless filename is non-nil.
3257 2002-12-02  Andreas Schwab  <schwab@suse.de>
3259         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
3261         * paren.el (show-paren-mismatch-face): Fix face spec.
3263 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
3265         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
3266         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
3268         * tooltip.el (tooltip-gud-process-output): Handle annotations that
3269         are output with gdba in gdb-ui.el.
3270         (tooltip-strip-annotations): New function.
3272 2002-12-29  Dave Love  <fx@gnu.org>
3274         * autoarg.el (autoarg-mode): Give it a :group.
3276 2002-11-29  Bill Wohler  <wohler@newt.com>
3278         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3279         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
3280         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
3281         version 7.0.
3283         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
3284         searches and speedbar support in MH-E version 7.0.
3286         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
3287         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
3288         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
3289         MH-E version 7.0.
3291 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
3293         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
3295 2002-11-29  Richard M. Stallman  <rms@gnu.org>
3297         * mail/rmail.el (rmail-convert-to-babyl-format):
3298         Make search for message delimiter case-sensitive.
3300         * simple.el (yank-window-start): New variable.
3301         (yank): Record yank-window-start
3302         (yank-pop): Use yank-window-start.
3304         * info.el (Info-additional-directory-list): Doc fix.
3306         * indent.el (indent-according-to-mode, indent-region): Doc fix.
3308         * tooltip.el (tooltip-gud-tips-p): Doc fix.
3310         * eshell/em-script.el: Require eshell.
3312         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
3314 2002-11-29  Kim F. Storm  <storm@cua.dk>
3316         * mwheel.el: Avoid accidental yanking of text while scrolling with
3317         the mouse wheel.  This adds a short period after each mouse wheel
3318         scroll event where a click on the mouse wheel button is ignored.
3319         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
3320         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
3321         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
3322         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
3323         Start mwheel-inhibit-click-event-timer with timeout handler
3324         mwheel-inhibit-click-timeout.
3326 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
3328         * tooltip.el (tooltip-gud-tips-setup): Remove.
3329         (tooltip-gud-debugger): Remove.
3330         (tooltip-gud-print-command): Use gud-minor mode instead of
3331         tooltip-gud-tips-setup and tooltip-gud-debugger.
3333         * gdb-ui.el (gdb-starting): Set gdb-running to t.
3334         (gdb-stopped): Set gdb-running to nil.
3335         (gdb-quit): Reset some variables including tool-bar-map.
3337         * gud.el (gdb-running): New variable.
3338         (gud-menu-map): Use gdb-running to grey out toolbar buttons
3339         with gdba in gdb-ui.el.
3340         (gud-tool-bar-map): Move to avoid byte compiler warning.
3342 2002-11-27  Jason Rumney  <jasonr@gnu.org>
3344         * files.el (file-truename): Canonicalize non-existent names on w32.
3346 2002-11-28  Kim F. Storm  <storm@cua.dk>
3348         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
3349         check (featurep 'xemacs) instead.
3350         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
3352 2002-11-27  Dave Love  <fx@gnu.org>
3354         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
3355         forms' block to top (before uses).
3356         (help-fns): Don't require at top level.  (Recursively.)
3357         (cl-transform-lambda): Require help-fns.
3359 2002-11-26  Dave Love  <fx@gnu.org>
3361         * language/european.el (encode-mac-roman): Deal with unencodable
3362         characters.
3364         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
3365         (ccl-encode-alternativnyj): Deal with unencodable characters.
3367         * international/code-pages.el (cp-make-coding-system): Deal with
3368         unencodable characters.
3370 2002-11-24  Richard M. Stallman  <rms@gnu.org>
3372         * mail/sendmail.el (mail-signature): Handle case where
3373         value of mail-signature is a string.
3375         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
3377         * faces.el (face-set-after-frame-default): Ignore errors
3378         in face-spec-face-set.
3380         * cus-face.el (custom-declare-face): Add face-defface-spec
3381         prop after applying the face spec.
3383 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
3385         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
3386         print command for gdb to keep it out of the command history.
3388         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
3389         code to allow only one gdb process.
3391 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
3393         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
3394         place.  Add groups.
3396 2002-11-22  Simon Marshall  <marshals@perth>
3398         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
3400 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
3402         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
3404 2002-11-20  Simon Josefsson  <jas@extundo.com>
3406         * play/morse.el (morse-code): Add non-ASCII characters, according
3407         to table at http://www.soton.ac.uk/~scp93ch/morse/.
3409 2002-11-21  Richard M. Stallman  <rms@gnu.org>
3411         * dired.el (dired-sort-inhibit): New variable.
3412         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
3414         * find-dired.el (find-dired): Set dired-sort-inhibit to t
3415         buffer-locally.
3417 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
3419         * progmodes/sql.el: Added LINTER support.
3420         (sql-linter-program): New variable.
3421         (sql-linter-options): New variable.
3422         (sql-mode-menu): Added Linter keywords.
3423         (sql-mode-linter-font-lock-keywords): New variable.
3424         (sql-highlight-linter-keywords): New function.
3425         (sql-linter): New function.
3426         (sql-ms-options): New variable.
3427         (sql-ms): Use it.
3429 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
3431         * ibuffer.el (ibuffer-formats): Change default value; bump width
3432         of size column in first format to 7.
3434 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
3436         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
3437         load-history since `defvar' now uses this format.
3439         * custom.el (custom-declare-variable): Use push.
3440         Use the (defvar . <sym>) format in load-history like `defvar' does.
3442         * subr.el (symbol-file): Accept a non-atomic `function' arg.
3443         (with-local-quit): Add debug and indentation info.
3445 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
3447         * subr.el (symbol-file): Remove unused variable `functions'.
3449 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
3451         * Makefile.in (setwins_almost): Renamed from finder_setwins.
3452         (custom-deps): Use it.
3453         (finder-data): Adjust to that name change.
3455 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3457         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3458         Turn errors into messages so they don't get ignored.
3459         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
3460         (eldoc-beginning-of-sexp): Simplify.
3461         (eldoc-function-arglist): Remove.
3462         (eldoc-function-argstring): Use help-function-arglist instead.
3463         (eldoc-function-argstring-from-docstring-method-table)
3464         (eldoc-function-argstring-from-docstring): Remove.
3466         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
3468 2002-11-19  Dave Love  <fx@gnu.org>
3470         * emacs-lisp/bytecomp.el (maphash, map-char-table):
3471         Use byte-compile-funarg.
3473         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
3475 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
3477         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
3478         members here rather than with custom-add-to-group.  This is the
3479         intended way of using defgroup and also lets
3480         custom-make-dependencies do its job.
3481         (defgroup vhdl-highlight-faces): Ditto.
3483         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
3484         Previous group name shadow is used in shadowfile.el.
3485         (shadows-compare-text-p): Use group lisp-shadow.
3487 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3489         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
3491 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
3493         * register.el (describe-register-1): Don't assign to val the value
3494         returned by `remove-list-of-text-properties'.
3496 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3498         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
3499         Grok month numbers, too.
3501 2002-11-18  Juanma Barranquero  <lektu@terra.es>
3503         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
3505 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
3507         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
3509         * textmodes/refill.el (defgroup refill): New group.
3511         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
3513         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
3515         * textmodes/paragraphs.el (use-hard-newlines): Add group.
3517         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
3518         (compilation-minor-mode): Add group.
3520         * reveal.el (global-reveal-mode): Add group.
3522         * bookmark.el (bookmark-menu-length): Fix group name.
3524 2002-11-17  Richard M. Stallman  <rms@gnu.org>
3526         * mail/rmail.el (rmail-ignored-headers): Add more headers.
3528         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
3529         (parse-time-val): Var renamed from `val'.  All uses changed.
3531         * files.el (parse-time-rules): Mark it as risky.
3533         * finder.el (finder-commentary): Use buffer *Finder-package*.
3535         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
3537         * simple.el (indicate-unused-lines)
3538         (default-indicate-unused-lines): New variable aliases.
3540 2002-11-18  Kenichi Handa  <handa@m17n.org>
3542         * progmodes/cc-vars.el: Undo previous change.
3544 2002-11-18  Kenichi Handa  <handa@m17n.org>
3546         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
3548         * language/european.el (iso-latin-1): Make it safe.
3549         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
3550         (iso-latin-9): Likewise.
3552         * language/greek.el (greek-iso-8bit): Make it safe.
3554         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
3556         * language/lao.el (lao): Make it safe.
3558         * language/thai.el (thai-tis620): Make it safe.
3560 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
3562         * speedbar.el (defgroup speedbar): Use group 'etags instead of
3563         nonexisting group 'tags.
3565         * emacs-lisp/re-builder.el: Add provide call.
3567         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
3568         (feedmail-fiddle-plex-user-list): Fix typo in group name.
3570         * progmodes/make-mode.el (makefile-space-face): Fix group name.
3572         * textmodes/ispell.el (defgroup ispell): Arrange that definition
3573         starts at beginning of line.
3575         * textmodes/table.el (defgroup table-hooks): New group.
3576         (table-cell-map-hook): Fix typo in group name.
3578         * calendar/diary-lib.el (diary-button-face): Add group and version
3579         number.
3581         * warnings.el (defgroup warnings): New group.
3583 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
3585         * emacs-lisp/autoload.el (update-autoloads-from-directories):
3586         Sort the list of files with no autoloads.
3588 2002-11-16  Alan Shutko  <ats@acm.org>
3590         * calendar/diary-lib.el (list-diary-entries): Pass a marker
3591         indicating source of entry to add-to-diary-list.
3592         (diary-button-face, diary-entry, diary-goto-entry): New, to
3593         support click to diary file.
3594         (fancy-diary-display): Buttonize diary entries.
3595         (list-sexp-diary-entries): Pass a marker indicating source of
3596         entry to add-to-diary-list.
3597         (diary-date): Return mark as well as entry.
3599         * calendar/calendar.el (diary-face): New.
3600         (european-calendar-display-form, describe-calendar-mode)
3601         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
3602         (calendar-make-alist): New.
3603         (calendar-mode): Set up font-lock mode.
3604         (generate-calendar-window): Fontify if font-lock-mode is on.
3606 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
3608         * international/codepage.el (cp866-decode-table): Fix the
3609         translation table.
3611 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3613         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
3614         caused existing function definitions to be overridden by
3615         phonies when the bytecomp environment is restored.
3617 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
3619         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
3620         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
3621         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
3622         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
3623         Icons for debugger (pbm files).
3625 2002-11-15  Richard M. Stallman  <rms@gnu.org>
3627         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
3629 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
3631         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
3632         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
3633         (ibuffer-mode-hooks): Remove spurious defvar.
3634         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
3635         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
3636         `ibuffer-mode-hooks'.
3638 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
3640         * mail/rmailedit.el: Add provide call.
3642         * play/bruce.el: Add provide call.
3644         * emacs-lisp/gulp.el: Add provide call.
3646 2002-11-14  Richard M. Stallman  <rms@gnu.org>
3648         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
3650 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
3652         * custom.el (custom-declare-group): Remove unnecessary line of code.
3654         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
3656 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3658         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
3659         at end of diary file.
3661 2002-11-14  Kim F. Storm  <storm@cua.dk>
3663         * files.el (mode-name): Mark it as risky-local-variable like the
3664         other mode-line elements (moved from bindings.el).
3666         * bindings.el (mode-name): Moved mark as risky-local-variable to
3667         files.el.
3669 2002-11-14  Juanma Barranquero  <lektu@terra.es>
3671         * gud.el: Fix feature name in `provide'.
3673         * gdb-ui.el: Fix feature name in `require'.
3675 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3677         * progmodes/etags.el (find-tag-default): Copy text at point without
3678         properties.
3680 2002-11-14  Kenichi Handa  <handa@m17n.org>
3682         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
3684 2002-11-14  Kim F. Storm  <storm@cua.dk>
3686         * textmodes/fill.el (fill-nobreak-invisible): New var.
3687         (fill-nobreak-p): Test it; return t if set and point invisible.
3688         (fill-newline): Test it; remove invisible prop on newline if set.
3690         * info.el (Info-fontify-node): New local list paragraph-markers.
3691         Record markers for mangled *note references on that list.
3692         When done, go back through those markers and fill each mangled
3693         paragraph with `fill-nobreak-invisible' let-bound to t.
3694         Don't use `display' property; insert "see" directly in buffer.
3696 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
3698         * gdb-ui.el: New file, User Interface for running GDB
3700         * gud.el:(gud-find-file): Set up GDB tool bar.
3701         (gud-menu-map): New commands: run, goto.
3702         Enable some commands for gdba.
3703         (gud-query-cmdline): Pass default directory to gdba.
3704         (gdb): Defune gud-goto and gud-run.
3705         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
3706         (gud-mode): Set up local tool bar.
3707         (gud-display-line): For gdba, call gdb-display-source-buffer.
3708         (gud-basic-call): For gdba, maybe delete the current prompt.
3709         (gud-tool-bar-map): New variable.
3710         (gud-read-address): Correction.
3712         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
3713         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
3714         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
3715         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
3716         Icons for debugger.
3718 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
3720         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
3722 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
3724         * vc-rcs.el (vc-rcs-registered): Improve comment.
3726         * vc-sccs.el (vc-sccs-registered): Improve comment.
3728 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
3730         * progmodes/compile.el (compilation-error-regexp-alist):
3731         Don't include colon and space after a file name as part of the name.
3733 2002-11-13  Richard M. Stallman  <rms@gnu.org>
3735         * gud.el (gdb): Undo 10-26 change.
3737 2002-11-13  Kenichi Handa  <handa@m17n.org>
3739         * replace.el (occur-engine): Set buffer-file-coding-system of
3740         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
3742 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
3744         * custom.el (custom-handle-all-keywords): Fix arg passed to
3745         custom-add-to-group.
3747 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
3749         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
3750         (cvs-minor-mode-map): Add e binding in log-view-mode.
3752         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
3753         (perl-indent-line): Look at the open-paren to indent a close-paren.
3754         (perl-calculate-indent): Try to better indent args after hanging paren.
3755         Remove special code for open-paren-in-column-0.
3757         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
3758         (sgml-name-char): Use it.
3759         (sgml-tag-last, sgml-tag-history): New vars.
3760         (sgml-tag): Use them.
3761         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
3762         (sgml-delete-tag): Remove resulting empty lines.
3763         (sgml-tag) <symbol-plist>: Don't make intangible.
3764         (sgml-parse-tag-backward): Add limit argument.
3765         (html-autoview-mode): Use define-minor-mode.
3767 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
3769         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
3770         that the definition is found by `find-function-search-for-symbol'
3771         and etags.
3773         * vc-sccs.el (vc-sccs-registered): Ditto.
3775         * emulation/edt.el (defgroup edt): Arrange that definition starts
3776         at beginning of line.
3778         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
3780         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
3781         Remove autoload cookie.
3783         * newcomment.el (defgroup comment): Remove autoload cookie.
3785 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
3787         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3788         Declare with defvar, not with defcustom.
3790         * cus-dep.el: Don't require 'autoload.
3791         (custom-make-dependencies): Handle :version also for autoloaded
3792         options.
3794         * winner.el (defgroup winner): Arrange that definition starts at
3795         beginning of line.
3797         * emulation/edt.el: Simplify Emacs 19 compatibility.
3799 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
3801         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
3802         escape any format-like sequences it could contain.
3804 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3806         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
3808 2002-11-11  Juanma Barranquero  <lektu@terra.es>
3810         * bindings.el (mode-name): Mark it as risky-local-variable.
3812 2002-11-09  Dave Love  <fx@gnu.org>
3814         * international/mule-cmds.el (current-language-environment):
3815         Fix :type.
3817         * international/ucs-tables.el: Revert to using
3818         translation-table-for-input instead of keyboard-translate-table.
3820         * international/quail.el (quail-input-string-to-events):
3821         Revert last change.
3823         * simple.el (quoted-insert): Bind translation-table-for-input,
3824         not keyboard-translate-table.
3826 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
3828         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
3830         * complete.el (PC-do-completion): Make partial-completion work
3831         with incomplete directory names.
3833         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
3834         standard-latex-block-names.
3835         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
3836         and renewtheorem.  Highlight \it and \bf separately since they
3837         may overlap.
3838         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
3839         (tex-font-lock-keywords-3, tex-verbatim-environments)
3840         (tex-font-lock-syntactic-keywords): New vars.
3841         (superscript, subscript, tex-verbatim-face): New faces.
3842         (tex-font-lock-syntactic-face-function): Handle \verb construct.
3843         (tex-common-initialization): Update font-lock-defaults setting.
3844         (tex-insert-braces): Make it into a skeleton.
3845         (latex-fill-nobreak-predicate): Don't break after \.
3846         (latex-insert-block): Rename from tex-latex-block.
3847         (latex-down-list): Use tex-mode-syntax-table when skipping parens
3848         rather than the indentation syntax-table.
3849         (latex-close-block): Rename from tex-close-latex-block.
3850         (latex-split-block): New fun.
3851         (latex-indent): Don't indent inside a verbatim block.
3852         (latex-find-indent): Stick \begin{verbatim} to the margin.
3854 2002-11-08  John Wiegley  <johnw@gnu.org>
3856         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
3857         well as memq to find `global-mode-string' within
3858         `mode-line-format'.  The structure of that variable has changed in
3859         21.3.
3861 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
3863         * format.el (format-decode): Be careful with the order in `format'.
3865         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
3867         * eshell/em-glob.el: Require esh-util.
3868         (eshell-glob-initialize): Don't assume
3869         eshell-special-chars-outside-quoting is available.
3871         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
3872         a paragraph starter when filling non-comments.
3873         (fill-comment-paragraph): Don't narrow while doing the fill.
3874         Recognize paragraph starters and separators within comments.
3875         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
3877         * progmodes/compile.el (grep-default-command): New fun.
3878         (grep): Use it.
3879         (compilation-menu-map): New var.
3880         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
3881         (compilation-mode-map): Simplify.
3882         (compilation-shell-minor-mode, compilation-minor-mode):
3883         Use define-minor-mode.
3885         * elide-head.el (elide-head): Don't make intangible.
3887         * help.el (where-is): Rename map to defs (a list of syms is not a map).
3888         Test fboundp first, to speed things up.  Use push.
3890         * isearch.el (isearch-hidden): New var.
3891         (isearch-search-and-update): Test it.
3892         (isearch-range-invisible): Set it.
3894         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
3895         paragraph-separate, comment-column, and fill-paragraph-function.
3896         Simplify outline-regexp.
3897         (tcl-do-fill-paragraph): Remove.
3899 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
3901         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
3903         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
3904         Definition moved down.
3905         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
3906         Do not declare :get property.
3907         (grep-use-null-device): Fix type.  Do not declare :get property.
3909         * emacs-lisp/checkdoc.el (checkdoc-find-error):
3910         Use get-file-buffer instead of get-buffer.
3912         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
3913         cus-load.el.
3915 2002-11-07  Juanma Barranquero  <lektu@terra.es>
3917         * help.el (where-is): Report also aliases of the passed command.
3919 2002-11-06  Dave Love  <fx@gnu.org>
3921         * simple.el (quoted-insert): Bind keyboard-translate-table around
3922         read-char.
3924         * international/ucs-tables.el: Use keyboard-translate-table coding
3925         system property, not translation-table-for-input, for
3926         vietnamese-viscii & al.
3927         (translation-table-for-input): Set,
3928         don't defvar, and make permanent-local.
3929         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
3930         set-buffer-major-mode-hook, not quail-activate-hook.
3931         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
3932         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
3933         Setup keyboard-translate-table, not translation-table-for-input.
3934         Modify set-buffer-major-mode-hook, not quail-activate-hook.
3935         (ucs-fragment-8859): Don't use translation-table-for-input coding
3936         system property.
3937         (ucs-quail-activate): Deleted.
3938         (ucs-set-table-for-input): New.
3939         (ucs-minibuffer-setup): Use it.
3941         * international/quail.el (quail-input-string-to-events):
3942         Use keyboard-translate-table, not translation-table-for-input.
3944         * files.el (normal-mode): Call ucs-set-table-for-input.
3946         * international/mule.el (set-buffer-file-coding-system):
3947         Call ucs-set-table-for-input.
3949 2002-11-06  Richard M. Stallman  <rms@gnu.org>
3951         * replace.el (query-replace, query-replace-regexp): Doc fixes.
3953         * emacs-lisp/bytecomp.el (byte-compile-lambda):
3954         Handle progn like let, inside interactive spec.
3956         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
3957         Initialize to a suitable sexp.
3958         (tex-view): Evaluate tex-dvi-view-command and use the value.
3960 2002-11-06  Kenichi Handa  <handa@m17n.org>
3962         * international/mule.el (coding-system-eol-type-mnemonic):
3963         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
3965 2002-11-06  Kim F. Storm  <storm@cua.dk>
3967         * info.el (Info-fontify-node): Fixed hiding of *note references
3968         with embedded file names like (xxx.yyy).
3969         Avoid making any lines visibly longer if hiding newlines inside
3970         note references by wrapping line after references if it contained
3971         a newline (unfortunaly this makes more lines appear "shorter").
3972         Properly reindent multi-line menu entry descriptions.
3974 2002-11-05  Juanma Barranquero  <lektu@terra.es>
3976         * language/cyrillic.el ("Bulgarian"): Fix typo.
3978         * international/mule.el (coding-system-eol-type-mnemonic):
3979         Move from mule-util.el.
3981         * international/mule-util.el (coding-system-eol-type-mnemonic):
3982         Move to mule.el.
3984 2002-11-04  Juanma Barranquero  <lektu@terra.es>
3986         * files.el (find-buffer-visiting): Accept new optional PREDICATE
3987         argument to return only a buffer that satisfies the predicate.
3988         (insert-file-1): New function.
3989         (insert-file-literally): Use it.
3990         (insert-file): Use it.
3992 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
3994         * desktop.el (desktop-relative-file-names): New variable.
3995         (desktop-save): Use it.
3997 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
3999         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
4000         its current version in dired.el.
4002 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4004         * emacs-lisp/autoload.el (generate-file-autoloads)
4005         (update-file-autoloads): Strip .gz and other such extensions.
4006         (update-autoloads-from-directories): Also consider compressed files.
4008         * info.el (Info-streamline-headings): New var.
4009         (Info-dir-remove-duplicates): New fun.
4010         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
4011         (Info-select-node): Simplify handling of Info-header-line.
4012         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
4013         (Info-mode): Set header-line-format once and for all.
4014         (Info-fontify-node): Accept bogus first line with `File:' missing.
4015         Only make first line invisible if Info-use-header-line.
4016         Don't use `intangible': it's evil.  Use inhibit-read-only.
4017         (Info-follow-reference, Info-next-reference, Info-prev-reference)
4018         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
4019         since we don't use intangible any more.
4021         * image.el (insert-image): Don't make intangible since
4022         adjust_point_for_property should be sufficient by default.
4024 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4026         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
4027         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
4028         (fill-paragraph): Use them.
4030         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4031         Use fill-comment-paragraph.
4033 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
4035         * bindings.el (mode-line-change-eol)
4036         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
4037         (mode-line-mule-info): Use them for the EOL part of the modeline.
4039         * server.el (server-sentinel): Kill buffers if applicable.
4040         (server-temp-file-p): Make arg optional.
4041         (server-done): Use it to simplify.
4042         (server-switch-buffer): If server-window is a function, use it.
4044         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
4045         (undigestify-rmail-message): Fix paren-bug and simplify.
4047 2002-11-02  Kim F. Storm  <storm@cua.dk>
4049         * info.el (Info-hide-note-references): nil value now does no
4050         reformatting at all.  New choice 'tag reformats tag but shows
4051         the section reference.
4052         (Info-fontify-node): Use it.
4054 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
4056         * textmodes/tex-mode.el (tex-common-initialization):
4057         comment-start-skip shouldn't match on the next line.
4059         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
4060         Don't bother making paragraph-start a superset of paragraph-separate.
4061         Use line-beginning-position.
4063         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
4064         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
4066 2002-11-01  Kim F. Storm  <storm@cua.dk>
4068         * info.el (Info-hide-note-references): New defcustom.
4069         (Info-fontify-node): Use it.
4071 2002-10-31  Kim F. Storm  <storm@cua.dk>
4073         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
4074         --noediting option; added run-time check to exclude it.
4076         * info.el (Info-follow-reference, Info-next-reference)
4077         (Info-prev-reference, Info-try-follow-nearest-node):
4078         Bind inhibit-point-motion-hooks to t while parsing reference.
4079         (Info-fontify-node): When font-lock-mode is enabled, display
4080         "*note" and "* menu" references in a more user friendly format.
4082 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
4084         * textmodes/fill.el (fill-move-to-break-point): Skip white space
4085         _before_ checking to see if we're hitting the margin.
4086         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
4087         it's now done by the C primitives.  Don't use narrowing.
4088         Reorganize the line-breaking part of the code to simplify the control
4089         flow and make it work in the absence of narrowing.
4090         (fill-region): Don't use narrowing.
4092 2002-10-30  Dave Love  <fx@gnu.org>
4094         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
4095         (po-find-charset): Doc fix.  Remove interactive spec.
4096         (po): Provide.
4097         (po-find-file-coding-system-guts): Re-written to use
4098         coding-system-alist, and code-pages, not codepage stuff.
4100         * term/x-win.el: Remove some ancient compatibility code.
4101         Populate x-keysym-table.
4103 2002-10-30  Andreas Schwab  <schwab@suse.de>
4105         * subr.el (replace-regexp-in-string): Doc fix.
4107 2002-10-29  Dave Love  <fx@gnu.org>
4109         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
4111         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
4113         * international/mule-conf.el: Doc fixes.
4115 2002-10-29  Richard M. Stallman  <rms@gnu.org>
4117         * server.el (server-switch-buffer): Say when no server buffers remain.
4119         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
4121 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
4123         * progmodes/make-mode.el (makefile-warn-continuations):
4124         Call re-search-forward with NOERROR t.
4126 2002-10-29  Kim F. Storm  <storm@cua.dk>
4128         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
4129         incomplete list of matches to be returned.
4131 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
4133         * textmodes/texinfo.el (texinfo-environments): Add environment;
4134         copying, documentdescription, ifplaintext, ifnotplaintext, and
4135         verbatim.
4137         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
4138         (ifplaintext, ifnotplaintext)
4139         (afourpaper, afivepaper, afourlatex, afourwide)
4140         (documentlanguage, documentencoding): New aliases.
4142 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
4144         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
4145         up filter groups menu.  Preserve point unless a menu command has
4146         moved it from point clicked.
4148 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
4150         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
4151         calc-refresh-evaltos appears to need this.
4153 2002-10-28  Dave Love  <fx@gnu.org>
4155         * international/mule-diag.el (non-iso-charset-alist): Move to
4156         avoid compilation warning.
4157         (mule-diag): Provide.
4159         * international/code-pages.el (cp-make-coding-system):
4160         Use utf-translation-table-for-decode, not
4161         utf-8-translation-table-for-decode.
4162         (mule-diag): Require.
4164         * language/thai-util.el (thai-composition-function): Don't use prog1.
4166         * language/lao-util.el (lao-composition-function): Don't use prog1.
4168         * language/european.el (diacritic-composition-function):
4169         Modify confused prog1 form.
4171         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
4172         (quail-keyboard-layout): Customize.
4173         Move after quail-keyboard-layout-alist.
4175 2002-10-28  Miles Bader  <miles@gnu.org>
4177         * progmodes/make-mode.el (makefile-warn-continuations):
4178         Don't barf when there _aren't_ any suspicious continuations.
4180 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
4182         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
4184 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
4186         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
4188 2002-10-27  Andreas Schwab  <schwab@suse.de>
4190         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
4191         end-of-comment syntax.
4193 2002-10-27  Kim F. Storm  <storm@cua.dk>
4195         * ido.el (ido-cannot-complete-command): New defcustom, default to
4196         ido-completion-help (similar to iswitchb-cannot-complete-hook).
4197         (ido-complete): Call value of ido-cannot-complete-command rather
4198         than ido-completion-help when no common completion.
4200 2002-10-27  Dave Love  <fx@gnu.org>
4202         * international/code-pages.el (iso-8859-11): New.
4204 2002-10-27  Kim F. Storm  <storm@cua.dk>
4206         * pcvs.el (cvs-checkout): Use read-directory-name.
4207         (cvs-query-directory): Likewise.
4209 2002-10-26  Richard M. Stallman  <rms@gnu.org>
4211         * progmodes/make-mode.el (makefile-cleanup-continuations):
4212         Default for variable is nil.
4213         (makefile-warn-continuations): New function.
4214         (makefile-mode): Put it on write-file-functions.
4216         * international/mule-cmds.el (select-safe-coding-system):
4217         Delete debugging setq.
4219         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
4220         after looking in ~.
4222         * startup.el (command-line): Look for .emacs under ~/.emacs.d
4223         after looking in ~.
4225         * simple.el (toggle-truncate-lines): When turning off truncation,
4226         clear out the hscroll value in this buffer's windows.
4228         * simple.el (display-message-or-buffer): Don't display empty
4229         output in the echo area.
4231         * man.el (Man-default-man-entry): Don't look for all word chars,
4232         look only for characters that are normally part of a shell command.
4234         * gud.el (gdb): Pass default-directory to GDB via -cd option.
4236         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
4238         * find-file.el (ff-find-related-file): Fix autoload cookie.
4240         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
4241         risky-local-variable-p.
4243         * files.el (risky-local-variable-p): VAL=nil has special meaning.
4245         * Makefile.in (compile-always): Avoid error in old Bash versions.
4247 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
4249         * textmodes/picture.el (picture-mouse-set-point): New command.
4250         (picture-mode-map): Bind it.
4251         (picture-motion-reverse): Doc fix.
4253 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4255         * textmodes/outline.el (outline-next-heading): Make sure the match-data
4256         is really correct where returning.
4258 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
4260         * textmodes/outline.el (outline-minor-mode): Add customization group.
4262 2002-10-23  Richard M. Stallman  <rms@gnu.org>
4264         * files.el (risky-local-variable-p): New arg VAL.
4265         (compile-command): Use `stringp' for `safe-local-variable' prop.
4266         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
4268 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4270         * woman.el (woman-version): Update to 0.551 (beta).
4271         (woman-parse-colon-path): Add support for current Cygwin mount
4272         conventions.
4273         (woman-Cyg-to-Win): New function to convert absolute filename from
4274         Cygwin to Windows form by executing external program cygpath if
4275         possible.
4276         (woman-man.conf-path): Update default to current common locations
4277         and to support Cygwin; update documentation.
4278         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
4279         match possible names of man.conf file; tidy code and documentation.
4280         (woman-manpath): Simplify default and documentation; essentially
4281         move code that was here into `woman-parse-colon-path'.
4282         (woman-default-indent): Change Linux to GNU in documentation.
4283         (woman-addition-face): Make documentation consistent with other
4284         WoMan faces.
4285         (woman-emulate-tbl): New variable, determines whether tbl
4286         emulation is required.
4287         (woman-decode-region): Add check for preprocessor requests.
4288         (woman0-process-escapes, woman-special-characters)
4289         (woman-get-next-char, woman-parse-numeric-value): Add support for
4290         long groff names of the form [xxx].
4291         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
4292         (woman2-PD, woman2-na): Doc fix.
4293         (woman-match-name): New function.
4294         (woman2-TS): New function.
4295         (woman2-TE): New alias for `woman2-fi'.
4297 2002-10-23  Kim F. Storm  <storm@cua.dk>
4299         * ido.el (ido-restrict-to-matches): New command.
4300         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
4302 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
4304         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
4305         multiple redirection can work.
4307 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
4309         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
4310         Don't hardcode point-min == 1.
4312         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
4313         (hexl-mode, hexl-current-address, hexl-address-to-marker)
4314         (hexl-insert-char): Don't hardcode point-min == 1.
4315         (hexl-isearch-search-function): New fun.
4316         (hexl-mode-old-isearch-search-fun-function): New var.
4317         (hexl-mode): Use them.
4318         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
4319         Use write-contents-functions rather then write-contents-hooks.
4321         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
4322         (paragraph-indent-text-mode-abbrev-table)
4323         (paragraph-indent-text-mode-syntax-table): Remove.
4324         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
4326 2002-10-21  Juanma Barranquero  <lektu@terra.es>
4328         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
4329         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
4331 2002-10-20  Andreas Schwab  <schwab@suse.de>
4333         * apropos.el (apropos-group): Use customize-group-other-window.
4335 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
4337         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
4338         to just "/" instead of "/ p".
4339         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
4341 2002-10-18  Juanma Barranquero  <lektu@terra.es>
4343         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
4344         ELSE expression on IF.
4346 2002-10-17  Juanma Barranquero  <lektu@terra.es>
4348         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
4350         * subr.el (remq): Likewise.
4352         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
4354         * vc-hooks.el (vc-insert-file): Likewise.
4356         * vcursor.el (vcursor-other-window): Likewise.
4358         * wid-edit.el (widget-choose): Likewise.
4360         * calendar/diary-lib.el (diary-name-pattern): Likewise.
4362         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
4364         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
4366         * emulation/edt-mapper.el (top-level): Likewise.
4368         * eshell/esh-var.el (eshell/define): Likewise.
4370         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
4371         (feedmail-queue-draft-directory): Likewise.
4373         * net/netrc.el (netrc-parse): Likewise.
4375         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
4377         * progmodes/ebrowse.el (ebrowse-ts)
4378         (ebrowse-view/find-file-and-search-pattern)
4379         (ebrowse-draw-file-member-info): Likewise.
4381         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
4383         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
4385         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
4387         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
4389         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
4391 2002-10-17  Dave Love  <fx@gnu.org>
4393         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
4395         * international/code-pages.el (cp-make-translation-table): Use
4396         ucs-mule-to-mule-unicode.
4397         (cp-fix-safe-chars): Fix typo.
4398         (non-iso-charset-alist): Don't define.
4399         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
4400         Define translation-table-for-input.
4401         (cp866): Reinstate.
4402         (alternativnj): Don't define alias.
4403         (koi8-u): Deleted.
4405         * language/european.el ("Slovenian"): Use slovenian input-method.
4406         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
4408         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
4409         the table.
4410         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
4411         (cp866): Delete this alias.
4412         ("Bulgarian"): Fix the value of `input-method'.
4414 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
4416         * dired-aux.el (dired-add-entry): Put point in correct position
4417         before inserting marker char.
4419 2002-10-16  Andreas Schwab  <schwab@suse.de>
4421         * dired.el (dired-readin-insert): Expand dired-directory.
4423         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
4425 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
4427         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
4428         reftex.el.  Move the provide call to end of file.
4430         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
4432 2002-10-15  Dave Love  <fx@gnu.org>
4434         * man.el (Man-getpage-in-background): Set width in environment.
4436 2002-10-15  Kenichi Handa  <handa@m17n.org>
4438         * mail/sendmail.el (sendmail-send-it): Call
4439         select-message-coding-system before changing the current bufer to
4440         " sendmail temp".
4442 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
4444         * files.el (insert-directory): Handle //SUBDIRED// lines in
4445         recursive listings from ls --dired.
4447         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
4448         properties correctly now.
4450 2002-10-14  Juanma Barranquero  <lektu@terra.es>
4452         * international/mule.el (set-selection-coding-system): Fix spacing.
4454 2002-10-13  Richard M. Stallman  <rms@gnu.org>
4456         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4457         Treat `ignore' specially--prevent warnings about functions
4458         called for effect, in its args.
4459         Don't warn when `pop' is used for effect.
4461         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
4463         * uniquify.el (uniquify-get-proposed-name):
4464         Don't use directory-sep-char.
4466         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
4468         * find-file.el (ff-related-file-alist): New alias.
4469         (ff-find-related-file): New alias.
4471 2002-10-13  Andreas Schwab  <schwab@suse.de>
4473         * dired.el (dired-insert-directory): When looking for existing
4474         indentation, goto OPOINT instead of beginning of buffer.
4476 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
4478         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
4480 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
4482         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
4484         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
4486         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
4487         frame from frame of selected window.
4488         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
4489         changing selected windows.
4490         (ediff-setup-control-frame): Make sure auto-rase is properly set for
4491         the control frame.
4493 2002-10-10  Simon Josefsson  <jas@extundo.com>
4495         * browse-url.el (browse-url-mozilla): Doc fix.
4497 2002-10-10  Steve Youngs  <youngs@xemacs.org>
4499         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
4500         (browse-url-mozilla): Use it.
4502 2002-10-11  Miles Bader  <miles@gnu.org>
4504         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
4505         files contains an invalid timestamp.
4507 2002-10-11  Simon Josefsson  <jas@extundo.com>
4509         * mail/sendmail.el (mail-envelope-from): New option `header' to
4510         use RFC 2822 From: header as the envelope address.
4511         (mail-envelope-from): New function, this should be used instead of
4512         looking at the `mail-envelope-from' variable.
4513         (sendmail-send-it): Use it.
4515         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
4517 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
4519         * dired.el (dired-insert-directory): Fix check for indentation
4520         from ls --dired.
4522         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
4523         properties from the reformatted line.
4525 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4527         * textmodes/paragraphs.el (forward-paragraph): Keep track of
4528         remaining paragraphs to skip more carefully.
4530         * add-log.el (add-change-log-entry): Don't call find-file at all
4531         if we're already in the proper buffer.
4532         (change-log-resolve-conflict): New fun.
4533         (change-log-mode): Use it and use define-derived-mode.
4534         (change-log-merge): Allow other-log to be a buffer.
4535         Don't add a \n if there are already enough \n's.
4537         * finder-inf.el, subdirs.el, cus-load.el: Remove.
4539         * finder.el ("finder-inf"): Don't fail if the file is absent.
4541         * cus-dep.el (custom-make-dependencies): Don't use find-file.
4542         Use feature names rather than file names if applicable.
4544         * cus-edit.el (customize-mode): New command.
4546         * custom.el (custom-group-of-mode): New fun.
4547         (custom-load-symbol): Don't use preloaded-file-list now that
4548         load-history is always complete.  Don't look up the expanded file
4549         name in load-history (looked like an XEmacsism).
4551         * smerge-mode.el (smerge-ediff): Autoload.
4552         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
4553         (smerge-resolve-function): New var.
4554         (smerge-resolve): New command.
4555         (smerge-basic-map): Bind it.
4557 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
4559         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
4560         CVS/Entries, rather than comparing it textually.
4562 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
4564         * international/encoded-kb.el: Add `provide' call.
4566 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
4568         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
4569         ln(-1) should be i*pi, not pi.
4571 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
4573         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
4574         instead of require to avoid loops when loaddefs.el is loaded after
4575         vc-cvs.el.
4577         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
4578         (Custom-reset-saved): Don't test for saved-value.
4580 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
4582         * vc.el (vc-find-version): Use the new backend op `find-version'.
4583         (vc-default-find-version): Provide the new backend op `find-version'
4584         in terms of the old `checkout' op.
4586         * vc-rcs.el (vc-rcs-find-version): New fun.
4587         (vc-rcs-checkout): Remove `workfile' arg and simplify.
4589         * vc-sccs.el (vc-sccs-find-version): New fun.
4590         (vc-sccs-checkout): Remove `workfile' arg and simplify.
4592         * vc-cvs.el (vc-cvs-find-version): New fun.
4594 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
4596         * info.el (Info-next-menu-item, Info-last-menu-item)
4597         (info-emacs-manual): Add docstrings.
4598         (Info-index): Use `string-to-number' instead of `string-to-int'.
4600 2002-10-08  Kenichi Handa  <handa@m17n.org>
4602         * international/ucs-tables.el (ucs-translation-table-for-decode):
4603         Define it as a translation-table.
4605 2002-10-07  Richard M. Stallman  <rms@gnu.org>
4607         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4609         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
4610         properties of the variables being initialized.
4612         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
4614 2002-10-07  Kim F. Storm  <storm@cua.dk>
4616         * emulation/cua-base.el (cua-normal-cursor-color):
4617         Fixed initialization to make "Erase Customization" work.
4619 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
4621         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
4622         in case some other package redefined it.
4623         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
4625         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
4626         forward-paragraph to make sure its return value is meaningful.
4628 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4630         * net/tramp.el: Version 2.0.25 released.
4631         (tramp-handle-file-truename): If it's a directory,
4632         append slash only if result doesn't end in a slash already.
4633         (tramp-handle-file-truename): Restructure logic.  If list of steps
4634         is nil, return "/" as the real name.
4635         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
4636         `match-string' doesn't make sense.  From Michael Albinus.
4637         (tramp-host-with-port-regexp): New defcustom. Equal to previous
4638         `tramp-host-regexp'.  From Michael Albinus.
4639         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
4640         scanning files like .rhosts would take comments as host names.
4641         From Michael Albinus.
4642         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
4643         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
4644         From Michael Albinus.
4645         (tramp-action-terminal): New function.
4646         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
4647         (tramp-actions-before-shell): Use them.
4648         (tramp-handle-shell-command): Logic error.  From Ivan
4649         Zakharyaschev <imz@altlinux.org>.
4651 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
4653         * thingatpt.el (thing-at-point-uri-schemes): New variable.
4654         (thing-at-point-url-regexp): Use it.
4656 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
4658         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
4659         loops.
4661 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
4663         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
4664         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
4665         (vc-print-log): Don't check log-view-mode.
4666         (vc-default-show-log-entry): Don't check log-view-goto-rev.
4667         (vc-log-mode): Remove.
4668         (vc-log-edit): Don't check log-edit.
4670 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
4672         * vc-cvs.el (vc-cvs-show-log-entry):
4673         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
4675         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
4677 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
4679         * vc.el (vc-default-show-log-entry): Fix typo.
4681 2002-10-04  Steven Tamm  <steventamm@mac.com>
4683         * term/mac-win.el: Add lines to handle the new [return] event.
4685 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
4687         * textmodes/fill.el (fill-paragraph): Give up if there's no
4688         paragraph at or after point.
4690         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
4692         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
4693         (vc-default-show-log-entry): New fun.
4695         * subr.el (read-key-auxiliary-map, read-key): Remove.
4696         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
4698 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
4700         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
4701         menu pseudo-keys generated by easymenu which are lowercase in
4702         Emacs 21.4.
4704         * progmodes/ada-xref.el
4705         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
4707 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
4709         * frame.el (delete-frame-hook): Variable alias for
4710         `delete-frame-functions'.  Mark obsolete.
4712 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
4714         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
4715         (outline-5, outline-6, outline-7, outline-8): New faces.
4716         (outline-font-lock-faces, outline-font-lock-levels): New vars.
4717         (outline-font-lock-face): New fun.
4718         (outline-font-lock-keywords): Use it.
4719         (outline-font-lock-level): Remove.
4720         (outline-mode, outline-next-preface, outline-next-heading)
4721         (outline-previous-heading, outline-next-visible-heading):
4722         Use shy group.
4723         (outline-level) <var>: Update calling convention.
4724         (outline-level) <fun>: Take advantage of it.
4725         (outline-demote): Don't assume the match-data is still uptodate.
4726         (outline-up-heading): Simplify and make sure the match data is
4727         properly set at the end.
4729 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
4731         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
4732         nconc.
4734         * startup.el (normal-top-level): Reset standard-value property of
4735         `user-full-name' here.
4737 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
4739         * wid-edit.el (widget-default-get): Change to return external
4740         value.
4741         (widget-choice-action): Update caller.
4742         (widget-editable-list-entry-create): Update caller.
4744         * wid-edit.el (widget-types-copy): New function.
4745         (default): Added :copy keyword.
4746         (menu-choice): Ditto.
4747         (checklist): Ditto.
4748         (radio-button-choice): Ditto.
4749         (editable-list): Ditto.
4750         (group): Ditto.
4751         (widget-copy): New function.
4752         (widget-create-child): Use it.
4753         (widget-create-child-value): Use it.
4755 2002-10-01  Bill Wohler  <wohler@newt.com>
4757         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4758         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4759         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
4760         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
4761         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
4762         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
4763         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
4764         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
4765         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
4766         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
4767         There were no user-visible changes in 6.1.1 from 6.1--only the
4768         section of the Makefile that installs the files into Emacs was changed.
4770 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
4772         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
4773         works when font-lock is turned off.
4775         * jit-lock.el (jit-lock-fontify-now): Don't widen.
4776         Let the jit-lock-functions do it if they want to.
4778 2002-10-01  Juanma Barranquero  <lektu@terra.es>
4780         * eshell/esh-module.el (eshell-load-defgroups):
4781         Add "no-byte-compile: t" to subdirs.el.
4783         * makefile.w32-in (update-subdirs-CMD): Likewise.
4785         * forms-d2.el:
4786         * forms-pass.el:
4787         * generic-x.el:
4788         * patcomp.el:
4789         * paths.el:
4790         * version.el:
4791         * international/mule-conf.el:
4792         * language/czech.el:
4793         * language/devanagari.el:
4794         * language/english.el:
4795         * language/georgian.el:
4796         * language/greek.el:
4797         * language/hebrew.el:
4798         * language/japanese.el:
4799         * language/korean.el:
4800         * language/lao.el:
4801         * language/misc-lang.el:
4802         * language/romanian.el:
4803         * language/slovak.el:
4804         * language/thai.el:
4805         * language/utf-8-lang.el:
4806         * emacs-lisp/cl-specs.el:
4807         * eshell/esh-maint.el:
4808         * mail/blessmail.el:
4809         * play/bruce.el:
4810         * term/apollo.el:
4811         * term/AT386.el:
4812         * term/bobcat.el:
4813         * term/internal.el:
4814         * term/iris-ansi.el:
4815         * term/keyswap.el:
4816         * term/linux.el:
4817         * term/lk201.el:
4818         * term/news.el:
4819         * term/vt102.el:
4820         * term/vt125.el:
4821         * term/vt200.el:
4822         * term/vt201.el:
4823         * term/vt220.el:
4824         * term/vt240.el:
4825         * term/vt300.el:
4826         * term/vt320.el:
4827         * term/vt400.el:
4828         * term/vt420.el:
4829         * term/wyse50.el: Add "no-byte-compile: t" in first line.
4831 2002-10-01  Kenichi Handa  <handa@m17n.org>
4833         * international/utf-16.el: Don't provide utf-16.
4835         * international/utf-8.el (ccl-decode-mule-utf-8):
4836         Remove unnecessary line.
4838 2002-09-30  Kenichi Handa  <handa@m17n.org>
4840         * language/thai.el (thai-tis620): Add `mime-charset' property.
4842         * language/indian.el: Don't register "ISO10646.*-1" in
4843         font-ccl-encoder-alist.
4845         * language/cyrillic.el (ccl-decode-koi8): Refer to
4846         ucs-translation-table-for-decode.
4847         (ccl-decode-koi8-u): Likewise.
4848         (ccl-decode-alternativnyj): Likewise.
4849         (cyrillic-koi8): Put `dependency' property.
4850         (koi8-u): Likewise.
4851         (cyrillic-alternativnyj): Likewise.
4853         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
4854         this translation-table name here.
4855         (utf-translation-table-for-encode): New translation-table name.
4856         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
4857         (utf-defragmentation-table): New variable.
4858         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
4859         (utf-subst-table-for-encode): New translation-table name.
4860         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
4861         (utf-subst-table-for-decode): New translation-table name.
4862         (utf-fragment-on-decoding): Renamed from
4863         utf-8-fragment-on-decoding.  Correctly handle the case that
4864         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
4865         mule-utf-16-be too.
4866         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
4867         Handle mule-utf-16-le and mule-utf-16-be too.
4868         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
4869         and utf-subst-table-for-decode.
4870         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
4871         and utf-subst-table-for-encode.
4872         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
4874         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
4875         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
4876         utf-8-subst-rev-table.
4878         * international/utf-16.el (utf-16-decode-ucs): Look up
4879         utf-subst-table-for-decode.  Fix for the case that the looking up
4880         succeeds.
4881         (ccl-decode-mule-utf-16-le): Translate characters by
4882         utf-translation-table-for-decode.
4883         (ccl-decode-mule-utf-16-be): Likewise.
4884         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
4885         at first.  Translate characters by utf-translation-table-for-encode.
4886         (ccl-encode-mule-utf-16-be): Likewise.
4887         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
4889         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
4891         * international/ucs-tables.el: Don't bind
4892         utf-8-translation-table-for-decode while setting up
4893         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
4894         iso-8859-* coding systems.
4895         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
4896         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
4897         populate the translation table named
4898         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
4899         ucs-mule-to-mule-unicode populates the translation table named
4900         utf-translation-table-for-encode.  Call register-char-codings for
4901         mule-utf-16-be and mule-utf-16-le too.
4902         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
4903         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
4904         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
4905         non-nil, make a proper char-table populates the translation table
4906         name utf-translation-table-for-encode.  Call register-char-codings
4907         for all mule-utf-* to to reset their status to the origianl.
4908         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
4909         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
4910         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
4911         (ccl-encode-unicode-font): Delete.
4912         (ucs-tables-unload-hook): Delete.
4914         * international/mule.el (decode-char): Refer to the translation
4915         hash table named utf-subst-table-for-decode.  Refer to the
4916         translation table named utf-translation-table-for-decode instead
4917         of utf-8-translation-table-for-decode.
4918         (encode-char): Refer to the translation hash table named
4919         utf-subst-table-for-encode.  Refer to the translation table named
4920         utf-translation-table-for-encode instead of
4921         utf-8-translation-table-for-encode.
4923         * international/mule-diag.el (describe-coding-system):
4924         Describe `dependency' property.
4926         * international/mule-conf.el (emacs-mule): Add property `composition'.
4928         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
4929         translation table name here.
4930         (ucs-mule-cjk-to-unicode): New translation table name.
4931         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
4932         (font-ccl-encoder-alist): Change the font registry pattern to
4933         "ISO10646.*-*".
4935 2002-09-30  Colin Walters  <walters@gnu.org>
4937         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
4938         `inhibit-msg'.
4940         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
4941         `executing-kbd-macro' and `defining-kbd-macro'.
4943         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
4944         Call `calc-flush-caches' with inhibit-msg arg.
4945         (calc-change-mode): Remove extra arg for `calc-save-modes'.
4947         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
4948         Don't bind `executing-kbd-macro'.
4950 2002-09-29  Noah Friedman  <friedman@splode.com>
4952         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
4954 2002-09-29  Richard M. Stallman  <rms@gnu.org>
4956         * startup.el (user-mail-address): Initialize to a useful value
4957         once Emacs is started up; initialize to "" at loadup time.
4958         (command-line): "", not nil, means user-mail-address not set yet.
4960 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4962         * net/tramp.el: Version 2.0.24 released.
4963         (tramp-methods, tramp-completion-function-alist):
4964         Rename "*-old" methods to "*_old".  From Michael Albinus.
4965         (tramp-completion-function-alist):
4966         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
4967         From Michael Albinus.
4968         (tramp-default-method-alist): Use "su" for "root@localhost".
4969         (tramp-host-regexp): Allow "#" for "host#port" kludge.
4970         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
4971         default method.  Require additional args USER and HOST for this.
4972         Callers changed.
4973         (tramp-handle-file-local-copy): More local bindings.  Bind results
4974         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
4975         "are you awake" problem.
4976         (tramp-action-password): Protect against clobbered match data.
4977         (tramp-open-connection-setup-interactive-shell): Explicitly set
4978         tramp-last-cmd-time before invoking tramp-send-command the first
4979         time.  Otherwise, tramp-send-command would issue "echo are you
4980         awake" right at the first time, which is not what we want.
4981         Reported by Douglas Gray Stephens.
4982         (tramp-find-inline-encoding): Don't redirect stdout to
4983         /dev/null to avoid "chmode go-rwx" operation from "mimencode
4984         >/dev/null" as root(!), and to check the output of the decoding
4985         command.
4986         (tramp-maybe-open-connection): Don't send "are you awake" if
4987         process has died.
4989 2002-09-29  Colin Walters  <walters@gnu.org>
4991         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
4993 2002-09-29  Mike Williams  <mdub@bigfoot.com>
4995         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
4997 2002-09-29  Richard M. Stallman  <rms@gnu.org>
4999         * custom.el (defcustom): Doc fix.
5001 2002-09-28  Richard M. Stallman  <rms@gnu.org>
5003         * loadhist.el (unload-feature): When undefining a variable,
5004         delete its buffer-local bindings.
5006 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
5008         * subr.el (remove-yank-excluded-properties): Fix bugs in
5009         handling of category properties.
5011 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5013         * ps-print.el (ps-print-emacs-type): Error if ps-print is
5014         activated in Epoch, inLucid or in Emacs v19 or lesser.
5015         Value can no longer be `lucid'.
5016         (ps-print-version): New version number (6.5.8).
5017         (faces): Never do (require 'faces).
5019 2002-09-28  Simon Josefsson  <jas@extundo.com>
5021         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
5022         streams that were opened using starttls.
5024 2002-09-28  Paul Reilly  <pmr@pajato.com>
5026         * files.el (auto-mode-alist): Add support for Java Enterprise
5027         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
5029 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
5031         * progmodes/m4-mode.el (m4-font-lock-keywords)
5032         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
5033         (m4-m4-region): Doc fixes.
5035 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5037         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
5038         (cl-push, cl-pop): Remove.
5039         Use pop and push throughout the file instead.
5040         (cl-transform-lambda): Add usage info to docstring if the arglist
5041         is complex.
5043         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
5044         (autoload-print-form): Also quote open-[-in-column 0.
5046         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
5047         (help-split-fundoc): Don't support old syntax any more.
5048         (help-add-fundoc-usage): New fun.
5050         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
5051         Use pop and push throughout the file instead.
5052         (cl-hash-lookup): Remove.
5053         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
5054         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
5056         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
5057         Use pop and push throughout the file instead.
5059         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
5060         loading since the current keymaps might be all weird.
5062         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
5063         to the name since they're added by mode-line-format already.
5064         (define-minor-mode): Run (,mode -1) when needed.
5066         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
5067         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
5068         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
5069         Don't hardcode 1 == point-min.
5071         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
5073         * subr.el (read-key-auxiliary-map): New var.
5074         (read-key): Use it.
5075         (make-temp-file): Make the file have mode 600.
5076         (add-minor-mode): Don't add properties to the name since it's
5077         added by mode-line-format already.
5078         Be more careful with the mode-line-menu entry name.
5080         * userlock.el (ask-user-about-supersession-threat): Don't abort
5081         when the user hits mouse-2.
5083         * register.el (set-register): Use push.
5084         (point-to-register): Set kill-buffer-hook in this buffer.
5085         (register-swap-out): Use dolist.
5086         (kill-buffer-hook): Don't change globally.
5088         * server.el (server-select-display): New function.
5089         (server-process-filter): Add support for `-display' and `-eval' args.
5090         (server-visit-files): Use save-current-buffer, push, and dolist.
5091         Add server-kill-buffer to kill-buffer-hook.
5092         (kill-buffer-hook): Don't modify globally.
5093         (server-switch-buffer): Be a bit more careful with multiple displays.
5094         (server-socket-name): Always use /tmp and non-qualified hostname.
5096         * uniquify.el (uniquify-rationalize-file-buffer-names):
5097         Add to kill-buffer-hook for buffers with conflict.
5098         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
5099         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
5100         (kill-buffer-hook): Don't change globally.
5102 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
5104         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
5105         (calc-stack-top, calc-always-load-extensions)
5106         (calc-line-numbering, calc-line-breaking, calc-display-just)
5107         (calc-display-origin, calc-number-radix, calc-leading-zeros)
5108         (calc-group-digits, calc-group-char, calc-point-char)
5109         (calc-frac-format, calc-prefer-frac, calc-hms-format)
5110         (calc-date-format, calc-float-format, calc-complex-format)
5111         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
5112         (calc-display-strings, calc-matrix-just, calc-break-vectors)
5113         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
5114         (calc-vector-brackets, calc-matrix-brackets, calc-language)
5115         (calc-language-option, calc-function-open, calc-function-open)
5116         (calc-function-close, calc-language-output-filter)
5117         (calc-language-input-filter, calc-radix-formatter)
5118         (calc-left-label, calc-right-label, calc-word-size)
5119         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5120         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
5121         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
5122         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5123         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5124         (calc-window-height, calc-display-trail, calc-show-selections)
5125         (calc-use-selections, calc-assoc-selections)
5126         (calc-display-working-message, calc-auto-why, calc-timing)
5127         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
5128         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
5129         Make into real defvars.
5130         (calc-mode-var-list): Delete.
5131         (calc-mode-save-mode, calc-standard-date-formats)
5132         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5133         (calc-user-parse-tables, calc-gnuplot-default-device)
5134         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5135         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5136         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5137         (calc-invocation-macro, calc-show-banner): Make into defvars,
5138         taken from `calc-mode-var-list'.
5139         (calc-emacs-type-epoch, calc-emacs-type-19)
5140         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
5141         (calc-version, calc-version-date, calc-trail-pointer)
5142         (calc-trail-overlay, calc-undo-list, calc-redo-list)
5143         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
5144         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
5145         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
5146         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5147         (calc-said-hello, calc-executing-macro, calc-any-selections)
5148         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5149         (calc-display-dirty, calc-prepared-composition)
5150         (calc-selection-cache-default-entry, calc-embedded-info)
5151         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
5152         (math-eval-rules-cache-tag, math-radix-explicit-format)
5153         (math-expr-function-mapping, math-expr-variable-mapping)
5154         (math-read-expr-quotes, math-working-step, math-working-step-2)
5155         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
5156         defvars, from toplevel setq.
5157         (calc-mode-map): Set up keymap in more modern fashion.
5158         (calc-dispatch-map): Ditto.
5159         (calc-command-flags, calc-final-point-line)
5160         (calc-final-point-column): Defvar.
5161         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
5162         (sel-mode): Defvar.
5163         (calc-any-evaltos): Ditto.
5164         (calc-buffer, calc-prev-char, calc-prev-prev-char)
5165         (calc-digit-value): Ditto.
5166         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
5167         (math-sub-bignum): Bind `diff'.
5168         (calc-selection-cache-entry): Defvar.
5169         (calc-count-lines): Reference `pos' instead of `newpos'.
5171 2002-09-27  Simon Josefsson  <jas@extundo.com>
5173         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
5175 2002-09-26  Richard M. Stallman  <rms@gnu.org>
5177         * mail/unrmail.el (unrmail): Do the work directly,
5178         without actually selecting the messages in the from file.
5179         (unrmail-unprune): New subroutine.
5181         * files.el (backup-buffer): Bind local var MODES.
5182         Don't use renaming for a suid or sgid file.
5183         Use backup-buffer-copy to do copying.
5184         (backup-buffer-copy): New subroutine.
5185         Clear suid and sgid bits for the copy.
5187 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5189         * calendar/solar.el (solar-equinoxes-solstices):
5190         Use time properly adjusted for DST in the result.
5192 2002-09-26  Richard M. Stallman  <rms@gnu.org>
5194         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
5195         Bind inhibit-read-only; don't mess with buffer-read-only.
5197         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
5199 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
5201         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
5202         output, if comint-use-prompt-regexp-instead-of-fields is nil.
5204 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
5206         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
5207         instead of within `with-current-buffer'.
5209 2002-09-26  Stephen Eglen  <stephen@gnu.org>
5211         * iswitchb.el (iswitchb-completions): Test that
5212         iswitchb-common-match-string is a string, before printing common
5213         completions.
5215 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
5217         * server.el: Use built-in network primitives.
5218         (server-program, server-previous-string): Remove.
5219         (server-previous-strings): New var.
5220         (server-socket-name): New var.
5221         (server-log): Minor change to the output format.
5222         (server-sentinel): Clean up global state when a client disconnects.
5223         (server-unquote-arg): New fun.
5224         (server-start): Use server-socket-name and make-network-process.
5225         (server-process-filter): Now talks to the clients directly.
5226         Normalize file name after unquoting and decoding.
5227         (server-buffer-done): Just close the connection.
5228         (server-switch-buffer): Handle the case where all windows are
5229         dedicated or minibuffers.
5231         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
5232         Don't bind them variables.
5233         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
5234         (font-lock-after-unfontify-buffer): Check that the vars are bound.
5235         (font-lock-dont-widen): New var.
5236         (font-lock-default-fontify-region): Use it.
5238         * emacs-lisp/find-func.el (find-library-name):
5239         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
5241 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
5243         * international/mule-cmds.el (select-safe-coding-system):
5244         Handle safe but rejected default coding systems and unsafe default
5245         coding systems differently.
5247         * international/mule-diag.el (list-character-sets): Use the buffer
5248         name "*Character Set List*", not "*Help*".  List also indirectly
5249         supported character sets.
5250         (list-charset-chars): Use the buffer name "*Character List*", not
5251         "*Help*".  Display the current charset name in the modeline.
5252         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
5253         (sort-listed-character-sets): Don't alter the region showing
5254         indirectly supported charsets.
5256 2002-09-24  Simon Josefsson  <jas@extundo.com>
5258         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
5259         (mail-extract-address-components): Doc fix.
5261 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
5263         * simple.el (edit-and-eval-command): Protect command-history.
5264         (repeat-complex-command): Protect command-history.
5266 2002-09-24  Juanma Barranquero  <lektu@terra.es>
5268         * replace.el (occur-find-match): New function.
5269         (occur-next, occur-prev): Use it.
5271         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
5272         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
5273         instead of 'occur and 'occur-point.
5275         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
5276         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
5278 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
5280         * descr-text.el (describe-text-category): Use *Help*.
5281         Don't kill-buffer.
5282         (describe-text-properties, describe-char):
5283         Delay self-inspection test.  Use *Help*.
5284         Use syntax-after.  Use `pos' rather than (point).
5285         Distinguish the before/after part of a composition.
5287 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
5289         * international/quail.el (quail-completion): Be sure to scroll
5290         quail-completion-buf.
5292 2002-09-23  Richard M. Stallman  <rms@gnu.org>
5294         * ielm.el (*1): Fix previous change.
5296 2002-09-23  Juanma Barranquero  <lektu@terra.es>
5298         * net/tramp.el (tramp-unified-filenames): Autoload it.
5300 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5302         * ediff-init.el (ediff-get-next-window): Bug fix.
5304 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
5306         * play/gamegrid.el (gamegrid-face): New variable to emulate a
5307         buffer-local default face.
5308         (gamegrid-xbm): New variable; XBM image as a replacement for
5309         `gamegrid-xpm' on Emacsen compiled without XPM-support.
5310         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
5311         of images to Emacs.
5312         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
5313         convert XEmacs-type image descriptors.
5314         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
5315         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
5316         image descriptors.
5317         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
5318         functions to check for display capabilities.  Fix the recognition
5319         of image-support in Emacs 21 by this way.
5320         (gamegrid-hide-cursor): Removed.
5321         (gamegrid-setup-default-font): Ported the code from XEmacs to
5322         Emacs: create a new face and assign the variable `gamegrid-face'
5323         to it.  Make sure that the face is not higher than the smallest
5324         image used by the game.
5325         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
5326         instead of `gamegrid-hide-cursor'.
5327         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
5328         image in the buffer, instead of applying a face.  [This is because
5329         Emacs display-tables are not as capable as the display-tables in
5330         XEmacs.  Maybe this function should be renamed to reflect the change?]
5331         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
5332         the face held by `gamegrid-face' in an overlay over the whole
5333         buffer to emulate a buffer-local default-face.
5335 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
5337         * play/doctor.el (doctor-doc): Add 2 question words.
5338         (doctor-getnoun): Parse and save the complete object phrase.
5340 2002-09-22  Richard M. Stallman  <rms@gnu.org>
5342         * international/mule-cmds.el (select-safe-coding-system): Cope if
5343         default-coding-system gives nil which was then used in `min'.
5345         * mail/sendmail.el (sendmail-send-it): If user's buffer
5346         is unibyte, make tembuf unibyte.
5348 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5350         * net/tramp.el: Version 2.0.22 released.
5351         (tramp-parse-rhosts, tramp-parse-shosts)
5352         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
5353         `add-to-list' for performance reasons.
5354         (tramp-get-completion-user-host): Return `nil' in case both `user'
5355         and 'host' are empty (not necessarily `nil'.
5356         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
5357         (tramp-user-regexp): " \t" are not user regexp characters.
5358         (tramp-completion-handle-file-name-all-completions):
5359         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
5360         completely, and it returns local completions as well.
5361         (tramp-completion-function-alist-ftp): New constant.
5362         (tramp-completion-function-alist): Add completion function for "ftp".
5363         From Michael Albinus <Michael.Albinus@alcatel.de>.
5365 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5367         * net/tramp.el: Version 2.0.21 released.
5368         (tramp-handle-file-newer-than-file-p): If mtime of both files is
5369         known, return a useful result.  Better error message in case one
5370         is a Tramp file and one isn't.
5371         (tramp-handle-file-local-copy, tramp-handle-write-region)
5372         (tramp-find-shell, tramp-open-connection-telnet)
5373         (tramp-open-connection-rsh, tramp-open-connection-su)
5374         (tramp-open-connection-setup-interactive-shell)
5375         (tramp-post-connection, tramp-maybe-open-connection)
5376         (tramp-method-out-of-band-p): Correct number of args for
5377         `tramp-get-rsh-program' and similar functions.
5379 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5381         * net/tramp.el: Version 2.0.20 released.
5383 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5385         * net/tramp.el (tramp-completion-function-alist): Escape open
5386         paren in docstring.
5387         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
5388         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
5389         instead of tramp-message.
5390         (tramp-open-connection-rsh): Handle empty string as user name.
5391         (tramp-open-connection-su): Handle empty string as host name.
5392         Handle nil user name.
5393         (tramp-handle-file-local-copy, tramp-handle-write-region)
5394         (tramp-completion-handle-file-name-all-completions)
5395         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5396         (tramp-open-connection-su, tramp-post-connection)
5397         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
5398         (tramp-get-connection-function, tramp-get-remote-sh)
5399         (tramp-get-rsh-program, tramp-get-rsh-args)
5400         (tramp-get-rcp-program, tramp-get-rcp-args)
5401         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
5402         (tramp-get-su-args, tramp-get-telnet-program)
5403         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
5404         additional args USER, HOST.
5405         (tramp-action-password, tramp-open-connection-telnet)
5406         (tramp-open-connection-su, tramp-open-connection-multi)
5407         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
5408         takes USER and HOST arguments, to be able to use
5409         `tramp-find-method'.  Update callers.
5410         (tramp-find-method): New function.
5412 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5414         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5415         in SWITCHES (by removing it).
5417 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5419         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
5421 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5423         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
5425 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5427         * net/tramp.el (tramp-bug): Add tramp-methods.
5429 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5431         * net/tramp.el (tramp-methods): Update docstring:
5432         tramp-encoding-command, tramp-decoding-command,
5433         tramp-encoding-function and tramp-decoding-function are not
5434         parameters anymore.
5435         (tramp-uuencode-region): Autoload it.
5437 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5439         * net/tramp.el: Version 2.0.19 released.
5441         * net/tramp-uu.el: New file, implements uuencode in Lisp.
5443         * net/tramp.el (tramp-coding-commands):
5444         Use `tramp-uuencode-region' as local encoder for the uuencode based
5445         entries.
5447 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5449         * net/tramp.el (tramp-handle-write-region): Wrong parens.
5451 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5453         * net/tramp.el: Version 2.0.18 released.
5455         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
5456         older versions of Perl.  Now tested with 5.004.  Suggestion from
5457         Michael Albinus.
5459 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5461         * net/tramp.el (tramp-find-inline-encoding):
5462         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
5463         (tramp-call-local-coding-command): OUTPUT equals nil means to
5464         discard the output.  INPUT equals nil means /dev/null.
5466 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5468         * net/tramp.el (tramp-encoding-shell): Default to environment
5469         variable COMSPEC on Windows.
5470         (tramp-handle-write-region): More debugging output.
5471         (tramp-find-inline-encoding): Ditto.
5473 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
5475         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5476         Define `result1'.
5477         (tramp-parse-hosts-group): Discard IPv6 entries.
5479 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5481         * net/tramp.el (tramp-post-connection): Only send Perl
5482         mime-encode/decode implementations when using inline method.
5483         (tramp-handle-file-local-copy)
5484         (tramp-handle-write-region, tramp-post-connection)
5485         (tramp-coding-commands, tramp-find-inline-encoding): For the
5486         inline encodings, distinguish between local and remote commands,
5487         instead of between commands and functions.  (The local commands
5488         can be functions, too.)  If the local host is a Windows machine,
5489         we can't expect the same commands to work there as on the remote host.
5490         (tramp-call-local-coding-command): New function for calling local
5491         encoding and decoding commands.
5492         (tramp-set-remote-encoding, tramp-get-remote-encoding)
5493         (tramp-set-remote-decoding, tramp-get-remote-decoding)
5494         (tramp-set-local-encoding, tramp-get-local-encoding)
5495         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
5496         (tramp-get-encoding-command, tramp-set-encoding-command)
5497         (tramp-get-decoding-command, tramp-set-decoding-command)
5498         (tramp-get-encoding-function, tramp-set-encoding-function)
5499         (tramp-get-decoding-function, tramp-set-decoding-function):
5500         Old functions, removed.
5502 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5504         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5505         Change command to invoke /bin/sh slightly to make it compatible
5506         with the `rc' shell.  Suggested by Daniel Pittman.
5508 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
5510         * net/tramp.el (tramp-handle-write-region): Added missing
5511         `)'.  Hope it's the right place.
5513 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5515         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5516         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
5517         order to get a sane shell prompt.  If people have ${CWD}, say, in
5518         their shell prompt, then the default login shell might display
5519         something harmless, but the /bin/sh will display a dollar sign
5520         which confused the subsequent prompt recognition.
5521         (tramp-multi-action-password): More debugging output.
5522         (tramp-encoding-shell): Renamed from tramp-sh-program.
5523         More documentation.  Default to cmd.exe on Windows NT.
5524         (tramp-encoding-command-switch): New variable.  Use instead of
5525         hard-wired "-c" which is only good for /bin/sh.
5526         (tramp-encoding-reads-stdin): New variable.  If t, commands are
5527         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
5528         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
5529         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
5530         (tramp-handle-file-local-copy, tramp-handle-write-region):
5531         Respect tramp-encoding-shell and friends.
5532         (tramp-find-inline-encoding): Use new-style calls for checking if
5533         the local commands work.
5535 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
5537         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
5538         entries. They are handled now by `tramp-completion-function-alist'.
5539         (tramp-completion-function): Defvar removed. I've never used
5540         it. Hmm.
5541         (tramp-get-completion-function)
5542         (tramp-get-completion-rsh, tramp-get-completion-ssh)
5543         (tramp-get-completion-telnet, tramp-get-completion-su):
5544         Functions removed as well.  Not necessary any longer due to extended
5545         customization means.
5546         (tramp-completion-function-alist): New defcustom. Holds all
5547         FUNCTION FILE pairs used for user and host name completion
5548         relevant for METHOD.
5549         (tramp-completion-function-alist-rsh)
5550         (tramp-completion-function-alist-ssh)
5551         (tramp-completion-function-alist-telnet)
5552         (tramp-completion-function-alist-su): Defconst for initializing
5553         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
5554         values are known for me until now. Needs to be completed for at
5555         least VMS++ like operating systems.
5556         (tramp-set-completion-function)
5557         (tramp-get-completion-function): New functions for configuration
5558         of `tramp-completion-function-alist'. The old definition of
5559         `tramp-get-completion-function' has been discarded.
5560         (tramp-completion-handle-file-name-all-completions):
5561         Change function call for user/host completion according to definition
5562         in `tramp-completion-function-alist'.
5563         (tramp-parse-passwd): Added exception handling for "root", because
5564         `tramp-get-completion-su' (the previous place for this stuff)
5565         doesn't exist any longer.
5567 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5569         * net/tramp.el (tramp-enter-password):
5570         Use `tramp-password-end-of-line' to terminate the line.
5571         (tramp-bug): Include new variable `tramp-password-end-of-line'.
5572         (tramp-password-end-of-line): New variable.  People who use plink
5573         under Windows might have to issue "\r\n" after the password, but
5574         they need to send just "\n" after the other commands.  So this
5575         variable was introduced to complement `tramp-rsh-end-of-line'.
5576         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
5577         of line of the output delimiter.
5579 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5581         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
5582         (tramp-open-connection-setup-interactive-shell): Add some comments
5583         about Douglas Grey Stephen's suggestions to make Tramp work better
5584         with plink under Windows.  I'm not sure what to think of them, but
5585         now I have a guinea pig to try it out on.  Said guinea pig is
5586         having other problems, though...  Also remove some commented-out code.
5588 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
5590         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
5591         tuned.
5592         (tramp-get-completion-user-host): Accept user names as they are if
5593         typed until "@".
5594         (tramp-completion-mode): Replace `last-input-char' by modern
5595         `last-input-event'. Check for `event-modifiers'.
5597 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5599         * net/tramp.el (file-expand-wildcards): Corrected check to see if
5600         advising is necessary.
5602 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
5604         * net/tramp.el (tramp-postfix-single-method-format)
5605         (tramp-postfix-multi-method-format)
5606         (tramp-postfix-multi-hop-format)
5607         (tramp-postfix-user-format): New format strings.
5608         (tramp-postfix-single-method-regexp)
5609         (tramp-postfix-multi-method-regexp)
5610         (tramp-postfix-multi-hop-regexp)
5611         (tramp-postfix-user-regexp)
5612         (tramp-make-multi-tramp-file-format)
5613         (tramp-make-tramp-file-name): Apply them.
5614         (tramp-completion-handle-file-name-all-completions): Fix for
5615         invoking ange-ftp in case of "/ftp:xxx" file names.
5617 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
5619         * net/tramp.el (tramp-prefix-format)
5620         (tramp-postfix-host-format): New format strings.
5621         (tramp-prefix-regexp, tramp-method-regexp)
5622         (tramp-postfix-single-method-regexp)
5623         (tramp-postfix-multi-method-regexp)
5624         (tramp-postfix-multi-hop-regexp)
5625         (tramp-user-regexp, tramp-postfix-user-regexp)
5626         (tramp-host-regexp, tramp-postfix-host-regexp)
5627         (tramp-path-regexp): New atomar regular expressions.
5628         If corresponding format strings exist, derived from them.
5629         (tramp-file-name-structure)
5630         (tramp-multi-file-name-structure)
5631         (tramp-multi-file-name-hop-structure)
5632         (tramp-make-multi-tramp-file-format)
5633         (tramp-completion-mode)
5634         (tramp-completion-dissect-file-name)
5635         (tramp-parse-rhosts-group)
5636         (tramp-parse-shosts-group)
5637         (tramp-parse-hosts-group)
5638         (tramp-parse-passwd-group): Apply these expressions.
5639         (tramp-file-name-structure-unified)
5640         (tramp-file-name-structure-separate)
5641         (tramp-make-tramp-file-format-unified)
5642         (tramp-make-tramp-file-format-separate)
5643         (tramp-make-tramp-file-format)
5644         (tramp-make-tramp-file-user-nil-format-unified)
5645         (tramp-make-tramp-file-user-nil-format-separate)
5646         (tramp-make-tramp-file-user-nil-format)
5647         (tramp-multi-file-name-structure-unified)
5648         (tramp-multi-file-name-structure-separate)
5649         (tramp-multi-file-name-hop-structure-unified)
5650         (tramp-multi-file-name-hop-structure-separate)
5651         (tramp-make-multi-tramp-file-format-unified)
5652         (tramp-make-multi-tramp-file-format-separate): Removed.
5653         (tramp-make-tramp-file-name): Allow partial tramp file
5654         names. Generate tramp file format on-the-fly depending on
5655         parameters. Apply atomar format strings resp expressions.
5656         (tramp-get-completion-methods)
5657         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
5658         (tramp-parse-hosts-group): Take all host names and IP addresses
5659         into account.
5660         (tramp-bug): Remove `tramp-make-tramp-file-format'.
5662 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
5664         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
5665         for "su" and "sudo".
5666         (tramp-get-completion-telnet): Implement it.
5667         (tramp-parse-hosts)
5668         (tramp-parse-hosts-group)
5669         (tramp-get-completion-su)
5670         (tramp-parse-passwd)
5671         (tramp-parse-passwd-group): New functions.
5673 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
5675         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
5676         (tramp-completion-file-name-handler-alist): Add handler for
5677         `file-exists-p.
5678         (tramp-completion-handle-file-exists-p): New function.
5679         (tramp-completion-handle-file-name-completion): Simplified.
5680         (tramp-completion-dissect-file-name): Regexp's reorganised.
5681         (tramp-completion-handle-file-name-all-completions):
5682         Call completion-function only if `user' or `host' is given.
5683         (tramp-get-completion-user-host): New function.
5684         (tramp-get-completion-rsh)
5685         (tramp-get-completion-ssh): Apply it.
5687 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
5689         * net/tramp.el (tramp-completion-file-name-handler-alist):
5690         Add handler for `expand-file-name'.
5691         (tramp-completion-handle-expand-file-name): New function.
5693 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
5695         * net/tramp.el (tramp-completion-mode): New function.
5696         (tramp-completion-handle-file-name-directory)
5697         (tramp-completion-handle-file-name-all-completions): Apply it.
5698         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
5699         (tramp-point-at-eol): New defalias.
5700         (tramp-parse-rhosts-group)
5701         (tramp-parse-shosts-group):: Apply it.
5703 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
5705         * net/tramp.el (tramp-get-completion-methods)
5706         (tramp-get-completion-rsh)
5707         (tramp-get-completion-ssh): Add "[" for Xemacs.
5708         (tramp-completion-file-name-regexp-separate): Expression adapted.
5709         (tramp-completion-file-name-handler-alist): Add handler for
5710         `file-name-directory' and `file-name-nondirectory'.
5711         (tramp-completion-handle-file-name-directory)
5712         (tramp-completion-handle-file-name-nondirectory)
5713         (tramp-completion-run-real-handler): New functions.
5714         (tramp-completion-file-name-handler)
5715         (tramp-completion-handle-file-name-all-completions):
5716         Apply `tramp-completion-run-real-handler'.
5717         (tramp-parse-rhosts)
5718         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
5719         `res' (otherwise side effects in XEmacs).
5721 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
5723         * net/tramp.el (tramp-completion-file-name-regexp)
5724         (tramp-completion-file-name-handler-alist)
5725         (tramp-flatten-list)
5726         (tramp-completion-dissect-file-name)
5727         (tramp-get-completion-rsh)
5728         (tramp-parse-rhosts)
5729         (tramp-parse-rhosts-group)
5730         (tramp-get-completion-ssh): Doc string tuned.
5731         (tramp-methods): Doc string and custom type extended for
5732         `tramp-completion-function'.
5733         (tramp-completion-function): Variable added. Is it really used?
5734         Other variables like `tramp-completion-function' aren't used.
5735         (tramp-completion-file-name-handler-alist): Add handler for
5736         `file-name-completion'.
5737         (tramp-completion-handle-file-name-completion): New function.
5739 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
5741         * net/tramp.el (tramp-parse-rhosts)
5742         (tramp-parse-rhosts-group)
5743         (tramp-parse-shosts)
5744         (tramp-parse-shosts-group): New functions.
5746 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
5748         * net/tramp.el (tramp-completion-dissect-file-name)
5749         (tramp-completion-dissect-file-name1): New functions.
5751 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
5753         * net/tramp.el (tramp-get-completion-function)
5754         (tramp-get-completion-rsh)
5755         (tramp-get-completion-ssh)
5756         (tramp-get-completion-telnet): New functions.
5757         (tramp-methods): Add `tramp-completion-function' for all methods.
5759 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
5761         * net/tramp.el (tramp-get-completion-methods): New function.
5762         (tramp-find-default-method): Allow host to be nil (like user).
5764 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
5766         * net/tramp.el (tramp-completion-file-name-regexp-unified)
5767         (tramp-completion-file-name-regexp-separate)
5768         (tramp-completion-file-name-regexp)
5769         (tramp-completion-file-name-handler-alist): New defcustoms.
5770         (tramp-completion-file-name-handler): New function.
5771         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
5772         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
5773         to `inhibit-file-name-handlers'.
5774         (tramp-completion-handle-file-name-all-completions)
5775         (tramp-completion-handle-file-name-completion): New functions.
5777 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
5779         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
5780         must be called again after activating `ange-ftp'.
5781         (tramp-ange-ftp-file-name-p): Check for Xemacs.
5783 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
5785         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
5786         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
5787         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5788         tramp-invoke-ange-ftp 'write-region.
5789         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5790         passing to tramp-invoke-ange-ftp 'set-file-modes.
5791         (tramp-flatten-list): New function. Maybe this functionality does
5792         exist already elsewhere in the libraries.
5793         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
5794         list in order to avoid nested lists, f.e. when invoked from
5795         `tramp-handle-dired-call-process'.
5797 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5799         * net/tramp.el (tramp-chunksize): New kluge variable.
5800         (tramp-send-region): If tramp-chunksize is non-nil, send region in
5801         parts and sleep 0.1 seconds between chunks.
5803 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5805         * net/tramp.el (tramp-handle-insert-directory):
5806         Use `insert-buffer-substring' instead of `insert-buffer', which is not
5807         supposed to be used from Lisp.  Remember old point in a variable
5808         instead of using `mark'.  Suggestion from Stefan Monnier.
5809         (tramp-unified-filenames): New variable.  Use it in default value
5810         of other filename variables.
5811         (file-expand-wildcards): Don't advise unless "[" and "]" are used
5812         in the filename format.
5814 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5816         * net/tramp.el (tramp-methods): Remove duplicate definition of
5817         ssh1-old and ssh2-old.
5819 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5821         * dired.el (dired-insert-directory): Always add "--dired" to to
5822         SWITCHES for remote files.
5823         * files.el (insert-directory): Comment saying that "--dired"
5824         might be in the SWITCHES.
5825         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
5826         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
5828 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
5830         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
5831         word constituent syntax.
5833 2002-09-21  Richard M. Stallman  <rms@gnu.org>
5835         * cus-dep.el (custom-make-dependencies): Bind to t
5836         around evaluating the def-form.
5838         * custom.el (custom-dont-initialize): New variable.
5839         (custom-declare-variable): Don't init the variable
5840         if custom-dont-initialize is non-nil.
5842 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
5844         * net/eudc.el (eudc-install-menu): Use `define-key' and
5845         `easy-menu-create-menu' to avoid duplication of menu.
5847 2002-09-20  Kim F. Storm  <storm@cua.dk>
5849         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
5850         macro and terminate editing.
5851         (kmacro-step-edit-macro): Push previous macro onto ring if changed
5852         by step editing.
5854 2002-09-19  Tom Tromey  <tromey@redhat.com>
5856         * play/blackbox.el (bb-right): Respect prefix argument.
5857         (bb-left, bb-up, bb-down): Likewise.
5859 2002-09-19  Richard M. Stallman  <rms@gnu.org>
5861         * cus-dep.el (custom-make-dependencies): Fix previous change.
5863 2002-09-19  Juanma Barranquero  <lektu@terra.es>
5865         * ielm.el (ielm-eval-input): Call `error-message-string' instead
5866         of the non-existent `ielm-format-error'.
5868 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
5870         * emacs-lisp/easymenu.el (easy-menu-remove):
5871         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
5873         * international/mule-diag.el (describe-coding-system):
5874         Remove unused `coding-spec' variable.
5875         (list-input-methods): Be more careful when setting up the help buffer.
5877         * international/ucs-tables.el (unify-8859-on-encoding-mode):
5878         Set init value to t to reflect reality.
5879         (ucs-minibuffer-setup): Use minibuffer-selected-window.
5881 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
5883         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
5884         Rename to makefile-cleanup-continuations.
5885         (makefile-mode): Use write-file-functions.
5886         (makefile-fill-paragraph): Use match-string-no-properties.
5887         (makefile-fill-paragraph): Use line-end-position.
5888         (makefile-add-log-defun): Simplify.
5890 2002-09-18  Richard M. Stallman  <rms@gnu.org>
5892         * dired.el (dired-mark-pop-up): Doc fix.
5894         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
5895         definition straight into loaddefs.el as well as executing it here.
5897 2002-09-18  Colin Walters  <walters@debian.org>
5899         * calc/calc.el (calc-mode): Add font-lock-defontify to
5900         change-major-mode-hook.
5902 2002-09-18  Richard M. Stallman  <rms@gnu.org>
5904         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
5905         Don't ignore errors in rm line.
5907         * menu-bar.el (menu-bar-search-menu): Nicer help string.
5909         * replace.el (occur-engine-add-prefix): Use 7 spaces.
5910         (occur-engine): Use 7 digits to align tabs in the data.
5912         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5913         Don't make the definition dynamic if it shares structure
5914         with the arg list.
5916         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
5917         (pdb): In gud-remove, pass down the file name.
5919         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
5921 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
5923         * ielm.el: (*1, *2, *3): New variables.
5924         (ielm-eval-input): Make temporary buffers current on entry and
5925         exit to the let bindings for *, ** and ***.
5926         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
5927         Do not overrule global bindings for *, ** and ***.
5929 2002-09-18  Tom Tromey  <tromey@redhat.com>
5931         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
5932         boundaries before filling.
5934 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
5936         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
5937         (server-switch-buffer): Only select a different window if
5938         next-buffer is non-nil.  Don't switch in a dedicated window.
5939         If next-buffer is already displayed, reuse that window.
5941         * diff-mode.el (diff-mode): Use compilation-minor-mode.
5942         Don't unbind compilation-last-buffer after autoloading compile.el.
5943         Hide the compilation-minor-mode bindings altogether.
5945 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5947         * dired.el (dired-insert-directory): Never add "--dired" when
5948         listing remote directories.
5950 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
5952         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
5954         * ediff-init.el: Use defalias instead of fset.
5956         * ediff-util.el: Use defalias instead of fset.
5958         * viper-util.el (viper-chars-in-region): Simplification.
5960         * viper.el (viper-emacs-state-mode-list): Added modes.
5962 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
5964         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
5965         module of code, with graphical display of poor-coverage spots.
5967         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
5968         testcover on a interactive module like ses.
5970         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
5971         testcover on a noninteractive module like unsafep.
5973 2002-09-18  Miles Bader  <miles@gnu.org>
5975         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
5976         unless it's bound.
5978 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
5980         * server.el (server-log): Add `client' arg.
5981         (server-start): Don't bother canceling the sentinel.
5982         (server-process-filter): Use replace-regexp-in-string and
5983         handle the new &n quoting.  Use push.  Use server-log's new arg.
5984         Don't output the C-x # message if `nowait'.
5985         (server-buffer-done): Use server-log's new arg.
5987 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
5989         * ses.el: New file.
5991         * emacs-lisp/unsafep.el: New file.
5993         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
5994         (inhibit-quit): This is risky for unsafep, doesn't matter much for
5995         anybody else.
5996         (risky-local-variable-p): New function.  Split off from
5997         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
5998         the list of disallowed local variable names (malicious user could
5999         stuff a `display' property in there that would be activated when
6000         na\e,Ao\e(Bve user called up the history).
6002 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
6004         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
6006 2002-09-16  Richard M. Stallman  <rms@gnu.org>
6008         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
6009         Use forward-line and move-to-column.
6011         * cus-edit.el (custom-variable-backup-value): New function.
6012         (custom-variable-reset-backup): New function.
6013         (custom-variable-menu): Add item for custom-variable-reset-backup.
6014         (custom-variable-set, custom-variable-reset-saved)
6015         (custom-variable-reset-standard): Call custom-variable-backup-value.
6017 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
6019         * dired.el (dired-font-lock-keywords): Use regexp-opt.
6020         (dired-move-to-filename): Better message when we fail to find the file.
6021         (dired-sort-toggle): Minor optimization.
6023 2002-09-16  Juanma Barranquero  <lektu@terra.es>
6025         * dired-aux.el (dired-add-entry): Add missing argument to
6026         `dired-mark'.
6028 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
6030         * xscheme.el (scheme-interaction-mode): Doc fix.
6032         * net/eudc.el (eudc-plist-get): Doc fix.
6034 2002-09-16  Kim F. Storm  <storm@cua.dk>
6036         * menu-bar.el (menu-bar-last-search-type): New var.
6037         (nonincremental-repeat-search-forward)
6038         (nonincremental-repeat-search-backward): Repeat string or
6039         regexp search depending on menu-bar-last-search-type.
6040         (nonincremental-search-forward, nonincremental-re-search-forward)
6041         (nonincremental-search-backward, nonincremental-re-search-backward):
6042         Set menu-bar-last-search-type to string or regexp.
6043         (nonincremental-repeat-re-search-forward): Removed.
6044         (nonincremental-repeat-re-search-backward): Removed.
6045         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
6046         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
6047         (menu-bar-adv-search-menu): Removed.
6048         (menu-bar-search-menu): Reorganized.
6049         (menu-bar-edit-menu): Added "Replace" submenu.
6051 2002-09-15  Richard M. Stallman  <rms@gnu.org>
6053         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
6055         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
6056         when it's not being evaluated.
6058 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
6060         * dired.el (dired-move-to-filename): Fix previous change.
6062 2002-09-14  Kim F. Storm  <storm@cua.dk>
6064         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
6065         (keypad-numlock-setup, keypad-numlock-shifted-setup):
6066         Change `Remove Binding' option to `Unspecified/User-defined'.
6067         (keypad-setup): Enhance explanation of setup type `none'.
6069 2002-09-14  Richard M. Stallman  <rms@gnu.org>
6071         * time.el (display-time-mode): Set display-time-load-average here.
6072         (display-time-load-average): Initialize to nil.
6073         (display-time-default-load-average): Add "None" alternative.
6074         (display-time-update): Handle "None" alternative for load-average.
6076         * dired-aux.el (dired-bunch-files): Put the arg FILES
6077         back as it was after temporary destrucive mods.
6078         (dired-add-entry): Use dired-insert-directory to handle indentation.
6079         Explicitly restore the line's marker character.
6080         Preserve the old file name's text properties.
6081         (dired-add-entry-do-indentation): Function deleted.
6082         (dired-relist-file): Doc fix.
6083         (dired-rename-file): Change argument names.
6084         (foo-rename-file): New function.
6085         (dired-do-hardlink): Use dired-hardlink.
6086         (dired-hardlink): New function.
6087         (dired-insert-subdir-doinsert): Use dired-insert-directory;
6088         that handles indentation, text props and header line.
6089         dired-readin-insert gets no args.
6090         Use `last' instead of `reverse'.
6092         * dired.el (dired-use-ls-dired): New variable.
6093         (dired-directory): Document the rules better.
6095         * dired.el (dired-insert-headerline): Function deleted.
6096         (dired-revert): Pass no args to dired-readin.
6097         (dired-move-to-filename): First try using dired-filename property.
6098         (dired-move-to-end-of-filename): Likewise.
6099         (dired-why): Try to show the start of this page of warnings.
6100         (dired-log): Insert the buffer name at start of page, not end.
6101         (dired-log-summary): If just one failure, explain it in echo area.
6103         * dired.el (dired-internal-noselect):
6104         Always set dired-directory, when buffer is not new.
6105         Pass dir-or-list, not dirname, to dired-mode.
6106         Call dired-readin with no args.
6107         Don't call dired-after-readin-hook here.
6108         (dired-find-buffer-nocreate): Expand dirname.
6109         Expand the dir from dired-directory to compare with dirname.
6111         (dired-readin): Take no args.  Get the directory from dired-directory.
6112         Run dired-before-reading hook inside save-excursion.
6113         Run dired-after-readin-hook here.
6114         Don't make undo entries at all.
6115         Call dired-readin-insert with no args.
6116         Don't change indentation here.
6117         Don't insert headerline here.
6119         (dired-readin-insert): Take no args.
6120         Get dir and file-list from dired-directory.
6121         Call dired-insert-directory the new way.
6122         Don't insert "wildcard" info here.
6124         (dired-insert-directory): New arg FILE-LIST.
6125         First arg now DIR, always just the directory.
6126         This function fully handles setting up the buffer text:
6127         update indentation, insert headerline and "wildcard" info.
6128         Pass --dired arg if appropriate; put info in dired-filename props.
6129         Don't expand file names here.
6131         * warnings.el (display-warning): In batch mode,
6132         exclude the final newline from the arg to `message'.
6134 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
6136         * files.el (diff-buffer-with-file): Check whether associated file
6137         exists.  Display message for 1 second.  Always return nil.
6139 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
6141         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
6142         support again, but more carefully this time.
6144         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
6145         such that backward-sexp correctly skips them.
6146         (perl-font-lock-keywords-2): Use regexp-opt.
6147         (perl-font-lock-syntactic-keywords)
6148         (perl-font-lock-syntactic-face-function): Better handle PODs.
6149         Handle package names with ' in them and ($$) in `sub' declarations.
6150         Handle format staements.  Handle regexp and quote-like ops.
6151         (perl-empty-syntax-table): New var.
6152         (perl-quote-syntax-table): New fun.
6154         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
6155         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
6157         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
6159         * derived.el (define-derived-mode): Properly ignore unknown args.
6161         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
6162         Don't call the function during init if mode is on by default.
6164         * simple.el: Provide `simple'.
6165         (transient-mark-mode, line-number-mode, column-number-mode):
6166         Pass an explicit `:require nil' argument.
6168 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6170         * play/tetris.el (tetris-blank-options, tetris-cell-options):
6171         Remove various redundant `(t nil)'.
6173         * play/snake.el (snake-border-options): Use color on tty if available.
6175         * play/tetris.el (tetris-border-options): Likewise.
6177         * play/pong.el (pong-border-options): Likewise, plus reset
6178         color on tty to be [0.5 0.5 0.5].
6180 2002-09-13  Kim F. Storm  <storm@cua.dk>
6182         * kmacro.el (kmacro-start-macro): Doc fix.
6184 2002-09-13  Juanma Barranquero  <lektu@terra.es>
6186         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
6187         to `idlwave-idlwave_routine_info-compiled'.
6189         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
6190         three arguments, not four.
6192 2002-09-13  Kim F. Storm  <storm@cua.dk>
6194         * kmacro.el (kmacro-keymap): Changed bindings:
6195         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
6197 2002-09-12  Richard M. Stallman  <rms@gnu.org>
6199         * international/mule-cmds.el (universal-coding-system-argument):
6200         Read the coding system inside `interactive' spec, for command-history.
6202 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
6204         * emacs-lisp/find-func.el (find-library-name): Don't forget
6205         the empty suffix.  Fix stale variable name.
6207         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
6208         (gud-pdb-massage-args): Delete.
6209         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
6210         (gud-gdb-command-name): New var.  Put "--fullname" in there.
6211         (gud-query-cmdline): Use the most recent executable as the default.
6212         Don't add "--fullname" (it's only valid/meaningful for GDB).
6213         (gud-xdb-marker-filter): Use match-string.
6214         (gud-perldb-massage-args): Don't add "-d".
6215         (gud-perldb-command-name): Add "-d".
6216         (gud-common-init): If `massage-args' is nil, don't call it.
6217         (gud-format-command): Don't hardcode point-min==1.
6219         * derived.el: Require CL when compiling.
6221 2002-09-12  Simon Josefsson  <jas@extundo.com>
6223         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
6224         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
6225         Use expand-file-name.  Also don't require time-stamp.
6227 2002-09-11  Richard M. Stallman  <rms@gnu.org>
6229         * derived.el (define-derived-mode): When making new abbrev table,
6230         don't try to copy the parent's abbrev table.
6232         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
6233         Always round scroll-bar-width parameter up.
6234         If it is nil, use 14.
6236         * abbrev.el (copy-abbrev-table): New function.
6238 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6240         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
6241         ps-default-bg setting.
6242         (ps-print-version): New version number (6.5.7).
6243         (ps-mark-active-p): New fun.
6244         (ps-print-preprint-region): Adjust code.
6246 2002-09-11  Dave Love  <fx@gnu.org>
6248         * international/mule.el (non-standard-designations-alist)
6249         (ctext-pre-write-conversion): Don't generate invalid extended
6250         segments for iso8859.
6252         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
6253         (cyrillic-alternativnyj-decode-table): Fix some entries.
6255         * international/ucs-tables.el: Fix last change.
6257         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
6258         change.
6260 2002-09-11  Kim F. Storm  <storm@cua.dk>
6262         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
6263         kmacro-end-and-call-macro.
6265 2002-09-11  Juanma Barranquero  <lektu@terra.es>
6267         * newcomment.el (uncomment-region): Fix let/let* use.
6269 2002-09-11  Simon Josefsson  <jas@extundo.com>
6271         * time-stamp.el (time-stamp-hhmmss): New function.
6273         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
6274         (gud-query-cmdline): Add --fullname to the user cmdline.
6276         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
6278 2002-09-11  Kim F. Storm  <storm@cua.dk>
6280         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
6281         (kmacro-step-edit-map): Bind "A" to `append-end'.
6282         (kmacro-step-edit-prompt): Fix prompt.
6283         (kmacro-step-edit-query): Handle `append-end' response.
6284         (kmacro-step-edit-pre-command): Activate `append-end' at end of
6285         macro when required.
6287 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
6289         * derived.el (define-derived-mode): Fix typo.
6291         * menu-bar.el (line-number-mode, column-number-mode)
6292         (transient-mark-mode): Use minor mode directly.
6293         (menu-bar-make-toggle): Remove `props' arg.
6294         Move customize-mark-as-set directly into the toggle function.
6296         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
6297         Use the new file hook names.
6298         (whitespace-describe): Remove.  Move the text to `Commentary:'.
6299         (whitespace-unload-hook): Use the new file hook names.
6301         * finder.el (finder-find-library): Remove.
6302         (finder-commentary): Use find-library-name and add completion.
6304         * simple.el (transient-mark-mode, line-number-mode)
6305         (column-number-mode): Use define-minor-mode.
6306         (define-mail-user-agent): Delete.  Moved to subr.el.
6308         * loadup.el ("simple.el"): Move to after loaddefs.el.
6310         * subr.el (define-mail-user-agent): Moved from simple.el.
6312 2002-09-10  Richard M. Stallman  <rms@gnu.org>
6314         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
6315         (boolp): Function deleted.
6317 2002-09-10  Dave Love  <fx@gnu.org>
6319         * international/utf-8.el (ucs-mule-to-mule-unicode):
6320         Define unconditionally.
6321         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
6322         (utf-8-fragment-on-decoding): Use it to keep
6323         utf-8-translation-table-for-decode variable and translation table
6324         in sync.
6326         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
6327         when setting up tables and remove useless optimize-char-table.
6328         (ucs-mule-to-mule-unicode): Deleted.
6329         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
6331         * international/utf-16.el (utf-16-le-pre-write-conversion)
6332         (utf-16-be-pre-write-conversion): Deleted.
6333         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
6335 2002-09-10  Richard M. Stallman  <rms@gnu.org>
6337         * files.el (diff-buffer-with-file): Simplify.
6338         Don't signal an error if buffer has no file.
6339         Call sit-for after `diff' returns.
6341         * play/gamegrid.el (gamegrid-make-color-tty-face):
6342         Handle string as COLOR arg.
6343         (gamegrid-display-type): Don't assume display-color-p
6344         implies a color-x terminal.
6345         (gamegrid-hide-cursor): Set `cursor-type' local variable.
6347         * descr-text.el (describe-text-mode): Add font-lock-defontify to
6348         change-major-mode-hook.
6350         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
6351         change-major-mode-hook.
6353         * comint.el (comint-mode): Add font-lock-defontify to
6354         change-major-mode-hook.
6356         * info.el (Info-mode): Add font-lock-defontify to
6357         change-major-mode-hook.
6359         * replace.el (occur-mode): Add font-lock-defontify to
6360         change-major-mode-hook.
6362         * font-core.el (font-lock-defontify): New function.
6364 2002-09-10  Richard M. Stallman  <rms@gnu.org>
6366         * ps-print.el (ps-printer-name-option): Doc fix.
6368 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6370         * ps-print.el: Adjust ps-postscript-code-directory setting.
6371         XEmacs version check was adjusted.
6372         (ps-print-version): New version number (6.5.6).
6373         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
6374         (ps-print-code, ps-print-preprint-region): Adjust code.
6376 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6378         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
6379         emacs-lisp-mode, like ~/.emacs.
6381 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
6383         * newcomment.el (uncomment-region): Be more careful with `='.
6385 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
6387         * play/doctor.el (doc//): Rename from `//'.  Update callers.
6388         (doc$): Rename from `$'.  Update callers.
6390 2002-09-10  Miles Bader  <miles@gnu.org>
6392         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
6393         variable, not a function.
6395         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
6397 2002-09-10  Kim F. Storm  <storm@cua.dk>
6399         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
6400         nil while executing macro to avoid triggering delete-selection-mode.
6402         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
6403         cancel defining keyboard macro when applicable.
6405 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
6407         * simple.el (transient-mark-mode, line-number-mode)
6408         (column-number-mode): Undo previous change because of bootstrapping.
6410 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
6412         * derived.el (define-derived-mode): Add keyword arguments.
6413         (derived-mode-make-docstring): Take abbrev and syntax table names.
6415         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
6416         (font-lock-default-function): Change arg name.
6418         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
6420         * paren.el (show-paren-function): Use syntax-after.
6422         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
6424         * subr.el (symbol-file): Also work for autoloaded funcs.
6425         (syntax-after): New fun moved from syntax.el.
6427         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
6428         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
6429         Update callers (but still run the old hooks as well).
6431         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
6432         (find-library): New funs.
6433         (find-function-search-for-symbol): Use it.
6435         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
6437         * isearch.el (isearch-cmds): Add docstring.
6438         (isearch-mouse-2): Lookup binding in the proper buffer.
6439         Use call-interactively and remove the now useless `arg'.
6440         (isearch-search-fun-function): New var.
6441         (isearch-search-fun): New fun.
6442         (isearch-search, isearch-lazy-highlight-search): Use it.
6444 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
6446         * simple.el (what-line): Don't hard-code 1.
6447         (transient-mark-mode, line-number-mode, column-number-mode):
6448         Use define-minor-mode.
6449         (do-auto-fill): Only ignore prefix if it's really empty.
6451 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
6453         * files.el (save-some-buffers-action-alist): Use lower case for
6454         help string of diff-buffer-with-file.
6456 2002-09-09  Richard M. Stallman  <rms@gnu.org>
6458         * calendar/calendar.el (mouse-scroll-calendar-left)
6459         (mouse-scroll-calendar-right, mouse-calendar-other-month):
6460         New commands.
6461         (calendar-mode-line-format): Use them.
6463         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6464         Set and then bind default-directory.
6466         * startup.el (fancy-splash-head, normal-splash-screen):
6467         Change the messages that explain about GNU or GNU/Linux.
6469         * info.el (Info-search): Add (point-min) to subfile positions
6470         to get them right.  Skip the current subfile using forward-line.
6472         * files.el (make-backup-file-name-1): When make-directory fails,
6473         ignore backup-directory-alist.
6474         (make-directory): Expand DIR before looking for handler.
6476 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
6478         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
6479         In addition to RCS, exclude CVS directories.
6481         * ls-lisp.el (ls-lisp-format-time-list): New variable.
6482         (ls-lisp-format-time): Use it.
6484         * files.el (auto-mode-alist): Use sh-mode for .bash files.
6486 2002-09-09  Dave Love  <d.love@dl.ac.uk>
6488         * ps-print.el: Many doc fixes.
6490 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
6492         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
6493         Update callers.
6495 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
6497         * diff.el (diff): Doc fix.
6499 2002-09-08  Richard M. Stallman  <rms@gnu.org>
6501         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
6503         * simple.el (undo-elt-in-region): Fix one-off error at END.
6504         (forward-visible-line): Handle invisibility by ignoring
6505         invisible newlines.  Also include entire invisible lines beyond
6506         the stopping point.
6508         * cus-edit.el (custom-save-variables, custom-save-faces):
6509         Clarify the comments written into .emacs.
6511 2002-09-08  Markus Triska  <triska@gmx.at>
6513         * play/doctor.el (doctor-doc): Recognize question words
6514         and use qlist.  Use doctor-shorten's return value.
6515         (doctor-shorten): Compute a return value, don't alter `sent'.
6516         (doctor-hates1): Add a question mark.
6517         (doctor-strangelove): Unused function deleted.
6519 2002-09-08  Kim F. Storm  <storm@cua.dk>
6521         * kmacro.el (kmacro-end-and-call-macro): New command to end and
6522         call keyboard macro in one step. Bind it to C-x e by default.
6523         (kmacro-call-macro): Use format-kbd-macro.
6524         (kmacro-step-edit-macro): New command to interactively step edit
6525         and execute last keyboard macro.
6526         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
6527         (kmacro-step-edit-mini-window-height): New custom var.
6528         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
6529         (kmacro-step-edit-prefix-commands): New var.
6530         (kmacro-step-edit-prompt, kmacro-step-edit-query)
6531         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
6532         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
6533         New aux functions for step editing keyboard macros.
6535         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
6536         returned by this-single-command-raw-keys before appending it to
6537         unread-command-event.
6539 2002-09-07  Colin Walters  <walters@debian.org>
6541         * progmodes/compile.el (compile-internal): Add optional argument
6542         no-async.
6544         * diff.el (diff): Add optional argument no-async, and use the
6545         above argument.
6547         * files.el (diff-buffer-with-file): Call diff synchronously, so we
6548         don't delete the temporary file before diff has a chance to read
6549         it.
6551         * ibuf-ext.el (ibuffer-diff-with-file): Just call
6552         `diff-buffer-with-file'.
6554 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
6556         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
6558         * emacs-lisp/find-func.el (find-function-recenter-line):
6559         Add custom type.  Doc fix.
6561 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
6563         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
6564         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
6565         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
6566         Remove.  Use the minor mode function directly instead.
6567         (menu-bar-mode): Add message and customize-mark-as-set and return
6568         the new value as do other minor modes.
6570         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
6572 2002-09-06  Simon Marshall  <simon@gnu.org>
6574         * progmodes/etags.el (find-tag-tag, complete-tag):
6575         Bind completion-ignore-case based on tags-case-fold-search, so that
6576         case-sensitivity of tag completion matches that of tag search.
6578 2002-09-06  Juanma Barranquero  <lektu@terra.es>
6580         * calendar/solar.el (calendar-time-display-form): Fix spacing.
6582         * double.el (double-prefix-only): Likewise.
6584         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
6586         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
6588         * emacs-lisp/float.el (string-to-float): Likewise.
6590         * emacs-lisp/rx.el (rx): Likewise.
6592         * faces.el (copy-face): Likewise.
6594         * hilit-chg.el (highlight-changes-colours)
6595         (highlight-changes-active-string)
6596         (highlight-changes-passive-string)
6597         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
6599         * international/mule.el (decode-char): Likewise.
6601         * progmodes/idlwave.el (idlwave-support-inheritance)
6602         (idlwave-routine-entry-compare): Likewise.
6604         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
6605         Likewise.
6607         * progmodes/pascal.el (pascal-start-keywords): Likewise.
6609         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
6610         Likewise.
6612         * progmodes/vhdl-mode.el (vhdl-progress-interval)
6613         (vhdl-corresponding-begin): Likewise.
6615         * simple.el (choose-completion-string-functions): Likewise.
6617         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
6619         * textmodes/fill.el (fill-nonuniform-paragraphs)
6620         (fill-individual-paragraphs): Likewise.
6622         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
6624         * warnings.el (warning-level-aliases): Likewise.
6626         * speedbar.el (speedbar-mode): Fix spacing and typos.
6628         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
6630 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
6632         * textmodes/table.el (table-command-prefix): Fix type.
6634 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
6636         * vc-hooks.el: Don't require vc.el at compile-time; it causes
6637         recursive requirements during bootstrap.
6639 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
6641         * international/mule.el (decode-char): Cancel the previous change.
6643 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
6645         * language/european.el ("Swedish"): New set-language-info-alist call.
6647 2002-09-04  Richard M. Stallman  <rms@gnu.org>
6649         * help-fns.el (help-with-tutorial): Properly set up
6650         completion-reference-buffer in the *Completion* buffer.
6652 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
6654         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
6655         returns nil, return nil.
6657 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
6659         * vc-hooks.el: Require vc.el at compile-time.
6660         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6661         Moved here from vc.el.
6663         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6664         Moved to vc-hooks.el.
6666         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
6668 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
6670         * international/mule.el (decode-char): Translate a character by
6671         utf-8-translation-table-for-decode only when
6672         utf-8-fragment-on-decoding is non-nil.
6674 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
6676         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
6677         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
6678         Use text-mode's syntax-table and abbrev-table.
6679         (text-mode): Set require-final-newline to t.
6681         * newcomment.el (comment-make-extra-lines): Only use the
6682         dummy `=' char when there's really nothing else.
6683         Don't remove spaces if it leads to an incorrect comment.
6685         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
6686         around the cvs/ssh/libc bug.
6687         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
6688         (defun-cvs-mode): Use the new `declare' thingy.
6689         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
6690         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
6691         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
6693         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
6694         node rather than a message for new directories.
6695         (cvs-parse-status): Add support for `Entry Invalid'.
6697         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
6698         (smerge-combine-with-next): New function.
6699         (smerge-diff): Don't output `wrote /tmp/foo' messages.
6700         Insert message if no diffs were found.
6702         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6703         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6705 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6707         * net/tramp.el: Version 2.0.15 released.
6708         (require 'base64): Most modern Emacsen have the base64
6709         encode/decode functions built in, so test to see if they are bound
6710         before we go blindly requiring base64.el.
6711         From Steve Youngs <youngs@xemacs.org>.
6712         (tramp-feature-write-region-fix): XEmacs doesn't have a
6713         'find-operation-coding-system' and this variable doesn't seem to
6714         be used anywhere so wrap it in (unless (featurep 'xemacs)).
6715         From Steve Youngs <youngs@xemacs.org>.
6716         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
6717         (tramp-open-connection-su): Use user name "root" if no user name
6718         is given.
6720         From Michael Albinus <Michael.Albinus@alcatel.de>:
6721         * net/tramp.el (tramp-invoke-ange-ftp):
6722         (tramp-ange-ftp-file-name-p): Check for Xemacs.
6723         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
6724         tramp-invoke-ange-ftp 'rename.
6725         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6726         tramp-invoke-ange-ftp 'write-region.
6727         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6728         passing to tramp-invoke-ange-ftp 'set-file-modes.
6729         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
6730         again after activating `ange-ftp'.
6732 2002-09-02  Kim F. Storm  <storm@cua.dk>
6734         * ido.el (ido-ignore-item-temp-list): New variable.
6735         (ido-read-internal): Don't set ido-default-item if the default is
6736         member of ido-ignore-item-temp-list.
6737         Don't return first match for C-j if no text is entered.
6738         (ido-buffer-internal): Check for empty string return.
6739         (ido-make-buffer-list1): Use member instead of memq.
6740         (ido-window-buffer-p): Likewise.
6741         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
6742         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
6744         * replace.el (multi-occur): Made "ido-aware":
6745         Changed prompt to use C-j instead of RET to end.
6746         Set ido-ignore-item-temp-list to the selected buffers so far, so
6747         they are automatically excluded from the list of choices.
6748         Use add-to-list instead of push.
6750 2002-09-01  Richard M. Stallman  <rms@gnu.org>
6752         * term/x-win.el (function-key-map): Define S-iso-lefttab.
6754 2002-09-01  Kim F. Storm  <storm@cua.dk>
6756         * edmacro.el (edit-kbd-macro): Recognize new default binding for
6757         C-x e in addition to old binding.
6759 2002-09-01  Mario Lang  <mlang@debian.org>
6761         * files.el (save-some-buffers-action-alist): New variable.
6762         (save-some-buffers): Use that.
6763         (diff-buffer-with-file): New function.
6765 2002-09-01  Richard M. Stallman  <rms@gnu.org>
6767         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
6769         * dired.el (defgroup dired): Use `files' as parent.
6770         (dired-get-filename): Ignore handler if it has safe-magic prop.
6772         * jka-compr.el (jka-compr-handler): Add safe-magic property.
6774 2002-08-31  Richard M. Stallman  <rms@gnu.org>
6776         * simple.el (kill-line): Use end-of-visible-line to determine
6777         if rest of line is blank.
6778         (end-of-visible-line): Cope if end-of-line moved back over
6779         invisible intangible chars at end of line.
6781         * simple.el (completion-setup-function): Don't use directory-sep-char.
6783 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6785         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
6786         needed.
6787         (f90-menu, f90-add-imenu-menu): Use lookup-key.
6788         Remove (eval-when-compile) for free variables.
6790 2002-08-31  Andreas Schwab  <schwab@suse.de>
6792         * font-core.el (font-lock-change-mode): Avoid changing buffer
6793         state in any way.
6795 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
6797         * emacs-lisp/easymenu.el (easy-menu-filter-return):
6798         Handle the case where the filter returns a single menu entry.
6799         (easy-menu-add): Improve docstring.
6800         (easy-menu-current-active-maps): Remove.
6801         (easy-menu-get-map): Use current-active-maps.
6803         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
6804         the -p prefix from variables since they shouldn't have it anyway.
6805         (custom-group-menu-create, customize-menu-create):
6806         Only cdr if applicable, since custom-menu-create might return
6807         a vector (i.e. a single menu entry).
6809 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
6811         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
6812         user's value of diary-list-include-blanks, but generate message
6813         instead if there are no entries.
6815 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
6817         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
6819 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
6821         * menu-bar.el (menu-bar-read-mail): Doc fix.
6823 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
6825         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
6826         (ibuffer-fontification-alist): Check hidden buffer case isn't
6827         visiting a file and change its face to italic.
6829 2002-08-30  Juanma Barranquero  <lektu@terra.es>
6831         * replace.el (occur-mode): Add interactive declaration.
6833         * bs.el (bs-message-without-log): Fix typo.
6835         * font-core.el (font-lock-defaults): Likewise.
6837         * font-lock.el (font-lock-add-keywords): Likewise.
6839         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
6841         * textmodes/bibtex.el (bibtex-mode): Likewise.
6843         * emulation/viper-ex.el (ex-compile-command): Likewise.
6845         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
6846         Likewise.
6848         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
6850         * allout.el (my-mark-marker): Likewise.
6852 2002-08-30  Simon Josefsson  <jas@extundo.com>
6854         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
6855         unless s-debug-info is enabled.
6857 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
6859         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
6861         * mwheel.el (mouse-wheel-up-button): Doc fix.
6863 2002-08-29  Juanma Barranquero  <lektu@terra.es>
6865         * replace.el (occur-mode-hook): New hook.
6866         (occur-mode): Use it.
6867         (occur-hook): Set default to nil.
6869 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
6871         * net/ange-ftp.el: Use match-string and drop useless `function's.
6872         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
6873         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
6874         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
6875         (ange-ftp-parse-dired-listing): Update the calls.
6876         (dired-local-variables-file): Declare to shut quieten the compiler.
6877         (ange-ftp-file-entry-active-p): Remove.
6878         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
6879         Don't exclude dangling symlinks.
6880         (ange-ftp-file-name-completion-1): Make predicate optional.
6881         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
6882         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
6883         (ange-ftp-bs2000-posix-hook-installed): Remove.
6884         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
6885         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
6886         `ange-ftp-this-host' instead of `user' and `host'.
6888 2002-08-29  Richard M. Stallman  <rms@gnu.org>
6890         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6891         Decide here whether to print which form we're compiling.
6892         If we do that, still print file and line.  Make file name
6893         relative to default-directory.  Print fewer newlines.
6894         (byte-compile-log-file): Print something even if no file.
6895         Print messages for entering and leaving directories,
6896         and set default-directory.
6897         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
6898         (byte-compile-warning-series): New function.
6899         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
6900         (byte-compile-display-log-head-p): Function deleted.
6902         * warnings.el (warning-series): Now can be a marker, not an integer.
6903         (display-warning): Handle new value for warning-series.
6905         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
6906         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
6907         to don't-warn list.
6909 2002-08-29  Kim F. Storm  <storm@cua.dk>
6911         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
6912         Change default binding of C-x e to kmacro-end-or-call-macro.
6913         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
6914         variables.
6915         (kmacro-get-prefix-arg): New function.
6916         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
6917         improve.  Callers changed.
6918         (kmacro-call-macro): Repeat macro by repeating last key or
6919         key defined in kmacro-call-repeat-key.  New third arg non-nil
6920         means to end current macro.
6921         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
6922         to get repeat last key functionality.
6923         (kmacro-start-macro-or-insert-counter): Improve doc string.
6925 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
6927         * files.el (find-buffer-visiting): Compare file attributes
6928         using buffer-file-truename.
6930 2002-08-28  Richard M. Stallman  <rms@gnu.org>
6932         * files.el (make-auto-save-file-name, make-backup-file-name-1):
6933         Don't use directory-sep-char.
6935 2002-08-28  Juanma Barranquero  <lektu@terra.es>
6937         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
6938         (occur-mode): Remove call to `occur-mode-hook'.
6939         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
6940         (occur-1): Add call to `occur-hook'.
6942         * subr.el (make-variable-frame-localizable): Alias for
6943         `make-variable-frame-local'.
6945 2002-08-28  Miles Bader  <miles@gnu.org>
6947         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
6948         (read-file-name-electric-shadow-tty-properties)
6949         (read-file-name-electric-shadow-mode): Remove compatibility defs.
6951         * comint.el (comint-carriage-motion): Start at START.
6953 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6955         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6956         given by vsFTPd when accessed with a kerberised FTP client.
6958 2002-08-27  Richard M. Stallman  <rms@gnu.org>
6960         * files.el (find-alternate-file):
6961         Bind kill-buffer-query-functions locally, don't set it.
6963 2002-08-27  Andreas Schwab  <schwab@suse.de>
6965         * kmacro.el (kmacro-start-macro): Doc fix.
6967 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
6969         * textfile/reftex-ref.el (reftex-goto-label): New command.
6971         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
6973         * textfile/reftex-parse.el (reftex-roman-number): New function.
6974         (reftex-section-number): Better handling of parts: No chapter
6975         counter resets.
6977         * textfile/reftex.el (reftex-highlight-overlays): Added a third
6978         overlay.
6979         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
6980         Also moved `reftex-reset-mode' to top level.
6982         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
6983         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
6984         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
6986         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
6987         document pointer *before* position, not after.
6988         (reftex-insert-docstruct): Get offset of document pointer *before*
6989         position, not after.
6991         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
6992         match over section title match.
6994         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6995         which determines on a per-file-basis if BibTeX is being used
6996         locally for citations.
6997         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6998         cooperation with chapterbib.
6999         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
7000         better cooperation with chapterbib.
7002         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
7003         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
7005 2002-08-26  Kim F. Storm  <storm@cua.dk>
7007         * subr.el (suppress-keymap): Use command remapping instead of
7008         substitute-key-definition to undefine self-inserting keys.
7010 2002-08-26  Juanma Barranquero  <lektu@terra.es>
7012         * makefile.w32-in (WINS): Add calc and obsolete.
7014 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
7016         * emacs-lisp/easy-mmode.el (define-minor-mode):
7017         Use customize-mark-as-set for global minor modes.
7019 2002-08-25  Miles Bader  <miles@gnu.org>
7021         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
7022         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
7023         Change name of face.
7024         (file-name-shadow-properties): Renamed from
7025         `read-file-name-electric-shadow-properties'.
7026         (file-name-shadow-tty-properties): Renamed from
7027         `read-file-name-electric-shadow-tty-properties'.
7028         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
7029         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
7030         (file-name-shadow-mode): Renamed from
7031         `read-file-name-electric-shadow-mode'.  Update references to
7032         renamed variables.
7034 2002-08-24  Sam Steingold  <sds@gnu.org>
7036         * subr.el (eval-after-load): Do not call
7037         load-symbol-file-load-history (deleted yesterday).
7039 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
7041         * startup.el (normal-splash-screen): Ensure splash buffer is
7042         killed.  Use tabs in output.  Fix test whether previous buffer was
7043         *scratch* buffer.
7045         * progmodes/simula.el (simula-abbrev-keyword-default)
7046         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
7047         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
7049         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
7051         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
7053 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7055         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
7056         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
7057         (f90-font-lock-off, f90-font-lock-menu): Delete.
7058         Use easy-menu-define instead.
7059         (f90-mode): Use easy-menu-add.
7060         No longer (require 'imenu) when compiling.
7061         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
7062         (f90-abbrev-start): Use fboundp.
7063         (f90-imenu-flag): Delete - use imenu--index-alist instead.
7065 2002-08-23  Richard M. Stallman  <rms@gnu.org>
7067         * loadhist.el (unload-feature): Distinguish functions from
7068         variables in load-history.
7069         (feature-symbols): Doc fix.
7071         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
7073         * subr.el (symbol-file-load-history-loaded)
7074         (load-symbol-file-load-history): Deleted.
7075         (symbol-file): Don't call load-symbol-file-load-history.
7077 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
7079         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
7081 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7083         * frame.el (select-frame-by-name, select-frame-set-input-focus):
7084         Always call x-focus-frame, if using x.
7085         Use set-mouse-position on all systems, if focus-follows-mouse.
7087 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7089         * net/tramp.el: Version 2.0.14 released.
7090         (tramp-shell-prompt-pattern): New variable.
7091         (tramp-actions-before-shell, tramp-multi-actions)
7092         (tramp-find-shell, tramp-open-connection-multi)
7093         (tramp-open-connection-setup-interactive-shell): Use it.
7094         (tramp-open-connection-telnet, tramp-open-connection-rsh)
7095         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
7096         in the docstring.
7097         (tramp-bug): Report `tramp-shell-prompt-pattern'.
7098         (tramp-process-one-multi-action, tramp-process-one-action):
7099         Make message clearer so people don't confuse it with Emacs asking
7100         them a question if the regexp happens to end with "?".
7101         (tramp-verbose): Change default value from 10 to 9.  Also change
7102         some logging levels so that 10 is reserved for stuff which is
7103         needed for debugging only, but 9 catches everything that people
7104         might like to see in order to see that Tramp is actually working.
7106 2002-08-22  Kim F. Storm  <storm@cua.dk>
7108         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
7109         Corrected spelling mistakes (for Joseph Arceneaux).
7111 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7113         * progmodes/f90.el: eval-when-compile a few defvars.
7114         (f90-xemacs-flag): Wrap in eval-and-compile.
7115         (f90-font-lock-keywords): Doc fix.
7116         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
7117         (f90-mark-subprogram-overlay): Variable deleted.
7118         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
7119         pushing mark.
7120         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
7122 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7124         * net/tramp.el: Version 2.0.13 released.
7125         (tramp-handle-write-region): Don't check to see if remote end is
7126         awake after sending data to remote host: we want to send "EOF" not
7127         "echo are you awake"...
7128         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
7129         (tramp-yn-prompt-regexp): New variable.
7130         (tramp-action-yn): New function, using it.
7131         (tramp-feature-write-region-fix): New internal variable.  Not yet
7132         used.  Should be used in `tramp-handle-write-region'.
7134 2002-08-21  Kim F. Storm  <storm@cua.dk>
7136         * bindings.el (mode-line-format): Moved global-mode-string last.
7137         (mode-line-position): Moved %p first.  Added padding to %l/%c to
7138         eliminate jumpyness in modeline.  Use (%l,%c) format if both
7139         line-number-mode and column-number-mode are enabled.
7141 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
7143         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
7144         that could cause an infinite loop if something that looks like
7145         a macro begins in the middle of a line.
7147         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
7148         could cause `c-state-cache' to contain two conses in sequence
7149         when there's an unbalanced open paren in a macro.
7151 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7153         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
7155         * imenu.el (imenu--generic-function): Use mapc.
7156         (imenu-syntax-alist): Doc fix.
7158 2002-08-20  Richard M. Stallman  <rms@gnu.org>
7160         * font-core.el (font-lock-change-mode): New function.
7161         (font-lock-mode): Use font-lock-change-mode instead of
7162         font-lock-unfontify-buffer.
7163         (font-lock-maximum-size, font-lock-verbose): Add defvars.
7165 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
7167         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
7168         which determines on a per-file-basis if BibTeX is being used
7169         locally for citations.
7170         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
7171         cooperation with chapterbib.
7172         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
7173         better cooperation with chapterbib.
7175         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
7176         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
7178 2002-08-20  Kim F. Storm  <storm@cua.dk>
7180         * kmacro.el: Major rework based on discussions with RMS.
7181         Most important change is that C-x C-k is now bound to a keymap
7182         with keyboard macro related commands.  The original binding on
7183         C-x C-k is moved to C-x C-k e.
7185         * binding.el: Remove macro related bindings (now in kmacro.el).
7187         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
7189 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
7191         * help-fns.el (help-split-fundoc): Replace the function name
7192         from the docstring with the one that should be displayed.
7193         (help-make-usage): Understand CL style arglists.
7194         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
7195         (describe-variable): Use delete-region.
7197 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
7199         * international/mule.el (sgml-xml-auto-coding-function):
7200         Call re-search-forward with NOERROR t.
7202 2002-08-19  Miles Bader  <miles@gnu.org>
7204         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
7205         * comint.el (comint-inhibit-carriage-motion): New variable.
7206         (comint-carriage-motion): Argument STRING removed.  New arguments
7207         START and END; interpret characters between START and END rather
7208         than using special comint state.
7209         (comint-output-filter): Call `comint-carriage-motion'.
7210         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
7211         * ielm.el (inferior-emacs-lisp-mode):
7212         Give `comint-inhibit-carriage-motion' a local value of t.
7214 2002-08-18  Richard M. Stallman  <rms@gnu.org>
7216         * textmodes/table.el: New file.
7218         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
7220 2002-08-18  Andreas Schwab  <schwab@suse.de>
7222         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
7224 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
7226         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
7227         (reftex-syntax-table): Set a default in case this is being used
7228         outside a LaTeX file.
7229         (reftex-syntax-table-for-bib): Set a default in case this is being
7230         used outside a LaTeX file.
7232 2002-08-17  Richard M. Stallman  <rms@gnu.org>
7234         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
7235         and use write-file-functions instead of local-write-file-hooks.
7236         (tar-untar-buffer): Don't try to extract directories.
7238         * menu-bar.el (fringe-mode): Set to nil.
7240         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
7242 2002-08-15  Richard M. Stallman  <rms@gnu.org>
7244         * calendar/appt.el (appt-delete): Use substring-no-properties.
7245         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
7247 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
7249         * server.el (server-process-filter): Simplify code.
7250         (server-goto-line-column): New function.
7251         (server-visit-files): Use server-goto-line-column.
7252         Offer to revert only if file has changed.
7254 2002-08-15  Richard M. Stallman  <rms@gnu.org>
7256         * files.el (recover-this-file): New function.
7257         (after-find-file): Recommend recover-this-file.
7259         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
7260         to change-major-mode-hook when font lock is enabled.
7262         * simple.el (toggle-truncate-lines): Force redisplay.
7263         Display status message.
7265 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
7267         * textmodes/reftex.el (reftex-mode): Moved the creation of special
7268         syntax tables to top-level.
7270 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
7272         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
7273         use `hash-table-size' instead of `length'.
7275 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
7277         * help-fns.el (locate-library): Use locate-file(-completion).
7278         (help-split-fundoc): Tighten the regexp and recognize a usage-info
7279         where the function name is `fn'.
7280         (help-function-arglist): Follow aliases and macros.
7281         (describe-function-1): Use keymapp.
7282         If the docstring contains a usage info, use it even if the function is
7283         not a subroutine.  Find usage info in aliases' docstring if necessary.
7284         (describe-variable): Get the value before setting up the *Help* buffer.
7286         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
7287         Use find-file-hook instead of find-file-hooks.
7288         (define-minor-mode): Get rid of this silly `togglep'.
7289         Add an explicit `toggle' argument (used for interactive calls).
7290         Emit a warning when a nil argument turns the mode off.
7292         * language/ethio-util.el (setup-ethiopic-environment-internal)
7293         (exit-ethiopic-environment): Use find-file-hook and
7294         write-file-functions instead of find-file-hooks and write-file-hooks.
7296         * window.el (handle-select-window): Don't do anything if the window
7297         has disappeared since the event was generated.
7298         (split-window-save-restore-data): Use push and with-current-buffer.
7300         * saveplace.el:
7301         * play/meese.el:
7302         * obsolete/hilit19.el:
7303         * completion.el (dynamic-completion-mode):
7304         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7305         Use find-file-hook instead of find-file-hooks.
7307         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
7308         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
7309         (imenu-space-replacement): Allow nil value.
7310         (imenu--completion-buffer): Use new vars and simplify.
7311         Fix handling of minibuffer-setup-hook.
7312         Use minibuffer-completion-help instead of rolling our own.
7313         (imenu-choose-buffer-index): Use the new var.
7315         * startup.el (command-line): Load custom-file if not done yet.
7317 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
7319         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
7320         the selection data string.  Always return cons of type and string.
7321         (selection-converter-alist): Add (UTF8_STRING .
7322         xselect-convert-to-string).
7324 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
7326         * newcomment.el (comment-region): Force `lines' when `block' is set.
7328 2002-08-12  Richard M. Stallman  <rms@gnu.org>
7330         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
7331         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
7332         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
7333         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
7334         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
7335         (menu-bar-text-mode-auto-fill): New commands, used
7336         in menu bar menus instead of lambda expressions.
7338         (menu-bar-showhide-fringe-menu-customize-left)
7339         (menu-bar-showhide-fringe-menu-customize-right)
7340         (menu-bar-showhide-fringe-menu-customize-disable)
7341         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
7343         (menu-bar-options-menu): Use toggle-truncate-lines.
7344         (showhide-date-time): Call customize-mark-as-set.
7346         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7347         Obey `definition-name' properties.
7349         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
7350         Put `definition-name' properties on the functions whose
7351         names are constructed.
7353         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
7354         Renamed from target-buffer.
7355         (pages-directory, pages-copy-header-and-position): Uses changed.
7357         * calendar/appt.el (appt-make-list): Correct the parsing of
7358         each appointment from time-string.
7360 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
7362         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
7363         (scroll-all-mode) <defcustom>: Delete.
7364         (running-xemacs): Delete.
7365         (minor-mode-alist): Don't manipulate it directly.
7367 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
7369         * international/mule-cmds.el (search-unencodable-char): New function.
7370         (select-safe-coding-system): Show unencodable characters.
7371         (unencodable-char-position): Deleted, and implemented in C in coding.c.
7373 2002-04-09  John Wiegley  <johnw@gnu.org>
7375         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
7376         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
7377         * em-dirs.el (eshell/cd): Ditto.
7378         * em-glob.el (eshell-glob-case-insensitive): Ditto.
7379         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
7380         * esh-ext.el (eshell-binary-suffixes): Ditto.
7382 2002-08-09  Richard M. Stallman  <rms@gnu.org>
7384         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
7386         * simple.el (set-variable): Give locality status in prompt.
7388 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
7390         * simple.el (set-variable): If given a prefix argument, set
7391         variable buffer-locally.
7393 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
7395         * font-core.el (font-lock-function): Make it buffer-local.
7397 2002-08-08  Richard M. Stallman  <rms@gnu.org>
7399         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
7400         (checkdoc-message-interactive, checkdoc-interactive-loop)
7401         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
7402         (checkdoc-defun):
7403         Update checkdoc-spellcheck-documentation-flag correctly.
7404         (checkdoc-ispell-docstring-engine): Don't test for
7405         checkdoc-autofix-flag = nil.
7407 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
7409         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
7411         * wid-browse.el (widget-minor-mode): Fix doc typo.
7413 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7415         * net/tramp.el: Version 2.0.12 released.
7416         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7417         Comment out possibly obsolete "echo hello" commands.
7418         (tramp-run-real-handler): If operation is
7419         `ange-ftp-hook-function', use first arg as the real operation.
7420         (tramp-check-ls-commands): Use / instead of \ as directory
7421         separator.  (Relevant for XEmacs on Windows.)
7422         (tramp-maybe-open-connection): Use tramp-wait-for-output when
7423         waiting for the "are you awake" command.  Use a different string
7424         for the "are you awake" command.
7425         (tramp-send-command): New optional arg NEVEROPEN means to never
7426         invoke tramp-maybe-open-connection.
7427         (tramp-maybe-open-connection): Use it
7429 2002-08-07  Richard M. Stallman  <rms@gnu.org>
7431         * warnings.el (warning-prefix-function, warning-series)
7432         (warning-fill-prefix, warning-group-format): Add autoload cookies.
7434 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
7436         * international/mule-cmds.el (select-safe-coding-system):
7437         Call pop-to-buffer inside save-window-excursion and save-excursion.
7439 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
7441         * help-fns.el (describe-function-1): Skip arglist note if
7442         function's definition is a keymap.
7444 2002-08-06  Sam Steingold  <sds@gnu.org>
7446         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
7447         and `mail-user-agent' instead of straight sendmail.
7448         (diary-modified, diary-entries-list, displayed-year)
7449         (displayed-month, entry, date, number, date-string, d-file)
7450         (original-date): Defvar without binding to avoid compiler warnings.
7452 2002-08-05  Alan Shutko  <ats@acm.org>
7454         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
7455         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
7456         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
7458         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
7459         (ibuffer-filter-by-used-mode): New.
7461 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
7463         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
7464         `fset' and `symbol-function'.
7466 2002-08-05  John Wiegley  <johnw@gnu.org>
7468         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
7469         value unless pcomplete-cycle-cutoff-length is non-nil.
7471 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
7473         * esh-util.el (eshell-under-cygwin-p): New function.
7474         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
7475         * em-dirs.el (eshell/cd): Ditto.
7476         * em-glob.el (eshell-glob-case-insensitive): Ditto.
7477         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
7478         * esh-ext.el (eshell-binary-suffixes): Ditto.
7480 2002-08-05  Richard M. Stallman  <rms@gnu.org>
7482         * international/mule-cmds.el (select-safe-coding-system): Check for
7483         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
7485         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
7487 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
7489         * image.el (image-jpeg-p): Accept "Exif" marker.
7491 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7493         * net/tramp.el: Version 2.0.11 released.
7494         (tramp-perl-file-attributes): Print uid and gid as signed integers.
7495         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
7496         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
7497         calling Tramp again.
7498         (tramp-find-file-exists-command): Check for `ls -d' last, after
7499         all the variants on `test -e'.
7500         (tramp-post-connection): Erase buffer before finding a command to
7501         check if file exists.
7503 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
7505         * calc/calc.el (math-format-stack-value): Revert a broken
7506         if->when replacement and reformat so that this does not happen
7507         again.  Fixes a pretty lethal line formatting/yanking bug.
7509 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
7511         * startup.el (fancy-splash-frame): Check selected frame last.
7513 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7515         * net/tramp.el: Version 2.0.10 released.
7516         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
7517         standard output even if `uudecode -p' and `uudecode -o -' don't work.
7518         (tramp-post-connection): After finding the right shell, wait a
7519         bit.  This is a kludge to avoid a race condition, even though I
7520         don't understand why there is a race condition in the first place.
7521         (tramp-post-connection): Install the `tramp_uudecode' shell
7522         function on the remote host.
7523         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
7524         (tramp-bug): Include more variables in the report.
7526 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7528         * net/tramp.el: Version 2.0.9 released.
7529         (tramp-bug): Add wording about additional info to include in bug
7530         report.
7531         (tramp-find-shell): Set $PS1 for invocation of second shell (for
7532         tilde expansion).
7533         (tramp-find-shell): Shell prompt must match at end of buffer.
7534         Do this also for fallback shell prompt.
7535         (tramp-find-shell): More debugging output.
7536         (tramp-find-inline-encoding): When checking the decoding command,
7537         some commands fail when reading from /dev/null.  So we pass a
7538         known string through the encoding command and pass that through
7539         the decoding command.  So we know whether the decoding command can
7540         deal with some real input.
7542 2002-08-04  Andreas Schwab  <schwab@suse.de>
7544         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
7546 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
7548         * term/mac-win.el: Set keys to enable mouse wheel support.
7550 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7552         * net/tramp.el: Version 2.0.8.
7553         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
7555 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7557         * net/tramp.el: Version 2.0.7.
7558         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7559         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
7560         because of `format' and say so in the docstring.
7562 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7564         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
7565         `type' forms.
7566         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
7567         (f90-type-def-re): Fix value.
7569 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7571         * net/tramp.el: Version 2.0.6.
7572         (tramp-default-method): Change to "ssh" from "sm".
7573         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
7574         (tramp-su-program): New internal variable for method parameter.
7575         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
7576         New variables.  Very short Perl one-liner, but requires Perl
7577         module MIME::Base64 to be installed on the remote site.
7578         (tramp-perl-encode, tramp-perl-decode): New base64
7579         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
7580         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
7581         though Ange-FTP doesn't do anything for this operation).
7582         (tramp-handle-set-visited-file-modtime): Comment change.
7583         (tramp-handle-make-directory): Save-excursion.
7584         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
7585         twice, once is enough.
7586         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
7587         user knows what's wrong.
7588         (tramp-post-connection): Support the two Perl encoders and decoders.
7589         (tramp-coding-commands): Ditto.  Add some todo items.
7591 2002-08-02  Richard M. Stallman  <rms@gnu.org>
7593         * international/mule.el (merge-coding-systems): New function.
7594         (set-buffer-file-coding-system): Use merge-coding-systems.
7595         Change prompt for args.
7596         (revert-buffer-with-coding-system): New command.
7598         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
7599         Add bindings for revert-buffer-with-coding-system.
7600         (set-coding-system-map): Clarify menu item info for
7601         set-buffer-file-coding-system.
7602         (set-coding-system-map): Reorder and add separators.
7604         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
7605         Use eval-expression.
7607         * subr.el (atomic-change-group): Doc fix.
7609 2002-07-31  Colin Walters  <walters@debian.org>
7611         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
7612         defvaralias for compatibility.
7613         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
7614         defvaralias for compatibility.
7616 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
7618         * ibuffer.el (ibuffer-fontification-alist):
7619         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
7621 2002-07-31  John Wiegley  <johnw@gnu.org>
7623         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
7624         prevent adding the symbol `pcomplete' to
7625         shell-dynamic-complete-functions to many times.
7627 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
7629         * help-fns.el (describe-function-1): Test function for
7630         obsolescence only if it is a symbol.
7632         * ediff.el (ediff-backup): New autoloaded command.
7634 2002-07-31  Richard M. Stallman  <rms@gnu.org>
7636         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
7637         Use `compile-always'.
7638         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
7639         (compile): Renamed from `compile-files'.
7640         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
7642         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7643         Check that (car elt) is a string.
7645         * pcomplete.el (pcomplete-entries): Doc fix.
7647         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
7649 2002-07-31  Andreas Schwab  <schwab@suse.de>
7651         * dired.el: Hide disabling of dired-find-alternate-file behind
7652         autoload-cookie.
7654 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
7656         * makefile.w32-in: Revert some changes from 2002-07-23 because they
7657         don't work on MSVC/nmake builds.
7658         (update-subdirs-CMD): Generate the right list of subdirectories.
7660 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7662         * net/tramp.el: New version 2.0.5.
7663         (tramp-methods): Remove inline encoding method parameters.
7664         The encoding is now autodetected.  Also shorten the list of
7665         methods (u/m distinction gone) and rename the remaining methods to
7666         have longer, but more mnemonic, names.
7667         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
7668         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
7669         matched at end of buffer anyway.
7670         (tramp-yesno-prompt-regexp): New variable, for questions where the
7671         user should say "yes" or "no".
7672         (tramp-file-name-structure-unified)
7673         (tramp-file-name-structure-separate): Allow dash in method names.
7674         (tramp-actions-before-shell): New variable, contains list of
7675         pattern/action pairs.  Output sent by remote end is scanned for
7676         the patterns, then the actions are executed.
7677         (tramp-multi-actions): Like `tramp-actions-before-shell', but
7678         executed for each hop in a multi-hop connection.
7679         (tramp-last-cmd-time): New variable.  If nothing has been sent to
7680         remote end for 60 seconds, look to see if the remote end is still
7681         alive.
7682         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
7683         It didn't work.
7684         (tramp-perl-encode, tramp-perl-decode): New variables, these
7685         require the MIME::Base64 module on the remote end.
7686         (tramp-handle-file-attributes): Restructure logic.
7687         (tramp-handle-file-attributes-with-ls)
7688         (tramp-handle-file-attributes-with-perl): More debugging.
7689         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
7690         (tramp-handle-make-directory, tramp-handle-delete-directory)
7691         (tramp-handle-delete-file, tramp-handle-insert-directory):
7692         Expand file name.
7693         (tramp-handle-shell-command): Use `when', not `if'.
7694         (tramp-handle-file-local-copy, tramp-handle-write-region):
7695         Adapt to autodetection of inline encoding.
7696         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
7697         variable ange-ftp-name-format is defined before binding it.
7698         (tramp-action-login, tramp-action-password, tramp-action-succeed)
7699         (tramp-action-permission-denied, tramp-action-yesno):
7700         Functions called from `tramp-actions-before-shell'.
7701         (tramp-multi-action-login, tramp-multi-action-password)
7702         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
7703         Functions called from `tramp-multi-actions'.
7704         (tramp-process-one-action, tramp-process-actions):
7705         Pattern matching and action invocation code for
7706         `tramp-actions-before-shell'.
7707         (tramp-process-one-multi-action, tramp-process-multi-actions):
7708         Same for `tramp-multi-actions'.
7709         (tramp-open-connection-telnet, tramp-open-connection-rsh)
7710         (tramp-open-connection-su): Process actions instead of hardwired logic.
7711         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
7712         (tramp-multi-connect-su): Ditto.
7713         (tramp-post-connection): New method for tramp_encode and
7714         tramp_decode scripts.
7715         (tramp-post-connection): Invoke inline autodetection code.
7716         (tramp-coding-commands): List of inline codings.
7717         (tramp-find-inline-encoding): This is the inline autodetection code.
7718         (tramp-maybe-open-connection): If nothing was sent to connection
7719         for 60 seconds, look if it connection is still alive.
7720         (tramp-send-command): Remember that something was sent to the
7721         connection.
7722         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7723         Use backticks for constructing alist.
7724         (tramp-get-encoding-command, tramp-set-encoding-command)
7725         (tramp-get-decoding-command, tramp-set-decoding-command)
7726         (tramp-get-encoding-function, tramp-set-encoding-function)
7727         (tramp-get-decoding-function, tramp-set-decoding-function):
7728         Use for results of inline autodetection.
7729         (tramp-get-encoding-command, tramp-get-decoding-command)
7730         (tramp-get-encoding-function, tramp-get-decoding-function):
7731         Remove these old functions.
7733 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
7735         * language/indian.el (in-is13194): Give correct `safe-chars' property.
7736         (devanagari): Define it as an alias of in-is13194.
7738         * international/mule.el (safe-chars):
7739         Put `char-table-extra-slots' property with value 0.
7741         * files.el (revert-buffer): Fix previous change.
7743 2002-07-29  Richard M. Stallman  <rms@gnu.org>
7745         * bindings.el (help-echo): If global-mode-string is non-nil,
7746         display some spaces after it.
7748         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7749         Don't call string-match on non-string.
7750         (displaying-byte-compile-warnings):
7752         * textmodes/ispell.el (check-ispell-version): Bind default-directory
7753         to avoid errors.  Kill the old temp buffer at the beginning.
7755 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
7757         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
7759 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
7761         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
7762         instead of `cond'.
7764 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
7766         * international/mule.el (ctext-post-read-conversion): Add support
7767         for embedded utf-8 encoding (ESC % G ... ESC % @).
7769 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
7771         * files.el (revert-buffer): Before calling insert-file-contents,
7772         kill the local variable buffer-file-coding-system.
7774 2002-07-28  Richard M. Stallman  <rms@gnu.org>
7776         * bindings.el (mode-line-format): Handle vc-mode specially.
7777         Move mode-line-position to after global-mode-string.
7778         (mode-line-modes): Move the starting 3 spaces out of here.
7779         (mode-line-position): Separate with a space, not dashes.
7781         * vc-hooks.el: Don't add to minor-mode-alist.
7783         * emacs-lisp/edebug.el (edebug-debugger):
7784         If inside redisplay, just return.
7786         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
7788         * info.el (Info-find-index-name): Improve last change.
7790 2002-07-27  Richard M. Stallman  <rms@gnu.org>
7792         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
7794         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
7795         in the third case.
7797 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
7799         * ps-print.el: Update copyright year.
7800         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7802 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7804         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7805         to the session with that number.  Old behavior still available
7806         with nonumeric prefix args.
7808 2002-07-08  Simon Josefsson  <jas@extundo.com>
7810         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
7812 2002-07-26  Juanma Barranquero  <lektu@terra.es>
7814         * warnings.el (lwarn, warn, warning-levels): Doc fix.
7815         (warning-suppress-log-types): Fix typo.
7816         (display-warning): Fix typo. Remove useless assignment to free variable
7817         `group-string'.
7819 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
7821         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
7823 2002-07-25  Sam Steingold  <sds@gnu.org>
7825         * replace.el (occur-rename-buffer): New command.
7826         (occur-mode-map): Bind "r" to it.  Added keybindings for
7827         `kill-this-buffer', `clone-buffer' and `quit-window'.
7829 2002-07-25  Kevin Ryde  <user42@zip.com.au>
7831         * info.el (Info-find-index-name): Search for a function definition
7832         with a return type.
7834 2002-07-25  David Ponce  <david@dponce.com>
7836         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
7837         Don't recompute `entry' on each iteration.
7838         (byte-compile-delete-first): Make it defsubst.
7840 2002-07-25  Sam Steingold  <sds@gnu.org>
7842         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
7843         When `search-end' is a cons, use its car.
7845 2002-07-25  Dave Love  <fx@gnu.org>
7847         * obsolete/c-mode.el: Deleted.
7849 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
7851         * textmodes/reftex.el (reftex-compile-variables):
7852         Simplified regular expression.
7854         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7855         Simplified the regexp.
7857         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
7858         (reftex-extract-bib-entries-from-thebibliography):
7859         Use `reftex-get-bibkey-default' to get a default regex.
7860         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
7861         get a default regex.
7863         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
7864         XEmacs compatibility (got OK from RMS).
7866         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
7868         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
7869         (reftex-select-bib-mode): Likewise.
7871 2002-07-25  Colin Walters  <walters@debian.org>
7873         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
7874         by menu functions.
7876 2002-07-24  Dave Love  <fx@gnu.org>
7878         * international/mule.el (set-auto-coding): Doc fix.
7880         * international/utf-16.el: New file.
7882         * language/european.el ("German", "French", "Spanish", "Turkish"):
7883         Add alternative coding systems.
7884         ("Dutch"): Likewise.  Add input method.
7885         ("Welsh", "Latin-7"): Add nonascii-translation.
7887         * language/georgian.el ("Georgian"): Add nonascii-translation.
7889         * international/titdic-cnv.el: Doc fixes.
7890         (tit-process-header): Add coding cookie.
7891         (titdic-convert): Force writing as iso-2022-7bit.
7893         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
7895         * international/mule-cmds.el: Doc fixes.
7896         (unencodable-char-position): New.
7897         (select-safe-coding-system): Use it to indicate problematic
7898         characters and add extra explanation.  Avoid checking auto-coding
7899         for compressed files.
7900         (leim-list-header): Add coding cookie.
7901         (input-method-verbose-flag): Modify :type.
7902         (locale-language-names): Add bs, wa.  Modify cy.
7904 2002-07-24  Richard M. Stallman  <rms@gnu.org>
7906         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7907         Bind warning-group-format.
7909         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
7910         (byte-compile-cl-warn): Use that variable.
7911         (byte-compile-find-cl-functions): New function.
7912         (displaying-byte-compile-warnings):
7913         Call byte-compile-find-cl-functions.
7915         * warnings.el (warning-levels): Add %s to the strings.
7916         (warning-group-format): New variable.
7917         (warning-suppress-log-types): Renamed from warning-suppress-log.
7918         (warning-suppress-types): Renamed from warning-suppress.
7919         (display-warning): Implement those changes.
7921 2002-07-23  Richard M. Stallman  <rms@gnu.org>
7923         * warnings.el: Add `provide' call.
7925         * files.el (basic-save-buffer-2): If there's an error writing the file,
7926         unrename the backup file if it was just made.
7927         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
7928         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
7929         when a backup was just made by renaming.  Otherwise it's nil.
7931         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
7932         Recognize explicit :args specification.
7934         * international/mule-cmds.el (select-safe-coding-system):
7935         Don't ask for confirmation of mismatch if find-file-literally was used.
7937 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
7939         * add-log.el (add-log-current-defun): Fix typo in documentation.
7941 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
7943         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
7945         * ido.el (ido-separator): Fix type.
7947 2002-07-23  Andrew Innes  <andrewi@gnu.org>
7949         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
7950         (DONTCOMPILE): Add various language files.
7951         (DONTCOMPILE): Remove term/xterm.el.
7952         (finder-inf.el): Remove.
7953         (update-authors): New target.
7954         (TAGS-LISP): Remove $(lispsource).
7955         (compile-always): Renamed from `compile-files'.
7956         (compile): New target, adapted from `compile-files'.
7957         (compile-calc): New target.
7958         (recompile): Change `.' to $(lisp).
7959         (bootstrap): Add update-subdirs and finder-data
7960         to dependencies; change compile-files to compile.
7962 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
7964         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
7966 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7968         * simple.el (undo, undo-more): Adjust messages when undoing in a
7969         region.
7971 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
7973         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
7974         (browse-url-lynx-input-delay): Add custom type and group.
7976         * cus-start.el (double-click-fuzz): Added.
7978 2002-07-22  Alan Shutko  <ats@acm.org>
7980         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
7981         parameter, specifying what face or character to use in the
7982         calendar display.  These will now return (MARK . ENTRY).
7984         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
7985         parameter, specifying what face or character to use in the
7986         calendar display.  These will now return (MARK . ENTRY).
7988         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
7989         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
7990         MARK parameter, specifying what face or character to use in the
7991         calendar display.  These will now return (MARK . ENTRY).
7993         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
7994         from diary-sexp-entry and pass it to mark-visible-calendar-date.
7995         (list-sexp-diary-entries): Update doc string for new docs for ....
7996         If diary-sexp-entry returns a cons, only add the text to the diary
7997         list.
7998         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
7999         . STRING) to specify what face or character mark should be used in
8000         the calendar display.
8001         (diary-date, diary-block, diary-float, diary-anniversary)
8002         (diary-cyclic): Add optional MARK parameter, specifying what face
8003         or character to use in the calendar display.  These will now
8004         return (MARK . ENTRY).
8006         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
8007         (calendar-holiday-list, diary-french-date, diary-mayan-date)
8008         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
8009         (diary-islamic-date, list-islamic-diary-entries)
8010         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
8011         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
8012         (diary-rosh-hodesh, list-hebrew-diary-entries)
8013         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
8014         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
8015         (diary-sunrise-sunset, diary-sabbath-candles):
8016         Remove interactive flag from autoloads.
8018 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
8020         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
8021         (reftex-bibliography-commands): New option.
8022         (reftex-toc-split-windows-horizontally): New option
8023         (reftex-toc-split-windows-horizontally-fraction): New option
8024         (reftex-include-file-commands): New option.
8025         (reftex-cite-format-builtin): Added ?n for nocite.
8027         * textmodes/reftex-index.el (reftex-query-index-phrase):
8028         Use `reftex-index-verify-function'.
8030         * textmodes/reftex-toc.el (reftex-re-enlarge):
8031         Handle horizontal splitting.
8032         (reftex-toc): Handle horizontal splitting
8033         (reftex-last-window-width): New variable.
8035         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8036         Use `reftex-bibliography-commands'.
8037         (reftex-locate-bibliography-files): Regexp relaxed to allow for
8038         cases where \bibliography is not the first thing on the line.
8040         * textmodes/reftex.el (reftex-compile-variables):
8041         Use `reftex-include-file-commands'.
8042         (reftex-type-query-prompt): Changed defconst to defvar.
8043         (reftex-type-query-help, reftex-typekey-to-format-alist)
8044         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
8045         (reftex-special-env-parsers, reftex-label-mac-list)
8046         (reftex-label-env-list, reftex-typekey-list)
8047         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
8048         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
8049         (reftex-no-follow-message, reftex-no-info-message): Likewise.
8050         (reftex-mode): Define systax table for bibtex parsing.
8051         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
8053         * textmodes/reftex-cite.el (reftex-format-names): %a as name
8054         format lists all names.
8055         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
8056         (reftex-with-special-syntax-for-bib): New macro.
8058 2002-07-21  Richard M. Stallman  <rms@gnu.org>
8060         * international/ucs-tables.el (ucs-quail-activate):
8061         Cope if buffer-file-coding-system is nil.
8063         * bindings.el (last-buffer): Use buffer-list with frame arg.
8064         Create *scratch* if no other choice exists.  Fix bugs.
8066 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8068         * net/tramp.el: Bump version to 2.0.2.
8069         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
8070         longer names.  Use old names "sm1", "sm2" and so on for methods
8071         invoking "ssh -1" or "ssh -2".
8072         (tramp-multi-file-name-structure-separate): Typo, its name was set
8073         to "tramp-file-name-structure-separate".  Trivial patch.
8074         From Steve Youngs <youngs@xemacs.org>.
8075         (tramp-multi-sh-program): New variable.
8076         (tramp-open-connection-multi): Use it.  Now you can use multi
8077         methods from Windows (at least in principle).
8078         (tramp-do-copy-or-rename-via-buffer): New function.
8079         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
8080         logic.  Omit special case of invoking rcp directly to copy the files.
8081         (tramp-open-connection-su, tramp-multi-connect-telnet)
8082         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
8083         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
8084         Use backticks in format-spec for brevity and to avoid
8085         character/number confusion in XEmacs.
8087 2002-07-20  Richard M. Stallman  <rms@gnu.org>
8089         * wid-edit.el (widget-documentation-string-value-create):
8090         Say "Hide Rest", not just "Hide".
8092         * cus-edit.el (custom-variable-value-create):
8093         Say "Show Value", not just "Show".  Also "Hide Value".
8094         Output a newline before the doc string.
8095         (custom-face-value-create): Say "Show Face" and "Hide Face".
8097         * files.el (toggle-read-only): Clean up the hint message.
8099         * emacs-lisp/bytecomp.el: Use warnings.el.
8100         (byte-compile-warning-prefix): New function.
8101         (byte-compile-log-file): Return page start position.
8102         (byte-compile-log-warning): New function.
8103         (byte-compile-warn): Use byte-compile-log-warning.
8104         (byte-compile-report-error): Likewise.  Also use error-message-string.
8105         (displaying-byte-compile-warnings): Bind warning-series.
8106         Don't bind or use byte-compile-warnings-point-max.
8107         Don't display the log buffer at the end.
8108         (byte-compile-warnings-point-max): Variable deleted.
8109         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
8110         (byte-compile-last-warned-form, byte-compile-last-logged-file):
8111         Defvars moved.
8113         * warnings.el: New file.
8115 2002-07-19  Richard M. Stallman  <rms@gnu.org>
8117         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
8118         and `values-list' from list of CL functions.
8120 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
8122         * emacs-lisp/bytecomp.el (compile-defun):
8123         Bind `read-with-symbol-positions' to current buffer.
8125 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
8127         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
8128         delete anything that comes after LIMIT from the buffer.
8130         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
8131         if this is really an RCS master file.
8133         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
8135 2002-07-19  Juanma Barranquero  <lektu@terra.es>
8137         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
8138         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
8139         (unread-command-char, executing-macro, post-command-idle-hook)
8140         (post-command-idle-delay): Move obsolescence declarations to subr.el.
8142         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
8143         (baud-rate, compiled-function-p, define-function, unread-command-char)
8144         (executing-macro, post-command-idle-hook, post-command-idle-delay):
8145         Move obsolescence declarations from emacs-lisp/bytecomp.el.
8146         (directory-sep-char, mode-line-inverse-video):
8147         Add obsolescence declaration.
8149 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
8151         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
8152         changes to list them here.
8154         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
8155         Too many changes to list them here.
8157         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
8158         Too many changes to list them here.
8160         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
8161         only minor documentation changes.
8163 2002-07-18  Dave Love  <fx@gnu.org>
8165         * info-look.el: Support current auto{conf,make} manuals.
8167 2002-07-18  Juanma Barranquero  <lektu@terra.es>
8169         * bindings.el (last-buffer): Add missing frame argument.
8171 2002-07-18  Richard M. Stallman  <rms@gnu.org>
8173         * timer.el (timer-inc-time): Doc fix.
8175         * replace.el (keep-lines, flush-lines): Interactively report
8176         read-only error before reading regexp argument.
8178         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
8180         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
8181         frame parameters like bury-buffer.
8183         * simple.el (choose-completion-delete-max-match):
8184         Handle minibuffer prompts explicitly.
8186 2002-07-18  Juanma Barranquero  <lektu@terra.es>
8188         * international/mule-util.el (string-to-sequence, truncate-string):
8189         Add autoload cookie to obsolescence declaration.
8191         * rect.el (move-to-column-force): Likewise.
8193         * composite.el (decompose-composite-char): Likewise; also remove
8194         redundant info.
8196 2002-07-18  Kim F. Storm  <storm@cua.dk>
8198         * loadup.el: Load international/utf-8 before international/characters.
8200 2002-07-17  Dave Love  <fx@gnu.org>
8202         * international/ucs-tables.el: Optimize tables.  Deal with some
8203         non-8859 charsets.
8204         (ucs-mule-to-mule-unicode): New.
8205         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
8206         translation.
8207         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
8208         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
8209         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
8210         version.  Add custom dependencies.
8211         (ucs-insert): Check for null from decode-char.
8212         (translation-table-for-input, ucs-quail-activate)
8213         (ucs-minibuffer-setup, ccl-encode-unicode-font)
8214         (ucs-tables-unload-hook): New.
8216         * international/mule.el (define-translation-hash-table): New.
8217         (decode-char): Use utf-8-translation-table-for-decode.
8218         (encode-char): Use ucs-mule-to-mule-unicode.
8220         * international/characters.el: Fix settings of U+2000-U+2027.
8221         Remove \e$(C'Y\e(B.
8223         * international/mule-cmds.el (locale-language-names): Fix be, add
8224         sr_YU@cyrillic, modify tg.
8225         (locale-charset-language-names): Put @euro last.
8227         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
8228         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
8229         (cyrillic-koi8-r-decode-table): Make unbound after use.
8230         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
8231         factor.  Use utf-8-translation-table-for-decode.
8232         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
8233         (cyrillic-unify-encoding): New function.
8234         (cyrillic-koi8): Modify safe-chars, valid-codes.
8235         Remove charset-origin-alist.
8236         (Cp878, cp866): New alias.
8237         (ccl-encode-8859-5-font): New.
8238         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
8239         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
8240         Remove redundant parens.
8241         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
8242         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
8243         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
8244         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
8245         ("Cyrillic-ALT"): Change input method.
8246         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
8248         * international/utf-8.el (utf-8-subst-table)
8249         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
8250         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
8251         (utf-8-ccl-regs, utf-8-translate-cjk): New.
8252         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
8253         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
8254         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
8255         (mule-utf-8): Remove pre-write-conversion.
8256         (utf-8-post-read-conversion): Comment out.
8258         * international/ccl.el (ccl-command-table): Add lookup-integer,
8259         lookup-character.
8260         (ccl-extended-code-table): Add lookup-int-const-tbl,
8261         lookup-char-const-tbl.
8262         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
8263         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
8264         New functions.
8265         (define-ccl-program): Doc update.
8267         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
8268         (utf-8-subst-table): Don't set.
8270 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
8272         * international/mule.el (define-coding-system-alias):
8273         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
8274         eol-type is not auto-detection.
8276         * international/mule-diag.el (print-coding-system-briefly):
8277         Fix the handling of an alias of which eol-type is not auto-detection.
8279         * international/mule-conf.el (us-ascii): Define it as an alias of
8280         iso-safe.
8282 2002-07-17  Juanma Barranquero  <lektu@terra.es>
8284         * help-fns.el (describe-function-1): Put empty line before "Not
8285         documented" text.
8287         * timer.el (timer-set-time-with-usecs): Mark obsolete.
8289 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
8291         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8292         Make sure to change the global tool-bar-map.
8294         * vc.el (vc-default-comment-history): Hard code *vc*.
8295         This is because print-log always prints there now.
8296         (vc-annotate-font-lock-keywords): New var.
8297         (vc-annotate-mode): Use it.  Set truncate-lines as well.
8298         (vc-annotate-display-select): Unify the two error reports.
8299         (vc-annotate-offset): New var.
8300         (vc-annotate-lines): New fun extracted from vc-annotate-display.
8301         (vc-annotate-display): Use it, via font-lock.
8303         * help-fns.el (help-split-fundoc, help-function-arglist)
8304         (help-make-usage): New funs, extracted from describe-function-1.
8305         (describe-function-1): Use them.
8307         * help.el (help-key-description): Show the untranslated keys
8308         when they start with ESC and the ESC was not translated.
8310         * help-mode.el (view): Always require.
8311         (help-xref-mule-regexp): Don't use defconst for variables.
8312         (help-setup-xref): Keep the last 10 elements of the stack.
8313         (help-xref-override-view-map): New var.
8314         (help-make-xrefs): Use it instead of building a new map each time.
8315         (help-function-def): Allow help-fun to take a buffer as arg.
8317         * diff-mode.el (diff-reverse-direction): Simplify.
8318         (diff-after-change-function): Fix typo.
8319         (diff-post-command-hook): Take care of edge cases.
8320         (diff-current-defun): Do `goto-char' after setting the mode.
8322         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
8323         Fold mouse-sel-bindings into it.
8324         (mouse-sel-bound-events): Turn it into an alist.
8325         (mouse-insert-selection): Delegate to mouse-yank-at-click if
8326         mouse-sel-default-bindings asks for it.
8328 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
8330         * files.el: Bind toggle-read-only to C-x C-q.
8331         (toggle-read-only): Display a warning message if the file is under
8332         version control.
8334         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
8335         (vc-toggle-read-only): Explain in the doc string that users can bind
8336         this to C-x C-q.
8337         (vc-checkout-model): Change doc string to refer to vc-next-action,
8338         not vc-toggle-read-only.
8340         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
8341         comparing to file on disk.  Fix the case when claiming the lock
8342         on a file that has unlocked changes.
8343         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
8345 2002-07-16  Richard M. Stallman  <rms@gnu.org>
8347         * simple.el (choose-completion-string): Doc fix.
8349         * cus-edit.el: New operation :custom-standard-value.
8350         (Custom-reset-standard): Use it.
8351         (custom-variable, custom-face): Define it.
8352         (custom-variable-standard-value, custom-face-standard-value): New fns.
8353         (custom-face-save): Don't save a face whose value is standard.
8354         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
8356         * cus-edit.el (custom-face-edit-fix-value):
8357         If VALUE is not a list, pass it thru.
8359         * compare-w.el (compare-windows-whitespace): Always allow newline
8360         even if it does not have whitespace syntax.
8362 2002-07-16  Juanma Barranquero  <lektu@terra.es>
8364         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
8366 2002-07-15  Juanma Barranquero  <lektu@terra.es>
8368         * help-fns.el (describe-variable): Show documentation for aliased
8369         variable if alias does not have its own.
8371 2002-07-15  Mike Williams  <mdub@bigfoot.com>
8373         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
8374         cut/paste functions.
8376 2002-07-14  Richard M. Stallman  <rms@gnu.org>
8378         * files.el (find-alternate-file): Offer to save a modified buffer.
8379         Handle kill-buffer-query-functions better.
8381         * startup.el (normal-splash-screen, fancy-splash-text):
8382         Update name of help menu item for ordering printed manuals.
8384         * emacs-lisp/checkdoc.el: Fix doc typos.
8386 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
8388         * textmodes/tex-mode.el: Set encoding to utf-8.
8389         (tex-start-options): Make it into always-a-string.
8390         Remove silly custom options that are covered by the other var.
8391         (tex-start-commands): Fix docstring.
8392         (tex-open-quote, tex-close-quote): Add options.
8393         (tex-command): Provide default.
8394         (tex-font-lock-keywords-1): Highlight $$...$$.
8395         (tex-font-lock-keywords-2): Fix latin-1 chars.
8396         (tex-mode-map): Remove redundant \t binding.
8397         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
8398         (latex-mode): Use add-hook for fill-nobreak-predicate.
8399         (tex-common-initialization): Set indent-tabs-mode to nil.
8400         (tex-insert-quote): Undo magic if invoked twice in a row.
8401         (latex-fill-nobreak-predicate): Don't use narrowing.
8402         (tex-latex-block): Don't cons uselessly.
8403         (tex-last-unended-begin): Signal user-friendlier error.
8404         (tex-goto-last-unclosed-latex-block): Don't catch signal.
8405         (tex-start-tex): Switch order of tex-start-options and
8406         tex-start-commands to make it obey docstrings.
8408 2002-07-14  Mike Williams  <mdub@bigfoot.com>
8410         * mouse-sel.el (mouse-sel-bound-events): New constant.
8411         (mouse-sel-bindings): Save/restore original mouse-bindings.
8413 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
8415         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
8416         (cl-hack-byte-compiler): Avoid infinite require loop.
8418         * net/ange-ftp.el: Use hash-tables.
8419         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
8420         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
8421         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
8422         Replace with make-hash-table, maphash, gethash, puthash and remhash.
8423         (ange-ftp-hash-entry-exists-p): Rewrite.
8424         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
8425         Change mapatom -> maphash.
8426         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
8427         Update to new calling mode.
8429         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
8430         (ebrowse-hash-table-to-alist): Delete.
8431         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
8432         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
8434         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
8435         Improve the regexp used when unquoting.
8436         (sgml-pretty-print): New function.
8437         (sgml-get-context): Better handling of improperly nested tags.
8438         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
8440 2002-07-13  Andreas Schwab  <schwab@suse.de>
8442         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
8443         inherited table entry.
8445 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8447         * calendar/timeclock.el (timeclock-in): Handle the case where no
8448         log file exists (ie the very first call).
8450 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8452         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
8453         is done by Tramp.
8455         * net/tramp.el (tramp-multi-file-name-structure-unified):
8456         Add missing slash and move colon from start to end of each hop.
8457         (tramp-multi-file-name-hop-structure-unified): Move colon from
8458         start to end of each hop.
8460 2002-07-13  Kim F. Storm  <storm@cua.dk>
8462         * progmodes/compile.el (grep-tree): Fixed autoload.
8463         Corrected use of undefined variable `match-files-aliases'.
8465 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
8467         * calendar/timeclock.el (timeclock-get-workday-function):
8468         `timeclock-workday' is not a valid option, rather a possible
8469         return value.
8471 2002-07-12  Richard M. Stallman  <rms@gnu.org>
8473         * net/ange-ftp.el (ange-ftp-write-region):
8474         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
8475         to ange-ftp-real-write-region.
8477         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
8479         * help-fns.el (help-with-tutorial): Display completion list right away.
8481         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
8483         * startup.el (command-line): Set memory-signal-data.
8484         (fancy-splash-text, normal-splash-screen):
8485         Mention "Read the Emacs Manual" or C-h r.
8486         Rearrange the initial help to put the help cmds on left
8487         and the actions (exit, undo) on the right.  Other small
8488         text clarifications.
8489         (fancy-splash-text, actions page): Add blank line to balance help page.
8491         * help.el (help-map): Add binding for info-emacs-manual.
8492         (print-help-return-message): Doc fix.
8494         * strokes.el (strokes-help): Call print-help-return-message
8495         while inside with-output-to-temp-buffer.
8497         * info.el (info-emacs-manual): New function.
8498         (Info-use-header-line): Doc fix.
8500         * emacs-lisp/cl.el (multiple-value-call): Add alias.
8502         * progmodes/compile.el (compilation-normalize-filename):
8503         New subroutine, taken out of compilation-parse-errors.
8504         (compilation-parse-errors): Use that, and for directories too.
8505         Don't check whether a directory really exists.
8507 2002-07-12  Juanma Barranquero  <lektu@terra.es>
8509         * help-fns.el (describe-variable): Remove useless "Documentation:"
8510         string.
8512         * timer.el (timer-set-time-with-usecs): Fix documentation.
8513         Simplify extraction of time data.
8515 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
8517         * help-fns.el (describe-variable): Mention if the variable is an
8518         alias.  Put `defvaralias' info before the documentation.
8520 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
8522         * international/mule-cmds.el (locale-language-names): Change "mk"
8523         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
8524         alphabet) to "Cyrillic-ISO".
8526 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8528         * net/tramp.el (tramp-default-method): New default method "sm"
8529         which I guess to be good for most people.
8530         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
8531         Ange-FTP) for some user/host combinations.
8532         (tramp-file-name-structure, tramp-file-name-regexp)
8533         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
8534         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
8535         (tramp-make-multi-tramp-file-format): New default value which
8536         unifies the filename syntax between Tramp and Ange-FTP.  The new
8537         syntax is "/method:user@host:path".  Note the colon after the method.
8538         (tramp-handle-file-name-directory): Don't return "/" when
8539         completing a remote root directory (where the filename looks like
8540         "/method:user@host:/").
8541         (tramp-handle-ange-ftp): Deleted.
8542         (tramp-disable-ange-ftp): New function, called at toplevel,
8543         deletes Ange-FTP from file-name-handler-alist.
8544         (tramp-handle-make-symbolic-link): Implement.
8546 2002-07-10  Juanma Barranquero  <lektu@terra.es>
8548         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
8550         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
8551         (speedbar-vc-do-check): Likewise.
8552         (speedbar-obj-do-check): Likewise.
8553         (speedbar-mouse-hscroll): Likewise.
8554         (speedbar-file-lists): Likewise.
8556         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
8558 2002-07-09  Ole Aamot  <ole@gnu.org>
8560         * compile.el (compilation-error-regexp-alist):
8561         Recognize Valgrind messages.
8563 2002-07-09  Juanma Barranquero  <lektu@terra.es>
8565         * faces.el (face-id): Fix typo.
8567         * hexl.el (hexl-mode): Likewise.
8569         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
8571         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
8573         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
8574         (speedbar-desired-buffer): Likewise.
8575         (speedbar-line-file): Likewise.
8576         (speedbar-special-mode-key-map): Fix typo.
8577         (speedbar-dynamic-tags-function-list): Likewise.
8578         (speedbar-use-images): Likewise.
8579         (speedbar-up-directory): Likewise.
8580         (speedbar-item-info): Likewise.
8581         (speedbar-set-timer): Likewise.
8582         (speedbar-insert-button): Likewise.
8583         (speedbar-make-button): Likewise.
8584         (speedbar-make-tag-line): Likewise.
8585         (speedbar-insert-files-at-point): Likewise.
8586         (speedbar-update-special-contents): Likewise.
8587         (speedbar-find-selected-file): Likewise.
8588         (speedbar-add-indicator): Likewise.
8589         (speedbar-do-function-pointer): Likewise.
8590         (speedbar-goto-this-file): Likewise.
8591         (speedbar-line-path): Likewise.
8592         (speedbar-mouse-event-p): Likewise.
8593         (speedbar-dir-follow): Likewise.
8594         (speedbar-tag-find): Likewise.
8595         (speedbar-fetch-etags-command): Likewise.
8596         (speedbar-fetch-etags-arguments): Likewise.
8597         (speedbar-toggle-etags): Likewise.
8598         (speedbar-extract-one-symbol): Likewise.
8599         (speedbar-parse-c-or-c++tag): Likewise.
8600         (speedbar-unhighlight-one-tag-line): Likewise.
8601         (speedbar-directory-face): Likewise.
8602         (defimage-speedbar): Likewise.
8603         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
8604         (defimage-speedbar): Likewise.
8606 2002-07-09  Miles Bader  <miles@gnu.org>
8608         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
8609         to nil when prompting for a filename.
8611 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
8613         * files.el (insert-directory): Be sure to bind
8614         coding-system-for-write to the just decided coding-system-for-read.
8616 2002-07-09  Kim F. Storm  <storm@cua.dk>
8618         * ido.el (ido-make-merged-file-list): Move fully matching item to
8619         head of list.
8620         (ido-find-common-substring): Return substring instead of t.
8622 2002-07-08  Juanma Barranquero  <lektu@terra.es>
8624         * info.el (Info-directory-list): Fix docstring.
8626 2002-07-08  Miles Bader  <miles@gnu.org>
8628         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
8629         before first use.
8631 2002-07-08  Kim F. Storm  <storm@cua.dk>
8633         * files.el (after-find-file): Don't check for read-only status
8634         of files just created (and not yet saved on disk).
8636         * ido.el (ido-completion-help): Changed xemacs specific code to
8637         avoid byte compiler warning in GNU emacs.
8638         (ido-set-matches1): Use regexp-quote instead of identity.
8639         (ido-complete-space): New function.
8640         (ido-define-mode-map): Bind it to SPACE.
8642 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
8644         * font-lock.el (font-lock-default-unfontify-region):
8645         Use remove-list-of-text-properties.
8646         (font-lock-extra-managed-props): Doc fix.
8648         * facemenu.el: Move `provide' to the end.
8649         (facemenu-read-color): Don't cons unnecessarily.
8651         * language/ind-util.el (indian-make-hash):
8652         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
8653         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
8655         * subr.el (insert-string): Update the obsolete info.
8656         (makehash): Move from C and mark obsolete.
8658         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
8659         aliases to also work for interactive functions.
8660         Use the same wrapper for subroutines.
8661         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
8662         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
8664         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
8665         automatic environment name update.
8666         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
8668 2002-07-07  Richard M. Stallman  <rms@gnu.org>
8670         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
8672         * emacs-lisp/advice.el (ad-compile-function):
8673         Disable cl-function warnings if cl is loaded.
8675         * files.el (safe-local-eval-forms): New user option.
8676         (hack-one-local-variable-eval-safep): Support it.
8677         Also allow `safe-local-eval-function' property to be a function
8678         or a list of functions.
8679         (c-add-style): Delete `safe-local-eval-function' property.
8681         * files.el (after-find-file): Make buffer read-only if file is
8682         marked that way, even for root.
8684         * files.el (save-some-buffers): Doc fix.
8686         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
8688 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8690         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
8691         .sx[dmicw] file suffixes for Open office data files.
8693         * files.el (auto-mode-alist): Likewise.
8695         * international/mule.el (auto-coding-alist): Likewise.
8697 2002-07-05  Kim F. Storm  <storm@cua.dk>
8699         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
8700         FCT if current column is outside rectangle.
8701         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
8703 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
8705         * net/ange-ftp.el: Use add-hook and find-file-hook.
8706         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
8707         (ange-ftp-ls-parser): Make it into a function.
8708         Ignore trailing @ in symlink targets.
8709         (ange-ftp-file-entry-p): Ignore FTP errors.
8710         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
8711         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
8713 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
8715         * simple.el (toggle-truncate-lines): New command.
8717 2002-07-04  Miles Bader  <miles@gnu.org>
8719         * comint.el (comint-displayed-dynamic-completions): New variable.
8720         (comint-dynamic-list-completions): Be more careful about choosing
8721         when to scroll an existing completions window.
8723 2002-07-03  Andreas Schwab  <schwab@suse.de>
8725         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
8726         after doc string.
8728 2002-07-03  Juanma Barranquero  <lektu@terra.es>
8730         * net/tramp.el (tramp-send-eof): Fix typo.
8731         (tramp-kill-process): Likewise.
8733         * play/dunnet.el (dun-physobj-desc): Likewise.
8735         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
8737         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
8738         (timeclock-workday-elapsed): Likewise.
8740         * allout.el (outline-goto-prefix): Likewise.
8742         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
8743         (tpu-delete-to-bol): Likewise.
8745         * subr.el (chars-in-region): Add obsolescence declaration for
8746         `chars-in-region'.
8748 2002-07-03  Miles Bader  <miles@gnu.org>
8750         * faces.el (header-line): Don't use a `common' clause for
8751         inheriting from the mode-line face, since we can't override it,
8752         and we don't want it for ttys.
8754 2002-07-02  Richard M. Stallman  <rms@gnu.org>
8756         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
8758         * files.el (hack-one-local-variable-constantp): New function.
8759         (hack-one-local-variable-eval-safep): New function.
8760         Check for `eval:' calling fn with `safe-local-eval-function' property.
8761         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
8762         (c-add-style, c-set-style): Add safe-local-eval-function property.
8764         * files.el (insert-directory): Handle --dired option to ls.
8766         * files.el (file-remote-p): New function.
8768         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
8770         * startup.el (fancy-splash-screens): Switch to a chosen frame.
8771         (fancy-splash-frame): Choose the right frame to use.
8772         (use-fancy-splash-screens-p): Check dimensions of the right frame
8773         in order to decide.
8775         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8776         Rename cl-func to cl-functions.  Enable it by default.
8777         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
8778         if the file loads cl.
8779         (byte-compile-initial-macro-environment): For eval-and-compile,
8780         use byte-compile-eval-before-compile to eval.
8781         (byte-compile-eval-before-compile): New function to turn off
8782         cl-functions when appropriate, for eval-and-compile.
8783         (byte-compile-warnings): Doc fix.
8785 2002-07-02  Dave Love  <fx@gnu.org>
8787         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
8788         (byte-compile-cl-warn): New function.
8789         (byte-compile-form): Use it, to warn about calling cl functions.
8790         (byte-compile-warning-types): Doc fix.
8792 2002-07-02  Juanma Barranquero  <lektu@terra.es>
8794         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
8796         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
8798         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
8799         Fix typo.
8801 2002-07-02  Kim F. Storm  <storm@cua.dk>
8803         * emacs-lisp/bindat.el: New file.
8805 2002-07-01  Sam Steingold  <sds@gnu.org>
8807         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
8808         before `tex-main-file' because if the current buffer is new, its
8809         file might not exist yet, and then `tex-main-file' will
8810         incorrectly return "foo.tex.tex".
8812 2002-07-01  Juanma Barranquero  <lektu@terra.es>
8814         * ido.el (ido-minibuffer-setup-hook): Doc fix.
8816 2002-07-01  Dave Love  <fx@gnu.org>
8818         Make strokes a proper minor mode, and don't try to overload
8819         mouse-2, which doesn't work satisfactorily.
8821         * strokes.el: Doc fixes.
8822         (strokes-mode): Defcustom deleted; replaced by minor mode def with
8823         re-written function.
8824         (strokes-while-inhibiting-garbage-collector): Comment out.
8825         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
8826         (strokes-insinuate, global-set-stroke, describe-stroke)
8827         (load-user-strokes, save-strokes, strokes-bug-address)
8828         (strokes-click-command): Deleted.
8829         (strokes-execute-stroke): Remove strokes-click-p case.
8830         (strokes-describe-stroke): Remove strokes-click-p stuff.
8831         (strokes-help): Fix.
8832         (strokes-report-bug): Alias to report-emacs-bug.
8833         (strokes-prompt-user-save-strokes): Modify format of the file.
8834         (strokes-mode-map, strokes-unload-hook): New.
8835         (strokes-buffer-name): Don't customize.
8837 2002-07-01  Richard M. Stallman  <rms@gnu.org>
8839         * info.el (Info-index): Get immediate error if used in `dir'.
8841         * textmodes/picture.el (picture-forward-column)
8842         (picture-move-down): Never deactivate the mark.
8844 2002-06-30  Simon Josefsson  <jas@extundo.com>
8846         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
8847         menu entry into balloon help.
8849 2002-06-30  Andreas Schwab  <schwab@suse.de>
8851         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
8852         * term/mac-win.el: Don't set it here.
8854 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
8856         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
8858 2002-06-29  Andreas Schwab  <schwab@suse.de>
8860         * term/mac-win.el: Use directory-free-space-program instead of
8861         obsolete variable dired-free-space-program.  On Darwin, don't set
8862         directory-free-space-program, shell-file-name and
8863         process-connection-type; set directory-free-space-args to not
8864         include `-P' and use utf-8 for file name coding system.
8866         * simple.el (shell-command-on-region): Handle errors and signals
8867         from shell command execution.
8868         (display-message-or-buffer): Fix last change.
8869         (shell-command-default-error-buffer): Doc fix.
8871         * dired.el (dired-view-file): Quote file name for
8872         dired-run-shell-command.
8874 2002-06-29  Kim F. Storm  <storm@cua.dk>
8876         * kmacro.el: New file.
8878 2002-06-28  John Wiegley  <johnw@gnu.org>
8880         * pcmpl-cvs.el: Added my name as the maintainer of this file.
8882 2002-06-28  Andreas Schwab  <schwab@suse.de>
8884         * shell.el (explicit-bash-args): New user option.
8886 2002-06-28  Kim F. Storm  <storm@cua.dk>
8888         * ido.el: New file.
8890 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
8892         * derived.el (define-derived-mode): Preserve the `mode-class' rather
8893         than the `special' symbol property.
8894         (derived-mode-class): Make it obsolete.
8896 2002-06-27  Andreas Schwab  <schwab@suse.de>
8898         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
8900 2002-06-27  Juanma Barranquero  <lektu@terra.es>
8902         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
8903         (meta-flag): Likewise.
8905         * international/mule-util.el (string-to-sequence): Likewise.
8907         * subr.el (char-bytes): Likewise.
8908         (make-local-hook): Likewise.
8909         (baud-rate): Remove redundant info from docstring.
8911         * faces.el (frame-update-faces): Fix obsolescence declaration.
8912         (internal-get-face): Remove redundant info from docstring and
8913         fix obsolescence declaration.
8915         * rect.el (move-to-column-force): Likewise.
8917         * help-fns.el (describe-function-1): Use semicolon instead of dot.
8918         (describe-variable): Likewise.
8920 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
8922         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
8923         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
8924         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
8925         (mouse-wheel-follow-mouse): Change default to t.
8926         (mwheel-event-button): Return the basic event symbol.
8927         (mwheel-scroll): Work with non-mouse events.
8928         (mouse-wheel-mode): Use the new vars.
8929         (mwheel-install): Obey `uninstall'.
8931         * term/xterm.el (function-key-map): Add some bindings.
8933         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
8934         Rename from delay-uniquify-rationalize-file-buffer-names.
8935         Only rationalize if the buffer is under uniquify control.
8936         (uniquify-delayed-rationalize-file-buffer-names):
8937         Rename from delayed-uniquify-rationalize-file-buffer-names.
8939 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8941         * net/tramp.el (tramp-file-name-structure)
8942         (tramp-multi-file-name-hop-structure): Split for easier readability.
8943         (tramp-handle-make-symbolic-link): Use user/host/method/... from
8944         LINKNAME, not FILENAME.
8945         (tramp-handle-verify-visited-file-modtime):
8946         Call tramp-ange-ftp-file-name-p with right parameters.
8947         (tramp-handle-verify-visited-file-modtime): `insert' does not
8948         work for integers, convert them to strings first.
8949         (tramp-handle-ange-ftp): New function to perform setup for
8950         replacing Ange-FTP with Tramp.
8951         (tramp-repair-jka-compr): New function to factor out some
8952         previously top-level code.  Call the function at top-level.
8954 2002-06-27  Juanma Barranquero  <lektu@terra.es>
8956         * composite.el (decompose-composite-char): Fix docstring.
8958         * faces.el (describe-face): Capitalize "not documented" message.
8960         * help-fns.el (describe-variable): Likewise.
8961         (describe-function-1): Likewise. Also, document the obsolescence
8962         of the function, if applicable.
8964 2002-06-26  Juanma Barranquero  <lektu@terra.es>
8966         * info.el (info-menu-5): Fix documentation.
8967         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
8969 2002-06-26  Richard M. Stallman  <rms@gnu.org>
8971         * emacs-lisp/cl.el (values): Simplify definition.
8973         * simple.el (shell-command): Match & only at end of whole command.
8974         (display-message-or-buffer): Don't use the echo area
8975         if output buffer is visible.
8977         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
8979         * progmodes/cperl-mode.el: Many trivial doc fixes.
8980         (cperl-non-problems): Definition deleted.
8981         (cperl-menu): Don't refer to cperl-non-problems.
8982         (cperl-word-at-point): Add doc string.
8983         (cperl-beautify-regexp-piece): Fix error message.
8984         (cperl-invert-if-unless): Fix error message.
8986         * dired.el (dired-find-alternate-file): Mark as disabled.
8988 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8990         * net/tramp.el (tramp-ftp-method): New user option.
8991         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
8992         (with-parsed-tramp-file-name): New macro for the usual big `let'
8993         statement to dissect a file-name.
8994         (tramp-handle-make-symbolic-link, tramp-handle-load)
8995         (tramp-handle-file-name-directory)
8996         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8997         (tramp-handle-file-truename, tramp-handle-file-directory-p)
8998         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
8999         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
9000         Use the new macro and forward call to Ange-FTP if applicable.
9001         (tramp-make-ange-ftp-file-name): New helper function to convert a
9002         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
9003         (tramp-default-method-alist): New user option.
9004         (tramp-find-default-method): Use it.
9005         (tramp-sh-extra-args): New variable.
9006         (tramp-find-shell): Use it.
9007         (tramp-open-connection-rsh): Support a kludgy feature for the
9008         "-p" option to ssh.  If host name is given as "host#42", uses the
9009         "-p 42" option.
9011 2002-06-25  Andreas Schwab  <schwab@suse.de>
9013         * replace.el (occur-1): Avoid invalid message format string.
9015 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
9017         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
9018         Check for `noruntime' even if the function has a known sig.
9019         (byte-compile-file, byte-compile-output-docform):
9020         Don't hard code point-min = 1.
9022         * pcvs.el (cvs-parse-process): Don't save/restore point.
9023         Fix last change not to introduce spurious dir FIs.
9024         (cvs-move-to-goal-column): New function extracted from
9025         cvs-mode-previous-line.
9026         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
9027         (cvs-addto-collection): Use it to preserve point.
9028         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
9030         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
9031         Don't require the first element to be modifier-free.
9033         * pcvs-parse.el (cvs-parse-table):
9034         Handle `nothing known about' with more care.
9036         * pcvs.el (cvs-fileinfo-kill): Remove.
9037         (cvs-parse-process): Add `old-fis' argument.
9038         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
9040         * descr-text.el (describe-property-list): Make sure there's
9041         a space between the property name and its value.
9042         (describe-text-properties): Don't kill a pre-existing buffer.
9044         * mwheel.el: Undo last patch from Stephen Gildea for now.
9046 2002-06-24  Kim F. Storm  <storm@cua.dk>
9048         * emulation/keypad.el: Added :require 'keypad to defcustoms.
9050 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
9052         * subr.el (event-start, event-end, event-click-count):
9053         Accept non-mouse events as well.
9054         (read-key): New function.
9055         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
9057         * files.el: Rename (and mark as obsolete)
9058         find-file-hooks to find-file-hook,
9059         find-file-not-found-hooks to find-file-not-found-functions,
9060         write-file-hooks to write-file-functions,
9061         write-contents-hooks to write-contents-functions.
9062         Mark local-write-file-hooks as obsolete.
9063         (locate-file-completion): Don't cons uselessly.  Use test-completion.
9064         (basic-save-buffer): Use (point-min) rather than 1.
9065         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
9067         * help-fns.el (describe-variable): Only use `buffer' is still live.
9068         Use `delete-region' instead of save-excursion + delete-char.
9069         Document the obsolescence of the variable, if applicable.
9071 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
9073         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
9074         comment-auto-fill-only-comments.
9076 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9078         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
9079         This is not a handled operation.
9081 2002-06-21  Kim F. Storm  <storm@cua.dk>
9083         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
9084         work again.  Corrected error in check for C-u initiated prefix.
9086         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
9088 2002-06-21  Richard M. Stallman  <rms@gnu.org>
9090         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
9091         to browse-url-at-point.
9093         * play/zone.el (zone-idle): Var deleted.
9095         * international/iso-acc.el (iso-languages) <french>:
9096         `~ ' now generates `~', `~,' definition deleted.
9098         * format.el (format-annotate-function): Copy multibyte flag
9099         and selective-display into the new temp buffer.
9101         * edmacro.el (edmacro-fix-menu-commands):
9102         Discard `help-echo' events.  Handle (menu-bar) events.
9103         Simplify by converting key sequence to a list and then back to vector.
9105 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
9107         * mwheel.el: Allow arbitrary keys for scrolling, add a third
9108         scrolling speed, fix an unwind-protect.
9109         (mouse-wheel-scroll-amount): Now a three-element list.
9110         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
9111         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
9112         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
9113         New functions.
9115 2002-06-21  Andreas Schwab  <schwab@suse.de>
9117         * files.el (find-file-read-args): Add new argument `mustmatch' and
9118         pass it down to read-file-name.
9119         (find-file, find-file-other-window, find-file-other-frame)
9120         (find-file-read-only, find-file-read-only-other-window)
9121         (find-file-read-only-other-frame): Use it and fix prompts.
9123 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
9125         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
9127 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
9129         * progmodes/ada-mode.el: Update copyright notice.
9130         Synchronize with GNAT release 3.15a1.
9131         Do not attempt to load ada-support, which is only for compatibility
9132         with older Emacs versions, and is not needed for Emacs 21.
9133         Fix various calls to count-lines, that didn't work correctly when the
9134         buffer was narrowed.
9135         (ada-continuation-indent): New variable.
9136         (ada-contextual-menu): New entry "List local references", faster than
9137         "List References".
9138         (ada-mode): New alignment rules provided by S. Leake.
9139         Add support for which-function-mode.
9140         (ada-get-current-indent): Fix indentation of named parameter lists and
9141         nested boolean expressions.
9142         (ada-indent-on-previous-lines): Fix indentation of labels.
9143         (ada-search-prev-end-stmt): Fix searching of the previous
9144         end-statement, specially with regards to nested subprograms.
9145         (comment-region advice): Initially disabled, for better compatibility
9146         with other modes.
9147         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
9149         * progmodes/ada-xref.el: Update copyright notice.
9150         (ada-xref-create-ali): The default is now not to create automatically
9151         the ALI files by compiling the unit, since this isn't always reliable
9152         and requires an up-to-date project file.
9153         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
9154         a file, but use gnatmake instead, since this gives access to the GNAT
9155         project files.
9156         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
9157         (ada-load-project-hook): New variable, for support of GNAT
9158         project files.
9159         (ada-update-project-menu): Fix the detection of the project file name.
9160         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
9161         with another binding in ada-mode.el.
9162         (ada-add-menu): New menu "List Local References", to list the reference
9163         to the entity only in the current file, instead of looking in the whole
9164         project.  Much faster.
9165         (ada-find-references): New parameters arg and local-only.
9166         (ada-find-any-references): New parameters local-only and append.
9167         (ada-goto-declaration): Fix handling of predefined entities in xref.
9168         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
9169         still compatible with GNAT 3.14 of course.  Fix various calls to
9170         count-lines, that didn't work correctly when the buffer was narrowed.
9172         * progmodes/ada-prj.el: Update copyright.
9173         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
9174         21 dialogs to select the file, since we want a directory name only.
9175         (ada-customize): Add support for the new GNAT project files.
9177 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
9179         * progmodes/etags.el (tag-implicit-name-match-p): New function.
9180         (etags-recognize-tags-table): Use it for implicit tag names.
9182 2002-06-20  Miles Bader  <miles@gnu.org>
9184         * comint.el (comint-get-old-input-default): Strip text properties
9185         for fields too.
9187         * comint.el (comint-output-filter): Run output-filter functions
9188         before setting up the prompt.
9190         * international/characters.el: Re-enable code giving word syntax
9191         to certain japanese-jisx0208 characters.
9193 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
9195         * progmodes/f90.el (f90-type-def-re): Fix value.
9196         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
9198 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
9200         * international/quail.el (quail-help): Don't assume the buffer
9201         is displayed in the same frame.
9203         * emacs-lisp/debug.el (cancel-debug-on-entry):
9204         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
9206         * pcvs.el (cvs-vc-command-advice): Handle the case where args
9207         are passed to `cvs' before the command name.
9208         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
9210         * pcvs-info.el (cvs-add-face): Minor rewrite.
9211         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
9213         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
9214         regexp when they don't match comment-foo any more.
9216 2002-06-18  Juanma Barranquero  <lektu@terra.es>
9218         * filesets.el (filesets-update-pre010505): Fix typo.
9220         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
9222         * emulation/edt.el (edt-substitute): Fix typo.
9224         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
9226         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
9228         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
9230 2002-06-17  Richard M. Stallman  <rms@gnu.org>
9232         * facemenu.el (facemenu-map): Rename to Describe Text
9233         to Describe Properties and use describe-text-properties.
9235         * simple.el (what-cursor-position): Use describe-char.
9237         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
9238         from describe-char-after.  Now calls describe-text-properties.
9239         (describe-property-list): Renamed from describe-text-properties.
9240         (describe-text-properties): Renamed from describe-text-at.
9241         New arg OUTPUT-BUFFER.
9242         (describe-text-properties-1):
9243         New subroutine, broken out from describe-text-properties.
9244         Output a newline before each section of the output.
9246         * international/mule-diag.el (describe-char-after):
9247         Moved to descr-text.el.
9249 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
9251         * international/mule.el (ctext-pre-write-conversion): Fix the values
9252         of FROM and TO if we create a new buffer.
9254 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
9256         * comint.el (comint-insert-clicked-input): Insert clicked-on
9257         previous input without properties.
9259 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
9261         * term/mac-win.el (scalable-fonts-allowed): Set to t.
9263 2002-06-15  Colin Walters  <walters@debian.org>
9265         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
9266         Delete defvars.
9267         (cvs-highlight): Delete.
9268         (cvs-add-face): Use `font-lock-face'.  Always add properties.
9270         * ibuffer.el (ibuffer-movement-cycle): New variable.
9271         (ibuffer-backward-line, ibuffer-forward-line): Use it.
9273 2002-06-15  Richard M. Stallman  <rms@gnu.org>
9275         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
9276         (batch-byte-recompile-directory): Undo previous change.
9278         * comint.el (comint-skip-input): New function.
9279         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
9280         (comint-stop-subjob): Use comint-skip-input.
9282         * ielm.el (ielm-eval-input): Use error-message-string.
9283         (ielm-format-error, ielm-format-errors): Functions deleted.
9285 2002-06-14  Kim F. Storm  <storm@cua.dk>
9287         * progmodes/compile.el (grep-tree): Doc fixes.
9288         Added SUBDIRS arg for non-interactive use.
9290 2002-06-14  Juanma Barranquero  <lektu@terra.es>
9292         * comint.el (comint-snapshot-last-prompt):
9293         Bind `inhibit-read-only' to t to support read-only prompts.
9294         (comint-output-filter): Likewise.
9296 2002-06-14  Miles Bader  <miles@gnu.org>
9298         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
9299         (pop): Move the call to `car' outside the prog1, as the compiler
9300         then generates better code.
9302 2002-06-13  Richard M. Stallman  <rms@gnu.org>
9304         * play/zone.el (zone-timer): New variable holds the idle timer.
9305         (zone): Don't fiddle with the idle timer at all.
9306         (zone-when-idle): Put the idle timer in zone-timer.
9307         If one is already set up, cancel it and make a new one.
9308         (zone-leave-me-alone): Likewise.
9310 2002-06-13  Jason Rumney  <jasonr@gnu.org>
9312         * w32-fns.el (w32-charset-info-alist): Reorder.
9314 2002-06-13  Andreas Schwab  <schwab@suse.de>
9316         * files.el (auto-mode-alist): Move entry for ".in" to the end.
9318 2002-06-13  Miles Bader  <miles@gnu.org>
9320         * comint.el (comint-mode): Don't set `font-lock-defaults'.
9321         (comint-mode-hook): Turn on font-lock by default.
9323 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
9325         * bookmark.el (bookmark-file-or-variation-thereof):
9326         Restore vc-backend check, thanks to Robert Thorpe for noticing.
9328 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
9330         * textmodes/bibtex.el: Change the maintainer to "none".
9332 2002-06-12  Juanma Barranquero  <lektu@terra>
9334         * term/w32-win.el (x-handle-switch): Fix handling of
9335         x-invocation-args for switches with arguments.
9337 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
9339         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
9340         without first making sure it's bound.
9342 2002-06-12  Richard M. Stallman  <rms@gnu.org>
9344         * info.el (Info-fontify-node): Compute header line specially
9345         if node has no next, previous or up links.
9346         Hide the part of the first line that is used in the header.
9347         Use Info-next-link-keymap, etc.
9348         (Info-next-link-keymap, Info-prev-link-keymap)
9349         (Info-up-link-keymap): New variables.
9351         * international/mule-diag.el (describe-char-after): Doc fix.
9353         * view.el (view-mode-enter): Clarify echo area message.
9355         * info.el (Info-select-node): Turn header line on or off here.
9356         (Info-setup-header-line): Function deleted.
9357         (Info-mode): Make Info-header-line local.
9358         (Info-fontify-node): Ignore Info-use-header-line.
9359         Unconditionally compute what the header line should be, and
9360         store it on the `header-line' property of the node's first char.
9361         Bind [header-line down-mouse-1].
9362         Use `keymap' property, not `local-map'.
9363         Bind [mouse-2] for mouse clicks on the node line in the text.
9365         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
9367 2002-06-12  Miles Bader  <miles@gnu.org>
9369         * comint.el (comint-send-input): Properly handle empty and
9370         no-newline input regions.
9372 2002-06-12  Colin Walters  <walters@gnu.org>
9374         * calc/calc.el: Use `when', `unless'.
9375         (calc-trail-mode): Use an italic `font-lock-face'.
9376         (calc-refresh): Ditto.
9378 2002-06-12  Colin Walters  <walters@debian.org>
9380         * font-core.el (font-lock-core-only): Variable deleted.
9381         All uses removed.
9382         (font-lock-set-defaults): Variable alist settings moved back into
9383         font-lock-set-defaults-1.
9384         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
9385         is specifically excluded by the user.
9387         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
9389         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
9391         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
9393         * info.el (Info-mode): Don't set `font-lock-defaults'.
9395         * replace.el (occur-mode): Don't set `font-lock-defaults'.
9397         * help-mode.el (help-highlight-p, help-highlight-face):
9398         Variable was unused; delete.
9399         (help-make-xrefs): Doc fix.
9401 2002-06-11  Richard M. Stallman  <rms@gnu.org>
9403         * format.el (format-alist): Document new element PRESERVE.
9404         (format-write-file): Implement PRESERVE elt for a format.
9406         * files.el (make-auto-save-file-name): Rename local `filename' to
9407         `file-name'.
9409 2002-06-10  Richard M. Stallman  <rms@gnu.org>
9411         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
9412         (ebrowse-copy-list): Function deleted.
9414         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
9416         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
9418         * eshell/esh-util.el (eshell-copy-list): Function deleted.
9419         (eshell-sublist): Use copy-sequence.
9420         (eshell-copy-tree): Make it an alias for copy-tree.
9422         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
9424         * subr.el (copy-list): Moved to cl.el.
9425         (copy-tree): Don't use copy-list or cl-pop.
9427 2002-06-10  Miles Bader  <miles@gnu.org>
9429         Make comint use text properties for highlighting instead of overlays:
9430         * comint.el (comint-last-output-overlay): Variable removed.
9431         (comint-send-input, comint-output-filter): Use text properties
9432         instead of overlays.
9433         (comint-insert-clicked-input): Rewrite to work with text
9434         properties as well as overlays
9435         (comint-snapshot-last-prompt): Snapshot using text properties.
9436         (comint-get-old-input-default, comint-extract-string): Don't copy
9437         text properties.
9439         * simple.el (line-move-finish): Inhibit field motion when
9440         computing `line-end'.
9442         * files.el (revert-buffer): Correct typo: variable name is
9443         `buffer-file-format', not `buffer-file-formats'.
9445         * comint.el (comint-send-input, comint-output-filter): Use the
9446         `font-lock-face' property instead of `face'.  Don't check the
9447         highlight-enabling variables anymore.
9448         (comint-highlight-input, comint-highlight-prompt): Variables removed.
9450         * faces.el (display-supports-face-attributes-p): New function.
9451         (face-spec-set-match-display): Support `supports' predicate.
9452         (italic): Try underlining for displays that don't support real italics.
9453         * cus-edit.el (custom-display): Add support for `supports' predicate.
9454         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
9455         instead of 8-bit, for consistency with the rest of emacs.
9456         (tty-color-canonicalize): Only copy COLOR if we need to change it.
9457         (tty-color-approximate): Scale values from `color-name-rgb-alist'
9458         appropriately.  Return the whole color description, rather than
9459         just the RGB values.
9460         (tty-color-standard-values): New function.  Code mostly taken from
9461         `tty-color-translate'.
9462         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
9463         do all the work.
9464         (tty-color-desc): Do color lookup here instead of calling
9465         `tty-color-translate' and `tty-color-by-index'; this is now the
9466         main place to do it.
9468 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
9470         * progmodes/cc-style.el (c-set-style, c-set-style-1):
9471         Add another state for the `dont-override' flag where it only keeps
9472         globally set variables.
9474 2002-06-08  Colin Walters  <walters@gnu.org>
9476         * descr-text.el (describe-text-properties): Sort the output by the
9477         size of the values.  Put `font-lock-face' property on property names.
9478         (toplevel): Provide `descr-text'.
9480         * international/mule-diag.el (describe-char-after): When there are
9481         text properties, require `descr-text', and just call
9482         `describe-text-properties'.
9484         * international/mule.el (sgml-html-meta-auto-coding-function):
9485         New function.
9486         (auto-coding-from-file-contents): Delete; merge functionality into
9487         `set-auto-coding'.
9488         (set-auto-coding): Move tests from `auto-coding-functions' so that
9489         they have a lower priority than coding: tags.
9490         Put `auto-coding-regexp-alist' tests before coding: tag tests.
9491         (sgml-xml-auto-coding-function): Simply `intern' the match, and
9492         test if it's a valid coding system.
9493         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
9495 2002-06-08  Colin Walters  <walters@verbum.org>
9497         * subr.el (copy-list): Moved here from cl.el.
9498         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
9500         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
9501         subr.el.  Add a defalias with the old name.
9503         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
9505         * replace.el (occur-mode): Don't set up categories.  Do set
9506         `font-lock-defaults', and be sure to set `font-lock-core-only'.
9507         (occur-1): Pass `list-matching-lines-face' and
9508         `list-matching-lines-buffer-name-face'.
9509         (occur-engine): Use `font-lock-face' instead of categories.
9511         * info.el (Info-mode): Don't set up categories.  Do set
9512         `font-lock-defaults', and be sure to set `font-lock-core-only'.
9513         (Info-fontify-menu-headers): Use `font-lock-face' instead of
9514         categories.
9515         (Info-fontify-node): Ditto.
9517         * ibuffer.el (ibuffer-category-alist): Delete.
9518         (ibuffer-get-category): Delete.
9519         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
9520         of categories.
9521         (ibuffer-compile-format): Don't treat `name' category specially.
9522         (ibuffer-column name): Use `font-lock-face'.
9523         (filename-and-process): Ditto.
9524         (ibuffer-buffer-name-category): Renamed to
9525         `ibuffer-buffer-name-face'.  Don't use categories.
9526         (ibuffer-update-title-and-summary): Use `font-lock-face'.
9527         (ibuffer-insert-filter-group): Ditto.
9528         (ibuffer-mode): Don't set up categories.  Do set
9529         `font-lock-defaults', and be sure to set `font-lock-core-only'.
9530         (ibuffer-compile-format): Don't pass third argument
9531         to column functions.
9532         (filename-and-process): Ditto.
9534         * ibuf-macs.el (define-ibuffer-column): Don't create a third
9535         argument for the generated function.
9537         * font-core.el (font-lock-category-alist): Delete.
9538         (turn-on-font-lock-if-enabled): Don't use it.
9539         (font-lock-symbol-category-alist): Delete.
9540         (font-lock-default-function): Use new `char-property-alias-alist'
9541         to make `font-lock-face' an alias for `face' when font-lock mode
9542         is enabled.
9543         (font-lock-core-only): New variable.
9544         (font-lock-set-defaults): Use it.
9546 2002-06-08  Richard M. Stallman  <rms@gnu.org>
9548         * files.el (find-file-noselect-1): Undo previous change.
9550         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
9552 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
9554         * bookmark.el (bookmark-file-or-variation-thereof): Just use
9555         Info-suffix-list, as suggested by Stefan Monnier.
9557 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
9559         * select.el (xselect-convert-to-string): If VALUE is a string,
9560         return a cons of TYPE and the string.
9562 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9564         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
9565         Fix the table to contain correct characters.
9567 2002-06-04  Richard M. Stallman  <rms@gnu.org>
9569         * simple.el: Don't require cl.
9571 2002-06-03  Richard M. Stallman  <rms@gnu.org>
9573         * dired.el (dired-do-shell-command): Doc fix in autoload.
9575         * info.el (Info-extract-pointer): Ignore Info-header-line.
9577         * progmodes/cc-mode.el (c-postprocess-file-styles):
9578         Do nothing except in CC modes.
9580         * international/mule-cmds.el (select-safe-coding-system):
9581         When computing auto-cs, narrow to FROM...TO.
9582         Put save-excursion outside save-restriction.
9583         New arg FILE; use that for set-auto-coding.
9585 2002-06-01  Richard M. Stallman  <rms@gnu.org>
9587         * simple.el (choose-completion-string-functions): Doc fix.
9588         (choose-completion-string): Add doc string.
9590 2002-06-01  Kim F. Storm  <storm@cua.dk>
9592         * simple.el: Reworked previous change.
9593         (choose-completion-string1): Merged back into choose-completion-string.
9594         (choose-completion-string): Run choose-completion-string-functions
9595         after checking for proper minibuffer window.  Added mini-p arg to
9596         the hook functions.  Insert choice if all hook functions return nil.
9597         (choose-completion-string-functions): Doc update.
9599 2002-06-01  Sam Steingold  <sds@gnu.org>
9601         * files.el (auto-mode-alist): Strip trailing ".in" from the file
9602         name when deciding the mode (for config.h.in, Makefile.in etc).
9604 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
9606         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
9607         ?/ and ?* entries to support /* */ style comments.
9608         (prolog-font-lock-keywords): New var.
9609         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
9611 2002-06-01  Kim F. Storm  <storm@cua.dk>
9613         * simple.el (choose-completion-string-functions): New special hook.
9614         (choose-completion-string1): Renamed from choose-completion-string.
9615         (choose-completion-string): Run choose-completion-string-functions
9616         until success, and only call choose-completion-string1 if it fails.
9618 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9620         * textmodes/ispell.el (autoloaded toplevel): Don't use
9621         ispell-library-directory without checking that it's bound.
9623 2002-05-31  Kim F. Storm  <storm@cua.dk>
9625         * emulation/cua-base.el (cua--last-deleted-region-pos)
9626         (cua--last-deleted-region-text): New aux variables.
9627         (cua-delete-region): Set them.
9628         (cua-repeat-replace-region): Use them to find the replacement text.
9630 2002-05-31  Juanma Barranquero  <lektu@terra.es>
9632         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
9633         Fix typos.
9635 2002-05-31  Kim F. Storm  <storm@cua.dk>
9637         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
9638         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
9639         New custom variables.
9640         (grep-compute-defaults): Compute grep-tree-command's default value.
9641         (grep-expand-command-macros): New aux function.
9642         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
9643         (grep-tree): New command like grep-find but extended prompting.
9645 2002-05-30  Richard M. Stallman  <rms@gnu.org>
9647         * files.el (find-file-default): Add defvar for var already used.
9649         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
9651         * subr.el (open-network-stream, open-network-stream-nowait)
9652         (open-network-stream-server, process-kill-without-query):
9653         Moved from simple.el.
9655         * simple.el (open-network-stream, open-network-stream-nowait)
9656         (open-network-stream-server, process-kill-without-query):
9657         Moved to subr.el.
9659         * simple.el (byte-compiling-files-p): Function deleted.
9661         * textmodes/ispell.el (ispell-library-directory): Renamed from
9662         ispell-library-path.  If Ispell is not installed, init to nil.
9663         (check-ispell-version): Doc fix.
9664         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
9665         initialize this unconditionally when ispell-menu-map-needed is t.
9666         Local `path' renamed to `dir'.
9668 2002-05-30  Miles Bader  <miles@gnu.org>
9670         * calc/calc.el (calc-show-banner): New variable.
9671         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
9672         (calc-mode-var-list): Add `calc-show-banner'.
9673         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
9674         (calc-toggle-banner): New function.
9675         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
9677 2002-05-29  Richard M. Stallman  <rms@gnu.org>
9679         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9680         When recognizing a def... construct, make that indentation
9681         tentative, so that it can be overridden if the list in question
9682         is not actually an expression.
9683         (common-lisp-indent-call-method): New subroutine.
9685         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9686         Delete the output file if we get a file-error.
9688         * tooltip.el (tooltip-mouse-motions-active): New variable.
9689         (tooltip-activate-mouse-motions): Don't kill track-mouse local
9690         if it was not made by us.
9692         * mouse.el (mouse-set-font): Avoid misleading error message
9693         if user makes no selection.
9695         * info.el (Info-setup-header-line): Don't hide the links line.
9697         * files.el (find-file-noselect-1): Return the buffer we created
9698         even if it has been killed within `after-find-file'.
9700         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
9702 2002-05-29  Kim F. Storm  <storm@cua.dk>
9704         * simple.el (open-network-stream-server): Pass on optional args
9705         sentinel and filter to make-network-process (from Luke Gorrie).
9707 2002-05-28  Colin Walters  <walters@gnu.org>
9709         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
9711         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
9712         (byte-compile-delete-first): New function.
9713         (byte-compile-read-position): New variable.
9714         (byte-compile-last-position): New variable.
9715         (byte-compile-current-buffer): New variable.
9716         (byte-compile-log-1): Use it.
9717         (byte-compile-set-symbol-position): New function.
9718         (byte-compile-obsolete, byte-compile-callargs-warn)
9719         (byte-compile-arglist-warn, byte-compile-arglist-warn)
9720         (byte-compile-print-syms, byte-compile-file-form-defmumble)
9721         (byte-compile-check-lambda-list, byte-compile-lambda)
9722         (byte-compile-form, byte-compile-variable-ref)
9723         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
9724         (byte-compile-condition-case, byte-compile-defun)
9725         (byte-compile-defvar, byte-compile-autoload)
9726         (byte-compile-lambda-form): Use it.
9727         (byte-compile-from-buffer): Set it, and bind
9728         `read-with-symbol-positions' and `read-symbol-positions-list'.
9730         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
9732 2002-05-28  Kim F. Storm  <storm@cua.dk>
9734         * files.el (read-directory-name): New function.
9735         (cd): Use it instead of read-file-name.
9737 2002-05-27  Kim F. Storm  <storm@cua.dk>
9739         * simple.el (push-mark-command): Added optional NOMSG arg.
9741         * emulation/cua-base.el (cua-set-mark): Align pop to mark
9742         behaviour with standard set-mark-command.
9743         (cua--pre-command-handler): Use push-mark-command.
9744         (cua-repeat-replace-region): Improve functionality when
9745         repeated after moving point or changing buffer.
9747 2002-05-26  Colin Walters  <walters@verbum.org>
9749         * startup.el (command-line): Use `when', `unless'.
9750         (command-line-1): New argument "--nosplash".  Handle it.
9752         * startup.el (inhibit-splash-screen): New variable alias for
9753         `inhibit-startup-message'.
9755         * replace.el (perform-replace): Document return value.  Use `pop'.
9757 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
9759         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
9760         and slightly changed behaviour, for `f90-previous-block-start' and
9761         `f90-next-block-end'.
9762         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
9764 2002-05-26  Simon Josefsson  <jas@extundo.com>
9766         * fringe.el (set-fringe-mode): Work when updating
9767         `default-frame-alist'.
9769 2002-05-26  Kim F. Storm  <storm@cua.dk>
9771         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
9772         (cua-repeat-replace-region): New command.
9773         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
9774         Misc improvements to the commentary.
9776 2002-05-26  Simon Josefsson  <jas@extundo.com>
9778         * fringe.el (fringe-query-style): New fringe style "minimal".
9780 2002-05-24  Simon Josefsson  <jas@extundo.com>
9782         * rot13.el (rot13-translate-table): New variable.
9783         (rot13, rot13-string, rot13-region): New functions.
9785 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
9787         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
9788         of wrong anchoring, e.g. for else-if compounds.
9790 2002-05-25  Miles Bader  <miles@gnu.org>
9792         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
9793         (menu-bar-showhide-fringe-menu-customize-right)
9794         (menu-bar-showhide-fringe-menu-customize-disable):
9795         Use proper calling convention for `customize-set-value'.
9796         Require `fringe' before setting variable.
9798 2002-05-25  Kim F. Storm  <storm@cua.dk>
9800         * emulation/cua-base.el (cua--self-insert-char-p): New function.
9802         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
9803         binding in cua--global-mark-keymap using cua--self-insert-char-p
9804         to handle all global self inserting characters in gmark mode.
9806         * emulation/cua-rect.el (cua--init-rectangles): Install default
9807         binding in cua--rectangle-keymap using cua--self-insert-char-p
9808         to handle all global self inserting characters in rectangle mode.
9810 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
9812         * net/ange-ftp.el (read-file-name-internal): Remove the
9813         `ange-ftp' property.
9814         (ange-ftp-real-read-file-name-internal): Remove.
9816 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9818         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
9819         `forward-line'.
9820         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
9821         (f90-previous-block-start): New navigation commands.
9823 2002-05-20  Simon Josefsson  <jas@extundo.com>
9825         * fringe.el: New file.
9827         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
9828         (menu-bar-showhide-fringe-menu): New menu.
9829         (menu-bar-showhide-menu): Add Fringe sub-menu.
9831 2002-05-23  Colin Walters  <walters@verbum.org>
9833         * replace.el (occur-engine): Include all text properties except
9834         mouse-face on the newline at the end of occurences.
9836 2002-05-23  Kim F. Storm  <storm@cua.dk>
9838         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
9839         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
9840         (apropos-command, apropos-value, apropos-documentation-internal)
9841         (apropos-documentation-check-doc-file)
9842         (apropos-documentation-check-elc-file): Use them to filter out
9843         false matches where only one keyword matches, but more than once.
9845         * apropos.el (apropos-show-scores, apropos-orig-regexp)
9846         (apropos-all-regexp, apropos-synonyms, apropos-words)
9847         (apropos-all-words): New variables.
9848         (aprpos-words-to-regexp, apropos-rewrite-regexp)
9849         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
9850         (apropos-score-symbol): New functions.
9851         (apropos-command, apropos, apropos-value, apropos-documentation):
9852         Allow keywords in addition to regexp. Added scoring.
9853         (apropos-documentation-check-doc-file)
9854         (apropos-documentation-check-elc-file): Added scoring.
9855         (apropos-print): Sort according to score.
9857 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
9859         * info.el (Info-mode-hook): Change `font-lock-mode' to
9860         `turn-on-font-lock'.
9862         * font-core.el (font-lock-function): New variable.
9863         (font-lock-default-function): New function, created from
9864         `font-lock-mode'.
9865         (font-lock-mode): Just funcall `font-lock-function'.
9866         (font-lock-symbol-category-alist): New variable.
9868 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
9870         * files.el (file-newest-backup): Use file-name-sans-versions.
9872         * diff.el (diff-latest-backup-file): Replace the main code by
9873         a call of file-newest-backup.
9875 2002-05-22  Mike Williams  <mdub@bigfoot.com>
9877         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
9878         the buffer.
9880 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
9882         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
9883         the last patch works around the wu-ftpd misfeature that prompted
9884         the disabling of this optimization.
9886 2002-05-21  Colin Walters  <walters@gnu.org>
9888         * international/mule.el (make-coding-system): Doc fixes.
9890         * international/mule.el (auto-coding-functions): New variable.
9891         (auto-coding-from-file-contents): Use it.
9892         (set-auto-coding): Update docs.
9893         (sgml-xml-auto-coding-function): New function.
9895         * international/mule-util.el (truncate-string-to-width):
9896         New optional argument `ellipsis'.  Add commented-out test suite, and
9897         change coding to iso-2022-7bit.
9899 2002-05-21  Colin Walters  <walters@verbum.org>
9901         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
9902         (font-lock-multiline, font-lock-fontified, font-lock-mode)
9903         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
9904         (font-lock-global-modes): Moved to font-core.el.
9905         (font-lock-set-defaults-1): Partially moved to font-core.el.
9907         * font-core.el: New file, with functions taken from font-lock.el.
9908         (font-lock-category-alist): New variable.
9909         (font-lock-mode): Use it.
9910         (font-lock-set-defaults): Partially taken from font-lock.el.
9911         Only load font-lock.el when necessary.
9913         * loadup.el: Add font-core.el.
9915         * replace.el (occur-mode-hook): New variable.
9916         (occur-fontify-region-function): Deleted.
9917         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
9918         instead.
9919         (occur-fontify-on-property): Deleted.
9920         (occur-engine): Use categories from `font-lock-category-alist'.
9922         * info.el (Info-fontify): Deleted.
9923         (Info-select-node): Don't use it.
9924         (Info-mode-hook): New variable.
9925         (Info-mode): Set up categories.
9926         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
9928         * ibuffer.el (ibuffer-formats): Update docs.
9929         (ibuffer-category-alist): New variable.
9930         (ibuffer-get-category): New function.
9931         (ibuffer-compile-make-eliding-form): Use category property instead
9932         of face.
9933         (ibuffer-compile-format): Pass current ibuffer buffer to column
9934         functions too.
9935         (ibuffer-buffer-name-category): New function.
9936         (ibuffer-compile-format): If the current column is a `name'
9937         column, figure out the appropriate category to put on it.
9938         (filename-and-process): Use category property.
9939         (ibuffer-fontify-region-function): Deleted.
9940         (ibuffer-unfontify-region-function): Deleted.
9941         (ibuffer-update-title-and-summary): Use category properties.
9942         (ibuffer-insert-filter-group): Ditto.
9943         (ibuffer-mode): Set up category properties.
9945 2002-05-21  Colin Walters  <walters@debian.org>
9947         * replace.el (occur-engine): Increment globalcount all at once
9948         after searching a buffer.
9949         (occur-mode-map): Don't escape plain "o".
9951         * ibuf-macs.el (define-ibuffer-column): Add third argument
9952         `ibuffer-buf'.
9954         * ibuffer.el (toplevel): Require font-lock, to get the face
9955         definitions.
9956         (ibuffer-use-fontification): Deleted.
9957         (column filename-and-process): New column.
9958         (ibuffer-formats): Use it by default.
9959         (ibuffer-name-map, ibuffer-mode-name-map)
9960         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
9961         (ibuffer-do-save, ibuffer-do-toggle-modified)
9962         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
9963         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
9964         (ibuffer): New optional argument `formats'.
9966 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
9968         * indent.el (indent-rigidly): Mention how to remove all indentation.
9970 2002-05-21  Colin Walters  <walters@gnu.org>
9972         * international/mule-diag.el (describe-char-after): Order display
9973         of text properties by the size of their value, for clarity.
9975 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
9977         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
9978         (ange-ftp-file-name-completion): Don't cons unnecessarily.
9979         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
9981         * wid-edit.el (widget-color-complete):
9982         * progmodes/etags.el (tags-complete-tags-table-file):
9983         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
9985         * textmodes/outline.el (outline-reveal-toggle-invisible):
9986         Reverse the meaning of the second arg.
9988         * reveal.el (reveal-post-command): Reverse the semantics of
9989         reveal-toggle-invisible and support isearch-open-invisible-temporary.
9991 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
9993         * mail/sendmail.el (mail-recover-1): Remove (debug).
9994         (mail-signature): Fix :type.
9995         (mail-default-directory): New user option.
9996         (mail, mail-recover): Use that option.
9998 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10000         * international/mule.el (auto-coding-alist): Use emacs-mule
10001         for auto-save files.
10003 2002-05-20  Miles Bader  <miles@gnu.org>
10005         * files.el (find-file-read-args): Don't trash existing value of
10006         `minibuffer-setup-hook', just add our hook to it.
10008 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
10010         * international/ucs-tables.el (unify-8859-on-encoding-mode)
10011         (unify-8859-on-decoding-mode): Change :version attributes to strings.
10013         * simple.el (yank-excluded-properties): Change :version attribute
10014         to a string.
10016         * dired.el (dired-view-command-alist): Change :version attribute
10017         to a string.
10019         * xscheme.el (xscheme-start-hook): Change :version attribute to a
10020         string.
10022         * find-dired.el (find-dired): Implement revert-buffer-function.
10024         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
10026 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10028         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
10029         (f90-get-present-comment-type): Fix earlier change.
10030         (f90-comment-indent): Doc fix.
10031         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
10032         (f90-looking-at-if-then): Remove lets.
10033         (f90-looking-at-where-or-forall): Handle if split over lines.
10034         (f90-change-keywords): Doc fix.
10036 2002-05-19  Richard M. Stallman  <rms@gnu.org>
10038         * indent.el (indent-region): Make COLUMN arg optional.
10040         * files.el (find-file-read-args): New function.
10041         (find-file, find-file-other-window, find-file-other-frame)
10042         (find-file-read-only, find-file-read-only-other-window)
10043         (find-file-read-only-other-frame): Use it.
10045         * custom.el (custom-load-symbol): Verify that LOADED is a string.
10047         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
10048         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10049         (archive-zip-update-case): Use locate-file to decide whether
10050         to use pkzip.
10051         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
10053         * files.el (locate-file): Doc fix.
10055 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
10057         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
10058         as an option.
10060 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
10062         * uniquify.el (uniquify-rationalize-file-buffer-names):
10063         Always strip the trailing / even if the file is not a directory.
10065 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
10067         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
10068         initialization in the defvar.
10069         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
10070         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
10071         (f90-font-lock-4): Move the doc strings.
10072         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
10073         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
10074         (f90-mode-abbrev-table): Initialize in the defvar, with
10075         define-abbrev-table.
10077 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
10079         * tar-mode.el (tar-octal-time): Fix last change.
10081 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
10083         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
10084         (report-emacs-bug): Store the prompt in
10085         `report-emacs-bug-text-prompt'.  Move Configuration/Important
10086         settings information after the user's report.
10087         (report-emacs-bug-hook): Unclutter by deleting the content of
10088         `report-emacs-bug-text-prompt'.
10090 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
10092         * forms.el (forms-jump-record, forms-insert-record)
10093         (forms-delete-record): Calculate lines from the beginning of the
10094         accessible portion rather than from the beginning of the buffer.
10096 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
10098         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
10099         possibly missing encode-char.
10100         (ps-mule-font-info-database-bdf): Add associations for Unicode
10101         fonts.  Doc fix.
10102         (ps-mule-font-info-database-ps-bdf): Doc fix.
10103         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
10105         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
10107 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
10109         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10110         Find funs defined with defun-cvs-mode.
10111         (find-function-space-re): New const.  Skips comments as well.
10112         (find-function-regexp, find-variable-regexp): Use it.
10114         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
10115         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
10116         (cvs-mode-set-flags): Don't cons unnecessarily.
10118 2002-05-16  Colin Walters  <walters@debian.org>
10120         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
10121         "Simple Calculator".
10122         (menu-bar-tools-menu) <calc>: New.
10124 2002-05-16  Juanma Barranquero  <lektu@terra.es>
10126         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
10128         * filesets.el (filesets-ormap): Fix typo.
10130         * faces.el (describe-face): Fix typo.
10132 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
10134         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
10135         Don't treat (lambda () ...) as an expression.
10137 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
10139         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
10141 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
10143         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
10145 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
10147         * progmodes/fortran.el (fortran-directive-re): New name for
10148         fortran-preprocessor-re.  All usage updated.
10149         (fortran-calculate-indent): Give directives zero indentation.
10151 2002-05-14  Jason Rumney  <jasonr@gnu.org>
10153         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
10154         displayed text and internal name as string.
10156 2002-05-14  Kim F. Storm  <storm@cua.dk>
10158         * emulation/cua-rect.el (cua--rectangle-operation):
10159         Don't highlight empty lines in rectangles.
10161         * emulation/keypad.el: Improved commentary.
10162         (keypad-setup, keypad-shifted-setup): Added choice to setup
10163         Numeric keypad with decimal key; value is selected character.
10164         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
10165         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
10166         (keypad-setup): Arg list changed to support the new options.
10168 2002-05-14  Richard M. Stallman  <rms@gnu.org>
10170         * dabbrev.el (dabbrev-case-distinction): New option.
10171         (dabbrev--try-find): Handle dabbrev-case-distinction.
10172         (dabbrev--search): Clean up the code.
10173         (dabbrev-upcase-means-case-search): Doc fix.
10174         (dabbrev-case-replace): Fix custom tags and docs.
10176 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
10178         * calc/calc-units.el (math-standard-units): Update from CODATA.
10180 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
10182         * skeleton.el (skeleton-transformation): Default to `identity'.
10183         (skeleton-insert): Use `move-after' markers and `insert' rather
10184         than rely on insert-before-markers.
10185         (skeleton-internal-1): Handle `> \n' specially so that the newline
10186         is inserted before the first line is indented.
10188 2002-05-14  Mike Williams  <mdub@bigfoot.com>
10190         * textmodes/sgml-mode.el (sgml-tag):
10191         Default skeleton-transformation to `identity'.
10193 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10195         * shell.el (shell-mode): Make second part of initialisation
10196         depend on whether comint-input-ring is empty, rather than depend
10197         on it being nil.
10199 2002-05-14  Richard M. Stallman  <rms@gnu.org>
10201         * files.el (make-auto-save-file-name):
10202         Delete the auto-save file after make-temp-file creates it.
10204 2002-05-13  Kim F. Storm  <storm@cua.dk>
10206         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
10207         (cua-mode): Print Enabled/Disabled messages if interactive.
10208         Disable delete-selection-mode and pc-selection-mode when cua-mode
10209         is enabled; reenable if cua-mode is turned off.
10210         Remember setting of transient-mark-mode when cua-mode is enabled;
10211         restore if cua-mode is disabled.
10213 2002-05-13  Richard M. Stallman  <rms@gnu.org>
10215         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
10217 2002-05-13  Colin Walters  <walters@gnu.org>
10219         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
10221         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
10222         (ibuffer-redisplay-engine): Handle it.
10224         * add-log.el (add-log-mailing-address): Can be a list, too.
10225         (add-change-log-entry): If `add-log-mailing-address' is a list,
10226         then handle it.
10228 2002-05-12  Colin Walters  <walters@debian.org>
10230         * replace.el (occur-1): New optional argument `buf-name'.
10231         (occur-revert-function): Use it.
10233         (occur-1): Handle plurals.
10235         (occur-engine): If there are no more matches, then finish
10236         searching the current buffer.
10238 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10240         * net/ange-ftp.el (ange-ftp-try-passive-mode)
10241         (ange-ftp-passive-host-alist): Change :version attributes to be
10242         strings.
10244 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
10246         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
10247         define-minor-mode.
10249         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10250         Handle more whitespace/newline combinations in symbol definitions.
10252 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
10254         * w32-vars.el (w32)
10255         * vc-cvs.el (vc-cvs-global-switches)
10256         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
10257         * textmodes/sgml-mode.el (sgml-xml-mode)
10258         * ruler-mode.el (ruler-mode)
10259         * replace.el (query-replace-skip-read-only)
10260         * progmodes/fortran.el (fortran-preprocessor-re)
10261         * net/ange-ftp.el (ange-ftp-passive-host-alist)
10262         * mail/sendmail.el (mail-use-dsn)
10263         * faces.el (mode-line-inactive, minibuffer-prompt)
10264         * add-log.el (add-log-always-start-new-record): Change all
10265         post-21.1 :version attributes to 21.4.
10267 2002-05-12  Richard M. Stallman  <rms@gnu.org>
10269         * mail/smtpmail.el (smtpmail-mail-address): New variable.
10270         (smtpmail-send-it): Bind and use that instead of `mail-address'.
10271         (smtpmail-via-smtp): Likewise.
10273         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
10274         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
10276         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
10278         * subr.el (functionp): Catch errors in indirect-function.
10280 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10282         * net/ldap.el (ldap-search-internal): Unfold folded lines before
10283         parsing.
10285         * cus-edit.el (customize-set-value): Rename `var' to `variable'
10286         and `val' to `value'.
10287         (customize-save-variable): Rename `var' to `'variable.
10289 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
10291         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
10292         Use it for font-locking and indentation.
10293         (fortran-previous-statement, fortran-next-statement): Make them
10294         skip over preprocessor lines.
10295         (fortran-calculate-indent): Use fortran-preprocessor-re.
10297 2002-05-10  Kim F. Storm  <storm@cua.dk>
10299         * emulation/cua-base.el (cua-enable-cua-keys)
10300         (cua-enable-register-prefix): Added value for `other' choice.
10302 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
10304         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
10305         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
10306         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
10307         Run a named function.
10308         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
10309         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
10310         Fix help text.
10312 2002-05-10  Kim F. Storm  <storm@cua.dk>
10314         * emulation/cua-base.el (cua-mode): Misc. changes to use
10315         emulation-mode-map-alists instead of minor-mode-map-alist.
10317 2002-05-09  Richard M. Stallman  <rms@gnu.org>
10319         * mail/rmail.el (rmail-show-message):
10320         Catch error in check-coding-system.
10322         * progmodes/compile.el (compilation-error-regexp-alist):
10323         New element to recognize Python error messages.
10325         * shell.el (shell-replace-by-expanded-directory):
10326         If there's already a / at the end, don't add one.
10328 2002-05-09  Colin Walters  <walters@verbum.org>
10330         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
10331         `ibuffer-filter-disable', `ibuffer-pop-filter',
10332         `ibuffer-or-filter', `ibuffer-negate-filter',
10333         `ibuffer-decompose-filter', `ibuffer-save-filters',
10334         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
10335         `ibuffer-save-filter-groups',
10336         `ibuffer-switch-to-saved-filter-groups',
10337         `ibuffer-delete-saved-filter-groups'.
10339         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
10341 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
10343         * woman.el (woman-menu): Move symbol before the comment so that
10344         find-function-search-for-symbol finds it.
10346 2002-05-10  Miles Bader  <miles@gnu.org>
10348         * facemenu.el (list-colors-display): Don't use
10349         `display-color-cells' unless the display class is one for which
10350         that info is relevant.
10352 2002-05-09  Simon Josefsson  <jas@extundo.com>
10354         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
10355         calling buffer.
10356         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
10357         have the patch).
10359 2002-05-09  Kim F. Storm  <storm@cua.dk>
10361         * wid-edit.el (checkbox): New check-mark image.
10363 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10365         * filesets.el (filesets-running-xemacs): Fix last change.
10367 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
10369         * help-fns.el (describe-function-1): If the source is
10370         `loaddefs.el', look for the real source.  This is necessary only
10371         for defaliases.
10373         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10374         Add autoload cookie.
10375         (find-function-regexp): Include
10376         "\(quote " to match the defaliases in loaddefs.el.
10378         * filesets.el (filesets-conditional-sort): Use copy-sequence,
10379         not copy-list.
10380         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
10381         Defvar them to nil if running in Emacs.
10383 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10385         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
10386         to flyspell overlays.
10388         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
10390 2002-05-08  Richard M. Stallman  <rms@gnu.org>
10392         * diff.el (diff-regexp-alist): Doc fix.
10394         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
10396 2002-05-08  Simon Marshall  <simon@gnu.org>
10398         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
10399         the frame name as the car of a menu entry, rather than the frame.
10401 2002-05-08  Juanma Barranquero  <lektu@terra.es>
10403         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
10404         in docstring.
10406 2002-05-07  Colin Walters  <walters@verbum.org>
10408         * replace.el (occur-unfontify-region-function): Delete.
10409         (occur-mode): Don't use it.
10410         (occur-engine): Respect `keep-props'.
10411         (occur-accumulate-lines): If we're moving forward, decrement;
10412         don't increment, and vice versa.
10414 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
10416         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
10417         (tibetan-canonicalize-for-unicode-regexp): New variables.
10418         (tibetan-canonicalize-for-unicode-region): New function.
10419         (tibetan-strict-unicode): New variable.
10420         (tibetan-pre-write-canonicalize-for-unicode): New function.
10422 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
10424         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
10425         the autoload-cookie.  Remove comment.
10427         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
10429         * rect.el (close-rectangle): Don't hide it behind the
10430         autoload-cookie.
10432 2002-05-07  Juanma Barranquero  <lektu@terra.es>
10434         * windmove.el (windmove-default-keybindings): Add optional
10435         parameter to allow using a modifier other than 'shift.
10437 2002-05-07  Thomas Link  <t.link@gmx.at>
10439         * filesets.el:
10440         (filesets-external-viewers): Fix customization problem.
10441         (filesets-some): Replaces cl's `some'.  Calls changed.
10442         (filesets-member): Replaces cl's `member*'.  Calls changed.
10443         (filesets-ormap): New function.
10445 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
10447         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
10448         menu items.
10450 2002-05-07  Colin Walters  <walters@gnu.org>
10452         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
10453         (ibuffer-clear-filter-groups): Likewise.
10454         (ibuffer-kill-filter-group): Likewise.
10455         (ibuffer-kill-line): Likewise.
10456         (ibuffer-read-filter-group-name): New function.
10457         (ibuffer-jump-to-filter-group): Use it.
10458         (ibuffer-kill-filter-group): Likewise.
10459         (ibuffer-yank-filter-group): Likewise.
10460         (ibuffer-decompose-filter-group): New function.
10462         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
10463         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
10464         guards for `ibuffer-pop-filter-group' and
10465         `ibuffer-clear-filter-groups'.
10467 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
10469         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10470         Use with-syntax-table.
10472 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10474         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
10476 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
10478         * time-stamp.el (time-stamp-format): Doc fix: escape open
10479         parenthesis in column 0.
10481 2002-05-04  Richard M. Stallman  <rms@gnu.org>
10483         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
10484         Handle both cases: when the menu item has cached info
10485         and when it doesn't.
10487         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
10488         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
10489         (filesets-tree-max-level): Doc fix.
10490         (filesets-commands, filesets-external-viewers)
10491         (filesets-ingroup-patterns): Mark as risky.
10492         (filesets-cache-hostname-flag): Doc fix.
10493         (filesets-menu-cache-file): Doc fix.  Mark as risky.
10494         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
10495         Don't defcustom them if running in Emacs.
10497 2002-05-04  Thomas Link  <t.link@gmx.at>
10499         * filesets.el (filesets-ingroup-collect-files):
10500         Fix problem with inclusion groups' :scan-depth property.
10502 2002-05-04  Colin Walters  <walters@verbum.org>
10504         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
10505         "Default" group earlier.  Push killed group on
10506         `ibuffer-filter-group-kill-ring'.
10507         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
10508         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
10509         (ibuffer-insert-filter-group-before): New function, broken out
10510         from `ibuffer-yank'.
10511         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
10513         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
10514         (ibuffer-mode-view-menu): Unused variables; deleted.
10515         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
10517 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
10519         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
10520         (toplevel): Bind filter group menu entries in it.  Add :enable
10521         forms for some menu items.
10522         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
10523         to `ibuffer-mouse-popup-menu'.
10524         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
10525         group name, and if so, pop up a filter group menu.
10527 2002-05-04  Jason Rumney  <jasonr@gnu.org>
10529         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
10530         (mwheel-scroll): Recognize nil scroll amount as documented.
10532         * term/w32-win.el (mouse-wheel-scroll-line)
10533         (mouse-wheel-scroll-screen): Remove.
10534         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
10536         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
10538 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
10540         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10541         Bind case-fold-search when searching.
10543 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
10545         * apropos.el (apropos-print): Fix the reference to mouse-2.
10547 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
10549         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
10551 2002-05-04  Kim F. Storm  <storm@cua.dk>
10553         * cus-edit.el (custom-buffer-verbose-help): New variable.
10554         (custom-buffer-create-internal): Remove verbose introduction
10555         in customization buffer when it is nil.
10557 2002-05-03  Dave Love  <fx@gnu.org>
10559         * international/mule-cmds.el (select-safe-coding-system):
10560         Don't offer coding systems that use locking shift.
10561         Ask for confirmation if chosen coding system disagrees with
10562         a `coding:' spec in the file.
10564 2002-05-03  John Wiegley  <johnw@gnu.org>
10566         * eshell/esh-var.el (eshell-modify-global-environment): Added this
10567         customization variable, which will cause any "export" commands
10568         within any eshell buffer to modify the global Emacs environment.
10569         It defaults to nil, which means that such commands will only
10570         modify that Eshell buffer's environment.
10571         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
10573         * eshell/em-cmpl.el (eshell-command-completions-alist):
10574         Improve default completion targets for objdump, nm and readelf.
10576 2002-05-03  Colin Walters  <walters@verbum.org>
10578         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
10579         (gamegrid-add-score-with-update-game-score):
10580         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
10582 2002-05-02  Colin Walters  <walters@verbum.org>
10584         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
10585         (occur-1): If one of the buffers we're searching is the *Occur*
10586         buffer itself, handle it by creating a temporary buffer.  If any
10587         of the buffers being searched are killed, note that in the search
10588         result message.  Also, set local variables before we possibly kill
10589         the buffer.
10591 2002-05-02  Kim F. Storm  <storm@cua.dk>
10593         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
10594         (menu-bar-options-save): Added cua-mode.
10595         (menu-bar-options-menu): Added toggle for cua-mode.
10596         Disable toggle for transient-mark-mode if cua-mode is enabled.
10598         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
10599         variable.
10601 2002-05-01  Richard M. Stallman  <rms@gnu.org>
10603         * help.el (view-todo): New function.
10604         (help-map): Bind C-h C-t to view-todo.
10605         (help-for-help): Change the text.
10607 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
10609         * progmodes/f90.el: Yet more doc string, commment and whitespace
10610         changes.
10611         (f90-imenu-flag): New name for internal variable f90-imenu.
10612         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
10613         (f90-no-break-re): Use regexp-opt.
10614         (f90-end-type-re): Add closing "\\>".
10615         (f90-indent-region): Correctly indent comments embedded in
10616         continued lines.
10617         (f90-indent-new-line): Make it indent the current line, as it should.
10618         (f90-line-continued, f90-get-present-comment-type)
10619         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
10620         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
10621         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
10622         (f90-change-keywords): Minor code tidying.
10624         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
10625         typo `fortran-strip-sqeuence-nos'.
10627 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
10629         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
10630         pop-up-window.
10632 2002-05-01  Kim F. Storm  <storm@cua.dk>
10634         * emulation/cua-base.el (cua--pre-command-handler):
10635         Only interpret delete-selection property if mark-active.
10636         (cua-mode): Fixed require in defcustom.
10638 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10640         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
10641         error call.
10643 2002-05-01  Colin Walters  <walters@verbum.org>
10645         * textmodes/tex-mode.el (tex-validate-buffer):
10646         Use `occur-revert-arguments' instead of setting `occur-nlines' and
10647         `occur-buffer'.  Don't test for `input-pending-p' in loop.
10648         Set text property `occur-target' instead of `occur'.
10650 2002-04-30  John Wiegley  <johnw@gnu.org>
10652         * align.el (align-region): Fixed the fix to align-region, because
10653         the "name" argument was appearing twice.
10655 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
10657         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
10658         to handle protection labels, one which doesn't get confused by
10659         inherit colons.
10661         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
10662         functions that have "class" or "struct" in the return type as
10663         classes or structs.
10665 2002-04-30  Kim F. Storm  <storm@cua.dk>
10667         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
10668         Options" to "New Options..."; rephrase tooltip.
10669         Rephrase tooltip for "Specific Option...".
10670         Added "Saved Options" item.  [from Simon Marshall]
10672 2002-04-30  Richard M. Stallman  <rms@gnu.org>
10674         * time.el (display-time-mail-directory)
10675         (display-time-mail-function): Doc fixes.
10677         * ediff-hook.el: Remove autoload cookies.
10679         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
10681         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
10683         * align.el (align-region): Fix call to `message'.
10684         Check that (car rule) is a symbol.
10686         * autoinsert.el (auto-insert-directory): Doc fix.
10688         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
10690         * descr-text.el: New file, broken out of facemenu.el.
10692         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
10694 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
10696         * mail/emacsbug.el (report-emacs-bug-hook):
10697         Use replace-match only if search was successful.
10699 2002-04-29  Richard M. Stallman  <rms@gnu.org>
10701         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
10703         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
10704         if the user edits the Emacs version number in the text.
10706         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
10707         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
10708         (filesets-error): Simplify definition and make conditional
10709         on filesets-running-xemacs.
10710         (filesets-find-file-using): Renamed from fsfind-file-using.
10712 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
10714         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
10715         (Info-read-node-name-1): Complete file names.
10716         (Info-complete-menu-item): Don't cons unnecessarily.
10718         * files.el (locate-file): New fun.
10719         (locate-file-completion): Rename from load-completion and generalize.
10720         (load-library): Use it.
10721         (make-auto-save-file-name): Expand caddr.
10723         * newcomment.el (comment-fill-column): New var.
10724         (comment-indent): Use it.
10725         (comment-or-uncomment-region): New fun.
10726         (comment-dwim): Use it.
10728 2002-04-29  Colin Walters  <walters@verbum.org>
10730         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
10731         (ibuffer-kill-line): Copy the filter group data structure when killing.
10732         (ibuffer-yank): Handle case where we're yanking on the default
10733         group correctly.
10734         (ibuffer-delete-saved-filter-groups): Doc fix.
10736         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10737         Test whether or not update-game-score is setuid, and do the right
10738         thing.
10740 2002-04-29  Kim F. Storm  <storm@cua.dk>
10742         * subr.el (remove-yank-excluded-properties): New helper function.
10743         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
10745         * simple.el (yank-excluded-properties): Added help-echo to list.
10747 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
10749         * autoinsert.el (auto-insert-directory): Doc fix.
10751         * progmodes/f90.el: Add/change doc strings for many inline
10752         functions.  Whitespace changes.
10753         (f90-indent-line-no, f90-update-line): Minor code changes.
10755 2002-04-29  Kim F. Storm  <storm@cua.dk>
10757         * emulation/cua-base.el: New file.
10759         * emulation/cua-rect.el: New file.
10761         * emulation/cua-gmrk.el: New file.
10763         * emulation/keypad.el: New file.
10765 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
10767         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
10768         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
10769         New Vietnamese coding system.
10771         * language/viet-util.el: Update Commentary section.
10773 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10775         * filesets.el (filesets-data): Doc fix.
10776         (filesets-running-xemacs): Define even when compiling.
10778         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
10779         sentence.
10781 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
10783         * textmodes/fill.el (fill-context-prefix): Fix last change with
10784         yet-another-approach.
10786 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
10788         * net/ange-ftp.el (ange-ftp-passive-host-alist)
10789         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
10791         * files.el (small-temporary-file-directory): Fix custom type.
10793 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
10795         * progmodes/f90.el (f90-xemacs-flag): New variable.
10796         (f90-mark-subprogram-overlay): New variable.
10797         (f90-mark-subprogram): Now it highlights the subprogram.
10798         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10799         Fix highlighting of various "type" forms.
10801 2002-04-28  Colin Walters  <walters@verbum.org>
10803         * ibuffer.el (ibuffer-mode): Additional documentation on filter
10804         groups.
10806 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
10808         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
10809         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
10811 2002-04-28  Richard M. Stallman  <rms@gnu.org>
10813         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
10814         by 1 for the newly-readded #.
10816         * files.el (make-auto-save-file-name): Specify # as suffix
10817         in the non-file-visiting case.
10819         * subr.el (make-temp-file): New arg SUFFIX.
10821         * filesets.el: New file.
10823         * replace.el (occur-accumulate-lines): Avoid incf and decf.
10824         (occur-engine-add-prefix): New function.
10825         (occur-engine): Avoid using macrolet, incf and decf.
10826         Use occur-engine-add-prefix instead.
10827         Rename `l' to `lines' and `c' to `matches'.
10829         * replace.el (occur-engine, occur-mode-mouse-goto)
10830         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
10831         (occur-mode-goto-occurrence-other-window)
10832         (occur-mode-display-occurrence): A position is just a marker,
10833         not a list.
10835         * replace.el (occur-revert-arguments):
10836         Renamed from occur-revert-properties.  All uses changed.
10838 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10840         * recentf.el (recentf-menu-before): Use string to specify path in
10841         the menu.
10843         * international/mule-cmds.el (read-language-name): Take care of
10844         non-list values.
10846 2002-04-27  Richard M. Stallman  <rms@gnu.org>
10848         * custom.el (custom-load-symbol): Moved from cus-edit.el.
10849         (custom-load-recursion): Likewise.
10851         * cus-edit.el (custom-load-symbol): Moved to custom.el.
10852         (custom-load-recursion): Likewise.
10854         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
10855         generated by easymenu are now lowercase.
10857 2002-04-27  Richard M. Stallman  <rms@gnu.org>
10859         * menu-bar.el (menu-bar-update-buffers): Add menu items
10860         Next Buffer and Previous Buffer.
10862         * simple.el (next-buffer, prev-buffer): New commands.
10863         Bind C-x left and C-x right to them.
10865         * info.el (Info-header-line): Mark it as risky-local-variable.
10867         * subr.el (insert-for-yank): Replace `category' property
10868         with whatever properties it stands for.
10870         * subr.el (member-ignore-case): Ignore non-strings in LIST.
10872 2002-04-27  Miles Bader  <miles@gnu.org>
10874         * faces.el (read-face-name): Format the prompt correctly when
10875         there's no default.
10877 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
10879         * term/mac-win.el: Don't call ediff-toggle-multiframe.
10880         Set default directory.  Set process-connection-type to nil.
10882 2002-04-26  Richard M. Stallman  <rms@gnu.org>
10884         * loadup.el: Explicitly load cus-face and timer.
10886         * isearch.el: Don't require timer.
10888         * faces.el: Don't require cus-face.
10890         * cus-edit.el (customize-face): Use read-face-name
10891         and handle multiple faces.
10892         (customize-face-other-window): Make it work similarly.
10894         * faces.el (read-face-name): New defaulting features.
10895         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
10896         (list-faces-display): Use the face, not its name string,
10897         as arg when running customize-face.
10898         Put a `read-face-name' prop on the entire line.
10899         (describe-face): Handle multiple faces via read-face-name.
10901         * textmodes/tex-mode.el (tex-start-options): New variable.
10902         (tex-start-commands): New variable.
10903         (tex-start-options-string): Variable deleted.
10904         (tex-start-tex): Use tex-start-options and tex-start-commands,
10905         not tex-start-options-string.
10906         (tex-command): Doc fix.
10908 2002-04-26  Sam Steingold  <sds@gnu.org>
10910         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
10911         not in the authinfo/netrc, keep `cred' at nil.
10913 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
10915         * find-file.el: Remove Ada-specific example code.
10917 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
10919         * ediff-hooks.el: Put back the autoloads.
10921 2002-04-25  Colin Walters  <walters@verbum.org>
10923         * ibuffer.el (define column process): Use `ibuffer-aif'.
10925         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
10926         defaults.
10927         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
10928         (ibuffer-save-filter-groups): Correctly structure filter groups.
10929         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
10930         groups.
10932 2002-04-25  Simon Josefsson  <jas@extundo.com>
10934         * mail/sendmail.el (mail-use-dsn): New variable to request
10935         delivery status notification from MTA.
10936         (sendmail-send-it): Use it.
10938         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
10939         (smtpmail-send-it): Use it to construct new queue filenames
10940         (needed if you send more than one message per second, which is
10941         possible if you use Gnus Agent).
10943         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
10944         files as well.
10945         (smtpmail-try-auth-methods): Support netrc data.
10946         (netrc-parse): Autoload netrc.
10948 2002-04-25  Colin Walters  <walters@verbum.org>
10950         * replace.el (multi-occur-by-filename-regexp): Doc fix.
10951         (occur-engine): Go to `point-min'.  Make nlines argument actually
10952         mean number of context lines.  Handle it.  Pad digits to the right.
10954         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
10955         `ibuffer-filter-groups'.  All users updated.
10956         (ibuffer-show-empty-filter-groups): New variable.
10957         (ibuffer-saved-filter-groups): New variable.
10958         (ibuffer-maybe-save-stuff): Renamed from
10959         `ibuffer-maybe-save-saved-filters'.  Callers updated.
10960         Handle `ibuffer-saved-filter-groups'.
10961         (ibuffer-hidden-filtering-groups): Renamed to
10962         `ibuffer-hidden-filter-groups'.
10963         (ibuffer-filter-group-kill-ring): New variable.
10964         (ibuffer-save-with-custom): Doc fix.
10965         (ibuffer-set-filter-groups-by-mode): New function.
10966         (ibuffer-clear-filter-groups): New function.
10967         (ibuffer-current-filter-groups-with-position): Renamed from
10968         `ibuffer-current-filter-groups'.  Callers updated.
10969         (ibuffer-kill-filter-group): New function.
10970         (ibuffer-kill-line): New function.
10971         (ibuffer-yank): New function.
10972         (ibuffer-save-filter-groups): New function.
10973         (ibuffer-delete-saved-filter-groups): New function.
10974         (ibuffer-switch-to-saved-filter-groups): New function.
10975         (ibuffer-mark-on-buffer): Add optional arguments for adding a
10976         specific mark, and marking on a specific group.
10978         * ibuffer.el (ibuffer-formats): Doc fix.
10979         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
10980         Bind new functions from ibuf-ext.el.  Add menu entries for them.
10981         Remove superfluous tooltips.
10982         (ibuffer-toggle-marks): If on a group name, then toggle marks just
10983         in that group.
10984         (ibuffer-mark-interactive): Handle filter groups.
10985         (ibuffer-mark-forward, ibuffer-unmark-forward)
10986         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
10987         (ibuffer-mark-for-delete-backwards): Update docs.
10988         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
10989         to `ibuffer-current-filter-groups-with-position'.
10990         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
10991         (ibuffer-mode): Add some documentation about filter groups.
10993 2002-04-25  Andreas Schwab  <schwab@suse.de>
10995         * find-dired.el (find-name-dired): Don't quote pattern twice.
10997 2002-04-26  Miles Bader  <miles@gnu.org>
10999         * cus-edit.el (customize-face, customize-face-other-window):
11000         Use default instead of initial-input for suggested face.
11002 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
11004         * cus-edit.el (customize-face-other-window, customize-face):
11005         Interactively, when point is on text with a face, suggest to
11006         customize that face.
11008 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11010         * progmodes/f90.el: General tidy-up of commentary and some doc
11011         strings.
11013 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11015         * scroll-all.el (scroll-all-function-all) New function to do the
11016         actual work.
11017         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
11018         scroll-all-page-down-all, scroll-all-page-up-all,
11019         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11020         Make them use scroll-all-function-all.
11022         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
11023         with line-beginning-position.
11024         (f90-get-end-of-line): Removed and replaced with line-end-position.
11025         (f90-match-piece): Removed and replaced with match-string.
11026         (f90-current-indentation): Remove `current-column'.
11027         (f90-get-present-comment-type): Use match-string rather than
11028         buffer-substring.
11029         (f90-match-end): Use line-beginning-position, line-end-position
11030         rather than beginning-of-line, end-of-line.
11031         (f90-startup-message): Variable removed.
11033 2002-04-24  Colin Walters  <walters@verbum.org>
11035         * replace.el (occur-accumulate-lines): Add optional argument
11036         `no-props'.  Handle it.
11037         (occur-engine): Use it.
11039         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
11040         up autoloads manually.
11041         (ibuffer-split-list): New function.
11042         (ibuffer-filtering-groups): New variable.
11043         (ibuffer-hidden-filtering-groups): New variable.
11044         (ibuffer-mouse-toggle-filter-group): New function.
11045         (ibuffer-toggle-filter-group): New function.
11046         (ibuffer-toggle-filter-group-1): New function.
11047         (ibuffer-forward-filter-group): New function.
11048         (ibuffer-backward-filter-group): New funtion.
11049         (ibuffer-generate-filter-groups): New function.
11050         (ibuffer-filters-to-filter-group): New function.
11051         (ibuffer-pop-filter-group): New function.
11052         (ibuffer-jump-to-filter-group): New function.
11053         (ibuffer-do-occur): Just use `occur-read-primary-args'
11055         * ibuffer.el (ibuffer-filter-group-name-face): New.
11056         (ibuffer-mode-map): Bind and add menu entries for most new
11057         functions; also, bind the arrow keys to the movement functions.
11058         (ibuffer-mode-filter-group-map): New.
11059         (ibuffer-mouse-toggle-mark): Handle group names.
11060         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
11061         (ibuffer-skip-properties): New function.
11062         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
11063         group names.  Also, handle new properties.
11064         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
11065         Move error handling to `ibuffer-current-buffer'.
11066         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
11067         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
11068         (ibuffer-toggle-marks): Add optional group argument.
11069         (ibuffer-mark-interactive): Skip group names.
11070         (ibuffer-current-buffer): Clean up error handling.
11071         (ibuffer-fontify-region-function): Fontify group names.
11072         (ibuffer-map-lines): Add extra group argument.  Handle it.
11073         (ibuffer-current-filter-groups): New function.
11074         (ibuffer-redisplay): Handle hidden filtering groups.
11075         (ibuffer-sort-bufferlist): New function, taken from
11076         `ibuffer-insert-buffers-and-marks'.
11077         (ibuffer-insert-filter-group): New function.
11078         (ibuffer-redisplay-engine): Renamed from
11079         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
11080         (ibuffer): Add filter-groups argument.  Handle it.
11081         Use `save-selected-window'.
11082         (ibuffer-mode): Make `ibuffer-filtering-groups' and
11083         `ibuffer-hidden-filtering-groups' buffer-local.
11085         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
11087 2002-04-24  Richard M. Stallman  <rms@gnu.org>
11089         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
11090         (easy-menu-define-key-intern): Function deleted; callers intern
11091         and then call easy-menu-define-key.
11092         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
11093         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
11094         (easy-menu-name-match): New function.
11095         (add-submenu): New function.
11096         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
11098 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
11100         * menu-bar.el (menu-bar-adv-search-menu)
11101         (menu-bar-adv-search-menu): Improve the help text.
11103 2002-04-24  Simon Josefsson  <jas@extundo.com>
11105         * net/netrc.el: New file.
11107 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
11109         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
11110         Check if any of the available selection sources has new content
11111         and if so it will return that content.
11113 2002-04-24  Miles Bader  <miles@gnu.org>
11115         * menu-bar.el (buffers-menu-show-directories)
11116         (buffers-menu-show-status): New variables.
11117         (menu-bar-update-buffers-1): Use them.
11119 2002-04-24  Martin Stjernholm  <mast@lysator.liu.se>
11121         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
11122         from `c-do-auto-fill' and point is at or near the limit of the
11123         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
11124         is longer than the text on the first line of the comment when
11125         it's masked.
11127 2002-04-24  Miles Bader  <miles@gnu.org>
11129         * menu-bar.el (menu-bar-update-buffers-1): Make sure
11130         `uniquify-buffer-name-style' is bound.
11132 2002-04-23  Colin Walters  <walters@verbum.org>
11134         * replace.el (toplevel): Require `cl' while compiling.
11135         (occur-buffer, occur-nlines): Delete.
11136         (occur-revert-properties): Rename to `occur-revert-properties'.
11137         (occur-mode): Handle it.  Set up font lock.
11138         (occur-revert-function): Simply apply `occur-1'.
11139         (occur-mode-find-occurence, occur-mode-mouse-goto)
11140         (occur-mode-goto-occurrence-other-window)
11141         (occur-mode-display-occurrence): Handle buffer property.
11142         (list-matching-lines-face): Use defcustom.
11143         (list-matching-lines-buffer-name-face): New variable.
11144         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
11145         in ibuffer.el.
11146         (occur-read-primary-args): Move out of `occur'.
11147         (occur): Delete.  Now simply call `occur-1'.
11148         (multi-occur, multi-occur-by-filename-regexp): New functions.
11149         (occur-1): New function.
11150         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
11151         previous implementation of `occur'; taken from ibuf-ext.el.
11152         (occur-fontify-on-property): New function.
11153         (occur-fontify-region-function, occur-unfontify-region-function):
11154         New functions.
11156         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
11158         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
11159         (ibuffer-occur-match-face): Delete.
11160         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
11161         (ibuffer-occur-mouse-display-occurence): Delete.
11162         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
11163         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
11164         (ibuffer-occur-engine): Moved to replace.el.
11165         (ibuffer-do-occur): Simply call `occur-1'.
11167         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11168         Handle the case where we're already viewing the score file.
11170 2002-04-23  Andreas Schwab  <schwab@suse.de>
11172         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
11173         next-tag-otherw.
11175 2002-04-23  Miles Bader  <miles@gnu.org>
11177         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
11178         directory separator if there's no directory.  Don't display
11179         directories at all if uniquify is active.  Some code cleanup.
11180         (uniquify-buffer-name-style): Declare (but don't initialize).
11182         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
11183         for command menu entries, since the low-level menu code modifies
11184         them.  Cache the resulting list.
11185         (menu-bar-buffers-menu-command-entries): New variable.
11187         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
11188         Add separator line before commands
11189         Remove old crufty code that tried to line things up by adding
11190         spaces to entries (it doesn't work).
11191         Move `Frames' submenu after the normal buffers, and add a
11192         separator line before it.
11193         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
11195 2002-04-22  Richard M. Stallman  <rms@gnu.org>
11197         * files.el (after-find-file): Use %s to output MSG.
11199         * dired.el (dired-mouse-find-file-other-window):
11200         Handle events that move out of the window.
11202 2002-04-23  Martin Stjernholm  <mast@lysator.liu.se>
11204         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
11205         was moved to the following line when it was at the first line
11206         of a block comment where comment-start-skip matched to eol.
11208 2002-04-22  Richard M. Stallman  <rms@gnu.org>
11210         * simple.el (line-move-finish): Find beg and end of line
11211         before calling line-move-to-column.  Do consider intangible
11212         when finding the end.  Take more care in analyzing the results
11213         of intangibility after line-move-to-column.
11215 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11217         * international/mule-diag.el (list-input-methods-1): Doc fix
11218         (LEIM is now part of the standard distribution).
11220         * tmm.el (tmm-completion-prompt): Doc fix.
11222         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
11224 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
11226         * diary-lib.el (include-other-diary-files): Allow modifying
11227         included buffer, to turn off selective display.
11229 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11231         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
11232         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
11233         emacsen that doesn't support it.
11235 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11237         * progmodes/cc-align.el, progmodes/cc-engine.el,
11238         progmodes/cc-styles.el, progmodes/cc-vars.el
11239         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
11240         Find correct anchor for statement-cont in top level constructs.
11241         Analyze variable initializations in top level constructs as
11242         topmost-intro-cont instead of statement-cont.  That is an
11243         incompatible change but it gives better consistency.  The new
11244         lineup function c-lineup-topmost-intro-cont' compensates for
11245         it and is now put on topmost-intro-cont by default.
11247         * progmodes/cc-align.el, progmodes/cc-engine.el,
11248         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
11249         contributed by Kevin Ryde.
11251         (c-in-gcc-asm-p): Function to recognize asm statements.
11252         Contributed by Kevin Ryde.
11254         (c-opt-asm-stmt-key): New language variable to recognize the
11255         beginning of asm statements.
11257 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11259         * progmodes/cc-engine.el (c-guess-basic-syntax):
11260         Detect variable declarations after class and struct declarations
11261         correctly.  Fixed limit error when finding the anchor for
11262         template-args-cont and topmost-intro-cont.
11264 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11266         * progmodes/cc-cmds.el (c-beginning-of-defun)
11267         (c-declaration-limits): Find the "line oriented" declaration
11268         start too, just like the "line oriented" end is found.
11270 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11272         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
11273         for `inexpr-statement'.  This is not compatible, though.
11274         I think the benefit of a good default style outweights that in
11275         this case.  Besides, `inexpr-statement' is not very common.
11277 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11279         * progmodes/cc-cmds.el (c-electric-delete-forward):
11280         Fix silly bug that caused it to delete backwards in hungry delete
11281         mode.  (It's amazing that this bug hasn't been reported.)
11283         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
11284         Extracted the code to get the declaration limits from
11285         `c-mark-function' to a new `c-declaration-limits'.
11287         (c-indent-defun): Use the same method to get the limits of the
11288         declaration or macro as `c-mark-function'.
11290         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
11291         list initializers correctly (but costly; it ought to be
11292         integrated into `c-beginning-of-statement-1').
11294 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11296         * progmodes/cc-cmds.el, progmodes/cc-engine.el
11297         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
11298         Rewritten to detect the declaration limits better.
11299         Now handles K&R argdecls, class definitions followed by variables etc.
11301         (c-in-knr-argdecl): Broke out the K&R argdecl test in
11302         `c-beginning-of-decl-1' to this new function.
11304         (c-end-of-statement-1, c-end-of-decl-1):
11305         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
11306         handles declarations that continue after the block.
11308         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11309         Added an option to restrict matching to the top level of the
11310         current paren sexp.
11312         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
11313         New regexp to recognize declarations that continue after the block.
11315         (c-syntactic-eol): New regexp to match a "syntactic" eol.
11317 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11319         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
11320         that often caused the backward limit to be lost at the top
11321         level.  This improves performance a bit.
11323         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11324         New function that works like `re-search-forward' but only returns
11325         matches in syntactically significant text.
11327         * progmodes/cc-engine.el: Fixed a faster and more accurate way
11328         to recognize K&R argdecls.
11330         (c-beginning-of-decl-1): New function that put point at the
11331         beginning of the declaration.  It handles K&R argdecl blocks.
11333         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
11334         code with one that doesn't depend on the current indentation.
11335         The anchor position for `knr-argdecl' has also changed, but in
11336         a way that is unlikely to cause compatibility problems.
11338 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11340         * progmodes/cc-defs.el, progmodes/cc-engine.el
11341         (c-forward-comment): `forward-comment' in XEmacs skips over
11342         line continuations in the backward direction.  Correct for
11343         that.  Also made this a defun since it has grown too large now
11344         to be a defsubst.
11346         * progmodes/cc-langs.el: More convenient and decentralized
11347         setup of the language specific variables.  The regexp-opt
11348         mangling is also done at compile time now.
11350 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11352         * progmodes/cc-cmds.el (c-indent-line-or-region):
11353         Call `c-indent-line' directly instead of through
11354         `indent-according-to-mode' so that this function always
11355         indents syntactically.
11357         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
11358         where a class beginning with a nested class could cause an
11359         infinite loop (the state outside the narrowed out class is
11360         never used now).
11362 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11364         * progmodes/cc-align.el, progmodes/cc-cmds.el,
11365         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
11366         the context sensitive analysis inside macros is restricted to
11367         the bodies of #define's; other things, like #if expressions,
11368         never have anything in common with their surroundings.
11369         The old `cpp-macro-cont' syntax is now used in situations where
11370         the syntactic analysis isn't applicable, and a new syntactic
11371         element `cpp-define-intro' is used to add indentation in
11372         #define bodies.
11374         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
11375         better reflect its use.
11377         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
11378         continuation backslashes in the detection of `arglist-cont-nonempty'.
11380         * progmodes/cc-align.el: Use the vector form in the return
11381         value in all cases where lineup functions return absolute columns.
11383 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11385         * progmodes/cc-engine.el (c-add-stmt-syntax)
11386         (c-guess-basic-syntax): Anchor `brace-list-intro' and
11387         `bracec-list-close' better for brace lists nested inside expressions.
11389         * progmodes/cc-engine.el, progmodes/cc-langs.el,
11390         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
11391         various language specific variables and their initialization.
11392         The keyword regexps are now lists that are combined with
11393         regexp-opt.  Some variables have changed names to fit better
11394         with the naming convention.
11396         * progmodes/cc-defs.el, progmodes/cc-vars.el
11397         (c-buffer-is-cc-mode): The value is the mode symbol of the
11398         original CC Mode mode.
11400         (c-major-mode-is): Compare against the buffer local variable
11401         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
11403 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11405         * progmodes/cc-engine.el (c-forward-syntactic-ws)
11406         (c-backward-syntactic-ws, c-forward-token-1)
11407         (c-backward-token-1, c-in-literal, c-literal-limits)
11408         (c-collect-line-comments, c-literal-type, c-on-identifier)
11409         (c-guess-basic-syntax): These functions are now considered part
11410         of the "CC Mode API" and may be used by other code.
11411         That's signified by making their documentation into docstrings.
11413         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
11414         Removed these internal functions since they aren't used.
11416         (c-forward-to-cpp-expression): Classified this function as internal.
11418 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11420         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
11421         Simplified these regexps; the class keywords they contain
11422         ought to be enough to avoid false matches, so checking for
11423         following identifiers etc is just unnecessary (and might also
11424         fail for oddly formatted code).
11426 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11428         * progmodes/cc-engine.el, progmodes/cc-cmds.el
11429         (c-forward-comment-lc): New function that behaves like
11430         `c-forward-comment', with the exception that line
11431         continuations are treated as whitespace.
11433         (c-beginning-of-statement): Use `c-forward-comment-lc', to
11434         work correctly in macros and other places where line
11435         continuations should be treated as whitespace.
11437         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
11438         normal label in a switch block as a case label, to get
11439         consistent lineup with the case labels.
11441         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
11442         in skipping over a macro that ends with an empty line.
11444         * progmodes/cc-styles.el: Require cc-align since styles added
11445         with `c-add-style' often contains references to functions
11446         defined there, and so the `c-valid-offset' check might
11447         otherwise complain on them.
11449 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11451         * progmodes/cc-align.el, progmodes/cc-mode.texi,
11452         progmodes/cc-vars.el: Added two new lineup functions:
11454         (c-lineup-knr-region-comment): A new lineup function to get
11455         (what most people think is) better indentation of comments in
11456         the "K&R region" between the function header and its body.
11458         (c-lineup-gcc-asm-reg): New lineup function for better
11459         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
11461         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
11462         `c-lineup-knr-region-comment' in the default offset
11463         configuration, since these two functions have little impact
11464         outside their intended use, and they generally do the right
11465         thing when they kick in.
11467         * progmodes/cc-engine.el (c-guess-continued-construct)
11468         (c-guess-basic-syntax): Handle nested functions in all
11469         languages, not just Pike.  In C and C++ there's a gcc
11470         extension for this, and it also gives better treatment of
11471         macros that are followed by blocks.
11473         * progmodes/cc-langs.el (c-symbol-key): Made this variable
11474         mode specific, to handle Pike special symbols like `== better.
11476 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11478         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
11479         progmodes/cc-vars.el (c-report-syntactic-errors): A new
11480         variable to control the syntactic error messages.  It defaults
11481         to off; since CC Mode ignores most syntactic errors it might
11482         as well ignore them all for the sake of consistency.
11484 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11486         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11487         Optimization.  Can give a noticeable speedup if there's a
11488         large preceding function or class body.
11490 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11492         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
11493         efficient and correct insertion functions in many places.
11494         Always inherit text properties correctly if the text is
11495         permanent.  Also do it for speed in temporary insertions,
11496         since I figure it's less work to continue the surrounding text
11497         properties than to break them.
11499         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
11500         completion to make it easier to enter lists.
11502 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11504         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
11505         c-state-cache was clobbered.
11507         * progmodes/cc-cmds.el, progmodes/cc-engine.el
11508         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
11509         to dependency.
11511 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11513         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
11514         open parens in macros (if point isn't in the same one).
11516 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11518         * progmodes/cc-cmds.el (c-context-open-line): New function
11519         that is the `open-line' equivalent to `c-context-line-break'.
11521         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
11522         for Emacs 21 since `indent-new-comment-line' has been changed
11523         to `comment-indent-new-line' there.
11525 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11527         * progmodes/cc-engine.el, progmodes/cc-langs.el
11528         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
11529         New variables containing the character sets used to recognize
11530         statement/declaration boundaries.  These variables might help
11531         to support languages like javascript and awk, where newlines
11532         sometimes delimits statements.
11534         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
11535         the set of statement delimiting characters, to allow it to be
11536         changed dynamically and per-mode.
11538 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11540         * progmodes/cc-engine.el (c-looking-at-bos)
11541         (c-looking-at-inexpr-block, c-add-stmt-syntax)
11542         (c-guess-basic-syntax): Treat blocks directly inside function
11543         calls like "bare" statements inside function calls, and not
11544         like in-expression statements.  This to make indentation of
11545         such blocks consistent with other statements inside macro calls.
11547         * progmodes/cc-engine.el (c-guess-basic-syntax):
11548         Made arglist-cont anchor correctly in arglists that contain statements.
11550         * progmodes/cc-engine.el (c-guess-basic-syntax):
11551         Fixed consistent anchoring of defun-block-intro in defuns in code
11552         blocks (can only occur in Pike).
11554         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
11555         (c-looking-at-inexpr-block-backward): Changed the arguments to
11556         require containing sexps and paren state, for better efficiency.
11558 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11560         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
11561         progmodes/cc-vars.el: Improved anchoring of statement and
11562         handling of labels in front of substatements.
11564         (c-guess-continued-construct, c-guess-basic-syntax):
11565         Improved and unified anchoring at statements.  Statements beginning
11566         with comments or labels are now avoided, by going out of
11567         blocks and containing statements if necessary.  This nesting
11568         handling also fixes the case when there's a statement after a
11569         block open brace.  Added the syntactic symbol `substatement-label'.
11571         (c-electric-colon): Map the new `substatement-label' to
11572         `label' when consulting `c-hanging-colons-alist'.
11574         (c-offsets-alist): Added substatement-label.  Updated the
11575         comments for the new anchoring positions at statements.
11577         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
11578         anchor points for knr-argdecl-intro and access-label.
11579         They used to refer to some point on the same line, a bug which was
11580         neutralized by a kludge in `c-get-syntactic-indentation' which
11581         ignored such anchor points.
11583         (c-get-syntactic-indentation): Removed the kludge that was
11584         necessary due to buggy anchor points.
11586         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
11587         the absence of a comma before arglist-close (case 7A) in any
11588         language, since there's nothing better to do that case anyway.
11589         Added special case to make in-expression statements be
11590         recognized as normal arglist-cont if we're directly in a macro
11591         arglist, for consistency with other "bare" statements.
11593         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
11594         limit arg for backward searches.
11596         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11597         Anchor gcc in-expression statements at the surrounding open
11598         parenthesis.  Treat a class body as an in-expression class if
11599         it's used in an object clone expression in Pike.
11601         * progmodes/cc-engine.el (c-get-offset)
11602         (c-get-syntactic-indentation): Allow several anchor positions
11603         in the list of syntactic symbols.  Only the first is used as
11604         the base for the offset calculation.
11606 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11608         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
11609         macro if inside one at the top level.  Do not throw an error
11610         if used at the top level outside a macro.
11612         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
11613         alignment only if the backslashes can't be aligned with
11614         surrounding backslashes.
11616         * progmodes/cc-engine.el (c-end-of-macro): New function.
11618         * progmodes/cc-engine.el (c-least-enclosing-brace):
11619         Rewritten to not be destructive.
11621 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11623         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
11624         line break when point is inside the content of it; if it's in
11625         the cpp keyword a normal line break is done.
11627         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
11628         cpp-macro-cont inside the argument list to a #define.
11630 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11632         * progmodes/cc-defs.el (c-forward-comment): Implemented a
11633         kludge to avoid the problem most forward-comment incarnations
11634         have with `\' together with comment parsing.
11636 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11638         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
11639         which could cause the state returned by `c-parse-state' to
11640         lack a closed paren element.  That in turn could result in
11641         very long searches, since it's common that they start from the
11642         last preceding close brace.
11644 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11646         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
11647         treat else-if as a single continuation, since that'd make it
11648         hard to get the right anchor point when there's a line break
11649         between the two keywords.  This change causes else-clause to
11650         be anchored on the closest preceding else-if and not always on
11651         the starting if, but that doesn't affect the indentation for
11652         any reasonably sane style.  Also introduced a noerror flag.
11654         (c-beginning-of-closest-statement): Removed;
11655         c-beginning-of-statement-1 now avoids the problem this one solved.
11657         * progmodes/cc-engine.el (c-guess-continued-construct)
11658         (c-guess-basic-syntax): Better and more uniform anchor points
11659         for 'statement-cont and 'substatement.  The effect is
11660         noticeable mostly when there's a label on the same line as the
11661         beginning of the statement, or when there are more stuff
11662         before the start of the statement.
11664         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11665         Added flag to disable looking at the type of the surrounding paren
11666         since that confuses c-beginning-of-statement-1 and a couple of
11667         other places.
11669         * progmodes/cc-engine.el (c-guess-basic-syntax):
11670         Avoid stepping to the previous statement in case 18.
11671         Improvements in recognition of statement blocks on the top level.
11673 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11675         * progmodes/cc-engine.el (c-beginning-of-statement-1)
11676         (c-crosses-statement-barrier-p): Rewritten to get a well
11677         defined and documented behavior.  This fixes some tricky cases
11678         in recognition of do-while constructs.
11680         (c-backward-to-start-of-do, c-backward-to-start-of-if):
11681         Removed; use c-beginning-of-statement-1 instead.
11683         (c-guess-continued-construct, c-guess-basic-syntax):
11684         Various fixes to not depend on the bugs previously in
11685         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
11686         use the new behavior of c-beginning-of-statement-1 better.
11687         Fixed recognition of catch blocks inside macros.
11689         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
11690         in skipping over a macro.
11692         * progmodes/cc-langs.el (c-label-kwds): New variable to
11693         contain the appropriate c-*-label-kwds value.
11695         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
11696         evaluation bug that caused the widget for
11697         c-block-comment-prefix to bug out.
11699 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11701         * progmodes/cc-engine.el (c-guess-basic-syntax):
11702         Improved recognition of statements: They are now recognized in
11703         contexts where they normally can't occur, e.g. on the top level or
11704         in function call arguments.  This is mainly useful to recognize
11705         statements in macros at the top level, and in arguments to
11706         macros.  The cases has been moved around quite a bit, and case
11707         10 has been copied to case 18.  (The cases has not been
11708         renumbered because of this.)
11710         (c-guess-continued-construct): New function which has the
11711         rules which are common between cases 10 and 18.
11713         * progmodes/cc-engine.el (c-beginning-of-statement-1)
11714         (c-backward-to-start-of-do, c-backward-to-start-of-if):
11715         Fixes so that they really obey the passed limits.
11717         (c-safe-position): Return nil if the state doesn't contain a
11718         suitable position.
11720         (c-guess-basic-syntax): Fixes some too short limits in calls
11721         to c-beginning-of-statement-1.  Some fixes for top level
11722         analysis in ObjC mode.
11724         * progmodes/cc-engine.el (c-beginning-of-statement-1):
11725         Fixed bug in do-while statements where the body is not a block.
11727         * progmodes/cc-styles.el (c-set-style):
11728         Reset c-special-indent-hook to its global value if in override mode.
11729         Fixes problem where functions on that hook remained after
11730         style switch.
11732         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
11733         Use c-benign-error to report the c-strict-syntax-p error.
11735 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11737         * progmodes/cc-align.el, progmodes/cc-defs.el,
11738         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
11739         Several fixes to treat macros as code and not literals and to
11740         handle line continuations transparently.
11742         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
11743         through whitespace and line continuations, but not comments
11744         and macros.
11746         (c-in-literal): No longer recognizes macros as literals by
11747         default. An extra flag argument is required to do that.
11749         (c-macro-start, c-query-macro-start)
11750         (c-query-and-set-macro-start): Added a cache for the macro
11751         start position.
11753         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
11754         more speed when limits are given.  Workaround for bad behavior
11755         in forward-comment in some emacsen when it hits a buffer limit
11756         with a large repeat count.
11758         (c-lineup-macro-cont): Improved behavior when
11759         c-syntactic-indentation-in-macros is nil.
11761         (c-syntactic-indentation-in-macros, c-backslash-max-column)
11762         (c-auto-align-backslashes): New customization variables to
11763         control macro handling.
11765         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11766         Fixes to handle line continuations.
11768         * progmodes/cc-defs.el, progmodes/cc-styles.el
11769         (c-get-style-variables, c-set-offset): Report style errors
11770         with message and ding instead of error signal.  This to avoid
11771         interrupted mode init if there's some style problem.
11773         (c-benign-error): New macro to report errors that doesn't need
11774         to interrupt the operation.
11776         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
11778 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11780         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
11781         Removed most of the c-state-cache fiddling, since the global
11782         state cache now handles this.
11784         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11785         when there's an open paren at the very first char of the
11786         visible buffer region.
11788         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
11789         Cache the state globally and invalidate it below every buffer
11790         change with the new after change function
11791         `c-check-state-cache'.  This gives a considerable performance
11792         boost when editing large functions or classes.
11794         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
11796 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11798         * progmodes/cc-engine.el, progmodes/cc-langs.el,
11799         progmodes/cc-align.el: Improvements to syntactic analysis
11800         inside macros:
11802         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
11803         by `c-guess-basic-syntax'.
11805         (c-parse-state): Fixed bug with braces inside macros when
11806         using cached state info.
11808         (c-forward-to-cpp-expression): New function to aid in
11809         syntactic analysis inside macros.
11811         (c-beginning-of-statement-1, c-backward-syntactic-ws):
11812         Fixes to work better inside macros.
11814         (c-forward-syntactic-ws): Whitespace between the # and the
11815         command should be allowed in preprocessor directives.
11817         (c-lineup-macro-cont): New lineup function to get context
11818         sensitive indentation inside macros.
11820         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
11821         cpp-macro-cont.
11823 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11825         * progmodes/cc-engine.el (c-beginning-of-statement-1)
11826         (c-forward-syntactic-ws): Fixes to handle continued lines.
11828         (c-backward-to-start-of-if, c-guess-basic-syntax):
11829         Do syntactic analysis inside macros.
11831 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11833         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
11834         possible by the more flexible state cache.
11836         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
11837         (c-whack-state-after, c-hack-state)
11838         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
11839         Improved the state cache system.  It now can use partial info from
11840         an old cached state to calculate a new one at a different
11841         position.  Removed some kludges to avoid the state cache.
11842         The new functions `c-whack-state-before' and `c-whack-state-after'
11843         replace the now obsolete `c-whack-state'.
11845         * progmodes/cc-engine.el (c-beginning-of-statement-1):
11846         Optimized backing through a macro.  This can speed things up
11847         quite a bit when there are long macros before point.
11849         (c-beginning-of-macro): Do not ignore the limit.
11851 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11853         * progmodes/cc-cmds.el (c-electric-continued-statement):
11854         Fixed a bug where the keyword wasn't reindented correctly if
11855         followed by another keyword or identifier.
11857         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
11858         pairs that are in macros.  Fixes some cases where e.g. the
11859         second of two "do { } while (0)" macros after each other
11860         indented differently.
11862 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11864         * progmodes/cc-engine.el (c-beginning-of-macro)
11865         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
11866         directive when it begins a line, to allow for script
11867         interpreter lines like "#!/usr/bin/pike" at the beginning of
11868         the file.
11870 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11872         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11873         Recognize brace blocks inside a parenthesis expression as
11874         inexpr-statement.  Useful when writing statements as macro arguments.
11876 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11878         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
11879         (c-mask-comment): Broke out the comment masking code from
11880         `c-fill-paragraph' to a new function `c-mask-comment', to be
11881         able to do the same thing in `c-do-auto-fill'.  This should
11882         make auto-fill-mode behave better.
11884 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11886         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
11887         Check `executing-macro' to avoid blinking parens when macros
11888         are executed.
11890         * progmodes/cc-mode.el, progmodes/cc-styles.el
11891         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
11892         consistency with `c-setup-paragraph-variables' (which was
11893         placed there due to the dependency from `c-set-style').
11895         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
11896         incomplete initialization from the style variable fallbacks if
11897         there already is a style called "user" defined when CC Mode
11898         starts up for the first time.
11900 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11902         * progmodes/cc-cmds.el, progmodes/cc-vars.el
11903         (c-comment-indent, c-indent-comment-alist): Added new variable
11904         `c-indent-comment-alist' to allow better control over
11905         `c-comment-indent'.
11907 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11909         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
11910         both `comment-start-skip' and the comment prefix on the
11911         current line with the comment starter, so that we line up
11912         comments which matches `c-comment-prefix-regexp' on the first
11913         line (after the `/') without the need to make
11914         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
11916         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
11917         (c-set-style-1, c-setup-paragraph-variables): Moved the
11918         variable initialization based on `c-comment-prefix-regexp' to
11919         a new function `c-setup-paragraph-variables', which is now
11920         used both at mode init and when a style that sets
11921         `c-comment-prefix-regexp' is activated.
11923 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11925         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11926         Better handling of C++ template args to avoid confusion with
11927         `<' and `>' used as operators in member init expressions.
11929 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11931         * progmodes/cc-engine.el (c-most-enclosing-brace)
11932         (c-least-enclosing-brace): Added optional second arg to limit
11933         the search to before a certain point.
11935         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11936         which could cause incorrect analysis if a cached state is used
11937         (usually only happens when an electric key reindents a line).
11939 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11941         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
11942         insulation.  This time for XEmacs 21.
11944         * progmodes/cc-engine.el, progmodes/cc-langs.el:
11945         Improved handling of inheritance lists:
11947         (c-beginning-of-inheritance-list): Rewritten to use a more
11948         syntactically correct method that doesn't get confused by
11949         badly placed linebreaks and comments.
11951         (c-guess-basic-syntax): Several fixes to the handling of
11952         inheritance lists in combination with templates.  'inher-intro
11953         is now anchored on the start of the class declaration and not
11954         the indentation of the current line.  Switched places on cases
11955         5D.3 and 5D.4 and made them use more syntactically correct methods.
11957         (c-inher-key): Removed since the code in
11958         `c-guess-basic-syntax' now uses token-based search.
11960         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
11961         Added a submenu to access some toggles.
11963         (c-toggle-syntactic-indentation): New function to toggle the
11964         variable `c-syntactic-indentation'.
11966         * progmodes/cc-styles.el (c-set-style): Improved the error
11967         message for incorrect offsets a bit.
11969 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11971         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
11972         sexp follows point immediately, instead find the closest
11973         following open paren that ends on another line.
11975 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11977         * progmodes/cc-align.el (c-lineup-cascaded-calls):
11978         New indentation function.
11980         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
11981         directives with whitespace between the '#' and the name.
11983 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11985         * progmodes/cc-engine.el (c-forward-syntactic-ws)
11986         (c-backward-syntactic-ws): Handle line continuations as
11987         whitespace.  Don't move past a macro if that'd take us past
11988         the limit.
11990 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11992         * progmodes/cc-engine.el (c-beginning-of-macro)
11993         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
11994         Pike, and that shouldn't be confused with a preprocessor directive.
11996 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
11998         * progmodes/cc-cmds.el: Extended the kludge to interoperate
11999         with the delsel and pending-del packages wrt to the new
12000         function `c-electric-delete-forward'.
12002 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12004         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
12005         the block itself, i.e. only indent the contents in it.
12007         * progmodes/cc-styles.el (c-set-style): Use the default
12008         argument to completing-read instead of initial-contents, if
12009         the function is recent enough to support it.
12011 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12013         * progmodes/cc-mode.el (c-mode-help-address):
12014         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
12015         I've almost never seen a bug reported this way that should go
12016         to that list, but it's rather common that the reports concern
12017         the combination CC Mode and XEmacs instead.
12019 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12021         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
12022         brace-elseif-brace and brace-catch-brace are active and
12023         there's a "else if"-block before the catch block.
12025         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12026         Detect function headers that span lines.
12028 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12030         * progmodes/cc-cmds.el (c-electric-brace)
12031         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12032         Check for last on line only for doing the auto-newline-mode
12033         stuff, not for the reindentation.
12035         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
12036         handling of c-syntactic-indentation: When it's nil, indent the
12037         new lines but don't reindent the current one.  Reindent the
12038         line only when the inserted brace comes first on it, instead
12039         of last.
12041         * progmodes/cc-cmds.el (c-electric-brace)
12042         (c-electric-semi&comma): Fixed two places where
12043         c-syntactic-indentation wasn't heeded.
12045         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
12046         inside a macro.
12048         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
12049         little harder to find a fallback position when an orphan else
12050         is found.  Fixed case where an else following a do-while
12051         statement could be associated with an if inside the do-while.
12053 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12055         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
12056         for the fallback to add a single space after the comment prefix.
12058         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
12059         behavior in some special cases, especially for single-line comments.
12060         Avoid breaking up a comment starter or ender.
12062 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12064         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
12065         the Emacs sources to make this work in invisible text.
12067         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
12068         not be confused by a later ':' on the same line as the label.
12070 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12072         * progmodes/cc-cmds.el, progmodes/cc-mode.el
12073         (c-electric-delete, c-electric-delete-forward):
12074         Split `c-electric-delete' into two functions where
12075         `c-electric-delete-forward' always deletes forward and
12076         `c-electric-delete' only contains the code necessary for
12077         XEmacs to choose between backward and forward deletion.
12078         `c-electric-delete-forward' is now bound to C-d to get the
12079         electric behavior on that key too.
12081 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12083         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
12084         use of c-comment-prefix-regexp, which caused an error when
12085         it's a list.
12087 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12089         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
12090         (c-default-style): Removed the hardcoded switch to "java" style
12091         in Java mode.  It's instead taken care of by the default value
12092         for c-default-style.
12094 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
12096         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
12097         was triggered by equal signs in string literals.
12099 2002-04-21  Kim F. Storm  <storm@cua.dk>
12101         * subr.el (insert-buffer-substring-no-properties): New function.
12102         (insert-buffer-substring-as-yank): New function.
12104 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
12106         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
12107         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
12108         prefix from scroll commands.  Ignore end-of-buffer errors from
12109         other windows.
12110         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
12111         commands.
12112         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
12113         New functions.
12115         * files.el: (auto-mode-alist): .f95 files in f90-mode.
12117         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
12118         a DO statement irrespective of numeric label.
12120 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12122         * files.el (auto-save-file-name-transforms): Doc fix.
12123         Add third element to "uniquify" filenames.
12124         (make-auto-save-file-name): Use new element of
12125         auto-save-file-name-transforms.
12126         * startup.el (command-line): Add third element to
12127         auto-save-file-name-transforms.
12129 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
12131         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
12132         return value of file-name-completion and file-name-all-completions.
12134 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12136         * progmodes/f90.el: Update maintainer.
12137         (f90-line-continued): Recognize blank/comment lines embedded in
12138         continuation lines.
12139         (f90-looking-at-program-block-start): No extra indentation after
12140         function or subroutine keyword appears in single quotes.
12142 2002-04-19  Miles Bader  <miles@gnu.org>
12144         * custom.el (customize-mark-to-save, customize-mark-as-set)
12145         (custom-quote): Moved here from `cus-edit.el'.
12146         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
12147         (custom-quote): Moved to `custom.el'.
12149 2002-04-18  Richard M. Stallman  <rms@gnu.org>
12151         * facemenu.el (list-text-properties-at): Command deleted.
12153         * rect.el (insert-rectangle): Use insert-for-yank.
12155         * register.el (insert-register): Use insert-for-yank.
12156         (describe-register-1): Discard text props in yank-excluded-properties.
12158         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
12159         Fix parts in construction of `menu-item' item at end.
12161         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
12163         * subr.el (insert-for-yank): New function.
12165         * simple.el (yank-excluded-properties): New user option.
12166         (yank-pop, yank): Use insert-for-yank.
12168 2002-04-19  Kim F. Storm  <storm@cua.dk>
12170         * simple.el (pop-to-mark-command): Do not set this-command.
12171         (set-mark-command): Always jump to mark when called with arg.
12173 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12175         * comint.el (comint-watch-for-password-prompt): Remove whitespace
12176         at the beginning of password prompts.
12178 2002-04-18  Andrew Innes  <andrewi@gnu.org>
12180         * facemenu.el: Remove require of wid-edit.
12182 2002-04-17  Colin Walters  <walters@verbum.org>
12184         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
12185         one window.
12186         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
12187         (ibuffer-current-state-list): Reinstate optional argument; now
12188         just call `point' inside the mapping function.
12190 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12192         * dired-aux.el (dired-star-subst-regexp)
12193         (dired-quark-subst-regexp): New constants.
12194         (dired-do-shell-command, dired-shell-stuff-it): Use them.
12195         (dired-do-shell-command): Raise an error if both `*' and `?'
12196         substitution marks are used in the same command.
12197         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
12198         in a command given via dired-do-shell-command.
12200         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
12202 2002-04-16  Jason Rumney  <jasonr@gnu.org>
12204         * international/mule-cmds.el (locale-preferred-coding-systems):
12205         Add "jpn".
12207 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
12209         * term.el (term-emulate-terminal): Fix last change.
12211 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12213         * bindings.el (mode-line-mode-menu): Update names to reflect
12214         latest changes.
12216 2002-04-16  Mike Williams  <mdub@bigfoot.com>
12218         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
12219         compilation error.
12221 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
12223         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
12224         (viper-ex-print-buf-name): New variable.
12225         (viper-ex-print-buf): New variable.
12226         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
12227         (ex-g-marks): New variable.
12228         (ex-print): New function.
12229         (ex-print-display-lines): New function.
12231         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
12232         the cursor color.
12234         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
12235         when the window is not in its own frame.
12236         (ediff-clone-buffer-for-region-comparison): More robust window
12237         arrangement while prompting for regions to compare.
12238         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
12239         (ediff-inferior-compare-regions): Deleted unused vars
12240         ctl-buf and quit-now.
12242 2002-04-15  Richard M. Stallman  <rms@gnu.org>
12244         * facemenu.el (facemenu-add-new-face): Use this only for faces.
12245         Delete arg MENU.
12246         (facemenu-add-new-color): New function.
12247         (facemenu-set-foreground, facemenu-set-background):
12248         Use facemenu-add-new-color.
12250 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
12252         * ediff-init.el (ediff-current-diff-face-A)
12253         (ediff-current-diff-face-B, ediff-current-diff-face-C)
12254         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
12255         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
12256         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
12257         (ediff-even-diff-face-B, ediff-even-diff-face-C)
12258         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
12259         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
12260         (ediff-odd-diff-face-Ancestor): Add special color definitions for
12261         tty and MS-DOS displays.
12263 2002-04-15  Andrew Innes  <andrewi@gnu.org>
12265         * facemenu.el: Require wid-edit.
12267 2002-04-15  Miles Bader  <miles@gnu.org>
12269         * faces.el (highlight): Force foreground to be black on a tty, so
12270         this face is readable on a dark-background tty.
12271         * wid-edit.el (widget-field-face, widget-single-line-field-face):
12272         Likewise.
12274 2002-04-14  Kim F. Storm  <storm@cua.dk>
12276         * simple.el (pop-to-mark-command, push-mark-command): New commands.
12277         (set-mark-command): Use them.
12278         Enhanced functionality when command is repeated:
12279         - If first command set the mark (no prefix arg), repeat temporarily
12280         enables transient-mark-mode.
12281         - If first command jumped to mark off ring (with argument),
12282         repeat (with or without arg) jump to next mark off ring.
12283         - Use C-u C-u prefix to set mark after jump.
12284         (exchange-point-and-mark): Temporarily enable transient-mark-mode
12285         if prefix arg.
12287 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12289         * speedbar.el (speedbar-tag-hierarchy-method)
12290         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
12292 2002-04-14  Mike Williams  <mdub@bigfoot.com>
12294         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
12295         beginning of buffer.
12297 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12299         * speedbar.el (speedbar-generic-item-info)
12300         (speedbar-sort-tags): Doc fix.
12301         (speedbar-add-supported-extension): Fix typo in interactive spec.
12303 2002-04-13  Colin Walters  <walters@verbum.org>
12305         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
12306         only moving one line forward.
12307         (ibuffer-map-lines): Preserve point position even if we delete
12308         lines.  Only call mapping functions with buffer and mark
12309         arguments; the other two were unused.
12310         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
12312         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
12314         * calc/calc-bin.el (math-format-radix-float): Use `when'.
12316         * calc/calc.el (math-format-number): Load `calc-ext' before we
12317         call `math-group-float'.
12319         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12320         Renamed from `gamegrid-add-score'.
12321         (gamegrid-add-score-insecure): Restored from the old
12322         `gamegrid-add-score'.
12323         (gamegrid-add-score): Just dispatch on `system-type' to one of the
12324         previous two functions.
12326 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12328         * iswitchb.el: Update commentary to include new function
12329         iswitchb-exclude-nonmatching.
12331 2002-04-12  John Wiegley  <johnw@gnu.org>
12333         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
12334         operating systems to the regexp used to detect a script's interpreter.
12336 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
12338         * frame.el (frames-on-display-list): Use `equal' to compare the
12339         `display' frame parameter to the argument DISPLAY.
12341 2002-04-12  Dave Love  <fx@gnu.org>
12343         * help.el (string-key-binding): Deal with margin events.
12345 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12347         * comint.el (comint-password-prompt-regexp): Match " SMB password".
12349 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
12351         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
12353         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
12355         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
12356         (buffer-syntactic-context-depth): New funs.
12358         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
12359         on variables.
12361         * emacs-lisp/debug.el (debug-on-entry): Use push.
12362         (debugger-make-xrefs): Don't assume point-min == 1.
12364         * progmodes/cc-engine.el (c-backward-to-start-of-if):
12365         Don't assume point-min == 1.
12367         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
12368         (etags-list-tags, etags-tags-apropos, select-tags-table):
12369         Don't assume point-min == 1.
12371 2002-04-12  Mike Williams  <mdub@bigfoot.com>
12373         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
12375 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
12377         * textmodes/fill.el (fill-context-prefix): Fix up last change.
12379         * simple.el (line-move): Use memq rather than or.
12380         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
12381         (do-auto-fill): Use fill-move-to-break-point.
12382         (syntax-code-table): Remove.
12384         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
12385         Don't add spaces at end of sentences at end of line.
12386         (fill-move-to-break-point): Make sure the result is always greater
12387         than linebeg, so we ensure forward progress.
12388         (fill-region-as-paragraph): Compare to `to' rather than eobp.
12389         (fill-paragraph): Don't rebind fill-paragraph-function.
12391 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12393         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
12395 2002-04-11  Andreas Schwab  <schwab@suse.de>
12397         * files.el (file-name-non-special): Handle return value of t from
12398         `file-name-completion'.
12400 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
12402         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
12403         differently to avoid pathological exponential-time case.
12404         (adaptive-fill-regexp): Add ! and %.
12405         (fill-delete-prefix): Remove indentation while removing prefix.
12406         (fill-delete-newlines): Obey sentence-end.
12407         (fill-move-to-break-point, fill-newline): New functions extracted
12408         from fill-region-as-paragraph.
12409         (fill-region-as-paragraph): Use them.
12410         Don't fiddle with fill-indent-according-to-mode.
12412 2002-04-10  Colin Walters  <walters@verbum.org>
12414         * play/snake.el (snake-score-file): Default to just "snake-scores".
12416         * play/tetris.el (tetris-score-file): Likewise.
12418         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
12419         use `update-game-score'.
12421         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
12422         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
12423         ourselves; take it as an argument.  Caller updated.
12424         (ibuffer-mode): Make mode-class special.
12426 2002-04-10  Richard M. Stallman  <rms@gnu.org>
12428         * dired.el (dired-view-command-alist): New variable.
12429         (dired-view-file): Use external viewers for some files names.
12431         * mouse.el (mouse-drag-region-1): Display region highlight
12432         only in the selected window.
12434         * subr.el (remove-hook): When there are no more local hooks,
12435         kill the buffer-local value.
12437         * isearch.el (isearch-mode): Don't call make-frame-visible
12438         if frame is already visible.
12440         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
12442 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
12444         * progmodes/ada-prj.el: Add support for the new project file
12445         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
12446         Fix widget handling for Emacs 21.  ada-mode now only supports a single
12447         active project file, instead of one per buffer.  This is far less
12448         confusing.
12450         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
12451         (ada-func-or-proc-name): Get real subprogram name, after change in
12452         ada-mode.el.
12454         * progmodes/ada-xref.el: Ada-mode no longer supports a different
12455         project file per buffer.  This was too complex.  Instead, there is
12456         now a single active project file at any given time, and the user
12457         can switch the active one through the Ada menu.  This revision
12458         also provides better handling of the Windows command line, and the
12459         various available shells on that platform.  ada-mode is now fully
12460         integrated with the GNU visual debugger gvd, see
12461         http://libre.act-europe.fr.
12462         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
12463         This is only available with GNAT 3.14.
12464         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
12465         (ada-quote-cmd): New function.
12466         (ada-initialize-runtime-library): Get the location of the actual
12467         runtime the compiler will be using, including support for
12468         cross-platform environments.
12469         (ada-treat-cmd-string): Add support for the new variable
12470         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
12471         two commands to run just prior to running the debugger, and just
12472         after starting it.  This provide better support for cross-platform
12473         and remote debugging.
12474         (ada-get-absolute-dir): Remove, replace with expand-file-name.
12475         (ada-gdb-application): New parameter executable-name.
12476         (ada-get-ali-file-name): Better handling of separate packages.
12477         Checkin on behalf of the ada-mode maintainer.
12479         * progmodes/ada-mode.el (ada-case-exception-file)
12480         (ada-indent-handle-comment-special): New variables.
12481         (ada-case-exception-substring): New variable.  Casing exceptions
12482         can now also be defined for substrings, in addition to full
12483         identifier names.  This provides more flexibility.
12484         (ada-align-list): New fun, provide support for align.el in ada-mode.
12485         (ada-procedure-start-regexp): Add support for operators and
12486         generic formal subprograms and packages.
12487         (ada-imenu-comment-re): New variable.
12488         (ada-imenu-generic-expression): Add support for protected types.
12489         (ada-mode): Set comment-start only after running ada-mode-hook, so
12490         that the user can change ada-comment-start in the hook.
12491         Add support for ispell in comments.  Add support for align.el.
12492         (ada-save-exception-file, ada-create-case-exception-substring)
12493         (ada-adjust-case-substring): New functions.
12494         (ada-get-current-indent): Properly handles keywords with uppercases.
12495         (ada-goto-matching-end): Rewritten, fixes problems in the handling
12496         of nested blocks.
12497         (ada-untab-hard): Do not touch the contents of comments and strings.
12499 2002-04-09  Mike Williams  <mdub@bigfoot.com>
12501         * textmodes/sgml-mode.el (sgml-lexical-context):
12502         Use sgml-parse-tag-backward to find start point.
12503         (sgml-looking-back-at): Doc fix.
12505 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12507         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
12508         for prompt.
12510 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
12512         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
12513         Use define-minor-mode.
12514         (auto-revert-buffers): Use with-current-buffer.
12515         Avoid changing the minor modes.
12517         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
12518         rather than char-to-string since last-input-char can be any event.
12520         * international/titdic-cnv.el (tit-dictionary):
12521         Use defvar for non-constants.
12523         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
12524         (global-cwarn-mode): Use easy-mmode-define-global-mode.
12525         (cwarn-font-lock-keywords): New function.
12526         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
12527         (cwarn-font-lock-match): New macro.
12528         (cwarn-font-lock-match-assignment-in-expression)
12529         (cwarn-font-lock-match-dangerous-semicolon)
12530         (cwarn-font-lock-match-reference): Use it.
12532         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
12533         Use defvar rather than defconst since it's meant to be settable.
12534         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
12535         (cperl-fix-line-spacing): Add missing \ in [ t].
12537         * loadup.el: Call ucs-unify-8859 directly rather than
12538         unify-8859-on-encoding-mode.
12539         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
12541         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
12542         (sgml-mode): Use it for comment-line-break-function.
12544 2002-04-08  Jason Rumney  <jasonr@gnu.org>
12546         * international/mule-cmds.el (reset-language-environment):
12547         Handle coding-systems not being defined yet.
12549 2002-04-08  Sam Steingold  <sds@gnu.org>
12551         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
12552         (vc-cvs-checkin): Use it.
12554 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12556         * files.el (display-time-string): Fix last change.
12558 2002-04-07  Sam Steingold  <sds@gnu.org>
12560         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
12562 2002-04-07  Jason Rumney  <jasonr@gnu.org>
12564         * international/mule-cmds.el (set-default-coding-systems)
12565         (reset-language-environment): Preserve eols on
12566         default-process-coding-system.
12567         (coding-system-change-text-conversion): Fix case where CODING is nil.
12569 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12571         * subr.el (play-sound): Move here from simple.el.
12573         * simple.el (play-sound): Move to subr.el.
12575 2002-04-06  Richard M. Stallman  <rms@gnu.org>
12577         * files.el (display-time-string-forms): Mark as risky.
12579         * enriched.el (enriched-decode-foreground, enriched-decode-background):
12580         Use proper format for desired elts of `face' property.
12581         Don't test display-color-p; make the properties unconditionally.
12583         * progmodes/compile.el (compilation-error-regexp-alist):
12584         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
12586 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12588         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
12589         for customization type.
12590         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
12592 2002-04-06  Mike Williams  <mdub@bigfoot.com>
12594         * textmodes/xml-lite.el: Remove.
12596 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12598         * simple.el (play-sound): New function (uses play-sound-internal).
12600 2002-04-04  Richard M. Stallman  <rms@gnu.org>
12602         * files.el (mode-line-format, mode-line-modified)
12603         (mode-line-mule-info, mode-line-buffer-identification)
12604         (mode-line-modes, mode-line-position): Explicitly mark as risky.
12605         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
12607         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
12609         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
12610         Use (syntax-table), not old-syntax-table.
12612         * enriched.el (enriched-decode-foreground)
12613         (enriched-decode-background): Don't call facemenu-get-face.
12615 2002-04-04  Mike Williams  <mdub@bigfoot.com>
12617         * textmodes/sgml-mode.el: Add missing require.
12618         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
12620 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12622         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
12623         spot indicated by text property `cvs-goal-column', if present.
12625         * pcvs-info.el (cvs-fileinfo-pp): Use text property
12626         `cvs-goal-column' to indicate position of file name (if present).
12628 2002-04-03  Richard M. Stallman  <rms@gnu.org>
12630         * mail/mailabbrev.el (mail-abbrev-complete-alias):
12631         Call mail-abbrev-make-syntax-table.
12633         * format.el (format-deannotate-region): Doc fix.
12635         * enriched.el (enriched-face-ans): Delete special treatment
12636         for fg:... and bg:... faces.
12637         (enriched-decode-foreground): Return a list that specifies
12638         the foreground color, rather than creating a face.
12639         (enriched-decode-background): Likewise.
12641         * shell.el (shell-mode): Don't reinit comint-input-ring
12642         if that was already done.
12644 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
12646         * solar.el (solar-spring-or-summer-season): Delete.
12647         (solar-northern-spring-or-summer-season): New variable.
12648         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
12649         Rewrite.
12651         * solar.el (diary-sabbath-candles-minutes): New variable.
12652         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
12654         * calendar.el (update-calendar-mode-line): Force mode-line update.
12655         Make date under the cursor available as `date' in
12656         calendar-mode-line-format.
12657         Eval items in calendar-mode-line-format list.
12659         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
12660         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
12662         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
12664         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
12665         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
12666         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12667         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
12669         * cal-tex.el: Change all instances (interactive "P") to
12670         (interactive "p").
12671         (cal-tex-cursor-month): Add hfill and newline at end of month that
12672         ended on Saturday.
12673         (cal-tex-preamble): Change to LaTeX2e.
12674         (cal-tex-cursor-filofax-year): Don't use default month names in
12675         LaTeX macros in case user changes them.
12676         (cal-tex-month-name): New function.  Used throughout in case user
12677         has done something funny with month names.
12679         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
12680         (diary-rosh-hodesh): Spelling correction.
12682 2002-04-03  Mike Williams  <mdub@bigfoot.com>
12684         * textmodes/sgml-mode.el (sgml-lexical-context)
12685         (sgml-parse-tag-backward): Extend support for CDATA to include
12686         conditional sections.
12688 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12690         * cus-start.el: Rename `autoselect-window' to
12691         `mouse-autoselect-window'.
12693 2002-04-02  Richard M. Stallman  <rms@gnu.org>
12695         * files.el (hack-one-local-variable):
12696         Clear text props from string value.
12698 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
12700         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12701         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
12702         Use regexp-opt.
12703         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
12704         from F95.
12705         (f90-procedures-re): Add `null' and `cpu_time' from F95.
12706         (f90-font-lock-keywords-1): Minor reorganization so we don't need
12707         `override' any more.
12708         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
12709         (f90-indent-subprogram): Use indent-region.
12710         (f90-break-line): Use indent-according-to-mode.
12712 2002-04-02  Mike Williams  <mdub@bigfoot.com>
12714         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
12715         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
12716         (sgml-get-context): Remove use of sgml-inside-tag-p.
12717         (sgml-inside-tag-p): Remove.
12718         (sgml-looking-back-at): Short-circuit at beg of buffer.
12719         (sgml-lexical-context, sgml-calculate-indent): Add support for
12720         CDATA sections.
12722 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
12724         * help.el (help-key-description): New fun.
12725         (describe-key-briefly, describe-key): Use it and
12726         this-single-command-raw-keys plus new arg `untranslated'.
12728         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
12729         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
12730         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
12731         (sgml-insert-end-tag): New funs taken from xml-lite.el.
12732         (sgml-calculate-indent): Use them.
12733         (sgml-slash-matching): Rename from sgml-slash.
12734         (sgml-slash): Copied from xml-lite and changed to use
12735         sgml-slash-matching and sgml-quick-keys.
12737         * international/mule-cmds.el (standard-keyboard-coding-systems):
12738         Add koi8-u and koi8-r.
12740         * eshell/.cvsignore: New file.
12742         * eshell/esh-groups.el: Remove.
12744         * progmodes/tcl.el: Change maintainer.
12745         (tcl-electric-hash-style): Change default to nil.
12746         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
12747         (tcl-do-auto-fill): Remove.
12748         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
12750 2002-04-01  Mike Williams  <mdub@bigfoot.com>
12752         * textmodes/sgml-mode.el: Doc fixes.
12753         (sgml-mode): Set indent-line-function to sgml-indent-line.
12754         (sgml-calculate-indent): Add an explicit check for 'text syntax,
12755         to protect against future enhancements to sgml-lexical-context.
12756         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
12758         * textmodes/xml-lite.el: Removed much redundant stuff.
12759         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12760         always start within text. Make use of sgml-unclosed-tag-p.
12762 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
12764         * tcl.el (tcl-imenu-generic-expression): New value.
12765         (tcl-imenu-create-index-function): Function deleted.
12766         (tcl-mode): Check for filladapt-mode.
12767         Use tcl-imenu-generic-expression instead of
12768         tcl-imenu-create-index-function.
12769         (inferior-tcl-mode): Doc fix.
12770         Change not legally significant.
12772 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12774         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12776         * window.el (handle-select-window): New function.
12777         Update copyright.
12779 2002-04-01  Richard M. Stallman  <rms@gnu.org>
12781         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
12783         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
12784         tool-bar-add-item, and new arg MAP.
12785         (tool-bar-add-item): Now calls tool-bar-local-item.
12786         (tool-bar-local-item-from-menu): Renamed from
12787         tool-bar-add-item-from-menu, and new arg IN-MAP.
12788         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
12790         * help-fns.el (help-with-tutorial): Allow various ways
12791         to specify the text in the [...] line, in handling the <...> line.
12793         * progmodes/idlw-rinfo.el (idlwave-system-routines):
12794         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
12796         * subr.el (redraw-modeline): Define alias.
12798 2002-03-31  Richard M. Stallman  <rms@gnu.org>
12800         * files.el (file-expand-wildcards): Use save-match-data.
12802         * files.el (format-alist): Mark as risky.
12804         * simple.el (kill-new): Doc fix.
12806         * emacs-lisp/byte-opt.el (side-effect-free-fns)
12807         (side-effect-and-error-free-fns): Add many functions, remove some.
12809 2002-03-30  Richard M. Stallman  <rms@gnu.org>
12811         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
12813 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
12815         * font-lock.el (save-buffer-state): Fix last change.
12817         * files.el (auto-save-file-name-transforms): Fix last change.
12819         * startup.el (command-line): Fix last change.
12821 2002-03-29  Richard M. Stallman  <rms@gnu.org>
12823         * subr.el (play-sound-file): Moved to simple.el.
12825         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
12827 2002-03-29  Colin Walters  <walters@verbum.org>
12829         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
12830         instead of `forward-line'.
12831         (ibuffer-forward-line): Be sure to skip over special properties
12832         before moving, too.
12834         * calc/calc.el (calc-was-split): Var deleted.
12835         (calc): Remove reference to it.
12836         (calc): Ditto.
12837         (calc-quit): Ditto.
12838         (calc-init-base): Ditto.
12840         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
12842 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
12844         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
12845         instead of nil when point is outside of any tag.
12846         (sgml-beginning-of-tag): Adjust to the change.
12847         (sgml-calculate-indent): Use the new info returned by
12848         sgml-lexical-context.  Try to handle unclosed tags.
12850         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
12851         at unclosed tags unless it is at indentation.
12852         Kill nested unclosed tags.
12853         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
12854         (xml-lite-mode): Use sgml-indent-line instead.
12856 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
12858         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
12859         expand-file-name.
12861         * startup.el (command-line): Recompute auto-save-file-name-transforms
12862         using the updated value of temporary-file-directory.
12864 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
12866         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
12867         even with an empty context.  Don't save excursion any more.
12868         Don't complain about unmatched start-tags in sgml-unclosed-tags.
12869         Ignore end-tags in sgml-empty-tags.
12870         (xml-lite-get-context, xml-lite-calculate-indent)
12871         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
12872         (xml-lite-indent-line): Use back-to-indentation.
12874         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
12875         (sgml-name-re, sgml-attrs-re): New consts.
12876         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
12877         (sgml-mode): Use them.
12878         (sgml-lexical-context): Default to (point-min) if nothing else works.
12879         (sgml-calculate-indent): Indent slightly differently.
12880         (sgml-indent-line): Use back-to-indentation.
12881         (sgml-parse-dtd): New function.
12882         (sgml-unclosed-tags): New var.
12883         (html-mode): Set it.
12885 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
12887         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
12889 2002-03-29  Richard M. Stallman  <rms@gnu.org>
12891         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
12892         Use FILTER arg in dired-get-marked-files to exclude directories.
12893         (dired-nondirectory-p): New function.
12895         * dired.el (dired-get-marked-files): New arg FILTER
12896         allows selection of some files.
12898         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
12900 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
12902         * speedbar.el (speedbar-default-directory-list): Made robust
12903         against deleted directories.
12905 2002-03-28  Richard M. Stallman  <rms@gnu.org>
12907         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
12908         Bindings changed.
12910         * progmodes/compile.el (compilation-handle-exit):
12911         If compilation-window-height is 0, display status in echo area.
12913         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
12915         * rect.el (replace-rectangle): Add autoload.
12917         * files.el: Mark many more variables as risky.
12918         (hack-one-local-variable): Recognize several additional
12919         patterns as risky.
12921         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
12923 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
12925         * textmodes/xml-lite.el (xml-lite-in-string-p):
12926         Use sgml-lexical-context.
12927         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
12928         (xml-lite-get-context): Check that open/close tags match.
12929         Don't stop scanning while we're ignoring matching tags.
12931         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
12932         (sgml-mode-syntax-table): Use it.
12933         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
12934         (sgml-tags-invisible): Use it.
12935         (sgml-lexical-context): New fun.
12936         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
12937         (sgml-quote): Accept \n as entity reference terminator.
12938         (sgml-calculate-indent, sgml-indent-line): New funs.
12940 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
12942         * vc-cvs.el (vc-cvs-global-switches): New user option.
12943         (vc-cvs-command): New function.  Update all callers of
12944         `vc-do-command' in vc-cvs.el to use this instead.
12946 2002-03-27  Andrew Innes  <andrewi@gnu.org>
12948         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
12949         relying on shell globbing.
12951 2002-03-27  Colin Walters  <walters@debian.org>
12953         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
12954         (ibuffer-fontification-alist): Use it.
12955         (ibuffer-backward-line): Handle `ibuffer-summary' area.
12956         (ibuffer-forward-line): Ditto.
12958         * ibuf-ext.el (sorter mode-name): Doc fix.
12959         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
12960         (operation query-replace): Use new `noerror' arg for
12961         `query-replace-read-args'.
12962         (operation query-replace-regexp): Ditto.
12964 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
12966         * textmodes/xml-lite.el: Fix copyright notice.
12967         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
12968         (xml-lite-indent-comment-offset): Remove.
12969         (xml-lite-calculate-indent): Use new name.  Use natural alignment
12970         for comments.
12971         (xml-lite-in-string-p): Simplify.
12973 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12975         * allout.el (outline-layout): Doc fix.
12977 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
12979         * textmodes/xml-lite.el: Don't require `custom'.
12980         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
12981         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
12982         (xml-lite-get-context): Drop nested tags not just for comments.
12983         (xml-lite-indent-line): Be more careful about moving point.
12984         (xml-lite-insert-end-tag, xml-lite-slash):
12985         Use indent-according-to-mode instead of xml-lite-indent-line.
12986         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
12987         Set sgml-xml-mode.  Don't call force-mode-line-update.
12988         (xml-lite-mode-map): Don't bind TAB.
12990 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
12992         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
12993         parameter value.
12994         (gud-jdb-build-source-files-list): Comment clarification.
12995         (gud-jdb-massage-args): Reworked into loop-based argument list
12996         processing in order to support -classpath and -sourcepath argument
12997         processing.
12998         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
12999         to gud-jdb-classpath to obtain search list.
13000         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
13001         directory names in classpath/sourcepath lists, update comment.
13002         (jdb): Add setting of gud-jdb-sourcepath, update comment.
13003         (gud-find-class): Add gud-jdb-sourcepath use, and correct
13004         behaviour for the case when classpath is not used--backward
13005         compatibility fix.
13007 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
13009         * Makefile.in (compile, compile-always): Don't try to compile
13010         non-existent files or files in empty directories.
13012 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
13014         * compare-w.el (compare-windows-whitespace): Match all whitespace.
13016         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
13017         copy of standard Lisp directories.
13019         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
13020         Support "next has longname" link type.
13022 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
13024         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
13025         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
13026         New functions.
13027         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
13028         (end-of-xml-tag): Remove.
13029         (xml-lite-get-context): Better handling of comments.
13030         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
13031         (xml-lite-parse-tag-backward): Rewrite.
13033 2002-03-26  Juanma Barranquero  <lektu@terra.es>
13035         * makefile.w32-in (WINS): Add the toolbar directory.
13037 2002-03-26  Richard M. Stallman  <rms@gnu.org>
13039         * subr.el (substring-no-properties): Function deleted (now in C).
13041 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13043         * mwheel.el (mouse-wheel-mode): Use global-set-key and
13044         global-unset-key.
13046 2002-03-24  Richard M. Stallman  <rms@gnu.org>
13048         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
13050         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
13051         to query-replace-read-args.
13053         * progmodes/compile.el (compilation-forget-errors):
13054         Don't adjust compilation-parsing-end if it's nil.
13056         * replace.el (query-replace-read-args): New optional arg NOERROR.
13057         (perform-replace): Use save-window-excursion around recursive edit.
13059 2002-03-24  Colin Walters  <walters@verbum.org>
13061         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
13062         non-nil, then always use another window.
13064 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
13066         * subr.el (macro-declaration-function): New function.  Set the
13067         variable macro-declaration-function to it.
13069         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13070         Handle declarations in macro definitions.
13072 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
13074         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
13076         * enriched.el (enriched-face-ans): Support FACE of the form
13077         (:foreground COLOR) and (:background COLOR).
13078         (enriched-decode-foreground, enriched-decode-background): Set the
13079         fore- and background colors of the faces we create, since facemenu
13080         doesn't.
13082 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13084         * mwheel.el (mouse-wheel-mode): Use the result of
13085         current-global-map instead of the variable `global-map'.
13087 2002-03-23  Richard M. Stallman  <rms@gnu.org>
13089         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
13090         broken out of sendmail-pre-abbrev-expand-hook.
13091         (sendmail-pre-abbrev-expand-hook): Use it.
13093 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
13095         * Makefile.in (finder-inf.el): Remove.
13096         (finder-data): Don't depend on finder-inf.el any more.
13097         (compile, compile-always): Handle the case where some files
13098         from DONTCOMPILE are missing (it tried to compile them).
13099         (bootstrap-clean): Use src/emacs only if executable.
13100         (bootstrap): Update subdirs.el and finder-inf.el.
13102         * finder.el: Don't load finder-inf.el during byte-compilation.
13104         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
13105         Don't consider cvs-removed files as under VC control.
13106         VC wouldn't handle them properly anyway and it confuses
13107         vc-file-not-found-hook.
13109         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
13110         Add autoload cookie.
13112 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
13114         * calendar/calendar.el (calendar): Doc fix.
13116 2002-03-22  Juanma Barranquero  <lektu@terra.es>
13118         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
13119         (gomoku-font-lock-X-face): Likewise.
13120         (gomoku-font-lock-keywords): Use faces instead of variables.
13122 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
13124         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
13126 2002-03-21  Kim F. Storm  <storm@cua.dk>
13128         * simple.el (open-network-stream, open-network-stream-nowait)
13129         (open-network-stream-server): Use featurep to test for
13130         supported networking features.
13132 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13134         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
13135         directions as the last action.
13137 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13139         * startup.el (fancy-splash-tail, normal-splash-screen):
13140         Update copyright.
13142         * novice.el (disabled-command-hook): Clarify output text to match
13143         prompt.
13145 2002-03-20  Jason Rumney  <jasonr@gnu.org>
13147         * frame.el (display-images-p): Do not explicitly check display type.
13149 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
13151         * mail-utils.el:
13152         Eliminate compilation warnings due to `rfc822-addresses'.
13153         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
13154         warning free compile.
13156 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
13158         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
13159         Take the current highlighting style into account.
13160         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
13161         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
13163         * ediff-init.el (ediff-patch-job): New macro.
13165         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
13166         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
13168         * ediff-ptch.el (ediff-map-patch-buffer):
13169         Use ediff-make-new-meta-list-header.
13170         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
13172         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
13173         (ediff-select-difference): Take highlighting style into account.
13174         (ediff-clone-buffer-for-region-comparison): New function.
13175         (ediff-inferior-compare-regions): Added comparison of current diff
13176         regions.
13178         * ediff.el (ediff-clone-buffer-for-region-comparison)
13179         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
13181 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
13183         * mail-utils.el (rmail-dont-reply-to):
13184         Overhaul to correctly apply the regular
13185         expressions in the variable `rmail-dont-reply-to-names' to the list of
13186         destination addresses.  Contributed by lorentey@elte.hu.
13188         * rmail.el (rmail-dont-reply-to-names):
13189         Modify the documentation to make it email
13190         address centric rather than login name centric.  Contributed by
13191         lorentey@elte.hu.
13193 2002-03-18  Colin Walters  <walters@verbum.org>
13195         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
13196         we don't require `cl' at runtime.
13197         (sorting mode mode-name): Don't take the symbol-name of a string.
13199         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
13200         line after setting the mark.
13201         (ibuffer-insert-buffers-and-marks): Invert the test for
13202         `ibuffer-sorting-reversep'.
13204 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
13206         * international/ucs-tables.el (unify-8859-on-decoding-mode)
13207         (unify-8859-on-encoding-mode): Remove autoload cookie.
13209 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
13211         * vc-rcs.el (vc-rcs-register): Fix handling of
13212         vc-[rcs-]register-switches.
13213         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
13214         Variables removed, since they weren't used yet.
13216         * vc-cvs.el (vc-cvs-register): Fix handling of
13217         vc-[cvs-]register-switches.
13219         * vc-sccs.el (vc-sccs-register): Fix handling of
13220         vc-[sccs-]register-switches.
13222 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
13224         * loadup.el ("emacs-lisp/backquote"): Load earlier.
13225         ("international/ucs-tables"): Load and turn on
13226         unify-8859-on-encoding-mode unconditionally.
13227         (emacs-version): Use `defconst' rather than `setq'.
13229         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
13231 2002-03-18  Richard M. Stallman  <rms@gnu.org>
13233         * menu-bar.el (menu-bar-options-menu): Cope if
13234         text-mode-hook is not a list.
13236 2002-03-17  Richard M. Stallman  <rms@gnu.org>
13238         * emulation/pc-select.el (pc-selection-mode):
13239         Alter the existing global map, don't replace it.
13241         * files.el (list-directory): Set default-directory at the end.
13243         * dabbrev.el (dabbrev--goto-start-of-abbrev):
13244         Put a limit on field-beginning search.
13246 2002-03-17  Simon Josefsson  <jas@extundo.com>
13248         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
13249         (browse-url-mosaic): Use it.
13251         * net/browse-url.el (browse-url-filename-alist): Don't begin
13252         docstring with *, you don't want to set this one with M-x set-variable.
13254         * net/browse-url.el: Put * in user option doc strings.
13256 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
13258         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
13259         (sgml-xml-guess): Simplify.
13260         (sgml-mode-common): Remove (move into sgml-mode).
13261         (sgml-mode): Add code from sgml-mode-common.
13262         Remove redundant setting of indent-line-function.
13263         Don't set skeleton-transformation when in XML mode.
13265         * international/mule-diag.el (describe-char-after):
13266         Use `internal-describe-syntax-value' again (got lost somewhere).
13268         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
13269         Use unify-8859-on-decoding-mode.
13270         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
13271         (ucs-insert): Give an error if the unicode char can't be created.
13273         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
13274         (cvs-parse-status): Handle the "used to have a conflict" marker.
13276 2002-03-17  Kim F. Storm  <storm@cua.dk>
13278         The following changes are related to the enhanced network process
13279         support.
13281         * simple.el: Update copyright.
13282         (clone-process): Use make-network-process to clone network
13283         processes.  Get command list via (process-contact ... t).
13284         Use set-process-query-on-exit-flag and process-query-on-exit-flag
13285         instead of process-kill-without-query.
13286         (open-network-stream): Replaces C-version from process.c.
13287         (open-network-stream-nowait, open-network-stream-server): New funs.
13288         (process-kill-without-query): Replaces C-version from process.c.
13290         * files.el: Update copyright.
13291         (save-buffers-kill-emacs): Also check for active server
13292         processes.  Use process-query-on-exit-flag.  Only list processes
13293         which has the query-on-exit flag set in connection with user query.
13295         * shadowfile.el: Update copyright.
13296         (shadow-save-buffers-kill-emacs): Also check for active server
13297         processes.  Use process-query-on-exit-flag.
13299 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
13301         * imenu.el (imenu-menubar-modified-tick): Renamed from
13302         imenu-update-menubar-modified-tick.
13303         (imenu-update-menubar): Update imenu-menubar-modified-tick
13304         whenever outer condition succeeds.
13306         * lazy-lock.el (save-buffer-state):
13307         Bind inhibit-modification-hooks and buffer-file-truename
13308         instead of before-change-functions and after-change-functions.
13310 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
13312         * international/codepage.el (codepage-setup): Don't define a
13313         codepage if it is already defined.
13315         * textmodes/po.el (po-content-type-charset-alist): Convert the
13316         car of each association to a string.
13317         (po-find-file-coding-system-guts): If the charset matches a name
13318         of a codepage, set up that codepage and return it as a coding
13319         system to decode the file.
13320         (po-find-charset): Search for the Charset= header even if we've
13321         read less than 4KB.
13322         <top-level>: Remove the setup for all known codepages: it seems
13323         to cause crashes in the CCL driver.
13325 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13327         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
13328         (bibtex-entry-field-alist): Doc fix.
13330 2002-03-16  Richard M. Stallman  <rms@gnu.org>
13332         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
13333         Move definition above cperl-outline-regexp.
13335         * bindings.el (mode-line-mule-info): In computing help-echo prop,
13336         avoid using save-window-excursion.  And compile the function.
13338 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
13340         * files.el (load-completion): New function.
13341         (load-library): Use it.
13343 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13345         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
13346         to match the actual code.
13348 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
13350         * textmodes/po.el (po-find-file-coding-system-guts):
13351         Use with-temp-buffer instead of po-with-temp-buffer.
13353         * international/mule-conf.el (file-coding-system-alist): Add an
13354         association for PO files.
13356         * textmodes/po.el: New file.
13358 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
13360         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13361         Fix simple loop indentation.
13363 2002-03-14  Miles Bader  <miles@gnu.org>
13365         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
13367 2002-03-14  Richard M. Stallman  <rms@gnu.org>
13369         * textmodes/picture.el (picture-insert)
13370         (picture-clear-column, picture-draw-rectangle):
13371         Use move-to-column, not move-to-column-force.
13373         * dired.el (dired-readin): Clear out undo list.
13374         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
13375         (dired-delete-entry): New function.
13376         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
13377         and dired-delete-entry, to update this buffer (and others).
13379         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
13381         * facemenu.el (facemenu-add-new-face):
13382         Pass region args to facemenu-set-face, when there is a region.
13383         (facemenu-set-foreground, facemenu-set-background)
13384         (facemenu-add-face): Doc fixes.
13386         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
13388 2002-03-14  Miles Bader  <miles@gnu.org>
13390         * emacs-lisp/debug.el: Require `button'.
13391         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
13392         to get TAB and <backtab> bindings.
13394         * net/rlogin.el (rlogin-carriage-filter): Function removed.
13395         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
13396         comint removes carriage returns itself now.
13398         * rfn-eshadow.el (rfn-eshadow-update-overlay):
13399         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
13400         getting hosed by our own intangible property.
13402 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
13404         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
13405         Add fortran-comment-line-start-skip to comment-start-skip.
13406         (fortran-comment-indent): Keep whole-line comments in column 0.
13407         (fortran-find-comment-start-skip): New arg `all'.
13408         If ALL is nil, make sure we only match comment-start-skip if we
13409         can't match fortran-comment-line-start-skip.
13410         Fix bug that made it return t but without moving point when
13411         matching '!'! (a false-comment followed by a real comment).
13412         (fortran-indent-comment): Use new `all' argument above.
13413         Be careful not to add an incorrect comment-starter like "C"
13414         in comment-column.
13415         (fortran-split-line): When splitting a comment, reuse the comment
13416         starter from the current line rather than fortran-comment-line-start.
13417         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
13418         cleaner behavior of fortran-find-comment-start-skip.
13419         (fortran-fill): Don't be confused by ! inside a comment.
13420         (fortran-break-line): Minor cleanup and simplification.
13422 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13424         * progmodes/etags.el (tag-exact-file-name-match-p)
13425         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
13426         simpler regexp.
13428 2002-03-12  Colin Walters  <walters@debian.org>
13430         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
13431         redisplaying a line.
13433 2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13435         * term/x-win.el (emacs-session-restore): Take previous id as
13436         an argument.
13437         (emacs-session-save): Add comment that return t means cancel shutdown
13439         * startup.el (command-line): Must check that x-session-previous-id
13440         is bound also, for non-X platforms.
13442 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
13444         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
13445         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
13446         New user options.
13447         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
13448         (common-lisp-indent-function-1): Renamed from
13449         common-lisp-indent-function.
13450         (common-lisp-indent-function): Handle loop forms specially.
13451         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
13452         (lisp-backquote-indentation): New user option.
13454 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13456         * progmodes/etags.el (tag-exact-file-name-match-p)
13457         (tag-file-name-match-p, tag-partial-file-name-match-p):
13458         Assume that the header of a tags section has either a number
13459         or nothing after the last comma.
13461 2002-03-11  Richard M. Stallman  <rms@gnu.org>
13463         * imenu.el (imenu-update-menubar-modified-tick): New variable.
13464         (imenu-update-menubar): Don't call imenu--make-index-alist
13465         if buffer has not changed since last time.
13467         * desktop.el (desktop-buffer-handlers): Doc fix.
13468         (desktop-buffer-file): Explicitly return BUF.
13470         * paren.el (show-paren-function): Move back in other direction
13471         to verify the match is correct.
13473         * mail/supercite.el (sc-select-attribution): Accept whatever value
13474         we get in CHOICE; there is no value meaning "try again".
13476 2002-03-11  Colin Walters  <walters@verbum.org>
13478         * shell.el (toplevel): Revert previous change to use pcomplete.
13479         (shell-mode): Ditto.
13480         (shell-pcomplete-setup-done): Remove.
13481         (shell-pcomplete): Ditto.
13482         (shell-pcomplete-reverse): Ditto.
13484         * comint.el: Remove documentation on setting up pcomplete.
13486 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13488         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
13489         item.  Doc fix.
13491         * image.el (image-type-from-file-header): Make temporary buffer
13492         unibyte.
13494         * subr.el (add-to-list): Doc fix.
13496 2002-03-11  Miles Bader  <miles@gnu.org>
13498         * pcomplete.el (pcomplete-entries): Expand environment variables
13499         in filename.
13501 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
13503         * play/mpuz.el: Use defface instead of facemenu-get-face.
13505 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13507         * startup.el (command-line): Add call to emacs-session-restore if
13508         both x-session-id and x-session-previous-id are strings.
13510         * term/x-win.el (x-handle-smid): New function.
13511         (emacs-session-filename): New function.
13512         (emacs-session-save): New function.
13513         (emacs-save-session-functions): New variable.
13514         (emacs-session-restore): New function.
13516 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
13518         * simple.el (shell-command-on-region): Call push-mark with
13519         non-nil second arg, to suppress the "Mark set" message.
13521 2002-03-08  Richard M. Stallman  <rms@gnu.org>
13523         * textmodes/picture.el (picture-forward-column): New arg `interactive'
13524         is non-nil for an interactive call.  Use instead of interactive-p.
13525         (picture-backward-column): Likewise.
13527         * tar-mode.el (tar-untar-buffer): New function.
13529         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
13530         Put the mouse-face on the entire xref, like the local keymap.
13532         * find-dired.el (find-name-dired): Use shell-quote-argument.
13534 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
13536         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
13537         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
13538         (mpuz-allow-double-multiplicator): New options for nicer look and
13539         new features.
13540         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
13541         (mpuz-check-all-solved, mpuz-random-puzzle)
13542         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
13543         (mpuz-show-solution): Functions streamlined and removed french
13544         style space before punctuation, added face support and optional
13545         solving of trivial results.
13547 2002-03-07  Colin Walters  <walters@verbum.org>
13549         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
13551         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
13552         instead of "recency" for clarity.
13553         (ibuffer-compile-format): Document more.  Handle new "summarizer"
13554         columns.
13555         (ibuffer-fontify-region-function): Ditto.
13556         (ibuffer-insert-buffer-line): Ditto.
13557         (ibuffer-map-lines): Ditto.
13558         (ibuffer-insert-buffers-and-marks): Ditto.
13559         (ibuffer-update-title-and-summary): Renamed from
13560         `ibuffer-update-title'.  Handle "summarizer" columns.
13561         (ibuffer-clear-summary-columns): New function.
13563         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
13565 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
13567         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
13568         Use the other-window instead of the other-frame functions when
13569         the window is dedicated.
13571 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
13573         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
13574         with SILENT so that a new field can be added.
13576 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
13578         * files.el (make-auto-save-file-name): Make sure the produced file
13579         name does not contain characters that are invalid for DOS/Windows
13580         filesystems.
13582         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
13583         Remove replacement functions.
13585 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
13587         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
13588         the form `:x'.
13590         * vc.el (vc-branch-part): Add autoload cookie.  This function can
13591         be called from vc-rcs-find-most-recent-rev when visiting a file
13592         checked into RCS in a CVS sandbox.
13594 2002-03-06  Andreas Schwab  <schwab@suse.de>
13596         * progmodes/hideif.el: Augment expression parser to handle
13597         conditional expressions.
13598         (hif-token-regexp): Also match `?' and `:'.
13599         (hif-tokenize): Handle `?' and ':' as tokens.
13600         (hif-expr): Parse conditional expressions.
13601         (hif-or-expr): Parse `||' expressions.
13602         (hif-and-expr): Renamed from hif-term.
13603         (hif-conditional): New function to evaluate a conditional
13604         expression.
13606 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13608         * language/czech.el ("Czech"): Fix the documentation.
13610         * language/slovak.el ("Slovak"): Likewise.
13612 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13614         * xml.el (xml-parse-attlist): Accept empty strings.
13616 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
13618         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
13619         all terminals now support highlighting of some kind.
13621         * language/european.el (mac-roman): Fix the safe-chars property.
13623 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
13625         * vc.el (vc-transfer-file): Use `make-temp-file'.
13626         (vc-default-update-changelog): Remove conditional use of
13627         `make-temp-name'.
13629         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
13631 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
13633         * ediff-init.el: Comments.
13635         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
13636         is loaded.
13638         * ediff-mult.el (ediff-intersect-directories)
13639         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
13640         Cleanup.
13641         (ediff-draw-dir-diffs): Now supports the "C" command in directory
13642         difference buffer.
13643         (ediff-dir-diff-copy-file): New function that implements copying
13644         of files from one Ediff dir to another
13645         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
13646         (ediff-append-custom-diff): Better error msgs.
13648         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
13649         (ediff-inferior-compare-regions): Use
13650         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
13652         * ediff.el (ediff-directories-internal): Cleanup.
13653         (ediff-clone-buffer-for-region-comparison): Better interface.
13655 2002-03-04  Richard M. Stallman  <rms@gnu.org>
13657         * emacs-lisp/easy-mmode.el (define-minor-mode):
13658         Use "P" in interactive spec of minor mode commands.
13660 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
13662         * faces.el (face-spec-choose): Allow `t' to appear before the end.
13663         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
13664         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
13665         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
13666         (mode-line-inactive, header-line): Move the `t' section to the
13667         beginning so the `:inherit' setting can be shared.
13669 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13671         * net/snmp-mode.el: Require tempo when compiling to prevent
13672         warnings.  Update copyright notice.
13674         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
13675         like not defined at all.
13677 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
13679         * textmodes/sgml-mode.el: Change maintainer to FSF.
13680         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
13681         (sgml-tags-invisible, sgml-beginning-of-tag):
13682         Allow _ : and non-ASCII in tag names, as required for XML.
13683         (sgml-name-char): Don't assume anything about charsets handled by
13684         encode-char.
13686         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
13687         where one of the buffers is narrowed.
13689         * hexl.el (hexlify-command, dehexlify-command): Remove.
13690         (hexlify-buffer, dehexlify-buffer): Use call-process-region
13691         rather than shell-command-on-region.
13693         * newcomment.el (comment-forward): Use forward-comment to skip
13694         over whitespace (or comments) even when comment-use-syntax is nil.
13696         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
13698         * textmodes/xml-lite.el: New file.
13700 2002-03-03  Richard M. Stallman  <rms@gnu.org>
13702         * textmodes/artist.el (artist-system): Use make-temp-file.
13704         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
13706         * mail/sendmail.el (mail-recover-1): Increase non-random-len
13707         by 1 since we changed make-auto-save-file-name to add one
13708         fewer character to the buffer name.
13709         (mail-recover): Really show point at the right place
13710         in the *Directory* buffer.
13712         * files.el (make-auto-save-file-name): Use make-temp-file.
13714         * terminal.el (te-create-terminfo): Use make-temp-file
13715         to create the source file in a safe way.
13717 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
13719         * cus-start.el: Rename automatic-hscroll-step and
13720         automatic-hscroll-margin into hscroll-step and hscroll-margin.
13722         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
13723         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
13725         * mouse.el (mouse-region-delete-keys): Add deletechar.
13727 2002-03-03  Sam Steingold  <sds@gnu.org>
13729         * play/snake.el (snake-score-file): Fixed parens (broken by the
13730         last patch).
13731         * play/tetris.el (tetris-score-file): Ditto.
13733 2002-03-03  Richard M. Stallman  <rms@gnu.org>
13735         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
13737         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
13739         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
13740         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
13742 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
13744         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
13745         instead of `buffer-substring-no-properties' to support enriched mode.
13747 2002-03-02  Richard M. Stallman  <rms@gnu.org>
13749         * find-dired.el (find-grep-dired): Call shell-quote-argument.
13750         Specify the -e option.
13751         Rename arg to `regexp'.
13753 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
13755         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
13757 2002-03-02  Miles Bader  <miles@gnu.org>
13759         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
13760         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
13761         If there's no applicable modifiers entry in the alist in
13762         `mouse-wheel-scroll-amount', fall back to the default, not to
13763         nil (which causes full screen scrolls).
13765 2002-03-01  Andreas Schwab  <schwab@suse.de>
13767         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
13768         Remove extra paren in regexp.
13770 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
13772         * mouse.el (mouse-show-mark): Use display-mouse-p, not
13773         display-graphic-p, to decide whether to move point or use the
13774         highlighting.
13776 2002-02-28  Colin Walters  <walters@verbum.org>
13778         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
13780         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
13781         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
13782         (calc-temp-file-name): Use `make-temp-file'.
13784 2002-02-28  Richard M. Stallman  <rms@gnu.org>
13786         * font-lock.el (java-font-lock-extra-types):
13787         Match java.net.URL, etc.
13789 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13791         * hexl.el (hexl-options): Doc fix.
13792         Update Commentary section.
13794         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
13795         Doc fixes.
13797 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
13799         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
13800         the user to do that first.
13801         (vc-update): New function.
13803         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
13804         which calls vc-update.  Use the term "Base Version" instead of
13805         "Last Version" for the entries "Revert" and "Compare".
13807 2002-02-28  Kim F. Storm  <storm@cua.dk>
13809         * simple.el (shell-command-on-region): Report non-zero exit
13810         status in mode line instead of buffer.
13812 2002-02-27  Richard M. Stallman  <rms@gnu.org>
13814         * comint.el (comint-preoutput-filter-functions): Doc fix.
13815         (comint-output-filter-functions, comint-input-filter-functions)
13816         (comint-redirect-filter-functions): Likewise.
13818         (comint-redirect-preoutput-filter): Do the local-hook
13819         handling of t when running comint-redirect-filter-functions.
13820         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
13822 2002-02-26  Richard M. Stallman  <rms@gnu.org>
13824         * paths.el (remote-shell-program): Add doc string.
13826 2002-02-26  Colin Walters  <walters@debian.org>
13828         * ibuf-ext.el (sorter mode-name): New.
13829         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
13831         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
13832         interactively, so they do something.
13833         (calc-scroll-right): Ditto.
13835 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
13837         * international/mule.el (ctext-pre-write-conversion): Handle the
13838         case when FROM is a string, and when we are called from
13839         build_annotations_2.
13841 2002-02-26  Richard M. Stallman  <rms@gnu.org>
13843         * rect.el (clear-rectangle-line): Reindent to the same column
13844         that move-to-column reached when it tried to go to endcol.
13846         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
13848 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
13850         * winner.el (winner-boring-buffers, winner-set): A window which
13851         displays a buffer whose name is in the list
13852         `winner-boring-buffers', will no longer be restored by `winner-undo'.
13853         (winner-sorted-window-list): Used to improve comparison between
13854         window configurations.
13855         (winner-win-data): Simplified and moved.
13856         (winner-conf): Simplified (now uses `winner-win-data').
13857         (winner-change-fun, winner-save-old-configurations)
13858         (winner-save-(un)conditionally, winner-redo): Changes made while in
13859         the minibuffer will be ignored.  (Such changes are undone upon
13860         exit for the minibuffer, anyway.)
13861         (winner-set-conf): Preserve selected window whenever possible.
13862         (winner-make-point-alist): Simplified.
13863         (winner-mode, winner-save-unconditionally): Save current window
13864         configuration on entering minibuffer.
13865         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
13866         since it does not change the overall behavior of Emacs.
13868 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
13870         * international/mule-conf.el (compound-text): Renamed back from
13871         compound-text-no-extensions.
13872         (ctext-no-compositions): Remove the mime-charset property.
13873         (compound-text-with-extensions): Renamed from compound-text.
13874         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
13876 2002-02-26  Juanma Barranquero  <lektu@terra.es>
13878         * faces.el (list-faces-display): Fix typo.
13880 2002-02-25  Richard M. Stallman  <rms@gnu.org>
13882         * frame.el (focus-follows-mouse): Doc fix.
13884 2002-02-26  Miles Bader  <miles@gnu.org>
13886         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
13887         to `define-key', since it no longer accepts the latter.
13889 2002-02-25  Jason Rumney  <jasonr@gnu.org>
13891         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
13892         mouse-wheel-scroll-amount.
13894         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
13895         mwheel.el.
13897         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
13899 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
13901         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
13902         consistent with the others that take a backend name as a symbol.
13904         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
13906 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
13908         * comint.el (comint-replace-by-expanded-filename): Do nothing if
13909         comint-match-partial-filename returns nil.
13911         * shell.el (shell-pcomplete-setup-done): New variable.
13912         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
13913         (shell-pcomplete-reverse): Ditto.
13915 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13917         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
13919 2002-02-25  Juanma Barranquero  <lektu@terra.es>
13921         * subr.el (save-match-data): Doc fix.
13923         * ielm.el (ielm-prompt): Allow customization; make it read-only.
13925 2002-02-25  Kim F. Storm  <storm@cua.dk>
13927         * shell.el (shell-mode-map): Add "Complete" header so completion
13928         menu is shown on the menu bar in shell mode.
13930 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
13932         * ielm.el (ielm-match-data): New var.
13933         (inferior-emacs-lisp-mode): Make it buffer-local.
13934         (ielm-eval-input): Use it to preserve match-data between inputs.
13936 2002-02-24  Juanma Barranquero  <lektu@terra.es>
13938         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
13940 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
13942         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
13943         `custom-buffer' customize group.
13945 2002-02-23  Kim F. Storm  <storm@cua.dk>
13947         * help.el (where-is): Use remap-command.
13949         * help-fns.el (describe-function-1): Use remap-command.
13951         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
13952         change (no longer accept a symbol for the KEY argument).
13954 2002-02-23  Colin Walters  <walters@debian.org>
13956         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
13957         * calc/calcalg2.el (math-solve-get-sign): Ditto.
13959         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
13960         in generated function.
13962         * ibuf-ext.el (ibuffer-old-time): Change to hours.
13963         (ibuffer-mark-old-buffers): Handle it.
13965         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
13966         (toplevel): Bind them.
13967         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
13968         not necessary now that we use pcomplete.
13970         * comint.el: Document how use new pcomplete completion facility.
13972 2002-02-23  Richard M. Stallman  <rms@gnu.org>
13974         * mail/rmailsum.el (rmail-summary-output): Properly advance
13975         to next message, by calling rmail-summary-goto-msg.
13977         * net/browse-url.el (browse-url-galeon): Specify --existing
13978         for an existing window.  Use --noraise rather than --no-raise.
13979         Don't use -x.
13981 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
13983         * progmodes/etags.el (find-tag-noselect, find-tag)
13984         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
13985         Fix a typo in doc strings.
13987 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
13989         * play/snake.el (snake-velocity-queue, snake-update-velocity)
13990         (snake-final-x-velocity, snake-final-y-velocity):
13991         New variable and functions.  Store user's keypresses
13992         into a queue and pop from the queue each subsequent turn.
13993         (snake-update-game, snake-move-left)
13994         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
13995         (snake-start-game): Use that queue.
13996         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
13997         (snake-use-color-flag): Likewise.
13998         (snake-mode): Rename uses of those variables.
14000 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
14002         Support for ICCCM  Extended Segments in X selections:
14004         * international/mule-conf.el (ctext-no-compositions): New coding
14005         system.
14006         (compount-text-no-extensions): Renamed from compound-text.
14007         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
14008         compound-text-no-extensions.
14009         (compound-text): Redefined using post-read and pre-write conversions.
14011         * international/mule.el (non-standard-icccm-encodings-alist)
14012         (non-standard-designations-alist): New variables.
14013         (ctext-post-read-conversion, ctext-pre-write-conversion):
14014         New functions.
14016 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
14018         * vc.el (vc-default-init-version): Update documentation to
14019         indicate that the backend can override the default init version.
14020         (vc-register): Use the backend init-version function, if it
14021         exists, to determine the initial version of a file.
14022         (vc-diff-switches-list): Don't symbol-quote backend, since it's
14023         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
14025         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
14026         not version-controlled.  This is necessary, e.g., if the file has
14027         just been reverted, and thus was previously under version control
14028         but isn't any longer.
14029         (vc-find-file-hook): Likewise.
14031 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
14033         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
14034         (vc-cvs-sticky-tag-display): New variable.
14035         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
14036         (vc-cvs-checkin): If the input revision is a valid symbolic tag
14037         name, we create it as a branch, commit and switch to it.
14038         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
14039         (vc-cvs-valid-symbolic-tag-name-p): New function.
14040         (vc-cvs-parse-sticky-tag): New function.
14041         (vc-cvs-parse-entry): Added parsing of sticky tags.
14043 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
14045         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
14046         nil, and then explicitly set the standard-value to t.
14048 2002-02-20  Sam Steingold  <sds@gnu.org>
14050         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
14051         since it is used in the menu bar.
14053 2002-02-20  Richard M. Stallman  <rms@gnu.org>
14055         * simple.el (shell-command-on-region): Display the exit status
14056         when a command fails.
14058         * subr.el (add-hook): Doc fix.
14060         * frame.el (other-frame): Doc fix.
14062         * simple.el (yank): Clear `field' property.
14064 2002-02-20  Tom Tromey  <tromey@cachet>
14066         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
14067         natural paragraph boundaries.  Don't fail at beginning of buffer.
14069 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14071         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
14072         call the argument "arg" to match plain next-line and
14073         previous-line.  From Kevin Ryde <user42@zip.com.au>.
14075 2002-02-19  Sam Steingold  <sds@gnu.org>
14077         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
14078         scroll amounts for different modifiers now.
14079         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
14080         format properly.
14081         (mouse-wheel-mode): Ditto.
14083 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
14085         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
14086         around function body.
14088         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
14089         sense of the comparison, to match the doc strings of functions
14090         that use this macro.
14092 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14094         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
14096         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
14097         * menu-bar.el (menu-bar-mode): Ditto.
14099 2002-02-18  Andreas Schwab  <schwab@suse.de>
14101         * replace.el (query-replace-regexp-eval): Doc fix.
14103 2002-02-18  Colin Walters  <walters@verbum.org>
14105         * calc/calcalg2.el (math-solve-get-int): Convert return value from
14106         `math-get-from-counter' to a string before calling `concat' on it.
14108         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
14109         (calc-public-autoloads): Obsolete; remove.
14110         (calc-private-autoloads): Ditto.
14111         (calc-add-autoloads): Ditto.
14113         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
14114         for body.
14116 2002-02-17  Jason Rumney  <jasonr@gnu.org>
14118         * w32-win.el (x-option-alist, x-long-option-alist)
14119         (x-switch-definitions): Remove, use command-line-x-option-alist
14120         instead to be consistent with X.
14121         (x-handle-initial-switch): New function.
14123 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
14125         * faces.el (mode-line-inactive, header-line): Add the :inherit
14126         attribute for the tty case.
14128 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
14130         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
14131         invoked from Rmail with full headers displayed.
14133 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14135         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
14136         when repeated.
14137         * textmodes/paragraphs.el (mark-paragraph): Ditto.
14139 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14141         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
14142         (menu-bar-tools-menu): Removed speedbar.
14144         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
14145         and `flyspell-mode' entries.
14147         * textmodes/flyspell.el (flyspell): Add to ispell group.
14149 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14151         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
14152         repeated.
14153         (mark-defun): Mark more if repeated.
14155 2002-02-17  Colin Walters  <walters@verbum.org>
14157         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
14159         * ibuffer.el (ibuffer-truncate-lines): New option.
14160         (ibuffer-mode): Use it.
14162 2002-02-17  Kim F. Storm  <storm@cua.dk>
14164         * cus-start.el: Add mouse-highlight.
14166 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
14168         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
14170         * cus-start.el: Add automatic-hscroll-margin and
14171         automatic-hscroll-step.
14173 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14175         * cus-start.el (x-autoselect-window): Allow customization.
14177         * eshell/em-alias.el (eshell-alias-initialize): Do not use
14178         make-local-hook.
14180         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
14182         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
14184         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
14186         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
14188         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
14190         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
14192         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
14194         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
14196         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
14198         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
14200         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
14202         * eshell/esh-io.el (eshell-io-initialize): Likewise.
14204         * eshell/esh-mode.el (eshell-mode): Likewise.
14206         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
14208         * eshell/esh-var.el (eshell-var-initialize): Likewise.
14210         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
14212         * progmodes/idlwave.el (idlwave-mode): Likewise.
14214         * textmodes/reftex-sel.el (reftex-select-label-mode)
14215         (reftex-select-bib-mode): Likewise.
14217 2002-02-16  John Wiegley  <johnw@gnu.org>
14219         * eshell/em-hist.el (eshell-hist-initialize): When in the
14220         minibuffer, use the global value of `eshell-history-ring', and
14221         never save it to disk, or ask to save it to disk.  This allows
14222         users of session.el to control whether its global state should be
14223         persisted or not.
14224         (eshell-add-command-to-history): Don't write Eshell's history out
14225         to disk, let the governing mode control that upon exit.
14227 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
14229         * eshell/eshell.el (eshell-command): Before reading from the
14230         minibuffer, add eshell-add-command-to-history to
14231         minibuffer-exit-hook, and remove it after read-from-minibuffer
14232         returns.
14234         * eshell/em-hist.el (eshell-add-input-to-history): New function,
14235         with most of the code from eshell-add-to-history.
14236         (eshell-add-command-to-history): New function, to record in
14237         eshell-history the commands run via eshell-command.
14238         (eshell-add-to-history): Call eshell-add-command-to-history to do
14239         most of the work.
14241 2002-02-16  John Wiegley  <johnw@gnu.org>
14243         * eshell/esh-ext.el (eshell-external-command): Added a fix for
14244         XEmacs' new dired.el, which adds a global entry in the
14245         `file-name-handler-alist'.
14247 2002-02-16  John Wiegley  <johnw@gnu.org>
14249         * align.el (align-region): Added a missing name argument.
14251 2002-02-16  John Wiegley  <johnw@gnu.org>
14253         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
14254         after the #! of a shell interpretor specification.
14256 2002-02-15  Richard M. Stallman  <rms@gnu.org>
14258         * help.el (describe-key-briefly): Make output in INSERT case
14259         look just like what is displayed in the normal case.
14261 2002-02-15  Andreas Schwab  <schwab@suse.de>
14263         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14264         Require non-letter after specials.
14266 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
14268         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
14270 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14272         * simple.el (mark-word): Mark more if repeated.
14273         * textmodes/paragraphs.el (mark-paragraph): Ditto.
14274         (mark-end-of-sentence): Ditto.
14276 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
14278         * wid-edit.el (widgetp): Made it more robust.
14280 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14282         * facemenu.el (describe-text-done): New function.
14283         (describe-text-mode-map): New variable.
14284         (describe-text-mode-hook): New option.
14285         (describe-text-mode): New function.
14286         (describe-text-widget): New function.
14287         (describe-text-sexp): New function.
14288         (describe-text-properties): New function.
14289         (describe-text-category): New command.
14290         (describe-text-at): New command.
14291         (facemenu-menu): Replace `list-text-properties-at' with
14292         `describe-text-at' in the menu.
14294         * wid-edit.el (widgetp): New function.
14295         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
14297         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
14299         * wid-browse.el: Removed version and x-url keywords.
14301 2002-02-13  Kim F. Storm  <storm@cua.dk>
14303         * cus-start.el (mode-line-in-non-selected-windows):
14304         Allow customization.
14306 2002-02-13  Richard M. Stallman  <rms@gnu.org>
14308         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
14309         Tell bibtex-parse-keys to output no progress messages.
14311 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
14313         * progmodes/pascal.el (pascal-imenu-generic-expression):
14314         Add menu-title and fix parentheses.
14316 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
14318         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
14319         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
14321 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
14323         * menu-bar.el (menu-bar-options-save): Only save
14324         `current-language-environment' and `default-input-method' when
14325         marked as customized.
14327         * international/mule-cmds.el
14328         (setup-specified-language-environment):
14329         Mark `current-language-environment' as customized.
14330         (set-input-method): Mark `default-input-method' as customized when
14331         called interactively.
14332         (toggle-input-method): Ditto.
14334 2002-02-11  Colin Walters  <walters@verbum.org>
14336         * ibuffer.el (ibuffer-switch-format): Supply required argument for
14337         `ibuffer-current-formats'.
14339 2002-02-11  Miles Bader  <miles@gnu.org>
14341         * faces.el (mode-line-inactive): Add dark-background variant.
14343 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
14345         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
14346         * menu-bar.el (menu-bar-mode): Ditto.
14347         * cus-edit.el (customize-mark-to-save): Always save variables
14348         without a standard value.
14350         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
14351         (menu-bar-options-save): Ditto.
14352         (menu-bar-showhide-menu): Ditto.
14353         (menu-bar-options-menu): Ditto.
14354         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
14355         (menu-bar-scroll-bar-none): Remove.
14356         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
14357         expressions instead.
14359         * cus-edit.el (customize-set-value): Return value.
14360         (customize-set-variable): Ditto.
14361         (customize-save-variable): Ditto.
14362         (customize-set-variable): Load dependencies before setting value.
14363         (custom-load-symbol): Autoload it.
14364         (customize-mark-as-set): New function.
14366 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
14368         * cus-start.el: Don't warn about "x-*" symbols when building a
14369         non-GUI version.
14371 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14373         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
14374         Doc fix.
14375         (strokes-help): Do not use doubled with-output-to-temp-buffer.
14376         Fix the help string.
14377         (strokes-prompt-user-save-strokes): Fix typo.
14378         (strokes-list-strokes): Use proper exit-action argument for
14379         view-buffer.  Update copyright notice.
14381         * international/mule-diag.el: Various doc and message fixes.
14382         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
14383         codepages already present.
14384         (list-block-of-chars): Display space for null entries in
14385         translation table.  Display tab specially.
14386         (list-non-iso-charset-chars): Check for null charsets.  Use pop
14387         for clarity.  Don't break 8-bit sets into sections between ranges.
14388         (list-charset-chars): Avoid indent-tabs-mode.
14389         (describe-char-after): Maybe use the text property for syntax
14390         table information.  Maybe report char-code-property-table info.
14391         Maybe report character's unicode.  Tweak printing of list info.
14392         (list-input-methods): Add xref buttons.
14393         (dump-charsets, dump-codings): Deleted (obsolete).
14394         From Dave Love <fx@gnu.org>.
14396 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14398         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
14400 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
14402         * viper-util.el (viper-read-key-sequence): Fix so it'll read
14403         fast key sequences in emacs native mode
14404         (viper-events-to-keys): Delete.
14406         * viper.el (describe-key, describe-key-briefly): Get rid of
14407         viper-events-to-keys.
14409         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
14411         * ediff-wind.el (ediff-setup-control-frame):
14412         Use ediff-has-gutter-support.
14414         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
14415         check if buff is alive.
14417         * ediff.el: Typo in comment.
14419 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14421         * menu-bar.el (menu-bar-options-save): Take care of
14422         line-number-mode and column-number-mode variables.
14423         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
14424         "Show Column Number" in "Show/Hide" menu.
14426 2002-02-09  Richard M. Stallman  <rms@gnu.org>
14428         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
14430 2002-02-09  Kim F. Storm  <storm@cua.dk>
14432         * faces.el (mode-line-inactive): New face for mode-line for
14433         non-selected windows.
14434         (mode-line): Doc fix: Only used for selected window.
14436 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
14438         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
14439         name to "Insert Diary Entry".
14441 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
14443         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
14444         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
14446 2002-02-08  Richard M. Stallman  <rms@gnu.org>
14448         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
14450 2002-02-08  Andreas Schwab  <schwab@suse.de>
14452         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
14453         of point-min.
14455 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
14457         * net/ange-ftp.el (ange-ftp-process-handle-line)
14458         (ange-ftp-set-xfer-size): If the file's size is a float, divide
14459         by 1024 instead of using ash.
14461         * international/mule-cmds.el (select-safe-coding-system):
14462         State the buffer's name in the message popped in the *Warning* buffer,
14463         and make sure the offending buffer is displayed.
14465 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
14467         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
14469 2002-02-07  Richard M. Stallman  <rms@gnu.org>
14471         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
14473         * register.el (list-registers): New command.
14474         (describe-register-1): New subroutine, taken out of view-register.
14476         * emacs-lisp/copyright.el (copyright-regexp):
14477         Delete the unibyte copyright symbol; it's redundant.
14478         Fix a spazz in the multibyte encoding here.
14480 2002-02-07  Dave Love  <fx@gnu.org>
14482         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
14483         (cyrillic-encode-alternativnyj-char): Get translation tables from
14484         symbol properties, not as variables.
14485         (standard-display-cyrillic-translit): Include unicodes.
14487 2002-02-06  Kim F. Storm  <storm@cua.dk>
14489         * help.el (where-is): Report remapped commands.
14491         * help-fns.el (describe-function-1): Ditto.
14493         * subr.el (global-set-key, local-set-key): Accept a symbol for the
14494         KEY argument (like define-key).
14496 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14498         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
14500 2002-02-06  Richard M. Stallman  <rms@gnu.org>
14502         * mail/mailabbrev.el: Require sendmail only at compile time.
14503         (mail-mode-header-syntax-table): Var deleted.
14504         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
14505         (sendmail-pre-abbrev-expand-hook): Only temporarily change
14506         local-abbrev-table and the syntax table.
14507         Compute mail-abbrev-syntax-table if that has not been done.
14509         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
14511         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
14512         (debugger-frame-number): Figure out the offset directly.
14513         (debugger-setup-buffer): Don't use debugger-frame-offset.
14514         (debugger-frame, debugger-frame-clear): Likewise.
14515         (debugger-jump): Don't alter debugger-frame-offset.
14517         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14518         Replace foo-p as var name with foo-flag, not foo-p-flag.
14520         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
14521         (highlight-changes-passive-string): Default to -Chg.
14522         (highlight-changes-global-modes): Doc fix.
14524         * dired.el (dired-get-filename): Add /: when appropriate
14525         to avoid taking a local name as remote.
14527         * files.el (file-name-non-special): Add special handling for
14528         file-name-sans-versions, file-name-completion, and
14529         file-name-all-completions.
14531         * isearch.el (isearch-update): Don't update display in kbd macro.
14532         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
14534         * subr.el (force-mode-line-update): Doc fix.
14536         * subr.el (atomic-change-group, prepare-change-group)
14537         (activate-change-group, accept-change-group, cancel-change-group):
14538         New functions.
14540         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
14541         (transpose-subr-1): Use atomic-change-group.
14543         * subr.el (add-minor-mode): Include the mode's lighter string
14544         in the minor mode menu item name.
14546         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
14547         rmail-count-screen-lines starting from (point-min).
14549         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
14550         beyond the image height, to use the fancy splash screen.
14552         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
14553         (text-mode): Set text-mode-variant here.
14555 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
14557         * play/pong.el (pong-height): Don't use height that exceeds the
14558         frame height.
14559         (pong-border-options): Make the border colors slightly more bright.
14561         * play/gamegrid.el (gamegrid-display-type): Treat any
14562         color-capable display as color-x, if display-color-p is fboundp.
14563         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
14564         (gamegrid-make-color-tty-face): Use the value of color, not the
14565         symbol itself.  Don't call gamegrid-color.
14567 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
14569         * gud.el (gud-refresh): Call recenter only after we are sure we
14570         are in the right window.
14572 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14574         * cus-edit.el (customize-mark-to-save): New function.
14575         * menu-bar.el (menu-bar-options-save): Rewrote.
14577 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14579         * cus-start.el (x-use-underline-position-properties):
14580         Allow customization.
14582 2002-02-04  Simon Josefsson  <jas@extundo.com>
14584         * dired.el (dired-load-hook, dired-mode-hook)
14585         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
14587 2002-02-03  Colin Walters  <walters@verbum.org>
14589         * ibuf-ext.el (ibuffer-filter-format-alist)
14590         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
14591         New variables.
14592         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
14593         is now the Emacs CVS tree.
14594         (ibuffer-formats): Doc fix.
14595         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
14596         (ibuffer-current-format): Use them.
14597         (ibuffer-recompile-formats, ibuffer-check-formats)
14598         (ibuffer-switch-format, ibuffer-update-title):
14599         Add support for ibuffer-filter-format-alist.
14600         (define-ibuffer-column process): Remove unncessary consing.
14602         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
14603         for a summary column.
14605 2002-02-03  Andreas Schwab  <schwab@suse.de>
14607         * window.el (save-selected-window): Move macro before first use.
14608         (balance-windows): Fix misplaced parenthesis.
14610 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14612         * calculator.el (calculator-displayers): Doc fixes.
14614 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14616         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
14617         (menu-bar-options-save): Save also the value of `display-time-mode'.
14618         (showhide-date-time): New function.
14619         (menu-bar-showhide-menu): New menu-item "Date and time".
14621 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
14623         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
14624         get-file-buffer to check for rmail buffer existence.
14626         * term.el (term-emulate-terminal): Extract proper command string
14627         which is supplied to term-command-hook.
14629 2002-02-03  Richard M. Stallman  <rms@gnu.org>
14631         * international/quail.el (quail-help): Don't call help-setup-xref.
14633         * international/mule-cmds.el (describe-input-method):
14634         Call help-setup-xref here.
14635         (describe-current-input-method): Doc fix.
14637         * novice.el (disabled-command-hook): Clarify output text.
14638         Indent the paragraph from the command's doc string.
14640         * dabbrev.el (dabbrev--goto-start-of-abbrev):
14641         Exit loop on beginning of field rather than bobp.
14643 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14645         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
14646         the message text into the *mail* buffer, and restore the pruned
14647         state after that.
14649         * mail/rmail.el (rmail-redecode-body): Prune the headers before
14650         looking for X-Coding-System header, and restore the pruned state
14651         before returning.
14653 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14655         * cus-edit.el (customize-save-variable): Fix typo in prompt.
14657         These changes integrate new version of flyspell.el from its
14658         maintainer, Manuel Serrano:
14660         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
14661         (flyspell-mode-on, flyspell-notify-misspell)
14662         (flyspell-small-region, flyspell-external-point-words)
14663         (flyspell-large-region): Use it
14664         (flyspell-before-incorrect-word-string)
14665         (flyspell-after-incorrect-word-string): New user options.
14666         (make-flyspell-overlay): Use them.
14667         (flyspell-version): New function.
14668         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
14669         definitions to use :weight.
14670         (flyspell-insert-function): New user option.
14671         (flyspell-auto-correct-word, flyspell-correct-word)
14672         (flyspell-xemacs-correct): Use it.
14673         (flyspell-define-abbrev): New function.
14674         (flyspell-auto-correct-word, flyspell-correct-word)
14675         (flyspell-xemacs-correct): Use it.
14676         (make-flyspell-overlay): Use `evaporate' property.
14677         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
14678         (flyspell-emacs-popup): Use `session' instead of `accept'.
14679         (flyspell-auto-correct-previous-pos): New variable.
14680         (flyspell-auto-correct-previous-hook)
14681         (flyspell-auto-correct-previous-word): New functions.
14683 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
14685         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
14686         don't alter the user's ~/.emacs.
14687         (disable-command): If user-init-file is nil or does not exist,
14688         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
14689         But don't alter the init file if Emacs was invoked as "emacs -q"
14691 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
14693         * mail/sendmail.el (mail-mode): Undo half of last change.
14695         * indent.el (indent-for-tab-command): Remove spurious code.
14697         * hi-lock.el (hi-lock-find-patterns): Save restriction.
14699 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
14701         * calendar/time-date.el: Moved from lisp/gnus.
14703         * calendar/parse-time.el: Ditto.
14705 2002-01-31  Richard M. Stallman  <rms@gnu.org>
14707         * international/iso-acc.el (iso-languages): Fix ", " in French.
14709         * cus-start.el (history-length): Specify customization for it.
14711         * emacs-lisp/debug.el (debugger-setup-buffer):
14712         When an eval-buffer frame was reading from a buffer,
14713         insert indication of the buffer position.
14714         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
14715         (debugger-frame-clear, debugger-frame): Error on non-frame line.
14717         * simple.el (shell-command-on-region): Err if no mark
14718         before reading the command string.
14720         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
14721         Definitions moved down after hl-line-mode var's definition.
14723         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
14724         (hilit-chg-set-face-on-change): Rename arg.
14725         (hilit-chg-make-ov): Detect error earlier.
14727         * ediff-hook.el: Delete autoload cookies.
14729         * comint.el (comint-scroll-show-maximum-output): Default is t.
14731         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
14732         (batch-byte-compile-if-not-done): New function.
14734         * Makefile.in (compile): New target.
14735         (compile-always): Renamed from compile-files.
14736         (compile-after-backup): Renamed from compile.
14737         (bootstrap): Depend on compile-always, not compile-files.
14739         * emulation/pc-select.el (pc-select-save-and-set-mode):
14740         Properly use MODE-VAR.
14742 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14744         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14745         Version" to "About Emacs".
14746         (menu-bar-options-save): Add `default-frame-alist'
14747         to saved variables.
14748         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
14749         of the variable `scroll-bar-mode'.
14751         * startup.el (normal-splash-screen, display-splash-screen):
14752         New functions (separated from command-line-1).
14753         (command-line-1): Use them.
14755 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
14757         * calendar/calendar.el (generate-calendar-month): Doc fix.
14759 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14761         * time.el (display-time-mail-directory): New option.
14762         (display-time-mail-function): Update doc-string.
14763         (display-time-mail-icon): Use XPM image when available.
14764         (display-time-string-forms): Use more descriptive text as
14765         help-echo property.
14766         (display-time-mail-check-directory): New function.
14767         (display-time-update): Use it.
14769         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
14770         Quote `window-system'.
14772         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
14773         Add Keywords header.  Update Commentary section.
14774         Update copyright notice.
14776         * menu-bar.el (menu-bar-scroll-bar-right)
14777         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
14778         (showhide-menu-bar): New functions.
14779         (menu-bar-showhide-menu): New submenu "Show/Hide".
14780         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
14781         "Show/Hide".
14782         Update copyright notice.
14784 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
14786         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
14788 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
14790         * pc-select.el (pc-selection-mode-hook)
14791         (pc-select-saved-settings-alist, pc-select-map)
14792         (pc-select-saved-global-map, pc-select-key-bindings-alist)
14793         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
14794         (pc-select-meta-moves-sexps-key-bindings)
14795         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
14796         New variables.
14797         (pc-select-define-keys, pc-select-restore-keys): New functions.
14798         (pc-select-add-to-alist, pc-select-save-and-set-var)
14799         (pc-select-save-and-set-mode, pc-select-restore-var)
14800         (pc-select-restore-mode): New macros.
14801         (pc-selection-mode): Completely rewrote the body of the function;
14802         the main goal was to make pc-selection-mode "turn-off"-able, like
14803         other minor modes.  Use define-minore-mode instead of just a
14804         defun.  Store the key bindings into four alists:
14805         pc-select-default-key-bindings, pc-select-extra-key-bindings,
14806         pc-select-meta-moves-sexps-key-bindings, and
14807         pc-select-tty-key-bindings; then have the pc-select-define-keys
14808         function walk those alists instead of calling define-key
14809         repeatedly.  When the mode is turned on, set the
14810         keybindings in global-map and remember the old keybindings; when
14811         the mode is turned off, restore the previously-saved keybindings.
14812         (pc-selection-mode defcustom): Reflect the fact that the mode is
14813         now "turn-off"-able.
14815 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
14817         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
14818         returns t, don't treat that as an error.
14820 2002-01-25  Jason Rumney  <jasonr@gnu.org>
14822         * faces.el (face-font-registry-alternatives) [windows-nt]:
14823         Add ms-oemlatin as an alternative for iso8859-1.
14825 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
14827         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
14828         args and the absence of an entry.  Don't add -f each time.
14830 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
14832         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
14834         Support for more than 8 colors on character terminals:
14836         * term/rxvt.el: New file.
14838         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
14840         * term/xterm.el (xterm-standard-colors): New variable.
14841         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
14842         (xterm-rxvt-set-background-mode): New functions.
14843         (toplevel): Call xterm-register-default-colors,
14844         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
14845         Add support for more keys from xterm's terminfo entry.
14847         * facemenu.el (list-colors-display): If the argument is nil, don't
14848         show more colors that the number returned by display-color-cells.
14850         * term/pc-win.el (msdos-color-values): Reverse the order of the
14851         colors, since tty-color-define now preserves the registration order.
14853         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
14855         * term/tty-colors.el (tty-standard-colors): Reverse the order.
14856         (tty-register-default-colors): New function; code moved from
14857         startup.el's command-line.
14858         (tty-modify-color-alist): Use nconc instead of cons, to preserve
14859         the order the colors where registered.
14861         * frame.el (display-color-cells): Use tty-display-color-cells.
14863         * startup.el (command-line): Call tty-register-default-colors.
14865 2002-01-25  Richard M. Stallman  <rms@gnu.org>
14867         * subr.el (remove): Doc fix.
14869 2002-01-24  Richard M. Stallman  <rms@gnu.org>
14871         * progmodes/compile.el (compilation-handle-exit):
14872         Add a compilation-handle-exit property to the "finished" message.
14873         (compilation-parse-errors): Stop parsing when that property is seen.
14875         * subr.el (substring-no-properties): New function.
14876         (copy-without-properties): Function deleted.
14878         * term/x-win.el (x-handle-geometry): Put sizes on both
14879         initial-frame-alist and default-frame-alist.
14881         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
14882         for saving .emacs.
14884         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
14886         * calendar/calendar.el (generate-calendar-month): Doc fix.
14888 2002-01-23  Richard M. Stallman  <rms@gnu.org>
14890         * play/tetris.el (tetris): New defgroup.
14891         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
14892         (tetris-default-tick-period): Convert to defcustom.
14893         Added * in docstring to indicate user variable.
14894         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
14895         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
14896         (tetris-buffer-height, tetris-width, tetris-height)
14897         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
14899 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
14901         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
14902         and is already matched by adaptive-fill-regexp.
14904 2002-01-22  Richard M. Stallman  <rms@gnu.org>
14906         * bindings.el (mode-line-copied-mode-name): New variable.
14907         (mode-line-mode-name): Don't modify mode-name itself!
14908         Instead, make a copy and reuse it.
14910         * subr.el (copy-without-properties): New function.
14912         * progmodes/sh-script.el (sh-set-shell): Doc fix.
14914         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
14915         slash if DIR is just slash.
14917         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
14919 2002-01-21  Richard M. Stallman  <rms@gnu.org>
14921         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
14923         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
14924         Move defvar up.
14926         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
14928         * ibuffer.el: Don't require ibuf-ext at load time.
14929         (ibuffer): Require ibuf-ext here.
14931 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14933         * generic-x.el (apache-conf-generic-mode): Highlight the first
14934         word in a line even if preceded by blanks.
14936 2002-01-21  Richard M. Stallman  <rms@gnu.org>
14938         * window.el (window-body-height): Handle minibuffer window specially.
14939         Otherwise, don't return less than 1.
14941 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
14943         * ange-ftp.el: Added support for BS2000, and for raw ftp
14944         login commands (needed in some circumstances).
14945         (ange-ftp-raw-login): New custom var.
14946         (ange-ftp-normal-login): Perform login with raw ftp commands, if
14947         ange-ftp-raw-login is set and account password is needed.
14948         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
14949         (ange-ftp-bs2000-filename-pubset-regexp)
14950         (ange-ftp-bs2000-filename-username-regexp)
14951         (ange-ftp-bs2000-filename-prefix-regexp)
14952         (ange-ftp-bs2000-name-template): New consts.
14953         (ange-ftp-bs2000-short-filename-regexp)
14954         (ange-ftp-bs2000-fix-name-regexp-reverse)
14955         (ange-ftp-bs2000-fix-name-regexp): New consts.
14956         (ange-ftp-bs2000-special-prefix): New custom var.
14957         (ange-ftp-fix-name-for-bs2000)
14958         (ange-ftp-fix-dir-name-for-bs2000): New funs.
14959         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
14960         (ange-ftp-bs2000-posix-hook-installed): New vars.
14961         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
14962         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
14963         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
14964         (ange-ftp-bs2000-filename-regexp): New const.
14965         (ange-ftp-bs2000-additional-pubsets): New custom var.
14966         (ange-ftp-bs2000-cd-to-posix): New fun.
14968 2002-01-20  Colin Walters  <walters@verbum.org>
14970         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
14971         with `byte-compile-dynamic'.
14972         (ibuffer-default-directory, toplevel): Doc files.
14974 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14976         * tempo.el (tempo-define-template): Doc fix.
14978         * scroll-bar.el (scroll-bar-mode): Make argument optional.
14980 2002-01-20  Jason Rumney  <jasonr@gnu.org>
14982         * w32-vars.el: New file.
14984         * loadup.el [windows-nt]: Load it.
14986         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
14987         and make them defcustoms.
14989         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
14991 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14993         * language/tibet-util.el (tibetan-decompose-region)
14994         (tibetan-decompose-string): Fix typo in docstring.
14996         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
14998 2002-01-18  Richard M. Stallman  <rms@gnu.org>
15000         * comint.el (comint-redirect-send-command-to-process):
15001         Restore previous current buffer.
15003         * window.el (window-body-height): New function.
15005 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
15007         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
15008         "Finish Function" menu map entries for jdb mode.
15009         (gud-jdb-use-classpath): New customization variable.
15010         (gud-jdb-command-name): Add customization.
15011         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
15012         (gud-jdb-classpath-string): New variable.
15013         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
15014         (gud-jdb-build-source-files-list): Likewise.
15015         (gud-jdb-massage-args): Record any command argument classpath
15016         string in `gud-jdb-classpath-string'.
15017         (gud-jdb-lowest-stack-level): New function, finds bottom of current
15018         java call stack in jdb output.
15019         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
15020         (gud-jdb-parse-classpath-string): New functions.
15021         (gud-jdb-marker-filter): Search/detect classpath information in
15022         jdb's output.  marker regexp updated to match oldjdb and jdb output
15023         formats.  Expand search for source files to include new/old methods
15024         using new functions above.  Do not allow `gud-marker-acc' to grow
15025         without bound.
15026         (jdb): Set classpath information (if available) as jdb is started.
15027         Change `gud-break' and `gud-remove'
15028         to use new %c ("class") escape in format strings.
15029         Add `gud-finish', `gud-up', `gud-down' command string functions, and
15030         add them to the local menu map.  Update `comint-prompt-regexp' for
15031         jdb and oldjdb.  If attaching to an already running java VM and
15032         configured to use classpath, send command to query for classpath,
15033         else use previous method for finding and parsing java
15034         sources.  Set `gud-jdb-find-source' function accordingly.
15035         (gud-mode): Doc fix.
15036         (gud-format-command): Add support for new %c ("class") escape.
15037         (gud-find-class): New function in support of %c escape.
15039 2002-01-17  Richard M. Stallman  <rms@gnu.org>
15041         * ibuf-ext.el: Enable byte-compile-dynamic.
15043 2002-01-17  Jason Rumney  <jasonr@gnu.org>
15045         * term/w32-win.el: Restore conditional require of fontset.
15047 2002-01-16  Richard M. Stallman  <rms@gnu.org>
15049         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
15050         more or less.
15051         (mouse-drag-region): New function.  For a click in the echo area,
15052         show *Messages*.
15054         * ibuf-ext.el: Delete the autoloads for functions defined with
15055         ibuffer-specific commands.
15057         * help.el (describe-distribution): Really call view-file.
15059         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
15060         (ange-ftp-get-process): Pass that arg.
15062         * comint.el (comint-simple-send): Fix previous change.
15064         * net/telnet.el (telnet-simple-send): Fix previous change.
15066         * progmodes/sql.el (sql-escape-newlines-and-send)
15067         (sql-query-placeholders-and-send): Fix previous change.
15069 2002-01-16  Colin Walters  <walters@verbum.org>
15071         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
15072         URL, Compatibility headers.  Update copyright notice.
15073         * ibuf-macs.el (toplevel): Require `cl' when compiling.
15075 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
15077         * startup.el (command-line): Set EOL mnemonics for the Mac.
15079 2002-01-16  Andreas Schwab  <schwab@suse.de>
15081         * mail/feedmail.el (feedmail): Fix :link spec.
15083 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15085         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
15086         2 ldapsearch.
15088         * net/eudc.el: New maintainer.  Change author's address.
15089         (eudc-pre-select-window-configuration, eudc-insertion-marker):
15090         Variables removed.
15091         (eudc-insert-selected): Function removed.
15092         (eudc-select): Reimplemented.
15093         (eudc-expand-inline): Delete the strings only after its expansion
15094         is chosen not before.
15096         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
15097         Minor coding style fixes.
15099         * net/eudcb-ldap.el: New maintainer.  Change author's address.
15100         (eudc-attribute-display-method-alist): Display mail with
15101         eudc-display-mail.
15103         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
15104         * net/eudc-vars.el: New maintainer.  Change author's address.
15106         * net/eudc-bob.el: New maintainer.  Change author's address.
15107         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
15108         (eudc-display-mail): New function.
15109         (eudc-bob-play-sound-at-point): Remove XEmacs case.
15111 2002-01-15  Richard M. Stallman  <rms@gnu.org>
15113         * emacs-lisp/autoload.el (make-autoload):
15114         Don't handle define-ibuffer-column, define-ibuffer-filter,
15115         define-ibuffer-sorter, and define-ibuffer-op.
15117 2002-01-14  Richard M. Stallman  <rms@gnu.org>
15119         * calendar/calendar.el (diary-date-forms): Doc fix.
15121 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
15123         * startup.el (command-line): Register the default tty colors even
15124         if the terminal doesn't seem to support colors.
15125         <tty-long-option-alist>: New option --color.
15126         (tty-handle-args): Parse the --color arg.
15128         * term/tty-colors.el (tty-color-mode-alist): New variable.
15130 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
15132         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
15133         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
15134         Use it.
15135         (ange-ftp-hook-function): Preserve match-data.
15136         (ange-ftp-insert-directory): Typo.
15137         (ange-ftp-shell-command): Check if regexp matched.
15139 2002-01-13  Richard M. Stallman  <rms@gnu.org>
15141         * international/mule-cmds.el: help-map bindings moved to help.el.
15143         * help.el (view-echo-area-messages): New function.
15144         (help-map): Add `e' binding.  Delete obsolete `d' binding.
15145         Change old Info bindings C-f, C-k and C-i to F, K, S.
15146         Move view-emacs-FAQ from F to C-f.
15147         Move view-emacs-problems from P to C-e.
15148         Bindings moved here from mule-cmds.el.
15149         C-l binding for describe-language-environment deleted
15150         (help-for-help): Update for all these changes.
15152         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
15154 2002-01-13  Dave Love  <fx@gnu.org>
15156         * emacs-lisp/copyright.el: Doc fixes.
15157         (copyright-regexp): Add Latin-9 copyright sign.
15158         Match comment delimiters in year lists.
15159         (copyright-current-year): Initialize to load-time year.
15161 2002-01-13  Andreas Schwab  <schwab@suse.de>
15163         * dired-aux.el (dired-do-shell-command): Doc fix.
15165 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15167         * startup.el (command-line-x-option-alist): New options "-fs",
15168         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
15170         * term/x-win.el (x-handle-initial-switch): New function.
15172 2002-01-13  Colin Walters  <walters@debian.org>
15174         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
15175         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
15177         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
15179         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
15181 2002-01-12  Richard M. Stallman  <rms@gnu.org>
15183         * net/browse-url.el (browse-url-grail):
15184         Use browse-url-maybe-new-window.
15186         * net/telnet.el (telnet-simple-send):
15187         Handle comint-input-sender-no-newline like comint-simple-send.
15189         * progmodes/sql.el (sql-query-placeholders-and-send):
15190         Handle comint-input-sender-no-newline like comint-simple-send.
15191         (sql-escape-newlines-and-send): Likewise.
15193         * comint.el (comint-input-sender): Doc fix.
15194         (comint-input-sender-no-newline): New variable.
15195         (comint-simple-send): If comint-input-sender-no-newline,
15196         don't output newline, but maybe send eof.
15197         (comint-send-input): New arg NO-NEWLINE.
15198         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
15200 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15202         * textmodes/flyspell.el (flyspell-check-pre-word-p):
15203         Prevent delaying when executing keyboard macros.
15205 2002-01-12  Richard M. Stallman  <rms@gnu.org>
15207         * simple.el (line-move): If we can't move enough lines,
15208         go to beginning or end of line.
15210         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
15211         and proper window.
15213         * help.el (describe-mode): Call help-setup-xref in the help buffer.
15214         Switch buffers only after calling `help-buffer'.
15216         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
15217         only when they are surrounded by whitespace.
15218         Use dired-mark-separator when adding one file name to a command.
15219         (dired-do-shell-command): Verify that * is surrounded by whitespace.
15220         Ask for confirmation if * or ? is not surrounded by whitespace.
15221         (dired-bunch-files): Re-reverse the partial file list when it is used.
15223 2002-01-12  Richard M. Stallman  <rms@gnu.org>
15225         * comint.el (comint-dynamic-list-completions): Repeating the command
15226         after displaying a completion list scrolls the list.
15228 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
15230         * files.el (find-file-noselect): Don't consider a buffer as
15231         visiting a file literally if it is in hexl-mode.
15233         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
15235 2002-01-11  Richard M. Stallman  <rms@gnu.org>
15237         * startup.el (initial-scratch-message): Fix custom type, add group.
15239         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
15240         around the decode-coding-region call.
15242         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
15243         after displaying a completion list scrolls the list.
15245 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
15247         * version.el (emacs-version): Bump to 21.2.50.
15249 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
15251         * play/zone.el (zone-timeout): New var.
15252         (zone-hiding-modeline): New macro.
15253         (zone-call): New func.
15255         (zone): Init `modeline-hidden-level' symbol property.
15256         Use `zone-call' instead of `funcall'.
15258         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
15260         (zone-pgm-stress): Use `zone-hiding-modeline'.
15262         (zone-pgm-stress-destress): New zone program.
15264 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
15266         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
15268 2002-01-09  Richard M. Stallman  <rms@gnu.org>
15270         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
15272 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
15274         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
15275         flyspell-mouse-map.
15277 2002-01-08  Richard M. Stallman  <rms@gnu.org>
15279         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
15281         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
15283         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
15285 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15287         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
15288         Do not use make-local-hook.
15290 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
15292         * international/quail.el (quail-start-translation)
15293         (quail-start-conversion): Bind last-command-event, last-command,
15294         and this-command in the first let.  This fixes the change from
15295         2000-08-30.
15297 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
15299         * ediff-hook.el: Add an autoload cookie.
15301 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15303         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
15304         address of the author.
15306 2002-01-08  Richard M. Stallman  <rms@gnu.org>
15308         * replace.el (occur-mode-goto-occurrence-other-window): New command.
15309         (occur-mode-map): Bind `o' to that.
15311 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
15313         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
15314         new macro that replaces viper-emacs-p and viper-xemacs-p in many
15315         cases. Used to reduce the number of warnings.
15317         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
15318         (viper-standard-value): Move here from viper.el.
15319         (viper-set-unread-command-events): Move to viper-util.el
15320         (viper-check-minibuffer-overlay): Make sure
15321         viper-minibuffer-overlay is moved to cover the entire input field.
15323         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
15324         (viper-read-key-sequence, viper-set-unread-command-events)
15325         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
15327         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
15329         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
15331         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
15333         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
15334         (viper-event-vector-p): Move to viper-util.el
15336         * viper.el (viper-standard-value): Move to viper-cmd.el.
15337         Use viper-cond-compile-for-xemacs-or-emacs.
15339         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15341         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15343         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
15344         New macro designed to be used in many places where ediff-emacs-p or
15345         ediff-xemacs-p was previously used.  Reduces the number of warnings.
15346         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
15347         of ediff-xemacs-p.
15348         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
15349         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
15350         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
15351         Move to ediff-util.el.
15352         (ediff-event-key): Moved here.
15354         * ediff-merge.el: Got rid of unreferenced variables.
15356         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15358         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15359         (ediff-cleanup-mess): Improve the way windows are set up after
15360         quitting ediff.
15361         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
15362         (ediff-dispose-of-variant-according-to-user): New function
15363         designed to be smarter and also understands indirect buffers.
15364         (ediff-highlight-diff-in-one-buffer)
15365         (ediff-unhighlight-diff-in-one-buffer)
15366         (ediff-unhighlight-diffs-totally-in-one-buffer)
15367         (ediff-highlight-diff, ediff-highlight-diff)
15368         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
15369         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
15370         (ediff-get-region-contents, ediff-make-current-diff-overlay):
15371         Moved here.
15372         (ediff-format-bindings-of): New function by Hannu Koivisto
15373         <azure@iki.fi>.
15374         (ediff-setup): Make sure the merge buffer is always widened and
15375         modifiable.
15376         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
15377         result of a merge into a file visited by another buffer.
15378         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
15379         is visited by another buffer and ask to save/delete that buffer.
15380         (ediff-verify-file-merge-buffer): New function to do the above.
15382         * ediff-vers.el: Load ediff-init.el at compile time.
15384         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15386         * ediff.el (ediff-windows, ediff-regions-wordwise)
15387         (ediff-regions-linewise): Use indirect buffers to improve
15388         robustness and make it possible to compare regions of the same
15389         buffer (even overlapping regions).
15390         (ediff-clone-buffer-for-region-comparison)
15391         (ediff-clone-buffer-for-window-comparison): New functions.
15392         (ediff-files-internal): Refuse to compare identical files.
15393         (ediff-regions-internal): Get rid of the warning about comparing
15394         regions of the same buffer.
15396         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
15397         Plus the following fixes courtesy of Dave Love: Doc fixes.
15398         (ediff-word-1): Use word class and move - to the
15399         front per regexp documentation.
15400         (ediff-wordify): Bind forward-word-function outside loop.
15401         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
15402         consing buffer contents.
15403         (ediff-goto-word): Move syntax table setting outside loop.
15405 2002-01-07  Richard M. Stallman  <rms@gnu.org>
15407         * dired.el (dired-copy-filename-as-kill): Call kill-append
15408         if following a kill command.
15410         * help-fns.el (describe-variable, describe-function):
15411         Do save-excursion.
15413 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15415         * net/ldap.el (ldap-search-internal): Skip error message from
15416         ldapsearch.  Allow listing attribute names only.  Do not open
15417         non-existent files.
15419         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
15420         call non-existent function.
15422         * net/eudc.el (top-level): Revert previous change.
15424         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
15425         variables to prevent warning from byte-compiler.
15427         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
15428         string-match on emacs-version again.
15430         * enriched.el (enriched-make-annotation): Fix the change from
15431         2002-01-05.
15432         (enriched-handle-display-prop): Return proper values.
15434         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
15435         Use proper attribute name labeledUri instead of deprecated labeledUrl.
15437 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15439         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
15440         editing an empty hotlist.
15442         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
15443         Use buffer-string instead of buffer-substring for the whole buffer.
15445         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
15446         not free.
15448         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
15449         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
15450         (eudc-bob-save-object): Make the buffer unibyte.
15451         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
15452         object to external program.
15454 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
15456         * vc.el (vc-branch-part): Return nil if there's no `.'
15457         (vc-default-previous-version): Renamed from vc-previous-version.
15458         New args BACKEND and FILE.  Return nil for revision numbers
15459         without a `.'
15460         (vc-version-diff): Call vc-BACKEND-previous-version.
15461         (vc-steal-lock): Steal lock before composing mail, so that no mail
15462         is sent when the stealing goes wrong.  And we'll actually see the
15463         error in that case now.
15464         (vc-finish-steal): Removed.
15466         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
15467         the lock, so that we see expanded headers.
15468         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
15469         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
15470         available from vc.el.  Updated all callers.
15472 2002-01-05  Richard M. Stallman  <rms@gnu.org>
15474         * enriched.el (enriched-make-annotation): Doc fix.
15476         * format.el (format-replace-strings, format-subtract-regions)
15477         (format-annotate-region, format-annotate-location)
15478         (format-annotate-atomic-property-change)
15479         (format-annotate-single-property-change): Doc fixes.
15481 2002-01-05  Jason Rumney  <jasonr@gnu.org>
15483         * term/w32-win.el: Require fontset unconditionally.
15484         (w32-handle-scroll-bar-event): Remove.
15486 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15488         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
15489         copyrights to be updated.
15491 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
15493         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
15494         2001-10-24.
15496         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
15498 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15500         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
15501         (ldap-ignore-attribute-codings): Change the default value to allow
15502         encoding/decoding of attributes.
15503         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
15505 2002-01-03  Richard M. Stallman  <rms@gnu.org>
15507         * files.el (basic-save-buffer): Undo previous change.
15509         * calendar/diary-lib.el (diary-block): Doc fix.
15511         * custom.el (defcustom): Fix syntax of previous change.
15513 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15515         * custom.el (defcustom): Documented :tag, :link and :load.
15517 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
15519         * mail/sendmail.el (mail-recover-1): New function.
15520         (mail-recover): Switch to the *mail* buffer right away.
15521         Use buffer-auto-save-file-name instead of calling
15522         make-auto-save-file-name.  Call dired-noselect instead of invoking
15523         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
15524         before reading the auto-save file.  If the buffer's auto-save file
15525         does not exist, call mail-recover-1 to allow recovery from past
15526         auto-saved drafts.
15528 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15530         * time.el (display-time-load-average-threshold): Fix defcustom
15531         (add type and group).
15533         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
15534         specification from the hostname.
15536 2002-01-02  Richard M. Stallman  <rms@gnu.org>
15538         * facemenu.el (facemenu-active-faces):
15539         Use face-attributes-as-vector, not face-attributes-vector.
15541 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
15543         * xscheme.el: Eleven years of updates on a private copy.
15545         Extensive changes to support multiple xscheme buffers:
15546         (run-scheme): Break up into new functions to facilitate starting
15547         processes in other buffers.
15548         (xscheme-start, xscheme-read-command-line): New functions.
15549         (start-scheme, select-scheme)
15550         (default-xscheme-runlight)
15551         (global-set-scheme-interaction-buffer)
15552         (local-set-scheme-interaction-buffer)
15553         (local-clear-scheme-interaction-buffer)
15554         (exit-scheme-interaction-mode)
15555         (verify-xscheme-buffer): New functions.
15556         (xscheme-process-name, xscheme-buffer-name)
15557         (xscheme-runlight): New internal vars.
15558         (default-xscheme-runlight): New const.
15559         (xscheme-start-process): Add args for the process/buffer names.
15560         (reset-scheme): Pass process/buffer names.
15561         (scheme-interaction-mode): Initialize new local vars.
15562         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
15563         (xscheme-select-process-buffer, xscheme-process-buffer)
15564         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
15565         (xscheme-goto-output-point, xscheme-write-message-1): Use new
15566         var xscheme-process-name.
15567         (xscheme-start-process): Initialize xscheme-process-name and
15568         xscheme-buffer-name in the process buffer.  Pass buffer name to
15569         xscheme-modeline-initialize.
15570         (xscheme-modeline-initialize): Add argument to specify buffer name
15571         for mode-line vars.
15572         (xscheme-process-sentinel): Make sure sentinel is run in the
15573         process buffer so it sees its local vars.
15574         (xscheme-process-filter-initialize, xscheme-set-runlight):
15575         More elaborate logic to handle multiple-buffer mode lines.
15577         (xscheme-enter-input-wait): Re-enable control-G handler upon
15578         entering input wait.
15580         (scheme-interaction-mode): Add arg to preserve local vars.
15581         (xscheme-enter-interaction-mode)
15582         (xscheme-enter-debugger-mode): Preserve local vars.
15583         (xscheme-start-process): Clobber local vars.
15585         (scheme-interaction-mode-commands): Allow end user to add commands
15586         to scheme-interaction-mode keymap.
15587         (scheme-interaction-mode-commands-alist): New variable.
15589         (xscheme-send-string): Don't use insert-before-markers.
15591         Implement a per-buffer kill ring:
15592         (xscheme-insert-expression)
15593         (xscheme-rotate-yank-pointer, xscheme-yank)
15594         (xscheme-yank-pop, xscheme-yank-push): New functions.
15595         (xscheme-expressions-ring)
15596         (xscheme-expressions-ring-yank-pointer)
15597         (xscheme-expressions-ring-max): New variables.
15598         (xscheme-send-string-1): Call xscheme-insert-expression to save
15599         expression in ring.
15600         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
15601         (xscheme-previous-send): Deleted variable.
15603         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
15604         (xscheme-send-control-g-interrupt): Use process-send-string rather
15605         than send-string.
15607         (xscheme-send-region): Insert a newline after an expression that
15608         is submitted in the interaction buffer, for consistency with
15609         recent changes to Edwin.
15611         (xscheme-delete-output): New function mimics comint-delete-output.
15612         (xscheme-last-input-end): New internal variable.
15613         (xscheme-process-filter-output): Update xscheme-last-input-end.
15615         (xscheme-send-control-g-interrupt): Make sure that
15616         xscheme-control-g-disabled-p is looked up in the right buffer.
15618         (xscheme-enable-control-g): Clear C-g message if visible.
15619         (xscheme-control-g-message-string): New internal var.
15620         (xscheme-send-control-g-interrupt): Use new var.
15622         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
15623         Delay after sending interrupt in order to work around race condition.
15625         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
15626         (xscheme-send-char): Use xscheme-send-char rather than send-string
15627         to send single char.
15629         (xscheme-process-filter, xscheme-process-filter-alist):
15630         Add support for evaluating expressions outside of the call-excursion.
15631         (xscheme-process-filter:string-action-noexcursion): New func.
15633         (xscheme-write-value): Change output string to match that used by
15634         Edwin.
15636         (xscheme-coerce-prompt): Don't write a space after a command
15637         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
15638         for us.
15640         (reset-scheme): Delete process after killing it.
15642 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15644         * bindings.el (function-key-map): Don't bind shifted keypad
15645         numeric keys.
15647 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15649         * enriched.el (enriched-handle-display-prop): Remove unused variables.
15650         (enriched-mode): Doc fix.
15652 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
15654         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
15655         Hebrew points.
15657 2002-01-01  Richard M. Stallman  <rms@gnu.org>
15659         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
15661 2001-12-31  Richard M. Stallman  <rms@gnu.org>
15663         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
15664         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
15665         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
15666         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
15667         * progmodes/cperl-mode.el, progmodes/idlwave.el:
15668         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
15669         Adapt face definitions to use :weight and :slant.
15671         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
15673         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
15675         * font-lock.el (initializing from font-lock-face-attributes):
15676         Use :weight and :slant, not :bold and :italic.
15678 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
15680         * cus-edit.el (custom-face-edit-fix-value): New function.
15681         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
15683 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15685         * progmodes/octave-mod.el (octave-abbrev-table):
15686         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
15687         * progmodes/fortran.el (fortran-mode-abbrev-table):
15688         * progmodes/f90.el (f90-mode-abbrev-table):
15689         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
15690         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
15691         predefined abbrevs as "system" abbrevs.
15693 2001-12-30  Richard M. Stallman  <rms@gnu.org>
15695         * info.el (Info-fontify-node): For a **** underline line, put the
15696         invisible and intangible props on the following newline, but not
15697         on the previous newline or the last char of the previous line.
15699         * faces.el (face-set-after-frame-default): Don't change `default' face.
15701         * faces.el (minibuffer-prompt): Adopt some default colors.
15703         * replace.el (query-replace-read-args): Immediate error if read-only.
15705         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
15706         Display the output buffer in a more intelligent way.
15708 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
15710         * ls-lisp.el (insert-directory): Modify the "total" line wording,
15711         in accordance with files.el's insert-directory.
15713 2001-12-29  Richard M. Stallman  <rms@gnu.org>
15715         * files.el (basic-save-buffer): If a before-write hook displays
15716         an echo area message, pause before calling basic-save-buffer-1.
15718 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
15720         * textmodes/reftex-global.el (reftex-query-replace-document)
15721         (reftex-change-label): Doc fix.
15723         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
15725         * progmodes/etags.el (tags-query-replace): Doc fix.
15727 2001-12-29  Richard M. Stallman  <rms@gnu.org>
15729         * progmodes/compile.el (compile-internal): Fix previous change.
15731 2001-12-28  Richard M. Stallman  <rms@gnu.org>
15733         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
15734         shrink the windows above as necessary to get space.
15735         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
15737         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
15738         This fixes a bug that treated all files as directories.
15739         (ange-ftp-insert-directory): Explicitly follow symlinks.
15741         * international/iso-transl.el (iso-transl-char-map) Eliminate the
15742         alias symbols--put the translated sequences here directly.
15744         * progmodes/cc-mode.el (c-mode-abbrev-table)
15745         (c++-mode-abbrev-table, objc-mode-abbrev-table)
15746         (java-mode-abbrev-table, pike-mode-abbrev-table):
15747         Mark all the predefined abbrevs as "system" abbrevs.
15749         * mail/sendmail.el (mail-envelope-from): Fix custom type.
15750         (sendmail-send-it): Check mail-specify-envelope-from
15751         and mail-envelope-from in the mail buffer at start.
15753 2001-12-28  Simon Josefsson  <jas@extundo.com>
15755         * mail/sendmail.el (mail-envelope-from): Fix :type.
15756         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
15758 2001-12-28  Richard M. Stallman  <rms@gnu.org>
15760         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
15762         * simple.el (line-move-invisible): New subroutine.
15763         (line-move-to-column): New subroutine--smarter about advancing over
15764         invisible parts of a line, or lines, but only as long as hpos grows.
15765         (line-move-finish): New subroutine: repeatedly processes desired
15766         column, intangibility, and fields.
15767         (line-move): Use those subroutines.
15768         When moving lines downward, skip invisible text first rather than last.
15770 2001-12-27  Richard M. Stallman  <rms@gnu.org>
15772         * international/mule-diag.el (describe-char-after):
15773         Describe the text properties of the char after point.
15775         * help.el (describe-key): Doc fix.
15777 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
15779         * find-dired.el (find-dired-sentinel): Precede exit message by
15780         two spaces, to match the regexp in dired-between-files.
15782 2001-12-28  Miles Bader  <miles@gnu.org>
15784         * wid-edit.el (widget-toggle-value-create): Don't eval actual
15785         images (which are lists too).
15787 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
15789         * language/european.el: Fix the doc string of "Latin-5" language
15790         environment.
15792 2001-12-26  Richard M. Stallman  <rms@gnu.org>
15794         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
15795         defined as before 2001-11-09.
15796         (add-minor-mode call): Specify the keymap.
15798         * progmodes/compile.el (compile-internal):
15799         Set TERM variable in process-environment.
15801 2001-12-25  Richard M. Stallman  <rms@gnu.org>
15803         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
15804         the buffer.
15806         * startup.el (command-line): Convert command line args
15807         to Emacs internal representation using locale-coding-system.
15809 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
15811         * international/fontset.el: Don't require ind-util when compiling.
15813 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15815         * emulation/tpu-edt.el (tpu-reset-screen-size):
15816         Use set-frame-height and set-frame-width instead of set-screen-height
15817         and set-screen-width.
15819         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
15820         of obsolete set-screen-width.
15822         * locate.el (locate): Remove dot at the end of error argument.
15824         * emerge.el (emerge-show-file-name): Use frame-height instead of
15825         obsolete screen-height.
15827         * mail/mh-utils.el (mh-show-msg): Likewise.
15828         (mh-handle-process-error): Use frame-width instead of obsolete
15829         screen-width.
15831 2001-12-25  Richard M. Stallman  <rms@gnu.org>
15833         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
15834         to enlarge-window.  Use save-selected-window.  Don't try
15835         to resize windows that end at the bottom "level".
15836         Retry changing the sizes until the windows get the desired sizes.
15837         Discount the minibuffer when computing total height available.
15839         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
15840         (debugger-make-xrefs): Only make a button for the first symbol
15841         on any line.
15843 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
15845         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
15846         Call IT-setup-unicode-display here instead of adding it to
15847         dos-codepage-setup-hook, so that Unicode display tables are set
15848         before dos-codepage-setup-hook runs.
15850 2001-12-24  Richard M. Stallman  <rms@gnu.org>
15852         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
15853         (nslookup-mode-abbrev-table): Don't define it.
15854         (smbclient-mode-abbrev-table): Don't define it.
15855         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
15856         (nslookup-mode, smbclient-mode): Likewise.
15857         (network-connection-service-abbrev-alist): Variable deleted.
15858         (network-connection-mode-setup): Don't set up abbrev table.
15860         * faces.el (minibuffer-prompt): New face.
15861         (minibuffer-prompt-properties): Add `face' property.
15863         * replace.el (occur-mode-display-occurrence): New function.
15864         (occur-mode-map): Bind C-o to it.
15866 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
15868         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
15869         (viper-special-read-and-insert-char): Make C-m work right in the r
15870         comand.
15871         (viper-buffer-search-enable): Fixed format string.
15873         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
15874         instead of viper-info-on-file.
15875         (ex-set-visited-file-name): New function.
15877         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
15879         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
15880         action argument.
15882         * ediff-init.el: Fixed some doc strings.
15884         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
15885         Got rid of make-local-hook.
15887         * ediff-wind.el (ediff-setup-control-frame): Got rid of
15888         make-local-hook.
15890 2001-12-23  Richard M. Stallman  <rms@gnu.org>
15892         * term/x-win.el (x-handle-geometry): Put height and width
15893         on default-frame-alist, left and top on initial-frame-alist.
15894         * term/w32-win.el (x-handle-geometry): Likewise.
15896         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
15898         * play/yow.el (yow): Use an arg to distinguish interactive calls,
15899         not interactive-p.
15901 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15903         * emacs-lisp/elint.el (elint-unknown-builtin-args):
15904         Remove mocklisp entries.
15906         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
15907         Lisp.  Obsoleted.
15909         * emulation/mlconvert.el: File removed.
15911         * emulation/mlsupport.el: Moved to obsolete.
15913         * obsolete/mlsupport.el: Moved there from lisp/emulation.
15915         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
15917         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15918         Remove mocklisp case.
15920         * help-fns.el (describe-function-1): Remove mocklisp function case.
15922 2001-12-22  Miles Bader  <miles@gnu.org>
15924         * textmodes/refill.el (refill-mode): Don't barf when redundantly
15925         turning refill-mode off.
15927 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15929         * time.el (display-time-load-average-threshold): New variable.
15930         (display-time-update): Use it.
15932         These changes allow cycling through past 1, 5 and 15 minutes
15933         load-average displayed in the mode-line.
15935         * time.el (display-time-default-load-average): New customizable option.
15936         (display-time-load-average): New variable.
15937         (display-time-cycle-load-average): New function.
15938         (display-time-update): Use them.
15940 2001-12-21  Richard M. Stallman  <rms@gnu.org>
15942         * apropos.el (apropos-print): SPACING is now nil or a separator string.
15943         (apropos-documentation, apropos-value): Pass a suitable string.
15945 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
15947         * dired.el (dired-free-space-program, dired-free-space-args):
15948         Aliases for back-compatibility.
15950         * info.el (Info-select-node): If Info-use-header-line is nil, set
15951         header-line-format to nil.
15952         (Info-fontify-node): Don't put a keymap text property on the
15953         heading if we are not going to display the header line.  Remove
15954         any such text properties left over from past visits to this node.
15956         * ls-lisp.el (insert-directory): Insert the amount of free disk
15957         space, like files.el's insert-directory does.
15959         * files.el (directory-free-space-program):
15960         Mention file-system-info in the doc string.
15961         (get-free-disk-space): New function; code moved from insert-directory.
15962         (insert-directory): Call get-free-disk-space to get the amount of
15963         free space.
15965 2001-12-21  Richard M. Stallman  <rms@gnu.org>
15967         * help.el (view-order-manuals, view-emacs-news, describe-copying)
15968         (describe-distribution, describe-project): Use view-file.
15970         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
15972         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
15974         * emacs-lisp/easy-mmode.el (define-minor-mode):
15975         Make no arg by default in an interactive call,
15976         so that repeating the command toggles again.
15978         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
15980 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
15982         * antlr-mode.el: More sophisticated indentation of cpp directive.
15983         (antlr-indent-at-bol-alist): New user option.
15984         (antlr-indent-line): Use it.
15985         (antlr-indent-style): New user option.
15986         (antlr-mode): Use it.
15987         (antlr-indent-item-regexp): Customize.
15989         * antlr-mode.el: Syntax highlighting changes.
15990         (antlr-font-lock-literal-regexp): New user option.
15991         (antlr-font-lock-syntax-face): New face used for :, |, ....
15992         (antlr-font-lock-default-face): New face.
15993         (antlr-font-lock-additional-keywords): Use them.
15995         * antlr-mode.el: New command to insert options -- variables.
15996         (antlr-mode-map): New binding [C-c C-o].
15997         (antlr-mode-menu): New submenus.
15998         (antlr-options-use-submenus): New user option.
15999         (antlr-tool-version): New user option.
16000         (antlr-options-auto-colon): New user option.
16001         (antlr-options-style): New user option.
16002         (antlr-options-push-mark): New user option.
16003         (antlr-options-assign-string): New user option.
16004         (antlr-options-headings): New variable.
16006         * antlr-mode.el: New command to insert options -- specific.
16007         (antlr-options-alists): New variable.
16008         (antlr-read-value): New function.
16009         (antlr-read-boolean): New function.
16010         (antlr-language-option-extra): New function.
16011         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
16012         (antlr-c++-mode-extra): New function.
16013         (antlr-grammar-tokens): New function.
16014         (antlr-imenu-create-index-function): New optional argument.
16016         * antlr-mode.el: New command to insert options -- functions.
16017         (antlr-insert-option): New command.
16018         (antlr-insert-option-interactive): New function.
16019         (antlr-options-menu-filter): New function.
16020         (antlr-option-kind): New function.
16021         (antlr-scan-lists): New alias.
16022         (antlr-scan-lists-internal): New function.
16023         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
16024         (antlr-option-level): New function.
16025         (antlr-syntactic-grammar-depth): New function.
16026         (antlr-option-location): New function.
16027         (antlr-insert-option-do): New function.
16028         (antlr-option-spec): New function.
16029         (antlr-version-string): New function.
16030         (antlr-insert-option-existing): New function.
16031         (antlr-insert-option-space): New function.
16032         (antlr-insert-option-area): New function.
16034         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
16035         with narrowing.  Menu change.  Miscellaneous.
16036         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
16037         (antlr-mode-map): New bindings for characters in ":;|&(){}".
16038         (antlr-electric-character): New command.
16039         (antlr-class-header-regexp): New variable.
16040         (antlr-font-lock-additional-keywords): Use it.
16041         (antlr-imenu-create-index-function): Use it.
16042         (antlr-file-dependencies): Use it.
16043         (antlr-indent-line): Also works with restrictions.
16044         (antlr-indent-command): Interactive spec - changes the buffer.
16045         (antlr-language-for-option): Deletia.
16046         (antlr-language-option): New function, defined instead.
16047         (antlr-mode): Use it.
16049 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
16051         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
16052         instead of a literal /dev/null.
16054         * Makefile.in (distclean): Remove Makefile in the build
16055         directory, not in the source directory.
16057 2001-12-21  Simon Josefsson  <jas@extundo.com>.
16059         * mail/smtpmail.el (smtpmail-send-queued-mail):
16060         Use with-temp-buffer instead of find-file-noselect, and bind
16061         coding-system-for-read to no-conversion when reading the queued
16062         messages.  (Simon's code modified slightly by Eli Zaretskii.)
16064 2001-12-20  Werner Lemberg  <wl@gnu.org>
16066         * international/mule-diag.el (describe-coding-system)
16067         (print-coding-system-briefly): Make printed output have a similar
16068         format as describe-character-set.
16070 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16072         * play/blackbox.el (bb-member): Remove, use member instead.
16073         (bb-delete): Remove, use delete instead.
16074         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
16075         bb-score, bb-detour-count and bb-balls-placed.
16076         Propertize results of rays.
16078 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
16080         * isearch.el (isearch-forward, isearch-edit-string): Make doc
16081         strings mention keybinding for `isearch-yank-word-or-char',
16082         rather than `isearch-yank-word', since the former is bound now
16083         and the latter is not.
16084         (isearch-yank-word-or-char): Fix formatting.
16086 2001-12-19  Werner Lemberg  <wl@gnu.org>
16088         * language/czech.el, language/european.el, language/slovak.el:
16089         More fixes for language info doc strings.
16091 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
16093         * loadup.el: Add "language" to the load-path.
16095 2001-12-19  Richard M. Stallman  <rms@gnu.org>
16097         * international/mule-cmds.el (describe-language-environment):
16098         Fix calls to help-xref-button.
16100 2001-12-19  Miles Bader  <miles@gnu.org>
16102         * international/fontset.el: Require `ind-util' when compiling.
16104 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16106         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
16107         instead of decompose-composite-char.
16109 2001-12-18  Richard M. Stallman  <rms@gnu.org>
16111         * simple.el (eval-expression-print-level)
16112         (eval-expression-print-length): Doc fixes.
16114         * international/mule-diag.el (describe-character-set):
16115         Fix the arg to help-xref-button.
16117         * files.el (directory-free-space-program): New variable.
16118         (directory-free-space-args): New variable.
16119         (insert-directory): Use those two variables for getting free space.
16120         Use file-system-info instead, if that is defined.
16122         * dired.el (dired-free-space-program): Variable deleted.
16123         (dired-free-space-args): Variable deleted.
16124         (dired-insert-directory): Don't try to determine free space.
16126         * files.el (font-lock-defaults): Add risky-local-variables prop.
16127         (hack-one-local-variable): Treat various font-lock variables as risky.
16129 2001-12-18  Werner Lemberg  <wl@gnu.org>
16131         * language/chinese.el, language/cyrillic.el:
16132         * language/czech.el, language/european.el, language/greek.el:
16133         * language/hebrew.el, language/indian.el, language/japanese.el:
16134         * language/korean.el, language/lao.el, language/slovak.el:
16135         * language/thai.el, language/tibetan.el, language/vietnamese.el:
16136         Improve documentation strings of coding systems and language infos.
16138 2001-12-18  Werner LEMBERG  <wl@gnu.org>
16140         Add support for EUC-TW decoding/encoding.
16142         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
16143         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
16144         New auxiliary functions to build `big5-to-cns'.
16145         (big5-to-cns): New translation alist.
16147         * language/chinese.el: Added new coding system `euc-tw' and its
16148         alias `euc-taiwan'.
16149         Updated language `Chinese-CNS' to include euc-tw encoding also.
16150         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
16151         euc-tw.
16153 2001-12-18  Dave Love  <fx@gnu.org>
16155         * loadup.el: Add language/utf-8-lang, language/georgian.
16157         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
16158         (image-file-name-regexps): Doc fix.
16160         * server.el (server-unload-hook): New function.
16162         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
16163         (lm-crack-copyright): Cope with multi-line copyright `lines'.
16165         * simple.el (newline): Doc fix.
16166         (eval-expression-print-level, eval-expression-print-length): Doc
16167         fix.  Amend :type.
16168         (next-line, previous-line): Make arg optional.
16169         (newline): Doc fix.
16171         * Makefile.in (DONTCOMPILE): Add various language files.
16173         * international/quail.el (quail-input-string-to-events): Don't use
16174         string-to-list.
16176         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
16177         calling `newline'.
16179 2001-12-17  Richard M. Stallman  <rms@gnu.org>
16181         * comint.el (comint-dynamic-list-input-ring-select): New function.
16182         Switches back to the old window configuration.
16183         (comint-dynamic-list-input-ring): Bind RET to that function.
16184         (comint-dynamic-list-input-ring-window-conf): New variable.
16186 2001-12-17  Werner Lemberg  <wl@gnu.org>
16188         * international/mule-conf.el: Improve documentation strings of
16189         character sets.
16191 2001-12-16  Richard M. Stallman  <rms@gnu.org>
16193         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
16194         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
16196         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
16198         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
16199         Add a DESCRIPTION for the makefile item.
16201         * find-file.el (ff-other-file-name): New function.
16203 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
16205         * international/quail.el (quail-input-string-to-events): Fix last
16206         change.
16208 2001-12-16  Richard M. Stallman  <rms@gnu.org>
16210         * isearch.el (isearch-edit-string): When we set isearch-string
16211         to the default, also set isearch-message.
16213         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
16215         * startup.el (command-line-1): Display startup screen
16216         even if there are command line args.
16217         Add a note about how to go to editing your files.
16218         (fancy-splash-head): Add a note about how to go to your files.
16219         (fancy-splash-outer-buffer): New variable.
16220         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
16222         * subr.el (with-temp-message): At the end, always discard
16223         the temp message, even by clearing the echo area.
16225         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
16227 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
16229         * log-view.el (log-view-message-re, log-view-current-tag):
16230         Recognize Subversion's log output format.
16232         * international/fontset.el: Build the list L at compile time.
16234         * language/ind-util.el (mapthread): Make a closure.
16236 2001-12-15  Richard M. Stallman  <rms@gnu.org>
16238         * isearch.el (isearch-start-hscroll): New variable.
16239         (isearch-mode): Set isearch-start-hscroll.
16240         (isearch-update): Restore original hscrolling if possible.
16242         * isearch.el (isearch-edit-string):
16243         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
16245         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
16246         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
16247         rather than regexp search and (2) copying text properties
16248         already set up on text unchanged from the previous backtrace.
16250         * case-table.el (set-case-syntax-pair):
16251         Detect invalid calls and signal an error.
16253 2001-12-15  Richard M. Stallman  <rms@gnu.org>
16255         * language/ind-util.el (range): Function deleted.
16256         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
16257         All calls changed.
16259         * language/devan-util.el (devanagari-range): Renamed from `range'.
16260         All calls changed.
16261         (devanagari-regexp-of-hashtbl-keys):
16262         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
16264 2001-12-15  Dave Love  <fx@gnu.org>
16266         * language/ind-util.el: Don't require cl.
16267         (indian-glyph-char, indian-glyph-max-char)
16268         (indian-char-glyph): Moved from indian.el
16269         (indian--puthash-char, mapthread): Don't quote lambda.
16270         (indian--map): New function.
16271         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
16272         (indian--puthash-cv): Use it.
16274         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
16275         (indian-char-glyph): Moved to ind-util.el
16277         * language/devan-util.el (devanagari-post-read-conversion):
16278         New function.
16280         * language/georgian.el: New file.
16282         * international/mule-cmds.el (locale-language-names): Add various
16283         entries.  Remove utf-8 special case.
16284         (locale-charset-language-names, locale-preferred-coding-systems):
16285         Add utf-8 case.
16286         (set-language-environment): Process required-features earlier.
16288         * international/quail.el (quail-keyboard-layout-alist):
16289         Add pc105-uk.
16290         (quail-keyboard-layout-type): Fix :type.
16291         (quail-choose-completion-string): Simplify.
16292         (quail-update-leim-list-file): Don't get fooled by commented-out code.
16293         (quail-input-string-to-events): Run events through
16294         translation-table-for-input.
16296         * international/mule-conf.el (translation-table-for-input):
16297         New variable.
16298         (latin-iso8859-14): Amend description.
16299         (file-coding-system-alist): Add entry for utf-8.
16301         * language/utf-8-lang.el: New file.
16303         * international/code-pages.el: New file.
16305         * language/hebrew.el ("Windows-1255"): New language.
16307         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
16308         ("Latvian"): New languages.
16310 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
16312         * xml.el: Use setq rather than (set 'foo bar).
16313         Use push+nreverse rather than append.
16314         (xml-node-name, xml-node-attributes, xml-node-children):
16315         Use defsubst rather than macros.
16316         (xml-parse-region): Handle a nil return value from xml-parse-tag.
16317         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
16318         Concat the two strings surrounding a comment into a single string.
16320         * newcomment.el (comment-indent): Jump to the middle of empty comments.
16322 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16324         * select.el (xselect-convert-to-class, xselect-convert-to-name):
16325         Document.
16327 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
16329         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
16330         Return nil if FILE is not registered.
16331         (vc-check-master-templates, vc-default-make-version-backups-p):
16332         Doc fix.
16334 2001-12-13  David Ponce  <david@dponce.com>
16336         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
16337         (ruler-mode-left-fringe-cols): New macro.
16338         (ruler-mode-right-fringe-cols): New macro.
16339         (ruler-mode-left-scroll-bar-cols): New macro.
16340         (ruler-mode-right-scroll-bar-cols): New macro.
16341         (ruler-mode-ruler): Use above new macros.
16343 2001-12-13  Richard M. Stallman  <rms@gnu.org>
16345         * files.el (set-auto-mode): Fix previous change.
16347 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
16349         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
16350         (easy-menu-do-define, easy-menu-convert-item-1)
16351         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
16352         (easy-menu-return-item): Only return nil if there is no binding.
16354 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
16356         * whitespace.el (whitespace-version): 3.2
16357         * whitespace.el (whitespace-force-mode-line-update): Replace with
16358         `whitespace-mode-line-update', which is an alias to the correct
16359         function in various emacsen.
16360         * whitespace.el (whitespace-{un,}highlight-the-space):
16361         Add colorized highlighting of the bogus whitespaces in a buffer/file,
16362         using the `whitespace-highlight-face' if
16363         `whitespace-display-spaces-in-color' is set.
16365 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
16367         * international/mule.el (set-auto-coding): Don't search for
16368         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
16370 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16372         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
16374         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
16376         * mail/rmailsum.el (rmail-summary-mode): Likewise.
16378 2001-12-13  Richard M. Stallman  <rms@gnu.org>
16380         * simple.el (undo): Always set this-command to `undo',
16381         so that the next undo after an error will not begin redoing.
16383         * simple.el (shell-command): Doc fix.
16384         (shell-command-on-region): If there is output an an error,
16385         add "...Shell command failed" to the output.
16387 2001-12-13  David Ponce  <david@dponce.com>
16389         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
16390         (ruler-mode-left-fringe-cols): Function replaced by more efficient
16391         implementation `ruler-mode-extra-left-cols'.
16392         (ruler-mode-ruler): Use above new function.  Take into account
16393         that the fringe areas can now be resized.
16395 2001-12-12  Richard M. Stallman  <rms@gnu.org>
16397         * international/characters.el (Unicode): Comment out
16398         the specifications for kelvin and angstrom signs.
16400         * international/mule.el (make-translation-table-from-vector):
16401         Allow null elements in VEC.
16403         * international/ucs-tables.el (unify-8859-on-encoding-mode)
16404         (unify-8859-on-decoding-mode): Swap the code in their bodies.
16405         Add :version.
16407 2001-12-11  Richard M. Stallman  <rms@gnu.org>
16409         * derived.el (derived-mode-p): Function moved to subr.el.
16411         * subr.el (derived-mode-p): Moved here from derived.el.
16413         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
16415         * files.el (set-auto-mode-1): New subroutine, broken out of
16416         set-auto-mode.
16417         (set-auto-mode, hack-local-variables-prop-line): Use that.
16419 2001-12-11  Dave Love  <fx@gnu.org>
16421         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
16423         * language/european.el: Remove autoload cookies.  Fix registration
16424         of diacritic composition function.
16426 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16428         * calendar/todo-mode.el: Require time-stamp.
16430         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
16432 2001-12-11  Richard M. Stallman  <rms@gnu.org>
16434         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
16436         * textmodes/ispell.el (ispell-buffer-local-parsing):
16437         Match xml like sgml.
16439         * emacs-lisp/advice.el (ad-compile-function):
16440         Byte compile the function under another (uninterned) name.
16442         * gud.el (gdb): Define and bind gud-jump.
16444         * font-lock.el (font-lock-mode):
16445         Put our function at the end of after-change-functions.
16447         * ediff-diff.el (ediff-cmp-options): Doc fix.
16449         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
16451 2001-12-10  Richard M. Stallman  <rms@gnu.org>
16453         * isearch.el (isearch-yank-word-or-char): New function.
16454         (isearch-mode-map): Bind C-w to that.
16456         * menu-bar.el (menu-bar-mode): Make arg optional.
16458         * simple.el (line-move): Cope if next-single-property-change
16459         or previous-single-property-change returns nil.
16461         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
16462         Don't use interactive-p; instead, pass the proper args
16463         in (interactive...).  Clean up most of the trouble-report strings.
16465 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
16467         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
16468         enqueued messages literally.
16470 2001-12-10  Noah Friedman  <friedman@splode.com>
16472         * battery.el (battery-insert-file-contents): Obsolete function
16473         removed.
16474         (battery-read-function): Obsolete function removed.
16475         (battery-linux-proc-apm): Use insert-file-contents.
16477 2001-12-07  Stephen Eglen  <stephen@gnu.org>
16479         * iswitchb.el (iswitchb-visit-buffer):
16480         Use `select-frame-set-input-focus'--needed when window manager
16481         uses "click to focus" policy.
16483 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16485         * COPYING: Moved back.
16487 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
16489         * term/internal.el (IT-character-translations): Add entries for
16490         more points.
16492         * international/characters.el: Resurrect the Hebrew category
16493         settings for all Hebrew characters removed by the last change.
16494         Add code for setting the Hebrew category of the Unicode Hebrew
16495         characters.  Set syntax entries for Hebrew punctuation characters.
16497         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
16498         points and directional formatting control characters.
16500 2001-12-07  Dave Love  <fx@gnu.org>
16502         * language/lao-util.el: Add Unicode equivalents for rules.
16503         (lao-post-read-conversion): New function.
16505         * language/lao.el: Add Unicode equivalents.
16506         (lao): Add post-read conversion.
16508         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
16509         Use iso2022 encoding.
16510         (latin1-char-displayable-p): Doc fix.
16511         (latin1-display-ucs-per-lynx): New option.
16512         (latin1-display-ucs-per-lynx): New command.
16513         (latin1-display-reset): Special-case arabic.
16514         (ucs-tables): Require.
16515         (latin1-display-sets, latin1-display-setup): Add arabic.
16516         (latin1-display) <variable>: Use function latin1-display.
16517         (latin1-display) <function>: Add mule-unicode stuff.
16518         (latin1-display-check-font): Don't lose if `info' is nil.
16520         * international/iso-transl.el: Insert Latin-1 characters, not
16521         unibyte codes.
16523         * language/european.el (diacritic-composition-pattern): New constant.
16524         (diacritic-compose-region, diacritic-compose-string)
16525         (diacritic-compose-buffer, diacritic-post-read-conversion)
16526         (diacritic-composition-function): New functions.
16528         * international/utf-8.el (ucs-mule-to-mule-unicode):
16529         New translation table.
16530         (ccl-encode-mule-utf-8): Use it.
16531         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
16532         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
16533         (utf-8-subst-table): New variable.
16534         (utf-8-compose-scripts): New option.
16535         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
16537         * international/ucs-tables.el, international/utf-8-subst.el:
16538         New files.
16540         * international/characters.el: Don't set word syntax (the default)
16541         explicitly.  Add a diacritic category.  Add info for Unicode
16542         equivalents of characters in various Mule charsets and for extra
16543         Unicode characters.  Don't define specific categories for
16544         Indian/Devanagari, since they aren't used.
16546 2001-12-06  Richard M. Stallman  <rms@gnu.org>
16548         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
16549         (set-justification-left, set-justification-right): Doc fix.
16551         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
16552         (bug-f90-mode): Variable deleted.
16554 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
16556         * indent.el (indent-line-function): Default is indent-relative again.
16558 2001-12-07  Miles Bader  <miles@gnu.org>
16560         * progmodes/compile.el (compilation-error-regexp-alist):
16561         Added regexps for RXP.
16563 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
16565         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
16566         Add shift-assignment operators to those highlighted, and highlight
16567         the whole operator rather than just the "=".
16569 2001-12-04  Juanma Barranquero  <lektu@terra.es>
16571         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
16572         before saving abbrevs if `save-abbrevs' has the value `silently'.
16574 2001-12-04  Andreas Schwab  <schwab@suse.de>
16576         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
16578 2001-12-04  Colin Walters  <walters@debian.org>
16580         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
16581         for `defmacro*' forms.
16583         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
16584         `defmacro*'.
16586 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
16588         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
16590 2001-12-02  Richard M. Stallman  <rms@gnu.org>
16592         * files.el (insert-directory): If the df output does not look right,
16593         don't try to use it.  Other cleanups in overall code structure.
16595 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
16597         * textmodes/outline.el (outline-mode-prefix-map):
16598         Add bindings for outline-promote and outline-demote.
16599         (outline-minor-mode-menu-bar-map): New var.
16600         (outline-minor-mode): Use it.
16601         (outline-heading-alist): New var (renamed from outline-level-heading).
16602         (outline-level): Use it.
16603         (outline-insert-heading, outline-promote, outline-demote):
16604         Update to use outline-heading-alist.
16606         * disp-table.el (standard-display-european):
16607         Simplify since the function is not interactive any more.
16608         Don't set the existing buffers to unibyte.
16610         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
16612         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
16614         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
16616         * shell.el (shell): Use shell-file-name.
16617         Pop to buffer before calling comint to set COLUMNS properly.
16619         * emacs-lisp/cl.el (svref): New alias.
16621         * progmodes/antlr-mode.el (antlr-c-common-init):
16622         Don't inhibit adaptive-fill-mode any more.
16624         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
16626         * progmodes/etags.el (tags-with-face): Use make-symbol.
16627         (tags-search, tags-query-replace): Use backquotes.
16629         * textmodes/picture.el (picture-mode-map): Don't use defconst
16630         for a variable.
16632 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16634         * textmodes/reftex-index.el (reftex-index-mode):
16635         Remove make-local-hook.
16637         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
16639 2001-12-02  Kim F. Storm  <storm@cua.dk>
16641         * isearch.el (isearch-resume-enabled): New variable.
16642         (isearch-done): Use that variable.
16644 2001-12-01  Richard M. Stallman  <rms@gnu.org>
16646         * wid-edit.el (widget-button-click): Don't move point permanently:
16647         Avoid mouse-set-point--instead select the window,
16648         then do save-excursion, then move point.
16649         Specify the buffer for get-char-property.
16650         Don't use `@' in interactive.
16652         * indent.el (indent-line-function):
16653         Default is indent-to-left-margin again.
16655         * replace.el (query-replace-read-args): Display message
16656         if FROM contains `\n' or `\t'.
16658 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
16660         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
16662         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
16664         * emacs-lisp/regexp-opt.el (regexp-opt):
16665         Bind completion-regexp-list to nil.
16667         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
16669 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
16671         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
16672         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
16673         Update maintainer.
16675 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
16677         * mail/smtpmail.el: Use with-current-buffer.
16678         (message-make-date, message-make-message-id): Autoload when needed.
16679         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
16680         headers when missing.
16682         * international/encoded-kb.el (encoded-kbd-mode):
16683         Use define-minor-mode.
16685         * enriched.el (enriched-mode): Use define-minor-mode.
16686         Use dolist and pop and push.
16688         * info.el (Info-find-node-2): Don't call info-insert-file-contents
16689         with the `visit' argument.
16690         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
16692         * progmodes/hideif.el (hide-ifdef-mode): Only modify
16693         `change-major-mode-hook' locally.  Reset invisibility spec.
16695         * man.el (Man-build-section-alist): Remove last Man-match-substring.
16697 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16699         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
16700         Clarify error message.
16702 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16704         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16706 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
16708         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
16709         don't just return it.
16711 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
16713         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
16714         (menu-bar-read-emacs-man, search-emacs-glossary)
16715         (emacs-index-search, elisp-index-search): New functions.
16716         (apropso-documentation, apropos, apropos-value, apropos-variable)
16717         (apropos-commands): Modify menu item names and help text.
16718         (elisp-index-search, emacs-index-search, emacs-glossary):
16719         New menu items.
16720         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
16721         submenu.
16722         (info-elisp, info-elintro): New menu items.
16723         (apropos): Modify the menu item name.
16725 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
16727         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
16729         * textmodes/outline.el (outline-promote, outline-demote): Typo.
16731         * man.el (man-follow-mouse): New function.
16732         (Man-mode-map): Bind mouse-2 to it.
16733         (Man-match-substring): Remove.  Replace with `match-string'.
16734         (man): Use the `default-value' argument to `read-string'.
16735         (Man-fontify-manpage): Add mouse-face to cross references.
16737         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
16739 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
16741         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
16742         the value of require-match in minibuffer-completion-confirm.
16743         Use crm-local-completion-map.
16745         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
16746         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
16747         (cl-make-type-test): Use char-valid-p for `character'.
16749         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
16750         (Info-complete-menu-item): Rewrite.  Add the ability to search
16751         several sequential nodes.  Add a simple caching mechanism.
16752         (Info-goto-index): New function extracted from Info-index.
16753         (Info-index): Use it.  Add completion to the interactive spec.
16754         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16756 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16758         * COPYING: Removed.
16760 2001-11-29  Dave Love  <fx@gnu.org>
16762         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
16763         (fortran-window-create, fortran-window-create-momentarily):
16764         Rewrite, moving error condition.
16765         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
16766         (fortran-mode-syntax-table): Revert last change.
16768         * international/mule.el: Doc fixes.
16769         (map-charset-chars): New function.
16770         (register-char-codings): Use it to cope with generic chars in
16771         safe-chars.
16773 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16775         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16777         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
16779         * play/studly.el (studlify-word, studlify-region)
16780         (studlify-buffer): Fix doc-string.
16781         (studlify-buffer): Add autoload cookie.
16783 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
16785         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
16786         (outline-up-heading-all): Remove.
16787         (hide-sublevels): Move to end-of-heading before calling flag-region.
16788         (outline-copy-overlay, outline-discard-overlays): Remove.
16789         (outline-flag-region): Use `remove-overlays'.
16790         Don't move to end-of-heading.
16791         (outline-next-visible-heading, outline-back-to-heading)
16792         (outline-on-heading-p): Use outline-invisible-p.
16793         (outline-font-lock-level): Use outline-up-heading's new arg.
16794         (outline-minor-mode): Simplify.
16795         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
16796         (outline): Put a `reveal-toggle-invisible' property.
16797         (outline-level-heading): New var.
16798         (outline-insert-heading, outline-promote, outline-demote)
16799         (outline-toggle-children): New commands.
16801         * progmodes/hideif.el (hif-end-of-line): New function.
16802         (hide-ifdef-mode): Set line-move-ignore-invisible.
16803         (hide-ifdef-region-internal): New function.
16804         (hide-ifdef-region): Use it.
16805         (hif-defined): Return an integer.
16806         (hif-infix-to-prefix): Remove.
16807         (hif-tokenize): Parse from the buffer rather than from a string.
16808         Correctly tokenize integers.  Use forward-comment.
16809         (hif-expr): Use hif-or.
16810         (hif-term): Use hif-and.
16811         (hif-factor): Use hif-not.  Handle numbers properly.
16812         Don't require parenthesis around `defined's argument.
16813         (hif-and, hif-or, hif-not): New funs.
16814         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
16815         (hif-hide-line): Don't hide the \n before the line.
16816         (hif-possibly-hide): Correctly handle numeric evaluation results.
16818         * progmodes/make-mode.el: Use line-(end|beginning)-position.
16819         (makefile-mode): Set indent-line-function.
16820         (makefile-browser-insert-continuation): Use with-current-buffer.
16821         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
16823 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
16825         * isearch.el (isearch-yank-internal): New helper function.
16826         (isearch-yank-char): New function.
16827         (isearch-yank-word, isearch-yank-line): Rewrite to use
16828         isearch-yank-internal.
16830 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
16832         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
16833         aren't supported.  Print a message to that effect if invoked.
16835 2001-11-27  Stephen Eglen  <stephen@gnu.org>
16837         * locate.el (locate): Put point at first matching file rather
16838         than top of buffer.
16840 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
16842         * reveal.el: New file.
16844         * progmodes/hideif.el: Misc cleanup.
16845         (hide-ifdef-mode-submap): Put the def in the defvar.
16846         Use substitute-key-definition.
16847         (hide-ifdef-mode): Use define-minor-mode.
16848         (hif-outline-flag-region): Remove.
16849         (hif-show-all): Define in terms of hif-show-ifdef-region.
16850         (hif-after-revert-function): Rename from hif-before-revert-function.
16851         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
16852         (hif-tokenize): Use with-syntax-table.
16853         (hif-make-range): Use `else' also for `else-p'.
16854         (hif-range-else-p): Remove.
16855         (hif-find-range): Simplify.
16856         (hif-hide-line): Don't bother preserving buffer-modified-p.
16857         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
16858         Don't use selective-display and inhibit-read-only.
16860         * subr.el (copy-overlay, remove-overlays): New funs.
16862         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
16864 2001-11-27  Sam Steingold  <sds@gnu.org>
16866         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
16867         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
16868         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
16869         * obsolete/c-mode.el, obsolete/cplus-md.el
16870         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
16871         * term/sun-mouse.el, textmodes/artist.el:
16872         Converted backquote to the new style.
16873         * mouse.el, reposition.el: Likewise (in comments).
16874         * expand.el: Likewise (in a string).
16876 2001-11-27  Richard M. Stallman  <rms@gnu.org>
16878         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
16880 2001-11-26  Richard M. Stallman  <rms@gnu.org>
16882         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
16883         if :on-glyph or :off-glyph is a list, eval it and store it back.
16884         (checkbox): Quote the values for :on-glyph and :off-glyph.
16886         * cus-start.el (recursive-load-depth-limit): Delete item.
16888 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
16890         * help-fns.el (describe-categories, help-describe-category-set): New.
16891         describe-categories moved here from src/category.c.
16893 2001-11-26  Sam Steingold  <sds@gnu.org>
16895         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
16896         arguments to `insert' are strings.
16898 2001-11-26  Richard M. Stallman  <rms@gnu.org>
16900         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
16902 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
16904         * international/mule-diag.el: Require help-fns instead of
16905         help-funs.
16907         * help-fns.el: Renamed from help-funs.el.
16909         * startup.el (command-line-1): Don't try to call process-list if
16910         it is not fboundp.
16912 2001-11-26  Sam Steingold  <sds@gnu.org>
16914         * frame.el (show-trailing-whitespace): Remove :set argument (the
16915         value was essentially identical to the defalt).
16917 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16919         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16921         * icomplete.el (icomplete-minibuffer-setup): Likewise.
16923         * hilit-chg.el (hilit-chg-set): Likewise.
16925         * speedbar.el (speedbar-mode): Likewise.
16927         * calendar/calendar.el (calendar-mode): Likewise.
16929         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
16930         insert-string.
16932         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
16934         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
16936         * term/sun-mouse.el (sun-yank-selection): Likewise.
16938         * textmodes/bib-mode.el (return-key-bib): Likewise.
16940         * calendar/appt.el (appt-disp-window): Likewise.
16942         * calendar/diary-lib.el (list-diary-entries): Likewise.
16944         * array.el (array-reconfigure-rows): Likewise.
16946         * filecache.el (file-cache-minibuffer-complete): Likewise.
16948         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
16950         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
16952         * allout.el (outline-version, outline-open-topic)
16953         (outline-rebullet-heading, outline-insert-listified)
16954         (outline-latex-verbatim-quote-curr-line)
16955         (outline-latexify-one-item, outlineify-sticky): Likewise.
16957         * vc.el (vc-next-action-on-file): Likewise.
16958         (vc-dired-mode): Remove make-local-hook.
16960 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
16962         * vc.el (vc-find-version): New function.
16963         (vc-version-other-window): Redefined in terms of the above.
16965         * log-view.el (log-view-find-version): New function.
16966         (log-view-mode-map): Bind it to `f'.
16968 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
16970         * language/devan-util.el (dev-char-glyph): Escape `"' in
16971         string literals.
16972         (dev-glyph-glyph, dev-glyph-glyph-2)
16973         (devanagari-compose-syllable-region): Likewise.
16975 2001-11-26  Richard M. Stallman  <rms@gnu.org>
16977         * window.el (save-selected-window): No error if saved window is dead.
16979         * help-funs.el (describe-syntax): Put (interactive) after doc string.
16981 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16983         * international/quail.el (quail-help): Require help-mode in
16984         top-level instead.
16986         * iswitchb.el (iswitchb-exhibit): Use insert instead of
16987         insert-string.
16989         * icomplete.el (icomplete-exhibit): Likewise.
16991 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
16993         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
16994         (diff-hunk-kill): Simplify.
16995         (diff-post-command-hook): Only apply to a single hunk.
16996         (diff-hunk-text): Make `char-offset' non-optional.
16997         (diff-find-text): Return a cons cell.
16998         (diff-find-approx-text): New fun.
16999         (diff-find-source-location): Use it.
17000         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
17001         Adapt to new retval of diff-find-text.
17003         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
17004         rather than integer- representation of dates.
17006         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
17008         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
17009         (syntax-after): New fun.
17011         * help-funs.el (describe-syntax): New fun.
17013         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
17014         (font-lock-ppss-stats, font-lock-ppss): Remove.
17015         (font-lock-fontify-syntactically-region): Remove tuning code.
17016         (font-lock-compile-keywords): Fix off-by-one bug.
17017         (font-lock-set-defaults): Don't set removed vars.
17018         (c-keywords): Add `inline'.
17019         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
17021         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17022         Set syntax-begin-function.
17023         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
17024         (lisp-interaction-mode): Don't set local-abbrev-table any more.
17025         (lisp-mode-auto-fill): Use syntax-ppss and obey
17026         comment-auto-fill-only-comments.
17027         (lisp-fill-paragraph): Use syntax-ppss.
17029 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17031         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
17032         version of rmail-enable-mime.
17033         (rmail-forward): Use it.
17035 2001-11-25  Richard M. Stallman  <rms@gnu.org>
17037         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
17039         * international/quail.el (quail-keyboard-layout-button):
17040         Define button type.
17041         (quail-keyboard-customize-button): Likewise.
17042         (quail-help): Use those button types.  Require `help-mode'.
17043         Avoid altering the argument `package'.
17045         * help-mode.el (help-function, help-variable, help-face)
17046         (help-coding-system, help-input-method, help-character-set):
17047         Define each button type with its own explicit define-button-type.
17049         * language/devan-util.el: Comment out parts of the file
17050         which apparently are garbled.
17052 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17054         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
17055         insert-string.
17057 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17059         * play/snake.el (snake-mode): Remove make-local-hook.
17061         * play/tetris.el (tetris-mode): Likewise.
17063         * play/decipher.el (decipher-mode): Likewise.
17065         * tmm.el (tmm-add-prompt): Likewise.
17067 2001-11-25  Sam Steingold  <sds@gnu.org>
17069         * menu-bar.el (menu-bar-apropos-menu): New variable.
17070         Moved all `apropos' bindings to this menu.
17071         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
17073 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
17075         The following changes are for new indian languages support based
17076         on Unicode charset and CDAC fonts.
17078         * international/mule-conf.el: Change indian-1-column charset to
17079         indian-glyph charset.
17081         * international/characters.el: Adjusted for the change of
17082         indian-1-column -> indian-glyph.
17084         * international/fontset.el: Delete the setting for indian-1-column
17085         and add the setting for indian-glyph in the default fontset.
17087         * language/indian.el: Completely re-written.
17089         * language/devanagari.el: Completely re-written.
17091         * language/devan-util.el: Completely re-written.
17093         * language/ind-util.el: New file.
17095 2001-11-24  Richard M. Stallman  <rms@gnu.org>
17097         * startup.el (command-line-1): Don't do startup screen
17098         if a subprocess is running.  Call the startup screen buffer
17099         "GNU Emacs".  Make a special mode-line-format for it.
17101         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
17102         (browse-url-galeon): Use that variable.
17104         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
17105         eval-expression.  Eval and set the variable simply.
17107         * files.el (temporary-file-directory): Use defcustom.
17108         (small-temporary-file-directory): Likewise.
17109         (normal-backup-enable-predicate): Move down in file
17110         after definition of temporary-file-directory.
17112         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
17114 2001-11-24  Colin Walters  <walters@debian.org>
17116         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
17117         autoload names to match files renamed on initial calc import.
17119         * calc/calc.el (Commentary): Cleanup, and add logistic curve
17120         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
17122 2001-11-23  Colin Walters  <walters@debian.org>
17124         * Makefile.in (finder_setwins, setwins): Include Calc again.
17126         * calc/calc-rules.el: Add header comment.
17128 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
17130         * vc.el (with-vc-properties): Don't bind `filename' locally.
17131         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
17132         to avoid name clashes.  Fix `lisp-indent-function' property for
17133         both.
17135 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17137         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
17139 2001-11-22  Colin Walters  <walters@debian.org>
17141         * calc/calc-misc.el (report-calc-bug):
17142         Use `reporter-prompt-for-summary-p'.
17144         * calc/INSTALL, calc/Makefile: Remove.
17146 2001-11-22  Miles Bader  <miles@gnu.org>
17148         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
17149         (reb-match-2, reb-match-3): Add dark-background variants.
17151 2001-11-22  Colin Walters  <walters@debian.org>
17153         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
17154         (info "Calc").
17155         (report-calc-bug): Use reporter.el.
17157         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
17159 2001-11-21  Richard M. Stallman  <rms@gnu.org>
17161         * which-func.el (which-function): Call imenu--make-index-alist
17162         if necessary to get a list of functions.
17163         (which-function-imenu-failed): New variable.
17164         (which-func-update): Handle all visible windows.
17165         (which-func-update-1): New subroutine broken out of which-func-update.
17167         * files.el (temporary-file-directory, null-device)
17168         (small-temporary-file-directory): Definitions moved up.
17170         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
17171         (cperl-non-problems, cperl-praise): Doc fixes.
17173         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
17174         (sh-mode-syntax-table): Function restored.
17175         Variable set up for use by function sh-mode-syntax-table.
17176         (sh-set-shell): Set the syntax table.
17178         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
17180         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
17182         * international/encoded-kb.el: Don't alter minor-map-alist.
17184 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17186         * files.el (auto-save-file-name-transforms): Put remote files in
17187         temporary-file-directory rather than /tmp.
17189 2001-11-21  Colin Walters  <walters@debian.org>
17191         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
17192         of (function ...) wrapper.
17194 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
17196         * derived.el (define-derived-mode): Create the abbrev-table
17197         from inside the `defvar'.
17199         * jit-lock.el (jit-lock-defer-time): New var.
17200         (jit-lock-defer-timer, jit-lock-buffers): New vars.
17201         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
17202         (jit-lock-function): Defer fontification if requested.
17203         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
17204         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
17205         text property.
17206         (jit-lock-deferred-fontify): New fun.
17208 2001-11-20  Richard M. Stallman  <rms@gnu.org>
17210         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
17211         Set local-abbrev-table to lisp-mode-abbrev-table.
17213         * emacs-lisp/re-builder.el (reb-mode):
17214         Don't use define-derived-mode.  Call kill-all-local-variables.
17216         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
17217         Don't use define-derived-mode.
17219         * help-mode.el (help-mode): Undo 2001-10-07 change.
17221         * replace.el (occur-mode): Undo 2001-5-20 change.
17223 2001-11-20  Jason Rumney  <jasonr@gnu.org>
17225         * w32-fns.el (w32-system-coding-system): Change to an alias for
17226         locale-coding-system.
17227         (set-w32-system-coding-system): Document the above change.
17228         Set locale-coding-system instead.
17230 2001-11-20  Richard M. Stallman  <rms@gnu.org>
17232         * ruler-mode.el: Add pagination.
17233         (ruler-mode-toggle-show-tab-stops): No need to
17234         test `ruler-mode' variable.
17236 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
17238         * play/landmark.el: Mark lm-mode as special.
17240         * play/gomoku.el: Mark gomoku-mode as special.
17242 2001-11-20  Juanma Barranquero  <lektu@terra.es>
17244         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
17245         (top-level): Bind it to C-c C-b.
17246         (re-builder): Don't re-enter RE Builder Mode.
17248         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
17250 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
17252         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
17253         `manual-program'.
17255         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
17256         to a line without a comment.
17258 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
17260         * dired.el (dired-listing-switches): Mention in the doc string
17261         that some switches are not supported by ls-lisp.el
17263 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
17265         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
17266         (imenu--create-keymap-2): Remove.
17267         (imenu--create-keymap-1): Simplify, remove third argument.
17268         (imenu--generic-function): Use dolist.
17269         (imenu-find-default): New function.
17270         (imenu--completion-buffer): Use it.
17271         (imenu--mouse-menu): Use popup-menu.
17272         (imenu--menubar-select): Return t rather than calling imenu.
17274         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
17275         New functions, extracted from fill-region-as-paragraph.
17276         (fill-region-as-paragraph): Use them.
17277         Use an end marker instead of eob.
17278         Ignore whitespace-only fill-prefixes when indenting according to mode.
17279         Simplify the loop that searches for spaces backwards.
17281         * textmodes/picture.el (picture-vertical-step)
17282         (picture-horizontal-step): Don't use defconst for variables.
17284         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
17285         (mail-extract-address-components): Downcase domain names.
17286         (mail-extr-delete-char): Remove.  Use delete-char instead.
17288         * emulation/pc-select.el: Doc string fixes.
17289         (pc-selection-mode): Don't treat macos as a tty.
17291         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
17293         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
17295         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
17296         (mouse-wheel-progessive-speed): New var.
17297         (mwheel-scroll): Use it and handle float values.
17299         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
17301         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
17302         (iswitchb): Fix the case where the result was selected with the mouse.
17303         (iswitchb-completion-help): Use the normal *Completions* now that
17304         mouse selection works.
17305         (iswitchb-minibuffer-setup): Simplify.
17307         * newcomment.el (comment-column, comment-style, comment-multi-line)
17308         (comment-auto-fill-only-comments): Remove :group arg.
17309         (comment-padding): Add :type.
17310         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
17311         if called interactively.
17313 2001-11-19  Colin Walters  <walters@verbum.org>
17315         * calc/calc.el (toplevel): Add comment and version header.
17316         (calc-init-base): Bump version to 2.02f, update date.
17318 2001-11-19  Richard M. Stallman  <rms@gnu.org>
17320         * net/browse-url.el: Support Mozilla and Galeon.
17321         By default, find the installed browser whichever it is.
17322         (browse-url-mozilla): New function.
17323         (browse-url-mozilla-sentinel): New function.
17324         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
17325         (browse-url-default-browser): New function.
17326         (browse-url-process-environment): Use browse-url-browser-display.
17327         (browse-url-browser-display): Renamed from browse-url-netscape-display.
17328         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
17329         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
17330         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
17331         (browse-url-browser-function): New default, new options.
17333 2001-11-19  Sam Steingold  <sds@gnu.org>
17335         * bindings.el (last-buffer, unbury-buffer): New function.
17336         (mode-line-unbury-buffer): Use `unbury-buffer'.
17338 2001-11-18  Stephen Eglen  <stephen@gnu.org>
17340         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
17341         control behaviour when no further completion is possible.
17343 2001-11-19  Colin Walters  <walters@verbum.org>
17345         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
17346         (math-showing-full-precision, math-with-extra-prec, math-working)
17347         (calc-with-default-simplification)
17348         (calc-with-trail-buffer): Use backtick.
17349         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
17350         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
17351         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
17352         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
17353         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
17354         (Math-num-integerp, Math-bignum-test, Math-equal-int)
17355         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
17356         (calc-record-compilation-date-macro): Deleted.  Callers updated.
17357         (math-format-radix-digit): Move to calc-bin.el.
17359         * calc/calc.el (calc-record-compilation-date): Remove.
17360         (calc-bug-address): Update.
17361         (calc-settings-file): Use `user-init-file'.
17363         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
17364         Handle null `calc-settings-file'.
17366         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
17367         * calc/calc-keypd.el (calc-keypad-mode): New.
17368         (calc-do-keypad): Use it.
17369         (calc-keypad-map): Move into `calc-keypad-mode'.
17371         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
17372         to defalias argument.
17374         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
17375         (calcFunc-floor): Ditto.
17377         * calc-units.el (calcFunc-usimplify): Ditto.
17379         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
17380         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
17381         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
17382         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
17383         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
17384         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
17385         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
17386         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
17387         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
17388         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
17389         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
17390         and move them before their first use.  Use `when', `unless'.
17391         Remove trailing periods from error forms.  Add description and
17392         headers suggested by Emacs Lisp coding conventions.
17394 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
17396         * newcomment.el (comment-indent):
17397         Fix misindentation for comment-only lines.
17398         (comment-indent-new-line): Only obey comment-multi-line if the
17399         comment-ender is not the end-of-line.
17401 2001-11-19  Richard M. Stallman  <rms@gnu.org>
17403         * net/net-utils.el (network-connection-service-abbrev-alist):
17404         New variable.
17406         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
17407         Advance to start of 3rd sexp by moving fwd and backing over it.
17408         At first three elements, act like defun.
17410         * delsel.el (delete-selection-pre-hook): Handle and resignal
17411         file-supersession errors to interact properly with userlock.el.
17413 2001-11-18  Richard M. Stallman  <rms@gnu.org>
17415         * progmodes/fortran.el (fortran-mode-syntax-table):
17416         Specify punctuation syntax for backslash.
17418         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
17419         All calls deleted.
17421         * international/mule-util.el (string-to-sequence): Make it obsolete.
17422         (string-to-list, string-to-vector): Implement them directly
17423         using append and vconcat, not with string-to-sequence.
17425         * startup.el (command-line): Set abbrevs-changed to nil after
17426         reading the init file and the abbrevs file.
17428         * isearch.el (isearch): Use magenta2 as bg for (background light)
17430 2001-11-17  Richard M. Stallman  <rms@gnu.org>
17432         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
17434         * simple.el (minibuffer-history-sexp-flag): Doc fix.
17436 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
17438         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
17439         If set and if applicable, add a regexp to highlight defun-like
17440         text inside comments and strings.
17441         (font-lock-fontify-keywords-region): Pass that new arg.
17442         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
17443         to the end and pass that new arg.
17444         (c-font-lock-keywords-2): Fix regex for labels.
17445         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
17446         Make it work when LIMIT is several lines further.
17447         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
17448         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
17449         Use backquote and make the regexes for `int a, b, c;' work on
17450         multiple lines.
17452         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
17453         (font-lock-defaults-alist): Don't change it any more.
17454         (reb-subexp-mode-map): Cleanup.
17456         * custom.el (custom-current-group-alist): New var.
17457         (custom-declare-group): Set it.
17458         (custom-current-group): New fun.
17459         (custom-declare-variable, custom-handle-all-keywords):
17460         Use it as a default if no :group argument is specified.
17462         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
17463         (standard-keyboard-coding-systems): New var.
17464         (set-locale-environment): Use it to decide whether or not to call
17465         set-keyboard-coding-system.
17466         (locale-language-names): Use \"French\" for "fr".
17468 2001-11-17  Richard M. Stallman  <rms@gnu.org>
17470         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
17471         (add-to-list): Delete compatibility code.
17472         (checkdoc-next-message-error): Doc fix.
17474 2001-11-17  Stephen Eglen  <stephen@gnu.org>
17476         * locate.el (locate): Show default locate pattern within the
17477         prompt, but don't insert it into the minibuffer contents.
17478         Catch the case when pattern is the empty string.
17480 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
17482         * language/european.el ("French"): New language environment.
17484 2001-11-16  Richard M. Stallman  <rms@gnu.org>
17486         * calendar/todo-mode.el (todo-save): Fix previous change.
17488         * subr.el (functionp): Do use cdr-safe on object.
17490 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
17492         * bindings.el (mode-line-mode-name): Only put the help-echo property
17493         if the local-map property was put as well.
17494         (global-map): Bind switch-frame, delete-frame, iconify-frame
17495         and make-frame-visible events.
17497         * emacs-lisp/elp.el (elp-not-profilable): New var.
17498         (elp-not-profilable-p): New function.
17499         (elp-instrument-function): Use it.  Use backquotes and push.
17501         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
17502         (byte-stack+-info, byte-compile-last-warned-form)
17503         (byte-compile-last-logged-file): Don't defconst a variable.
17504         (no-byte-compile): Declare.
17505         (byte-compile-file): Don't boundp-check no-byte-compile any more.
17506         (byte-compile-defvar): Leave defconst as is.
17508         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
17509         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
17510         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
17511         (edebug-best-error): Don't defconst a variable.
17512         (edebug-read-syntax-table): Use a char-table.
17513         (edebug-lemacs-specific): Remove.
17514         Toplevel: Eliminate check for Lucid Emacs.
17516         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
17518         * rect.el (move-to-column-force): Mark obsolete.
17519         (operate-on-rectangle, delete-extract-rectangle-line)
17520         (insert-rectangle, delete-whitespace-rectangle-line)
17521         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
17522         (string-rectangle-history): New var.
17523         (string-rectangle, string-insert-rectangle): Use it.
17524         (delete-rectangle-line): Fix pos/column mixup and simplify.
17526         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
17527         (normal-top-level, command-line, command-line-1): Simplify.
17529         * tar-mode.el (tar-mode): Use define-derived-mode.
17531         * view.el (view-mode-enable): Don't use make-local-hook.
17533         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
17535 2001-11-16  Richard M. Stallman  <rms@gnu.org>
17537         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
17538         if it doesn't make sense as anything else.
17539         Don't recognize a "telephone number" at the beginning of the name.
17540         (mail-extr-leading-garbage): Match non-word characters only.
17542 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17544         * startup.el (command-line-processed): Doc fix.
17546         * apropos.el (apropos-next-label-button): Doc fix.
17548 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
17550         * comint.el (comint-mode): Simplify.
17551         (make-comint-in-buffer): Run `comint-mode' only if necessary.
17553         * subr.el (eval-after-load): Make it work with features as well.
17555         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
17557         * international/mule-cmds.el (describe-input-method): Setup xref.
17558         (set-language-environment): Use functionp.
17559         (locale-language-names, locale-charset-language-names)
17560         (locale-preferred-coding-systems): Defconst and purecopy.
17562         * language/european.el (mac-roman): Add mime-charset property.
17564 2001-11-15  Richard M. Stallman  <rms@gnu.org>
17566         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
17567         (multiple-value-apply, nth-value): Use defsubst rather than defalias
17568         to get better doc strings.
17570 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17572         * derived.el: Fix autoload cookie.
17574 2001-11-15  Richard M. Stallman  <rms@gnu.org>
17576         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
17578 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
17580         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
17582 2001-11-15  Richard M. Stallman  <rms@gnu.org>
17584         * dired.el (dired-undo): Display a message to explain
17585         that this does not undo file system changes.
17587 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
17589         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
17590         into `unread-command-events' instead of trying keymap
17591         lookups ourselves.  This makes mouse-clicks do the right
17592         thing even when keymaps of overlays are involved.
17593         (mouse-drag-drag): Likewise.
17595 2001-11-15  Andreas Schwab  <schwab@suse.de>
17597         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
17598         characters and append anchor to pattern added to auto-mode-alist.
17600 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
17602         * server.el (server-process-filter): Run pre/post-comment-hook
17603         before/after visiting the file.
17605         * info-look.el (makefile-mode): Add info for automake.
17606         (autoconf-mode): Fix the name of the index for automake.
17608         * international/latin-9.el: Give pilcrow punctuation syntax.
17610 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
17612         * vc.el: Documentation fixes.
17614 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
17616         * smerge-mode.el (smerge-match-conflict): Fix typo.
17617         (smerge-diff): Be careful to read match-data early enough.
17619 2001-11-14  Colin Walters  <walters@verbum.org>
17621         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
17622         (calcFunc-subst): Use `defalias' instead of `fset' and
17623         `symbol-function'.
17625         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
17626         (calcFunc-ceil, calcFunc-round): Ditto.
17628         * calc/calc-bin.el (calcFunc-clip): Ditto.
17630         * calc/calc-ext.el (calcFunc-evalv): Ditto.
17632         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
17634         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
17635         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
17637         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
17639         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
17640         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
17641         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
17642         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
17643         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
17644         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
17645         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
17646         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
17647         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
17648         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
17649         * calcsel2.el: Style cleanup; don't put closing parens on their
17650         own line, add "foo.el ends here" to each file, and update
17651         copyright date.
17653         * README: Update maintainer.
17655 2001-11-13  Richard M. Stallman  <rms@gnu.org>
17657         * progmodes/compile.el (recompile): Use compilation-arguments if
17658         set, so as to be able to M-x recompile the exact command which
17659         created a compilation-mode buffer.
17661         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
17663 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
17665         * mouse.el (mouse-drag-region): Don't run the up-event
17666         handler if window start changed due to the down-mouse event.
17668 2001-11-13  Richard M. Stallman  <rms@gnu.org>
17670         * mouse.el (mouse-show-mark): Either move point to the mark
17671         or use highlighting, never both.
17672         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
17674 2001-11-13  Simon Josefsson  <jas@extundo.com>
17676         * mail/smtpmail.el (top-level): Change maintainer to Simon
17677         Josefsson, cleanup the smtpmail.el header.
17679         * mail/smtpmail.el (top-level): Don't require cl or base64.
17680         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17681         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
17682         Defsubst instead of defmacro.
17683         (smtpmail-intersection): Return value in reverse order.
17684         (smtpmail-open-stream): Use stringp instead of string-to-list.
17685         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
17686         separated from smtpmail-via-smtp.
17688         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
17689         rfc2104.  Require base64 and cl.
17690         (smtpmail-smtp-service): Doc fix.  :type fix.
17691         (smtpmail-debug-info): Doc fix.
17692         (smtpmail-debug-verb, smtpmail-auth-credentials)
17693         (smtpmail-starttls-credentials, smtpmail-auth-supported):
17694         New variables.
17695         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
17696         mail-utils (it is autoloaded).
17697         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17698         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
17699         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
17700         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
17701         (smtpmail-via-smtp): Support AUTH.
17702         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
17704 2001-11-13  Richard M. Stallman  <rms@gnu.org>
17706         * ebuff-menu.el (electric-buffer-update-highlight): New function.
17707         (electric-buffer-overlay): New variable.
17708         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
17709         (electric-buffer-list): Likewise.
17711         * isearch.el (isearch-whitespace-chars): Doc fix.
17712         (isearch-mode): Handle negative search-slow-window-lines correctly.
17714 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
17716         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
17718         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
17719         From Emmanuel Briot <briot@act-europe.fr>.
17721 2001-11-13  Colin Walters  <walters@debian.org>
17723         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
17725         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
17726         "~/.emacs"; use `read-file-name'.
17728         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
17729         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
17730         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
17731         * calc/calc.el: Use `frame-width' instead of `screen-width',
17732         `frame-height' instead of `screen-height', and,
17733         `executing-kbd-macro' instead of `executing-macro'.
17735         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
17736         correct number of arguments.
17738         * calc/calc-aent.el (calc-do-alg-entry):
17739         Use `blink-paren-function' instead of `blink-paren-hook'.
17741 2001-11-12  Richard M. Stallman  <rms@gnu.org>
17743         * calendar/todo-mode.el (todo-save): Add save-excursion
17744         and save-restriction.
17746         * server.el (server-edit, server-done): Doc fix.
17748         * simple.el (clone-indirect-buffer): Error if major mode symbol
17749         has a no-clone-indirect property.
17750         (clone-buffer): Check for obvious errors before reading clone name.
17752         * info.el (Info-mode): Add a no-clone-indirect property.
17754 2001-11-12  Sam Steingold  <sds@gnu.org>
17756         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
17757         set-buffer-modified-p to nil after `vc-exec-after'.
17758         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
17759         (log-view-mode): Make read-only.
17760         (log-view-current-file): Do final `expand-file-name' in the
17761         current `default-directory'.
17762         (log-view-current-tag): Take an optional `where' arg.
17763         (log-view-diff): New user command.
17765 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17767         * progmodes/cpp.el (cpp-choose-face): Fix typo.
17769 2001-11-12  Sam Steingold  <sds@gnu.org>
17771         * emacs-lisp/cl-indent.el (toplevel): Indent properly
17772         `generic-flet', `generic-labels', `with-accessors',
17773         `with-condition-restarts'.
17775 2001-11-12  Richard M. Stallman  <rms@gnu.org>
17777         * dired.el: Many trivial doc fixes.
17778         (dired-get-file-for-visit): New function.
17779         (dired-find-alternate-file, dired-mouse-find-file-other-window)
17780         (dired-view-file, dired-find-file-other-window, dired-display-file)
17781         (dired-find-file): Use dired-get-file-for-visit.
17783 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
17785         * sql.el (sql-mode): Doc change.
17787         * sql.el (sql-mode-syntax-table): The backslash is no longer an
17788         escape character.
17790 2001-11-12  Colin Walters  <walters@debian.org>
17792         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
17793         (calc-do-keypad): Don't attempt to use nonexistent global
17794         mouse-map, use calc-keypad-map.
17795         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
17796         (calc-keypad-left-click): Don't use mouse-map; update to new event
17797         interface.
17798         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
17799         (calc-keypad-press): Use `unread-command-events' instead of
17800         `unread-command-char'.
17802         * calc/calc-ext.el (calc-init-extensions): Update autoload names
17803         to match files renamed on initial calc import.
17805 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17807         * textmodes/flyspell.el (flyspell-default-dictionary):
17808         Fix previous change.
17810 2001-11-12  Richard M. Stallman  <rms@gnu.org>
17812         * textmodes/flyspell.el (flyspell-default-dictionary):
17813         Fix custom type.
17815 2001-11-11  Richard M. Stallman  <rms@gnu.org>
17817         * calendar/solar.el (solar-sunrise-and-sunset):
17818         Exchange the two extreme values of day-length.
17820         * progmodes/sh-script.el (sh-must-be-shell-mode):
17821         Allow modes derived from sh-mode.
17823         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17824         Turn off error in some re-search-forward calls.
17826         * replace.el (query-replace-skip-read-only): New variable.
17827         (perform-replace): If that variable is non-nil, ignore matches
17828         that have a read-only property.
17830         * derived.el (define-derived-mode): Doc fix.
17832         * server.el (server-buffer-done): Test of server-existing-buffer
17833         was backwards.
17834         (server-existing-buffer): Doc fix.
17836         * textmodes/flyspell.el (flyspell-default-dictionary):
17837         Allow nil as value, and make nil the default.
17839 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
17841         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
17842         it is not fboundp.
17843         (clipboard-yank): Ditto.
17845 2001-11-11  Colin Walters  <walters@verbum.org>
17847         The following changes are based on patches from
17848         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
17849         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17851         * calc/calc.el (toplevel): Require calc-macs.
17852         (calc-minibuffer-size): New.
17853         (calcDigit-nondigit): Use it instead of `buffer-size'.
17854         (calcDigit-backspace): Likewise.
17855         (calcDigit-nondigit): Use `minibuffer-contents' instead of
17856         `buffer-string'.
17857         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
17858         `point-min'.
17859         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
17860         `save-excursion'.
17862         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
17863         simple `setq' form.
17865         * calc/calc-ext.el: (toplevel): Require calc.
17866         (calc-fancy-prefix-map): New.
17867         (calc-fancy-prefix): Use it.
17868         (calc-fancy-prefix-other-key): New.
17870         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
17871         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
17872         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
17873         (calcAlg-enter): Likewise.
17874         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
17876 2001-11-10  Richard M. Stallman  <rms@gnu.org>
17878         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
17879         (quietly-read-abbrev-file): Doc fix.
17881         * startup.el (command-line): Read standard abbrev
17882         file (abbrev-file-name), if it exists.
17884         * files.el (save-abbrevs): Default value is t.
17886         * progmodes/compile.el (compile-goto-error): Fix previous change
17887         in the case where subsequent errors have not been parsed yet
17888         because they are in a different source file.
17890 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
17892         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
17893         Merge two regular expressions into one.
17894         (ps-mode): Make local bindings for `comment-start' and
17895         `comment-start-skip'.
17896         (ps-mode-looking-at-nested): Simplify an if-else construct;
17897         use `set-match-data' to set the result.
17899 2001-11-10  Richard M. Stallman  <rms@gnu.org>
17901         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
17902         Function deleted.
17903         (flyspell-correct-word): Old definition deleted.
17904         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
17905         All references renamed too.
17907 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
17909         * Makefile.in (finder_setwins, setwins): Exclude Calc.
17911 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
17913         * wid-edit.el (checklist): Removed `:menu-tag'.
17914         (radio-button-choice): Ditto.
17915         (editable-list): Ditto.
17917 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17919         * play/gomoku.el: Move definitions of constants to the beginning
17920         of file, before their use.
17922 2001-11-09  Richard M. Stallman  <rms@gnu.org>
17924         * textmodes/flyspell.el: Use the keymap property
17925         instead of local-map, and don't use a minor-mode map.
17926         (flyspell-mode-map): Variable deleted.
17927         Don't mess with minor-mode-map-alist.
17928         (calling add-minor-mode): Specify nil for keymap.
17929         And always use add-minor-mode, now that it exists.
17930         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
17931         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
17932         or flyspell-local-mouse-map.
17933         (make-flyspell-overlay): Use flyspell-mouse-map directly.
17934         (flyspell-mode): Doc fix.
17935         (flyspell-mode-on): Don't call make-local-hook.
17937 2001-11-09  Sam Steingold  <sds@gnu.org>
17939         * emacs-lisp/debug.el (debugger-make-xrefs):
17940         Add buttons to all symbols.
17942 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
17944         * vc.el: Add John David Smith to credits.
17946         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
17948         * vc-hooks.el (vc-error-occured): Backquotified.
17949         (vc-file-prop-obarray): Use prime length for better efficiency.
17951         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
17953 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
17955         * info.el (Info-file-list-for-emacs): Add entries for Calc.
17957 2001-11-09  Miles Bader  <miles@gnu.org>
17959         * subr.el (functionp): Don't consider macros as functions.
17961 2001-11-08  Miles Bader  <miles@gnu.org>
17963         * subr.el (functionp): Make work correctly for macros and unbound
17964         symbols.
17966         * comint.el (comint-send-input): Fix description of
17967         `comint-process-echoes' in the doc-string.
17969 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
17971         * international/mule.el (make-translation-table): Doc fix.
17972         Suggested by Alex Schroeder <alex@gnu.org>.
17974 2001-11-07  Richard M. Stallman  <rms@gnu.org>
17976         * info.el (Info-fontify-node): Highlight every third menu item.
17978 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
17980         * cus-edit.el (custom-face-value-create): Don't ignore the
17981         `customized-face' attribute when finding the current face spec.
17983 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
17985         * subr.el (with-local-quit): New macro.
17986         (make-syntax-table): Always inherit.
17987         (functionp): Be more careful when `object' is a symbol.
17989         * dabbrev.el (dabbrev-completion): Use "*Completions*".
17991 2001-11-07  Paul Eggert  <eggert@twinsun.com>
17993         * dired.el (dired-move-to-filename-regexp):
17994         Do not distinguish between ASCII letters and non-ASCII characters.
17995         Don't allow comma except in the form "month day, year".
17996         Don't allow space between month name and comma.
17997         Clean up the code that checks for trailing period, comma, and space.
17998         Remove now-obsolete comments, and add more commentary about
17999         Japanese dates.
18000         Always gobble up trailing spaces, instead of doing it only sometimes.
18002 2001-11-07  Miles Bader  <miles@gnu.org>
18004         * paren.el (show-paren-match-face): Add dark-background variant.
18006 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
18008         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
18009         (lisp-mode-variables): Don't set paragraph-{start,separate}.
18010         Don't disable adaptive-fill-mode.
18011         (lisp-fill-paragraph): Use tab-width rather than 8.
18012         Prevent filling the first line of docstrings.
18014 2001-11-06  Richard M. Stallman  <rms@gnu.org>
18016         * play/gomoku.el (gomoku): Doc fix.
18018         * jka-compr.el (jka-compr-partial-uncompress):
18019         Support an alternative of not using dd.
18020         (jka-compr-dd-program): Use defcustom to define this.
18021         (jka-compr-load-suffixes): Use defcustom.
18022         (jka-compr-mode-alist-additions): Use defcustom.
18024 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
18026         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
18027         Also work when LIMIT is further than the end of line.
18029 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
18031         * international/quail.el (quail-update-leim-list-file): Print the
18032         offending file name if some of its quail-define-package forms is broken.
18034 2001-11-05  Richard M. Stallman  <rms@gnu.org>
18036         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
18037         of the evaluated form.
18039 2001-11-05  Paul Eggert  <eggert@twinsun.com>
18041         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
18042         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
18043         stamps always line up by default.  Also, it uses a slightly
18044         different window to determine whether files are "recent".
18046 2001-11-05  Andrew Innes  <andrewi@gnu.org>
18048         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18049         Don't attempt to remake autoloads before nuking .elc files.
18051 2001-11-04  Richard M. Stallman  <rms@gnu.org>
18053         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
18054         previous-single-property-change or next-single-char-property-change
18055         returns nil.
18057         * international/mule-cmds.el (set-locale-environment):
18058         Make it interactive; make arg optional.
18060         * international/mule-diag.el (help-funs): Require help-funs.
18062 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
18064         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
18066 2001-11-04  Miles Bader  <miles@gnu.org>
18068         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
18069         shadow of the splash image grey on a dark background instead of black.
18071 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
18073         * term.el (all faces): Don't (copy-face 'default <foo>).
18075         * term/xterm.el (function-key-map):
18076         Add entry for `ESC [ 3 ~' -> <delete>
18077         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
18078         Use inheritance so that .emacs and terminfo take precedence.
18080 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
18082         * tooltip.el (tooltip-delay): Decrease to 0.7.
18083         (tooltip-hide-delay): Enlarge to 10.
18085 2001-11-03  Richard M. Stallman  <rms@gnu.org>
18087         * startup.el (fancy-splash-tail): Explain how to recover
18088         from a crash, if there was a crash.
18089         (command-line-1): Reorganize display of startup screen,
18090         to simplify the logic.  Use a temp buffer for it.
18092 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
18094         * frame.el (set-background-color, set-foreground-color):
18095         Call face-set-after-frame-default, to propagate the new colors to
18096         the frame's parameters alist.
18098         * calendar/timeclock.el (timeclock-out): Signal an error if
18099         timeclock-last-event is nil.
18101 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
18103         * textmodes/fill.el (fill-context-prefix): Fix braino.
18105         * international/quail.el (quail-help):
18106         Use `help-buffer' and move `help-setup-xref' to beginning.
18108         * international/mule-cmds.el (describe-language-environment):
18109         Use `help-buffer' and move `help-setup-xref' to beginning.
18111         * international/mule-diag.el (list-character-sets)
18112         (sort-listed-character-sets, describe-character-set)
18113         (describe-coding-system, describe-fontset, list-fontsets):
18114         Use `help-buffer' and move `help-setup-xref' to beginning.
18115         (describe-char-after): Use `internal-describe-syntax-value'.
18117 2001-11-02  Richard M. Stallman  <rms@gnu.org>
18119         * mouse.el (popup-menu): If the user refuses to select
18120         from a menu, don't try to invoke the menu.
18122 2001-11-02  Miles Bader  <miles@gnu.org>
18124         * help-mode.el (help-xref): New button type.
18125         (help-function, help-variable, help-face, help-coding-system)
18126         (help-input-method, help-character-set, help-type, help-symbol)
18127         (help-back, help-info, help-customize-variable, help-customize-face)
18128         (help-function-def, help-variable-def): Use it as a supertype.
18129         Remove `action' property.
18131         * international/mule-diag.el (describe-character-set)
18132         (describe-coding-system): Pass correct args to `help-xref-button'.
18133         (sort-listed-character-sets): New button type.
18134         (list-character-sets): Use it.
18135         (list-charset-chars): New button type.
18136         (list-character-sets-1): Use it.
18138 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
18140         * indent.el (tab-always-indent, indent-for-tab-command):
18141         Remove redundant `never' setting.
18143         * fill.el (fill-region-as-paragraph): Don't forget to skip
18144         over current whitespace before looking for a preceding space.
18146 2001-11-01  Richard M. Stallman  <rms@gnu.org>
18148         * files.el (file-newest-backup): Don't pass backup file name
18149         thru file-name-sans-versions, because it never has version numbers.
18151         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
18152         to avoid ambiguous nested loops.
18154         * files.el (find-file-noselect): Offer to change buffer-read-only
18155         only when the file's read-only status has changed from before
18156         as well as disagreeing with the buffer's current status.
18157         (buffer-file-read-only): New var, local in all buffers.
18159         * buff-menu.el (buffer-menu): Doc fix.
18160         (buffer-menu-other-window): Doc fix.
18161         (list-buffers, list-buffers-noselect): Doc fix.
18163 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
18165         * startup.el (command-line): If the terminal Emacs is running on
18166         has erase char set to ^H, use the Backspace key for deleting
18167         backward, and the Delete key for deleting forward.
18169 2001-11-01  Miles Bader  <miles@gnu.org>
18171         * button.el (define-button-type): Make sure every user-defined
18172         button type has a supertype.
18174 2001-10-31  Jason Rumney  <jasonr@gnu.org>
18176         * international/mule-cmds.el (locale-language-names): Add chs and
18177         cht as aliases for Chinese-GB and Chinese-BIG5.
18179 2001-10-31  Richard M. Stallman  <rms@gnu.org>
18181         * bindings.el (mode-line-frame-identification): Add doc string.
18182         (mode-line-position, mode-line-modes): New variables.
18183         (mode-line-format): Use mode-line-position for the part
18184         that displays the position-in-buffer info.
18185         Use mode-line-modes for the part that displays major and minor modes.
18187 2001-10-31  Sam Steingold  <sds@gnu.org>
18189         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
18190         (debugger-setup-buffer): Call it.
18191         (debugger-mode-map): Bind RET and mouse-2.
18193 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18195         * startup.el: Document command line option --no-window-system
18196         instead of --no-windows.
18198 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
18200         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
18202         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
18203         (font-lock-defaults-alist): Use it.
18204         From David Ponce <david.ponce@wanadoo.fr>
18206         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
18207         output of `char-after'.
18209         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
18211         * simple.el (reindent-then-newline-and-indent): Insert the newline
18212         before indenting the first line.
18213         (undo-get-state, undo-revert-to-state): New funs.
18214         (shell-command): Don't kill the buffer even if empty.
18215         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
18216         (transpose-subr-end2): Remove.
18217         (transpose-subr): Add `special' arg and simplify.
18218         (transpose-subr-1): Rewrite.
18219         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
18220         (rfc822-goto-eoh): Simplify.
18222 2001-10-30  Richard M. Stallman  <rms@gnu.org>
18224         * enriched.el (enriched-face-ans): Fix previous change.
18226 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
18228         * international/iso-acc.el (iso-accents-compose): Remove a
18229         superfluous setq.
18231 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
18233         * buff-menu.el (list-buffers-noselect): If the buffer's name
18234         starts with a blank, but it visits a file, do show it (for files
18235         whose names start with a blank).
18237 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
18239         * textmodes/fill.el (sentence-end-double-space)
18240         (sentence-end-without-period): Move to paragraphs.el.
18241         (fill-indent-according-to-mode): Change default to t.
18242         (fill-context-prefix): Simplify control-flow and use a more
18243         sophisticated merge that unifies both previous checks.
18244         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
18245         (fill-nobreak-predicate): Make it into a defcustom'd hook.
18246         (fill-nobreak-p): New fun.
18247         (fill-region-as-paragraph): Use it.
18248         Handle `fill-indent-according-to-mode' slightly differently.
18249         (fill-individual-paragraphs-prefix): Simplify the control-flow.
18250         (fill-individual-paragraphs-citation): Fix.
18252         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
18253         (paragraph-start): Change default to the `text-mode' value.
18254         (sentence-end-double-space, sentence-end-without-period):
18255         Move from fill.el.
18256         (forward-paragraph): Use `parstart' and `parsep' for temp variables
18257         rather than rebinding `paragraph-start' and `paragraph-separate'.
18259         * indent.el (indent-line-function): Change default to indent-relative.
18260         (tab-always-indent): Add an `never' setting.
18261         (indent-according-to-mode): Handle `indent-relative' and
18262         `indent-relative-maybe' specially.
18263         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
18264         Handle the `never' case for `tab-always-indent'.
18265         Don't call indent-according-to-mode for indent-relative' and
18266         `indent-relative-maybe'.
18267         (insert-tab): Rename `prefix-arg' to `arg'.
18268         (indent-region): Indent the first line as well.
18269         (indent-relative): Don't mark the buffer modified if the indentation
18270         is unchanged.
18272         * textmodes/text-mode.el (paragraph-indent-minor-mode):
18273         Don't set paragraph-separate.  Set paragraph-start more carefully.
18274         Set indent-line-function.
18275         (paragraph-indent-text-mode): Use it and define-derived-mode.
18276         (text-mode-map): Remove the \t binding.
18277         (text-mode): Simplify now that the default is more favorable.
18279 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
18281         * emacs-lisp/find-func.el (find-function-search-for-symbol):
18282         If the regexp doesn't match, use a looser one.
18283         (find-variable-noselect): Add `file' argument.
18285         * pcvs.el (cvs-mode-commit-hook): New hook.
18286         (cvs-mode-commit): Run it.
18288         * log-edit.el (log-edit): Run hook after `log-edit-files'.
18290         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
18291         (edebug-instrument-function): Use `find-function-noselect'.
18293 2001-10-29  Richard M. Stallman  <rms@gnu.org>
18295         * term.el (term-if-emacs19): Macro deleted.
18296         Callers changed to use progn instead.
18298         * frame.el (blink-cursor-mode): Doc fix.
18300         * files.el (find-backup-file-name): Use make-backup-file-name.
18302         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
18303         window-live-p.
18304         (edebug-set-conditional-breakpoint): Unconditionally use
18305         the former Emacs >=19 definition.
18306         (edebug-mark): Define unconditionally.
18307         (edebug-eval-expression): Always call read-from-minibuffer
18308         and specify history list.
18309         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
18310         edebug-set-conditional-breakpoint.
18311         (edebug-emacs-version-specific): Function deleted;
18312         do the job at top level.
18313         (edebug-emacs-19-specific): Function deleted, this is the default.
18315 2001-10-29  Sam Steingold  <sds@gnu.org>
18317         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
18318         "/cygdrive/LETTER/" pathnames.
18320 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
18322         * faces.el (invert-face): Check for 'unspecified, not for nil,
18323         when testing whether face colors are not specified.
18324         From David.Kastrup@t-online.de (David Kastrup).
18325         (read-face-name): Doc fix.
18326         (make-face-bold, make-face-unbold, make-face-italic)
18327         (make-face-unitalic, make-face-bold-italic, invert-face):
18328         Remove trailing blank from the prompt passed to read-face-name.
18330 2001-10-29  Sam Steingold  <sds@gnu.org>
18332         * emacs-lisp/bytecomp.el (byte-recompile-directory):
18333         Report numbers of files skipped and failed too.
18334         (byte-compile-file): Return 'no-byte-compile for skipped files.
18336 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18338         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
18339         and `M p'.
18341 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
18343         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
18344         as is on unread-command-events instead of `(SECOND-CHAR)'.
18346 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
18348         * vc.el: Mention vc-*-switches in backend API documentation.
18349         (vc-annotate): Adapt doc string to recent change.
18351 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
18353         * enriched.el (enriched-face-ans): Handle face attributes
18354         of the form `(FACE1 FACE2 ...)'.
18356         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
18358 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
18360         * progmodes/sql.el (sql-mysql): Doc change by RMS.
18362         * progmodes/sql.el (sql-db2): Doc change.
18363         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
18364         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
18366 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
18368         * env.el (substitute-env-vars): Don't quote argument to `rx';
18369         it's a macro.
18371 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
18373         * cus-start.el (recursive-load-depth-limit): Added.
18375 2001-10-28  Richard M. Stallman  <rms@gnu.org>
18377         * textmodes/ispell.el (version18p, version20p): Vars deleted.
18378         All uses removed--assume Emacs version is >= 20.
18380         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
18381         by really checking that it is not version 18.
18383         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
18385 2001-10-28  Miles Bader  <miles@gnu.org>
18387         * faces.el (face-attribute): Add INHERIT argument, consider face
18388         inheritance if it's non-nil.
18389         (face-attribute-merged-with): New function.
18390         (face-attribute-specified-or): New macro.
18391         (face-foreground, face-background, face-stipple): Add INHERIT
18392         argument.  Use `face-attribute-specified-or'.
18394 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
18396         * font-lock.el: Require `syntax'.
18397         (font-lock-defaults-alist): Don't define keywords for lisp languages.
18398         Use `c-font-lock-syntactic-face-function' for c languages.
18399         (font-lock-mode): Don't unset vars when turning the mode off.
18400         (font-lock-default-fontify-buffer): Don't unset vars at the end.
18401         (font-lock-extra-managed-props): New var.
18402         (font-lock-default-unfontify-region): Use it.
18403         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
18404         Don't eval the value when there's no match.
18405         (font-lock-ppss-stats): New var.
18406         (font-lock-ppss): New fun.
18407         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
18408         (font-lock-apply-highlight): Allow `highlight' to set several props.
18409         (font-lock-set-defaults): Use dolist.
18410         (font-lock-unset-defaults): Remove.
18411         (font-lock-match-c-style-declaration-item-and-skip-to-next):
18412         Try to recognize prototypes using `foo P_ ((args))'.
18413         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
18414         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
18415         (c-font-lock-syntactic-face-function): New function.
18416         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18417         (c++-keywords): Use a more sophisticated regexp to handle
18418         shallowly nested templates.
18420 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
18422         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
18423         (sgml-tag): Use it.  Cleanup with `cond'.
18424         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
18425         Mark the overlays and only delete those that are marked.
18426         (sgml-skip-close-p): Remove.
18427         (sgml-value): Replace sgml-skip-close-p with its definition.
18428         (html-tag-alist): Use sgml-xml a bit more.
18429         (html-mode): Set sgml-empty-tags.
18431         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
18432         (texinfo-update-node, texinfo-sequential-node-update):
18433         Don't bind the obsolete `auto-fill-hook'.
18434         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
18435         Use `set-buffer' rather than `switch-to-buffer'.
18436         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
18437         Use `set-buffer' rather than `switch-to-buffer'.
18439         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
18440         text-mode-syntax-table.
18441         (mail-mode): Use define-derived-mode.
18442         Fix ordering of alternatives in adaptive-fill-regexp.
18443         (mail-mode-map): Don't rely on keymap's internal representation.
18445 2001-10-27  Sam Steingold  <sds@gnu.org>
18447         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
18448         (sgml-xml-guess): Extracted from `html-mode' and generalized.
18449         (sgml-mode-common): Call it.
18450         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
18451         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
18452         (html-horizontal-rule, html-image, html-ordered-list):
18453         (html-unordered-list, html-list-item, html-paragraph):
18454         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
18455         `html-xhtml'.
18457 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
18459         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
18460         (ifnothtml): New alias.
18462 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
18464         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
18465         (toggle-text-mode-auto-fill): Use derived-mode-p.
18467 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
18469         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
18470         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
18472 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
18474         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
18475         Add make-obsolete cookies, to follow faces.el.
18477         These changes avoid warnings from the byte compiler in faces.el:
18479         * faces.el (internal-get-face): Use facep instead of the obsolete
18480         internal-find-face.
18481         (internal-frob-font-weight, internal-frob-font-slant):
18482         New defaliases for obsolete functions.
18483         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
18484         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
18485         (x-make-font-bold-italic): Use internal-frob-font-weight and
18486         internal-frob-font-slant aliases instead of the obsolete
18487         x-frob-... functions.
18489 2001-10-26  Sam Steingold  <sds@gnu.org>
18491         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
18492         DOCTYPE; set `mode-name' based on it.
18493         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
18494         (sgml-tag): Close empty tags in XHTML.
18496 2001-10-26  Jason Rumney  <jasonr@gnu.org>
18498         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
18499         when UNICODE is not defined.
18501 2001-10-26  Sam Steingold  <sds@gnu.org>
18503         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
18504         be alone on the line.
18506 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
18508         * button.el (button): Special face definition for MS-DOS terminals.
18510 2001-10-26  Sam Steingold  <sds@gnu.org>
18512         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
18513         Protect the /= test by checking that the args are non-nil.
18514         (sh-font-lock-close-heredoc): Check eof for being non-nil.
18516 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
18518         * textmodes/artist.el (artist-version): 1.2.4.
18519         (artist-butlast-fn): New variable.
18520         (artist-butlast): New function.
18521         (artist-ellipse-mirror-quadrant): Use it.
18522         (artist-mouse-draw-poly): Use nil for `point-list'.
18523         (artist-mouse-draw-poly): Check for point-list being nil.
18525 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
18527         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
18528         lambda expression.
18529         (ps-mode-menu-main): Submenu with options on/off was replaced with
18530         a toggle button.
18531         (ps-mode, ps-run-mode): Define with `define-derived-mode'
18532         (ps-mode): Autoload cookie added on same line as comment
18533         (ps-mode-tabkey, ps-mode-backward-delete-char):
18534         (ps-mode-r-balance): Replace `delete-horizontal-space' and
18535         `indent-to' with `indent-line-to'
18536         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
18537         instead of `eval'.
18538         (ps-mode-print-region): Use `with-temp-buffer'.
18539         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
18540         (numerous places): Add back-tick and tick around names in
18541         docstrings, fix punctuation in docstrings, remove trailing spaces.
18543 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
18545         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
18546         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
18547         (sgml-font-lock-syntactic-keywords): New var.
18548         (sgml-mode-common): Drop the two args.
18549         Don't make buffer-local variables that aren't used.
18550         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
18551         Don't set `before-string' props from sgml-display-text.
18552         (sgml-mode): Use define-derived-mode.
18553         (sgml-tags-invisible): Use sgml-display-text.
18554         (sgml-quote): New command.
18555         (html-tag-alist): Add args for `span'.
18556         (html-mode): Use define-derived-mode.
18557         Set sgml-display-text and sgml-tag-face-alist.
18559 2001-10-25  Sam Steingold  <sds@gnu.org>
18561         * add-log.el (add-log-always-start-new-record): New user option.
18562         (add-change-log-entry): Use it.
18564 2001-10-25  Richard M. Stallman  <rms@gnu.org>
18566         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
18567         bind case-fold-search if FROM is not all lower case.
18569 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
18571         * startup.el (normal-top-level): Check for frame-initial-frame
18572         only if it's really used.
18574         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
18576         * progmodes/compile.el (compilation-parse-errors-filename-function):
18577         New variable.
18578         (compilation-parse-errors): Use it.
18580 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
18582         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
18583         interactively so that C-u M-C-x still does edebug.
18584         (checkdoc-sentencespace-region-engine): Don't force a double-space
18585         after `.' if it doesn't look like an end-of-sentence.
18586         (debug-ignored-errors): Add `disambiguate ...'.
18588 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
18590         * textmodes/texinfo.el (texinfo-environments)
18591         (texinfo-environment-regexp): Hoist.
18592         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
18593         Only highlight the menu name in menu items.
18594         Setup `@foo ... @end foo' as text clones.
18595         (texinfo-clone-environment): New function.
18596         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
18597         (texinfo-insert-block): Simplify.
18598         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
18599         the command is repeated.
18600         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
18601         (texinfo-insert-@end): Simplify.
18603         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
18604         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
18605         (texinfo-subsubsection-level-regexp)
18606         (texinfo-update-menu-same-level-regexps)
18607         (texinfo-update-menu-higher-regexps)
18608         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
18610         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
18611         (derived-mode-p): Autoload.
18613         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
18614         New vars and functions.
18615         (text-clone-maintain, text-clone-create): New functions.
18617 2001-10-25  Miles Bader  <miles@gnu.org>
18619         * facemenu.el (facemenu-add-new-face): Fix variable names.
18621 2001-10-24  Richard M. Stallman  <rms@gnu.org>
18623         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
18624         of t and nil values.
18625         (facemenu-set-face): Handle START and END interactively.
18626         (facemenu-set-foreground): Don't use a face; specify color directly.
18627         (facemenu-set-background): Likewise.
18628         (facemenu-set-face-from-menu): Doc fix.
18629         (facemenu-active-faces): Use face-attribute-vector
18630         to handle bare attributes not in faces.
18631         (facemenu-get-face): Don't handle face names fg:... and bg:...
18632         specially.
18633         (facemenu-add-new-face): New argument MENU.
18634         New way to handle adding colors to the color menus.
18636         * env.el (substitute-env-vars): Quote the arg to rx.
18638 2001-10-24  Sam Steingold  <sds@gnu.org>
18640         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
18641         Control" and "SGML" groups.
18643 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18645         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18646         Better handling of C++ template args to avoid confusion with `<'
18647         and `>' used as operators in member init expressions.
18649 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
18651         * replace.el (perform-replace): Move START and END parameters
18652         to the end of the argument list and make them optional.
18654         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
18655         perform-replace.
18657         * international/fontset.el (x-must-resolve-font-name): New function.
18658         (x-complement-fontset-spec): Use it.
18660 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
18662         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
18664         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
18665         Turn caadr into caar of cdr.
18667 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
18669         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
18670         of mouse-{1,2} since dragging is on the down event.
18672         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
18674         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
18675         if ARG is nil.
18677         * desktop.el (desktop-last-buffer): New variable.
18678         (desktop-create-buffer): Set it.
18679         (desktop-read): Bind it and switch to that buffer.
18681 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
18683         * progmodes/compile.el (compilation-set-window-height):
18684         Select old window only if it's still live.
18686 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18688         * help-mode.el (help-buffer): Remove debugging code.
18689         From Stefan Monnier <monnier@cs.yale.edu>.
18691 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
18693         * files.el (file-name-sans-extension, file-name-extension):
18694         Don't count the leading dots in file names as signaling an extension.
18696 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
18698         * vc.el (vc-diff-switches): Doc rewritten.
18700 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
18702         * tooltip.el (tooltip-set-param): Doc fix.
18704         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
18705         127 to sgml-maybe-name-self.
18706         (sgml-name-8bit-mode): Doc fix.
18707         (sgml-char-names-table): New variable.
18708         (sgml-name-char): Support non-ASCII and mule-unicode-*
18709         characters.  Doc fix.
18710         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
18712         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
18713         doc string the effect of `left' and `top' parameters in
18714         tooltip-frame-parameters, the default values, and the units.
18715         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
18716         (tooltip-show): Mention in the doc string the `top' and `left'
18717         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
18719 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
18721         Add autoscaling support for vc-annotate.
18722         From J.D. Smith <jdsmith@alum.mit.edu>.
18724         * vc.el (vc-annotate-display-default): Accept colormap scaling
18725         ratio (now deprecated).
18726         (vc-annotate-display-autoscale): Added.
18727         (vc-annotate-add-menu): New autoscaling menu options "Span to
18728         Oldest" and "Span Oldest->Newest".  Easymenu support added for
18729         toggle menus driven by customize variable `vc-annotate-display-mode'.
18730         (vc-annotate-display-select): Added.
18731         (vc-annotate): Changed temp-buffer-show-function to
18732         `vc-annotate-display-select'.
18733         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
18734         Added argument OFFSET.  Instead of backend function, calls now
18735         generic `vc-annotate-difference'.
18736         (vc-annotate-difference): Added as generic function instead of
18737         backend-specific function.  No longer takes argument POINT, but
18738         instead accepts a time OFFSET.
18739         (vc-default-annotate-current-time): Added.
18741         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
18742         version in vc.el, with
18743         (vc-cvs-annotate-current-time): Added, as override of default.
18744         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
18745         `vc-cvs-annotate-difference'.
18747 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
18749         * saveplace.el (save-place): Require `saveplace'.
18751         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
18752         Use `sexp' for :value-type instead of `face'.
18754 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
18756         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
18757         regexps due to 5-digit message IDs.
18759 2001-10-21  Jason Rumney  <jasonr@gnu.org>
18761         * term/w32-win.el (redisplay-dont-pause): Don't set.
18763 2001-10-21  Miles Bader  <miles@gnu.org>
18765         * help-funs.el (help-manyarg-func-alist): Variable removed.
18767 2001-10-21  Miles Bader  <miles@gnu.org>
18769         * help-funs.el (help-manyarg-func-alist): Remove entries for
18770         `insert', `insert-and-inherit', `insert-before-markers',
18771         `insert-before-markers-and-inherit', `message', `message-box',
18772         `message-or-box', `propertize', `format', `encode-time', `append',
18773         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
18774         `insert-string', `ml-if', `ml-provide-prefix-argument', and
18775         `ml-prefix-argument-loop'.
18777 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
18779         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
18780         (vc-default-diff-tree): New functions.
18781         (vc-version-diff): Use them.  As a result, coding systems are now
18782         set up properly for all sorts of diffs, and tree diffs can now
18783         also be done locally.
18784         (vc-diff): With a prefix argument, don't require that it's called
18785         from a buffer under version control.
18786         (diff-switches): Remove duplicate definition.
18788         * vc-cvs.el (vc-cvs-diff-tree): New function.
18790 2001-10-21  Miles Bader  <miles@gnu.org>
18792         * help-funs.el (help-manyarg-func-alist): Remove entries for
18793         `list', `vector', `make-byte-code', `call-process',
18794         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
18795         `logand', `logior', and `logxor'.
18797         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
18798         image bits to compensate.  Use `make-string' instead of
18799         `make-bool-vector' (XBM apparently wants byte-aligned rows).
18801 2001-10-20  Kim F. Storm  <storm@cua.dk>
18803         * simple.el (kill-ring-save): Don't show extent of copied region
18804         if using transient-mark-mode and region is fully visible.
18806 See ChangeLog.9 for earlier changes.
18808 ;; Local Variables:
18809 ;; coding: iso-2022-7bit
18810 ;; End:
18812     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
18813   Copying and distribution of this file, with or without modification,
18814   are permitted provided the copyright notice and this notice are preserved.